|
|
|
| 1 | 2026-08-21T14:42:24.396Z | job assigned to worker 01M0JCA67WZD21VA9C34J8FRBA [factory aws, i-0a696ce3c00cc45a1] (queued for 54 s) |
| |
| 2 | 2026-08-21T14:42:30.589Z | starting task 0: "setup" |
| 3 | 2026-08-21T14:42:30.596Z | ++ uname -s |
| 4 | 2026-08-21T14:42:30.599Z | + kern=SunOS |
| 5 | 2026-08-21T14:42:30.599Z | + build_user=build |
| 6 | 2026-08-21T14:42:30.599Z | + build_uid=12345 |
| 7 | 2026-08-21T14:42:30.599Z | + work_dir=/work |
| 8 | 2026-08-21T14:42:30.599Z | + input_dir=/input |
| 9 | 2026-08-21T14:42:30.599Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-21T14:42:30.599Z | + case "$kern" in |
| 11 | 2026-08-21T14:42:30.599Z | + groupadd -g 12345 build |
| 12 | 2026-08-21T14:42:30.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-21T14:42:32.604Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-21T14:42:32.702Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-21T14:42:32.705Z | + home_fs=zfs |
| 16 | 2026-08-21T14:42:32.705Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-21T14:42:32.705Z | + mkdir -p /home/build |
| 18 | 2026-08-21T14:42:32.705Z | + chown build:build /home/build /work |
| 19 | 2026-08-21T14:42:34.706Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-21T14:42:34.709Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-08-21T14:42:34.716Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-21T14:42:34.729Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-21T14:42:34.730Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-21T14:42:34.730Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-21T14:42:34.730Z | * rust toolchain profile = "default" |
| 26 | 2026-08-21T14:42:34.730Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-21T14:42:34.730Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-21T14:42:34.730Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-21T14:42:34.730Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-21T14:42:34.824Z | info: downloading installer |
| 31 | 2026-08-21T14:42:36.183Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-21T14:42:36.183Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-21T14:42:36.183Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-21T14:42:36.183Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-21T14:42:36.195Z | info: profile set to default |
| 36 | 2026-08-21T14:42:36.195Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-21T14:42:36.197Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-21T14:42:36.334Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-21T14:42:36.338Z | info: downloading 6 components |
| 40 | 2026-08-21T14:42:53.307Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-21T14:42:53.308Z | |
| 42 | 2026-08-21T14:42:53.336Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-21T14:42:53.336Z | |
| 44 | 2026-08-21T14:42:53.336Z | |
| 45 | 2026-08-21T14:42:53.336Z | Rust is installed now. Great! |
| 46 | 2026-08-21T14:42:53.336Z | |
| 47 | 2026-08-21T14:42:53.336Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-21T14:42:53.336Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-21T14:42:53.336Z | |
| 50 | 2026-08-21T14:42:53.337Z | To configure your current shell, you need to source |
| 51 | 2026-08-21T14:42:53.337Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-21T14:42:53.337Z | |
| 53 | 2026-08-21T14:42:53.337Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-21T14:42:53.337Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-21T14:42:53.337Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-21T14:42:53.337Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-21T14:42:53.337Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-21T14:42:53.337Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-21T14:42:53.337Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-21T14:42:53.340Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-21T14:42:53.340Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-21T14:42:53.434Z | + rustup --version |
| 63 | 2026-08-21T14:42:53.442Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-21T14:42:53.445Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-21T14:42:53.463Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-21T14:42:53.466Z | + cargo --version |
| 67 | 2026-08-21T14:42:53.479Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-21T14:42:53.483Z | + rustc --version |
| 69 | 2026-08-21T14:42:53.501Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-21T14:42:53.504Z | process exited: duration 18787 ms, exit code 0 |
| |
| 71 | 2026-08-21T14:42:53.511Z | starting task 2: "authentication" |
| 72 | 2026-08-21T14:42:53.527Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-21T14:42:53.533Z | starting task 3: "clone repository" |
| 74 | 2026-08-21T14:42:53.537Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-08-21T14:42:53.540Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-08-21T14:42:53.573Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-08-21T14:43:26.502Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-08-21T14:43:26.502Z | + git fetch origin c30ce8b85f31d597d9d36bfc13773af72d4e7c7b |
| 79 | 2026-08-21T14:43:26.820Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-08-21T14:43:26.821Z | * branch c30ce8b85f31d597d9d36bfc13773af72d4e7c7b -> FETCH_HEAD |
| 81 | 2026-08-21T14:43:26.827Z | + [[ -n extra_ump ]] |
| 82 | 2026-08-21T14:43:26.829Z | ++ git branch --show-current |
| 83 | 2026-08-21T14:43:26.829Z | + current=master |
| 84 | 2026-08-21T14:43:26.829Z | + [[ master != extra_ump ]] |
| 85 | 2026-08-21T14:43:26.829Z | + git branch -f extra_ump c30ce8b85f31d597d9d36bfc13773af72d4e7c7b |
| 86 | 2026-08-21T14:43:26.832Z | + git checkout -f extra_ump |
| 87 | 2026-08-21T14:43:27.654Z | Switched to branch 'extra_ump' |
| 88 | 2026-08-21T14:43:27.657Z | + git reset --hard c30ce8b85f31d597d9d36bfc13773af72d4e7c7b |
| 89 | 2026-08-21T14:43:27.665Z | HEAD is now at c30ce8b8 Bump humility version for humility#725 |
| 90 | 2026-08-21T14:43:27.668Z | process exited: duration 34132 ms, exit code 0 |
| |
| 91 | 2026-08-21T14:43:27.673Z | starting task 4: "build" |
| 92 | 2026-08-21T14:43:27.677Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-08-21T14:43:27.677Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-08-21T14:43:27.677Z | + banner deps |
| 95 | 2026-08-21T14:43:27.680Z | |
| 96 | 2026-08-21T14:43:27.680Z | ##### ###### ##### #### |
| 97 | 2026-08-21T14:43:27.680Z | # # # # # # |
| 98 | 2026-08-21T14:43:27.680Z | # # ##### # # #### |
| 99 | 2026-08-21T14:43:27.680Z | # # # ##### # |
| 100 | 2026-08-21T14:43:27.680Z | # # # # # # |
| 101 | 2026-08-21T14:43:27.680Z | ##### ###### # #### |
| 102 | 2026-08-21T14:43:27.680Z | |
| 103 | 2026-08-21T14:43:27.680Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-08-21T14:43:27.680Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-08-21T14:43:27.680Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-08-21T14:43:29.054Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-21T14:43:29.410Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-21T14:43:31.342Z | Planning: Solver setup ... Done (1.828s) |
| 109 | 2026-08-21T14:43:31.399Z | Planning: Running solver ... Done (0.058s) |
| 110 | 2026-08-21T14:43:31.443Z | Planning: Finding local manifests ... Done (0.002s) |
| 111 | 2026-08-21T14:43:31.457Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-21T14:43:31.470Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-21T14:43:31.482Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-08-21T14:43:31.485Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-08-21T14:43:31.633Z | Planning: Checking for conflicting actions ... Done (0.150s) |
| 116 | 2026-08-21T14:43:31.637Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-08-21T14:43:32.459Z | Planning: Evaluating mediators ... Done (0.826s) |
| 118 | 2026-08-21T14:43:32.462Z | Planning: Planning completed in 3.02 seconds |
| 119 | 2026-08-21T14:43:32.468Z | Packages to install: 2 |
| 120 | 2026-08-21T14:43:32.468Z | Estimated space available: 155.74 GB |
| 121 | 2026-08-21T14:43:32.471Z | Estimated space to be consumed: 65.79 MB |
| 122 | 2026-08-21T14:43:32.471Z | Create boot environment: No |
| 123 | 2026-08-21T14:43:32.471Z | Create backup boot environment: No |
| 124 | 2026-08-21T14:43:32.471Z | Rebuild boot archive: No |
| 125 | 2026-08-21T14:43:32.471Z | |
| 126 | 2026-08-21T14:43:32.471Z | Changed packages: |
| 127 | 2026-08-21T14:43:32.471Z | helios |
| 128 | 2026-08-21T14:43:32.471Z | library/libftdi1 |
| 129 | 2026-08-21T14:43:32.471Z | None -> 1.5-3.0 |
| 130 | 2026-08-21T14:43:32.471Z | ooce/library/libusb-1 |
| 131 | 2026-08-21T14:43:32.471Z | None -> 1.0.29-3.1 |
| 132 | 2026-08-21T14:43:32.492Z | |
| 133 | 2026-08-21T14:43:32.492Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-08-21T14:43:32.528Z | Download: Completed 377.70 kB in 0.04 seconds (10.1M/s) |
| 135 | 2026-08-21T14:43:32.593Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-08-21T14:43:32.604Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-08-21T14:43:32.635Z | Finalize: Updating package state database ... Done (0.030s) |
| 138 | 2026-08-21T14:43:32.638Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-21T14:43:32.713Z | Finalize: Updating image state ... Done (0.078s) |
| 140 | 2026-08-21T14:43:35.097Z | Finalize: Creating fast lookup database ... Done (2.336s) |
| 141 | 2026-08-21T14:43:35.161Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-21T14:43:35.164Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-21T14:43:35.255Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-21T14:43:35.398Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-08-21T14:43:35.604Z | FMRI IFO |
| 146 | 2026-08-21T14:43:35.604Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-08-21T14:43:35.604Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-08-21T14:43:35.638Z | + cargo --version |
| 149 | 2026-08-21T14:43:35.648Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 150 | 2026-08-21T14:43:35.651Z | + rustc --version |
| 151 | 2026-08-21T14:43:35.670Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 152 | 2026-08-21T14:43:35.672Z | + banner package |
| 153 | 2026-08-21T14:43:35.675Z | |
| 154 | 2026-08-21T14:43:35.675Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-08-21T14:43:35.675Z | # # # # # # # # # # # # # |
| 156 | 2026-08-21T14:43:35.675Z | # # # # # #### # # # ##### |
| 157 | 2026-08-21T14:43:35.675Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-08-21T14:43:35.675Z | # # # # # # # # # # # # |
| 159 | 2026-08-21T14:43:35.675Z | # # # #### # # # # #### ###### |
| 160 | 2026-08-21T14:43:35.675Z | |
| 161 | 2026-08-21T14:43:35.675Z | + ptime -m cargo xtask package |
| 162 | 2026-08-21T14:43:35.794Z | Updating crates.io index |
| 163 | 2026-08-21T14:43:35.797Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-08-21T14:43:36.135Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-08-21T14:43:36.438Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-08-21T14:43:36.796Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-08-21T14:43:37.122Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-08-21T14:43:37.411Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-08-21T14:43:37.734Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-08-21T14:43:38.141Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-08-21T14:43:42.189Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-08-21T14:43:42.516Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-08-21T14:43:42.802Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-08-21T14:43:43.116Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-08-21T14:43:43.442Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-08-21T14:43:43.760Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-08-21T14:43:44.845Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-08-21T14:43:45.185Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-08-21T14:43:45.563Z | Updating git submodule `https://github.com/libusb/hidapi.git` |
| 180 | 2026-08-21T14:43:46.090Z | Updating git repository `https://github.com/oxidecomputer/serialport-rs` |
| 181 | 2026-08-21T14:43:47.913Z | Downloading crates ... |
| 182 | 2026-08-21T14:43:47.951Z | Downloaded percent-encoding v2.3.2 |
| 183 | 2026-08-21T14:43:47.970Z | Downloaded strsim v0.11.1 |
| 184 | 2026-08-21T14:43:47.977Z | Downloaded clap_lex v1.1.0 |
| 185 | 2026-08-21T14:43:47.980Z | Downloaded aho-corasick v1.1.4 |
| 186 | 2026-08-21T14:43:47.983Z | Downloaded equivalent v1.0.2 |
| 187 | 2026-08-21T14:43:47.983Z | Downloaded anstyle-query v1.1.5 |
| 188 | 2026-08-21T14:43:47.983Z | Downloaded heck v0.5.0 |
| 189 | 2026-08-21T14:43:47.986Z | Downloaded cargo-platform v0.3.3 |
| 190 | 2026-08-21T14:43:47.990Z | Downloaded utf8parse v0.2.2 |
| 191 | 2026-08-21T14:43:47.993Z | Downloaded itoa v1.0.18 |
| 192 | 2026-08-21T14:43:47.993Z | Downloaded serde_spanned v1.1.1 |
| 193 | 2026-08-21T14:43:47.993Z | Downloaded is_terminal_polyfill v1.70.2 |
| 194 | 2026-08-21T14:43:47.999Z | Downloaded colorchoice v1.0.5 |
| 195 | 2026-08-21T14:43:48.003Z | Downloaded anstyle v1.0.14 |
| 196 | 2026-08-21T14:43:48.003Z | Downloaded thiserror v2.0.18 |
| 197 | 2026-08-21T14:43:48.006Z | Downloaded quote v1.0.45 |
| 198 | 2026-08-21T14:43:48.006Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 199 | 2026-08-21T14:43:48.013Z | Downloaded cargo_metadata v0.23.1 |
| 200 | 2026-08-21T14:43:48.015Z | Downloaded lazy_static v1.5.0 |
| 201 | 2026-08-21T14:43:48.016Z | Downloaded zmij v1.0.21 |
| 202 | 2026-08-21T14:43:48.026Z | Downloaded thiserror-impl v2.0.18 |
| 203 | 2026-08-21T14:43:48.031Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 204 | 2026-08-21T14:43:48.034Z | Downloaded anstyle-parse v1.0.0 |
| 205 | 2026-08-21T14:43:48.034Z | Downloaded serde_derive v1.0.228 |
| 206 | 2026-08-21T14:43:48.037Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 207 | 2026-08-21T14:43:48.037Z | Downloaded anstream v1.0.0 |
| 208 | 2026-08-21T14:43:48.040Z | Downloaded clap_derive v4.6.1 |
| 209 | 2026-08-21T14:43:48.040Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 210 | 2026-08-21T14:43:48.043Z | Downloaded anyhow v1.0.102 |
| 211 | 2026-08-21T14:43:48.048Z | Downloaded proc-macro2 v1.0.106 |
| 212 | 2026-08-21T14:43:48.052Z | Downloaded camino v1.2.2 |
| 213 | 2026-08-21T14:43:48.052Z | Downloaded semver v1.0.28 |
| 214 | 2026-08-21T14:43:48.055Z | Downloaded clap v4.6.1 |
| 215 | 2026-08-21T14:43:48.064Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-08-21T14:43:48.067Z | Downloaded unicode-ident v1.0.24 |
| 217 | 2026-08-21T14:43:48.074Z | Downloaded cargo-readme v3.3.2 |
| 218 | 2026-08-21T14:43:48.085Z | Downloaded memchr v2.8.0 |
| 219 | 2026-08-21T14:43:48.087Z | Downloaded serde v1.0.228 |
| 220 | 2026-08-21T14:43:48.090Z | Downloaded indexmap v2.14.0 |
| 221 | 2026-08-21T14:43:48.116Z | Downloaded hashbrown v0.17.0 |
| 222 | 2026-08-21T14:43:48.126Z | Downloaded regex v1.12.3 |
| 223 | 2026-08-21T14:43:48.129Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-08-21T14:43:48.133Z | Downloaded clap_builder v4.6.0 |
| 225 | 2026-08-21T14:43:48.137Z | Downloaded winnow v1.0.2 |
| 226 | 2026-08-21T14:43:48.163Z | Downloaded syn v2.0.117 |
| 227 | 2026-08-21T14:43:48.169Z | Downloaded regex-syntax v0.8.10 |
| 228 | 2026-08-21T14:43:48.182Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-08-21T14:43:48.222Z | Compiling serde_core v1.0.228 |
| 230 | 2026-08-21T14:43:48.222Z | Compiling proc-macro2 v1.0.106 |
| 231 | 2026-08-21T14:43:48.222Z | Compiling quote v1.0.45 |
| 232 | 2026-08-21T14:43:48.222Z | Compiling unicode-ident v1.0.24 |
| 233 | 2026-08-21T14:43:48.224Z | Compiling memchr v2.8.0 |
| 234 | 2026-08-21T14:43:48.224Z | Compiling utf8parse v0.2.2 |
| 235 | 2026-08-21T14:43:48.225Z | Compiling is_terminal_polyfill v1.70.2 |
| 236 | 2026-08-21T14:43:48.225Z | Compiling anstyle v1.0.14 |
| 237 | 2026-08-21T14:43:48.417Z | Compiling anstyle-parse v1.0.0 |
| 238 | 2026-08-21T14:43:48.428Z | Compiling zmij v1.0.21 |
| 239 | 2026-08-21T14:43:48.437Z | Compiling colorchoice v1.0.5 |
| 240 | 2026-08-21T14:43:48.534Z | Compiling anstyle-query v1.1.5 |
| 241 | 2026-08-21T14:43:48.545Z | Compiling serde v1.0.228 |
| 242 | 2026-08-21T14:43:48.595Z | Compiling serde_json v1.0.149 |
| 243 | 2026-08-21T14:43:48.641Z | Compiling anstream v1.0.0 |
| 244 | 2026-08-21T14:43:48.728Z | Compiling aho-corasick v1.1.4 |
| 245 | 2026-08-21T14:43:48.756Z | Compiling heck v0.5.0 |
| 246 | 2026-08-21T14:43:48.837Z | Compiling regex-syntax v0.8.10 |
| 247 | 2026-08-21T14:43:48.917Z | Compiling winnow v1.0.2 |
| 248 | 2026-08-21T14:43:48.953Z | Compiling camino v1.2.2 |
| 249 | 2026-08-21T14:43:48.963Z | Compiling thiserror v2.0.18 |
| 250 | 2026-08-21T14:43:49.008Z | Compiling clap_lex v1.1.0 |
| 251 | 2026-08-21T14:43:49.248Z | Compiling strsim v0.11.1 |
| 252 | 2026-08-21T14:43:49.259Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-08-21T14:43:49.550Z | Compiling clap_builder v4.6.0 |
| 254 | 2026-08-21T14:43:49.608Z | Compiling anyhow v1.0.102 |
| 255 | 2026-08-21T14:43:49.636Z | Compiling itoa v1.0.18 |
| 256 | 2026-08-21T14:43:49.727Z | Compiling syn v2.0.117 |
| 257 | 2026-08-21T14:43:49.822Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 258 | 2026-08-21T14:43:49.944Z | Compiling percent-encoding v2.3.2 |
| 259 | 2026-08-21T14:43:50.030Z | Compiling lazy_static v1.5.0 |
| 260 | 2026-08-21T14:43:50.269Z | Compiling regex-automata v0.4.14 |
| 261 | 2026-08-21T14:43:50.462Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-08-21T14:43:50.478Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 263 | 2026-08-21T14:43:50.611Z | Compiling semver v1.0.28 |
| 264 | 2026-08-21T14:43:50.621Z | Compiling cargo-platform v0.3.3 |
| 265 | 2026-08-21T14:43:50.796Z | Compiling toml v1.1.2+spec-1.1.0 |
| 266 | 2026-08-21T14:43:51.903Z | Compiling regex v1.12.3 |
| 267 | 2026-08-21T14:43:51.979Z | Compiling serde_derive v1.0.228 |
| 268 | 2026-08-21T14:43:51.979Z | Compiling clap_derive v4.6.1 |
| 269 | 2026-08-21T14:43:51.982Z | Compiling thiserror-impl v2.0.18 |
| 270 | 2026-08-21T14:43:53.248Z | Compiling clap v4.6.1 |
| 271 | 2026-08-21T14:43:54.154Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-08-21T14:43:54.154Z | Compiling cargo-readme v3.3.2 |
| 273 | 2026-08-21T14:43:55.113Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 274 | 2026-08-21T14:43:56.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s |
| 275 | 2026-08-21T14:43:56.695Z | Running `target/debug/xtask package` |
| 276 | 2026-08-21T14:43:59.719Z | Compiling proc-macro2 v1.0.106 |
| 277 | 2026-08-21T14:43:59.719Z | Compiling quote v1.0.45 |
| 278 | 2026-08-21T14:43:59.719Z | Compiling unicode-ident v1.0.24 |
| 279 | 2026-08-21T14:43:59.722Z | Compiling serde_core v1.0.228 |
| 280 | 2026-08-21T14:43:59.722Z | Compiling serde v1.0.228 |
| 281 | 2026-08-21T14:43:59.722Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-08-21T14:43:59.723Z | Compiling libc v0.2.186 |
| 283 | 2026-08-21T14:43:59.855Z | Compiling typenum v1.20.0 |
| 284 | 2026-08-21T14:43:59.891Z | Compiling scopeguard v1.2.0 |
| 285 | 2026-08-21T14:43:59.993Z | Compiling memchr v2.8.0 |
| 286 | 2026-08-21T14:44:00.131Z | Compiling log v0.4.29 |
| 287 | 2026-08-21T14:44:00.391Z | Compiling thiserror v2.0.18 |
| 288 | 2026-08-21T14:44:00.521Z | Compiling strsim v0.11.1 |
| 289 | 2026-08-21T14:44:00.671Z | Compiling autocfg v1.5.0 |
| 290 | 2026-08-21T14:44:00.739Z | Compiling stable_deref_trait v1.2.1 |
| 291 | 2026-08-21T14:44:00.748Z | Compiling errno v0.3.14 |
| 292 | 2026-08-21T14:44:00.807Z | Compiling lock_api v0.4.14 |
| 293 | 2026-08-21T14:44:00.941Z | Compiling smallvec v1.15.1 |
| 294 | 2026-08-21T14:44:01.016Z | Compiling syn v2.0.117 |
| 295 | 2026-08-21T14:44:01.059Z | Compiling foldhash v0.2.0 |
| 296 | 2026-08-21T14:44:01.072Z | Compiling heck v0.5.0 |
| 297 | 2026-08-21T14:44:01.075Z | Compiling equivalent v1.0.2 |
| 298 | 2026-08-21T14:44:01.163Z | Compiling rustversion v1.0.22 |
| 299 | 2026-08-21T14:44:01.197Z | Compiling ident_case v1.0.1 |
| 300 | 2026-08-21T14:44:01.275Z | Compiling jobserver v0.1.34 |
| 301 | 2026-08-21T14:44:01.308Z | Compiling shlex v1.3.0 |
| 302 | 2026-08-21T14:44:01.315Z | Compiling zeroize v1.8.2 |
| 303 | 2026-08-21T14:44:01.435Z | Compiling find-msvc-tools v0.1.9 |
| 304 | 2026-08-21T14:44:01.519Z | Compiling rustix v1.1.4 |
| 305 | 2026-08-21T14:44:01.597Z | Compiling cc v1.2.61 |
| 306 | 2026-08-21T14:44:01.658Z | Compiling libm v0.2.16 |
| 307 | 2026-08-21T14:44:01.674Z | Compiling anyhow v1.0.102 |
| 308 | 2026-08-21T14:44:01.996Z | Compiling num-traits v0.2.19 |
| 309 | 2026-08-21T14:44:02.004Z | Compiling version_check v0.9.5 |
| 310 | 2026-08-21T14:44:02.012Z | Compiling const-oid v0.9.6 |
| 311 | 2026-08-21T14:44:02.061Z | Compiling bitflags v2.11.1 |
| 312 | 2026-08-21T14:44:02.120Z | Compiling zerocopy v0.8.48 |
| 313 | 2026-08-21T14:44:02.272Z | Compiling generic-array v0.14.7 |
| 314 | 2026-08-21T14:44:02.511Z | Compiling aho-corasick v1.1.4 |
| 315 | 2026-08-21T14:44:02.543Z | Compiling regex-syntax v0.8.10 |
| 316 | 2026-08-21T14:44:02.597Z | Compiling hashbrown v0.17.0 |
| 317 | 2026-08-21T14:44:02.876Z | Compiling hybrid-array v0.4.11 |
| 318 | 2026-08-21T14:44:02.919Z | Compiling once_cell v1.21.4 |
| 319 | 2026-08-21T14:44:03.289Z | Compiling crossbeam-utils v0.8.21 |
| 320 | 2026-08-21T14:44:03.355Z | Compiling indexmap v2.14.0 |
| 321 | 2026-08-21T14:44:03.982Z | Compiling synstructure v0.13.2 |
| 322 | 2026-08-21T14:44:04.165Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-08-21T14:44:04.232Z | Compiling syn v1.0.109 |
| 324 | 2026-08-21T14:44:04.561Z | Compiling pkg-config v0.3.33 |
| 325 | 2026-08-21T14:44:04.593Z | Compiling itoa v1.0.18 |
| 326 | 2026-08-21T14:44:04.996Z | Compiling block-buffer v0.10.4 |
| 327 | 2026-08-21T14:44:05.043Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-08-21T14:44:05.143Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-08-21T14:44:05.387Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-08-21T14:44:06.474Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-08-21T14:44:06.568Z | Compiling yoke-derive v0.8.2 |
| 332 | 2026-08-21T14:44:06.812Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-08-21T14:44:07.622Z | Compiling regex v1.12.3 |
| 334 | 2026-08-21T14:44:07.916Z | Compiling crypto-common v0.1.7 |
| 335 | 2026-08-21T14:44:08.048Z | Compiling darling_core v0.23.0 |
| 336 | 2026-08-21T14:44:08.372Z | Compiling crypto-common v0.2.1 |
| 337 | 2026-08-21T14:44:08.715Z | Compiling zmij v1.0.21 |
| 338 | 2026-08-21T14:44:09.017Z | Compiling digest v0.10.7 |
| 339 | 2026-08-21T14:44:09.242Z | Compiling spin v0.9.8 |
| 340 | 2026-08-21T14:44:09.473Z | Compiling cmov v0.5.3 |
| 341 | 2026-08-21T14:44:09.543Z | Compiling radium v0.7.0 |
| 342 | 2026-08-21T14:44:09.700Z | Compiling byteorder v1.5.0 |
| 343 | 2026-08-21T14:44:09.855Z | Compiling ctutils v0.4.2 |
| 344 | 2026-08-21T14:44:09.962Z | Compiling displaydoc v0.2.5 |
| 345 | 2026-08-21T14:44:10.102Z | Compiling block-buffer v0.12.0 |
| 346 | 2026-08-21T14:44:10.118Z | Compiling allocator-api2 v0.2.21 |
| 347 | 2026-08-21T14:44:10.188Z | Compiling darling_macro v0.23.0 |
| 348 | 2026-08-21T14:44:10.281Z | Compiling const-oid v0.10.2 |
| 349 | 2026-08-21T14:44:10.357Z | Compiling tap v1.0.1 |
| 350 | 2026-08-21T14:44:10.468Z | Compiling crc32fast v1.5.0 |
| 351 | 2026-08-21T14:44:10.506Z | Compiling wyz v0.5.1 |
| 352 | 2026-08-21T14:44:10.597Z | Compiling hashbrown v0.16.1 |
| 353 | 2026-08-21T14:44:10.706Z | Compiling digest v0.11.2 |
| 354 | 2026-08-21T14:44:10.756Z | Compiling darling v0.23.0 |
| 355 | 2026-08-21T14:44:10.802Z | Compiling simd-adler32 v0.3.9 |
| 356 | 2026-08-21T14:44:10.829Z | Compiling base64ct v1.8.3 |
| 357 | 2026-08-21T14:44:10.909Z | Compiling typeid v1.0.3 |
| 358 | 2026-08-21T14:44:10.932Z | Compiling static_assertions v1.1.0 |
| 359 | 2026-08-21T14:44:11.001Z | Compiling either v1.15.0 |
| 360 | 2026-08-21T14:44:11.142Z | Compiling funty v2.0.0 |
| 361 | 2026-08-21T14:44:11.187Z | Compiling pem-rfc7468 v0.7.0 |
| 362 | 2026-08-21T14:44:11.215Z | Compiling clap_derive v4.6.1 |
| 363 | 2026-08-21T14:44:11.315Z | Compiling der_derive v0.7.3 |
| 364 | 2026-08-21T14:44:11.466Z | Compiling getrandom v0.2.17 |
| 365 | 2026-08-21T14:44:11.557Z | Compiling bitvec v1.0.1 |
| 366 | 2026-08-21T14:44:11.772Z | Compiling adler2 v2.0.1 |
| 367 | 2026-08-21T14:44:11.966Z | Compiling utf8parse v0.2.2 |
| 368 | 2026-08-21T14:44:12.029Z | Compiling flagset v0.4.7 |
| 369 | 2026-08-21T14:44:12.070Z | Compiling cpufeatures v0.2.17 |
| 370 | 2026-08-21T14:44:12.140Z | Compiling unicode-width v0.2.2 |
| 371 | 2026-08-21T14:44:12.160Z | Compiling sha2 v0.10.9 |
| 372 | 2026-08-21T14:44:12.320Z | Compiling der v0.7.10 |
| 373 | 2026-08-21T14:44:12.359Z | Compiling anstyle-parse v1.0.0 |
| 374 | 2026-08-21T14:44:12.367Z | Compiling miniz_oxide v0.8.9 |
| 375 | 2026-08-21T14:44:12.581Z | Compiling rand_core v0.6.4 |
| 376 | 2026-08-21T14:44:12.869Z | Compiling lazy_static v1.5.0 |
| 377 | 2026-08-21T14:44:12.918Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 378 | 2026-08-21T14:44:12.932Z | Compiling crossbeam-epoch v0.9.18 |
| 379 | 2026-08-21T14:44:12.958Z | Compiling is_terminal_polyfill v1.70.2 |
| 380 | 2026-08-21T14:44:13.050Z | Compiling anstyle-query v1.1.5 |
| 381 | 2026-08-21T14:44:13.150Z | Compiling anstyle v1.0.14 |
| 382 | 2026-08-21T14:44:13.331Z | Compiling zlib-rs v0.6.3 |
| 383 | 2026-08-21T14:44:13.425Z | Compiling colorchoice v1.0.5 |
| 384 | 2026-08-21T14:44:13.490Z | Compiling cpufeatures v0.3.0 |
| 385 | 2026-08-21T14:44:13.544Z | Compiling powerfmt v0.2.0 |
| 386 | 2026-08-21T14:44:13.560Z | Compiling anstream v1.0.0 |
| 387 | 2026-08-21T14:44:13.721Z | Compiling deranged v0.5.8 |
| 388 | 2026-08-21T14:44:13.825Z | Compiling spki v0.7.3 |
| 389 | 2026-08-21T14:44:14.146Z | Compiling crossbeam-deque v0.8.6 |
| 390 | 2026-08-21T14:44:14.170Z | Compiling ppv-lite86 v0.2.21 |
| 391 | 2026-08-21T14:44:14.358Z | Compiling num-conv v0.2.1 |
| 392 | 2026-08-21T14:44:14.505Z | Compiling num_threads v0.1.7 |
| 393 | 2026-08-21T14:44:14.513Z | Compiling object v0.39.1 |
| 394 | 2026-08-21T14:44:14.591Z | Compiling twox-hash v2.1.2 |
| 395 | 2026-08-21T14:44:14.692Z | Compiling time-core v0.1.8 |
| 396 | 2026-08-21T14:44:14.748Z | Compiling maybe-uninit v2.0.0 |
| 397 | 2026-08-21T14:44:14.834Z | Compiling time v0.3.47 |
| 398 | 2026-08-21T14:44:14.874Z | Compiling ruzstd v0.8.2 |
| 399 | 2026-08-21T14:44:15.076Z | Compiling rand_chacha v0.3.1 |
| 400 | 2026-08-21T14:44:15.145Z | Compiling bitfield-macros v0.19.4 |
| 401 | 2026-08-21T14:44:15.449Z | Compiling terminal_size v0.4.4 |
| 402 | 2026-08-21T14:44:15.598Z | Compiling num-integer v0.1.46 |
| 403 | 2026-08-21T14:44:15.812Z | Compiling clap_lex v1.1.0 |
| 404 | 2026-08-21T14:44:15.879Z | Compiling rand_core v0.10.1 |
| 405 | 2026-08-21T14:44:16.035Z | Compiling packed_struct v0.10.1 |
| 406 | 2026-08-21T14:44:16.158Z | Compiling num-bigint-dig v0.8.6 |
| 407 | 2026-08-21T14:44:16.306Z | Compiling flate2 v1.1.9 |
| 408 | 2026-08-21T14:44:16.493Z | Compiling getrandom v0.4.2 |
| 409 | 2026-08-21T14:44:16.524Z | Compiling zstd-safe v7.2.4 |
| 410 | 2026-08-21T14:44:16.782Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-08-21T14:44:17.567Z | Compiling bitfield v0.19.4 |
| 412 | 2026-08-21T14:44:17.575Z | Compiling num-iter v0.1.45 |
| 413 | 2026-08-21T14:44:17.872Z | Compiling rand v0.8.6 |
| 414 | 2026-08-21T14:44:18.597Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-08-21T14:44:19.287Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-08-21T14:44:19.482Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-08-21T14:44:19.552Z | Compiling inout v0.2.2 |
| 418 | 2026-08-21T14:44:19.706Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-08-21T14:44:20.126Z | Compiling fallible-iterator v0.3.0 |
| 420 | 2026-08-21T14:44:20.389Z | Compiling nodrop v0.1.14 |
| 421 | 2026-08-21T14:44:20.458Z | Compiling parking_lot_core v0.9.12 |
| 422 | 2026-08-21T14:44:20.479Z | Compiling crc-catalog v2.5.0 |
| 423 | 2026-08-21T14:44:20.515Z | Compiling base64 v0.21.7 |
| 424 | 2026-08-21T14:44:20.585Z | Compiling crc v3.4.0 |
| 425 | 2026-08-21T14:44:20.770Z | Compiling ron v0.8.1 |
| 426 | 2026-08-21T14:44:21.088Z | Compiling array-init v0.0.4 |
| 427 | 2026-08-21T14:44:21.185Z | Compiling serde_with v3.18.0 |
| 428 | 2026-08-21T14:44:22.333Z | Compiling cipher v0.5.1 |
| 429 | 2026-08-21T14:44:23.178Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-08-21T14:44:23.388Z | Compiling clap v4.6.1 |
| 431 | 2026-08-21T14:44:23.465Z | Compiling smallvec v0.6.14 |
| 432 | 2026-08-21T14:44:23.914Z | Compiling signature v2.2.0 |
| 433 | 2026-08-21T14:44:24.118Z | Compiling hmac v0.13.0 |
| 434 | 2026-08-21T14:44:24.327Z | Compiling hubpack_derive v0.1.1 |
| 435 | 2026-08-21T14:44:24.859Z | Compiling env_filter v1.0.1 |
| 436 | 2026-08-21T14:44:25.275Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-08-21T14:44:26.099Z | Compiling parse_int v0.9.0 |
| 438 | 2026-08-21T14:44:26.191Z | Compiling slog v2.8.2 |
| 439 | 2026-08-21T14:44:26.234Z | Compiling indexmap v1.9.3 |
| 440 | 2026-08-21T14:44:26.430Z | Compiling prettyplease v0.2.37 |
| 441 | 2026-08-21T14:44:26.471Z | Compiling serde_json v1.0.149 |
| 442 | 2026-08-21T14:44:26.670Z | Compiling libbz2-rs-sys v0.2.3 |
| 443 | 2026-08-21T14:44:26.714Z | Compiling cpubits v0.1.1 |
| 444 | 2026-08-21T14:44:26.786Z | Compiling rayon-core v1.13.0 |
| 445 | 2026-08-21T14:44:26.816Z | Compiling jiff v0.2.24 |
| 446 | 2026-08-21T14:44:26.874Z | Compiling lzss v0.9.1 |
| 447 | 2026-08-21T14:44:27.013Z | Compiling bumpalo v3.20.2 |
| 448 | 2026-08-21T14:44:27.178Z | Compiling portable-atomic v1.13.1 |
| 449 | 2026-08-21T14:44:27.319Z | Compiling cpp_demangle v0.5.1 |
| 450 | 2026-08-21T14:44:27.625Z | Compiling subtle v2.6.1 |
| 451 | 2026-08-21T14:44:27.725Z | Compiling winnow v1.0.2 |
| 452 | 2026-08-21T14:44:27.769Z | Compiling rsa v0.9.10 |
| 453 | 2026-08-21T14:44:28.178Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 454 | 2026-08-21T14:44:29.607Z | Compiling zopfli v0.8.3 |
| 455 | 2026-08-21T14:44:29.849Z | Compiling env_logger v0.11.10 |
| 456 | 2026-08-21T14:44:29.996Z | Compiling bzip2 v0.6.1 |
| 457 | 2026-08-21T14:44:30.264Z | Compiling aes v0.9.0 |
| 458 | 2026-08-21T14:44:31.317Z | Compiling scroll v0.13.0 |
| 459 | 2026-08-21T14:44:31.367Z | Compiling hubpack v0.1.2 |
| 460 | 2026-08-21T14:44:31.618Z | Compiling pbkdf2 v0.13.0 |
| 461 | 2026-08-21T14:44:31.618Z | Compiling serde-hex v0.1.0 |
| 462 | 2026-08-21T14:44:31.738Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 463 | 2026-08-21T14:44:31.799Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 464 | 2026-08-21T14:44:32.045Z | Compiling x509-cert v0.2.5 |
| 465 | 2026-08-21T14:44:33.039Z | Compiling sha1 v0.11.0 |
| 466 | 2026-08-21T14:44:33.562Z | Compiling lzma-rust2 v0.16.2 |
| 467 | 2026-08-21T14:44:33.811Z | Compiling erased-serde v0.3.31 |
| 468 | 2026-08-21T14:44:34.455Z | Compiling zerofrom v0.1.7 |
| 469 | 2026-08-21T14:44:34.577Z | Compiling num-derive v0.4.2 |
| 470 | 2026-08-21T14:44:35.508Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 471 | 2026-08-21T14:44:36.004Z | Compiling serde_spanned v1.1.1 |
| 472 | 2026-08-21T14:44:36.147Z | Compiling semver v1.0.28 |
| 473 | 2026-08-21T14:44:36.440Z | Compiling typed-path v0.12.3 |
| 474 | 2026-08-21T14:44:38.314Z | Compiling icu_properties_data v2.2.0 |
| 475 | 2026-08-21T14:44:38.625Z | Compiling icu_normalizer_data v2.2.0 |
| 476 | 2026-08-21T14:44:38.866Z | Compiling crc-any v2.5.0 |
| 477 | 2026-08-21T14:44:39.315Z | Compiling void v1.0.2 |
| 478 | 2026-08-21T14:44:39.421Z | Compiling deflate64 v0.1.12 |
| 479 | 2026-08-21T14:44:39.448Z | Compiling fnv v1.0.7 |
| 480 | 2026-08-21T14:44:39.543Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 481 | 2026-08-21T14:44:39.595Z | Compiling ppmd-rust v1.4.0 |
| 482 | 2026-08-21T14:44:39.795Z | Compiling hashbrown v0.12.3 |
| 483 | 2026-08-21T14:44:40.002Z | Compiling hex v0.4.3 |
| 484 | 2026-08-21T14:44:40.027Z | Compiling constant_time_eq v0.4.2 |
| 485 | 2026-08-21T14:44:40.137Z | Compiling toml v1.1.2+spec-1.1.0 |
| 486 | 2026-08-21T14:44:40.227Z | Compiling gimli v0.33.0 |
| 487 | 2026-08-21T14:44:40.286Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 488 | 2026-08-21T14:44:41.074Z | Compiling yoke v0.8.2 |
| 489 | 2026-08-21T14:44:43.912Z | Compiling zstd v0.13.3 |
| 490 | 2026-08-21T14:44:44.395Z | Compiling zip v8.6.0 |
| 491 | 2026-08-21T14:44:47.071Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 492 | 2026-08-21T14:44:48.700Z | Compiling console v0.16.3 |
| 493 | 2026-08-21T14:44:50.076Z | Compiling serde-big-array v0.5.1 |
| 494 | 2026-08-21T14:44:50.086Z | Compiling memmap2 v0.9.10 |
| 495 | 2026-08-21T14:44:50.218Z | Compiling rustc-demangle v0.1.27 |
| 496 | 2026-08-21T14:44:50.246Z | Compiling path-slash v0.2.1 |
| 497 | 2026-08-21T14:44:50.394Z | Compiling colored v3.1.1 |
| 498 | 2026-08-21T14:44:50.440Z | Compiling typed-arena v2.0.2 |
| 499 | 2026-08-21T14:44:50.509Z | Compiling plain v0.2.3 |
| 500 | 2026-08-21T14:44:50.518Z | Compiling unit-prefix v0.5.2 |
| 501 | 2026-08-21T14:44:50.615Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 502 | 2026-08-21T14:44:50.666Z | Compiling indicatif v0.18.4 |
| 503 | 2026-08-21T14:44:50.933Z | Compiling goblin v0.10.5 |
| 504 | 2026-08-21T14:44:51.286Z | Compiling addr2line v0.26.1 |
| 505 | 2026-08-21T14:44:51.616Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26) |
| 506 | 2026-08-21T14:44:52.071Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 507 | 2026-08-21T14:44:52.687Z | Compiling rayon v1.12.0 |
| 508 | 2026-08-21T14:44:54.440Z | Compiling ron v0.12.1 |
| 509 | 2026-08-21T14:44:54.968Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 510 | 2026-08-21T14:44:55.009Z | Compiling multimap v0.10.1 |
| 511 | 2026-08-21T14:44:55.336Z | Compiling datamap v0.1.0 |
| 512 | 2026-08-21T14:44:55.519Z | Compiling auto_impl v1.3.0 |
| 513 | 2026-08-21T14:44:56.420Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 514 | 2026-08-21T14:44:57.396Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 515 | 2026-08-21T14:44:57.681Z | Compiling zerovec v0.11.6 |
| 516 | 2026-08-21T14:44:59.425Z | Compiling parking_lot v0.12.5 |
| 517 | 2026-08-21T14:44:59.526Z | Compiling tinystr v0.8.3 |
| 518 | 2026-08-21T14:44:59.721Z | Compiling rustc_version v0.4.1 |
| 519 | 2026-08-21T14:44:59.983Z | Compiling ryu v1.0.23 |
| 520 | 2026-08-21T14:45:00.333Z | Compiling litemap v0.8.2 |
| 521 | 2026-08-21T14:45:00.520Z | Compiling writeable v0.6.3 |
| 522 | 2026-08-21T14:45:00.650Z | Compiling heapless v0.7.17 |
| 523 | 2026-08-21T14:45:00.711Z | Compiling icu_locale_core v2.2.0 |
| 524 | 2026-08-21T14:45:00.938Z | Compiling potential_utf v0.1.5 |
| 525 | 2026-08-21T14:45:01.089Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 526 | 2026-08-21T14:45:01.635Z | Compiling zerotrie v0.2.4 |
| 527 | 2026-08-21T14:45:01.917Z | Compiling strum_macros v0.28.0 |
| 528 | 2026-08-21T14:45:02.143Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 529 | 2026-08-21T14:45:02.443Z | Compiling utf8_iter v1.0.4 |
| 530 | 2026-08-21T14:45:02.580Z | Compiling icu_collections v2.2.0 |
| 531 | 2026-08-21T14:45:03.055Z | Compiling icu_provider v2.2.0 |
| 532 | 2026-08-21T14:45:03.345Z | Compiling proc-macro-crate v3.5.0 |
| 533 | 2026-08-21T14:45:03.748Z | Compiling strum v0.28.0 |
| 534 | 2026-08-21T14:45:03.894Z | Compiling hash32 v0.2.1 |
| 535 | 2026-08-21T14:45:04.006Z | Compiling strum_macros v0.27.2 |
| 536 | 2026-08-21T14:45:04.128Z | Compiling percent-encoding v2.3.2 |
| 537 | 2026-08-21T14:45:05.830Z | Compiling strum v0.27.2 |
| 538 | 2026-08-21T14:45:06.573Z | Compiling capstone v0.14.0 |
| 539 | 2026-08-21T14:45:07.497Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 540 | 2026-08-21T14:45:07.536Z | Compiling postcard-cobs v0.1.5-pre |
| 541 | 2026-08-21T14:45:07.711Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 542 | 2026-08-21T14:45:07.765Z | Compiling darling_core v0.20.11 |
| 543 | 2026-08-21T14:45:07.795Z | Compiling postcard v0.7.3 |
| 544 | 2026-08-21T14:45:08.105Z | Compiling pkg-version-impl v0.1.1 |
| 545 | 2026-08-21T14:45:08.288Z | Compiling icu_normalizer v2.2.0 |
| 546 | 2026-08-21T14:45:08.499Z | Compiling icu_properties v2.2.0 |
| 547 | 2026-08-21T14:45:08.790Z | Compiling itertools v0.14.0 |
| 548 | 2026-08-21T14:45:09.283Z | Compiling bitflags v1.3.2 |
| 549 | 2026-08-21T14:45:09.472Z | Compiling idna_adapter v1.2.2 |
| 550 | 2026-08-21T14:45:09.570Z | Compiling pkg-version v1.0.0 |
| 551 | 2026-08-21T14:45:09.606Z | Compiling unicode-width v0.1.14 |
| 552 | 2026-08-21T14:45:09.625Z | Compiling virtue v0.0.18 |
| 553 | 2026-08-21T14:45:09.649Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 554 | 2026-08-21T14:45:09.760Z | Compiling darling_macro v0.20.11 |
| 555 | 2026-08-21T14:45:09.910Z | Compiling idna v1.1.0 |
| 556 | 2026-08-21T14:45:10.161Z | Compiling bincode_derive v2.0.1 |
| 557 | 2026-08-21T14:45:10.343Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 558 | 2026-08-21T14:45:10.352Z | Compiling darling v0.20.11 |
| 559 | 2026-08-21T14:45:10.424Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 560 | 2026-08-21T14:45:10.433Z | Compiling form_urlencoded v1.2.2 |
| 561 | 2026-08-21T14:45:10.598Z | Compiling bytemuck_derive v1.10.2 |
| 562 | 2026-08-21T14:45:10.802Z | Compiling pin-project-lite v0.2.17 |
| 563 | 2026-08-21T14:45:10.902Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 564 | 2026-08-21T14:45:11.589Z | Compiling url v2.5.8 |
| 565 | 2026-08-21T14:45:11.669Z | Compiling deku_derive v0.18.1 |
| 566 | 2026-08-21T14:45:11.744Z | Compiling bytemuck v1.25.0 |
| 567 | 2026-08-21T14:45:11.985Z | Compiling num_enum_derive v0.7.6 |
| 568 | 2026-08-21T14:45:12.202Z | Compiling jep106 v0.3.0 |
| 569 | 2026-08-21T14:45:12.298Z | Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94) |
| 570 | 2026-08-21T14:45:12.471Z | Compiling tracing-core v0.1.36 |
| 571 | 2026-08-21T14:45:12.488Z | Compiling no_std_io2 v0.8.1 |
| 572 | 2026-08-21T14:45:12.558Z | Compiling csv-core v0.1.13 |
| 573 | 2026-08-21T14:45:12.686Z | Compiling unsafe-libyaml v0.2.11 |
| 574 | 2026-08-21T14:45:13.006Z | Compiling heapless v0.9.3 |
| 575 | 2026-08-21T14:45:13.019Z | Compiling base64 v0.22.1 |
| 576 | 2026-08-21T14:45:13.050Z | Compiling unty v0.0.4 |
| 577 | 2026-08-21T14:45:13.312Z | Compiling futures-core v0.3.32 |
| 578 | 2026-08-21T14:45:13.419Z | Compiling deku v0.18.1 |
| 579 | 2026-08-21T14:45:13.448Z | Compiling serde_yaml v0.9.34+deprecated |
| 580 | 2026-08-21T14:45:13.471Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1) |
| 581 | 2026-08-21T14:45:13.493Z | Compiling bincode v2.0.1 |
| 582 | 2026-08-21T14:45:13.779Z | Compiling num_enum v0.7.6 |
| 583 | 2026-08-21T14:45:13.788Z | Compiling csv v1.4.0 |
| 584 | 2026-08-21T14:45:14.325Z | Compiling hash32 v0.3.1 |
| 585 | 2026-08-21T14:45:14.449Z | Compiling md-5 v0.10.6 |
| 586 | 2026-08-21T14:45:14.609Z | Compiling serde_plain v1.0.2 |
| 587 | 2026-08-21T14:45:14.686Z | Compiling miette-derive v7.6.0 |
| 588 | 2026-08-21T14:45:14.805Z | Compiling tracing-attributes v0.1.31 |
| 589 | 2026-08-21T14:45:14.942Z | Compiling async-io v2.6.0 |
| 590 | 2026-08-21T14:45:14.950Z | Compiling libdevinfo-sys v1.1.0 |
| 591 | 2026-08-21T14:45:15.198Z | Compiling object v0.38.1 |
| 592 | 2026-08-21T14:45:15.231Z | Compiling slab v0.4.12 |
| 593 | 2026-08-21T14:45:15.524Z | Compiling devinfo v0.1.0 |
| 594 | 2026-08-21T14:45:15.534Z | Compiling esp-idf-part v0.6.0 |
| 595 | 2026-08-21T14:45:15.617Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1) |
| 596 | 2026-08-21T14:45:15.831Z | Compiling miette v7.6.0 |
| 597 | 2026-08-21T14:45:16.038Z | Compiling tracing v0.1.44 |
| 598 | 2026-08-21T14:45:16.441Z | Compiling futures-lite v2.6.1 |
| 599 | 2026-08-21T14:45:16.899Z | Compiling nix v0.26.4 |
| 600 | 2026-08-21T14:45:17.051Z | Compiling gimli v0.32.3 |
| 601 | 2026-08-21T14:45:17.076Z | Compiling md-5 v0.11.0 |
| 602 | 2026-08-21T14:45:17.283Z | Compiling docsplay-macros v0.1.2 |
| 603 | 2026-08-21T14:45:17.338Z | Compiling concurrent-queue v2.5.0 |
| 604 | 2026-08-21T14:45:17.386Z | Compiling polling v3.11.0 |
| 605 | 2026-08-21T14:45:17.567Z | Compiling rmp v0.8.15 |
| 606 | 2026-08-21T14:45:17.740Z | Compiling parking v2.2.1 |
| 607 | 2026-08-21T14:45:18.006Z | Compiling futures-io v0.3.32 |
| 608 | 2026-08-21T14:45:18.036Z | Compiling docsplay v0.1.3 |
| 609 | 2026-08-21T14:45:18.219Z | Compiling rmp-serde v1.3.1 |
| 610 | 2026-08-21T14:45:18.331Z | Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8) |
| 611 | 2026-08-21T14:45:19.426Z | Compiling cobs v0.5.1 |
| 612 | 2026-08-21T14:45:19.616Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 613 | 2026-08-21T14:45:20.426Z | Compiling espflash v4.4.0 |
| 614 | 2026-08-21T14:45:21.031Z | Compiling uf2-decode v0.2.0 |
| 615 | 2026-08-21T14:45:21.256Z | Compiling dunce v1.0.5 |
| 616 | 2026-08-21T14:45:21.358Z | Compiling ihex v3.0.0 |
| 617 | 2026-08-21T14:45:21.386Z | Compiling chacha20 v0.10.0 |
| 618 | 2026-08-21T14:45:21.504Z | Compiling unicode-segmentation v1.13.2 |
| 619 | 2026-08-21T14:45:21.697Z | Compiling rand v0.10.1 |
| 620 | 2026-08-21T14:45:21.897Z | Compiling signal-hook v0.3.18 |
| 621 | 2026-08-21T14:45:22.331Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 622 | 2026-08-21T14:45:22.842Z | Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net) |
| 623 | 2026-08-21T14:45:23.492Z | Compiling signal-hook-registry v1.4.8 |
| 624 | 2026-08-21T14:45:23.508Z | Compiling convert_case v0.10.0 |
| 625 | 2026-08-21T14:45:23.962Z | Compiling mio v1.2.0 |
| 626 | 2026-08-21T14:45:24.079Z | Compiling mio v0.8.11 |
| 627 | 2026-08-21T14:45:24.355Z | Compiling derive_more-impl v2.1.1 |
| 628 | 2026-08-21T14:45:24.813Z | Compiling signal-hook-mio v0.2.5 |
| 629 | 2026-08-21T14:45:25.076Z | Compiling litrs v1.0.0 |
| 630 | 2026-08-21T14:45:25.504Z | Compiling derive_more v2.1.1 |
| 631 | 2026-08-21T14:45:25.526Z | Compiling document-features v0.2.12 |
| 632 | 2026-08-21T14:45:25.610Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 633 | 2026-08-21T14:45:26.058Z | Compiling convert_case v0.11.0 |
| 634 | 2026-08-21T14:45:26.090Z | Compiling crossterm v0.29.0 |
| 635 | 2026-08-21T14:45:26.206Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 636 | 2026-08-21T14:45:27.207Z | Compiling camino v1.2.2 |
| 637 | 2026-08-21T14:45:27.331Z | Compiling paste v1.0.15 |
| 638 | 2026-08-21T14:45:27.887Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 639 | 2026-08-21T14:45:28.454Z | Compiling crossbeam-channel v0.5.15 |
| 640 | 2026-08-21T14:45:28.692Z | Compiling castaway v0.2.4 |
| 641 | 2026-08-21T14:45:29.089Z | Compiling instability v0.3.12 |
| 642 | 2026-08-21T14:45:29.327Z | Compiling thiserror v1.0.69 |
| 643 | 2026-08-21T14:45:29.339Z | Compiling indoc v2.0.7 |
| 644 | 2026-08-21T14:45:29.534Z | Compiling unicode-truncate v2.0.1 |
| 645 | 2026-08-21T14:45:29.688Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 646 | 2026-08-21T14:45:29.701Z | Compiling compact_str v0.9.0 |
| 647 | 2026-08-21T14:45:30.411Z | Compiling kasuari v0.4.12 |
| 648 | 2026-08-21T14:45:30.468Z | Compiling lru v0.16.4 |
| 649 | 2026-08-21T14:45:30.477Z | Compiling thiserror-impl v1.0.69 |
| 650 | 2026-08-21T14:45:30.609Z | Compiling crossbeam-queue v0.3.12 |
| 651 | 2026-08-21T14:45:30.659Z | Compiling cargo-platform v0.3.3 |
| 652 | 2026-08-21T14:45:30.782Z | Compiling crossbeam v0.8.4 |
| 653 | 2026-08-21T14:45:30.856Z | Compiling cargo_metadata v0.23.1 |
| 654 | 2026-08-21T14:45:30.930Z | Compiling ratatui-core v0.1.0 |
| 655 | 2026-08-21T14:45:31.026Z | Compiling lazy-regex v3.6.0 |
| 656 | 2026-08-21T14:45:31.739Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 657 | 2026-08-21T14:45:32.686Z | Compiling binrw_derive v0.14.2 |
| 658 | 2026-08-21T14:45:32.919Z | Compiling base64 v0.13.1 |
| 659 | 2026-08-21T14:45:33.008Z | Compiling strict v0.2.0 |
| 660 | 2026-08-21T14:45:33.167Z | Compiling crokey-proc_macros v1.4.0 |
| 661 | 2026-08-21T14:45:33.175Z | Compiling ron v0.6.6 |
| 662 | 2026-08-21T14:45:33.469Z | Compiling crossterm v0.23.2 |
| 663 | 2026-08-21T14:45:33.760Z | Compiling line-clipping v0.3.7 |
| 664 | 2026-08-21T14:45:33.859Z | Compiling binrw v0.14.2 |
| 665 | 2026-08-21T14:45:34.195Z | Compiling owo-colors v3.5.0 |
| 666 | 2026-08-21T14:45:34.542Z | Compiling cargo-readme v3.3.2 |
| 667 | 2026-08-21T14:45:34.576Z | Compiling crokey v1.4.0 |
| 668 | 2026-08-21T14:45:34.849Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 669 | 2026-08-21T14:45:35.304Z | Compiling coolor v0.8.0 |
| 670 | 2026-08-21T14:45:35.565Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 671 | 2026-08-21T14:45:35.565Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 672 | 2026-08-21T14:45:37.174Z | Compiling ratatui-widgets v0.3.0 |
| 673 | 2026-08-21T14:45:37.523Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 674 | 2026-08-21T14:45:38.086Z | Compiling coolor v1.1.0 |
| 675 | 2026-08-21T14:45:38.364Z | Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump) |
| 676 | 2026-08-21T14:45:39.186Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 677 | 2026-08-21T14:45:39.523Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 678 | 2026-08-21T14:45:40.198Z | Compiling half v2.7.1 |
| 679 | 2026-08-21T14:45:40.386Z | Compiling minimad v0.13.1 |
| 680 | 2026-08-21T14:45:40.566Z | Compiling minimad v0.14.0 |
| 681 | 2026-08-21T14:45:40.908Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 682 | 2026-08-21T14:45:41.028Z | Compiling convert_case v0.4.0 |
| 683 | 2026-08-21T14:45:41.317Z | Compiling array-init v2.1.0 |
| 684 | 2026-08-21T14:45:41.432Z | Compiling ciborium-io v0.2.2 |
| 685 | 2026-08-21T14:45:41.531Z | Compiling ciborium-ll v0.2.2 |
| 686 | 2026-08-21T14:45:41.815Z | Compiling derive_more v0.99.20 |
| 687 | 2026-08-21T14:45:42.293Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 688 | 2026-08-21T14:45:42.596Z | Compiling termimad v0.34.1 |
| 689 | 2026-08-21T14:45:43.522Z | Compiling termimad v0.25.7 |
| 690 | 2026-08-21T14:45:43.765Z | Compiling ratatui-macros v0.7.0 |
| 691 | 2026-08-21T14:45:43.796Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 692 | 2026-08-21T14:45:43.856Z | Compiling ratatui-crossterm v0.1.0 |
| 693 | 2026-08-21T14:45:44.063Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 694 | 2026-08-21T14:45:44.117Z | Compiling sha2 v0.11.0 |
| 695 | 2026-08-21T14:45:44.547Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 696 | 2026-08-21T14:45:44.620Z | Compiling iana-time-zone v0.1.65 |
| 697 | 2026-08-21T14:45:44.811Z | Compiling xml v1.2.1 |
| 698 | 2026-08-21T14:45:44.988Z | Compiling parse-size v1.1.0 |
| 699 | 2026-08-21T14:45:45.195Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 700 | 2026-08-21T14:45:46.199Z | Compiling serde-xml-rs v0.8.2 |
| 701 | 2026-08-21T14:45:47.518Z | Compiling chrono v0.4.44 |
| 702 | 2026-08-21T14:45:49.382Z | Compiling raw-cpuid v11.6.0 |
| 703 | 2026-08-21T14:45:49.573Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 704 | 2026-08-21T14:45:51.629Z | Compiling ratatui v0.30.0 |
| 705 | 2026-08-21T14:45:52.010Z | Compiling ciborium v0.2.2 |
| 706 | 2026-08-21T14:45:52.107Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 707 | 2026-08-21T14:45:52.126Z | Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash) |
| 708 | 2026-08-21T14:45:52.349Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 709 | 2026-08-21T14:45:52.916Z | Compiling humility-bin v0.13.8 (/work/oxidecomputer/humility/humility-bin) |
| 710 | 2026-08-21T14:45:52.998Z | Compiling tracing-log v0.2.0 |
| 711 | 2026-08-21T14:45:53.395Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 712 | 2026-08-21T14:45:53.435Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 713 | 2026-08-21T14:45:53.486Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 714 | 2026-08-21T14:45:53.668Z | Compiling sharded-slab v0.1.7 |
| 715 | 2026-08-21T14:45:54.102Z | Compiling matchers v0.2.0 |
| 716 | 2026-08-21T14:45:54.275Z | Compiling termios v0.3.3 |
| 717 | 2026-08-21T14:45:54.380Z | Compiling thread_local v1.1.9 |
| 718 | 2026-08-21T14:45:54.487Z | Compiling splitty v1.0.2 |
| 719 | 2026-08-21T14:45:54.673Z | Compiling nu-ansi-term v0.50.3 |
| 720 | 2026-08-21T14:45:54.773Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 721 | 2026-08-21T14:45:55.125Z | Compiling tracing-subscriber v0.3.23 |
| 722 | 2026-08-21T14:45:55.134Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 723 | 2026-08-21T14:45:55.327Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 724 | 2026-08-21T14:45:55.397Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 725 | 2026-08-21T14:45:55.418Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 726 | 2026-08-21T14:45:57.646Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 727 | 2026-08-21T14:45:57.735Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 728 | 2026-08-21T14:46:00.266Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 729 | 2026-08-21T14:46:00.628Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 730 | 2026-08-21T14:46:01.424Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 731 | 2026-08-21T14:46:02.132Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 732 | 2026-08-21T14:46:02.320Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 733 | 2026-08-21T14:46:03.758Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 734 | 2026-08-21T14:46:05.542Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 735 | 2026-08-21T14:46:07.652Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 736 | 2026-08-21T14:46:08.399Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 737 | 2026-08-21T14:46:11.488Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 738 | 2026-08-21T14:46:12.312Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 739 | 2026-08-21T14:46:12.680Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 740 | 2026-08-21T14:46:14.183Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 741 | 2026-08-21T14:46:15.850Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 742 | 2026-08-21T14:46:18.705Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 743 | 2026-08-21T14:46:19.967Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 744 | 2026-08-21T14:46:20.169Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 745 | 2026-08-21T14:46:20.683Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 746 | 2026-08-21T14:46:22.598Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 747 | 2026-08-21T14:46:24.481Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 748 | 2026-08-21T14:46:24.523Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 749 | 2026-08-21T14:46:25.066Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 750 | 2026-08-21T14:46:26.271Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 751 | 2026-08-21T14:46:26.691Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 752 | 2026-08-21T14:46:27.544Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 753 | 2026-08-21T14:46:28.335Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 754 | 2026-08-21T14:46:29.274Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 755 | 2026-08-21T14:46:31.249Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 756 | 2026-08-21T14:46:32.503Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 757 | 2026-08-21T14:46:32.553Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 758 | 2026-08-21T14:46:34.081Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 759 | 2026-08-21T14:46:34.372Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 760 | 2026-08-21T14:46:35.239Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 761 | 2026-08-21T14:46:35.516Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 762 | 2026-08-21T14:46:36.411Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 763 | 2026-08-21T14:46:38.765Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 764 | 2026-08-21T14:46:39.038Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 765 | 2026-08-21T14:46:39.356Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 766 | 2026-08-21T14:46:39.429Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 767 | 2026-08-21T14:46:39.771Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 768 | 2026-08-21T14:46:39.838Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 769 | 2026-08-21T14:46:40.277Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 770 | 2026-08-21T14:46:42.807Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 771 | 2026-08-21T14:46:44.253Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 772 | 2026-08-21T14:46:44.265Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 773 | 2026-08-21T14:46:44.697Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 774 | 2026-08-21T14:46:45.043Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 775 | 2026-08-21T14:46:45.394Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 776 | 2026-08-21T14:47:08.138Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s |
| 777 | 2026-08-21T14:47:08.141Z | warning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2 |
| 778 | 2026-08-21T14:47:08.141Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 779 | 2026-08-21T14:48:10.247Z | pkg://helios/developer/debug/humility@0.13.8.718,5.11-3.0:20260821T144715Z |
| 780 | 2026-08-21T14:48:10.247Z | PUBLISHED |
| 781 | 2026-08-21T14:48:10.464Z | Retrieving packages for publisher helios ... |
| 782 | 2026-08-21T14:48:10.467Z | Retrieving catalog 'helios' ... Done |
| 783 | 2026-08-21T14:48:10.470Z | Retrieving and evaluating 1 package(s)... |
| 784 | 2026-08-21T14:48:10.470Z | Fetching manifests: 1/1 100% complete |
| 785 | 2026-08-21T14:48:10.470Z | Fetching manifests: 1/1 100% complete |
| 786 | 2026-08-21T14:48:10.470Z | |
| 787 | 2026-08-21T14:48:10.470Z | Archiving packages ... |
| 788 | 2026-08-21T14:48:10.470Z | Packages to add: 1 |
| 789 | 2026-08-21T14:48:10.470Z | Files to retrieve: 1 |
| 790 | 2026-08-21T14:48:10.470Z | Estimated transfer size: 141.85 MB |
| 791 | 2026-08-21T14:48:10.470Z | |
| 792 | 2026-08-21T14:48:10.470Z | Packages to archive: |
| 793 | 2026-08-21T14:48:10.470Z | developer/debug/humility@0.13.8.718,5.11-3.0:20260821T144715Z |
| 794 | 2026-08-21T14:48:10.470Z | |
| 795 | 2026-08-21T14:48:10.470Z | Download: 0/1 items 0.0/141.9MB 0% complete |
| 796 | 2026-08-21T14:48:10.716Z | Download: Completed 141.85 MB in 0.25 seconds (570M/s) |
| 797 | 2026-08-21T14:48:10.719Z | Archiving: 1/10 items 0.0/141.9MB 0% complete |
| 798 | 2026-08-21T14:48:10.766Z | Archiving: Completed 141.87 MB in 0.05 seconds |
| 799 | 2026-08-21T14:48:10.809Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.8.718-3.0.p5p. |
| 800 | 2026-08-21T14:48:10.816Z | |
| 801 | 2026-08-21T14:48:10.819Z | real 4:35.136071980 |
| 802 | 2026-08-21T14:48:10.819Z | user 22:27.206641186 |
| 803 | 2026-08-21T14:48:10.819Z | sys 1:39.114542996 |
| 804 | 2026-08-21T14:48:10.819Z | trap 0.663713237 |
| 805 | 2026-08-21T14:48:10.819Z | tflt 1.105514668 |
| 806 | 2026-08-21T14:48:10.819Z | dflt 1.681726324 |
| 807 | 2026-08-21T14:48:10.819Z | kflt 0.008705591 |
| 808 | 2026-08-21T14:48:10.820Z | lock 1:37:33.478037315 |
| 809 | 2026-08-21T14:48:10.820Z | slp 1:12:18.434630924 |
| 810 | 2026-08-21T14:48:10.820Z | lat 1:12.986777858 |
| 811 | 2026-08-21T14:48:10.820Z | stop 1:17.059435949 |
| 812 | 2026-08-21T14:48:10.820Z | + banner copy |
| 813 | 2026-08-21T14:48:10.820Z | |
| 814 | 2026-08-21T14:48:10.820Z | #### #### ##### # # |
| 815 | 2026-08-21T14:48:10.820Z | # # # # # # # # |
| 816 | 2026-08-21T14:48:10.820Z | # # # # # # |
| 817 | 2026-08-21T14:48:10.820Z | # # # ##### # |
| 818 | 2026-08-21T14:48:10.820Z | # # # # # # |
| 819 | 2026-08-21T14:48:10.820Z | #### #### # # |
| 820 | 2026-08-21T14:48:10.820Z | |
| 821 | 2026-08-21T14:48:10.820Z | + pfexec mkdir -p /out |
| 822 | 2026-08-21T14:48:10.823Z | + pfexec chown 12345 /out |
| 823 | 2026-08-21T14:48:10.823Z | + PKG_NAME=/out/humility.p5p |
| 824 | 2026-08-21T14:48:10.823Z | + mv pkg/packages/repo/humility-0.13.8.718-3.0.p5p /out/humility.p5p |
| 825 | 2026-08-21T14:48:10.923Z | + sha256sum /out/humility.p5p |
| 826 | 2026-08-21T14:48:11.005Z | process exited: duration 283329 ms, exit code 0 |
| |
| 827 | 2026-08-21T14:48:11.016Z | found 2 output files |
| 828 | 2026-08-21T14:48:11.016Z | uploading: /out/humility.p5p (148766720 bytes) |
| 829 | 2026-08-21T14:48:12.838Z | uploaded: /out/humility.p5p |
| 830 | 2026-08-21T14:48:12.841Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 831 | 2026-08-21T14:48:13.848Z | uploaded: /out/humility.p5p.sha256 |