|
|
|
| 1 | 2026-06-04T15:27:50.284Z | job assigned to worker 01KT9KXA6TSCWH6T1G4CWE51M5 [factory aws, i-080397c853501cb80] (queued for 56 s) |
| |
| 2 | 2026-06-04T15:27:56.648Z | starting task 0: "setup" |
| 3 | 2026-06-04T15:27:56.652Z | ++ uname -s |
| 4 | 2026-06-04T15:27:56.655Z | + kern=SunOS |
| 5 | 2026-06-04T15:27:56.655Z | + build_user=build |
| 6 | 2026-06-04T15:27:56.655Z | + build_uid=12345 |
| 7 | 2026-06-04T15:27:56.655Z | + work_dir=/work |
| 8 | 2026-06-04T15:27:56.655Z | + input_dir=/input |
| 9 | 2026-06-04T15:27:56.655Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-04T15:27:56.655Z | + case "$kern" in |
| 11 | 2026-06-04T15:27:56.655Z | + groupadd -g 12345 build |
| 12 | 2026-06-04T15:27:56.658Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-04T15:27:58.661Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-04T15:27:58.759Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-04T15:27:58.763Z | + home_fs=zfs |
| 16 | 2026-06-04T15:27:58.763Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-04T15:27:58.763Z | + mkdir -p /home/build |
| 18 | 2026-06-04T15:27:58.763Z | + chown build:build /home/build /work |
| 19 | 2026-06-04T15:28:00.764Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-04T15:28:00.797Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-06-04T15:28:00.804Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-04T15:28:00.809Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-04T15:28:00.809Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-04T15:28:00.809Z | * rust toolchain profile = "default" |
| 25 | 2026-06-04T15:28:00.812Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-04T15:28:00.812Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-04T15:28:00.812Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-04T15:28:00.812Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-04T15:28:00.812Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-04T15:28:00.869Z | info: downloading installer |
| 31 | 2026-06-04T15:28:02.187Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-04T15:28:02.187Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-04T15:28:02.187Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-04T15:28:02.187Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-04T15:28:02.199Z | info: profile set to default |
| 36 | 2026-06-04T15:28:02.199Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-04T15:28:02.202Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-04T15:28:02.336Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-04T15:28:02.339Z | info: downloading 6 components |
| 40 | 2026-06-04T15:28:16.708Z | |
| 41 | 2026-06-04T15:28:16.708Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 42 | 2026-06-04T15:28:16.736Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-04T15:28:16.736Z | |
| 44 | 2026-06-04T15:28:16.736Z | |
| 45 | 2026-06-04T15:28:16.736Z | Rust is installed now. Great! |
| 46 | 2026-06-04T15:28:16.736Z | |
| 47 | 2026-06-04T15:28:16.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-04T15:28:16.739Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-04T15:28:16.739Z | |
| 50 | 2026-06-04T15:28:16.739Z | To configure your current shell, you need to source |
| 51 | 2026-06-04T15:28:16.739Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-04T15:28:16.739Z | |
| 53 | 2026-06-04T15:28:16.739Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-04T15:28:16.739Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-04T15:28:16.739Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-04T15:28:16.739Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-04T15:28:16.739Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-04T15:28:16.739Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-04T15:28:16.739Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-04T15:28:16.739Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-04T15:28:16.739Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-04T15:28:16.834Z | + rustup --version |
| 63 | 2026-06-04T15:28:16.843Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-04T15:28:16.846Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-04T15:28:16.864Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-04T15:28:16.867Z | + cargo --version |
| 67 | 2026-06-04T15:28:16.880Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-04T15:28:16.883Z | + rustc --version |
| 69 | 2026-06-04T15:28:16.902Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-04T15:28:16.906Z | process exited: duration 16100 ms, exit code 0 |
| |
| 71 | 2026-06-04T15:28:16.911Z | starting task 2: "authentication" |
| 72 | 2026-06-04T15:28:16.927Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-04T15:28:16.934Z | starting task 3: "clone repository" |
| 74 | 2026-06-04T15:28:16.937Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-04T15:28:16.940Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-04T15:28:16.978Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-04T15:28:37.323Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-04T15:28:37.323Z | + git fetch origin 5d2a9837677d8da38cc7e6ca155b76da1c258e73 |
| 79 | 2026-06-04T15:28:37.583Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-04T15:28:37.583Z | * branch 5d2a9837677d8da38cc7e6ca155b76da1c258e73 -> FETCH_HEAD |
| 81 | 2026-06-04T15:28:37.586Z | + [[ -n '' ]] |
| 82 | 2026-06-04T15:28:37.586Z | + git reset --hard 5d2a9837677d8da38cc7e6ca155b76da1c258e73 |
| 83 | 2026-06-04T15:28:38.354Z | HEAD is now at 5d2a9837 Late boxing of other cores |
| 84 | 2026-06-04T15:28:38.357Z | process exited: duration 21422 ms, exit code 0 |
| |
| 85 | 2026-06-04T15:28:38.363Z | starting task 4: "build" |
| 86 | 2026-06-04T15:28:38.367Z | + export CARGO_INCREMENTAL=0 |
| 87 | 2026-06-04T15:28:38.367Z | + CARGO_INCREMENTAL=0 |
| 88 | 2026-06-04T15:28:38.367Z | + banner deps |
| 89 | 2026-06-04T15:28:38.370Z | |
| 90 | 2026-06-04T15:28:38.370Z | ##### ###### ##### #### |
| 91 | 2026-06-04T15:28:38.370Z | # # # # # # |
| 92 | 2026-06-04T15:28:38.370Z | # # ##### # # #### |
| 93 | 2026-06-04T15:28:38.370Z | # # # ##### # |
| 94 | 2026-06-04T15:28:38.370Z | # # # # # # |
| 95 | 2026-06-04T15:28:38.370Z | ##### ###### # #### |
| 96 | 2026-06-04T15:28:38.370Z | |
| 97 | 2026-06-04T15:28:38.370Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 98 | 2026-06-04T15:28:38.370Z | + PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-06-04T15:28:38.370Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 100 | 2026-06-04T15:28:39.651Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-06-04T15:28:39.728Z | Startup: Caching catalogs ... Done |
| 102 | 2026-06-04T15:28:40.030Z | Planning: Solver setup ... Done (0.265s) |
| 103 | 2026-06-04T15:28:40.051Z | Planning: Running solver ... Done (0.021s) |
| 104 | 2026-06-04T15:28:40.061Z | Planning: Finding local manifests ... Done (0.002s) |
| 105 | 2026-06-04T15:28:40.071Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-06-04T15:28:40.087Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-06-04T15:28:40.100Z | Planning: Package planning ... Done (0.012s) |
| 108 | 2026-06-04T15:28:40.103Z | Planning: Merging actions ... Done (0.000s) |
| 109 | 2026-06-04T15:28:40.281Z | Planning: Checking for conflicting actions ... Done (0.180s) |
| 110 | 2026-06-04T15:28:40.285Z | Planning: Consolidating action changes ... Done (0.000s) |
| 111 | 2026-06-04T15:28:41.131Z | Planning: Evaluating mediators ... Done (0.849s) |
| 112 | 2026-06-04T15:28:41.134Z | Planning: Planning completed in 1.38 seconds |
| 113 | 2026-06-04T15:28:41.139Z | Packages to install: 2 |
| 114 | 2026-06-04T15:28:41.139Z | Estimated space available: 155.78 GB |
| 115 | 2026-06-04T15:28:41.139Z | Estimated space to be consumed: 16.17 MB |
| 116 | 2026-06-04T15:28:41.143Z | Create boot environment: No |
| 117 | 2026-06-04T15:28:41.143Z | Create backup boot environment: No |
| 118 | 2026-06-04T15:28:41.143Z | Rebuild boot archive: No |
| 119 | 2026-06-04T15:28:41.143Z | |
| 120 | 2026-06-04T15:28:41.143Z | Changed packages: |
| 121 | 2026-06-04T15:28:41.143Z | helios |
| 122 | 2026-06-04T15:28:41.143Z | library/libftdi1 |
| 123 | 2026-06-04T15:28:41.143Z | None -> 1.5-3.0 |
| 124 | 2026-06-04T15:28:41.143Z | ooce/library/libusb-1 |
| 125 | 2026-06-04T15:28:41.143Z | None -> 1.0.29-3.1 |
| 126 | 2026-06-04T15:28:41.164Z | |
| 127 | 2026-06-04T15:28:41.164Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 128 | 2026-06-04T15:28:41.213Z | Download: Completed 377.70 kB in 0.05 seconds (7.6M/s) |
| 129 | 2026-06-04T15:28:41.266Z | Actions: 1/61 actions (Installing new actions) |
| 130 | 2026-06-04T15:28:41.278Z | Actions: Completed 61 actions in 0.01 seconds. |
| 131 | 2026-06-04T15:28:41.285Z | Finalize: Updating package state database ... Done (0.006s) |
| 132 | 2026-06-04T15:28:41.288Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-06-04T15:28:41.304Z | Finalize: Updating image state ... Done (0.020s) |
| 134 | 2026-06-04T15:28:43.667Z | Finalize: Creating fast lookup database ... Done (2.341s) |
| 135 | 2026-06-04T15:28:43.737Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-06-04T15:28:43.741Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-06-04T15:28:43.830Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-06-04T15:28:43.915Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 139 | 2026-06-04T15:28:44.127Z | FMRI IFO |
| 140 | 2026-06-04T15:28:44.127Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 141 | 2026-06-04T15:28:44.127Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 142 | 2026-06-04T15:28:44.163Z | + cargo --version |
| 143 | 2026-06-04T15:28:44.174Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 144 | 2026-06-04T15:28:44.177Z | + rustc --version |
| 145 | 2026-06-04T15:28:44.197Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 146 | 2026-06-04T15:28:44.200Z | + banner package |
| 147 | 2026-06-04T15:28:44.203Z | |
| 148 | 2026-06-04T15:28:44.203Z | ##### ## #### # # ## #### ###### |
| 149 | 2026-06-04T15:28:44.203Z | # # # # # # # # # # # # # |
| 150 | 2026-06-04T15:28:44.203Z | # # # # # #### # # # ##### |
| 151 | 2026-06-04T15:28:44.203Z | ##### ###### # # # ###### # ### # |
| 152 | 2026-06-04T15:28:44.203Z | # # # # # # # # # # # # |
| 153 | 2026-06-04T15:28:44.203Z | # # # #### # # # # #### ###### |
| 154 | 2026-06-04T15:28:44.203Z | |
| 155 | 2026-06-04T15:28:44.203Z | + ptime -m cargo xtask package |
| 156 | 2026-06-04T15:28:44.317Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 157 | 2026-06-04T15:28:44.579Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 158 | 2026-06-04T15:28:45.056Z | Updating git repository `https://github.com/oxidecomputer/rusb` |
| 159 | 2026-06-04T15:28:45.449Z | Updating git submodule `https://github.com/libusb/libusb.git` |
| 160 | 2026-06-04T15:28:46.242Z | Updating crates.io index |
| 161 | 2026-06-04T15:28:46.245Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 162 | 2026-06-04T15:28:46.517Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 163 | 2026-06-04T15:28:46.778Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 164 | 2026-06-04T15:28:47.107Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 165 | 2026-06-04T15:28:47.414Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 166 | 2026-06-04T15:28:47.665Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 167 | 2026-06-04T15:28:47.873Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 168 | 2026-06-04T15:28:48.170Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 169 | 2026-06-04T15:28:48.409Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 170 | 2026-06-04T15:28:49.589Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 171 | 2026-06-04T15:28:49.836Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 172 | 2026-06-04T15:28:50.081Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 173 | 2026-06-04T15:28:50.308Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 174 | 2026-06-04T15:28:51.041Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 175 | 2026-06-04T15:28:52.888Z | Downloading crates ... |
| 176 | 2026-06-04T15:28:52.951Z | Downloaded colorchoice v1.0.5 |
| 177 | 2026-06-04T15:28:52.954Z | Downloaded percent-encoding v2.3.2 |
| 178 | 2026-06-04T15:28:52.957Z | Downloaded heck v0.5.0 |
| 179 | 2026-06-04T15:28:52.961Z | Downloaded clap_lex v1.1.0 |
| 180 | 2026-06-04T15:28:52.964Z | Downloaded serde_spanned v1.1.1 |
| 181 | 2026-06-04T15:28:52.964Z | Downloaded strsim v0.11.1 |
| 182 | 2026-06-04T15:28:52.968Z | Downloaded equivalent v1.0.2 |
| 183 | 2026-06-04T15:28:52.971Z | Downloaded utf8parse v0.2.2 |
| 184 | 2026-06-04T15:28:52.974Z | Downloaded lazy_static v1.5.0 |
| 185 | 2026-06-04T15:28:52.974Z | Downloaded itoa v1.0.18 |
| 186 | 2026-06-04T15:28:52.979Z | Downloaded cargo-platform v0.3.3 |
| 187 | 2026-06-04T15:28:52.991Z | Downloaded proc-macro2 v1.0.106 |
| 188 | 2026-06-04T15:28:52.994Z | Downloaded thiserror-impl v2.0.18 |
| 189 | 2026-06-04T15:28:52.994Z | Downloaded anstyle v1.0.14 |
| 190 | 2026-06-04T15:28:53.001Z | Downloaded anstyle-query v1.1.5 |
| 191 | 2026-06-04T15:28:53.004Z | Downloaded is_terminal_polyfill v1.70.2 |
| 192 | 2026-06-04T15:28:53.004Z | Downloaded anstyle-parse v1.0.0 |
| 193 | 2026-06-04T15:28:53.007Z | Downloaded anstream v1.0.0 |
| 194 | 2026-06-04T15:28:53.016Z | Downloaded cargo_metadata v0.23.1 |
| 195 | 2026-06-04T15:28:53.020Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 196 | 2026-06-04T15:28:53.023Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-06-04T15:28:53.032Z | Downloaded quote v1.0.45 |
| 198 | 2026-06-04T15:28:53.040Z | Downloaded clap_derive v4.6.1 |
| 199 | 2026-06-04T15:28:53.044Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 200 | 2026-06-04T15:28:53.044Z | Downloaded zmij v1.0.21 |
| 201 | 2026-06-04T15:28:53.047Z | Downloaded clap v4.6.1 |
| 202 | 2026-06-04T15:28:53.056Z | Downloaded cargo-readme v3.3.2 |
| 203 | 2026-06-04T15:28:53.059Z | Downloaded semver v1.0.28 |
| 204 | 2026-06-04T15:28:53.062Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 205 | 2026-06-04T15:28:53.065Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-06-04T15:28:53.072Z | Downloaded anyhow v1.0.102 |
| 207 | 2026-06-04T15:28:53.075Z | Downloaded camino v1.2.2 |
| 208 | 2026-06-04T15:28:53.075Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-06-04T15:28:53.081Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 210 | 2026-06-04T15:28:53.084Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-06-04T15:28:53.090Z | Downloaded aho-corasick v1.1.4 |
| 212 | 2026-06-04T15:28:53.103Z | Downloaded serde v1.0.228 |
| 213 | 2026-06-04T15:28:53.107Z | Downloaded memchr v2.8.0 |
| 214 | 2026-06-04T15:28:53.111Z | Downloaded indexmap v2.14.0 |
| 215 | 2026-06-04T15:28:53.141Z | Downloaded hashbrown v0.17.0 |
| 216 | 2026-06-04T15:28:53.149Z | Downloaded regex v1.12.3 |
| 217 | 2026-06-04T15:28:53.152Z | Downloaded serde_json v1.0.149 |
| 218 | 2026-06-04T15:28:53.156Z | Downloaded winnow v1.0.2 |
| 219 | 2026-06-04T15:28:53.161Z | Downloaded clap_builder v4.6.0 |
| 220 | 2026-06-04T15:28:53.183Z | Downloaded syn v2.0.117 |
| 221 | 2026-06-04T15:28:53.194Z | Downloaded regex-syntax v0.8.10 |
| 222 | 2026-06-04T15:28:53.210Z | Downloaded regex-automata v0.4.14 |
| 223 | 2026-06-04T15:28:53.249Z | Compiling proc-macro2 v1.0.106 |
| 224 | 2026-06-04T15:28:53.249Z | Compiling serde_core v1.0.228 |
| 225 | 2026-06-04T15:28:53.249Z | Compiling unicode-ident v1.0.24 |
| 226 | 2026-06-04T15:28:53.249Z | Compiling quote v1.0.45 |
| 227 | 2026-06-04T15:28:53.249Z | Compiling memchr v2.8.0 |
| 228 | 2026-06-04T15:28:53.249Z | Compiling utf8parse v0.2.2 |
| 229 | 2026-06-04T15:28:53.252Z | Compiling zmij v1.0.21 |
| 230 | 2026-06-04T15:28:53.252Z | Compiling serde v1.0.228 |
| 231 | 2026-06-04T15:28:53.452Z | Compiling anstyle-parse v1.0.0 |
| 232 | 2026-06-04T15:28:53.459Z | Compiling anstyle-query v1.1.5 |
| 233 | 2026-06-04T15:28:53.545Z | Compiling colorchoice v1.0.5 |
| 234 | 2026-06-04T15:28:53.609Z | Compiling is_terminal_polyfill v1.70.2 |
| 235 | 2026-06-04T15:28:53.640Z | Compiling anstyle v1.0.14 |
| 236 | 2026-06-04T15:28:53.683Z | Compiling thiserror v2.0.18 |
| 237 | 2026-06-04T15:28:53.842Z | Compiling anstream v1.0.0 |
| 238 | 2026-06-04T15:28:53.981Z | Compiling aho-corasick v1.1.4 |
| 239 | 2026-06-04T15:28:54.035Z | Compiling strsim v0.11.1 |
| 240 | 2026-06-04T15:28:54.070Z | Compiling camino v1.2.2 |
| 241 | 2026-06-04T15:28:54.076Z | Compiling serde_json v1.0.149 |
| 242 | 2026-06-04T15:28:54.079Z | Compiling heck v0.5.0 |
| 243 | 2026-06-04T15:28:54.150Z | Compiling clap_lex v1.1.0 |
| 244 | 2026-06-04T15:28:54.279Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-06-04T15:28:54.286Z | Compiling winnow v1.0.2 |
| 246 | 2026-06-04T15:28:54.394Z | Compiling clap_builder v4.6.0 |
| 247 | 2026-06-04T15:28:54.629Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 248 | 2026-06-04T15:28:54.636Z | Compiling anyhow v1.0.102 |
| 249 | 2026-06-04T15:28:54.911Z | Compiling syn v2.0.117 |
| 250 | 2026-06-04T15:28:54.947Z | Compiling itoa v1.0.18 |
| 251 | 2026-06-04T15:28:54.954Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 252 | 2026-06-04T15:28:55.154Z | Compiling percent-encoding v2.3.2 |
| 253 | 2026-06-04T15:28:55.323Z | Compiling lazy_static v1.5.0 |
| 254 | 2026-06-04T15:28:55.678Z | Compiling regex-automata v0.4.14 |
| 255 | 2026-06-04T15:28:55.806Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 256 | 2026-06-04T15:28:55.813Z | Compiling serde_spanned v1.1.1 |
| 257 | 2026-06-04T15:28:55.923Z | Compiling cargo-platform v0.3.3 |
| 258 | 2026-06-04T15:28:56.101Z | Compiling toml v1.1.2+spec-1.1.0 |
| 259 | 2026-06-04T15:28:56.205Z | Compiling semver v1.0.28 |
| 260 | 2026-06-04T15:28:57.160Z | Compiling serde_derive v1.0.228 |
| 261 | 2026-06-04T15:28:57.160Z | Compiling clap_derive v4.6.1 |
| 262 | 2026-06-04T15:28:57.163Z | Compiling thiserror-impl v2.0.18 |
| 263 | 2026-06-04T15:28:57.281Z | Compiling regex v1.12.3 |
| 264 | 2026-06-04T15:28:58.404Z | Compiling clap v4.6.1 |
| 265 | 2026-06-04T15:28:59.381Z | Compiling cargo_metadata v0.23.1 |
| 266 | 2026-06-04T15:28:59.381Z | Compiling cargo-readme v3.3.2 |
| 267 | 2026-06-04T15:29:00.319Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 268 | 2026-06-04T15:29:01.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.45s |
| 269 | 2026-06-04T15:29:01.773Z | Running `target/debug/xtask package` |
| 270 | 2026-06-04T15:29:04.846Z | Compiling proc-macro2 v1.0.106 |
| 271 | 2026-06-04T15:29:04.847Z | Compiling quote v1.0.45 |
| 272 | 2026-06-04T15:29:04.847Z | Compiling unicode-ident v1.0.24 |
| 273 | 2026-06-04T15:29:04.850Z | Compiling serde_core v1.0.228 |
| 274 | 2026-06-04T15:29:04.850Z | Compiling libc v0.2.186 |
| 275 | 2026-06-04T15:29:04.850Z | Compiling serde v1.0.228 |
| 276 | 2026-06-04T15:29:04.850Z | Compiling cfg-if v1.0.4 |
| 277 | 2026-06-04T15:29:04.850Z | Compiling autocfg v1.5.0 |
| 278 | 2026-06-04T15:29:04.964Z | Compiling shlex v1.3.0 |
| 279 | 2026-06-04T15:29:04.996Z | Compiling find-msvc-tools v0.1.9 |
| 280 | 2026-06-04T15:29:05.130Z | Compiling log v0.4.29 |
| 281 | 2026-06-04T15:29:05.209Z | Compiling scopeguard v1.2.0 |
| 282 | 2026-06-04T15:29:05.215Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-04T15:29:05.293Z | Compiling lock_api v0.4.14 |
| 284 | 2026-06-04T15:29:05.395Z | Compiling memchr v2.8.0 |
| 285 | 2026-06-04T15:29:05.519Z | Compiling thiserror v2.0.18 |
| 286 | 2026-06-04T15:29:05.582Z | Compiling jobserver v0.1.34 |
| 287 | 2026-06-04T15:29:05.624Z | Compiling errno v0.3.14 |
| 288 | 2026-06-04T15:29:05.785Z | Compiling cc v1.2.61 |
| 289 | 2026-06-04T15:29:05.843Z | Compiling heck v0.5.0 |
| 290 | 2026-06-04T15:29:06.037Z | Compiling pkg-config v0.3.33 |
| 291 | 2026-06-04T15:29:06.042Z | Compiling smallvec v1.15.1 |
| 292 | 2026-06-04T15:29:06.135Z | Compiling syn v2.0.117 |
| 293 | 2026-06-04T15:29:06.152Z | Compiling foldhash v0.2.0 |
| 294 | 2026-06-04T15:29:06.288Z | Compiling equivalent v1.0.2 |
| 295 | 2026-06-04T15:29:06.373Z | Compiling syn v1.0.109 |
| 296 | 2026-06-04T15:29:06.385Z | Compiling zeroize v1.8.2 |
| 297 | 2026-06-04T15:29:06.470Z | Compiling zerocopy v0.8.48 |
| 298 | 2026-06-04T15:29:06.580Z | Compiling anyhow v1.0.102 |
| 299 | 2026-06-04T15:29:06.670Z | Compiling strsim v0.11.1 |
| 300 | 2026-06-04T15:29:06.865Z | Compiling rustix v1.1.4 |
| 301 | 2026-06-04T15:29:06.885Z | Compiling libm v0.2.16 |
| 302 | 2026-06-04T15:29:06.949Z | Compiling num-traits v0.2.19 |
| 303 | 2026-06-04T15:29:07.038Z | Compiling version_check v0.9.5 |
| 304 | 2026-06-04T15:29:07.045Z | Compiling const-oid v0.9.6 |
| 305 | 2026-06-04T15:29:07.167Z | Compiling bitflags v2.11.1 |
| 306 | 2026-06-04T15:29:07.297Z | Compiling generic-array v0.14.7 |
| 307 | 2026-06-04T15:29:07.463Z | Compiling hybrid-array v0.4.11 |
| 308 | 2026-06-04T15:29:07.503Z | Compiling zmij v1.0.21 |
| 309 | 2026-06-04T15:29:07.628Z | Compiling crossbeam-utils v0.8.21 |
| 310 | 2026-06-04T15:29:07.928Z | Compiling aho-corasick v1.1.4 |
| 311 | 2026-06-04T15:29:07.942Z | Compiling once_cell v1.21.4 |
| 312 | 2026-06-04T15:29:07.946Z | Compiling ident_case v1.0.1 |
| 313 | 2026-06-04T15:29:08.052Z | Compiling regex-syntax v0.8.10 |
| 314 | 2026-06-04T15:29:08.851Z | Compiling darling_core v0.23.0 |
| 315 | 2026-06-04T15:29:09.398Z | Compiling allocator-api2 v0.2.21 |
| 316 | 2026-06-04T15:29:09.608Z | Compiling serde_derive v1.0.228 |
| 317 | 2026-06-04T15:29:09.695Z | Compiling thiserror-impl v2.0.18 |
| 318 | 2026-06-04T15:29:09.719Z | Compiling zerocopy-derive v0.8.48 |
| 319 | 2026-06-04T15:29:09.803Z | Compiling regex-automata v0.4.14 |
| 320 | 2026-06-04T15:29:10.752Z | Compiling static_assertions v1.1.0 |
| 321 | 2026-06-04T15:29:10.818Z | Compiling hashbrown v0.16.1 |
| 322 | 2026-06-04T15:29:11.004Z | Compiling darling_macro v0.23.0 |
| 323 | 2026-06-04T15:29:11.011Z | Compiling crypto-common v0.2.1 |
| 324 | 2026-06-04T15:29:11.523Z | Compiling spin v0.9.8 |
| 325 | 2026-06-04T15:29:11.587Z | Compiling itoa v1.0.18 |
| 326 | 2026-06-04T15:29:11.740Z | Compiling byteorder v1.5.0 |
| 327 | 2026-06-04T15:29:11.870Z | Compiling typeid v1.0.3 |
| 328 | 2026-06-04T15:29:11.989Z | Compiling regex v1.12.3 |
| 329 | 2026-06-04T15:29:12.143Z | Compiling base64ct v1.8.3 |
| 330 | 2026-06-04T15:29:12.500Z | Compiling pem-rfc7468 v0.7.0 |
| 331 | 2026-06-04T15:29:12.951Z | Compiling darling v0.23.0 |
| 332 | 2026-06-04T15:29:13.027Z | Compiling block-buffer v0.10.4 |
| 333 | 2026-06-04T15:29:13.174Z | Compiling crypto-common v0.1.7 |
| 334 | 2026-06-04T15:29:13.197Z | Compiling clap_derive v4.6.1 |
| 335 | 2026-06-04T15:29:13.306Z | Compiling der_derive v0.7.3 |
| 336 | 2026-06-04T15:29:13.407Z | Compiling hashbrown v0.17.0 |
| 337 | 2026-06-04T15:29:13.987Z | Compiling getrandom v0.2.17 |
| 338 | 2026-06-04T15:29:14.148Z | Compiling utf8parse v0.2.2 |
| 339 | 2026-06-04T15:29:14.216Z | Compiling either v1.15.0 |
| 340 | 2026-06-04T15:29:14.254Z | Compiling radium v0.7.0 |
| 341 | 2026-06-04T15:29:14.289Z | Compiling unicode-width v0.2.2 |
| 342 | 2026-06-04T15:29:14.367Z | Compiling crc32fast v1.5.0 |
| 343 | 2026-06-04T15:29:14.428Z | Compiling flagset v0.4.7 |
| 344 | 2026-06-04T15:29:14.526Z | Compiling cmov v0.5.3 |
| 345 | 2026-06-04T15:29:14.562Z | Compiling stable_deref_trait v1.2.1 |
| 346 | 2026-06-04T15:29:14.595Z | Compiling der v0.7.10 |
| 347 | 2026-06-04T15:29:14.651Z | Compiling anstyle-parse v1.0.0 |
| 348 | 2026-06-04T15:29:14.696Z | Compiling rand_core v0.6.4 |
| 349 | 2026-06-04T15:29:14.802Z | Compiling ctutils v0.4.2 |
| 350 | 2026-06-04T15:29:14.876Z | Compiling indexmap v2.14.0 |
| 351 | 2026-06-04T15:29:14.930Z | Compiling digest v0.10.7 |
| 352 | 2026-06-04T15:29:14.967Z | Compiling crossbeam-epoch v0.9.18 |
| 353 | 2026-06-04T15:29:14.991Z | Compiling block-buffer v0.12.0 |
| 354 | 2026-06-04T15:29:15.144Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 355 | 2026-06-04T15:29:15.169Z | Compiling anstyle-query v1.1.5 |
| 356 | 2026-06-04T15:29:15.270Z | Compiling cpufeatures v0.3.0 |
| 357 | 2026-06-04T15:29:15.342Z | Compiling tap v1.0.1 |
| 358 | 2026-06-04T15:29:15.450Z | Compiling powerfmt v0.2.0 |
| 359 | 2026-06-04T15:29:15.542Z | Compiling anstyle v1.0.14 |
| 360 | 2026-06-04T15:29:15.601Z | Compiling simd-adler32 v0.3.9 |
| 361 | 2026-06-04T15:29:15.698Z | Compiling colorchoice v1.0.5 |
| 362 | 2026-06-04T15:29:15.742Z | Compiling is_terminal_polyfill v1.70.2 |
| 363 | 2026-06-04T15:29:15.814Z | Compiling const-oid v0.10.2 |
| 364 | 2026-06-04T15:29:15.821Z | Compiling anstream v1.0.0 |
| 365 | 2026-06-04T15:29:15.829Z | Compiling deranged v0.5.8 |
| 366 | 2026-06-04T15:29:15.887Z | Compiling spki v0.7.3 |
| 367 | 2026-06-04T15:29:16.128Z | Compiling digest v0.11.2 |
| 368 | 2026-06-04T15:29:16.271Z | Compiling wyz v0.5.1 |
| 369 | 2026-06-04T15:29:16.330Z | Compiling crossbeam-deque v0.8.6 |
| 370 | 2026-06-04T15:29:16.532Z | Compiling ppv-lite86 v0.2.21 |
| 371 | 2026-06-04T15:29:16.653Z | Compiling cpufeatures v0.2.17 |
| 372 | 2026-06-04T15:29:16.717Z | Compiling getrandom v0.4.2 |
| 373 | 2026-06-04T15:29:16.855Z | Compiling time-core v0.1.8 |
| 374 | 2026-06-04T15:29:16.904Z | Compiling num-conv v0.2.1 |
| 375 | 2026-06-04T15:29:16.967Z | Compiling maybe-uninit v2.0.0 |
| 376 | 2026-06-04T15:29:16.979Z | Compiling funty v2.0.0 |
| 377 | 2026-06-04T15:29:17.045Z | Compiling rand_core v0.10.1 |
| 378 | 2026-06-04T15:29:17.100Z | Compiling adler2 v2.0.1 |
| 379 | 2026-06-04T15:29:17.197Z | Compiling num_threads v0.1.7 |
| 380 | 2026-06-04T15:29:17.270Z | Compiling time v0.3.47 |
| 381 | 2026-06-04T15:29:17.273Z | Compiling miniz_oxide v0.8.9 |
| 382 | 2026-06-04T15:29:17.598Z | Compiling bitvec v1.0.1 |
| 383 | 2026-06-04T15:29:17.890Z | Compiling rand_chacha v0.3.1 |
| 384 | 2026-06-04T15:29:17.964Z | Compiling sha2 v0.10.9 |
| 385 | 2026-06-04T15:29:18.023Z | Compiling lazy_static v1.5.0 |
| 386 | 2026-06-04T15:29:18.108Z | Compiling num-integer v0.1.46 |
| 387 | 2026-06-04T15:29:18.368Z | Compiling terminal_size v0.4.4 |
| 388 | 2026-06-04T15:29:18.439Z | Compiling indexmap v1.9.3 |
| 389 | 2026-06-04T15:29:18.659Z | Compiling num-bigint-dig v0.8.6 |
| 390 | 2026-06-04T15:29:18.688Z | Compiling zlib-rs v0.6.3 |
| 391 | 2026-06-04T15:29:18.928Z | Compiling clap_lex v1.1.0 |
| 392 | 2026-06-04T15:29:19.238Z | Compiling packed_struct v0.10.1 |
| 393 | 2026-06-04T15:29:19.353Z | Compiling zstd-safe v7.2.4 |
| 394 | 2026-06-04T15:29:19.502Z | Compiling clap_builder v4.6.0 |
| 395 | 2026-06-04T15:29:19.600Z | Compiling num-iter v0.1.45 |
| 396 | 2026-06-04T15:29:19.622Z | Compiling rand v0.8.6 |
| 397 | 2026-06-04T15:29:19.986Z | Compiling pkcs8 v0.10.2 |
| 398 | 2026-06-04T15:29:19.993Z | Compiling packed_struct_codegen v0.10.1 |
| 399 | 2026-06-04T15:29:20.115Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-04T15:29:20.827Z | Compiling inout v0.2.2 |
| 401 | 2026-06-04T15:29:20.950Z | Compiling capstone-sys v0.18.0 |
| 402 | 2026-06-04T15:29:20.975Z | Compiling object v0.39.1 |
| 403 | 2026-06-04T15:29:20.978Z | Compiling hashbrown v0.12.3 |
| 404 | 2026-06-04T15:29:21.242Z | Compiling base64 v0.21.7 |
| 405 | 2026-06-04T15:29:21.326Z | Compiling crc-catalog v2.5.0 |
| 406 | 2026-06-04T15:29:21.433Z | Compiling nodrop v0.1.14 |
| 407 | 2026-06-04T15:29:21.520Z | Compiling twox-hash v2.1.2 |
| 408 | 2026-06-04T15:29:21.528Z | Compiling array-init v0.0.4 |
| 409 | 2026-06-04T15:29:21.676Z | Compiling flate2 v1.1.9 |
| 410 | 2026-06-04T15:29:21.799Z | Compiling ruzstd v0.8.2 |
| 411 | 2026-06-04T15:29:21.869Z | Compiling ron v0.8.1 |
| 412 | 2026-06-04T15:29:22.672Z | Compiling crc v3.4.0 |
| 413 | 2026-06-04T15:29:22.813Z | Compiling clap v4.6.1 |
| 414 | 2026-06-04T15:29:24.546Z | Compiling cipher v0.5.1 |
| 415 | 2026-06-04T15:29:24.762Z | Compiling bitfield v0.19.4 |
| 416 | 2026-06-04T15:29:24.962Z | Compiling pkcs1 v0.7.5 |
| 417 | 2026-06-04T15:29:25.683Z | Compiling smallvec v0.6.14 |
| 418 | 2026-06-04T15:29:25.730Z | Compiling hmac v0.13.0 |
| 419 | 2026-06-04T15:29:25.892Z | Compiling signature v2.2.0 |
| 420 | 2026-06-04T15:29:25.921Z | Compiling env_filter v1.0.1 |
| 421 | 2026-06-04T15:29:26.071Z | Compiling hubpack_derive v0.1.1 |
| 422 | 2026-06-04T15:29:26.300Z | Compiling semver v1.0.28 |
| 423 | 2026-06-04T15:29:26.607Z | Compiling rayon-core v1.13.0 |
| 424 | 2026-06-04T15:29:26.765Z | Compiling subtle v2.6.1 |
| 425 | 2026-06-04T15:29:26.815Z | Compiling lzss v0.9.1 |
| 426 | 2026-06-04T15:29:26.914Z | Compiling cpp_demangle v0.5.1 |
| 427 | 2026-06-04T15:29:27.034Z | Compiling prettyplease v0.2.37 |
| 428 | 2026-06-04T15:29:27.093Z | Compiling portable-atomic v1.13.1 |
| 429 | 2026-06-04T15:29:27.265Z | Compiling winnow v1.0.2 |
| 430 | 2026-06-04T15:29:27.302Z | Compiling libbz2-rs-sys v0.2.3 |
| 431 | 2026-06-04T15:29:27.400Z | Compiling cpubits v0.1.1 |
| 432 | 2026-06-04T15:29:27.472Z | Compiling jiff v0.2.24 |
| 433 | 2026-06-04T15:29:27.510Z | Compiling bumpalo v3.20.2 |
| 434 | 2026-06-04T15:29:27.710Z | Compiling serde_json v1.0.149 |
| 435 | 2026-06-04T15:29:27.804Z | Compiling bzip2 v0.6.1 |
| 436 | 2026-06-04T15:29:27.959Z | Compiling zopfli v0.8.3 |
| 437 | 2026-06-04T15:29:28.057Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 438 | 2026-06-04T15:29:29.945Z | Compiling aes v0.9.0 |
| 439 | 2026-06-04T15:29:30.228Z | Compiling rsa v0.9.10 |
| 440 | 2026-06-04T15:29:31.088Z | Compiling env_logger v0.11.10 |
| 441 | 2026-06-04T15:29:31.128Z | Compiling hubpack v0.1.2 |
| 442 | 2026-06-04T15:29:31.416Z | Compiling serde-hex v0.1.0 |
| 443 | 2026-06-04T15:29:31.764Z | Compiling pbkdf2 v0.13.0 |
| 444 | 2026-06-04T15:29:31.887Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 445 | 2026-06-04T15:29:33.724Z | Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 446 | 2026-06-04T15:29:33.933Z | Compiling lzma-rust2 v0.16.2 |
| 447 | 2026-06-04T15:29:35.775Z | Compiling sha1 v0.11.0 |
| 448 | 2026-06-04T15:29:36.267Z | Compiling x509-cert v0.2.5 |
| 449 | 2026-06-04T15:29:39.797Z | Compiling serde_with_macros v3.18.0 |
| 450 | 2026-06-04T15:29:40.248Z | Compiling scroll_derive v0.13.1 |
| 451 | 2026-06-04T15:29:40.847Z | Compiling num-derive v0.4.2 |
| 452 | 2026-06-04T15:29:41.042Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 453 | 2026-06-04T15:29:41.542Z | Compiling serde_spanned v1.1.1 |
| 454 | 2026-06-04T15:29:41.692Z | Compiling crc-any v2.5.0 |
| 455 | 2026-06-04T15:29:41.820Z | Compiling ppmd-rust v1.4.0 |
| 456 | 2026-06-04T15:29:42.128Z | Compiling constant_time_eq v0.4.2 |
| 457 | 2026-06-04T15:29:42.215Z | Compiling void v1.0.2 |
| 458 | 2026-06-04T15:29:42.320Z | Compiling hex v0.4.3 |
| 459 | 2026-06-04T15:29:42.342Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 460 | 2026-06-04T15:29:42.589Z | Compiling deflate64 v0.1.12 |
| 461 | 2026-06-04T15:29:42.604Z | Compiling typed-path v0.12.3 |
| 462 | 2026-06-04T15:29:42.615Z | Compiling fnv v1.0.7 |
| 463 | 2026-06-04T15:29:42.708Z | Compiling gimli v0.33.0 |
| 464 | 2026-06-04T15:29:43.179Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 465 | 2026-06-04T15:29:43.650Z | Compiling toml v1.1.2+spec-1.1.0 |
| 466 | 2026-06-04T15:29:46.502Z | Compiling scroll v0.13.0 |
| 467 | 2026-06-04T15:29:46.759Z | Compiling serde_with v3.18.0 |
| 468 | 2026-06-04T15:29:47.444Z | Compiling zstd v0.13.3 |
| 469 | 2026-06-04T15:29:47.904Z | Compiling zip v8.6.0 |
| 470 | 2026-06-04T15:29:49.669Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 471 | 2026-06-04T15:29:52.304Z | Compiling console v0.16.3 |
| 472 | 2026-06-04T15:29:52.729Z | Compiling serde-big-array v0.5.1 |
| 473 | 2026-06-04T15:29:52.879Z | Compiling memmap2 v0.9.10 |
| 474 | 2026-06-04T15:29:53.191Z | Compiling path-slash v0.2.1 |
| 475 | 2026-06-04T15:29:53.208Z | Compiling typed-arena v2.0.2 |
| 476 | 2026-06-04T15:29:53.272Z | Compiling unit-prefix v0.5.2 |
| 477 | 2026-06-04T15:29:53.349Z | Compiling colored v3.1.1 |
| 478 | 2026-06-04T15:29:53.421Z | Compiling plain v0.2.3 |
| 479 | 2026-06-04T15:29:53.446Z | Compiling rustc-demangle v0.1.27 |
| 480 | 2026-06-04T15:29:53.531Z | Compiling fallible-iterator v0.3.0 |
| 481 | 2026-06-04T15:29:53.874Z | Compiling addr2line v0.26.1 |
| 482 | 2026-06-04T15:29:54.042Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 483 | 2026-06-04T15:29:54.113Z | Compiling goblin v0.10.5 |
| 484 | 2026-06-04T15:29:54.251Z | Compiling indicatif v0.18.4 |
| 485 | 2026-06-04T15:29:54.756Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 486 | 2026-06-04T15:29:56.325Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 487 | 2026-06-04T15:29:56.831Z | Compiling rayon v1.12.0 |
| 488 | 2026-06-04T15:29:56.959Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 489 | 2026-06-04T15:29:58.548Z | Compiling ron v0.12.1 |
| 490 | 2026-06-04T15:29:59.132Z | Compiling multimap v0.10.1 |
| 491 | 2026-06-04T15:29:59.340Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 492 | 2026-06-04T15:30:00.016Z | Compiling parse_int v0.9.0 |
| 493 | 2026-06-04T15:30:00.156Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 494 | 2026-06-04T15:30:00.232Z | Compiling rustc_version v0.4.1 |
| 495 | 2026-06-04T15:30:00.494Z | Compiling heapless v0.7.17 |
| 496 | 2026-06-04T15:30:00.763Z | Compiling ryu v1.0.23 |
| 497 | 2026-06-04T15:30:01.124Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 498 | 2026-06-04T15:30:01.496Z | Compiling hash32 v0.2.1 |
| 499 | 2026-06-04T15:30:01.696Z | Compiling base64 v0.13.1 |
| 500 | 2026-06-04T15:30:03.171Z | Compiling postcard-cobs v0.1.5-pre |
| 501 | 2026-06-04T15:30:03.408Z | Compiling postcard v0.7.3 |
| 502 | 2026-06-04T15:30:03.698Z | Compiling pkg-version-impl v0.1.1 |
| 503 | 2026-06-04T15:30:03.735Z | Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2) |
| 504 | 2026-06-04T15:30:04.118Z | Compiling bitflags v1.3.2 |
| 505 | 2026-06-04T15:30:04.189Z | Compiling thiserror v1.0.69 |
| 506 | 2026-06-04T15:30:04.376Z | Compiling pkg-version v1.0.0 |
| 507 | 2026-06-04T15:30:04.459Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-06-04T15:30:05.111Z | Compiling linked-hash-map v0.5.6 |
| 509 | 2026-06-04T15:30:05.287Z | Compiling yaml-rust v0.4.5 |
| 510 | 2026-06-04T15:30:05.829Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 511 | 2026-06-04T15:30:06.036Z | Compiling jep106 v0.2.10 |
| 512 | 2026-06-04T15:30:06.106Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 513 | 2026-06-04T15:30:06.454Z | Compiling rusb v0.8.1 |
| 514 | 2026-06-04T15:30:06.646Z | Compiling serde_yaml v0.8.26 |
| 515 | 2026-06-04T15:30:06.833Z | Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 516 | 2026-06-04T15:30:07.162Z | Compiling bincode v1.3.3 |
| 517 | 2026-06-04T15:30:07.537Z | Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 518 | 2026-06-04T15:30:08.387Z | Compiling chacha20 v0.10.0 |
| 519 | 2026-06-04T15:30:08.743Z | Compiling fallible-iterator v0.2.0 |
| 520 | 2026-06-04T15:30:09.121Z | Compiling gimli v0.26.2 |
| 521 | 2026-06-04T15:30:09.243Z | Compiling rand v0.10.1 |
| 522 | 2026-06-04T15:30:09.676Z | Compiling enum-primitive-derive v0.2.2 |
| 523 | 2026-06-04T15:30:10.247Z | Compiling jaylink v0.2.0 |
| 524 | 2026-06-04T15:30:10.602Z | Compiling capstone v0.14.0 |
| 525 | 2026-06-04T15:30:11.438Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 526 | 2026-06-04T15:30:11.496Z | Compiling object v0.27.1 |
| 527 | 2026-06-04T15:30:11.566Z | Compiling svg v0.13.1 |
| 528 | 2026-06-04T15:30:11.877Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 529 | 2026-06-04T15:30:11.927Z | Compiling thousands v0.2.0 |
| 530 | 2026-06-04T15:30:12.290Z | Compiling bitfield v0.13.2 |
| 531 | 2026-06-04T15:30:12.298Z | Compiling ihex v3.0.0 |
| 532 | 2026-06-04T15:30:12.467Z | Compiling scroll v0.10.2 |
| 533 | 2026-06-04T15:30:12.664Z | Compiling unicode-segmentation v1.13.2 |
| 534 | 2026-06-04T15:30:12.913Z | Compiling parking_lot_core v0.9.12 |
| 535 | 2026-06-04T15:30:13.051Z | Compiling signal-hook v0.3.18 |
| 536 | 2026-06-04T15:30:13.701Z | Compiling signal-hook-registry v1.4.8 |
| 537 | 2026-06-04T15:30:13.839Z | Compiling convert_case v0.10.0 |
| 538 | 2026-06-04T15:30:14.097Z | Compiling mio v0.8.11 |
| 539 | 2026-06-04T15:30:14.201Z | Compiling mio v1.2.0 |
| 540 | 2026-06-04T15:30:14.464Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 541 | 2026-06-04T15:30:14.593Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 542 | 2026-06-04T15:30:15.078Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 543 | 2026-06-04T15:30:15.119Z | Compiling signal-hook-mio v0.2.5 |
| 544 | 2026-06-04T15:30:15.218Z | Compiling derive_more-impl v2.1.1 |
| 545 | 2026-06-04T15:30:15.259Z | Compiling parking_lot v0.12.5 |
| 546 | 2026-06-04T15:30:16.024Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 547 | 2026-06-04T15:30:16.513Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 548 | 2026-06-04T15:30:16.762Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 549 | 2026-06-04T15:30:17.966Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 550 | 2026-06-04T15:30:18.940Z | Compiling litrs v1.0.0 |
| 551 | 2026-06-04T15:30:19.321Z | Compiling rustversion v1.0.22 |
| 552 | 2026-06-04T15:30:19.415Z | Compiling document-features v0.2.12 |
| 553 | 2026-06-04T15:30:19.457Z | Compiling derive_more v2.1.1 |
| 554 | 2026-06-04T15:30:19.536Z | Compiling itertools v0.14.0 |
| 555 | 2026-06-04T15:30:19.701Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 556 | 2026-06-04T15:30:19.902Z | Compiling paste v1.0.15 |
| 557 | 2026-06-04T15:30:20.224Z | Compiling crossterm v0.29.0 |
| 558 | 2026-06-04T15:30:21.603Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 559 | 2026-06-04T15:30:21.765Z | Compiling convert_case v0.11.0 |
| 560 | 2026-06-04T15:30:21.935Z | Compiling jep106 v0.3.0 |
| 561 | 2026-06-04T15:30:22.478Z | Compiling camino v1.2.2 |
| 562 | 2026-06-04T15:30:23.336Z | Compiling castaway v0.2.4 |
| 563 | 2026-06-04T15:30:23.509Z | Compiling strum_macros v0.27.2 |
| 564 | 2026-06-04T15:30:23.569Z | Compiling crossbeam-channel v0.5.15 |
| 565 | 2026-06-04T15:30:23.593Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 566 | 2026-06-04T15:30:23.856Z | Compiling instability v0.3.12 |
| 567 | 2026-06-04T15:30:24.220Z | Compiling indoc v2.0.7 |
| 568 | 2026-06-04T15:30:24.444Z | Compiling unicode-truncate v2.0.1 |
| 569 | 2026-06-04T15:30:24.662Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 570 | 2026-06-04T15:30:24.788Z | Compiling compact_str v0.9.0 |
| 571 | 2026-06-04T15:30:25.344Z | Compiling strum v0.27.2 |
| 572 | 2026-06-04T15:30:25.432Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 573 | 2026-06-04T15:30:25.521Z | Compiling lru v0.16.4 |
| 574 | 2026-06-04T15:30:25.549Z | Compiling kasuari v0.4.12 |
| 575 | 2026-06-04T15:30:25.659Z | Compiling crossbeam-queue v0.3.12 |
| 576 | 2026-06-04T15:30:25.723Z | Compiling cargo-platform v0.3.3 |
| 577 | 2026-06-04T15:30:26.179Z | Compiling cargo_metadata v0.23.1 |
| 578 | 2026-06-04T15:30:26.262Z | Compiling ratatui-core v0.1.0 |
| 579 | 2026-06-04T15:30:26.314Z | Compiling lazy-regex v3.6.0 |
| 580 | 2026-06-04T15:30:26.684Z | Compiling crossbeam v0.8.4 |
| 581 | 2026-06-04T15:30:27.796Z | Compiling unicode-width v0.1.14 |
| 582 | 2026-06-04T15:30:28.059Z | Compiling binrw_derive v0.14.2 |
| 583 | 2026-06-04T15:30:28.125Z | Compiling strict v0.2.0 |
| 584 | 2026-06-04T15:30:28.178Z | Compiling ron v0.6.6 |
| 585 | 2026-06-04T15:30:28.271Z | Compiling crokey-proc_macros v1.4.0 |
| 586 | 2026-06-04T15:30:28.509Z | Compiling crossterm v0.23.2 |
| 587 | 2026-06-04T15:30:28.884Z | Compiling line-clipping v0.3.7 |
| 588 | 2026-06-04T15:30:28.923Z | Compiling binrw v0.14.2 |
| 589 | 2026-06-04T15:30:29.215Z | Compiling owo-colors v3.5.0 |
| 590 | 2026-06-04T15:30:29.245Z | Compiling percent-encoding v2.3.2 |
| 591 | 2026-06-04T15:30:29.649Z | Compiling cargo-readme v3.3.2 |
| 592 | 2026-06-04T15:30:29.796Z | Compiling crokey v1.4.0 |
| 593 | 2026-06-04T15:30:30.322Z | Compiling ratatui-widgets v0.3.0 |
| 594 | 2026-06-04T15:30:30.463Z | Compiling coolor v0.8.0 |
| 595 | 2026-06-04T15:30:30.559Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 596 | 2026-06-04T15:30:30.733Z | Compiling coolor v1.1.0 |
| 597 | 2026-06-04T15:30:31.006Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 598 | 2026-06-04T15:30:31.099Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 599 | 2026-06-04T15:30:32.077Z | Compiling half v2.7.1 |
| 600 | 2026-06-04T15:30:32.442Z | Compiling minimad v0.14.0 |
| 601 | 2026-06-04T15:30:32.554Z | Compiling minimad v0.13.1 |
| 602 | 2026-06-04T15:30:32.905Z | Compiling bytemuck v1.25.0 |
| 603 | 2026-06-04T15:30:33.136Z | Compiling ciborium-io v0.2.2 |
| 604 | 2026-06-04T15:30:33.234Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 605 | 2026-06-04T15:30:33.353Z | Compiling array-init v2.1.0 |
| 606 | 2026-06-04T15:30:33.464Z | Compiling fastrand v2.4.1 |
| 607 | 2026-06-04T15:30:33.861Z | Compiling convert_case v0.4.0 |
| 608 | 2026-06-04T15:30:34.156Z | Compiling derive_more v0.99.20 |
| 609 | 2026-06-04T15:30:34.514Z | Compiling tempfile v3.27.0 |
| 610 | 2026-06-04T15:30:34.553Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 611 | 2026-06-04T15:30:35.715Z | Compiling ciborium-ll v0.2.2 |
| 612 | 2026-06-04T15:30:35.906Z | Compiling termimad v0.25.7 |
| 613 | 2026-06-04T15:30:35.996Z | Compiling termimad v0.34.1 |
| 614 | 2026-06-04T15:30:36.103Z | Compiling ratatui-macros v0.7.0 |
| 615 | 2026-06-04T15:30:36.208Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 616 | 2026-06-04T15:30:36.343Z | Compiling ratatui-crossterm v0.1.0 |
| 617 | 2026-06-04T15:30:36.582Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 618 | 2026-06-04T15:30:36.893Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 619 | 2026-06-04T15:30:36.972Z | Compiling sha2 v0.11.0 |
| 620 | 2026-06-04T15:30:37.373Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 621 | 2026-06-04T15:30:37.640Z | Compiling csv-core v0.1.13 |
| 622 | 2026-06-04T15:30:37.827Z | Compiling xml v1.2.1 |
| 623 | 2026-06-04T15:30:38.106Z | Compiling parse-size v1.1.0 |
| 624 | 2026-06-04T15:30:38.308Z | Compiling iana-time-zone v0.1.65 |
| 625 | 2026-06-04T15:30:38.744Z | Compiling serde-xml-rs v0.8.2 |
| 626 | 2026-06-04T15:30:39.175Z | Compiling chrono v0.4.44 |
| 627 | 2026-06-04T15:30:40.180Z | Compiling csv v1.4.0 |
| 628 | 2026-06-04T15:30:41.356Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 629 | 2026-06-04T15:30:42.462Z | Compiling raw-cpuid v11.6.0 |
| 630 | 2026-06-04T15:30:43.638Z | Compiling ratatui v0.30.0 |
| 631 | 2026-06-04T15:30:44.050Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 632 | 2026-06-04T15:30:44.524Z | Compiling ciborium v0.2.2 |
| 633 | 2026-06-04T15:30:44.928Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 634 | 2026-06-04T15:30:45.537Z | Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin) |
| 635 | 2026-06-04T15:30:45.941Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 636 | 2026-06-04T15:30:46.035Z | Compiling strum_macros v0.28.0 |
| 637 | 2026-06-04T15:30:46.118Z | Compiling termios v0.3.3 |
| 638 | 2026-06-04T15:30:46.297Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 639 | 2026-06-04T15:30:46.490Z | Compiling srec v0.2.0 |
| 640 | 2026-06-04T15:30:46.660Z | Compiling splitty v1.0.2 |
| 641 | 2026-06-04T15:30:46.689Z | Compiling strum v0.28.0 |
| 642 | 2026-06-04T15:30:46.818Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 643 | 2026-06-04T15:30:46.836Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 644 | 2026-06-04T15:30:47.243Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 645 | 2026-06-04T15:30:47.843Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 646 | 2026-06-04T15:30:49.192Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 647 | 2026-06-04T15:30:50.243Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 648 | 2026-06-04T15:30:50.539Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 649 | 2026-06-04T15:30:51.652Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 650 | 2026-06-04T15:30:51.767Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 651 | 2026-06-04T15:30:52.095Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 652 | 2026-06-04T15:30:54.762Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 653 | 2026-06-04T15:30:54.898Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 654 | 2026-06-04T15:30:56.808Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 655 | 2026-06-04T15:30:58.389Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 656 | 2026-06-04T15:30:59.059Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 657 | 2026-06-04T15:31:00.655Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 658 | 2026-06-04T15:31:01.772Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 659 | 2026-06-04T15:31:03.317Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 660 | 2026-06-04T15:31:05.315Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 661 | 2026-06-04T15:31:06.118Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 662 | 2026-06-04T15:31:07.473Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 663 | 2026-06-04T15:31:07.717Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 664 | 2026-06-04T15:31:07.847Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 665 | 2026-06-04T15:31:10.911Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 666 | 2026-06-04T15:31:10.957Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 667 | 2026-06-04T15:31:11.271Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 668 | 2026-06-04T15:31:11.969Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 669 | 2026-06-04T15:31:12.191Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 670 | 2026-06-04T15:31:12.316Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 671 | 2026-06-04T15:31:15.142Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 672 | 2026-06-04T15:31:15.605Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 673 | 2026-06-04T15:31:16.020Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 674 | 2026-06-04T15:31:16.530Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 675 | 2026-06-04T15:31:17.138Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 676 | 2026-06-04T15:31:17.855Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 677 | 2026-06-04T15:31:19.016Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 678 | 2026-06-04T15:31:19.842Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 679 | 2026-06-04T15:31:21.053Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 680 | 2026-06-04T15:31:21.550Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 681 | 2026-06-04T15:31:22.418Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 682 | 2026-06-04T15:31:23.240Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 683 | 2026-06-04T15:31:23.357Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 684 | 2026-06-04T15:31:23.481Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 685 | 2026-06-04T15:31:24.003Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 686 | 2026-06-04T15:31:25.493Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 687 | 2026-06-04T15:31:25.664Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 688 | 2026-06-04T15:31:26.047Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 689 | 2026-06-04T15:31:26.087Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 690 | 2026-06-04T15:31:28.432Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 691 | 2026-06-04T15:31:28.958Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 692 | 2026-06-04T15:31:29.957Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 693 | 2026-06-04T15:31:30.147Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 694 | 2026-06-04T15:31:32.150Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 695 | 2026-06-04T15:31:48.276Z | Finished `release` profile [optimized + debuginfo] target(s) in 2m 43s |
| 696 | 2026-06-04T15:32:43.614Z | pkg://helios/developer/debug/humility@0.12.18.686,5.11-3.0:20260604T153154Z |
| 697 | 2026-06-04T15:32:43.614Z | PUBLISHED |
| 698 | 2026-06-04T15:32:44.085Z | Retrieving packages for publisher helios ... |
| 699 | 2026-06-04T15:32:44.105Z | Retrieving catalog 'helios' ... Done |
| 700 | 2026-06-04T15:32:44.105Z | Retrieving and evaluating 1 package(s)... |
| 701 | 2026-06-04T15:32:44.105Z | Fetching manifests: 1/1 100% complete |
| 702 | 2026-06-04T15:32:44.105Z | Fetching manifests: 1/1 100% complete |
| 703 | 2026-06-04T15:32:44.105Z | |
| 704 | 2026-06-04T15:32:44.105Z | Archiving packages ... |
| 705 | 2026-06-04T15:32:44.106Z | Packages to add: 1 |
| 706 | 2026-06-04T15:32:44.106Z | Files to retrieve: 1 |
| 707 | 2026-06-04T15:32:44.106Z | Estimated transfer size: 120.39 MB |
| 708 | 2026-06-04T15:32:44.106Z | |
| 709 | 2026-06-04T15:32:44.106Z | Packages to archive: |
| 710 | 2026-06-04T15:32:44.106Z | developer/debug/humility@0.12.18.686,5.11-3.0:20260604T153154Z |
| 711 | 2026-06-04T15:32:44.106Z | |
| 712 | 2026-06-04T15:32:44.106Z | Download: 0/1 items 0.0/120.4MB 0% complete |
| 713 | 2026-06-04T15:32:44.106Z | Download: Completed 120.39 MB in 0.21 seconds (564M/s) |
| 714 | 2026-06-04T15:32:44.106Z | Archiving: 1/10 items 0.0/120.4MB 0% complete |
| 715 | 2026-06-04T15:32:44.138Z | Archiving: Completed 120.41 MB in 0.05 seconds |
| 716 | 2026-06-04T15:32:44.180Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.686-3.0.p5p. |
| 717 | 2026-06-04T15:32:44.187Z | |
| 718 | 2026-06-04T15:32:44.187Z | real 3:59.978729270 |
| 719 | 2026-06-04T15:32:44.187Z | user 19:43.498207448 |
| 720 | 2026-06-04T15:32:44.246Z | sys 1:21.575221800 |
| 721 | 2026-06-04T15:32:44.246Z | trap 0.579006383 |
| 722 | 2026-06-04T15:32:44.246Z | tflt 1.713749787 |
| 723 | 2026-06-04T15:32:44.246Z | dflt 2.714314204 |
| 724 | 2026-06-04T15:32:44.246Z | kflt 0.012695487 |
| 725 | 2026-06-04T15:32:44.246Z | lock 1:22:41.355281054 |
| 726 | 2026-06-04T15:32:44.246Z | slp 1:04:36.538825553 |
| 727 | 2026-06-04T15:32:44.247Z | lat 1:07.834451719 |
| 728 | 2026-06-04T15:32:44.247Z | stop 52.895023897 |
| 729 | 2026-06-04T15:32:44.247Z | + banner copy |
| 730 | 2026-06-04T15:32:44.247Z | |
| 731 | 2026-06-04T15:32:44.247Z | #### #### ##### # # |
| 732 | 2026-06-04T15:32:44.247Z | # # # # # # # # |
| 733 | 2026-06-04T15:32:44.247Z | # # # # # # |
| 734 | 2026-06-04T15:32:44.247Z | # # # ##### # |
| 735 | 2026-06-04T15:32:44.247Z | # # # # # # |
| 736 | 2026-06-04T15:32:44.247Z | #### #### # # |
| 737 | 2026-06-04T15:32:44.247Z | |
| 738 | 2026-06-04T15:32:44.247Z | + pfexec mkdir -p /out |
| 739 | 2026-06-04T15:32:44.247Z | + pfexec chown 12345 /out |
| 740 | 2026-06-04T15:32:44.247Z | + PKG_NAME=/out/humility.p5p |
| 741 | 2026-06-04T15:32:44.247Z | + mv pkg/packages/repo/humility-0.12.18.686-3.0.p5p /out/humility.p5p |
| 742 | 2026-06-04T15:32:44.280Z | + sha256sum /out/humility.p5p |
| 743 | 2026-06-04T15:32:44.350Z | process exited: duration 245984 ms, exit code 0 |
| |
| 744 | 2026-06-04T15:32:44.398Z | found 2 output files |
| 745 | 2026-06-04T15:32:44.398Z | uploading: /out/humility.p5p (126269440 bytes) |
| 746 | 2026-06-04T15:32:46.858Z | uploaded: /out/humility.p5p |
| 747 | 2026-06-04T15:32:46.858Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 748 | 2026-06-04T15:32:47.866Z | uploaded: /out/humility.p5p.sha256 |