|
|
|
| 1 | 2026-06-09T13:57:48.334Z | job assigned to worker 01KTPARCC06SQJQB45YES2KE32 [factory aws, i-0c6691f3faa4c922b] (queued for 49 s) |
| |
| 2 | 2026-06-09T13:57:55.341Z | starting task 0: "setup" |
| 3 | 2026-06-09T13:57:55.345Z | ++ uname -s |
| 4 | 2026-06-09T13:57:55.348Z | + kern=SunOS |
| 5 | 2026-06-09T13:57:55.348Z | + build_user=build |
| 6 | 2026-06-09T13:57:55.348Z | + build_uid=12345 |
| 7 | 2026-06-09T13:57:55.348Z | + work_dir=/work |
| 8 | 2026-06-09T13:57:55.348Z | + input_dir=/input |
| 9 | 2026-06-09T13:57:55.348Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-09T13:57:55.348Z | + case "$kern" in |
| 11 | 2026-06-09T13:57:55.348Z | + groupadd -g 12345 build |
| 12 | 2026-06-09T13:57:55.351Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-09T13:57:57.354Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-09T13:57:57.465Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-09T13:57:57.468Z | + home_fs=zfs |
| 16 | 2026-06-09T13:57:57.468Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-09T13:57:57.468Z | + mkdir -p /home/build |
| 18 | 2026-06-09T13:57:57.469Z | + chown build:build /home/build /work |
| 19 | 2026-06-09T13:57:59.469Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-09T13:57:59.472Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-06-09T13:57:59.478Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-09T13:57:59.482Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-09T13:57:59.482Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-09T13:57:59.482Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-09T13:57:59.482Z | * rust toolchain profile = "default" |
| 26 | 2026-06-09T13:57:59.482Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-09T13:57:59.482Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-09T13:57:59.485Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-09T13:57:59.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-09T13:57:59.592Z | info: downloading installer |
| 31 | 2026-06-09T13:58:01.066Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-09T13:58:01.066Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-09T13:58:01.066Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-09T13:58:01.066Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-09T13:58:01.079Z | info: profile set to default |
| 36 | 2026-06-09T13:58:01.079Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-09T13:58:01.082Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-09T13:58:01.216Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-09T13:58:01.219Z | info: downloading 6 components |
| 40 | 2026-06-09T13:58:16.127Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-09T13:58:16.127Z | |
| 42 | 2026-06-09T13:58:16.154Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-09T13:58:16.154Z | |
| 44 | 2026-06-09T13:58:16.154Z | |
| 45 | 2026-06-09T13:58:16.154Z | Rust is installed now. Great! |
| 46 | 2026-06-09T13:58:16.157Z | |
| 47 | 2026-06-09T13:58:16.157Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-09T13:58:16.157Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-09T13:58:16.157Z | |
| 50 | 2026-06-09T13:58:16.157Z | To configure your current shell, you need to source |
| 51 | 2026-06-09T13:58:16.157Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-09T13:58:16.157Z | |
| 53 | 2026-06-09T13:58:16.157Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-09T13:58:16.157Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-09T13:58:16.157Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-09T13:58:16.157Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-09T13:58:16.157Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-09T13:58:16.157Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-09T13:58:16.157Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-09T13:58:16.157Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-09T13:58:16.157Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-09T13:58:16.251Z | + rustup --version |
| 63 | 2026-06-09T13:58:16.260Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-09T13:58:16.262Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-09T13:58:16.281Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-09T13:58:16.284Z | + cargo --version |
| 67 | 2026-06-09T13:58:16.297Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-09T13:58:16.300Z | + rustc --version |
| 69 | 2026-06-09T13:58:16.319Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-09T13:58:16.322Z | process exited: duration 16842 ms, exit code 0 |
| |
| 71 | 2026-06-09T13:58:16.327Z | starting task 2: "authentication" |
| 72 | 2026-06-09T13:58:16.343Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-09T13:58:16.348Z | starting task 3: "clone repository" |
| 74 | 2026-06-09T13:58:16.351Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-09T13:58:16.354Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-09T13:58:16.392Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-09T13:58:33.502Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-09T13:58:33.502Z | + git fetch origin 8a29f494a5bcea324009520d8ed8340acf3c1e27 |
| 79 | 2026-06-09T13:58:33.769Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-09T13:58:33.769Z | * branch 8a29f494a5bcea324009520d8ed8340acf3c1e27 -> FETCH_HEAD |
| 81 | 2026-06-09T13:58:33.775Z | + [[ -n probe-rs-v0.31.0 ]] |
| 82 | 2026-06-09T13:58:33.778Z | ++ git branch --show-current |
| 83 | 2026-06-09T13:58:33.778Z | + current=master |
| 84 | 2026-06-09T13:58:33.778Z | + [[ master != probe-rs-v0.31.0 ]] |
| 85 | 2026-06-09T13:58:33.778Z | + git branch -f probe-rs-v0.31.0 8a29f494a5bcea324009520d8ed8340acf3c1e27 |
| 86 | 2026-06-09T13:58:33.781Z | + git checkout -f probe-rs-v0.31.0 |
| 87 | 2026-06-09T13:58:34.570Z | Switched to branch 'probe-rs-v0.31.0' |
| 88 | 2026-06-09T13:58:34.573Z | + git reset --hard 8a29f494a5bcea324009520d8ed8340acf3c1e27 |
| 89 | 2026-06-09T13:58:34.581Z | HEAD is now at 8a29f494 Bump humility to 0.13.0 |
| 90 | 2026-06-09T13:58:34.584Z | process exited: duration 18233 ms, exit code 0 |
| |
| 91 | 2026-06-09T13:58:34.591Z | starting task 4: "build" |
| 92 | 2026-06-09T13:58:34.595Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-09T13:58:34.595Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-09T13:58:34.595Z | + banner deps |
| 95 | 2026-06-09T13:58:34.598Z | |
| 96 | 2026-06-09T13:58:34.598Z | ##### ###### ##### #### |
| 97 | 2026-06-09T13:58:34.598Z | # # # # # # |
| 98 | 2026-06-09T13:58:34.598Z | # # ##### # # #### |
| 99 | 2026-06-09T13:58:34.598Z | # # # ##### # |
| 100 | 2026-06-09T13:58:34.598Z | # # # # # # |
| 101 | 2026-06-09T13:58:34.598Z | ##### ###### # #### |
| 102 | 2026-06-09T13:58:34.598Z | |
| 103 | 2026-06-09T13:58:34.598Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-09T13:58:34.598Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-09T13:58:34.598Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-09T13:58:36.997Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-09T13:58:37.082Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-09T13:58:37.402Z | Planning: Solver setup ... Done (0.282s) |
| 109 | 2026-06-09T13:58:37.422Z | Planning: Running solver ... Done (0.021s) |
| 110 | 2026-06-09T13:58:37.430Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-09T13:58:37.440Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-09T13:58:37.454Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-09T13:58:37.466Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-09T13:58:37.469Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-09T13:58:37.644Z | Planning: Checking for conflicting actions ... Done (0.177s) |
| 116 | 2026-06-09T13:58:37.647Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-09T13:58:38.433Z | Planning: Evaluating mediators ... Done (0.788s) |
| 118 | 2026-06-09T13:58:38.436Z | Planning: Planning completed in 1.33 seconds |
| 119 | 2026-06-09T13:58:38.442Z | Packages to install: 2 |
| 120 | 2026-06-09T13:58:38.445Z | Estimated space available: 155.78 GB |
| 121 | 2026-06-09T13:58:38.445Z | Estimated space to be consumed: 17.57 MB |
| 122 | 2026-06-09T13:58:38.445Z | Create boot environment: No |
| 123 | 2026-06-09T13:58:38.445Z | Create backup boot environment: No |
| 124 | 2026-06-09T13:58:38.445Z | Rebuild boot archive: No |
| 125 | 2026-06-09T13:58:38.445Z | |
| 126 | 2026-06-09T13:58:38.445Z | Changed packages: |
| 127 | 2026-06-09T13:58:38.445Z | helios |
| 128 | 2026-06-09T13:58:38.445Z | library/libftdi1 |
| 129 | 2026-06-09T13:58:38.445Z | None -> 1.5-3.0 |
| 130 | 2026-06-09T13:58:38.445Z | ooce/library/libusb-1 |
| 131 | 2026-06-09T13:58:38.445Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-09T13:58:38.466Z | |
| 133 | 2026-06-09T13:58:38.466Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-09T13:58:38.516Z | Download: Completed 377.70 kB in 0.05 seconds (7.4M/s) |
| 135 | 2026-06-09T13:58:38.580Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-09T13:58:38.590Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-09T13:58:38.627Z | Finalize: Updating package state database ... Done (0.036s) |
| 138 | 2026-06-09T13:58:38.630Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-09T13:58:38.648Z | Finalize: Updating image state ... Done (0.021s) |
| 140 | 2026-06-09T13:58:40.998Z | Finalize: Creating fast lookup database ... Done (2.327s) |
| 141 | 2026-06-09T13:58:41.064Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-06-09T13:58:41.067Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-09T13:58:41.145Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-09T13:58:41.238Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-09T13:58:41.447Z | FMRI IFO |
| 146 | 2026-06-09T13:58:41.447Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-09T13:58:41.447Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-09T13:58:41.482Z | + cargo --version |
| 149 | 2026-06-09T13:58:41.490Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-09T13:58:41.493Z | + rustc --version |
| 151 | 2026-06-09T13:58:41.512Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-09T13:58:41.515Z | + banner package |
| 153 | 2026-06-09T13:58:41.518Z | |
| 154 | 2026-06-09T13:58:41.518Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-09T13:58:41.518Z | # # # # # # # # # # # # # |
| 156 | 2026-06-09T13:58:41.518Z | # # # # # #### # # # ##### |
| 157 | 2026-06-09T13:58:41.518Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-09T13:58:41.518Z | # # # # # # # # # # # # |
| 159 | 2026-06-09T13:58:41.518Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-09T13:58:41.518Z | |
| 161 | 2026-06-09T13:58:41.518Z | + ptime -m cargo xtask package |
| 162 | 2026-06-09T13:58:41.625Z | Updating crates.io index |
| 163 | 2026-06-09T13:58:41.629Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-09T13:58:41.893Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-09T13:58:42.143Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-09T13:58:42.438Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-09T13:58:42.707Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-09T13:58:42.957Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-09T13:58:43.223Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-09T13:58:43.762Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-09T13:58:48.258Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-09T13:58:48.534Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-09T13:58:48.966Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-09T13:58:49.235Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-09T13:58:49.511Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-09T13:58:49.765Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-09T13:58:50.476Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-09T13:58:50.744Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-09T13:58:51.008Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-09T13:58:53.296Z | Downloading crates ... |
| 181 | 2026-06-09T13:58:53.352Z | Downloaded colorchoice v1.0.5 |
| 182 | 2026-06-09T13:58:53.355Z | Downloaded aho-corasick v1.1.4 |
| 183 | 2026-06-09T13:58:53.358Z | Downloaded serde_spanned v1.1.1 |
| 184 | 2026-06-09T13:58:53.358Z | Downloaded is_terminal_polyfill v1.70.2 |
| 185 | 2026-06-09T13:58:53.358Z | Downloaded itoa v1.0.18 |
| 186 | 2026-06-09T13:58:53.361Z | Downloaded clap_lex v1.1.0 |
| 187 | 2026-06-09T13:58:53.364Z | Downloaded utf8parse v0.2.2 |
| 188 | 2026-06-09T13:58:53.367Z | Downloaded semver v1.0.28 |
| 189 | 2026-06-09T13:58:53.370Z | Downloaded strsim v0.11.1 |
| 190 | 2026-06-09T13:58:53.374Z | Downloaded anstyle-query v1.1.5 |
| 191 | 2026-06-09T13:58:53.378Z | Downloaded anstream v1.0.0 |
| 192 | 2026-06-09T13:58:53.381Z | Downloaded thiserror-impl v2.0.18 |
| 193 | 2026-06-09T13:58:53.384Z | Downloaded lazy_static v1.5.0 |
| 194 | 2026-06-09T13:58:53.388Z | Downloaded equivalent v1.0.2 |
| 195 | 2026-06-09T13:58:53.392Z | Downloaded cargo-platform v0.3.3 |
| 196 | 2026-06-09T13:58:53.395Z | Downloaded heck v0.5.0 |
| 197 | 2026-06-09T13:58:53.404Z | Downloaded quote v1.0.45 |
| 198 | 2026-06-09T13:58:53.407Z | Downloaded clap_derive v4.6.1 |
| 199 | 2026-06-09T13:58:53.409Z | Downloaded cargo_metadata v0.23.1 |
| 200 | 2026-06-09T13:58:53.409Z | Downloaded anstyle-parse v1.0.0 |
| 201 | 2026-06-09T13:58:53.415Z | Downloaded percent-encoding v2.3.2 |
| 202 | 2026-06-09T13:58:53.418Z | Downloaded zmij v1.0.21 |
| 203 | 2026-06-09T13:58:53.418Z | Downloaded anstyle v1.0.14 |
| 204 | 2026-06-09T13:58:53.421Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 205 | 2026-06-09T13:58:53.424Z | Downloaded cargo-readme v3.3.2 |
| 206 | 2026-06-09T13:58:53.427Z | Downloaded camino v1.2.2 |
| 207 | 2026-06-09T13:58:53.430Z | Downloaded thiserror v2.0.18 |
| 208 | 2026-06-09T13:58:53.433Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 209 | 2026-06-09T13:58:53.442Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 210 | 2026-06-09T13:58:53.445Z | Downloaded serde_derive v1.0.228 |
| 211 | 2026-06-09T13:58:53.445Z | Downloaded clap v4.6.1 |
| 212 | 2026-06-09T13:58:53.453Z | Downloaded anyhow v1.0.102 |
| 213 | 2026-06-09T13:58:53.456Z | Downloaded serde_core v1.0.228 |
| 214 | 2026-06-09T13:58:53.459Z | Downloaded unicode-ident v1.0.24 |
| 215 | 2026-06-09T13:58:53.459Z | Downloaded proc-macro2 v1.0.106 |
| 216 | 2026-06-09T13:58:53.462Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 217 | 2026-06-09T13:58:53.485Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-09T13:58:53.488Z | Downloaded memchr v2.8.0 |
| 219 | 2026-06-09T13:58:53.491Z | Downloaded indexmap v2.14.0 |
| 220 | 2026-06-09T13:58:53.513Z | Downloaded clap_builder v4.6.0 |
| 221 | 2026-06-09T13:58:53.525Z | Downloaded serde_json v1.0.149 |
| 222 | 2026-06-09T13:58:53.529Z | Downloaded hashbrown v0.17.0 |
| 223 | 2026-06-09T13:58:53.532Z | Downloaded winnow v1.0.2 |
| 224 | 2026-06-09T13:58:53.537Z | Downloaded regex v1.12.3 |
| 225 | 2026-06-09T13:58:53.554Z | Downloaded syn v2.0.117 |
| 226 | 2026-06-09T13:58:53.561Z | Downloaded regex-syntax v0.8.10 |
| 227 | 2026-06-09T13:58:53.581Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-09T13:58:53.621Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-06-09T13:58:53.621Z | Compiling serde_core v1.0.228 |
| 230 | 2026-06-09T13:58:53.621Z | Compiling quote v1.0.45 |
| 231 | 2026-06-09T13:58:53.624Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-09T13:58:53.625Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-09T13:58:53.625Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-09T13:58:53.625Z | Compiling zmij v1.0.21 |
| 235 | 2026-06-09T13:58:53.625Z | Compiling colorchoice v1.0.5 |
| 236 | 2026-06-09T13:58:53.830Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-09T13:58:53.840Z | Compiling anstyle v1.0.14 |
| 238 | 2026-06-09T13:58:53.848Z | Compiling anstyle-query v1.1.5 |
| 239 | 2026-06-09T13:58:53.942Z | Compiling serde v1.0.228 |
| 240 | 2026-06-09T13:58:54.004Z | Compiling is_terminal_polyfill v1.70.2 |
| 241 | 2026-06-09T13:58:54.046Z | Compiling strsim v0.11.1 |
| 242 | 2026-06-09T13:58:54.086Z | Compiling anstream v1.0.0 |
| 243 | 2026-06-09T13:58:54.101Z | Compiling clap_lex v1.1.0 |
| 244 | 2026-06-09T13:58:54.109Z | Compiling winnow v1.0.2 |
| 245 | 2026-06-09T13:58:54.280Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-06-09T13:58:54.335Z | Compiling regex-syntax v0.8.10 |
| 247 | 2026-06-09T13:58:54.402Z | Compiling heck v0.5.0 |
| 248 | 2026-06-09T13:58:54.417Z | Compiling thiserror v2.0.18 |
| 249 | 2026-06-09T13:58:54.438Z | Compiling serde_json v1.0.149 |
| 250 | 2026-06-09T13:58:54.462Z | Compiling camino v1.2.2 |
| 251 | 2026-06-09T13:58:54.592Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 252 | 2026-06-09T13:58:54.666Z | Compiling clap_builder v4.6.0 |
| 253 | 2026-06-09T13:58:54.937Z | Compiling syn v2.0.117 |
| 254 | 2026-06-09T13:58:55.015Z | Compiling anyhow v1.0.102 |
| 255 | 2026-06-09T13:58:55.254Z | Compiling itoa v1.0.18 |
| 256 | 2026-06-09T13:58:55.292Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 257 | 2026-06-09T13:58:55.435Z | Compiling percent-encoding v2.3.2 |
| 258 | 2026-06-09T13:58:55.494Z | Compiling lazy_static v1.5.0 |
| 259 | 2026-06-09T13:58:55.803Z | Compiling regex-automata v0.4.14 |
| 260 | 2026-06-09T13:58:55.902Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 261 | 2026-06-09T13:58:55.911Z | Compiling serde_spanned v1.1.1 |
| 262 | 2026-06-09T13:58:55.914Z | Compiling cargo-platform v0.3.3 |
| 263 | 2026-06-09T13:58:55.932Z | Compiling semver v1.0.28 |
| 264 | 2026-06-09T13:58:56.224Z | Compiling toml v1.1.2+spec-1.1.0 |
| 265 | 2026-06-09T13:58:57.233Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-06-09T13:58:57.233Z | Compiling clap_derive v4.6.1 |
| 267 | 2026-06-09T13:58:57.274Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-06-09T13:58:57.486Z | Compiling regex v1.12.3 |
| 269 | 2026-06-09T13:58:58.503Z | Compiling clap v4.6.1 |
| 270 | 2026-06-09T13:58:59.434Z | Compiling cargo_metadata v0.23.1 |
| 271 | 2026-06-09T13:58:59.434Z | Compiling cargo-readme v3.3.2 |
| 272 | 2026-06-09T13:59:00.370Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-09T13:59:01.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.22s |
| 274 | 2026-06-09T13:59:01.861Z | Running `target/debug/xtask package` |
| 275 | 2026-06-09T13:59:05.796Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-09T13:59:05.797Z | Compiling quote v1.0.45 |
| 277 | 2026-06-09T13:59:05.797Z | Compiling unicode-ident v1.0.24 |
| 278 | 2026-06-09T13:59:05.800Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-09T13:59:05.800Z | Compiling libc v0.2.186 |
| 280 | 2026-06-09T13:59:05.800Z | Compiling serde v1.0.228 |
| 281 | 2026-06-09T13:59:05.800Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-09T13:59:05.800Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-09T13:59:05.934Z | Compiling log v0.4.29 |
| 284 | 2026-06-09T13:59:05.961Z | Compiling memchr v2.8.0 |
| 285 | 2026-06-09T13:59:06.214Z | Compiling autocfg v1.5.0 |
| 286 | 2026-06-09T13:59:06.217Z | Compiling scopeguard v1.2.0 |
| 287 | 2026-06-09T13:59:06.550Z | Compiling strsim v0.11.1 |
| 288 | 2026-06-09T13:59:06.625Z | Compiling stable_deref_trait v1.2.1 |
| 289 | 2026-06-09T13:59:06.677Z | Compiling errno v0.3.14 |
| 290 | 2026-06-09T13:59:06.706Z | Compiling lock_api v0.4.14 |
| 291 | 2026-06-09T13:59:06.714Z | Compiling smallvec v1.15.1 |
| 292 | 2026-06-09T13:59:06.844Z | Compiling foldhash v0.2.0 |
| 293 | 2026-06-09T13:59:06.851Z | Compiling equivalent v1.0.2 |
| 294 | 2026-06-09T13:59:06.930Z | Compiling thiserror v2.0.18 |
| 295 | 2026-06-09T13:59:06.954Z | Compiling heck v0.5.0 |
| 296 | 2026-06-09T13:59:07.087Z | Compiling rustversion v1.0.22 |
| 297 | 2026-06-09T13:59:07.140Z | Compiling syn v2.0.117 |
| 298 | 2026-06-09T13:59:07.185Z | Compiling ident_case v1.0.1 |
| 299 | 2026-06-09T13:59:07.193Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-09T13:59:07.266Z | Compiling shlex v1.3.0 |
| 301 | 2026-06-09T13:59:07.298Z | Compiling zeroize v1.8.2 |
| 302 | 2026-06-09T13:59:07.401Z | Compiling find-msvc-tools v0.1.9 |
| 303 | 2026-06-09T13:59:07.442Z | Compiling rustix v1.1.4 |
| 304 | 2026-06-09T13:59:07.503Z | Compiling libm v0.2.16 |
| 305 | 2026-06-09T13:59:07.513Z | Compiling anyhow v1.0.102 |
| 306 | 2026-06-09T13:59:07.627Z | Compiling cc v1.2.61 |
| 307 | 2026-06-09T13:59:07.819Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-09T13:59:07.827Z | Compiling version_check v0.9.5 |
| 309 | 2026-06-09T13:59:07.973Z | Compiling const-oid v0.9.6 |
| 310 | 2026-06-09T13:59:08.009Z | Compiling zerocopy v0.8.48 |
| 311 | 2026-06-09T13:59:08.088Z | Compiling generic-array v0.14.7 |
| 312 | 2026-06-09T13:59:08.199Z | Compiling bitflags v2.11.1 |
| 313 | 2026-06-09T13:59:08.317Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-09T13:59:08.348Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-09T13:59:08.900Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-09T13:59:08.916Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-09T13:59:09.388Z | Compiling crossbeam-utils v0.8.21 |
| 318 | 2026-06-09T13:59:09.586Z | Compiling once_cell v1.21.4 |
| 319 | 2026-06-09T13:59:09.693Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-09T13:59:09.839Z | Compiling syn v1.0.109 |
| 321 | 2026-06-09T13:59:10.197Z | Compiling synstructure v0.13.2 |
| 322 | 2026-06-09T13:59:10.257Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-06-09T13:59:10.591Z | Compiling pkg-config v0.3.33 |
| 324 | 2026-06-09T13:59:10.693Z | Compiling itoa v1.0.18 |
| 325 | 2026-06-09T13:59:11.051Z | Compiling crypto-common v0.1.7 |
| 326 | 2026-06-09T13:59:11.174Z | Compiling serde_derive v1.0.228 |
| 327 | 2026-06-09T13:59:11.184Z | Compiling thiserror-impl v2.0.18 |
| 328 | 2026-06-09T13:59:11.291Z | Compiling zerofrom-derive v0.1.7 |
| 329 | 2026-06-09T13:59:12.407Z | Compiling yoke-derive v0.8.2 |
| 330 | 2026-06-09T13:59:12.466Z | Compiling zerocopy-derive v0.8.48 |
| 331 | 2026-06-09T13:59:13.048Z | Compiling zerovec-derive v0.11.3 |
| 332 | 2026-06-09T13:59:13.420Z | Compiling regex v1.12.3 |
| 333 | 2026-06-09T13:59:14.112Z | Compiling block-buffer v0.10.4 |
| 334 | 2026-06-09T13:59:14.265Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-09T13:59:14.530Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-09T13:59:14.762Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-09T13:59:15.046Z | Compiling digest v0.10.7 |
| 338 | 2026-06-09T13:59:15.289Z | Compiling displaydoc v0.2.5 |
| 339 | 2026-06-09T13:59:15.418Z | Compiling spin v0.9.8 |
| 340 | 2026-06-09T13:59:15.640Z | Compiling radium v0.7.0 |
| 341 | 2026-06-09T13:59:15.920Z | Compiling byteorder v1.5.0 |
| 342 | 2026-06-09T13:59:16.029Z | Compiling cmov v0.5.3 |
| 343 | 2026-06-09T13:59:16.193Z | Compiling block-buffer v0.12.0 |
| 344 | 2026-06-09T13:59:16.260Z | Compiling ctutils v0.4.2 |
| 345 | 2026-06-09T13:59:16.274Z | Compiling crc32fast v1.5.0 |
| 346 | 2026-06-09T13:59:16.301Z | Compiling const-oid v0.10.2 |
| 347 | 2026-06-09T13:59:16.373Z | Compiling allocator-api2 v0.2.21 |
| 348 | 2026-06-09T13:59:16.410Z | Compiling darling_macro v0.23.0 |
| 349 | 2026-06-09T13:59:16.496Z | Compiling tap v1.0.1 |
| 350 | 2026-06-09T13:59:16.594Z | Compiling wyz v0.5.1 |
| 351 | 2026-06-09T13:59:16.605Z | Compiling digest v0.11.2 |
| 352 | 2026-06-09T13:59:16.771Z | Compiling hashbrown v0.16.1 |
| 353 | 2026-06-09T13:59:16.808Z | Compiling simd-adler32 v0.3.9 |
| 354 | 2026-06-09T13:59:16.831Z | Compiling either v1.15.0 |
| 355 | 2026-06-09T13:59:16.840Z | Compiling funty v2.0.0 |
| 356 | 2026-06-09T13:59:16.947Z | Compiling darling v0.23.0 |
| 357 | 2026-06-09T13:59:17.024Z | Compiling base64ct v1.8.3 |
| 358 | 2026-06-09T13:59:17.046Z | Compiling typeid v1.0.3 |
| 359 | 2026-06-09T13:59:17.154Z | Compiling static_assertions v1.1.0 |
| 360 | 2026-06-09T13:59:17.227Z | Compiling bitvec v1.0.1 |
| 361 | 2026-06-09T13:59:17.323Z | Compiling pem-rfc7468 v0.7.0 |
| 362 | 2026-06-09T13:59:17.492Z | Compiling clap_derive v4.6.1 |
| 363 | 2026-06-09T13:59:17.751Z | Compiling der_derive v0.7.3 |
| 364 | 2026-06-09T13:59:17.877Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-09T13:59:17.918Z | Compiling utf8parse v0.2.2 |
| 366 | 2026-06-09T13:59:18.025Z | Compiling adler2 v2.0.1 |
| 367 | 2026-06-09T13:59:18.105Z | Compiling cpufeatures v0.2.17 |
| 368 | 2026-06-09T13:59:18.176Z | Compiling unicode-width v0.2.2 |
| 369 | 2026-06-09T13:59:18.185Z | Compiling flagset v0.4.7 |
| 370 | 2026-06-09T13:59:18.207Z | Compiling sha2 v0.10.9 |
| 371 | 2026-06-09T13:59:18.314Z | Compiling miniz_oxide v0.8.9 |
| 372 | 2026-06-09T13:59:18.322Z | Compiling rand_core v0.6.4 |
| 373 | 2026-06-09T13:59:18.486Z | Compiling anstyle-parse v1.0.0 |
| 374 | 2026-06-09T13:59:18.595Z | Compiling lazy_static v1.5.0 |
| 375 | 2026-06-09T13:59:18.685Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 376 | 2026-06-09T13:59:18.693Z | Compiling der v0.7.10 |
| 377 | 2026-06-09T13:59:18.713Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-09T13:59:19.084Z | Compiling cpufeatures v0.3.0 |
| 379 | 2026-06-09T13:59:19.156Z | Compiling colorchoice v1.0.5 |
| 380 | 2026-06-09T13:59:19.165Z | Compiling powerfmt v0.2.0 |
| 381 | 2026-06-09T13:59:19.277Z | Compiling anstyle v1.0.14 |
| 382 | 2026-06-09T13:59:19.344Z | Compiling anstyle-query v1.1.5 |
| 383 | 2026-06-09T13:59:19.414Z | Compiling zlib-rs v0.6.3 |
| 384 | 2026-06-09T13:59:19.442Z | Compiling is_terminal_polyfill v1.70.2 |
| 385 | 2026-06-09T13:59:19.446Z | Compiling deranged v0.5.8 |
| 386 | 2026-06-09T13:59:19.539Z | Compiling anstream v1.0.0 |
| 387 | 2026-06-09T13:59:19.776Z | Compiling spki v0.7.3 |
| 388 | 2026-06-09T13:59:20.100Z | Compiling crossbeam-deque v0.8.6 |
| 389 | 2026-06-09T13:59:20.125Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-09T13:59:20.255Z | Compiling twox-hash v2.1.2 |
| 391 | 2026-06-09T13:59:20.316Z | Compiling object v0.39.1 |
| 392 | 2026-06-09T13:59:20.461Z | Compiling num-conv v0.2.1 |
| 393 | 2026-06-09T13:59:20.567Z | Compiling num_threads v0.1.7 |
| 394 | 2026-06-09T13:59:20.646Z | Compiling time-core v0.1.8 |
| 395 | 2026-06-09T13:59:20.762Z | Compiling maybe-uninit v2.0.0 |
| 396 | 2026-06-09T13:59:20.785Z | Compiling time v0.3.47 |
| 397 | 2026-06-09T13:59:21.127Z | Compiling rand_chacha v0.3.1 |
| 398 | 2026-06-09T13:59:21.306Z | Compiling ruzstd v0.8.2 |
| 399 | 2026-06-09T13:59:21.417Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-09T13:59:21.576Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-09T13:59:21.680Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-09T13:59:21.932Z | Compiling parking_lot_core v0.9.12 |
| 403 | 2026-06-09T13:59:22.123Z | Compiling clap_lex v1.1.0 |
| 404 | 2026-06-09T13:59:22.185Z | Compiling getrandom v0.4.2 |
| 405 | 2026-06-09T13:59:22.442Z | Compiling packed_struct v0.10.1 |
| 406 | 2026-06-09T13:59:22.505Z | Compiling flate2 v1.1.9 |
| 407 | 2026-06-09T13:59:22.508Z | Compiling rand_core v0.10.1 |
| 408 | 2026-06-09T13:59:22.545Z | Compiling zstd-safe v7.2.4 |
| 409 | 2026-06-09T13:59:22.671Z | Compiling num-bigint-dig v0.8.6 |
| 410 | 2026-06-09T13:59:22.841Z | Compiling bitfield v0.19.4 |
| 411 | 2026-06-09T13:59:22.894Z | Compiling clap_builder v4.6.0 |
| 412 | 2026-06-09T13:59:23.904Z | Compiling num-iter v0.1.45 |
| 413 | 2026-06-09T13:59:24.024Z | Compiling rand v0.8.6 |
| 414 | 2026-06-09T13:59:24.603Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-06-09T13:59:25.637Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-06-09T13:59:25.734Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-06-09T13:59:25.791Z | Compiling inout v0.2.2 |
| 418 | 2026-06-09T13:59:25.939Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-06-09T13:59:26.342Z | Compiling crc-catalog v2.5.0 |
| 420 | 2026-06-09T13:59:26.450Z | Compiling fallible-iterator v0.3.0 |
| 421 | 2026-06-09T13:59:26.692Z | Compiling nodrop v0.1.14 |
| 422 | 2026-06-09T13:59:26.742Z | Compiling base64 v0.21.7 |
| 423 | 2026-06-09T13:59:26.781Z | Compiling array-init v0.0.4 |
| 424 | 2026-06-09T13:59:26.892Z | Compiling serde_with v3.18.0 |
| 425 | 2026-06-09T13:59:27.128Z | Compiling ron v0.8.1 |
| 426 | 2026-06-09T13:59:27.320Z | Compiling crc v3.4.0 |
| 427 | 2026-06-09T13:59:28.412Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-09T13:59:28.664Z | Compiling clap v4.6.1 |
| 429 | 2026-06-09T13:59:28.741Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-06-09T13:59:28.848Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-09T13:59:31.002Z | Compiling signature v2.2.0 |
| 432 | 2026-06-09T13:59:31.012Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-09T13:59:31.176Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-09T13:59:31.218Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-09T13:59:31.674Z | Compiling zerofrom v0.1.7 |
| 436 | 2026-06-09T13:59:31.789Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-06-09T13:59:32.579Z | Compiling parse_int v0.9.0 |
| 438 | 2026-06-09T13:59:32.638Z | Compiling slog v2.8.2 |
| 439 | 2026-06-09T13:59:32.717Z | Compiling semver v1.0.28 |
| 440 | 2026-06-09T13:59:32.862Z | Compiling indexmap v1.9.3 |
| 441 | 2026-06-09T13:59:33.003Z | Compiling portable-atomic v1.13.1 |
| 442 | 2026-06-09T13:59:33.085Z | Compiling cpp_demangle v0.5.1 |
| 443 | 2026-06-09T13:59:33.089Z | Compiling rayon-core v1.13.0 |
| 444 | 2026-06-09T13:59:33.206Z | Compiling bumpalo v3.20.2 |
| 445 | 2026-06-09T13:59:33.299Z | Compiling icu_properties_data v2.2.0 |
| 446 | 2026-06-09T13:59:33.449Z | Compiling serde_json v1.0.149 |
| 447 | 2026-06-09T13:59:33.497Z | Compiling lzss v0.9.1 |
| 448 | 2026-06-09T13:59:33.505Z | Compiling prettyplease v0.2.37 |
| 449 | 2026-06-09T13:59:33.519Z | Compiling subtle v2.6.1 |
| 450 | 2026-06-09T13:59:33.666Z | Compiling cpubits v0.1.1 |
| 451 | 2026-06-09T13:59:33.675Z | Compiling icu_normalizer_data v2.2.0 |
| 452 | 2026-06-09T13:59:33.738Z | Compiling winnow v1.0.2 |
| 453 | 2026-06-09T13:59:33.768Z | Compiling jiff v0.2.24 |
| 454 | 2026-06-09T13:59:33.794Z | Compiling libbz2-rs-sys v0.2.3 |
| 455 | 2026-06-09T13:59:33.881Z | Compiling yoke v0.8.2 |
| 456 | 2026-06-09T13:59:34.061Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 457 | 2026-06-09T13:59:34.212Z | Compiling aes v0.9.0 |
| 458 | 2026-06-09T13:59:35.390Z | Compiling bzip2 v0.6.1 |
| 459 | 2026-06-09T13:59:35.433Z | Compiling rsa v0.9.10 |
| 460 | 2026-06-09T13:59:35.701Z | Compiling zopfli v0.8.3 |
| 461 | 2026-06-09T13:59:36.098Z | Compiling scroll v0.13.0 |
| 462 | 2026-06-09T13:59:36.405Z | Compiling hubpack v0.1.2 |
| 463 | 2026-06-09T13:59:36.703Z | Compiling env_logger v0.11.10 |
| 464 | 2026-06-09T13:59:37.046Z | Compiling pbkdf2 v0.13.0 |
| 465 | 2026-06-09T13:59:37.928Z | Compiling serde-hex v0.1.0 |
| 466 | 2026-06-09T13:59:38.232Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 467 | 2026-06-09T13:59:38.945Z | Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 468 | 2026-06-09T13:59:39.166Z | Compiling x509-cert v0.2.5 |
| 469 | 2026-06-09T13:59:39.274Z | Compiling sha1 v0.11.0 |
| 470 | 2026-06-09T13:59:39.750Z | Compiling lzma-rust2 v0.16.2 |
| 471 | 2026-06-09T13:59:40.070Z | Compiling erased-serde v0.3.31 |
| 472 | 2026-06-09T13:59:40.678Z | Compiling num-derive v0.4.2 |
| 473 | 2026-06-09T13:59:41.605Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 474 | 2026-06-09T13:59:42.107Z | Compiling serde_spanned v1.1.1 |
| 475 | 2026-06-09T13:59:42.251Z | Compiling typed-path v0.12.3 |
| 476 | 2026-06-09T13:59:45.469Z | Compiling ppmd-rust v1.4.0 |
| 477 | 2026-06-09T13:59:45.557Z | Compiling constant_time_eq v0.4.2 |
| 478 | 2026-06-09T13:59:45.768Z | Compiling crc-any v2.5.0 |
| 479 | 2026-06-09T13:59:45.824Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 480 | 2026-06-09T13:59:45.901Z | Compiling hex v0.4.3 |
| 481 | 2026-06-09T13:59:46.096Z | Compiling deflate64 v0.1.12 |
| 482 | 2026-06-09T13:59:46.187Z | Compiling fnv v1.0.7 |
| 483 | 2026-06-09T13:59:46.281Z | Compiling void v1.0.2 |
| 484 | 2026-06-09T13:59:46.385Z | Compiling hashbrown v0.12.3 |
| 485 | 2026-06-09T13:59:46.640Z | Compiling gimli v0.33.0 |
| 486 | 2026-06-09T13:59:46.677Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 487 | 2026-06-09T13:59:47.479Z | Compiling toml v1.1.2+spec-1.1.0 |
| 488 | 2026-06-09T13:59:50.378Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-09T13:59:50.845Z | Compiling zip v8.6.0 |
| 490 | 2026-06-09T13:59:53.537Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d) |
| 491 | 2026-06-09T13:59:55.867Z | Compiling console v0.16.3 |
| 492 | 2026-06-09T13:59:56.756Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-09T13:59:56.894Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-09T13:59:56.911Z | Compiling path-slash v0.2.1 |
| 495 | 2026-06-09T13:59:57.098Z | Compiling plain v0.2.3 |
| 496 | 2026-06-09T13:59:57.150Z | Compiling colored v3.1.1 |
| 497 | 2026-06-09T13:59:57.167Z | Compiling rustc-demangle v0.1.27 |
| 498 | 2026-06-09T13:59:57.193Z | Compiling typed-arena v2.0.2 |
| 499 | 2026-06-09T13:59:57.204Z | Compiling unit-prefix v0.5.2 |
| 500 | 2026-06-09T13:59:57.333Z | Compiling indicatif v0.18.4 |
| 501 | 2026-06-09T13:59:57.349Z | Compiling goblin v0.10.5 |
| 502 | 2026-06-09T13:59:57.573Z | Compiling addr2line v0.26.1 |
| 503 | 2026-06-09T13:59:58.037Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 504 | 2026-06-09T13:59:58.370Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 505 | 2026-06-09T13:59:58.660Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-09T13:59:59.291Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-09T14:00:01.619Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 508 | 2026-06-09T14:00:01.630Z | Compiling ron v0.12.1 |
| 509 | 2026-06-09T14:00:01.718Z | Compiling zerovec v0.11.6 |
| 510 | 2026-06-09T14:00:02.242Z | Compiling multimap v0.10.1 |
| 511 | 2026-06-09T14:00:02.448Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 512 | 2026-06-09T14:00:03.123Z | Compiling auto_impl v1.3.0 |
| 513 | 2026-06-09T14:00:04.008Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-06-09T14:00:05.441Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-09T14:00:06.701Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-09T14:00:06.790Z | Compiling rustc_version v0.4.1 |
| 517 | 2026-06-09T14:00:06.895Z | Compiling ryu v1.0.23 |
| 518 | 2026-06-09T14:00:07.054Z | Compiling writeable v0.6.3 |
| 519 | 2026-06-09T14:00:07.245Z | Compiling litemap v0.8.2 |
| 520 | 2026-06-09T14:00:07.254Z | Compiling heapless v0.7.17 |
| 521 | 2026-06-09T14:00:07.430Z | Compiling icu_locale_core v2.2.0 |
| 522 | 2026-06-09T14:00:07.522Z | Compiling potential_utf v0.1.5 |
| 523 | 2026-06-09T14:00:07.676Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 524 | 2026-06-09T14:00:08.351Z | Compiling zerotrie v0.2.4 |
| 525 | 2026-06-09T14:00:08.632Z | Compiling utf8_iter v1.0.4 |
| 526 | 2026-06-09T14:00:08.739Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 527 | 2026-06-09T14:00:08.772Z | Compiling icu_collections v2.2.0 |
| 528 | 2026-06-09T14:00:09.060Z | Compiling icu_provider v2.2.0 |
| 529 | 2026-06-09T14:00:09.215Z | Compiling proc-macro-crate v3.5.0 |
| 530 | 2026-06-09T14:00:09.637Z | Compiling hash32 v0.2.1 |
| 531 | 2026-06-09T14:00:09.645Z | Compiling strum_macros v0.27.2 |
| 532 | 2026-06-09T14:00:09.832Z | Compiling percent-encoding v2.3.2 |
| 533 | 2026-06-09T14:00:11.441Z | Compiling strum v0.27.2 |
| 534 | 2026-06-09T14:00:12.600Z | Compiling postcard-cobs v0.1.5-pre |
| 535 | 2026-06-09T14:00:12.648Z | Compiling darling_core v0.20.11 |
| 536 | 2026-06-09T14:00:12.843Z | Compiling postcard v0.7.3 |
| 537 | 2026-06-09T14:00:13.148Z | Compiling pkg-version-impl v0.1.1 |
| 538 | 2026-06-09T14:00:13.538Z | Compiling capstone v0.14.0 |
| 539 | 2026-06-09T14:00:14.022Z | Compiling icu_normalizer v2.2.0 |
| 540 | 2026-06-09T14:00:14.149Z | Compiling icu_properties v2.2.0 |
| 541 | 2026-06-09T14:00:14.353Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 542 | 2026-06-09T14:00:14.600Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 543 | 2026-06-09T14:00:14.637Z | Compiling itertools v0.14.0 |
| 544 | 2026-06-09T14:00:14.704Z | Compiling darling_macro v0.20.11 |
| 545 | 2026-06-09T14:00:15.255Z | Compiling idna_adapter v1.2.2 |
| 546 | 2026-06-09T14:00:15.362Z | Compiling pkg-version v1.0.0 |
| 547 | 2026-06-09T14:00:15.384Z | Compiling unicode-width v0.1.14 |
| 548 | 2026-06-09T14:00:15.405Z | Compiling virtue v0.0.18 |
| 549 | 2026-06-09T14:00:15.448Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 550 | 2026-06-09T14:00:15.730Z | Compiling idna v1.1.0 |
| 551 | 2026-06-09T14:00:15.940Z | Compiling bincode_derive v2.0.1 |
| 552 | 2026-06-09T14:00:16.256Z | Compiling darling v0.20.11 |
| 553 | 2026-06-09T14:00:16.297Z | Compiling form_urlencoded v1.2.2 |
| 554 | 2026-06-09T14:00:16.334Z | Compiling bytemuck_derive v1.10.2 |
| 555 | 2026-06-09T14:00:16.459Z | Compiling pin-project-lite v0.2.17 |
| 556 | 2026-06-09T14:00:16.557Z | Compiling url v2.5.8 |
| 557 | 2026-06-09T14:00:16.565Z | Compiling deku_derive v0.18.1 |
| 558 | 2026-06-09T14:00:16.573Z | Compiling num_enum_derive v0.7.6 |
| 559 | 2026-06-09T14:00:17.256Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 560 | 2026-06-09T14:00:17.509Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 561 | 2026-06-09T14:00:17.551Z | Compiling bytemuck v1.25.0 |
| 562 | 2026-06-09T14:00:17.706Z | Compiling jep106 v0.3.0 |
| 563 | 2026-06-09T14:00:17.763Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 564 | 2026-06-09T14:00:17.783Z | Compiling tracing-core v0.1.36 |
| 565 | 2026-06-09T14:00:17.979Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 566 | 2026-06-09T14:00:18.127Z | Compiling csv-core v0.1.13 |
| 567 | 2026-06-09T14:00:18.260Z | Compiling no_std_io2 v0.8.1 |
| 568 | 2026-06-09T14:00:18.335Z | Compiling heapless v0.9.3 |
| 569 | 2026-06-09T14:00:18.594Z | Compiling base64 v0.22.1 |
| 570 | 2026-06-09T14:00:18.637Z | Compiling unsafe-libyaml v0.2.11 |
| 571 | 2026-06-09T14:00:18.927Z | Compiling futures-core v0.3.32 |
| 572 | 2026-06-09T14:00:19.005Z | Compiling unty v0.0.4 |
| 573 | 2026-06-09T14:00:19.097Z | Compiling bincode v2.0.1 |
| 574 | 2026-06-09T14:00:19.154Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 575 | 2026-06-09T14:00:19.407Z | Compiling serde_yaml v0.9.34+deprecated |
| 576 | 2026-06-09T14:00:19.725Z | Compiling deku v0.18.1 |
| 577 | 2026-06-09T14:00:19.807Z | Compiling csv v1.4.0 |
| 578 | 2026-06-09T14:00:20.165Z | Compiling num_enum v0.7.6 |
| 579 | 2026-06-09T14:00:20.176Z | Compiling hash32 v0.3.1 |
| 580 | 2026-06-09T14:00:20.285Z | Compiling md-5 v0.10.6 |
| 581 | 2026-06-09T14:00:20.448Z | Compiling serde_plain v1.0.2 |
| 582 | 2026-06-09T14:00:20.671Z | Compiling tracing-attributes v0.1.31 |
| 583 | 2026-06-09T14:00:20.706Z | Compiling miette-derive v7.6.0 |
| 584 | 2026-06-09T14:00:20.794Z | Compiling strum_macros v0.28.0 |
| 585 | 2026-06-09T14:00:21.004Z | Compiling async-io v2.6.0 |
| 586 | 2026-06-09T14:00:21.242Z | Compiling slab v0.4.12 |
| 587 | 2026-06-09T14:00:21.830Z | Compiling object v0.38.1 |
| 588 | 2026-06-09T14:00:21.910Z | Compiling libdevinfo-sys v1.1.0 |
| 589 | 2026-06-09T14:00:22.014Z | Compiling devinfo v0.1.0 |
| 590 | 2026-06-09T14:00:22.038Z | Compiling tracing v0.1.44 |
| 591 | 2026-06-09T14:00:22.163Z | Compiling miette v7.6.0 |
| 592 | 2026-06-09T14:00:22.320Z | Compiling esp-idf-part v0.6.0 |
| 593 | 2026-06-09T14:00:22.383Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 594 | 2026-06-09T14:00:22.616Z | Compiling strum v0.28.0 |
| 595 | 2026-06-09T14:00:22.849Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-09T14:00:22.967Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-09T14:00:23.160Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-09T14:00:23.297Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-09T14:00:23.468Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-09T14:00:23.708Z | Compiling polling v3.11.0 |
| 601 | 2026-06-09T14:00:23.744Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-09T14:00:24.036Z | Compiling futures-io v0.3.32 |
| 603 | 2026-06-09T14:00:24.134Z | Compiling parking v2.2.1 |
| 604 | 2026-06-09T14:00:24.198Z | Compiling docsplay v0.1.3 |
| 605 | 2026-06-09T14:00:24.297Z | Compiling rmp-serde v1.3.1 |
| 606 | 2026-06-09T14:00:25.212Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-09T14:00:25.614Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-09T14:00:26.275Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-09T14:00:26.843Z | Compiling chacha20 v0.10.0 |
| 610 | 2026-06-09T14:00:27.164Z | Compiling uf2-decode v0.2.0 |
| 611 | 2026-06-09T14:00:27.407Z | Compiling ihex v3.0.0 |
| 612 | 2026-06-09T14:00:27.683Z | Compiling dunce v1.0.5 |
| 613 | 2026-06-09T14:00:27.788Z | Compiling rand v0.10.1 |
| 614 | 2026-06-09T14:00:28.179Z | Compiling unicode-segmentation v1.13.2 |
| 615 | 2026-06-09T14:00:28.574Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 616 | 2026-06-09T14:00:28.705Z | Compiling signal-hook v0.3.18 |
| 617 | 2026-06-09T14:00:29.134Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 618 | 2026-06-09T14:00:29.602Z | Compiling signal-hook-registry v1.4.8 |
| 619 | 2026-06-09T14:00:29.702Z | Compiling convert_case v0.10.0 |
| 620 | 2026-06-09T14:00:30.211Z | Compiling mio v1.2.0 |
| 621 | 2026-06-09T14:00:30.337Z | Compiling mio v0.8.11 |
| 622 | 2026-06-09T14:00:30.570Z | Compiling derive_more-impl v2.1.1 |
| 623 | 2026-06-09T14:00:31.099Z | Compiling signal-hook-mio v0.2.5 |
| 624 | 2026-06-09T14:00:31.381Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-09T14:00:31.745Z | Compiling derive_more v2.1.1 |
| 626 | 2026-06-09T14:00:31.821Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 627 | 2026-06-09T14:00:31.830Z | Compiling document-features v0.2.12 |
| 628 | 2026-06-09T14:00:32.293Z | Compiling convert_case v0.11.0 |
| 629 | 2026-06-09T14:00:32.390Z | Compiling crossterm v0.29.0 |
| 630 | 2026-06-09T14:00:32.566Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 631 | 2026-06-09T14:00:32.706Z | Compiling paste v1.0.15 |
| 632 | 2026-06-09T14:00:33.232Z | Compiling camino v1.2.2 |
| 633 | 2026-06-09T14:00:34.287Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-09T14:00:34.598Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-09T14:00:34.623Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-09T14:00:35.376Z | Compiling indoc v2.0.7 |
| 637 | 2026-06-09T14:00:35.588Z | Compiling instability v0.3.12 |
| 638 | 2026-06-09T14:00:35.681Z | Compiling thiserror v1.0.69 |
| 639 | 2026-06-09T14:00:35.818Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 640 | 2026-06-09T14:00:35.838Z | Compiling compact_str v0.9.0 |
| 641 | 2026-06-09T14:00:35.931Z | Compiling unicode-truncate v2.0.1 |
| 642 | 2026-06-09T14:00:36.620Z | Compiling kasuari v0.4.12 |
| 643 | 2026-06-09T14:00:36.665Z | Compiling lru v0.16.4 |
| 644 | 2026-06-09T14:00:36.695Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-09T14:00:36.858Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-09T14:00:37.032Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-09T14:00:37.098Z | Compiling crossbeam v0.8.4 |
| 648 | 2026-06-09T14:00:37.200Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-09T14:00:37.276Z | Compiling ratatui-core v0.1.0 |
| 650 | 2026-06-09T14:00:37.963Z | Compiling lazy-regex v3.6.0 |
| 651 | 2026-06-09T14:00:38.008Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 652 | 2026-06-09T14:00:38.894Z | Compiling bitflags v1.3.2 |
| 653 | 2026-06-09T14:00:38.972Z | Compiling binrw_derive v0.14.2 |
| 654 | 2026-06-09T14:00:39.226Z | Compiling strict v0.2.0 |
| 655 | 2026-06-09T14:00:39.280Z | Compiling base64 v0.13.1 |
| 656 | 2026-06-09T14:00:39.548Z | Compiling ron v0.6.6 |
| 657 | 2026-06-09T14:00:39.584Z | Compiling crokey-proc_macros v1.4.0 |
| 658 | 2026-06-09T14:00:39.684Z | Compiling crossterm v0.23.2 |
| 659 | 2026-06-09T14:00:40.267Z | Compiling line-clipping v0.3.7 |
| 660 | 2026-06-09T14:00:40.473Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 661 | 2026-06-09T14:00:40.633Z | Compiling binrw v0.14.2 |
| 662 | 2026-06-09T14:00:40.675Z | Compiling owo-colors v3.5.0 |
| 663 | 2026-06-09T14:00:41.057Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 664 | 2026-06-09T14:00:41.789Z | Compiling cargo-readme v3.3.2 |
| 665 | 2026-06-09T14:00:42.469Z | Compiling crokey v1.4.0 |
| 666 | 2026-06-09T14:00:43.164Z | Compiling ratatui-widgets v0.3.0 |
| 667 | 2026-06-09T14:00:43.941Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 668 | 2026-06-09T14:00:44.481Z | Compiling coolor v0.8.0 |
| 669 | 2026-06-09T14:00:44.753Z | Compiling coolor v1.1.0 |
| 670 | 2026-06-09T14:00:45.010Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 671 | 2026-06-09T14:00:45.033Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 672 | 2026-06-09T14:00:45.741Z | Compiling half v2.7.1 |
| 673 | 2026-06-09T14:00:46.094Z | Compiling minimad v0.13.1 |
| 674 | 2026-06-09T14:00:46.106Z | Compiling minimad v0.14.0 |
| 675 | 2026-06-09T14:00:46.510Z | Compiling array-init v2.1.0 |
| 676 | 2026-06-09T14:00:46.625Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 677 | 2026-06-09T14:00:46.748Z | Compiling ciborium-io v0.2.2 |
| 678 | 2026-06-09T14:00:46.847Z | Compiling convert_case v0.4.0 |
| 679 | 2026-06-09T14:00:47.150Z | Compiling derive_more v0.99.20 |
| 680 | 2026-06-09T14:00:47.225Z | Compiling ciborium-ll v0.2.2 |
| 681 | 2026-06-09T14:00:47.516Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 682 | 2026-06-09T14:00:48.122Z | Compiling termimad v0.34.1 |
| 683 | 2026-06-09T14:00:48.785Z | Compiling termimad v0.25.7 |
| 684 | 2026-06-09T14:00:49.365Z | Compiling ratatui-macros v0.7.0 |
| 685 | 2026-06-09T14:00:49.463Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 686 | 2026-06-09T14:00:49.718Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 687 | 2026-06-09T14:00:50.026Z | Compiling ratatui-crossterm v0.1.0 |
| 688 | 2026-06-09T14:00:50.244Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 689 | 2026-06-09T14:00:50.276Z | Compiling sha2 v0.11.0 |
| 690 | 2026-06-09T14:00:50.730Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 691 | 2026-06-09T14:00:50.999Z | Compiling iana-time-zone v0.1.65 |
| 692 | 2026-06-09T14:00:51.435Z | Compiling xml v1.2.1 |
| 693 | 2026-06-09T14:00:51.516Z | Compiling parse-size v1.1.0 |
| 694 | 2026-06-09T14:00:51.717Z | Compiling chrono v0.4.44 |
| 695 | 2026-06-09T14:00:52.456Z | Compiling serde-xml-rs v0.8.2 |
| 696 | 2026-06-09T14:00:53.854Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-06-09T14:00:56.053Z | Compiling ratatui v0.30.0 |
| 698 | 2026-06-09T14:00:56.184Z | Compiling raw-cpuid v11.6.0 |
| 699 | 2026-06-09T14:00:56.929Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 700 | 2026-06-09T14:00:56.977Z | Compiling ciborium v0.2.2 |
| 701 | 2026-06-09T14:00:57.041Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 702 | 2026-06-09T14:00:57.944Z | Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin) |
| 703 | 2026-06-09T14:00:58.441Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 704 | 2026-06-09T14:00:58.452Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 705 | 2026-06-09T14:00:59.216Z | Compiling tracing-log v0.2.0 |
| 706 | 2026-06-09T14:00:59.592Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 707 | 2026-06-09T14:00:59.667Z | Compiling sharded-slab v0.1.7 |
| 708 | 2026-06-09T14:00:59.771Z | Compiling matchers v0.2.0 |
| 709 | 2026-06-09T14:00:59.941Z | Compiling termios v0.3.3 |
| 710 | 2026-06-09T14:01:00.131Z | Compiling thread_local v1.1.9 |
| 711 | 2026-06-09T14:01:00.191Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 712 | 2026-06-09T14:01:00.396Z | Compiling splitty v1.0.2 |
| 713 | 2026-06-09T14:01:00.449Z | Compiling nu-ansi-term v0.50.3 |
| 714 | 2026-06-09T14:01:00.558Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 715 | 2026-06-09T14:01:00.574Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 716 | 2026-06-09T14:01:00.587Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 717 | 2026-06-09T14:01:01.088Z | Compiling tracing-subscriber v0.3.23 |
| 718 | 2026-06-09T14:01:02.625Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 719 | 2026-06-09T14:01:02.945Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 720 | 2026-06-09T14:01:03.351Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 721 | 2026-06-09T14:01:05.474Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 722 | 2026-06-09T14:01:05.729Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 723 | 2026-06-09T14:01:07.535Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 724 | 2026-06-09T14:01:07.815Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 725 | 2026-06-09T14:01:09.071Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 726 | 2026-06-09T14:01:09.304Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 727 | 2026-06-09T14:01:10.430Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 728 | 2026-06-09T14:01:12.795Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 729 | 2026-06-09T14:01:12.831Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 730 | 2026-06-09T14:01:19.127Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 731 | 2026-06-09T14:01:20.439Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 732 | 2026-06-09T14:01:21.391Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 733 | 2026-06-09T14:01:21.940Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 734 | 2026-06-09T14:01:22.029Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 735 | 2026-06-09T14:01:25.449Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 736 | 2026-06-09T14:01:25.521Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 737 | 2026-06-09T14:01:25.951Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 738 | 2026-06-09T14:01:26.930Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 739 | 2026-06-09T14:01:29.361Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 740 | 2026-06-09T14:01:30.484Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 741 | 2026-06-09T14:01:30.593Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 742 | 2026-06-09T14:01:31.939Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 743 | 2026-06-09T14:01:32.165Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 744 | 2026-06-09T14:01:32.731Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 745 | 2026-06-09T14:01:34.444Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 746 | 2026-06-09T14:01:35.260Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 747 | 2026-06-09T14:01:36.492Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 748 | 2026-06-09T14:01:37.720Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 749 | 2026-06-09T14:01:38.032Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 750 | 2026-06-09T14:01:39.042Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 751 | 2026-06-09T14:01:39.365Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 752 | 2026-06-09T14:01:39.825Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 753 | 2026-06-09T14:01:40.093Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 754 | 2026-06-09T14:01:41.919Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 755 | 2026-06-09T14:01:44.075Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 756 | 2026-06-09T14:01:45.064Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 757 | 2026-06-09T14:01:45.091Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 758 | 2026-06-09T14:01:45.429Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 759 | 2026-06-09T14:01:45.481Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 760 | 2026-06-09T14:01:47.202Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 761 | 2026-06-09T14:01:48.665Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 762 | 2026-06-09T14:01:48.864Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 763 | 2026-06-09T14:01:49.558Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 764 | 2026-06-09T14:01:50.944Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 765 | 2026-06-09T14:01:51.937Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 766 | 2026-06-09T14:01:51.999Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 767 | 2026-06-09T14:01:52.075Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 768 | 2026-06-09T14:02:12.654Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 07s |
| 769 | 2026-06-09T14:03:13.549Z | pkg://helios/developer/debug/humility@0.13.0.693,5.11-3.0:20260609T140218Z |
| 770 | 2026-06-09T14:03:13.549Z | PUBLISHED |
| 771 | 2026-06-09T14:03:13.768Z | Retrieving packages for publisher helios ... |
| 772 | 2026-06-09T14:03:13.771Z | Retrieving catalog 'helios' ... Done |
| 773 | 2026-06-09T14:03:13.774Z | Retrieving and evaluating 1 package(s)... |
| 774 | 2026-06-09T14:03:13.774Z | Fetching manifests: 1/1 100% complete |
| 775 | 2026-06-09T14:03:13.774Z | Fetching manifests: 1/1 100% complete |
| 776 | 2026-06-09T14:03:13.774Z | |
| 777 | 2026-06-09T14:03:13.774Z | Archiving packages ... |
| 778 | 2026-06-09T14:03:13.774Z | Packages to add: 1 |
| 779 | 2026-06-09T14:03:13.774Z | Files to retrieve: 1 |
| 780 | 2026-06-09T14:03:13.774Z | Estimated transfer size: 136.94 MB |
| 781 | 2026-06-09T14:03:13.774Z | |
| 782 | 2026-06-09T14:03:13.774Z | Packages to archive: |
| 783 | 2026-06-09T14:03:13.774Z | developer/debug/humility@0.13.0.693,5.11-3.0:20260609T140218Z |
| 784 | 2026-06-09T14:03:13.774Z | |
| 785 | 2026-06-09T14:03:13.774Z | Download: 0/1 items 0.0/136.9MB 0% complete |
| 786 | 2026-06-09T14:03:14.017Z | Download: Completed 136.94 MB in 0.25 seconds (556M/s) |
| 787 | 2026-06-09T14:03:14.021Z | Archiving: 1/10 items 0.0/137.0MB 0% complete |
| 788 | 2026-06-09T14:03:14.073Z | Archiving: Completed 136.95 MB in 0.05 seconds |
| 789 | 2026-06-09T14:03:14.116Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.693-3.0.p5p. |
| 790 | 2026-06-09T14:03:14.123Z | |
| 791 | 2026-06-09T14:03:14.126Z | real 4:32.599605433 |
| 792 | 2026-06-09T14:03:14.126Z | user 22:25.907169830 |
| 793 | 2026-06-09T14:03:14.126Z | sys 1:36.062789460 |
| 794 | 2026-06-09T14:03:14.126Z | trap 0.673752482 |
| 795 | 2026-06-09T14:03:14.126Z | tflt 1.186369711 |
| 796 | 2026-06-09T14:03:14.126Z | dflt 1.651213862 |
| 797 | 2026-06-09T14:03:14.126Z | kflt 0.011163493 |
| 798 | 2026-06-09T14:03:14.126Z | lock 1:33:56.435535015 |
| 799 | 2026-06-09T14:03:14.126Z | slp 1:12:18.441724200 |
| 800 | 2026-06-09T14:03:14.126Z | lat 1:23.865819536 |
| 801 | 2026-06-09T14:03:14.126Z | stop 1:12.251971150 |
| 802 | 2026-06-09T14:03:14.126Z | + banner copy |
| 803 | 2026-06-09T14:03:14.126Z | |
| 804 | 2026-06-09T14:03:14.126Z | #### #### ##### # # |
| 805 | 2026-06-09T14:03:14.126Z | # # # # # # # # |
| 806 | 2026-06-09T14:03:14.126Z | # # # # # # |
| 807 | 2026-06-09T14:03:14.126Z | # # # ##### # |
| 808 | 2026-06-09T14:03:14.126Z | # # # # # # |
| 809 | 2026-06-09T14:03:14.126Z | #### #### # # |
| 810 | 2026-06-09T14:03:14.126Z | |
| 811 | 2026-06-09T14:03:14.126Z | + pfexec mkdir -p /out |
| 812 | 2026-06-09T14:03:14.129Z | + pfexec chown 12345 /out |
| 813 | 2026-06-09T14:03:14.129Z | + PKG_NAME=/out/humility.p5p |
| 814 | 2026-06-09T14:03:14.129Z | + mv pkg/packages/repo/humility-0.13.0.693-3.0.p5p /out/humility.p5p |
| 815 | 2026-06-09T14:03:14.229Z | + sha256sum /out/humility.p5p |
| 816 | 2026-06-09T14:03:14.308Z | process exited: duration 279714 ms, exit code 0 |
| |
| 817 | 2026-06-09T14:03:14.319Z | found 2 output files |
| 818 | 2026-06-09T14:03:14.319Z | uploading: /out/humility.p5p (143616000 bytes) |
| 819 | 2026-06-09T14:03:16.061Z | uploaded: /out/humility.p5p |
| 820 | 2026-06-09T14:03:16.061Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 821 | 2026-06-09T14:03:17.072Z | uploaded: /out/humility.p5p.sha256 |