|
|
|
| 1 | 2026-06-17T18:24:52.994Z | job assigned to worker 01KVBD76HH4WPKNGM9H0GKT7RB [factory aws, i-0bd9145fd3919eb6b] (queued for 47 s) |
| |
| 2 | 2026-06-17T18:24:59.667Z | starting task 0: "setup" |
| 3 | 2026-06-17T18:24:59.673Z | ++ uname -s |
| 4 | 2026-06-17T18:24:59.677Z | + kern=SunOS |
| 5 | 2026-06-17T18:24:59.677Z | + build_user=build |
| 6 | 2026-06-17T18:24:59.677Z | + build_uid=12345 |
| 7 | 2026-06-17T18:24:59.677Z | + work_dir=/work |
| 8 | 2026-06-17T18:24:59.677Z | + input_dir=/input |
| 9 | 2026-06-17T18:24:59.677Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-17T18:24:59.677Z | + case "$kern" in |
| 11 | 2026-06-17T18:24:59.677Z | + groupadd -g 12345 build |
| 12 | 2026-06-17T18:24:59.677Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-17T18:25:01.681Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-17T18:25:01.768Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-17T18:25:01.771Z | + home_fs=zfs |
| 16 | 2026-06-17T18:25:01.771Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-17T18:25:01.771Z | + mkdir -p /home/build |
| 18 | 2026-06-17T18:25:01.771Z | + chown build:build /home/build /work |
| 19 | 2026-06-17T18:25:03.772Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-17T18:25:03.775Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-06-17T18:25:03.781Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-17T18:25:03.786Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-17T18:25:03.786Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-17T18:25:03.786Z | * rust toolchain profile = "default" |
| 25 | 2026-06-17T18:25:03.786Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-17T18:25:03.786Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-17T18:25:03.786Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-17T18:25:03.789Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-17T18:25:03.789Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-17T18:25:03.845Z | info: downloading installer |
| 31 | 2026-06-17T18:25:05.253Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-17T18:25:05.253Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-17T18:25:05.253Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-17T18:25:05.253Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-17T18:25:05.266Z | info: profile set to default |
| 36 | 2026-06-17T18:25:05.266Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-17T18:25:05.268Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-06-17T18:25:05.409Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-17T18:25:05.412Z | info: downloading 6 components |
| 40 | 2026-06-17T18:25:20.797Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-06-17T18:25:20.797Z | |
| 42 | 2026-06-17T18:25:20.832Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-17T18:25:20.832Z | |
| 44 | 2026-06-17T18:25:20.832Z | |
| 45 | 2026-06-17T18:25:20.832Z | Rust is installed now. Great! |
| 46 | 2026-06-17T18:25:20.832Z | |
| 47 | 2026-06-17T18:25:20.832Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-17T18:25:20.832Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-17T18:25:20.832Z | |
| 50 | 2026-06-17T18:25:20.833Z | To configure your current shell, you need to source |
| 51 | 2026-06-17T18:25:20.833Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-17T18:25:20.833Z | |
| 53 | 2026-06-17T18:25:20.833Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-17T18:25:20.836Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-17T18:25:20.836Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-17T18:25:20.836Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-17T18:25:20.836Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-17T18:25:20.836Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-17T18:25:20.836Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-17T18:25:20.836Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-17T18:25:20.836Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-17T18:25:20.924Z | + rustup --version |
| 63 | 2026-06-17T18:25:20.933Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-17T18:25:20.936Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-17T18:25:20.954Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-17T18:25:20.957Z | + cargo --version |
| 67 | 2026-06-17T18:25:20.970Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-17T18:25:20.974Z | + rustc --version |
| 69 | 2026-06-17T18:25:20.992Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-17T18:25:20.995Z | process exited: duration 17212 ms, exit code 0 |
| |
| 71 | 2026-06-17T18:25:21.002Z | starting task 2: "authentication" |
| 72 | 2026-06-17T18:25:21.018Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-17T18:25:21.025Z | starting task 3: "clone repository" |
| 74 | 2026-06-17T18:25:21.030Z | + mkdir -p /work/oxidecomputer/humility |
| 75 | 2026-06-17T18:25:21.036Z | + git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility |
| 76 | 2026-06-17T18:25:21.064Z | Cloning into '/work/oxidecomputer/humility'... |
| 77 | 2026-06-17T18:25:49.268Z | + cd /work/oxidecomputer/humility |
| 78 | 2026-06-17T18:25:49.268Z | + git fetch origin 6beb7b6f4f0b04a6bc1fc45dac953972f11e41c7 |
| 79 | 2026-06-17T18:25:49.569Z | From https://github.com/oxidecomputer/humility |
| 80 | 2026-06-17T18:25:49.569Z | * branch 6beb7b6f4f0b04a6bc1fc45dac953972f11e41c7 -> FETCH_HEAD |
| 81 | 2026-06-17T18:25:49.575Z | + [[ -n mkeeter/remove-more-core-functions ]] |
| 82 | 2026-06-17T18:25:49.579Z | ++ git branch --show-current |
| 83 | 2026-06-17T18:25:49.579Z | + current=master |
| 84 | 2026-06-17T18:25:49.579Z | + [[ master != mkeeter/remove-more-core-functions ]] |
| 85 | 2026-06-17T18:25:49.579Z | + git branch -f mkeeter/remove-more-core-functions 6beb7b6f4f0b04a6bc1fc45dac953972f11e41c7 |
| 86 | 2026-06-17T18:25:49.582Z | + git checkout -f mkeeter/remove-more-core-functions |
| 87 | 2026-06-17T18:25:50.361Z | Switched to branch 'mkeeter/remove-more-core-functions' |
| 88 | 2026-06-17T18:25:50.364Z | + git reset --hard 6beb7b6f4f0b04a6bc1fc45dac953972f11e41c7 |
| 89 | 2026-06-17T18:25:50.373Z | HEAD is now at 6beb7b6f Remove UnattachedCore (yay) |
| 90 | 2026-06-17T18:25:50.376Z | process exited: duration 29348 ms, exit code 0 |
| |
| 91 | 2026-06-17T18:25:50.382Z | starting task 4: "build" |
| 92 | 2026-06-17T18:25:50.387Z | + export CARGO_INCREMENTAL=0 |
| 93 | 2026-06-17T18:25:50.387Z | + CARGO_INCREMENTAL=0 |
| 94 | 2026-06-17T18:25:50.387Z | + banner deps |
| 95 | 2026-06-17T18:25:50.390Z | |
| 96 | 2026-06-17T18:25:50.390Z | ##### ###### ##### #### |
| 97 | 2026-06-17T18:25:50.390Z | # # # # # # |
| 98 | 2026-06-17T18:25:50.390Z | # # ##### # # #### |
| 99 | 2026-06-17T18:25:50.390Z | # # # ##### # |
| 100 | 2026-06-17T18:25:50.391Z | # # # # # # |
| 101 | 2026-06-17T18:25:50.391Z | ##### ###### # #### |
| 102 | 2026-06-17T18:25:50.391Z | |
| 103 | 2026-06-17T18:25:50.391Z | + need=('/ooce/library/libusb-1' '/library/libftdi1') |
| 104 | 2026-06-17T18:25:50.391Z | + PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-06-17T18:25:50.391Z | + pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1 |
| 106 | 2026-06-17T18:25:51.361Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-06-17T18:25:51.455Z | Startup: Caching catalogs ... Done |
| 108 | 2026-06-17T18:25:51.806Z | Planning: Solver setup ... Done (0.312s) |
| 109 | 2026-06-17T18:25:51.829Z | Planning: Running solver ... Done (0.023s) |
| 110 | 2026-06-17T18:25:51.837Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-06-17T18:25:51.848Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-06-17T18:25:51.861Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-06-17T18:25:51.873Z | Planning: Package planning ... Done (0.012s) |
| 114 | 2026-06-17T18:25:51.877Z | Planning: Merging actions ... Done (0.000s) |
| 115 | 2026-06-17T18:25:52.055Z | Planning: Checking for conflicting actions ... Done (0.181s) |
| 116 | 2026-06-17T18:25:52.058Z | Planning: Consolidating action changes ... Done (0.000s) |
| 117 | 2026-06-17T18:25:52.798Z | Planning: Evaluating mediators ... Done (0.743s) |
| 118 | 2026-06-17T18:25:52.801Z | Planning: Planning completed in 1.32 seconds |
| 119 | 2026-06-17T18:25:52.807Z | Packages to install: 2 |
| 120 | 2026-06-17T18:25:52.807Z | Estimated space available: 155.93 GB |
| 121 | 2026-06-17T18:25:52.811Z | Estimated space to be consumed: 19.01 MB |
| 122 | 2026-06-17T18:25:52.812Z | Create boot environment: No |
| 123 | 2026-06-17T18:25:52.812Z | Create backup boot environment: No |
| 124 | 2026-06-17T18:25:52.812Z | Rebuild boot archive: No |
| 125 | 2026-06-17T18:25:52.812Z | |
| 126 | 2026-06-17T18:25:52.812Z | Changed packages: |
| 127 | 2026-06-17T18:25:52.812Z | helios |
| 128 | 2026-06-17T18:25:52.812Z | library/libftdi1 |
| 129 | 2026-06-17T18:25:52.812Z | None -> 1.5-3.0 |
| 130 | 2026-06-17T18:25:52.812Z | ooce/library/libusb-1 |
| 131 | 2026-06-17T18:25:52.812Z | None -> 1.0.29-3.1 |
| 132 | 2026-06-17T18:25:52.832Z | |
| 133 | 2026-06-17T18:25:52.832Z | Download: 0/22 items 0.0/0.4MB 0% complete |
| 134 | 2026-06-17T18:25:53.279Z | Download: Completed 377.70 kB in 0.45 seconds (845k/s) |
| 135 | 2026-06-17T18:25:53.534Z | Actions: 1/61 actions (Installing new actions) |
| 136 | 2026-06-17T18:25:53.545Z | Actions: Completed 61 actions in 0.01 seconds. |
| 137 | 2026-06-17T18:25:53.555Z | Finalize: Updating package state database ... Done (0.009s) |
| 138 | 2026-06-17T18:25:53.558Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-06-17T18:25:53.577Z | Finalize: Updating image state ... Done (0.024s) |
| 140 | 2026-06-17T18:25:55.967Z | Finalize: Creating fast lookup database ... Done (2.368s) |
| 141 | 2026-06-17T18:25:56.036Z | Finalize: Reading search index ... Done (0.014s) |
| 142 | 2026-06-17T18:25:56.039Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-06-17T18:25:56.156Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-06-17T18:25:56.248Z | + pkg list -v /ooce/library/libusb-1 /library/libftdi1 |
| 145 | 2026-06-17T18:25:56.460Z | FMRI IFO |
| 146 | 2026-06-17T18:25:56.460Z | pkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im- |
| 147 | 2026-06-17T18:25:56.460Z | pkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im- |
| 148 | 2026-06-17T18:25:56.499Z | + cargo --version |
| 149 | 2026-06-17T18:25:56.509Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 150 | 2026-06-17T18:25:56.512Z | + rustc --version |
| 151 | 2026-06-17T18:25:56.531Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 152 | 2026-06-17T18:25:56.534Z | + banner package |
| 153 | 2026-06-17T18:25:56.537Z | |
| 154 | 2026-06-17T18:25:56.537Z | ##### ## #### # # ## #### ###### |
| 155 | 2026-06-17T18:25:56.537Z | # # # # # # # # # # # # # |
| 156 | 2026-06-17T18:25:56.537Z | # # # # # #### # # # ##### |
| 157 | 2026-06-17T18:25:56.537Z | ##### ###### # # # ###### # ### # |
| 158 | 2026-06-17T18:25:56.537Z | # # # # # # # # # # # # |
| 159 | 2026-06-17T18:25:56.537Z | # # # #### # # # # #### ###### |
| 160 | 2026-06-17T18:25:56.537Z | |
| 161 | 2026-06-17T18:25:56.537Z | + ptime -m cargo xtask package |
| 162 | 2026-06-17T18:25:56.656Z | Updating crates.io index |
| 163 | 2026-06-17T18:25:56.659Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 164 | 2026-06-17T18:25:56.944Z | Updating git repository `https://github.com/oxidecomputer/humpty` |
| 165 | 2026-06-17T18:25:57.200Z | Updating git repository `https://github.com/oxidecomputer/idolatry.git` |
| 166 | 2026-06-17T18:25:57.538Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 167 | 2026-06-17T18:25:57.872Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 168 | 2026-06-17T18:25:58.129Z | Updating git repository `https://github.com/oxidecomputer/hif` |
| 169 | 2026-06-17T18:25:58.398Z | Updating git repository `https://github.com/oxidecomputer/nusb.git` |
| 170 | 2026-06-17T18:25:58.768Z | Updating git repository `https://github.com/oxidecomputer/probe-rs.git` |
| 171 | 2026-06-17T18:26:02.869Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 172 | 2026-06-17T18:26:03.187Z | Updating git repository `https://github.com/oxidecomputer/spd` |
| 173 | 2026-06-17T18:26:03.610Z | Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol` |
| 174 | 2026-06-17T18:26:03.861Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 175 | 2026-06-17T18:26:04.149Z | Updating git repository `https://github.com/oxidecomputer/turin-post-decoder` |
| 176 | 2026-06-17T18:26:04.424Z | Updating git repository `https://github.com/oxidecomputer/vsc7448.git` |
| 177 | 2026-06-17T18:26:05.278Z | Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx` |
| 178 | 2026-06-17T18:26:05.536Z | Updating git repository `https://github.com/oxidecomputer/hidapi-rs` |
| 179 | 2026-06-17T18:26:05.873Z | Updating git submodule `https://github.com/oxidecomputer/hidapi.git` |
| 180 | 2026-06-17T18:26:08.326Z | Downloading crates ... |
| 181 | 2026-06-17T18:26:08.373Z | Downloaded equivalent v1.0.2 |
| 182 | 2026-06-17T18:26:08.388Z | Downloaded heck v0.5.0 |
| 183 | 2026-06-17T18:26:08.391Z | Downloaded strsim v0.11.1 |
| 184 | 2026-06-17T18:26:08.400Z | Downloaded clap_lex v1.1.0 |
| 185 | 2026-06-17T18:26:08.404Z | Downloaded cargo-platform v0.3.3 |
| 186 | 2026-06-17T18:26:08.407Z | Downloaded colorchoice v1.0.5 |
| 187 | 2026-06-17T18:26:08.411Z | Downloaded lazy_static v1.5.0 |
| 188 | 2026-06-17T18:26:08.415Z | Downloaded utf8parse v0.2.2 |
| 189 | 2026-06-17T18:26:08.422Z | Downloaded serde_spanned v1.1.1 |
| 190 | 2026-06-17T18:26:08.426Z | Downloaded itoa v1.0.18 |
| 191 | 2026-06-17T18:26:08.431Z | Downloaded anstyle-query v1.1.5 |
| 192 | 2026-06-17T18:26:08.434Z | Downloaded percent-encoding v2.3.2 |
| 193 | 2026-06-17T18:26:08.434Z | Downloaded is_terminal_polyfill v1.70.2 |
| 194 | 2026-06-17T18:26:08.438Z | Downloaded thiserror v2.0.18 |
| 195 | 2026-06-17T18:26:08.441Z | Downloaded cargo_metadata v0.23.1 |
| 196 | 2026-06-17T18:26:08.445Z | Downloaded anstyle-parse v1.0.0 |
| 197 | 2026-06-17T18:26:08.450Z | Downloaded cargo-readme v3.3.2 |
| 198 | 2026-06-17T18:26:08.454Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 199 | 2026-06-17T18:26:08.459Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 200 | 2026-06-17T18:26:08.463Z | Downloaded thiserror-impl v2.0.18 |
| 201 | 2026-06-17T18:26:08.463Z | Downloaded zmij v1.0.21 |
| 202 | 2026-06-17T18:26:08.468Z | Downloaded clap_derive v4.6.1 |
| 203 | 2026-06-17T18:26:08.471Z | Downloaded anyhow v1.0.102 |
| 204 | 2026-06-17T18:26:08.474Z | Downloaded quote v1.0.45 |
| 205 | 2026-06-17T18:26:08.478Z | Downloaded anstream v1.0.0 |
| 206 | 2026-06-17T18:26:08.481Z | Downloaded camino v1.2.2 |
| 207 | 2026-06-17T18:26:08.487Z | Downloaded anstyle v1.0.14 |
| 208 | 2026-06-17T18:26:08.496Z | Downloaded unicode-ident v1.0.24 |
| 209 | 2026-06-17T18:26:08.502Z | Downloaded proc-macro2 v1.0.106 |
| 210 | 2026-06-17T18:26:08.505Z | Downloaded clap v4.6.1 |
| 211 | 2026-06-17T18:26:08.510Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 212 | 2026-06-17T18:26:08.513Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 213 | 2026-06-17T18:26:08.515Z | Downloaded semver v1.0.28 |
| 214 | 2026-06-17T18:26:08.519Z | Downloaded serde_derive v1.0.228 |
| 215 | 2026-06-17T18:26:08.525Z | Downloaded serde_core v1.0.228 |
| 216 | 2026-06-17T18:26:08.527Z | Downloaded memchr v2.8.0 |
| 217 | 2026-06-17T18:26:08.534Z | Downloaded serde v1.0.228 |
| 218 | 2026-06-17T18:26:08.537Z | Downloaded indexmap v2.14.0 |
| 219 | 2026-06-17T18:26:08.563Z | Downloaded hashbrown v0.17.0 |
| 220 | 2026-06-17T18:26:08.574Z | Downloaded serde_json v1.0.149 |
| 221 | 2026-06-17T18:26:08.577Z | Downloaded regex v1.12.3 |
| 222 | 2026-06-17T18:26:08.580Z | Downloaded winnow v1.0.2 |
| 223 | 2026-06-17T18:26:08.585Z | Downloaded aho-corasick v1.1.4 |
| 224 | 2026-06-17T18:26:08.588Z | Downloaded clap_builder v4.6.0 |
| 225 | 2026-06-17T18:26:08.598Z | Downloaded regex-syntax v0.8.10 |
| 226 | 2026-06-17T18:26:08.605Z | Downloaded syn v2.0.117 |
| 227 | 2026-06-17T18:26:08.625Z | Downloaded regex-automata v0.4.14 |
| 228 | 2026-06-17T18:26:08.663Z | Compiling proc-macro2 v1.0.106 |
| 229 | 2026-06-17T18:26:08.663Z | Compiling serde_core v1.0.228 |
| 230 | 2026-06-17T18:26:08.663Z | Compiling quote v1.0.45 |
| 231 | 2026-06-17T18:26:08.663Z | Compiling unicode-ident v1.0.24 |
| 232 | 2026-06-17T18:26:08.666Z | Compiling memchr v2.8.0 |
| 233 | 2026-06-17T18:26:08.666Z | Compiling utf8parse v0.2.2 |
| 234 | 2026-06-17T18:26:08.666Z | Compiling zmij v1.0.21 |
| 235 | 2026-06-17T18:26:08.666Z | Compiling anstyle v1.0.14 |
| 236 | 2026-06-17T18:26:08.880Z | Compiling anstyle-parse v1.0.0 |
| 237 | 2026-06-17T18:26:08.888Z | Compiling anstyle-query v1.1.5 |
| 238 | 2026-06-17T18:26:08.971Z | Compiling colorchoice v1.0.5 |
| 239 | 2026-06-17T18:26:08.982Z | Compiling is_terminal_polyfill v1.70.2 |
| 240 | 2026-06-17T18:26:09.057Z | Compiling serde v1.0.228 |
| 241 | 2026-06-17T18:26:09.072Z | Compiling anstream v1.0.0 |
| 242 | 2026-06-17T18:26:09.088Z | Compiling winnow v1.0.2 |
| 243 | 2026-06-17T18:26:09.132Z | Compiling camino v1.2.2 |
| 244 | 2026-06-17T18:26:09.140Z | Compiling heck v0.5.0 |
| 245 | 2026-06-17T18:26:09.326Z | Compiling aho-corasick v1.1.4 |
| 246 | 2026-06-17T18:26:09.379Z | Compiling clap_lex v1.1.0 |
| 247 | 2026-06-17T18:26:09.388Z | Compiling regex-syntax v0.8.10 |
| 248 | 2026-06-17T18:26:09.435Z | Compiling thiserror v2.0.18 |
| 249 | 2026-06-17T18:26:09.443Z | Compiling serde_json v1.0.149 |
| 250 | 2026-06-17T18:26:09.451Z | Compiling strsim v0.11.1 |
| 251 | 2026-06-17T18:26:09.650Z | Compiling clap_builder v4.6.0 |
| 252 | 2026-06-17T18:26:09.670Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 253 | 2026-06-17T18:26:09.976Z | Compiling syn v2.0.117 |
| 254 | 2026-06-17T18:26:10.027Z | Compiling anyhow v1.0.102 |
| 255 | 2026-06-17T18:26:10.284Z | Compiling itoa v1.0.18 |
| 256 | 2026-06-17T18:26:10.331Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 257 | 2026-06-17T18:26:10.465Z | Compiling lazy_static v1.5.0 |
| 258 | 2026-06-17T18:26:10.533Z | Compiling percent-encoding v2.3.2 |
| 259 | 2026-06-17T18:26:10.840Z | Compiling serde_spanned v1.1.1 |
| 260 | 2026-06-17T18:26:10.942Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 261 | 2026-06-17T18:26:10.950Z | Compiling regex-automata v0.4.14 |
| 262 | 2026-06-17T18:26:10.959Z | Compiling semver v1.0.28 |
| 263 | 2026-06-17T18:26:11.283Z | Compiling toml v1.1.2+spec-1.1.0 |
| 264 | 2026-06-17T18:26:11.336Z | Compiling cargo-platform v0.3.3 |
| 265 | 2026-06-17T18:26:12.315Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-06-17T18:26:12.316Z | Compiling clap_derive v4.6.1 |
| 267 | 2026-06-17T18:26:12.319Z | Compiling thiserror-impl v2.0.18 |
| 268 | 2026-06-17T18:26:12.608Z | Compiling regex v1.12.3 |
| 269 | 2026-06-17T18:26:13.566Z | Compiling clap v4.6.1 |
| 270 | 2026-06-17T18:26:14.511Z | Compiling cargo-readme v3.3.2 |
| 271 | 2026-06-17T18:26:14.516Z | Compiling cargo_metadata v0.23.1 |
| 272 | 2026-06-17T18:26:15.451Z | Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask) |
| 273 | 2026-06-17T18:26:16.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.29s |
| 274 | 2026-06-17T18:26:16.943Z | Running `target/debug/xtask package` |
| 275 | 2026-06-17T18:26:21.026Z | Compiling proc-macro2 v1.0.106 |
| 276 | 2026-06-17T18:26:21.026Z | Compiling unicode-ident v1.0.24 |
| 277 | 2026-06-17T18:26:21.026Z | Compiling quote v1.0.45 |
| 278 | 2026-06-17T18:26:21.029Z | Compiling serde_core v1.0.228 |
| 279 | 2026-06-17T18:26:21.029Z | Compiling libc v0.2.186 |
| 280 | 2026-06-17T18:26:21.029Z | Compiling serde v1.0.228 |
| 281 | 2026-06-17T18:26:21.029Z | Compiling cfg-if v1.0.4 |
| 282 | 2026-06-17T18:26:21.029Z | Compiling typenum v1.20.0 |
| 283 | 2026-06-17T18:26:21.160Z | Compiling log v0.4.29 |
| 284 | 2026-06-17T18:26:21.189Z | Compiling memchr v2.8.0 |
| 285 | 2026-06-17T18:26:21.436Z | Compiling scopeguard v1.2.0 |
| 286 | 2026-06-17T18:26:21.522Z | Compiling stable_deref_trait v1.2.1 |
| 287 | 2026-06-17T18:26:21.595Z | Compiling thiserror v2.0.18 |
| 288 | 2026-06-17T18:26:21.801Z | Compiling strsim v0.11.1 |
| 289 | 2026-06-17T18:26:21.839Z | Compiling autocfg v1.5.0 |
| 290 | 2026-06-17T18:26:21.921Z | Compiling errno v0.3.14 |
| 291 | 2026-06-17T18:26:21.940Z | Compiling lock_api v0.4.14 |
| 292 | 2026-06-17T18:26:22.082Z | Compiling smallvec v1.15.1 |
| 293 | 2026-06-17T18:26:22.082Z | Compiling foldhash v0.2.0 |
| 294 | 2026-06-17T18:26:22.178Z | Compiling heck v0.5.0 |
| 295 | 2026-06-17T18:26:22.326Z | Compiling equivalent v1.0.2 |
| 296 | 2026-06-17T18:26:22.338Z | Compiling rustversion v1.0.22 |
| 297 | 2026-06-17T18:26:22.364Z | Compiling syn v2.0.117 |
| 298 | 2026-06-17T18:26:22.374Z | Compiling ident_case v1.0.1 |
| 299 | 2026-06-17T18:26:22.406Z | Compiling jobserver v0.1.34 |
| 300 | 2026-06-17T18:26:22.423Z | Compiling shlex v1.3.0 |
| 301 | 2026-06-17T18:26:22.483Z | Compiling find-msvc-tools v0.1.9 |
| 302 | 2026-06-17T18:26:22.605Z | Compiling zeroize v1.8.2 |
| 303 | 2026-06-17T18:26:22.680Z | Compiling cc v1.2.61 |
| 304 | 2026-06-17T18:26:22.733Z | Compiling libm v0.2.16 |
| 305 | 2026-06-17T18:26:22.736Z | Compiling rustix v1.1.4 |
| 306 | 2026-06-17T18:26:22.816Z | Compiling anyhow v1.0.102 |
| 307 | 2026-06-17T18:26:23.048Z | Compiling num-traits v0.2.19 |
| 308 | 2026-06-17T18:26:23.264Z | Compiling zerocopy v0.8.48 |
| 309 | 2026-06-17T18:26:23.273Z | Compiling version_check v0.9.5 |
| 310 | 2026-06-17T18:26:23.279Z | Compiling const-oid v0.9.6 |
| 311 | 2026-06-17T18:26:23.329Z | Compiling bitflags v2.11.1 |
| 312 | 2026-06-17T18:26:23.522Z | Compiling generic-array v0.14.7 |
| 313 | 2026-06-17T18:26:23.688Z | Compiling aho-corasick v1.1.4 |
| 314 | 2026-06-17T18:26:23.742Z | Compiling regex-syntax v0.8.10 |
| 315 | 2026-06-17T18:26:23.839Z | Compiling hashbrown v0.17.0 |
| 316 | 2026-06-17T18:26:23.946Z | Compiling hybrid-array v0.4.11 |
| 317 | 2026-06-17T18:26:24.182Z | Compiling once_cell v1.21.4 |
| 318 | 2026-06-17T18:26:24.435Z | Compiling crossbeam-utils v0.8.21 |
| 319 | 2026-06-17T18:26:24.516Z | Compiling indexmap v2.14.0 |
| 320 | 2026-06-17T18:26:25.224Z | Compiling synstructure v0.13.2 |
| 321 | 2026-06-17T18:26:25.258Z | Compiling syn v1.0.109 |
| 322 | 2026-06-17T18:26:25.386Z | Compiling regex-automata v0.4.14 |
| 323 | 2026-06-17T18:26:25.630Z | Compiling pkg-config v0.3.33 |
| 324 | 2026-06-17T18:26:25.782Z | Compiling itoa v1.0.18 |
| 325 | 2026-06-17T18:26:26.077Z | Compiling crypto-common v0.1.7 |
| 326 | 2026-06-17T18:26:26.209Z | Compiling block-buffer v0.10.4 |
| 327 | 2026-06-17T18:26:26.361Z | Compiling serde_derive v1.0.228 |
| 328 | 2026-06-17T18:26:26.369Z | Compiling thiserror-impl v2.0.18 |
| 329 | 2026-06-17T18:26:26.573Z | Compiling zerofrom-derive v0.1.7 |
| 330 | 2026-06-17T18:26:27.614Z | Compiling yoke-derive v0.8.2 |
| 331 | 2026-06-17T18:26:27.841Z | Compiling zerocopy-derive v0.8.48 |
| 332 | 2026-06-17T18:26:28.041Z | Compiling zerovec-derive v0.11.3 |
| 333 | 2026-06-17T18:26:28.644Z | Compiling regex v1.12.3 |
| 334 | 2026-06-17T18:26:29.111Z | Compiling darling_core v0.23.0 |
| 335 | 2026-06-17T18:26:29.665Z | Compiling crypto-common v0.2.1 |
| 336 | 2026-06-17T18:26:29.874Z | Compiling zmij v1.0.21 |
| 337 | 2026-06-17T18:26:30.159Z | Compiling displaydoc v0.2.5 |
| 338 | 2026-06-17T18:26:30.637Z | Compiling digest v0.10.7 |
| 339 | 2026-06-17T18:26:30.869Z | Compiling spin v0.9.8 |
| 340 | 2026-06-17T18:26:30.927Z | Compiling byteorder v1.5.0 |
| 341 | 2026-06-17T18:26:31.080Z | Compiling radium v0.7.0 |
| 342 | 2026-06-17T18:26:31.180Z | Compiling cmov v0.5.3 |
| 343 | 2026-06-17T18:26:31.249Z | Compiling darling_macro v0.23.0 |
| 344 | 2026-06-17T18:26:31.372Z | Compiling ctutils v0.4.2 |
| 345 | 2026-06-17T18:26:31.408Z | Compiling block-buffer v0.12.0 |
| 346 | 2026-06-17T18:26:31.417Z | Compiling allocator-api2 v0.2.21 |
| 347 | 2026-06-17T18:26:31.585Z | Compiling const-oid v0.10.2 |
| 348 | 2026-06-17T18:26:31.607Z | Compiling tap v1.0.1 |
| 349 | 2026-06-17T18:26:31.630Z | Compiling crc32fast v1.5.0 |
| 350 | 2026-06-17T18:26:31.712Z | Compiling wyz v0.5.1 |
| 351 | 2026-06-17T18:26:31.784Z | Compiling darling v0.23.0 |
| 352 | 2026-06-17T18:26:31.804Z | Compiling hashbrown v0.16.1 |
| 353 | 2026-06-17T18:26:31.858Z | Compiling digest v0.11.2 |
| 354 | 2026-06-17T18:26:31.938Z | Compiling either v1.15.0 |
| 355 | 2026-06-17T18:26:31.952Z | Compiling funty v2.0.0 |
| 356 | 2026-06-17T18:26:32.065Z | Compiling static_assertions v1.1.0 |
| 357 | 2026-06-17T18:26:32.121Z | Compiling base64ct v1.8.3 |
| 358 | 2026-06-17T18:26:32.131Z | Compiling typeid v1.0.3 |
| 359 | 2026-06-17T18:26:32.144Z | Compiling simd-adler32 v0.3.9 |
| 360 | 2026-06-17T18:26:32.407Z | Compiling pem-rfc7468 v0.7.0 |
| 361 | 2026-06-17T18:26:32.477Z | Compiling bitvec v1.0.1 |
| 362 | 2026-06-17T18:26:32.777Z | Compiling clap_derive v4.6.1 |
| 363 | 2026-06-17T18:26:32.811Z | Compiling der_derive v0.7.3 |
| 364 | 2026-06-17T18:26:33.006Z | Compiling getrandom v0.2.17 |
| 365 | 2026-06-17T18:26:33.014Z | Compiling unicode-width v0.2.2 |
| 366 | 2026-06-17T18:26:33.257Z | Compiling adler2 v2.0.1 |
| 367 | 2026-06-17T18:26:33.301Z | Compiling cpufeatures v0.2.17 |
| 368 | 2026-06-17T18:26:33.348Z | Compiling utf8parse v0.2.2 |
| 369 | 2026-06-17T18:26:33.367Z | Compiling flagset v0.4.7 |
| 370 | 2026-06-17T18:26:33.438Z | Compiling anstyle-parse v1.0.0 |
| 371 | 2026-06-17T18:26:33.450Z | Compiling sha2 v0.10.9 |
| 372 | 2026-06-17T18:26:33.500Z | Compiling miniz_oxide v0.8.9 |
| 373 | 2026-06-17T18:26:33.658Z | Compiling rand_core v0.6.4 |
| 374 | 2026-06-17T18:26:33.665Z | Compiling lazy_static v1.5.0 |
| 375 | 2026-06-17T18:26:33.749Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 376 | 2026-06-17T18:26:33.759Z | Compiling der v0.7.10 |
| 377 | 2026-06-17T18:26:33.926Z | Compiling crossbeam-epoch v0.9.18 |
| 378 | 2026-06-17T18:26:34.142Z | Compiling anstyle-query v1.1.5 |
| 379 | 2026-06-17T18:26:34.244Z | Compiling powerfmt v0.2.0 |
| 380 | 2026-06-17T18:26:34.452Z | Compiling is_terminal_polyfill v1.70.2 |
| 381 | 2026-06-17T18:26:34.529Z | Compiling cpufeatures v0.3.0 |
| 382 | 2026-06-17T18:26:34.549Z | Compiling anstyle v1.0.14 |
| 383 | 2026-06-17T18:26:34.557Z | Compiling zlib-rs v0.6.3 |
| 384 | 2026-06-17T18:26:34.597Z | Compiling colorchoice v1.0.5 |
| 385 | 2026-06-17T18:26:34.662Z | Compiling deranged v0.5.8 |
| 386 | 2026-06-17T18:26:34.714Z | Compiling crossbeam-deque v0.8.6 |
| 387 | 2026-06-17T18:26:34.831Z | Compiling spki v0.7.3 |
| 388 | 2026-06-17T18:26:34.927Z | Compiling anstream v1.0.0 |
| 389 | 2026-06-17T18:26:35.131Z | Compiling ppv-lite86 v0.2.21 |
| 390 | 2026-06-17T18:26:35.491Z | Compiling num_threads v0.1.7 |
| 391 | 2026-06-17T18:26:35.551Z | Compiling twox-hash v2.1.2 |
| 392 | 2026-06-17T18:26:35.577Z | Compiling time-core v0.1.8 |
| 393 | 2026-06-17T18:26:35.704Z | Compiling num-conv v0.2.1 |
| 394 | 2026-06-17T18:26:35.826Z | Compiling maybe-uninit v2.0.0 |
| 395 | 2026-06-17T18:26:35.846Z | Compiling object v0.39.1 |
| 396 | 2026-06-17T18:26:36.124Z | Compiling time v0.3.47 |
| 397 | 2026-06-17T18:26:36.146Z | Compiling ruzstd v0.8.2 |
| 398 | 2026-06-17T18:26:36.160Z | Compiling rand_chacha v0.3.1 |
| 399 | 2026-06-17T18:26:36.720Z | Compiling bitfield-macros v0.19.4 |
| 400 | 2026-06-17T18:26:36.737Z | Compiling terminal_size v0.4.4 |
| 401 | 2026-06-17T18:26:36.886Z | Compiling num-integer v0.1.46 |
| 402 | 2026-06-17T18:26:37.226Z | Compiling num-bigint-dig v0.8.6 |
| 403 | 2026-06-17T18:26:37.432Z | Compiling zstd-safe v7.2.4 |
| 404 | 2026-06-17T18:26:37.439Z | Compiling parking_lot_core v0.9.12 |
| 405 | 2026-06-17T18:26:37.569Z | Compiling flate2 v1.1.9 |
| 406 | 2026-06-17T18:26:37.651Z | Compiling clap_lex v1.1.0 |
| 407 | 2026-06-17T18:26:37.684Z | Compiling getrandom v0.4.2 |
| 408 | 2026-06-17T18:26:37.948Z | Compiling packed_struct v0.10.1 |
| 409 | 2026-06-17T18:26:38.072Z | Compiling rand_core v0.10.1 |
| 410 | 2026-06-17T18:26:38.222Z | Compiling clap_builder v4.6.0 |
| 411 | 2026-06-17T18:26:38.277Z | Compiling bitfield v0.19.4 |
| 412 | 2026-06-17T18:26:38.878Z | Compiling num-iter v0.1.45 |
| 413 | 2026-06-17T18:26:38.996Z | Compiling rand v0.8.6 |
| 414 | 2026-06-17T18:26:39.567Z | Compiling pkcs8 v0.10.2 |
| 415 | 2026-06-17T18:26:40.555Z | Compiling serde_with_macros v3.18.0 |
| 416 | 2026-06-17T18:26:40.596Z | Compiling packed_struct_codegen v0.10.1 |
| 417 | 2026-06-17T18:26:40.913Z | Compiling inout v0.2.2 |
| 418 | 2026-06-17T18:26:41.070Z | Compiling capstone-sys v0.18.0 |
| 419 | 2026-06-17T18:26:41.464Z | Compiling crc-catalog v2.5.0 |
| 420 | 2026-06-17T18:26:41.574Z | Compiling nodrop v0.1.14 |
| 421 | 2026-06-17T18:26:41.608Z | Compiling base64 v0.21.7 |
| 422 | 2026-06-17T18:26:41.624Z | Compiling fallible-iterator v0.3.0 |
| 423 | 2026-06-17T18:26:41.657Z | Compiling array-init v0.0.4 |
| 424 | 2026-06-17T18:26:41.959Z | Compiling ron v0.8.1 |
| 425 | 2026-06-17T18:26:42.176Z | Compiling serde_with v3.18.0 |
| 426 | 2026-06-17T18:26:42.346Z | Compiling crc v3.4.0 |
| 427 | 2026-06-17T18:26:43.619Z | Compiling cipher v0.5.1 |
| 428 | 2026-06-17T18:26:43.864Z | Compiling clap v4.6.1 |
| 429 | 2026-06-17T18:26:44.142Z | Compiling pkcs1 v0.7.5 |
| 430 | 2026-06-17T18:26:44.846Z | Compiling smallvec v0.6.14 |
| 431 | 2026-06-17T18:26:45.294Z | Compiling signature v2.2.0 |
| 432 | 2026-06-17T18:26:45.489Z | Compiling hmac v0.13.0 |
| 433 | 2026-06-17T18:26:45.697Z | Compiling hubpack_derive v0.1.1 |
| 434 | 2026-06-17T18:26:46.198Z | Compiling env_filter v1.0.1 |
| 435 | 2026-06-17T18:26:46.269Z | Compiling zerofrom v0.1.7 |
| 436 | 2026-06-17T18:26:46.386Z | Compiling scroll_derive v0.13.1 |
| 437 | 2026-06-17T18:26:47.189Z | Compiling parse_int v0.9.0 |
| 438 | 2026-06-17T18:26:47.328Z | Compiling slog v2.8.2 |
| 439 | 2026-06-17T18:26:47.547Z | Compiling indexmap v1.9.3 |
| 440 | 2026-06-17T18:26:47.644Z | Compiling prettyplease v0.2.37 |
| 441 | 2026-06-17T18:26:47.785Z | Compiling portable-atomic v1.13.1 |
| 442 | 2026-06-17T18:26:47.870Z | Compiling icu_properties_data v2.2.0 |
| 443 | 2026-06-17T18:26:48.089Z | Compiling cpp_demangle v0.5.1 |
| 444 | 2026-06-17T18:26:48.206Z | Compiling libbz2-rs-sys v0.2.3 |
| 445 | 2026-06-17T18:26:48.217Z | Compiling jiff v0.2.24 |
| 446 | 2026-06-17T18:26:48.300Z | Compiling cpubits v0.1.1 |
| 447 | 2026-06-17T18:26:48.372Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-17T18:26:48.486Z | Compiling winnow v1.0.2 |
| 449 | 2026-06-17T18:26:48.604Z | Compiling subtle v2.6.1 |
| 450 | 2026-06-17T18:26:48.750Z | Compiling rayon-core v1.13.0 |
| 451 | 2026-06-17T18:26:48.939Z | Compiling icu_normalizer_data v2.2.0 |
| 452 | 2026-06-17T18:26:49.024Z | Compiling lzss v0.9.1 |
| 453 | 2026-06-17T18:26:49.155Z | Compiling bumpalo v3.20.2 |
| 454 | 2026-06-17T18:26:49.314Z | Compiling yoke v0.8.2 |
| 455 | 2026-06-17T18:26:49.442Z | Compiling zopfli v0.8.3 |
| 456 | 2026-06-17T18:26:49.507Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 457 | 2026-06-17T18:26:51.136Z | Compiling rsa v0.9.10 |
| 458 | 2026-06-17T18:26:51.181Z | Compiling env_logger v0.11.10 |
| 459 | 2026-06-17T18:26:51.354Z | Compiling bzip2 v0.6.1 |
| 460 | 2026-06-17T18:26:51.638Z | Compiling aes v0.9.0 |
| 461 | 2026-06-17T18:26:51.923Z | Compiling scroll v0.13.0 |
| 462 | 2026-06-17T18:26:52.238Z | Compiling hubpack v0.1.2 |
| 463 | 2026-06-17T18:26:52.704Z | Compiling pbkdf2 v0.13.0 |
| 464 | 2026-06-17T18:26:52.819Z | Compiling serde-hex v0.1.0 |
| 465 | 2026-06-17T18:26:52.886Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 466 | 2026-06-17T18:26:54.508Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 467 | 2026-06-17T18:26:54.680Z | Compiling x509-cert v0.2.5 |
| 468 | 2026-06-17T18:26:54.741Z | Compiling sha1 v0.11.0 |
| 469 | 2026-06-17T18:26:54.917Z | Compiling lzma-rust2 v0.16.2 |
| 470 | 2026-06-17T18:26:55.258Z | Compiling erased-serde v0.3.31 |
| 471 | 2026-06-17T18:26:55.876Z | Compiling num-derive v0.4.2 |
| 472 | 2026-06-17T18:26:56.792Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 473 | 2026-06-17T18:26:57.289Z | Compiling serde_spanned v1.1.1 |
| 474 | 2026-06-17T18:26:57.436Z | Compiling semver v1.0.28 |
| 475 | 2026-06-17T18:26:57.732Z | Compiling hashbrown v0.12.3 |
| 476 | 2026-06-17T18:26:58.291Z | Compiling void v1.0.2 |
| 477 | 2026-06-17T18:26:58.395Z | Compiling ppmd-rust v1.4.0 |
| 478 | 2026-06-17T18:26:58.825Z | Compiling crc-any v2.5.0 |
| 479 | 2026-06-17T18:26:59.249Z | Compiling fnv v1.0.7 |
| 480 | 2026-06-17T18:26:59.344Z | Compiling deflate64 v0.1.12 |
| 481 | 2026-06-17T18:27:00.753Z | Compiling constant_time_eq v0.4.2 |
| 482 | 2026-06-17T18:27:00.939Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 483 | 2026-06-17T18:27:00.962Z | Compiling typed-path v0.12.3 |
| 484 | 2026-06-17T18:27:00.979Z | Compiling hex v0.4.3 |
| 485 | 2026-06-17T18:27:01.201Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 486 | 2026-06-17T18:27:01.258Z | Compiling toml v1.1.2+spec-1.1.0 |
| 487 | 2026-06-17T18:27:01.533Z | Compiling gimli v0.33.0 |
| 488 | 2026-06-17T18:27:05.117Z | Compiling zstd v0.13.3 |
| 489 | 2026-06-17T18:27:05.591Z | Compiling zip v8.6.0 |
| 490 | 2026-06-17T18:27:07.333Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9) |
| 491 | 2026-06-17T18:27:11.272Z | Compiling console v0.16.3 |
| 492 | 2026-06-17T18:27:11.377Z | Compiling serde-big-array v0.5.1 |
| 493 | 2026-06-17T18:27:11.647Z | Compiling memmap2 v0.9.10 |
| 494 | 2026-06-17T18:27:11.821Z | Compiling colored v3.1.1 |
| 495 | 2026-06-17T18:27:11.829Z | Compiling plain v0.2.3 |
| 496 | 2026-06-17T18:27:11.938Z | Compiling path-slash v0.2.1 |
| 497 | 2026-06-17T18:27:11.956Z | Compiling typed-arena v2.0.2 |
| 498 | 2026-06-17T18:27:12.103Z | Compiling unit-prefix v0.5.2 |
| 499 | 2026-06-17T18:27:12.201Z | Compiling rustc-demangle v0.1.27 |
| 500 | 2026-06-17T18:27:12.250Z | Compiling indicatif v0.18.4 |
| 501 | 2026-06-17T18:27:12.683Z | Compiling addr2line v0.26.1 |
| 502 | 2026-06-17T18:27:12.998Z | Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7) |
| 503 | 2026-06-17T18:27:13.388Z | Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log) |
| 504 | 2026-06-17T18:27:13.469Z | Compiling goblin v0.10.5 |
| 505 | 2026-06-17T18:27:13.930Z | Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a) |
| 506 | 2026-06-17T18:27:14.575Z | Compiling rayon v1.12.0 |
| 507 | 2026-06-17T18:27:15.530Z | Compiling ron v0.12.1 |
| 508 | 2026-06-17T18:27:16.600Z | Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51) |
| 509 | 2026-06-17T18:27:16.928Z | Compiling zerovec v0.11.6 |
| 510 | 2026-06-17T18:27:17.442Z | Compiling multimap v0.10.1 |
| 511 | 2026-06-17T18:27:17.654Z | Compiling auto_impl v1.3.0 |
| 512 | 2026-06-17T18:27:18.524Z | Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive) |
| 513 | 2026-06-17T18:27:19.191Z | Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 514 | 2026-06-17T18:27:20.592Z | Compiling parking_lot v0.12.5 |
| 515 | 2026-06-17T18:27:20.755Z | Compiling tinystr v0.8.3 |
| 516 | 2026-06-17T18:27:20.951Z | Compiling writeable v0.6.3 |
| 517 | 2026-06-17T18:27:21.144Z | Compiling litemap v0.8.2 |
| 518 | 2026-06-17T18:27:21.330Z | Compiling ryu v1.0.23 |
| 519 | 2026-06-17T18:27:21.686Z | Compiling icu_locale_core v2.2.0 |
| 520 | 2026-06-17T18:27:21.852Z | Compiling potential_utf v0.1.5 |
| 521 | 2026-06-17T18:27:22.000Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 522 | 2026-06-17T18:27:22.615Z | Compiling rustc_version v0.4.1 |
| 523 | 2026-06-17T18:27:22.881Z | Compiling zerotrie v0.2.4 |
| 524 | 2026-06-17T18:27:23.062Z | Compiling utf8_iter v1.0.4 |
| 525 | 2026-06-17T18:27:23.159Z | Compiling icu_provider v2.2.0 |
| 526 | 2026-06-17T18:27:23.200Z | Compiling icu_collections v2.2.0 |
| 527 | 2026-06-17T18:27:23.448Z | Compiling heapless v0.7.17 |
| 528 | 2026-06-17T18:27:23.631Z | Compiling proc-macro-crate v3.5.0 |
| 529 | 2026-06-17T18:27:23.986Z | Compiling strum_macros v0.27.2 |
| 530 | 2026-06-17T18:27:24.058Z | Compiling percent-encoding v2.3.2 |
| 531 | 2026-06-17T18:27:24.429Z | Compiling proc-macro-hack v0.5.20+deprecated |
| 532 | 2026-06-17T18:27:25.775Z | Compiling strum v0.27.2 |
| 533 | 2026-06-17T18:27:26.741Z | Compiling hash32 v0.2.1 |
| 534 | 2026-06-17T18:27:26.981Z | Compiling darling_core v0.20.11 |
| 535 | 2026-06-17T18:27:28.621Z | Compiling icu_normalizer v2.2.0 |
| 536 | 2026-06-17T18:27:28.653Z | Compiling icu_properties v2.2.0 |
| 537 | 2026-06-17T18:27:29.090Z | Compiling itertools v0.14.0 |
| 538 | 2026-06-17T18:27:29.233Z | Compiling postcard-cobs v0.1.5-pre |
| 539 | 2026-06-17T18:27:29.443Z | Compiling pkg-version-impl v0.1.1 |
| 540 | 2026-06-17T18:27:29.469Z | Compiling postcard v0.7.3 |
| 541 | 2026-06-17T18:27:29.731Z | Compiling capstone v0.14.0 |
| 542 | 2026-06-17T18:27:29.761Z | Compiling idna_adapter v1.2.2 |
| 543 | 2026-06-17T18:27:29.954Z | Compiling darling_macro v0.20.11 |
| 544 | 2026-06-17T18:27:29.963Z | Compiling virtue v0.0.18 |
| 545 | 2026-06-17T18:27:30.011Z | Compiling unicode-width v0.1.14 |
| 546 | 2026-06-17T18:27:30.537Z | Compiling darling v0.20.11 |
| 547 | 2026-06-17T18:27:30.547Z | Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm) |
| 548 | 2026-06-17T18:27:30.613Z | Compiling bincode_derive v2.0.1 |
| 549 | 2026-06-17T18:27:30.649Z | Compiling idna v1.1.0 |
| 550 | 2026-06-17T18:27:30.751Z | Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core) |
| 551 | 2026-06-17T18:27:31.171Z | Compiling pkg-version v1.0.0 |
| 552 | 2026-06-17T18:27:31.214Z | Compiling form_urlencoded v1.2.2 |
| 553 | 2026-06-17T18:27:31.254Z | Compiling bytemuck_derive v1.10.2 |
| 554 | 2026-06-17T18:27:31.376Z | Compiling pin-project-lite v0.2.17 |
| 555 | 2026-06-17T18:27:31.417Z | Compiling url v2.5.8 |
| 556 | 2026-06-17T18:27:31.616Z | Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07) |
| 557 | 2026-06-17T18:27:31.896Z | Compiling deku_derive v0.18.1 |
| 558 | 2026-06-17T18:27:32.007Z | Compiling num_enum_derive v0.7.6 |
| 559 | 2026-06-17T18:27:32.123Z | Compiling jep106 v0.3.0 |
| 560 | 2026-06-17T18:27:32.371Z | Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea) |
| 561 | 2026-06-17T18:27:32.400Z | Compiling tracing-core v0.1.36 |
| 562 | 2026-06-17T18:27:32.411Z | Compiling bytemuck v1.25.0 |
| 563 | 2026-06-17T18:27:32.642Z | Compiling csv-core v0.1.13 |
| 564 | 2026-06-17T18:27:32.718Z | Compiling no_std_io2 v0.8.1 |
| 565 | 2026-06-17T18:27:32.730Z | Compiling base64 v0.22.1 |
| 566 | 2026-06-17T18:27:32.787Z | Compiling unsafe-libyaml v0.2.11 |
| 567 | 2026-06-17T18:27:33.109Z | Compiling futures-core v0.3.32 |
| 568 | 2026-06-17T18:27:33.189Z | Compiling heapless v0.9.3 |
| 569 | 2026-06-17T18:27:33.274Z | Compiling unty v0.0.4 |
| 570 | 2026-06-17T18:27:33.305Z | Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel) |
| 571 | 2026-06-17T18:27:33.362Z | Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol) |
| 572 | 2026-06-17T18:27:33.412Z | Compiling bincode v2.0.1 |
| 573 | 2026-06-17T18:27:33.452Z | Compiling serde_yaml v0.9.34+deprecated |
| 574 | 2026-06-17T18:27:33.610Z | Compiling deku v0.18.1 |
| 575 | 2026-06-17T18:27:33.803Z | Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy) |
| 576 | 2026-06-17T18:27:33.948Z | Compiling num_enum v0.7.6 |
| 577 | 2026-06-17T18:27:34.065Z | Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 578 | 2026-06-17T18:27:34.188Z | Compiling csv v1.4.0 |
| 579 | 2026-06-17T18:27:35.018Z | Compiling hash32 v0.3.1 |
| 580 | 2026-06-17T18:27:35.182Z | Compiling md-5 v0.10.6 |
| 581 | 2026-06-17T18:27:35.385Z | Compiling serde_plain v1.0.2 |
| 582 | 2026-06-17T18:27:35.500Z | Compiling miette-derive v7.6.0 |
| 583 | 2026-06-17T18:27:35.723Z | Compiling strum_macros v0.28.0 |
| 584 | 2026-06-17T18:27:35.747Z | Compiling tracing-attributes v0.1.31 |
| 585 | 2026-06-17T18:27:35.978Z | Compiling async-io v2.6.0 |
| 586 | 2026-06-17T18:27:36.178Z | Compiling libdevinfo-sys v1.1.0 |
| 587 | 2026-06-17T18:27:36.211Z | Compiling slab v0.4.12 |
| 588 | 2026-06-17T18:27:36.280Z | Compiling object v0.38.1 |
| 589 | 2026-06-17T18:27:36.613Z | Compiling devinfo v0.1.0 |
| 590 | 2026-06-17T18:27:36.630Z | Compiling miette v7.6.0 |
| 591 | 2026-06-17T18:27:36.988Z | Compiling tracing v0.1.44 |
| 592 | 2026-06-17T18:27:37.091Z | Compiling esp-idf-part v0.6.0 |
| 593 | 2026-06-17T18:27:37.591Z | Compiling strum v0.28.0 |
| 594 | 2026-06-17T18:27:37.723Z | Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4) |
| 595 | 2026-06-17T18:27:38.093Z | Compiling futures-lite v2.6.1 |
| 596 | 2026-06-17T18:27:38.113Z | Compiling gimli v0.32.3 |
| 597 | 2026-06-17T18:27:38.157Z | Compiling md-5 v0.11.0 |
| 598 | 2026-06-17T18:27:38.471Z | Compiling docsplay-macros v0.1.2 |
| 599 | 2026-06-17T18:27:38.544Z | Compiling concurrent-queue v2.5.0 |
| 600 | 2026-06-17T18:27:38.638Z | Compiling polling v3.11.0 |
| 601 | 2026-06-17T18:27:38.782Z | Compiling rmp v0.8.15 |
| 602 | 2026-06-17T18:27:38.984Z | Compiling parking v2.2.1 |
| 603 | 2026-06-17T18:27:39.082Z | Compiling futures-io v0.3.32 |
| 604 | 2026-06-17T18:27:39.222Z | Compiling docsplay v0.1.3 |
| 605 | 2026-06-17T18:27:39.319Z | Compiling rmp-serde v1.3.1 |
| 606 | 2026-06-17T18:27:39.988Z | Compiling cobs v0.5.1 |
| 607 | 2026-06-17T18:27:40.273Z | Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee) |
| 608 | 2026-06-17T18:27:41.589Z | Compiling espflash v4.4.0 |
| 609 | 2026-06-17T18:27:42.030Z | Compiling uf2-decode v0.2.0 |
| 610 | 2026-06-17T18:27:42.358Z | Compiling dunce v1.0.5 |
| 611 | 2026-06-17T18:27:42.541Z | Compiling ihex v3.0.0 |
| 612 | 2026-06-17T18:27:42.541Z | Compiling chacha20 v0.10.0 |
| 613 | 2026-06-17T18:27:42.544Z | Compiling unicode-segmentation v1.13.2 |
| 614 | 2026-06-17T18:27:42.764Z | Compiling rand v0.10.1 |
| 615 | 2026-06-17T18:27:42.928Z | Compiling signal-hook v0.3.18 |
| 616 | 2026-06-17T18:27:43.577Z | Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent) |
| 617 | 2026-06-17T18:27:43.924Z | Compiling signal-hook-registry v1.4.8 |
| 618 | 2026-06-17T18:27:44.224Z | Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core) |
| 619 | 2026-06-17T18:27:44.618Z | Compiling convert_case v0.10.0 |
| 620 | 2026-06-17T18:27:44.873Z | Compiling mio v1.2.0 |
| 621 | 2026-06-17T18:27:44.910Z | Compiling mio v0.8.11 |
| 622 | 2026-06-17T18:27:45.187Z | Compiling derive_more-impl v2.1.1 |
| 623 | 2026-06-17T18:27:45.777Z | Compiling signal-hook-mio v0.2.5 |
| 624 | 2026-06-17T18:27:45.960Z | Compiling litrs v1.0.0 |
| 625 | 2026-06-17T18:27:46.408Z | Compiling document-features v0.2.12 |
| 626 | 2026-06-17T18:27:46.783Z | Compiling derive_more v2.1.1 |
| 627 | 2026-06-17T18:27:46.854Z | Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump) |
| 628 | 2026-06-17T18:27:46.964Z | Compiling crossterm v0.29.0 |
| 629 | 2026-06-17T18:27:47.311Z | Compiling convert_case v0.11.0 |
| 630 | 2026-06-17T18:27:47.320Z | Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c) |
| 631 | 2026-06-17T18:27:48.379Z | Compiling paste v1.0.15 |
| 632 | 2026-06-17T18:27:48.593Z | Compiling camino v1.2.2 |
| 633 | 2026-06-17T18:27:49.206Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603) |
| 634 | 2026-06-17T18:27:49.699Z | Compiling crossbeam-channel v0.5.15 |
| 635 | 2026-06-17T18:27:49.750Z | Compiling castaway v0.2.4 |
| 636 | 2026-06-17T18:27:50.060Z | Compiling instability v0.3.12 |
| 637 | 2026-06-17T18:27:50.272Z | Compiling indoc v2.0.7 |
| 638 | 2026-06-17T18:27:50.474Z | Compiling thiserror v1.0.69 |
| 639 | 2026-06-17T18:27:50.702Z | Compiling unicode-truncate v2.0.1 |
| 640 | 2026-06-17T18:27:50.763Z | Compiling lazy-regex-proc_macros v3.6.0 |
| 641 | 2026-06-17T18:27:50.870Z | Compiling compact_str v0.9.0 |
| 642 | 2026-06-17T18:27:51.371Z | Compiling lru v0.16.4 |
| 643 | 2026-06-17T18:27:51.568Z | Compiling kasuari v0.4.12 |
| 644 | 2026-06-17T18:27:51.588Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-17T18:27:51.658Z | Compiling crossbeam-queue v0.3.12 |
| 646 | 2026-06-17T18:27:51.748Z | Compiling cargo-platform v0.3.3 |
| 647 | 2026-06-17T18:27:51.872Z | Compiling ratatui-core v0.1.0 |
| 648 | 2026-06-17T18:27:52.034Z | Compiling cargo_metadata v0.23.1 |
| 649 | 2026-06-17T18:27:52.257Z | Compiling crossbeam v0.8.4 |
| 650 | 2026-06-17T18:27:52.332Z | Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex) |
| 651 | 2026-06-17T18:27:52.837Z | Compiling lazy-regex v3.6.0 |
| 652 | 2026-06-17T18:27:54.073Z | Compiling binrw_derive v0.14.2 |
| 653 | 2026-06-17T18:27:54.104Z | Compiling base64 v0.13.1 |
| 654 | 2026-06-17T18:27:54.238Z | Compiling strict v0.2.0 |
| 655 | 2026-06-17T18:27:54.358Z | Compiling bitflags v1.3.2 |
| 656 | 2026-06-17T18:27:54.380Z | Compiling crokey-proc_macros v1.4.0 |
| 657 | 2026-06-17T18:27:54.426Z | Compiling crossterm v0.23.2 |
| 658 | 2026-06-17T18:27:54.476Z | Compiling ron v0.6.6 |
| 659 | 2026-06-17T18:27:55.089Z | Compiling line-clipping v0.3.7 |
| 660 | 2026-06-17T18:27:55.314Z | Compiling owo-colors v3.5.0 |
| 661 | 2026-06-17T18:27:55.474Z | Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core) |
| 662 | 2026-06-17T18:27:55.582Z | Compiling binrw v0.14.2 |
| 663 | 2026-06-17T18:27:55.973Z | Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli) |
| 664 | 2026-06-17T18:27:56.528Z | Compiling crokey v1.4.0 |
| 665 | 2026-06-17T18:27:57.252Z | Compiling cargo-readme v3.3.2 |
| 666 | 2026-06-17T18:27:57.913Z | Compiling ratatui-widgets v0.3.0 |
| 667 | 2026-06-17T18:27:58.551Z | Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c) |
| 668 | 2026-06-17T18:27:59.103Z | Compiling coolor v0.8.0 |
| 669 | 2026-06-17T18:27:59.369Z | Compiling coolor v1.1.0 |
| 670 | 2026-06-17T18:27:59.646Z | Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack) |
| 671 | 2026-06-17T18:27:59.976Z | Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus) |
| 672 | 2026-06-17T18:28:00.462Z | Compiling half v2.7.1 |
| 673 | 2026-06-17T18:28:00.774Z | Compiling minimad v0.13.1 |
| 674 | 2026-06-17T18:28:00.841Z | Compiling minimad v0.14.0 |
| 675 | 2026-06-17T18:28:01.446Z | Compiling ciborium-io v0.2.2 |
| 676 | 2026-06-17T18:28:01.543Z | Compiling array-init v2.1.0 |
| 677 | 2026-06-17T18:28:01.657Z | Compiling convert_case v0.4.0 |
| 678 | 2026-06-17T18:28:01.986Z | Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36) |
| 679 | 2026-06-17T18:28:02.102Z | Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd) |
| 680 | 2026-06-17T18:28:02.111Z | Compiling derive_more v0.99.20 |
| 681 | 2026-06-17T18:28:02.874Z | Compiling ciborium-ll v0.2.2 |
| 682 | 2026-06-17T18:28:03.157Z | Compiling termimad v0.34.1 |
| 683 | 2026-06-17T18:28:03.433Z | Compiling termimad v0.25.7 |
| 684 | 2026-06-17T18:28:04.322Z | Compiling ratatui-macros v0.7.0 |
| 685 | 2026-06-17T18:28:04.417Z | Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc) |
| 686 | 2026-06-17T18:28:04.450Z | Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash) |
| 687 | 2026-06-17T18:28:04.701Z | Compiling ratatui-crossterm v0.1.0 |
| 688 | 2026-06-17T18:28:04.946Z | Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe) |
| 689 | 2026-06-17T18:28:05.183Z | Compiling sha2 v0.11.0 |
| 690 | 2026-06-17T18:28:05.429Z | Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 691 | 2026-06-17T18:28:05.696Z | Compiling parse-size v1.1.0 |
| 692 | 2026-06-17T18:28:05.905Z | Compiling iana-time-zone v0.1.65 |
| 693 | 2026-06-17T18:28:06.266Z | Compiling xml v1.2.1 |
| 694 | 2026-06-17T18:28:06.348Z | Compiling chrono v0.4.44 |
| 695 | 2026-06-17T18:28:07.385Z | Compiling serde-xml-rs v0.8.2 |
| 696 | 2026-06-17T18:28:08.787Z | Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588) |
| 697 | 2026-06-17T18:28:10.827Z | Compiling ratatui v0.30.0 |
| 698 | 2026-06-17T18:28:11.081Z | Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9) |
| 699 | 2026-06-17T18:28:11.497Z | Compiling raw-cpuid v11.6.0 |
| 700 | 2026-06-17T18:28:11.632Z | Compiling ciborium v0.2.2 |
| 701 | 2026-06-17T18:28:12.071Z | Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks) |
| 702 | 2026-06-17T18:28:12.610Z | Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose) |
| 703 | 2026-06-17T18:28:13.207Z | Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin) |
| 704 | 2026-06-17T18:28:13.319Z | Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate) |
| 705 | 2026-06-17T18:28:13.746Z | Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib) |
| 706 | 2026-06-17T18:28:13.771Z | Compiling tracing-log v0.2.0 |
| 707 | 2026-06-17T18:28:14.097Z | Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0) |
| 708 | 2026-06-17T18:28:14.214Z | Compiling sharded-slab v0.1.7 |
| 709 | 2026-06-17T18:28:14.278Z | Compiling matchers v0.2.0 |
| 710 | 2026-06-17T18:28:14.446Z | Compiling termios v0.3.3 |
| 711 | 2026-06-17T18:28:14.628Z | Compiling thread_local v1.1.9 |
| 712 | 2026-06-17T18:28:14.960Z | Compiling splitty v1.0.2 |
| 713 | 2026-06-17T18:28:15.069Z | Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872) |
| 714 | 2026-06-17T18:28:15.145Z | Compiling nu-ansi-term v0.50.3 |
| 715 | 2026-06-17T18:28:15.450Z | Compiling tracing-subscriber v0.3.23 |
| 716 | 2026-06-17T18:28:15.463Z | Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host) |
| 717 | 2026-06-17T18:28:15.695Z | Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec) |
| 718 | 2026-06-17T18:28:15.815Z | Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy) |
| 719 | 2026-06-17T18:28:17.681Z | Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet) |
| 720 | 2026-06-17T18:28:18.117Z | Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd) |
| 721 | 2026-06-17T18:28:19.331Z | Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate) |
| 722 | 2026-06-17T18:28:20.321Z | Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi) |
| 723 | 2026-06-17T18:28:20.396Z | Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose) |
| 724 | 2026-06-17T18:28:22.504Z | Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf) |
| 725 | 2026-06-17T18:28:22.751Z | Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus) |
| 726 | 2026-06-17T18:28:23.679Z | Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp) |
| 727 | 2026-06-17T18:28:23.752Z | Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc) |
| 728 | 2026-06-17T18:28:24.195Z | Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp) |
| 729 | 2026-06-17T18:28:27.726Z | Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test) |
| 730 | 2026-06-17T18:28:29.193Z | Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport) |
| 731 | 2026-06-17T18:28:32.615Z | Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm) |
| 732 | 2026-06-17T18:28:33.915Z | Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard) |
| 733 | 2026-06-17T18:28:34.926Z | Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail) |
| 734 | 2026-06-17T18:28:35.532Z | Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi) |
| 735 | 2026-06-17T18:28:36.156Z | Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash) |
| 736 | 2026-06-17T18:28:40.271Z | Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem) |
| 737 | 2026-06-17T18:28:41.025Z | Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword) |
| 738 | 2026-06-17T18:28:41.728Z | Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose) |
| 739 | 2026-06-17T18:28:42.291Z | Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe) |
| 740 | 2026-06-17T18:28:44.408Z | Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash) |
| 741 | 2026-06-17T18:28:45.050Z | Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash) |
| 742 | 2026-06-17T18:28:45.227Z | Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd) |
| 743 | 2026-06-17T18:28:46.124Z | Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers) |
| 744 | 2026-06-17T18:28:46.241Z | Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset) |
| 745 | 2026-06-17T18:28:47.969Z | Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl) |
| 746 | 2026-06-17T18:28:49.933Z | Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract) |
| 747 | 2026-06-17T18:28:50.032Z | Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure) |
| 748 | 2026-06-17T18:28:50.176Z | Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map) |
| 749 | 2026-06-17T18:28:50.194Z | Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover) |
| 750 | 2026-06-17T18:28:52.051Z | Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb) |
| 751 | 2026-06-17T18:28:52.442Z | Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf) |
| 752 | 2026-06-17T18:28:52.667Z | Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio) |
| 753 | 2026-06-17T18:28:53.080Z | Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net) |
| 754 | 2026-06-17T18:28:55.107Z | Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump) |
| 755 | 2026-06-17T18:28:55.205Z | Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate) |
| 756 | 2026-06-17T18:28:56.056Z | Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors) |
| 757 | 2026-06-17T18:28:57.221Z | Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c) |
| 758 | 2026-06-17T18:28:57.482Z | Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy) |
| 759 | 2026-06-17T18:28:59.151Z | Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power) |
| 760 | 2026-06-17T18:29:00.922Z | Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio) |
| 761 | 2026-06-17T18:29:01.756Z | Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest) |
| 762 | 2026-06-17T18:29:02.796Z | Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom) |
| 763 | 2026-06-17T18:29:02.983Z | Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters) |
| 764 | 2026-06-17T18:29:03.032Z | Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar) |
| 765 | 2026-06-17T18:29:03.971Z | Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby) |
| 766 | 2026-06-17T18:29:03.980Z | Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox) |
| 767 | 2026-06-17T18:29:05.618Z | Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi) |
| 768 | 2026-06-17T18:29:06.339Z | Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe) |
| 769 | 2026-06-17T18:29:07.243Z | Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin) |
| 770 | 2026-06-17T18:29:28.710Z | Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s |
| 771 | 2026-06-17T18:30:29.834Z | pkg://helios/developer/debug/humility@0.13.0.703,5.11-3.0:20260617T182935Z |
| 772 | 2026-06-17T18:30:29.834Z | PUBLISHED |
| 773 | 2026-06-17T18:30:30.050Z | Retrieving packages for publisher helios ... |
| 774 | 2026-06-17T18:30:30.053Z | Retrieving catalog 'helios' ... Done |
| 775 | 2026-06-17T18:30:30.053Z | Retrieving and evaluating 1 package(s)... |
| 776 | 2026-06-17T18:30:30.056Z | Fetching manifests: 1/1 100% complete |
| 777 | 2026-06-17T18:30:30.056Z | Fetching manifests: 1/1 100% complete |
| 778 | 2026-06-17T18:30:30.056Z | |
| 779 | 2026-06-17T18:30:30.056Z | Archiving packages ... |
| 780 | 2026-06-17T18:30:30.056Z | Packages to add: 1 |
| 781 | 2026-06-17T18:30:30.056Z | Files to retrieve: 1 |
| 782 | 2026-06-17T18:30:30.056Z | Estimated transfer size: 137.21 MB |
| 783 | 2026-06-17T18:30:30.056Z | |
| 784 | 2026-06-17T18:30:30.056Z | Packages to archive: |
| 785 | 2026-06-17T18:30:30.056Z | developer/debug/humility@0.13.0.703,5.11-3.0:20260617T182935Z |
| 786 | 2026-06-17T18:30:30.056Z | |
| 787 | 2026-06-17T18:30:30.057Z | Download: 0/1 items 0.0/137.2MB 0% complete |
| 788 | 2026-06-17T18:30:30.296Z | Download: Completed 137.21 MB in 0.24 seconds (567M/s) |
| 789 | 2026-06-17T18:30:30.299Z | Archiving: 1/10 items 0.0/137.2MB 0% complete |
| 790 | 2026-06-17T18:30:30.351Z | Archiving: Completed 137.23 MB in 0.05 seconds |
| 791 | 2026-06-17T18:30:30.394Z | Successfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.703-3.0.p5p. |
| 792 | 2026-06-17T18:30:30.402Z | |
| 793 | 2026-06-17T18:30:30.402Z | real 4:33.857928795 |
| 794 | 2026-06-17T18:30:30.402Z | user 22:25.922549507 |
| 795 | 2026-06-17T18:30:30.405Z | sys 1:36.180135192 |
| 796 | 2026-06-17T18:30:30.405Z | trap 0.672630062 |
| 797 | 2026-06-17T18:30:30.405Z | tflt 1.159280238 |
| 798 | 2026-06-17T18:30:30.405Z | dflt 1.691536713 |
| 799 | 2026-06-17T18:30:30.405Z | kflt 0.012854237 |
| 800 | 2026-06-17T18:30:30.405Z | lock 1:34:06.542406418 |
| 801 | 2026-06-17T18:30:30.405Z | slp 1:12:23.952746533 |
| 802 | 2026-06-17T18:30:30.405Z | lat 1:21.397484153 |
| 803 | 2026-06-17T18:30:30.405Z | stop 1:10.998522653 |
| 804 | 2026-06-17T18:30:30.405Z | + banner copy |
| 805 | 2026-06-17T18:30:30.405Z | |
| 806 | 2026-06-17T18:30:30.405Z | #### #### ##### # # |
| 807 | 2026-06-17T18:30:30.406Z | # # # # # # # # |
| 808 | 2026-06-17T18:30:30.406Z | # # # # # # |
| 809 | 2026-06-17T18:30:30.406Z | # # # ##### # |
| 810 | 2026-06-17T18:30:30.406Z | # # # # # # |
| 811 | 2026-06-17T18:30:30.406Z | #### #### # # |
| 812 | 2026-06-17T18:30:30.406Z | |
| 813 | 2026-06-17T18:30:30.406Z | + pfexec mkdir -p /out |
| 814 | 2026-06-17T18:30:30.409Z | + pfexec chown 12345 /out |
| 815 | 2026-06-17T18:30:30.409Z | + PKG_NAME=/out/humility.p5p |
| 816 | 2026-06-17T18:30:30.409Z | + mv pkg/packages/repo/humility-0.13.0.703-3.0.p5p /out/humility.p5p |
| 817 | 2026-06-17T18:30:30.507Z | + sha256sum /out/humility.p5p |
| 818 | 2026-06-17T18:30:30.587Z | process exited: duration 280200 ms, exit code 0 |
| |
| 819 | 2026-06-17T18:30:30.598Z | found 2 output files |
| 820 | 2026-06-17T18:30:30.598Z | uploading: /out/humility.p5p (143902720 bytes) |
| 821 | 2026-06-17T18:30:32.551Z | uploaded: /out/humility.p5p |
| 822 | 2026-06-17T18:30:32.551Z | uploading: /out/humility.p5p.sha256 (84 bytes) |
| 823 | 2026-06-17T18:30:33.559Z | uploaded: /out/humility.p5p.sha256 |