|
|
|
| 1 | 2026-06-10T20:08:10.575Z | job assigned to worker 01KTSJAY9WG8BR7JEBNFJFNHQ6 [factory aws, i-09bd52eef9f0a7e43] (queued for 56 s) |
| |
| 2 | 2026-06-10T20:08:16.833Z | starting task 0: "setup" |
| 3 | 2026-06-10T20:08:16.839Z | ++ uname -s |
| 4 | 2026-06-10T20:08:16.843Z | + kern=SunOS |
| 5 | 2026-06-10T20:08:16.843Z | + build_user=build |
| 6 | 2026-06-10T20:08:16.843Z | + build_uid=12345 |
| 7 | 2026-06-10T20:08:16.843Z | + work_dir=/work |
| 8 | 2026-06-10T20:08:16.844Z | + input_dir=/input |
| 9 | 2026-06-10T20:08:16.844Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T20:08:16.844Z | + case "$kern" in |
| 11 | 2026-06-10T20:08:16.844Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T20:08:16.844Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T20:08:18.848Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T20:08:18.929Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T20:08:18.932Z | + home_fs=zfs |
| 16 | 2026-06-10T20:08:18.932Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T20:08:18.932Z | + mkdir -p /home/build |
| 18 | 2026-06-10T20:08:18.932Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T20:08:20.933Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T20:08:20.936Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-06-10T20:08:20.942Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T20:08:20.946Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-10T20:08:20.946Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-10T20:08:20.946Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-10T20:08:20.946Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-10T20:08:20.946Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T20:08:20.946Z | * rust toolchain profile = "default" |
| 28 | 2026-06-10T20:08:20.949Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T20:08:20.949Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-10T20:08:21.051Z | info: downloading installer |
| 31 | 2026-06-10T20:08:22.576Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T20:08:22.576Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T20:08:22.576Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T20:08:22.579Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T20:08:22.589Z | info: profile set to default |
| 36 | 2026-06-10T20:08:22.589Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T20:08:22.592Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-10T20:08:22.741Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-10T20:08:22.744Z | info: downloading 6 components |
| 40 | 2026-06-10T20:08:37.415Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-10T20:08:37.415Z | |
| 42 | 2026-06-10T20:08:37.444Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-10T20:08:37.444Z | |
| 44 | 2026-06-10T20:08:37.444Z | |
| 45 | 2026-06-10T20:08:37.444Z | Rust is installed now. Great! |
| 46 | 2026-06-10T20:08:37.444Z | |
| 47 | 2026-06-10T20:08:37.444Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T20:08:37.444Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T20:08:37.444Z | |
| 50 | 2026-06-10T20:08:37.444Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T20:08:37.444Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T20:08:37.444Z | |
| 53 | 2026-06-10T20:08:37.444Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T20:08:37.444Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T20:08:37.444Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T20:08:37.447Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T20:08:37.447Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T20:08:37.447Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T20:08:37.448Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T20:08:37.448Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T20:08:37.448Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T20:08:37.547Z | + rustup --version |
| 63 | 2026-06-10T20:08:37.555Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T20:08:37.558Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T20:08:37.577Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-10T20:08:37.580Z | + cargo --version |
| 67 | 2026-06-10T20:08:37.594Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-10T20:08:37.597Z | + rustc --version |
| 69 | 2026-06-10T20:08:37.614Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-10T20:08:37.618Z | process exited: duration 16674 ms, exit code 0 |
| |
| 71 | 2026-06-10T20:08:37.624Z | starting task 2: "authentication" |
| 72 | 2026-06-10T20:08:37.640Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-10T20:08:37.647Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T20:08:37.650Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-10T20:08:37.653Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-10T20:08:37.685Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-10T20:08:53.962Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-10T20:08:53.962Z | + git fetch origin 6f811a9af64d4d4305ea4b8a66a9d1481cf16e63 |
| 79 | 2026-06-10T20:08:54.224Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-10T20:08:54.224Z | * branch 6f811a9af64d4d4305ea4b8a66a9d1481cf16e63 -> FETCH_HEAD |
| 81 | 2026-06-10T20:08:54.230Z | + [[ -n mkeeter/humility-caboose ]] |
| 82 | 2026-06-10T20:08:54.234Z | ++ git branch --show-current |
| 83 | 2026-06-10T20:08:54.234Z | + current=master |
| 84 | 2026-06-10T20:08:54.234Z | + [[ master != mkeeter/humility-caboose ]] |
| 85 | 2026-06-10T20:08:54.234Z | + git branch -f mkeeter/humility-caboose 6f811a9af64d4d4305ea4b8a66a9d1481cf16e63 |
| 86 | 2026-06-10T20:08:54.237Z | + git checkout -f mkeeter/humility-caboose |
| 87 | 2026-06-10T20:08:55.008Z | Switched to branch 'mkeeter/humility-caboose' |
| 88 | 2026-06-10T20:08:55.011Z | + git reset --hard 6f811a9af64d4d4305ea4b8a66a9d1481cf16e63 |
| 89 | 2026-06-10T20:08:55.020Z | HEAD is now at 6f811a9a Add `humility-caboose` and `humility-cmd-caboose` |
| 90 | 2026-06-10T20:08:55.024Z | process exited: duration 17375 ms, exit code 0 |
| |
| 91 | 2026-06-10T20:08:55.030Z | starting task 4: "build" |
| 92 | 2026-06-10T20:08:55.034Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-10T20:08:55.034Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-10T20:08:55.034Z | + banner deps |
| 95 | 2026-06-10T20:08:55.038Z | |
| 96 | 2026-06-10T20:08:55.038Z | ##### ###### ##### #### |
| 97 | 2026-06-10T20:08:55.038Z | # # # # # # |
| 98 | 2026-06-10T20:08:55.038Z | # # ##### # # #### |
| 99 | 2026-06-10T20:08:55.038Z | # # # ##### # |
| 100 | 2026-06-10T20:08:55.038Z | # # # # # # |
| 101 | 2026-06-10T20:08:55.038Z | ##### ###### # #### |
| 102 | 2026-06-10T20:08:55.038Z | |
| 103 | 2026-06-10T20:08:55.038Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-10T20:08:55.038Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-10T20:08:55.038Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-10T20:08:55.945Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-10T20:08:56.275Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-10T20:08:56.595Z | Planning: Solver setup ... Done (0.282s) |
| 109 | 2026-06-10T20:08:56.616Z | Planning: Running solver ... Done (0.022s) |
| 110 | 2026-06-10T20:08:56.622Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-10T20:08:56.634Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-10T20:08:56.647Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-10T20:08:56.661Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-10T20:08:56.664Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-10T20:08:56.832Z | Planning: Checking for conflicting actions ... Done (0.173s) |
| 116 | 2026-06-10T20:08:56.836Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-10T20:08:57.553Z | Planning: Evaluating mediators ... Done (0.720s) |
| 118 | 2026-06-10T20:08:57.556Z | Planning: Planning completed in 1.26 seconds |
| 119 | 2026-06-10T20:08:57.572Z | Packages to install: 2 |
| 120 | 2026-06-10T20:08:57.575Z | Estimated space available: 155.77 GB |
| 121 | 2026-06-10T20:08:57.575Z | Estimated space to be consumed: 17.61 MB |
| 122 | 2026-06-10T20:08:57.575Z | Create boot environment: No |
| 123 | 2026-06-10T20:08:57.575Z | Create backup boot environment: No |
| 124 | 2026-06-10T20:08:57.575Z | Rebuild boot archive: No |
| 125 | 2026-06-10T20:08:57.575Z | |
| 126 | 2026-06-10T20:08:57.575Z | Changed packages: |
| 127 | 2026-06-10T20:08:57.575Z | helios |
| 128 | 2026-06-10T20:08:57.575Z | library/libftdi1 |
| 129 | 2026-06-10T20:08:57.575Z | None -> 1.5-3.0 |
| 130 | 2026-06-10T20:08:57.575Z | ooce/library/libusb-1 |
| 131 | 2026-06-10T20:08:57.575Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-10T20:08:57.593Z | |
| 133 | 2026-06-10T20:08:57.593Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-10T20:08:57.644Z | Download: Completed 377.70 kB in 0.05 seconds (7.3M/s) |
| 135 | 2026-06-10T20:08:57.697Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-10T20:08:57.707Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-10T20:08:57.714Z | Finalize: Updating package state database ... Done (0.007s) |
| 138 | 2026-06-10T20:08:57.717Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-10T20:08:57.736Z | Finalize: Updating image state ... Done (0.022s) |
| 140 | 2026-06-10T20:09:00.075Z | Finalize: Creating fast lookup database ... Done (2.318s) |
| 141 | 2026-06-10T20:09:00.147Z | Finalize: Reading search index ... Done (0.014s) |
| 142 | 2026-06-10T20:09:00.150Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-10T20:09:00.228Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-10T20:09:00.320Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-10T20:09:00.528Z | FMRI IFO |
| 146 | 2026-06-10T20:09:00.528Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-10T20:09:00.528Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-10T20:09:00.564Z | + cargo --version |
| 149 | 2026-06-10T20:09:00.573Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-10T20:09:00.576Z | + rustc --version |
| 151 | 2026-06-10T20:09:00.595Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-10T20:09:00.599Z | + banner package |
| 153 | 2026-06-10T20:09:00.600Z | |
| 154 | 2026-06-10T20:09:00.600Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-10T20:09:00.600Z | # # # # # # # # # # # # # |
| 156 | 2026-06-10T20:09:00.600Z | # # # # # #### # # # ##### |
| 157 | 2026-06-10T20:09:00.600Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-10T20:09:00.600Z | # # # # # # # # # # # # |
| 159 | 2026-06-10T20:09:00.600Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-10T20:09:00.600Z | |
| 161 | 2026-06-10T20:09:00.600Z | + ptime -m cargo xtask package |
| 162 | 2026-06-10T20:09:00.711Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 163 | 2026-06-10T20:09:01.008Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 164 | 2026-06-10T20:09:01.797Z | Updating git repository `https://github.com/oxidecomputer/rusb` |
| 165 | 2026-06-10T20:09:02.196Z | Updating git submodule `https://github.com/libusb/libusb.git` |
| 166 | 2026-06-10T20:09:03.291Z | Updating crates.io index |
| 167 | 2026-06-10T20:09:03.294Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 168 | 2026-06-10T20:09:03.585Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 169 | 2026-06-10T20:09:04.054Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 170 | 2026-06-10T20:09:04.381Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 171 | 2026-06-10T20:09:04.681Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 172 | 2026-06-10T20:09:04.954Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 173 | 2026-06-10T20:09:05.245Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 174 | 2026-06-10T20:09:07.141Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 175 | 2026-06-10T20:09:07.468Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 176 | 2026-06-10T20:09:07.735Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 177 | 2026-06-10T20:09:07.998Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 178 | 2026-06-10T20:09:08.296Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 179 | 2026-06-10T20:09:08.543Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 180 | 2026-06-10T20:09:09.635Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 181 | 2026-06-10T20:09:11.772Z | Downloading crates ... |
| 182 | 2026-06-10T20:09:11.833Z | Downloaded heck v0.5.0 |
| 183 | 2026-06-10T20:09:11.847Z | Downloaded cargo_metadata v0.23.1 |
| 184 | 2026-06-10T20:09:11.847Z | Downloaded anstyle-parse v1.0.0 |
| 185 | 2026-06-10T20:09:11.847Z | Downloaded lazy_static v1.5.0 |
| 186 | 2026-06-10T20:09:11.852Z | Downloaded equivalent v1.0.2 |
| 187 | 2026-06-10T20:09:11.857Z | Downloaded colorchoice v1.0.5 |
| 188 | 2026-06-10T20:09:11.863Z | Downloaded percent-encoding v2.3.2 |
| 189 | 2026-06-10T20:09:11.871Z | Downloaded anstyle v1.0.14 |
| 190 | 2026-06-10T20:09:11.877Z | Downloaded serde_spanned v1.1.1 |
| 191 | 2026-06-10T20:09:11.882Z | Downloaded is_terminal_polyfill v1.70.2 |
| 192 | 2026-06-10T20:09:11.882Z | Downloaded cargo-platform v0.3.3 |
| 193 | 2026-06-10T20:09:11.889Z | Downloaded anstyle-query v1.1.5 |
| 194 | 2026-06-10T20:09:11.894Z | Downloaded clap_lex v1.1.0 |
| 195 | 2026-06-10T20:09:11.897Z | Downloaded itoa v1.0.18 |
| 196 | 2026-06-10T20:09:11.900Z | Downloaded utf8parse v0.2.2 |
| 197 | 2026-06-10T20:09:11.904Z | Downloaded zmij v1.0.21 |
| 198 | 2026-06-10T20:09:11.911Z | Downloaded anstream v1.0.0 |
| 199 | 2026-06-10T20:09:11.923Z | Downloaded strsim v0.11.1 |
| 200 | 2026-06-10T20:09:11.927Z | Downloaded quote v1.0.45 |
| 201 | 2026-06-10T20:09:11.935Z | Downloaded thiserror-impl v2.0.18 |
| 202 | 2026-06-10T20:09:11.967Z | Downloaded thiserror v2.0.18 |
| 203 | 2026-06-10T20:09:11.970Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 204 | 2026-06-10T20:09:11.971Z | Downloaded anyhow v1.0.102 |
| 205 | 2026-06-10T20:09:11.974Z | Downloaded camino v1.2.2 |
| 206 | 2026-06-10T20:09:11.982Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 207 | 2026-06-10T20:09:11.987Z | Downloaded clap_derive v4.6.1 |
| 208 | 2026-06-10T20:09:11.988Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 209 | 2026-06-10T20:09:11.988Z | Downloaded unicode-ident v1.0.24 |
| 210 | 2026-06-10T20:09:11.988Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-06-10T20:09:11.994Z | Downloaded semver v1.0.28 |
| 212 | 2026-06-10T20:09:11.998Z | Downloaded proc-macro2 v1.0.106 |
| 213 | 2026-06-10T20:09:12.091Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-06-10T20:09:12.097Z | Downloaded clap v4.6.1 |
| 215 | 2026-06-10T20:09:12.097Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 216 | 2026-06-10T20:09:12.097Z | Downloaded cargo-readme v3.3.2 |
| 217 | 2026-06-10T20:09:12.097Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-10T20:09:12.097Z | Downloaded memchr v2.8.0 |
| 219 | 2026-06-10T20:09:12.097Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-10T20:09:12.097Z | Downloaded clap_builder v4.6.0 |
| 221 | 2026-06-10T20:09:12.097Z | Downloaded hashbrown v0.17.0 |
| 222 | 2026-06-10T20:09:12.097Z | Downloaded aho-corasick v1.1.4 |
| 223 | 2026-06-10T20:09:12.097Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-06-10T20:09:12.107Z | Downloaded winnow v1.0.2 |
| 225 | 2026-06-10T20:09:12.142Z | Downloaded regex v1.12.3 |
| 226 | 2026-06-10T20:09:12.146Z | Downloaded syn v2.0.117 |
| 227 | 2026-06-10T20:09:12.153Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-06-10T20:09:12.178Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-06-10T20:09:12.215Z | Compiling proc-macro2 v1.0.106 |
| 230 | 2026-06-10T20:09:12.216Z | Compiling serde_core v1.0.228 |
| 231 | 2026-06-10T20:09:12.220Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-10T20:09:12.220Z | Compiling quote v1.0.45 |
| 233 | 2026-06-10T20:09:12.220Z | Compiling memchr v2.8.0 |
| 234 | 2026-06-10T20:09:12.220Z | Compiling utf8parse v0.2.2 |
| 235 | 2026-06-10T20:09:12.220Z | Compiling colorchoice v1.0.5 |
| 236 | 2026-06-10T20:09:12.220Z | Compiling zmij v1.0.21 |
| 237 | 2026-06-10T20:09:12.418Z | Compiling anstyle-parse v1.0.0 |
| 238 | 2026-06-10T20:09:12.418Z | Compiling anstyle v1.0.14 |
| 239 | 2026-06-10T20:09:12.422Z | Compiling serde v1.0.228 |
| 240 | 2026-06-10T20:09:12.586Z | Compiling is_terminal_polyfill v1.70.2 |
| 241 | 2026-06-10T20:09:12.623Z | Compiling anstyle-query v1.1.5 |
| 242 | 2026-06-10T20:09:12.666Z | Compiling strsim v0.11.1 |
| 243 | 2026-06-10T20:09:12.671Z | Compiling regex-syntax v0.8.10 |
| 244 | 2026-06-10T20:09:12.680Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-06-10T20:09:12.722Z | Compiling anstream v1.0.0 |
| 246 | 2026-06-10T20:09:12.748Z | Compiling thiserror v2.0.18 |
| 247 | 2026-06-10T20:09:12.971Z | Compiling serde_json v1.0.149 |
| 248 | 2026-06-10T20:09:13.029Z | Compiling clap_lex v1.1.0 |
| 249 | 2026-06-10T20:09:13.051Z | Compiling camino v1.2.2 |
| 250 | 2026-06-10T20:09:13.073Z | Compiling winnow v1.0.2 |
| 251 | 2026-06-10T20:09:13.192Z | Compiling heck v0.5.0 |
| 252 | 2026-06-10T20:09:13.274Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-06-10T20:09:13.426Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 254 | 2026-06-10T20:09:13.609Z | Compiling syn v2.0.117 |
| 255 | 2026-06-10T20:09:13.616Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 256 | 2026-06-10T20:09:13.771Z | Compiling itoa v1.0.18 |
| 257 | 2026-06-10T20:09:13.822Z | Compiling anyhow v1.0.102 |
| 258 | 2026-06-10T20:09:13.959Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-06-10T20:09:14.049Z | Compiling percent-encoding v2.3.2 |
| 260 | 2026-06-10T20:09:14.124Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-06-10T20:09:14.453Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 262 | 2026-06-10T20:09:14.516Z | Compiling serde_spanned v1.1.1 |
| 263 | 2026-06-10T20:09:14.658Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-06-10T20:09:14.683Z | Compiling cargo-platform v0.3.3 |
| 265 | 2026-06-10T20:09:14.965Z | Compiling semver v1.0.28 |
| 266 | 2026-06-10T20:09:15.818Z | Compiling regex v1.12.3 |
| 267 | 2026-06-10T20:09:16.009Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-06-10T20:09:16.009Z | Compiling thiserror-impl v2.0.18 |
| 269 | 2026-06-10T20:09:16.009Z | Compiling clap_derive v4.6.1 |
| 270 | 2026-06-10T20:09:17.209Z | Compiling clap v4.6.1 |
| 271 | 2026-06-10T20:09:18.148Z | Compiling cargo-readme v3.3.2 |
| 272 | 2026-06-10T20:09:18.148Z | Compiling cargo_metadata v0.23.1 |
| 273 | 2026-06-10T20:09:19.076Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 274 | 2026-06-10T20:09:20.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.81s |
| 275 | 2026-06-10T20:09:20.519Z | Running `target/debug/xtask package` |
| 276 | 2026-06-10T20:09:24.273Z | Compiling proc-macro2 v1.0.106 |
| 277 | 2026-06-10T20:09:24.273Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-06-10T20:09:24.273Z | Compiling quote v1.0.45 |
| 279 | 2026-06-10T20:09:24.273Z | Compiling serde_core v1.0.228 |
| 280 | 2026-06-10T20:09:24.280Z | Compiling libc v0.2.186 |
| 281 | 2026-06-10T20:09:24.280Z | Compiling serde v1.0.228 |
| 282 | 2026-06-10T20:09:24.280Z | Compiling cfg-if v1.0.4 |
| 283 | 2026-06-10T20:09:24.280Z | Compiling autocfg v1.5.0 |
| 284 | 2026-06-10T20:09:24.397Z | Compiling find-msvc-tools v0.1.9 |
| 285 | 2026-06-10T20:09:24.465Z | Compiling shlex v1.3.0 |
| 286 | 2026-06-10T20:09:24.602Z | Compiling log v0.4.29 |
| 287 | 2026-06-10T20:09:24.609Z | Compiling scopeguard v1.2.0 |
| 288 | 2026-06-10T20:09:24.648Z | Compiling typenum v1.20.0 |
| 289 | 2026-06-10T20:09:24.660Z | Compiling memchr v2.8.0 |
| 290 | 2026-06-10T20:09:24.863Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-10T20:09:25.027Z | Compiling jobserver v0.1.34 |
| 292 | 2026-06-10T20:09:25.058Z | Compiling errno v0.3.14 |
| 293 | 2026-06-10T20:09:25.104Z | Compiling pkg-config v0.3.33 |
| 294 | 2026-06-10T20:09:25.224Z | Compiling cc v1.2.61 |
| 295 | 2026-06-10T20:09:25.493Z | Compiling thiserror v2.0.18 |
| 296 | 2026-06-10T20:09:25.575Z | Compiling syn v2.0.117 |
| 297 | 2026-06-10T20:09:25.585Z | Compiling heck v0.5.0 |
| 298 | 2026-06-10T20:09:25.607Z | Compiling foldhash v0.2.0 |
| 299 | 2026-06-10T20:09:25.770Z | Compiling smallvec v1.15.1 |
| 300 | 2026-06-10T20:09:26.037Z | Compiling strsim v0.11.1 |
| 301 | 2026-06-10T20:09:26.053Z | Compiling syn v1.0.109 |
| 302 | 2026-06-10T20:09:26.053Z | Compiling zeroize v1.8.2 |
| 303 | 2026-06-10T20:09:26.104Z | Compiling zerocopy v0.8.48 |
| 304 | 2026-06-10T20:09:26.114Z | Compiling equivalent v1.0.2 |
| 305 | 2026-06-10T20:09:26.171Z | Compiling anyhow v1.0.102 |
| 306 | 2026-06-10T20:09:26.224Z | Compiling libm v0.2.16 |
| 307 | 2026-06-10T20:09:26.458Z | Compiling rustix v1.1.4 |
| 308 | 2026-06-10T20:09:26.507Z | Compiling num-traits v0.2.19 |
| 309 | 2026-06-10T20:09:26.569Z | Compiling const-oid v0.9.6 |
| 310 | 2026-06-10T20:09:26.576Z | Compiling bitflags v2.11.1 |
| 311 | 2026-06-10T20:09:26.576Z | Compiling version_check v0.9.5 |
| 312 | 2026-06-10T20:09:26.712Z | Compiling rustversion v1.0.22 |
| 313 | 2026-06-10T20:09:26.826Z | Compiling generic-array v0.14.7 |
| 314 | 2026-06-10T20:09:26.999Z | Compiling hybrid-array v0.4.11 |
| 315 | 2026-06-10T20:09:27.047Z | Compiling crossbeam-utils v0.8.21 |
| 316 | 2026-06-10T20:09:27.082Z | Compiling zmij v1.0.21 |
| 317 | 2026-06-10T20:09:27.415Z | Compiling aho-corasick v1.1.4 |
| 318 | 2026-06-10T20:09:27.462Z | Compiling regex-syntax v0.8.10 |
| 319 | 2026-06-10T20:09:27.566Z | Compiling ident_case v1.0.1 |
| 320 | 2026-06-10T20:09:28.110Z | Compiling darling_core v0.23.0 |
| 321 | 2026-06-10T20:09:28.707Z | Compiling allocator-api2 v0.2.21 |
| 322 | 2026-06-10T20:09:29.042Z | Compiling static_assertions v1.1.0 |
| 323 | 2026-06-10T20:09:29.107Z | Compiling regex-automata v0.4.14 |
| 324 | 2026-06-10T20:09:29.116Z | Compiling once_cell v1.21.4 |
| 325 | 2026-06-10T20:09:29.230Z | Compiling hashbrown v0.16.1 |
| 326 | 2026-06-10T20:09:29.311Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-06-10T20:09:29.366Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-10T20:09:29.945Z | Compiling zerocopy-derive v0.8.48 |
| 329 | 2026-06-10T20:09:30.068Z | Compiling crypto-common v0.2.1 |
| 330 | 2026-06-10T20:09:30.356Z | Compiling darling_macro v0.23.0 |
| 331 | 2026-06-10T20:09:30.657Z | Compiling spin v0.9.8 |
| 332 | 2026-06-10T20:09:30.822Z | Compiling byteorder v1.5.0 |
| 333 | 2026-06-10T20:09:30.868Z | Compiling typeid v1.0.3 |
| 334 | 2026-06-10T20:09:31.066Z | Compiling itoa v1.0.18 |
| 335 | 2026-06-10T20:09:31.139Z | Compiling base64ct v1.8.3 |
| 336 | 2026-06-10T20:09:31.343Z | Compiling regex v1.12.3 |
| 337 | 2026-06-10T20:09:31.493Z | Compiling pem-rfc7468 v0.7.0 |
| 338 | 2026-06-10T20:09:31.741Z | Compiling darling v0.23.0 |
| 339 | 2026-06-10T20:09:31.814Z | Compiling clap_derive v4.6.1 |
| 340 | 2026-06-10T20:09:32.432Z | Compiling der_derive v0.7.3 |
| 341 | 2026-06-10T20:09:32.619Z | Compiling crypto-common v0.1.7 |
| 342 | 2026-06-10T20:09:32.751Z | Compiling block-buffer v0.10.4 |
| 343 | 2026-06-10T20:09:32.894Z | Compiling hashbrown v0.17.0 |
| 344 | 2026-06-10T20:09:33.290Z | Compiling getrandom v0.2.17 |
| 345 | 2026-06-10T20:09:33.334Z | Compiling flagset v0.4.7 |
| 346 | 2026-06-10T20:09:33.464Z | Compiling crc32fast v1.5.0 |
| 347 | 2026-06-10T20:09:33.490Z | Compiling radium v0.7.0 |
| 348 | 2026-06-10T20:09:33.556Z | Compiling either v1.15.0 |
| 349 | 2026-06-10T20:09:33.624Z | Compiling utf8parse v0.2.2 |
| 350 | 2026-06-10T20:09:33.727Z | Compiling cmov v0.5.3 |
| 351 | 2026-06-10T20:09:33.740Z | Compiling stable_deref_trait v1.2.1 |
| 352 | 2026-06-10T20:09:33.762Z | Compiling unicode-width v0.2.2 |
| 353 | 2026-06-10T20:09:33.819Z | Compiling anstyle-parse v1.0.0 |
| 354 | 2026-06-10T20:09:33.859Z | Compiling indexmap v2.14.0 |
| 355 | 2026-06-10T20:09:33.954Z | Compiling ctutils v0.4.2 |
| 356 | 2026-06-10T20:09:34.041Z | Compiling der v0.7.10 |
| 357 | 2026-06-10T20:09:34.073Z | Compiling rand_core v0.6.4 |
| 358 | 2026-06-10T20:09:34.345Z | Compiling digest v0.10.7 |
| 359 | 2026-06-10T20:09:34.567Z | Compiling crossbeam-epoch v0.9.18 |
| 360 | 2026-06-10T20:09:34.583Z | Compiling block-buffer v0.12.0 |
| 361 | 2026-06-10T20:09:34.678Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 362 | 2026-06-10T20:09:34.695Z | Compiling colorchoice v1.0.5 |
| 363 | 2026-06-10T20:09:34.801Z | Compiling tap v1.0.1 |
| 364 | 2026-06-10T20:09:34.827Z | Compiling const-oid v0.10.2 |
| 365 | 2026-06-10T20:09:34.865Z | Compiling powerfmt v0.2.0 |
| 366 | 2026-06-10T20:09:35.057Z | Compiling cpufeatures v0.3.0 |
| 367 | 2026-06-10T20:09:35.089Z | Compiling simd-adler32 v0.3.9 |
| 368 | 2026-06-10T20:09:35.124Z | Compiling is_terminal_polyfill v1.70.2 |
| 369 | 2026-06-10T20:09:35.136Z | Compiling anstyle v1.0.14 |
| 370 | 2026-06-10T20:09:35.240Z | Compiling anstyle-query v1.1.5 |
| 371 | 2026-06-10T20:09:35.293Z | Compiling spki v0.7.3 |
| 372 | 2026-06-10T20:09:35.309Z | Compiling anstream v1.0.0 |
| 373 | 2026-06-10T20:09:35.419Z | Compiling deranged v0.5.8 |
| 374 | 2026-06-10T20:09:35.586Z | Compiling digest v0.11.2 |
| 375 | 2026-06-10T20:09:35.757Z | Compiling wyz v0.5.1 |
| 376 | 2026-06-10T20:09:35.784Z | Compiling crossbeam-deque v0.8.6 |
| 377 | 2026-06-10T20:09:35.875Z | Compiling ppv-lite86 v0.2.21 |
| 378 | 2026-06-10T20:09:36.200Z | Compiling time-core v0.1.8 |
| 379 | 2026-06-10T20:09:36.200Z | Compiling num-conv v0.2.1 |
| 380 | 2026-06-10T20:09:36.208Z | Compiling funty v2.0.0 |
| 381 | 2026-06-10T20:09:36.467Z | Compiling num_threads v0.1.7 |
| 382 | 2026-06-10T20:09:36.521Z | Compiling adler2 v2.0.1 |
| 383 | 2026-06-10T20:09:36.536Z | Compiling maybe-uninit v2.0.0 |
| 384 | 2026-06-10T20:09:36.636Z | Compiling cpufeatures v0.2.17 |
| 385 | 2026-06-10T20:09:36.709Z | Compiling sha2 v0.10.9 |
| 386 | 2026-06-10T20:09:36.839Z | Compiling miniz_oxide v0.8.9 |
| 387 | 2026-06-10T20:09:36.969Z | Compiling bitvec v1.0.1 |
| 388 | 2026-06-10T20:09:37.260Z | Compiling time v0.3.47 |
| 389 | 2026-06-10T20:09:37.389Z | Compiling rand_chacha v0.3.1 |
| 390 | 2026-06-10T20:09:37.835Z | Compiling lazy_static v1.5.0 |
| 391 | 2026-06-10T20:09:37.876Z | Compiling num-integer v0.1.46 |
| 392 | 2026-06-10T20:09:37.936Z | Compiling terminal_size v0.4.4 |
| 393 | 2026-06-10T20:09:37.944Z | Compiling indexmap v1.9.3 |
| 394 | 2026-06-10T20:09:38.060Z | Compiling zstd-safe v7.2.4 |
| 395 | 2026-06-10T20:09:38.252Z | Compiling getrandom v0.4.2 |
| 396 | 2026-06-10T20:09:38.284Z | Compiling clap_lex v1.1.0 |
| 397 | 2026-06-10T20:09:38.444Z | Compiling packed_struct v0.10.1 |
| 398 | 2026-06-10T20:09:38.644Z | Compiling zlib-rs v0.6.3 |
| 399 | 2026-06-10T20:09:38.741Z | Compiling rand_core v0.10.1 |
| 400 | 2026-06-10T20:09:38.804Z | Compiling num-bigint-dig v0.8.6 |
| 401 | 2026-06-10T20:09:38.912Z | Compiling clap_builder v4.6.0 |
| 402 | 2026-06-10T20:09:43.337Z | Compiling num-iter v0.1.45 |
| 403 | 2026-06-10T20:09:43.382Z | Compiling rand v0.8.6 |
| 404 | 2026-06-10T20:09:43.382Z | Compiling pkcs8 v0.10.2 |
| 405 | 2026-06-10T20:09:43.382Z | Compiling packed_struct_codegen v0.10.1 |
| 406 | 2026-06-10T20:09:43.382Z | Compiling bitfield-macros v0.19.4 |
| 407 | 2026-06-10T20:09:43.382Z | Compiling inout v0.2.2 |
| 408 | 2026-06-10T20:09:43.382Z | Compiling capstone-sys v0.18.0 |
| 409 | 2026-06-10T20:09:43.382Z | Compiling crc-catalog v2.5.0 |
| 410 | 2026-06-10T20:09:43.382Z | Compiling hashbrown v0.12.3 |
| 411 | 2026-06-10T20:09:43.382Z | Compiling twox-hash v2.1.2 |
| 412 | 2026-06-10T20:09:43.382Z | Compiling base64 v0.21.7 |
| 413 | 2026-06-10T20:09:43.382Z | Compiling nodrop v0.1.14 |
| 414 | 2026-06-10T20:09:43.382Z | Compiling object v0.39.1 |
| 415 | 2026-06-10T20:09:43.382Z | Compiling ron v0.8.1 |
| 416 | 2026-06-10T20:09:43.383Z | Compiling clap v4.6.1 |
| 417 | 2026-06-10T20:09:43.383Z | Compiling array-init v0.0.4 |
| 418 | 2026-06-10T20:09:43.383Z | Compiling flate2 v1.1.9 |
| 419 | 2026-06-10T20:09:43.383Z | Compiling ruzstd v0.8.2 |
| 420 | 2026-06-10T20:09:43.383Z | Compiling crc v3.4.0 |
| 421 | 2026-06-10T20:09:43.916Z | Compiling cipher v0.5.1 |
| 422 | 2026-06-10T20:09:44.070Z | Compiling bitfield v0.19.4 |
| 423 | 2026-06-10T20:09:44.774Z | Compiling pkcs1 v0.7.5 |
| 424 | 2026-06-10T20:09:44.984Z | Compiling smallvec v0.6.14 |
| 425 | 2026-06-10T20:09:45.210Z | Compiling hmac v0.13.0 |
| 426 | 2026-06-10T20:09:45.295Z | Compiling signature v2.2.0 |
| 427 | 2026-06-10T20:09:45.369Z | Compiling env_filter v1.0.1 |
| 428 | 2026-06-10T20:09:45.462Z | Compiling hubpack_derive v0.1.1 |
| 429 | 2026-06-10T20:09:45.953Z | Compiling slog v2.8.2 |
| 430 | 2026-06-10T20:09:46.397Z | Compiling libbz2-rs-sys v0.2.3 |
| 431 | 2026-06-10T20:09:46.479Z | Compiling serde_json v1.0.149 |
| 432 | 2026-06-10T20:09:46.703Z | Compiling lzss v0.9.1 |
| 433 | 2026-06-10T20:09:46.791Z | Compiling cpp_demangle v0.5.1 |
| 434 | 2026-06-10T20:09:46.818Z | Compiling cpubits v0.1.1 |
| 435 | 2026-06-10T20:09:46.885Z | Compiling subtle v2.6.1 |
| 436 | 2026-06-10T20:09:46.982Z | Compiling jiff v0.2.24 |
| 437 | 2026-06-10T20:09:47.034Z | Compiling winnow v1.0.2 |
| 438 | 2026-06-10T20:09:47.195Z | Compiling prettyplease v0.2.37 |
| 439 | 2026-06-10T20:09:47.422Z | Compiling rayon-core v1.13.0 |
| 440 | 2026-06-10T20:09:47.485Z | Compiling portable-atomic v1.13.1 |
| 441 | 2026-06-10T20:09:47.627Z | Compiling bumpalo v3.20.2 |
| 442 | 2026-06-10T20:09:47.907Z | Compiling zopfli v0.8.3 |
| 443 | 2026-06-10T20:09:47.969Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 444 | 2026-06-10T20:09:49.316Z | Compiling rsa v0.9.10 |
| 445 | 2026-06-10T20:09:49.818Z | Compiling aes v0.9.0 |
| 446 | 2026-06-10T20:09:50.135Z | Compiling env_logger v0.11.10 |
| 447 | 2026-06-10T20:09:50.594Z | Compiling bzip2 v0.6.1 |
| 448 | 2026-06-10T20:09:51.373Z | Compiling hubpack v0.1.2 |
| 449 | 2026-06-10T20:09:51.635Z | Compiling pbkdf2 v0.13.0 |
| 450 | 2026-06-10T20:09:51.655Z | Compiling serde-hex v0.1.0 |
| 451 | 2026-06-10T20:09:51.751Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 452 | 2026-06-10T20:09:53.796Z | Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 453 | 2026-06-10T20:09:54.004Z | Compiling lzma-rust2 v0.16.2 |
| 454 | 2026-06-10T20:09:55.127Z | Compiling sha1 v0.11.0 |
| 455 | 2026-06-10T20:09:55.616Z | Compiling x509-cert v0.2.5 |
| 456 | 2026-06-10T20:09:59.564Z | Compiling erased-serde v0.3.31 |
| 457 | 2026-06-10T20:09:59.795Z | Compiling serde_with_macros v3.18.0 |
| 458 | 2026-06-10T20:10:00.223Z | Compiling scroll_derive v0.13.1 |
| 459 | 2026-06-10T20:10:00.867Z | Compiling num-derive v0.4.2 |
| 460 | 2026-06-10T20:10:01.020Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 461 | 2026-06-10T20:10:01.512Z | Compiling serde_spanned v1.1.1 |
| 462 | 2026-06-10T20:10:01.654Z | Compiling semver v1.0.28 |
| 463 | 2026-06-10T20:10:01.771Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 464 | 2026-06-10T20:10:01.923Z | Compiling deflate64 v0.1.12 |
| 465 | 2026-06-10T20:10:01.933Z | Compiling void v1.0.2 |
| 466 | 2026-06-10T20:10:02.027Z | Compiling typed-path v0.12.3 |
| 467 | 2026-06-10T20:10:02.027Z | Compiling fnv v1.0.7 |
| 468 | 2026-06-10T20:10:02.120Z | Compiling constant_time_eq v0.4.2 |
| 469 | 2026-06-10T20:10:02.325Z | Compiling ppmd-rust v1.4.0 |
| 470 | 2026-06-10T20:10:02.505Z | Compiling crc-any v2.5.0 |
| 471 | 2026-06-10T20:10:02.753Z | Compiling hex v0.4.3 |
| 472 | 2026-06-10T20:10:02.838Z | Compiling gimli v0.33.0 |
| 473 | 2026-06-10T20:10:03.049Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 474 | 2026-06-10T20:10:03.204Z | Compiling toml v1.1.2+spec-1.1.0 |
| 475 | 2026-06-10T20:10:04.962Z | Compiling zstd v0.13.3 |
| 476 | 2026-06-10T20:10:05.406Z | Compiling zip v8.6.0 |
| 477 | 2026-06-10T20:10:05.715Z | Compiling scroll v0.13.0 |
| 478 | 2026-06-10T20:10:06.021Z | Compiling serde_with v3.18.0 |
| 479 | 2026-06-10T20:10:08.969Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 480 | 2026-06-10T20:10:11.019Z | Compiling console v0.16.3 |
| 481 | 2026-06-10T20:10:12.325Z | Compiling serde-big-array v0.5.1 |
| 482 | 2026-06-10T20:10:12.473Z | Compiling memmap2 v0.9.10 |
| 483 | 2026-06-10T20:10:12.579Z | Compiling colored v3.1.1 |
| 484 | 2026-06-10T20:10:12.762Z | Compiling unit-prefix v0.5.2 |
| 485 | 2026-06-10T20:10:12.795Z | Compiling path-slash v0.2.1 |
| 486 | 2026-06-10T20:10:12.914Z | Compiling plain v0.2.3 |
| 487 | 2026-06-10T20:10:13.023Z | Compiling typed-arena v2.0.2 |
| 488 | 2026-06-10T20:10:13.051Z | Compiling fallible-iterator v0.3.0 |
| 489 | 2026-06-10T20:10:13.162Z | Compiling rustc-demangle v0.1.27 |
| 490 | 2026-06-10T20:10:13.200Z | Compiling goblin v0.10.5 |
| 491 | 2026-06-10T20:10:13.376Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 492 | 2026-06-10T20:10:13.444Z | Compiling addr2line v0.26.1 |
| 493 | 2026-06-10T20:10:14.453Z | Compiling indicatif v0.18.4 |
| 494 | 2026-06-10T20:10:16.157Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 495 | 2026-06-10T20:10:16.195Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 496 | 2026-06-10T20:10:16.466Z | Compiling rayon v1.12.0 |
| 497 | 2026-06-10T20:10:16.809Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 498 | 2026-06-10T20:10:18.672Z | Compiling ron v0.12.1 |
| 499 | 2026-06-10T20:10:18.770Z | Compiling multimap v0.10.1 |
| 500 | 2026-06-10T20:10:18.966Z | Compiling auto_impl v1.3.0 |
| 501 | 2026-06-10T20:10:19.829Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 502 | 2026-06-10T20:10:20.482Z | Compiling parse_int v0.9.0 |
| 503 | 2026-06-10T20:10:20.633Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 504 | 2026-06-10T20:10:20.703Z | Compiling rustc_version v0.4.1 |
| 505 | 2026-06-10T20:10:20.965Z | Compiling heapless v0.7.17 |
| 506 | 2026-06-10T20:10:21.252Z | Compiling ryu v1.0.23 |
| 507 | 2026-06-10T20:10:21.665Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 508 | 2026-06-10T20:10:22.011Z | Compiling hash32 v0.2.1 |
| 509 | 2026-06-10T20:10:22.208Z | Compiling base64 v0.13.1 |
| 510 | 2026-06-10T20:10:23.684Z | Compiling postcard-cobs v0.1.5-pre |
| 511 | 2026-06-10T20:10:23.776Z | Compiling pkg-version-impl v0.1.1 |
| 512 | 2026-06-10T20:10:23.916Z | Compiling postcard v0.7.3 |
| 513 | 2026-06-10T20:10:24.154Z | Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2) |
| 514 | 2026-06-10T20:10:24.428Z | Compiling thiserror v1.0.69 |
| 515 | 2026-06-10T20:10:24.500Z | Compiling bitflags v1.3.2 |
| 516 | 2026-06-10T20:10:24.606Z | Compiling pkg-version v1.0.0 |
| 517 | 2026-06-10T20:10:24.683Z | Compiling thiserror-impl v1.0.69 |
| 518 | 2026-06-10T20:10:25.348Z | Compiling linked-hash-map v0.5.6 |
| 519 | 2026-06-10T20:10:25.519Z | Compiling yaml-rust v0.4.5 |
| 520 | 2026-06-10T20:10:25.921Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 521 | 2026-06-10T20:10:26.010Z | Compiling jep106 v0.2.10 |
| 522 | 2026-06-10T20:10:26.059Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 523 | 2026-06-10T20:10:26.278Z | Compiling rusb v0.8.1 |
| 524 | 2026-06-10T20:10:26.558Z | Compiling serde_yaml v0.8.26 |
| 525 | 2026-06-10T20:10:26.572Z | Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 526 | 2026-06-10T20:10:26.960Z | Compiling bincode v1.3.3 |
| 527 | 2026-06-10T20:10:27.353Z | Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4) |
| 528 | 2026-06-10T20:10:27.766Z | Compiling capstone v0.14.0 |
| 529 | 2026-06-10T20:10:28.787Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 530 | 2026-06-10T20:10:28.842Z | Compiling fallible-iterator v0.2.0 |
| 531 | 2026-06-10T20:10:29.185Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 532 | 2026-06-10T20:10:29.254Z | Compiling gimli v0.26.2 |
| 533 | 2026-06-10T20:10:29.746Z | Compiling enum-primitive-derive v0.2.2 |
| 534 | 2026-06-10T20:10:30.184Z | Compiling jaylink v0.2.0 |
| 535 | 2026-06-10T20:10:31.183Z | Compiling object v0.27.1 |
| 536 | 2026-06-10T20:10:31.216Z | Compiling ihex v3.0.0 |
| 537 | 2026-06-10T20:10:31.236Z | Compiling scroll v0.10.2 |
| 538 | 2026-06-10T20:10:31.523Z | Compiling svg v0.13.1 |
| 539 | 2026-06-10T20:10:31.529Z | Compiling thousands v0.2.0 |
| 540 | 2026-06-10T20:10:31.843Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 541 | 2026-06-10T20:10:31.874Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 542 | 2026-06-10T20:10:31.982Z | Compiling bitfield v0.13.2 |
| 543 | 2026-06-10T20:10:32.159Z | Compiling chacha20 v0.10.0 |
| 544 | 2026-06-10T20:10:32.348Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 545 | 2026-06-10T20:10:33.684Z | Compiling rand v0.10.1 |
| 546 | 2026-06-10T20:10:33.922Z | Compiling unicode-segmentation v1.13.2 |
| 547 | 2026-06-10T20:10:34.060Z | Compiling signal-hook v0.3.18 |
| 548 | 2026-06-10T20:10:34.274Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 549 | 2026-06-10T20:10:34.318Z | Compiling parking_lot_core v0.9.12 |
| 550 | 2026-06-10T20:10:34.859Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 551 | 2026-06-10T20:10:34.980Z | Compiling signal-hook-registry v1.4.8 |
| 552 | 2026-06-10T20:10:35.663Z | Compiling convert_case v0.10.0 |
| 553 | 2026-06-10T20:10:35.913Z | Compiling mio v0.8.11 |
| 554 | 2026-06-10T20:10:36.147Z | Compiling mio v1.2.0 |
| 555 | 2026-06-10T20:10:36.605Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 556 | 2026-06-10T20:10:36.636Z | Compiling signal-hook-mio v0.2.5 |
| 557 | 2026-06-10T20:10:36.771Z | Compiling derive_more-impl v2.1.1 |
| 558 | 2026-06-10T20:10:36.924Z | Compiling parking_lot v0.12.5 |
| 559 | 2026-06-10T20:10:37.167Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 560 | 2026-06-10T20:10:37.398Z | Compiling litrs v1.0.0 |
| 561 | 2026-06-10T20:10:37.829Z | Compiling document-features v0.2.12 |
| 562 | 2026-06-10T20:10:38.372Z | Compiling derive_more v2.1.1 |
| 563 | 2026-06-10T20:10:38.375Z | Compiling itertools v0.14.0 |
| 564 | 2026-06-10T20:10:38.445Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 565 | 2026-06-10T20:10:38.645Z | Compiling crossterm v0.29.0 |
| 566 | 2026-06-10T20:10:39.990Z | Compiling convert_case v0.11.0 |
| 567 | 2026-06-10T20:10:40.132Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 568 | 2026-06-10T20:10:41.827Z | Compiling paste v1.0.15 |
| 569 | 2026-06-10T20:10:42.045Z | Compiling camino v1.2.2 |
| 570 | 2026-06-10T20:10:42.369Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 571 | 2026-06-10T20:10:42.590Z | Compiling jep106 v0.3.0 |
| 572 | 2026-06-10T20:10:42.636Z | Compiling strum_macros v0.27.2 |
| 573 | 2026-06-10T20:10:42.663Z | Compiling crossbeam-channel v0.5.15 |
| 574 | 2026-06-10T20:10:42.671Z | Compiling castaway v0.2.4 |
| 575 | 2026-06-10T20:10:42.911Z | Compiling instability v0.3.12 |
| 576 | 2026-06-10T20:10:42.977Z | Compiling indoc v2.0.7 |
| 577 | 2026-06-10T20:10:43.635Z | Compiling unicode-truncate v2.0.1 |
| 578 | 2026-06-10T20:10:43.785Z | Compiling compact_str v0.9.0 |
| 579 | 2026-06-10T20:10:44.248Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 580 | 2026-06-10T20:10:44.438Z | Compiling kasuari v0.4.12 |
| 581 | 2026-06-10T20:10:44.460Z | Compiling strum v0.27.2 |
| 582 | 2026-06-10T20:10:44.542Z | Compiling lru v0.16.4 |
| 583 | 2026-06-10T20:10:44.587Z | Compiling crossbeam-queue v0.3.12 |
| 584 | 2026-06-10T20:10:44.617Z | Compiling cargo-platform v0.3.3 |
| 585 | 2026-06-10T20:10:44.853Z | Compiling cargo_metadata v0.23.1 |
| 586 | 2026-06-10T20:10:45.118Z | Compiling lazy-regex v3.6.0 |
| 587 | 2026-06-10T20:10:45.149Z | Compiling crossbeam v0.8.4 |
| 588 | 2026-06-10T20:10:45.219Z | Compiling ratatui-core v0.1.0 |
| 589 | 2026-06-10T20:10:45.598Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 590 | 2026-06-10T20:10:47.022Z | Compiling strict v0.2.0 |
| 591 | 2026-06-10T20:10:47.197Z | Compiling unicode-width v0.1.14 |
| 592 | 2026-06-10T20:10:47.205Z | Compiling binrw_derive v0.14.2 |
| 593 | 2026-06-10T20:10:47.246Z | Compiling ron v0.6.6 |
| 594 | 2026-06-10T20:10:47.498Z | Compiling crokey-proc_macros v1.4.0 |
| 595 | 2026-06-10T20:10:47.600Z | Compiling crossterm v0.23.2 |
| 596 | 2026-06-10T20:10:47.933Z | Compiling line-clipping v0.3.7 |
| 597 | 2026-06-10T20:10:48.154Z | Compiling binrw v0.14.2 |
| 598 | 2026-06-10T20:10:48.290Z | Compiling percent-encoding v2.3.2 |
| 599 | 2026-06-10T20:10:48.446Z | Compiling owo-colors v3.5.0 |
| 600 | 2026-06-10T20:10:48.632Z | Compiling crokey v1.4.0 |
| 601 | 2026-06-10T20:10:48.769Z | Compiling cargo-readme v3.3.2 |
| 602 | 2026-06-10T20:10:49.308Z | Compiling ratatui-widgets v0.3.0 |
| 603 | 2026-06-10T20:10:49.446Z | Compiling coolor v0.8.0 |
| 604 | 2026-06-10T20:10:49.700Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 605 | 2026-06-10T20:10:49.716Z | Compiling coolor v1.1.0 |
| 606 | 2026-06-10T20:10:49.987Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 607 | 2026-06-10T20:10:50.222Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 608 | 2026-06-10T20:10:51.277Z | Compiling half v2.7.1 |
| 609 | 2026-06-10T20:10:51.441Z | Compiling minimad v0.14.0 |
| 610 | 2026-06-10T20:10:51.633Z | Compiling minimad v0.13.1 |
| 611 | 2026-06-10T20:10:51.847Z | Compiling convert_case v0.4.0 |
| 612 | 2026-06-10T20:10:52.142Z | Compiling ciborium-io v0.2.2 |
| 613 | 2026-06-10T20:10:52.207Z | Compiling array-init v2.1.0 |
| 614 | 2026-06-10T20:10:52.319Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 615 | 2026-06-10T20:10:52.431Z | Compiling bytemuck v1.25.0 |
| 616 | 2026-06-10T20:10:52.653Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 617 | 2026-06-10T20:10:53.445Z | Compiling ciborium-ll v0.2.2 |
| 618 | 2026-06-10T20:10:53.575Z | Compiling derive_more v0.99.20 |
| 619 | 2026-06-10T20:10:53.742Z | Compiling termimad v0.25.7 |
| 620 | 2026-06-10T20:10:53.982Z | Compiling termimad v0.34.1 |
| 621 | 2026-06-10T20:10:55.318Z | Compiling ratatui-macros v0.7.0 |
| 622 | 2026-06-10T20:10:55.421Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 623 | 2026-06-10T20:10:55.762Z | Compiling ratatui-crossterm v0.1.0 |
| 624 | 2026-06-10T20:10:55.869Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 625 | 2026-06-10T20:10:55.995Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 626 | 2026-06-10T20:10:56.179Z | Compiling sha2 v0.11.0 |
| 627 | 2026-06-10T20:10:56.470Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 628 | 2026-06-10T20:10:56.727Z | Compiling csv-core v0.1.13 |
| 629 | 2026-06-10T20:10:57.188Z | Compiling iana-time-zone v0.1.65 |
| 630 | 2026-06-10T20:10:57.384Z | Compiling xml v1.2.1 |
| 631 | 2026-06-10T20:10:57.635Z | Compiling parse-size v1.1.0 |
| 632 | 2026-06-10T20:10:57.828Z | Compiling chrono v0.4.44 |
| 633 | 2026-06-10T20:10:58.326Z | Compiling serde-xml-rs v0.8.2 |
| 634 | 2026-06-10T20:10:59.733Z | Compiling csv v1.4.0 |
| 635 | 2026-06-10T20:11:00.918Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 636 | 2026-06-10T20:11:01.840Z | Compiling ratatui v0.30.0 |
| 637 | 2026-06-10T20:11:01.996Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 638 | 2026-06-10T20:11:02.457Z | Compiling raw-cpuid v11.6.0 |
| 639 | 2026-06-10T20:11:02.498Z | Compiling ciborium v0.2.2 |
| 640 | 2026-06-10T20:11:02.859Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 641 | 2026-06-10T20:11:03.478Z | Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin) |
| 642 | 2026-06-10T20:11:03.985Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 643 | 2026-06-10T20:11:04.510Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 644 | 2026-06-10T20:11:04.647Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 645 | 2026-06-10T20:11:05.272Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 646 | 2026-06-10T20:11:05.447Z | Compiling strum_macros v0.28.0 |
| 647 | 2026-06-10T20:11:05.455Z | Compiling termios v0.3.3 |
| 648 | 2026-06-10T20:11:05.630Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 649 | 2026-06-10T20:11:05.974Z | Compiling strum v0.28.0 |
| 650 | 2026-06-10T20:11:06.104Z | Compiling splitty v1.0.2 |
| 651 | 2026-06-10T20:11:06.282Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 652 | 2026-06-10T20:11:06.504Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 653 | 2026-06-10T20:11:06.552Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 654 | 2026-06-10T20:11:07.226Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 655 | 2026-06-10T20:11:08.422Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 656 | 2026-06-10T20:11:08.632Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 657 | 2026-06-10T20:11:09.256Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 658 | 2026-06-10T20:11:09.856Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 659 | 2026-06-10T20:11:11.287Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 660 | 2026-06-10T20:11:11.438Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 661 | 2026-06-10T20:11:12.968Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 662 | 2026-06-10T20:11:14.444Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 663 | 2026-06-10T20:11:15.178Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 664 | 2026-06-10T20:11:15.973Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 665 | 2026-06-10T20:11:17.145Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 666 | 2026-06-10T20:11:17.231Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 667 | 2026-06-10T20:11:17.666Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 668 | 2026-06-10T20:11:22.028Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 669 | 2026-06-10T20:11:22.092Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 670 | 2026-06-10T20:11:23.925Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 671 | 2026-06-10T20:11:25.424Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 672 | 2026-06-10T20:11:25.837Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 673 | 2026-06-10T20:11:26.467Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 674 | 2026-06-10T20:11:26.716Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 675 | 2026-06-10T20:11:28.066Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 676 | 2026-06-10T20:11:30.195Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 677 | 2026-06-10T20:11:30.225Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 678 | 2026-06-10T20:11:31.146Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 679 | 2026-06-10T20:11:32.197Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 680 | 2026-06-10T20:11:32.533Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 681 | 2026-06-10T20:11:33.643Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 682 | 2026-06-10T20:11:34.919Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 683 | 2026-06-10T20:11:34.929Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 684 | 2026-06-10T20:11:36.097Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 685 | 2026-06-10T20:11:36.473Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 686 | 2026-06-10T20:11:37.776Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 687 | 2026-06-10T20:11:38.957Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 688 | 2026-06-10T20:11:40.456Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 689 | 2026-06-10T20:11:41.122Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 690 | 2026-06-10T20:11:41.277Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 691 | 2026-06-10T20:11:41.734Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 692 | 2026-06-10T20:11:41.897Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 693 | 2026-06-10T20:11:42.204Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 694 | 2026-06-10T20:11:43.624Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 695 | 2026-06-10T20:11:44.388Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 696 | 2026-06-10T20:11:44.752Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 697 | 2026-06-10T20:11:45.681Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 698 | 2026-06-10T20:11:46.412Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 699 | 2026-06-10T20:11:47.829Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 700 | 2026-06-10T20:11:49.336Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 701 | 2026-06-10T20:11:49.658Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 702 | 2026-06-10T20:11:49.785Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 703 | 2026-06-10T20:11:50.106Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 704 | 2026-06-10T20:11:50.191Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 705 | 2026-06-10T20:12:07.390Z | Finished `release` profile [optimized + debuginfo] target(s) in 2m 43s |
| 706 | 2026-06-10T20:13:02.573Z | pkg://helios/developer/debug/humility@0.12.18.693,5.11-3.0:20260610T201213Z |
| 707 | 2026-06-10T20:13:02.573Z | PUBLISHED |
| 708 | 2026-06-10T20:13:02.791Z | Retrieving packages for publisher helios ... |
| 709 | 2026-06-10T20:13:02.795Z | Retrieving catalog 'helios' ... Done |
| 710 | 2026-06-10T20:13:02.795Z | Retrieving and evaluating 1 package(s)... |
| 711 | 2026-06-10T20:13:02.795Z | Fetching manifests: 1/1 100% complete |
| 712 | 2026-06-10T20:13:02.795Z | Fetching manifests: 1/1 100% complete |
| 713 | 2026-06-10T20:13:02.795Z | |
| 714 | 2026-06-10T20:13:02.795Z | Archiving packages ... |
| 715 | 2026-06-10T20:13:02.795Z | Packages to add: 1 |
| 716 | 2026-06-10T20:13:02.795Z | Files to retrieve: 1 |
| 717 | 2026-06-10T20:13:02.795Z | Estimated transfer size: 121.03 MB |
| 718 | 2026-06-10T20:13:02.795Z | |
| 719 | 2026-06-10T20:13:02.795Z | Packages to archive: |
| 720 | 2026-06-10T20:13:02.795Z | developer/debug/humility@0.12.18.693,5.11-3.0:20260610T201213Z |
| 721 | 2026-06-10T20:13:02.795Z | |
| 722 | 2026-06-10T20:13:02.795Z | Download: 0/1 items 0.0/121.0MB 0% complete |
| 723 | 2026-06-10T20:13:03.020Z | Download: Completed 121.03 MB in 0.22 seconds (537M/s) |
| 724 | 2026-06-10T20:13:03.023Z | Archiving: 1/10 items 0.0/121.0MB 0% complete |
| 725 | 2026-06-10T20:13:03.045Z | Archiving: Completed 121.05 MB in 0.02 seconds |
| 726 | 2026-06-10T20:13:03.084Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.693-3.0.p5p. |
| 727 | 2026-06-10T20:13:03.090Z | |
| 728 | 2026-06-10T20:13:03.093Z | real 4:02.484409136 |
| 729 | 2026-06-10T20:13:03.093Z | user 19:44.743075704 |
| 730 | 2026-06-10T20:13:03.093Z | sys 1:21.130328533 |
| 731 | 2026-06-10T20:13:03.093Z | trap 0.589800328 |
| 732 | 2026-06-10T20:13:03.093Z | tflt 1.062625642 |
| 733 | 2026-06-10T20:13:03.093Z | dflt 1.419322259 |
| 734 | 2026-06-10T20:13:03.093Z | kflt 0.008666552 |
| 735 | 2026-06-10T20:13:03.093Z | lock 1:22:52.798016335 |
| 736 | 2026-06-10T20:13:03.093Z | slp 1:04:24.545720044 |
| 737 | 2026-06-10T20:13:03.093Z | lat 1:09.532849813 |
| 738 | 2026-06-10T20:13:03.093Z | stop 55.452076001 |
| 739 | 2026-06-10T20:13:03.093Z | + banner copy |
| 740 | 2026-06-10T20:13:03.094Z | |
| 741 | 2026-06-10T20:13:03.094Z | #### #### ##### # # |
| 742 | 2026-06-10T20:13:03.094Z | # # # # # # # # |
| 743 | 2026-06-10T20:13:03.094Z | # # # # # # |
| 744 | 2026-06-10T20:13:03.094Z | # # # ##### # |
| 745 | 2026-06-10T20:13:03.094Z | # # # # # # |
| 746 | 2026-06-10T20:13:03.094Z | #### #### # # |
| 747 | 2026-06-10T20:13:03.094Z | |
| 748 | 2026-06-10T20:13:03.094Z | + pfexec mkdir -p /out |
| 749 | 2026-06-10T20:13:03.097Z | + pfexec chown 12345 /out |
| 750 | 2026-06-10T20:13:03.097Z | + PKG_NAME=/out/humility.p5p |
| 751 | 2026-06-10T20:13:03.097Z | + mv pkg/packages/repo/humility-0.12.18.693-3.0.p5p /out/humility.p5p |
| 752 | 2026-06-10T20:13:03.184Z | + sha256sum /out/humility.p5p |
| 753 | 2026-06-10T20:13:03.256Z | process exited: duration 248222 ms, exit code 0 |
| |
| 754 | 2026-06-10T20:13:03.267Z | found 2 output files |
| 755 | 2026-06-10T20:13:03.268Z | uploading: /out/humility.p5p (126935040 bytes) |
| 756 | 2026-06-10T20:13:05.163Z | uploaded: /out/humility.p5p |
| 757 | 2026-06-10T20:13:05.165Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 758 | 2026-06-10T20:13:06.171Z | uploaded: /out/humility.p5p.sha256 |