01KTSHQB3PB4G9CH84R0X0DBVA: humility-p5p

BasicConfig {
    output_rules: [
        "=/out/humility.p5p",
        "=/out/humility.p5p.sha256",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/humility.p5p",
            series: "repo",
            name: "humility.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/humility.p5p.sha256",
            series: "repo",
            name: "humility.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KTSHR8NSN1336KFE2RNMHBDF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T19:58:04.153Zjob assigned to worker 01KTSHRF168WRR34475E982XXR [factory aws, i-0dbaf4d247c063ba3] (queued for 58 s)
 
22026-06-10T19:58:10.814Zstarting task 0: "setup"
32026-06-10T19:58:10.817Z++ uname -s
42026-06-10T19:58:10.821Z+ kern=SunOS
52026-06-10T19:58:10.821Z+ build_user=build
62026-06-10T19:58:10.821Z+ build_uid=12345
72026-06-10T19:58:10.821Z+ work_dir=/work
82026-06-10T19:58:10.821Z+ input_dir=/input
92026-06-10T19:58:10.821Z+ [[ 0 == 12345 ]]
102026-06-10T19:58:10.821Z+ case "$kern" in
112026-06-10T19:58:10.821Z+ groupadd -g 12345 build
122026-06-10T19:58:10.824Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T19:58:12.826Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T19:58:12.938Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T19:58:12.942Z+ home_fs=zfs
162026-06-10T19:58:12.943Z+ [[ zfs == autofs ]]
172026-06-10T19:58:12.943Z+ mkdir -p /home/build
182026-06-10T19:58:12.943Z+ chown build:build /home/build /work
192026-06-10T19:58:14.942Z+ chmod 0700 /home/build /work
202026-06-10T19:58:14.945Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-10T19:58:14.952Zstarting task 1: "rust-toolchain"
222026-06-10T19:58:14.955Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-10T19:58:14.955Z * rust toolchain channel = "stable"
242026-06-10T19:58:14.956Z * rust toolchain profile = "default"
252026-06-10T19:58:14.956Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T19:58:14.956Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T19:58:14.956Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T19:58:14.958Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T19:58:14.958Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-10T19:58:15.027Zinfo: downloading installer
312026-06-10T19:58:16.513Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T19:58:16.514Zwarn: /home/build/.rustup/settings.toml
332026-06-10T19:58:16.514Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T19:58:16.514Zwarn: instead of the one inferred from the default host triple.
352026-06-10T19:58:16.526Zinfo: profile set to default
362026-06-10T19:58:16.526Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T19:58:16.529Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-10T19:58:16.664Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-10T19:58:16.666Zinfo: downloading 6 components
402026-06-10T19:58:33.981Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-10T19:58:33.981Z
422026-06-10T19:58:34.012Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-10T19:58:34.012Z
442026-06-10T19:58:34.012Z
452026-06-10T19:58:34.012ZRust is installed now. Great!
462026-06-10T19:58:34.013Z
472026-06-10T19:58:34.013ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T19:58:34.013Zenvironment variable. This has not been done automatically.
492026-06-10T19:58:34.013Z
502026-06-10T19:58:34.013ZTo configure your current shell, you need to source
512026-06-10T19:58:34.013Zthe corresponding env file under $HOME/.cargo.
522026-06-10T19:58:34.013Z
532026-06-10T19:58:34.013ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T19:58:34.017Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T19:58:34.017Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T19:58:34.017Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T19:58:34.017Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T19:58:34.017Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T19:58:34.017Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T19:58:34.017Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T19:58:34.017Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T19:58:34.110Z+ rustup --version
632026-06-10T19:58:34.118Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T19:58:34.122Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T19:58:34.140Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-10T19:58:34.142Z+ cargo --version
672026-06-10T19:58:34.192Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-10T19:58:34.192Z+ rustc --version
692026-06-10T19:58:34.192Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-10T19:58:34.192Zprocess exited: duration 19226 ms, exit code 0
 
712026-06-10T19:58:34.198Zstarting task 2: "authentication"
722026-06-10T19:58:34.215Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T19:58:34.220Zstarting task 3: "clone repository"
742026-06-10T19:58:34.223Z+ mkdir -p /work/oxidecomputer/humility
752026-06-10T19:58:34.226Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-10T19:58:34.257ZCloning into '/work/oxidecomputer/humility'...
772026-06-10T19:59:01.360Z+ cd /work/oxidecomputer/humility
782026-06-10T19:59:01.361Z+ git fetch origin db23c596984fc517a9da591d96b8792a15bb6f55
792026-06-10T19:59:01.641ZFrom https://github.com/oxidecomputer/humility
802026-06-10T19:59:01.642Z * branch db23c596984fc517a9da591d96b8792a15bb6f55 -> FETCH_HEAD
812026-06-10T19:59:01.650Z+ [[ -n mkeeter/humility-flash ]]
822026-06-10T19:59:01.651Z++ git branch --show-current
832026-06-10T19:59:01.651Z+ current=master
842026-06-10T19:59:01.651Z+ [[ master != mkeeter/humility-flash ]]
852026-06-10T19:59:01.651Z+ git branch -f mkeeter/humility-flash db23c596984fc517a9da591d96b8792a15bb6f55
862026-06-10T19:59:01.651Z+ git checkout -f mkeeter/humility-flash
872026-06-10T19:59:02.419ZSwitched to branch 'mkeeter/humility-flash'
882026-06-10T19:59:02.422Z+ git reset --hard db23c596984fc517a9da591d96b8792a15bb6f55
892026-06-10T19:59:02.432ZHEAD is now at db23c596 Copilot suggestions
902026-06-10T19:59:02.437Zprocess exited: duration 28213 ms, exit code 0
 
912026-06-10T19:59:02.442Zstarting task 4: "build"
922026-06-10T19:59:02.446Z+ export CARGO_INCREMENTAL=0
932026-06-10T19:59:02.446Z+ CARGO_INCREMENTAL=0
942026-06-10T19:59:02.446Z+ banner deps
952026-06-10T19:59:02.449Z
962026-06-10T19:59:02.450Z ##### ###### ##### ####
972026-06-10T19:59:02.450Z # # # # # #
982026-06-10T19:59:02.450Z # # ##### # # ####
992026-06-10T19:59:02.450Z # # # ##### #
1002026-06-10T19:59:02.450Z # # # # # #
1012026-06-10T19:59:02.450Z ##### ###### # ####
1022026-06-10T19:59:02.450Z
1032026-06-10T19:59:02.450Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-10T19:59:02.450Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-10T19:59:02.450Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-10T19:59:03.362Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-10T19:59:03.446Z Startup: Caching catalogs ... Done
1082026-06-10T19:59:03.776ZPlanning: Solver setup ... Done (0.292s)
1092026-06-10T19:59:03.798ZPlanning: Running solver ... Done (0.022s)
1102026-06-10T19:59:03.829ZPlanning: Finding local manifests ... Done (0.019s)
1112026-06-10T19:59:03.836ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-10T19:59:03.848ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-10T19:59:03.861ZPlanning: Package planning ... Done (0.013s)
1142026-06-10T19:59:03.866ZPlanning: Merging actions ... Done (0.000s)
1152026-06-10T19:59:04.066ZPlanning: Checking for conflicting actions ... Done (0.204s)
1162026-06-10T19:59:04.068ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-10T19:59:04.727ZPlanning: Evaluating mediators ... Done (0.661s)
1182026-06-10T19:59:04.730ZPlanning: Planning completed in 1.26 seconds
1192026-06-10T19:59:04.737Z Packages to install: 2
1202026-06-10T19:59:04.737Z Estimated space available: 155.77 GB
1212026-06-10T19:59:04.740ZEstimated space to be consumed: 17.61 MB
1222026-06-10T19:59:04.740Z Create boot environment: No
1232026-06-10T19:59:04.741ZCreate backup boot environment: No
1242026-06-10T19:59:04.741Z Rebuild boot archive: No
1252026-06-10T19:59:04.741Z
1262026-06-10T19:59:04.741ZChanged packages:
1272026-06-10T19:59:04.741Zhelios
1282026-06-10T19:59:04.741Z library/libftdi1
1292026-06-10T19:59:04.741Z None -> 1.5-3.0
1302026-06-10T19:59:04.741Z ooce/library/libusb-1
1312026-06-10T19:59:04.741Z None -> 1.0.29-3.1
1322026-06-10T19:59:04.761Z
1332026-06-10T19:59:04.761ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-10T19:59:04.809ZDownload: Completed 377.70 kB in 0.05 seconds (7.6M/s)
1352026-06-10T19:59:04.847Z Actions: 1/61 actions (Installing new actions)
1362026-06-10T19:59:04.858Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-10T19:59:04.893ZFinalize: Updating package state database ... Done (0.035s)
1382026-06-10T19:59:04.897ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-10T19:59:04.915ZFinalize: Updating image state ... Done (0.022s)
1402026-06-10T19:59:07.204ZFinalize: Creating fast lookup database ... Done (2.266s)
1412026-06-10T19:59:07.270ZFinalize: Reading search index ... Done (0.012s)
1422026-06-10T19:59:07.273ZFinalize: Updating search index ... Done (0.000s)
1432026-06-10T19:59:07.332ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-10T19:59:07.422Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-10T19:59:07.631ZFMRI IFO
1462026-06-10T19:59:07.631Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-10T19:59:07.631Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-10T19:59:07.666Z+ cargo --version
1492026-06-10T19:59:07.678Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-10T19:59:07.681Z+ rustc --version
1512026-06-10T19:59:07.699Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-10T19:59:07.704Z+ banner package
1532026-06-10T19:59:07.704Z
1542026-06-10T19:59:07.704Z ##### ## #### # # ## #### ######
1552026-06-10T19:59:07.704Z # # # # # # # # # # # # #
1562026-06-10T19:59:07.704Z # # # # # #### # # # #####
1572026-06-10T19:59:07.705Z ##### ###### # # # ###### # ### #
1582026-06-10T19:59:07.705Z # # # # # # # # # # # #
1592026-06-10T19:59:07.705Z # # # #### # # # # #### ######
1602026-06-10T19:59:07.705Z
1612026-06-10T19:59:07.705Z+ ptime -m cargo xtask package
1622026-06-10T19:59:07.816Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1632026-06-10T19:59:08.155Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1642026-06-10T19:59:08.678Z Updating git repository `https://github.com/oxidecomputer/rusb`
1652026-06-10T19:59:09.260Z Updating git submodule `https://github.com/libusb/libusb.git`
1662026-06-10T19:59:10.121Z Updating crates.io index
1672026-06-10T19:59:10.124Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1682026-06-10T19:59:10.703Z Updating git repository `https://github.com/oxidecomputer/humpty`
1692026-06-10T19:59:11.141Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1702026-06-10T19:59:11.449Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1712026-06-10T19:59:11.711Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1722026-06-10T19:59:11.961Z Updating git repository `https://github.com/oxidecomputer/hif`
1732026-06-10T19:59:12.217Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1742026-06-10T19:59:13.449Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1752026-06-10T19:59:13.921Z Updating git repository `https://github.com/oxidecomputer/spd`
1762026-06-10T19:59:14.160Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1772026-06-10T19:59:14.418Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1782026-06-10T19:59:14.679Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1792026-06-10T19:59:14.939Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1802026-06-10T19:59:15.656Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1812026-06-10T19:59:16.565Z Downloading crates ...
1822026-06-10T19:59:16.619Z Downloaded strsim v0.11.1
1832026-06-10T19:59:16.622Z Downloaded equivalent v1.0.2
1842026-06-10T19:59:16.625Z Downloaded aho-corasick v1.1.4
1852026-06-10T19:59:16.628Z Downloaded utf8parse v0.2.2
1862026-06-10T19:59:16.630Z Downloaded anstyle-query v1.1.5
1872026-06-10T19:59:16.633Z Downloaded thiserror-impl v2.0.18
1882026-06-10T19:59:16.637Z Downloaded heck v0.5.0
1892026-06-10T19:59:16.643Z Downloaded cargo_metadata v0.23.1
1902026-06-10T19:59:16.648Z Downloaded quote v1.0.45
1912026-06-10T19:59:16.651Z Downloaded camino v1.2.2
1922026-06-10T19:59:16.655Z Downloaded clap_lex v1.1.0
1932026-06-10T19:59:16.658Z Downloaded itoa v1.0.18
1942026-06-10T19:59:16.660Z Downloaded serde_spanned v1.1.1
1952026-06-10T19:59:16.660Z Downloaded zmij v1.0.21
1962026-06-10T19:59:16.663Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1972026-06-10T19:59:16.663Z Downloaded thiserror v2.0.18
1982026-06-10T19:59:16.671Z Downloaded is_terminal_polyfill v1.70.2
1992026-06-10T19:59:16.673Z Downloaded colorchoice v1.0.5
2002026-06-10T19:59:16.680Z Downloaded toml_parser v1.1.2+spec-1.1.0
2012026-06-10T19:59:16.726Z Downloaded semver v1.0.28
2022026-06-10T19:59:16.726Z Downloaded unicode-ident v1.0.24
2032026-06-10T19:59:16.726Z Downloaded anstyle-parse v1.0.0
2042026-06-10T19:59:16.726Z Downloaded percent-encoding v2.3.2
2052026-06-10T19:59:16.726Z Downloaded cargo-platform v0.3.3
2062026-06-10T19:59:16.726Z Downloaded lazy_static v1.5.0
2072026-06-10T19:59:16.726Z Downloaded anstream v1.0.0
2082026-06-10T19:59:16.726Z Downloaded toml_writer v1.1.1+spec-1.1.0
2092026-06-10T19:59:16.730Z Downloaded serde_core v1.0.228
2102026-06-10T19:59:16.730Z Downloaded anstyle v1.0.14
2112026-06-10T19:59:16.730Z Downloaded serde v1.0.228
2122026-06-10T19:59:16.733Z Downloaded clap_derive v4.6.1
2132026-06-10T19:59:16.740Z Downloaded proc-macro2 v1.0.106
2142026-06-10T19:59:16.745Z Downloaded anyhow v1.0.102
2152026-06-10T19:59:16.754Z Downloaded serde_derive v1.0.228
2162026-06-10T19:59:16.757Z Downloaded toml v1.1.2+spec-1.1.0
2172026-06-10T19:59:16.760Z Downloaded cargo-readme v3.3.2
2182026-06-10T19:59:16.764Z Downloaded memchr v2.8.0
2192026-06-10T19:59:16.771Z Downloaded clap v4.6.1
2202026-06-10T19:59:16.790Z Downloaded indexmap v2.14.0
2212026-06-10T19:59:16.804Z Downloaded regex v1.12.3
2222026-06-10T19:59:16.813Z Downloaded serde_json v1.0.149
2232026-06-10T19:59:16.819Z Downloaded winnow v1.0.2
2242026-06-10T19:59:16.825Z Downloaded hashbrown v0.17.0
2252026-06-10T19:59:16.828Z Downloaded clap_builder v4.6.0
2262026-06-10T19:59:16.850Z Downloaded syn v2.0.117
2272026-06-10T19:59:16.862Z Downloaded regex-syntax v0.8.10
2282026-06-10T19:59:16.875Z Downloaded regex-automata v0.4.14
2292026-06-10T19:59:16.914Z Compiling serde_core v1.0.228
2302026-06-10T19:59:16.914Z Compiling proc-macro2 v1.0.106
2312026-06-10T19:59:16.914Z Compiling unicode-ident v1.0.24
2322026-06-10T19:59:16.914Z Compiling quote v1.0.45
2332026-06-10T19:59:16.917Z Compiling memchr v2.8.0
2342026-06-10T19:59:16.917Z Compiling utf8parse v0.2.2
2352026-06-10T19:59:16.917Z Compiling anstyle-query v1.1.5
2362026-06-10T19:59:16.917Z Compiling serde v1.0.228
2372026-06-10T19:59:17.122Z Compiling anstyle-parse v1.0.0
2382026-06-10T19:59:17.124Z Compiling anstyle v1.0.14
2392026-06-10T19:59:17.137Z Compiling zmij v1.0.21
2402026-06-10T19:59:17.310Z Compiling is_terminal_polyfill v1.70.2
2412026-06-10T19:59:17.351Z Compiling colorchoice v1.0.5
2422026-06-10T19:59:17.386Z Compiling strsim v0.11.1
2432026-06-10T19:59:17.402Z Compiling heck v0.5.0
2442026-06-10T19:59:17.412Z Compiling thiserror v2.0.18
2452026-06-10T19:59:17.467Z Compiling anstream v1.0.0
2462026-06-10T19:59:17.480Z Compiling aho-corasick v1.1.4
2472026-06-10T19:59:17.600Z Compiling camino v1.2.2
2482026-06-10T19:59:17.724Z Compiling winnow v1.0.2
2492026-06-10T19:59:17.760Z Compiling clap_lex v1.1.0
2502026-06-10T19:59:17.791Z Compiling regex-syntax v0.8.10
2512026-06-10T19:59:17.801Z Compiling serde_json v1.0.149
2522026-06-10T19:59:17.977Z Compiling clap_builder v4.6.0
2532026-06-10T19:59:18.031Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-06-10T19:59:18.245Z Compiling syn v2.0.117
2552026-06-10T19:59:18.313Z Compiling anyhow v1.0.102
2562026-06-10T19:59:18.457Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-06-10T19:59:18.621Z Compiling itoa v1.0.18
2582026-06-10T19:59:18.721Z Compiling percent-encoding v2.3.2
2592026-06-10T19:59:18.807Z Compiling lazy_static v1.5.0
2602026-06-10T19:59:19.103Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-06-10T19:59:19.160Z Compiling serde_spanned v1.1.1
2622026-06-10T19:59:19.191Z Compiling cargo-platform v0.3.3
2632026-06-10T19:59:19.204Z Compiling regex-automata v0.4.14
2642026-06-10T19:59:19.305Z Compiling toml v1.1.2+spec-1.1.0
2652026-06-10T19:59:19.472Z Compiling semver v1.0.28
2662026-06-10T19:59:20.646Z Compiling serde_derive v1.0.228
2672026-06-10T19:59:20.647Z Compiling clap_derive v4.6.1
2682026-06-10T19:59:20.649Z Compiling thiserror-impl v2.0.18
2692026-06-10T19:59:20.803Z Compiling regex v1.12.3
2702026-06-10T19:59:21.917Z Compiling clap v4.6.1
2712026-06-10T19:59:22.875Z Compiling cargo-readme v3.3.2
2722026-06-10T19:59:22.875Z Compiling cargo_metadata v0.23.1
2732026-06-10T19:59:23.839Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-06-10T19:59:25.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.43s
2752026-06-10T19:59:25.243Z Running `target/debug/xtask package`
2762026-06-10T19:59:28.676Z Compiling proc-macro2 v1.0.106
2772026-06-10T19:59:28.676Z Compiling unicode-ident v1.0.24
2782026-06-10T19:59:28.676Z Compiling quote v1.0.45
2792026-06-10T19:59:28.676Z Compiling serde_core v1.0.228
2802026-06-10T19:59:28.679Z Compiling libc v0.2.186
2812026-06-10T19:59:28.679Z Compiling serde v1.0.228
2822026-06-10T19:59:28.679Z Compiling cfg-if v1.0.4
2832026-06-10T19:59:28.679Z Compiling autocfg v1.5.0
2842026-06-10T19:59:28.795Z Compiling find-msvc-tools v0.1.9
2852026-06-10T19:59:28.833Z Compiling shlex v1.3.0
2862026-06-10T19:59:29.010Z Compiling log v0.4.29
2872026-06-10T19:59:29.011Z Compiling typenum v1.20.0
2882026-06-10T19:59:29.051Z Compiling scopeguard v1.2.0
2892026-06-10T19:59:29.063Z Compiling memchr v2.8.0
2902026-06-10T19:59:29.274Z Compiling lock_api v0.4.14
2912026-06-10T19:59:29.440Z Compiling jobserver v0.1.34
2922026-06-10T19:59:29.468Z Compiling errno v0.3.14
2932026-06-10T19:59:29.510Z Compiling thiserror v2.0.18
2942026-06-10T19:59:29.628Z Compiling cc v1.2.61
2952026-06-10T19:59:29.833Z Compiling heck v0.5.0
2962026-06-10T19:59:29.840Z Compiling pkg-config v0.3.33
2972026-06-10T19:59:29.988Z Compiling syn v2.0.117
2982026-06-10T19:59:29.992Z Compiling smallvec v1.15.1
2992026-06-10T19:59:30.024Z Compiling foldhash v0.2.0
3002026-06-10T19:59:30.236Z Compiling anyhow v1.0.102
3012026-06-10T19:59:30.253Z Compiling zerocopy v0.8.48
3022026-06-10T19:59:30.261Z Compiling equivalent v1.0.2
3032026-06-10T19:59:30.340Z Compiling strsim v0.11.1
3042026-06-10T19:59:30.487Z Compiling syn v1.0.109
3052026-06-10T19:59:30.534Z Compiling zeroize v1.8.2
3062026-06-10T19:59:30.620Z Compiling libm v0.2.16
3072026-06-10T19:59:30.658Z Compiling rustix v1.1.4
3082026-06-10T19:59:30.730Z Compiling num-traits v0.2.19
3092026-06-10T19:59:30.862Z Compiling const-oid v0.9.6
3102026-06-10T19:59:30.917Z Compiling bitflags v2.11.1
3112026-06-10T19:59:30.951Z Compiling rustversion v1.0.22
3122026-06-10T19:59:30.957Z Compiling version_check v0.9.5
3132026-06-10T19:59:31.205Z Compiling generic-array v0.14.7
3142026-06-10T19:59:31.380Z Compiling hybrid-array v0.4.11
3152026-06-10T19:59:31.413Z Compiling crossbeam-utils v0.8.21
3162026-06-10T19:59:31.453Z Compiling zmij v1.0.21
3172026-06-10T19:59:31.744Z Compiling aho-corasick v1.1.4
3182026-06-10T19:59:31.852Z Compiling ident_case v1.0.1
3192026-06-10T19:59:31.959Z Compiling regex-syntax v0.8.10
3202026-06-10T19:59:32.753Z Compiling darling_core v0.23.0
3212026-06-10T19:59:32.847Z Compiling once_cell v1.21.4
3222026-06-10T19:59:33.112Z Compiling static_assertions v1.1.0
3232026-06-10T19:59:33.182Z Compiling allocator-api2 v0.2.21
3242026-06-10T19:59:33.338Z Compiling crypto-common v0.2.1
3252026-06-10T19:59:33.394Z Compiling spin v0.9.8
3262026-06-10T19:59:33.588Z Compiling hashbrown v0.16.1
3272026-06-10T19:59:33.603Z Compiling itoa v1.0.18
3282026-06-10T19:59:33.750Z Compiling serde_derive v1.0.228
3292026-06-10T19:59:33.882Z Compiling thiserror-impl v2.0.18
3302026-06-10T19:59:34.347Z Compiling zerocopy-derive v0.8.48
3312026-06-10T19:59:34.692Z Compiling regex-automata v0.4.14
3322026-06-10T19:59:34.938Z Compiling darling_macro v0.23.0
3332026-06-10T19:59:35.065Z Compiling base64ct v1.8.3
3342026-06-10T19:59:35.204Z Compiling typeid v1.0.3
3352026-06-10T19:59:35.417Z Compiling byteorder v1.5.0
3362026-06-10T19:59:35.479Z Compiling pem-rfc7468 v0.7.0
3372026-06-10T19:59:35.487Z Compiling darling v0.23.0
3382026-06-10T19:59:35.555Z Compiling der_derive v0.7.3
3392026-06-10T19:59:35.664Z Compiling clap_derive v4.6.1
3402026-06-10T19:59:36.343Z Compiling crypto-common v0.1.7
3412026-06-10T19:59:36.472Z Compiling block-buffer v0.10.4
3422026-06-10T19:59:36.481Z Compiling hashbrown v0.17.0
3432026-06-10T19:59:36.616Z Compiling getrandom v0.2.17
3442026-06-10T19:59:36.839Z Compiling regex v1.12.3
3452026-06-10T19:59:37.123Z Compiling utf8parse v0.2.2
3462026-06-10T19:59:37.183Z Compiling stable_deref_trait v1.2.1
3472026-06-10T19:59:37.227Z Compiling crc32fast v1.5.0
3482026-06-10T19:59:37.262Z Compiling flagset v0.4.7
3492026-06-10T19:59:37.325Z Compiling radium v0.7.0
3502026-06-10T19:59:37.404Z Compiling either v1.15.0
3512026-06-10T19:59:37.531Z Compiling cmov v0.5.3
3522026-06-10T19:59:37.608Z Compiling unicode-width v0.2.2
3532026-06-10T19:59:37.670Z Compiling der v0.7.10
3542026-06-10T19:59:37.761Z Compiling ctutils v0.4.2
3552026-06-10T19:59:37.919Z Compiling anstyle-parse v1.0.0
3562026-06-10T19:59:38.143Z Compiling indexmap v2.14.0
3572026-06-10T19:59:38.495Z Compiling rand_core v0.6.4
3582026-06-10T19:59:38.769Z Compiling digest v0.10.7
3592026-06-10T19:59:38.858Z Compiling crossbeam-epoch v0.9.18
3602026-06-10T19:59:38.985Z Compiling block-buffer v0.12.0
3612026-06-10T19:59:38.994Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3622026-06-10T19:59:39.002Z Compiling is_terminal_polyfill v1.70.2
3632026-06-10T19:59:39.087Z Compiling tap v1.0.1
3642026-06-10T19:59:39.161Z Compiling cpufeatures v0.3.0
3652026-06-10T19:59:39.194Z Compiling const-oid v0.10.2
3662026-06-10T19:59:39.230Z Compiling powerfmt v0.2.0
3672026-06-10T19:59:39.387Z Compiling simd-adler32 v0.3.9
3682026-06-10T19:59:39.498Z Compiling anstyle v1.0.14
3692026-06-10T19:59:39.502Z Compiling colorchoice v1.0.5
3702026-06-10T19:59:39.505Z Compiling anstyle-query v1.1.5
3712026-06-10T19:59:39.625Z Compiling deranged v0.5.8
3722026-06-10T19:59:39.757Z Compiling anstream v1.0.0
3732026-06-10T19:59:39.788Z Compiling digest v0.11.2
3742026-06-10T19:59:39.986Z Compiling wyz v0.5.1
3752026-06-10T19:59:40.063Z Compiling crossbeam-deque v0.8.6
3762026-06-10T19:59:40.180Z Compiling ppv-lite86 v0.2.21
3772026-06-10T19:59:40.266Z Compiling spki v0.7.3
3782026-06-10T19:59:40.561Z Compiling adler2 v2.0.1
3792026-06-10T19:59:40.596Z Compiling time-core v0.1.8
3802026-06-10T19:59:40.721Z Compiling cpufeatures v0.2.17
3812026-06-10T19:59:40.742Z Compiling num-conv v0.2.1
3822026-06-10T19:59:40.781Z Compiling funty v2.0.0
3832026-06-10T19:59:40.842Z Compiling num_threads v0.1.7
3842026-06-10T19:59:40.874Z Compiling maybe-uninit v2.0.0
3852026-06-10T19:59:40.924Z Compiling time v0.3.47
3862026-06-10T19:59:41.177Z Compiling bitvec v1.0.1
3872026-06-10T19:59:41.327Z Compiling sha2 v0.10.9
3882026-06-10T19:59:41.477Z Compiling miniz_oxide v0.8.9
3892026-06-10T19:59:41.558Z Compiling rand_chacha v0.3.1
3902026-06-10T19:59:41.834Z Compiling lazy_static v1.5.0
3912026-06-10T19:59:41.935Z Compiling num-integer v0.1.46
3922026-06-10T19:59:41.960Z Compiling terminal_size v0.4.4
3932026-06-10T19:59:42.105Z Compiling indexmap v1.9.3
3942026-06-10T19:59:42.175Z Compiling num-bigint-dig v0.8.6
3952026-06-10T19:59:42.358Z Compiling rand_core v0.10.1
3962026-06-10T19:59:42.518Z Compiling zlib-rs v0.6.3
3972026-06-10T19:59:42.518Z Compiling zstd-safe v7.2.4
3982026-06-10T19:59:42.691Z Compiling clap_lex v1.1.0
3992026-06-10T19:59:42.946Z Compiling getrandom v0.4.2
4002026-06-10T19:59:43.126Z Compiling packed_struct v0.10.1
4012026-06-10T19:59:43.216Z Compiling clap_builder v4.6.0
4022026-06-10T19:59:43.434Z Compiling num-iter v0.1.45
4032026-06-10T19:59:43.441Z Compiling rand v0.8.6
4042026-06-10T19:59:43.612Z Compiling pkcs8 v0.10.2
4052026-06-10T19:59:43.936Z Compiling packed_struct_codegen v0.10.1
4062026-06-10T19:59:43.958Z Compiling bitfield-macros v0.19.4
4072026-06-10T19:59:44.584Z Compiling inout v0.2.2
4082026-06-10T19:59:44.656Z Compiling capstone-sys v0.18.0
4092026-06-10T19:59:44.732Z Compiling hashbrown v0.12.3
4102026-06-10T19:59:44.936Z Compiling base64 v0.21.7
4112026-06-10T19:59:45.051Z Compiling twox-hash v2.1.2
4122026-06-10T19:59:45.215Z Compiling object v0.39.1
4132026-06-10T19:59:45.279Z Compiling nodrop v0.1.14
4142026-06-10T19:59:45.365Z Compiling crc-catalog v2.5.0
4152026-06-10T19:59:45.470Z Compiling crc v3.4.0
4162026-06-10T19:59:45.483Z Compiling flate2 v1.1.9
4172026-06-10T19:59:45.510Z Compiling array-init v0.0.4
4182026-06-10T19:59:45.851Z Compiling ron v0.8.1
4192026-06-10T19:59:46.076Z Compiling ruzstd v0.8.2
4202026-06-10T19:59:46.149Z Compiling clap v4.6.1
4212026-06-10T19:59:47.992Z Compiling cipher v0.5.1
4222026-06-10T19:59:48.244Z Compiling bitfield v0.19.4
4232026-06-10T19:59:48.784Z Compiling pkcs1 v0.7.5
4242026-06-10T19:59:49.684Z Compiling smallvec v0.6.14
4252026-06-10T19:59:50.133Z Compiling hmac v0.13.0
4262026-06-10T19:59:50.301Z Compiling signature v2.2.0
4272026-06-10T19:59:50.471Z Compiling env_filter v1.0.1
4282026-06-10T19:59:50.601Z Compiling hubpack_derive v0.1.1
4292026-06-10T19:59:50.691Z Compiling slog v2.8.2
4302026-06-10T19:59:50.860Z Compiling semver v1.0.28
4312026-06-10T19:59:51.079Z Compiling serde_json v1.0.149
4322026-06-10T19:59:51.088Z Compiling bumpalo v3.20.2
4332026-06-10T19:59:51.137Z Compiling cpp_demangle v0.5.1
4342026-06-10T19:59:51.294Z Compiling winnow v1.0.2
4352026-06-10T19:59:51.369Z Compiling prettyplease v0.2.37
4362026-06-10T19:59:51.525Z Compiling lzss v0.9.1
4372026-06-10T19:59:51.595Z Compiling jiff v0.2.24
4382026-06-10T19:59:51.739Z Compiling portable-atomic v1.13.1
4392026-06-10T19:59:51.803Z Compiling rayon-core v1.13.0
4402026-06-10T19:59:51.932Z Compiling subtle v2.6.1
4412026-06-10T19:59:52.014Z Compiling libbz2-rs-sys v0.2.3
4422026-06-10T19:59:52.079Z Compiling cpubits v0.1.1
4432026-06-10T19:59:52.158Z Compiling aes v0.9.0
4442026-06-10T19:59:52.220Z Compiling rsa v0.9.10
4452026-06-10T19:59:53.352Z Compiling bzip2 v0.6.1
4462026-06-10T19:59:53.633Z Compiling toml_parser v1.1.2+spec-1.1.0
4472026-06-10T19:59:54.839Z Compiling env_logger v0.11.10
4482026-06-10T19:59:54.965Z Compiling zopfli v0.8.3
4492026-06-10T19:59:55.715Z Compiling hubpack v0.1.2
4502026-06-10T19:59:56.310Z Compiling pbkdf2 v0.13.0
4512026-06-10T19:59:56.359Z Compiling serde-hex v0.1.0
4522026-06-10T19:59:56.425Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4532026-06-10T19:59:58.532Z Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4542026-06-10T19:59:58.742Z Compiling lzma-rust2 v0.16.2
4552026-06-10T19:59:59.419Z Compiling x509-cert v0.2.5
4562026-06-10T20:00:04.274Z Compiling sha1 v0.11.0
4572026-06-10T20:00:04.524Z Compiling erased-serde v0.3.31
4582026-06-10T20:00:04.767Z Compiling serde_with_macros v3.18.0
4592026-06-10T20:00:05.201Z Compiling num-derive v0.4.2
4602026-06-10T20:00:05.729Z Compiling scroll_derive v0.13.1
4612026-06-10T20:00:05.823Z Compiling toml_datetime v1.1.1+spec-1.1.0
4622026-06-10T20:00:06.110Z Compiling serde_spanned v1.1.1
4632026-06-10T20:00:06.249Z Compiling crc-any v2.5.0
4642026-06-10T20:00:06.311Z Compiling void v1.0.2
4652026-06-10T20:00:06.412Z Compiling hex v0.4.3
4662026-06-10T20:00:06.526Z Compiling toml_writer v1.1.1+spec-1.1.0
4672026-06-10T20:00:06.669Z Compiling typed-path v0.12.3
4682026-06-10T20:00:06.691Z Compiling fnv v1.0.7
4692026-06-10T20:00:06.778Z Compiling deflate64 v0.1.12
4702026-06-10T20:00:06.782Z Compiling ppmd-rust v1.4.0
4712026-06-10T20:00:07.210Z Compiling constant_time_eq v0.4.2
4722026-06-10T20:00:07.227Z Compiling gimli v0.33.0
4732026-06-10T20:00:07.393Z Compiling toml v1.1.2+spec-1.1.0
4742026-06-10T20:00:07.437Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4752026-06-10T20:00:09.353Z Compiling zstd v0.13.3
4762026-06-10T20:00:09.817Z Compiling zip v8.6.0
4772026-06-10T20:00:10.351Z Compiling scroll v0.13.0
4782026-06-10T20:00:10.905Z Compiling serde_with v3.18.0
4792026-06-10T20:00:13.443Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4802026-06-10T20:00:15.855Z Compiling console v0.16.3
4812026-06-10T20:00:16.760Z Compiling serde-big-array v0.5.1
4822026-06-10T20:00:16.914Z Compiling memmap2 v0.9.10
4832026-06-10T20:00:16.942Z Compiling path-slash v0.2.1
4842026-06-10T20:00:17.202Z Compiling fallible-iterator v0.3.0
4852026-06-10T20:00:17.218Z Compiling rustc-demangle v0.1.27
4862026-06-10T20:00:17.561Z Compiling plain v0.2.3
4872026-06-10T20:00:17.594Z Compiling typed-arena v2.0.2
4882026-06-10T20:00:17.663Z Compiling colored v3.1.1
4892026-06-10T20:00:17.692Z Compiling unit-prefix v0.5.2
4902026-06-10T20:00:17.731Z Compiling addr2line v0.26.1
4912026-06-10T20:00:17.838Z Compiling indicatif v0.18.4
4922026-06-10T20:00:18.524Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
4932026-06-10T20:00:18.534Z Compiling goblin v0.10.5
4942026-06-10T20:00:18.845Z Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7)
4952026-06-10T20:00:20.612Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
4962026-06-10T20:00:20.977Z Compiling rayon v1.12.0
4972026-06-10T20:00:21.223Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
4982026-06-10T20:00:22.116Z Compiling ron v0.12.1
4992026-06-10T20:00:23.272Z Compiling multimap v0.10.1
5002026-06-10T20:00:23.485Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5012026-06-10T20:00:24.126Z Compiling auto_impl v1.3.0
5022026-06-10T20:00:24.994Z Compiling parse_int v0.9.0
5032026-06-10T20:00:25.136Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5042026-06-10T20:00:25.211Z Compiling rustc_version v0.4.1
5052026-06-10T20:00:25.474Z Compiling heapless v0.7.17
5062026-06-10T20:00:25.746Z Compiling proc-macro-hack v0.5.20+deprecated
5072026-06-10T20:00:26.102Z Compiling hash32 v0.2.1
5082026-06-10T20:00:26.307Z Compiling ryu v1.0.23
5092026-06-10T20:00:27.267Z Compiling base64 v0.13.1
5102026-06-10T20:00:27.515Z Compiling postcard-cobs v0.1.5-pre
5112026-06-10T20:00:27.749Z Compiling postcard v0.7.3
5122026-06-10T20:00:27.875Z Compiling pkg-version-impl v0.1.1
5132026-06-10T20:00:28.040Z Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2)
5142026-06-10T20:00:28.253Z Compiling pkg-version v1.0.0
5152026-06-10T20:00:28.387Z Compiling thiserror v1.0.69
5162026-06-10T20:00:28.549Z Compiling bitflags v1.3.2
5172026-06-10T20:00:28.650Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5182026-06-10T20:00:28.844Z Compiling thiserror-impl v1.0.69
5192026-06-10T20:00:28.926Z Compiling linked-hash-map v0.5.6
5202026-06-10T20:00:29.949Z Compiling yaml-rust v0.4.5
5212026-06-10T20:00:30.056Z Compiling jep106 v0.2.10
5222026-06-10T20:00:30.265Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5232026-06-10T20:00:30.537Z Compiling rusb v0.8.1
5242026-06-10T20:00:30.641Z Compiling serde_yaml v0.8.26
5252026-06-10T20:00:30.905Z Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5262026-06-10T20:00:31.088Z Compiling bincode v1.3.3
5272026-06-10T20:00:31.460Z Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5282026-06-10T20:00:32.308Z Compiling capstone v0.14.0
5292026-06-10T20:00:32.796Z Compiling fallible-iterator v0.2.0
5302026-06-10T20:00:33.160Z Compiling gimli v0.26.2
5312026-06-10T20:00:33.306Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5322026-06-10T20:00:33.941Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5332026-06-10T20:00:34.163Z Compiling enum-primitive-derive v0.2.2
5342026-06-10T20:00:35.074Z Compiling jaylink v0.2.0
5352026-06-10T20:00:35.574Z Compiling object v0.27.1
5362026-06-10T20:00:35.771Z Compiling thousands v0.2.0
5372026-06-10T20:00:35.837Z Compiling svg v0.13.1
5382026-06-10T20:00:35.900Z Compiling scroll v0.10.2
5392026-06-10T20:00:36.140Z Compiling bitfield v0.13.2
5402026-06-10T20:00:36.178Z Compiling ihex v3.0.0
5412026-06-10T20:00:36.310Z Compiling chacha20 v0.10.0
5422026-06-10T20:00:36.409Z Compiling unicode-segmentation v1.13.2
5432026-06-10T20:00:36.618Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5442026-06-10T20:00:36.748Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5452026-06-10T20:00:36.787Z Compiling rand v0.10.1
5462026-06-10T20:00:37.728Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5472026-06-10T20:00:38.281Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
5482026-06-10T20:00:38.860Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
5492026-06-10T20:00:39.198Z Compiling parking_lot_core v0.9.12
5502026-06-10T20:00:39.363Z Compiling signal-hook v0.3.18
5512026-06-10T20:00:40.166Z Compiling signal-hook-registry v1.4.8
5522026-06-10T20:00:40.846Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
5532026-06-10T20:00:41.042Z Compiling convert_case v0.10.0
5542026-06-10T20:00:41.191Z Compiling mio v0.8.11
5552026-06-10T20:00:41.220Z Compiling mio v1.2.0
5562026-06-10T20:00:41.296Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
5572026-06-10T20:00:41.402Z Compiling derive_more-impl v2.1.1
5582026-06-10T20:00:42.058Z Compiling signal-hook-mio v0.2.5
5592026-06-10T20:00:42.068Z Compiling parking_lot v0.12.5
5602026-06-10T20:00:42.303Z Compiling litrs v1.0.0
5612026-06-10T20:00:42.707Z Compiling document-features v0.2.12
5622026-06-10T20:00:43.429Z Compiling derive_more v2.1.1
5632026-06-10T20:00:43.507Z Compiling itertools v0.14.0
5642026-06-10T20:00:43.541Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
5652026-06-10T20:00:44.283Z Compiling crossterm v0.29.0
5662026-06-10T20:00:45.070Z Compiling convert_case v0.11.0
5672026-06-10T20:00:45.211Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
5682026-06-10T20:00:46.337Z Compiling camino v1.2.2
5692026-06-10T20:00:46.439Z Compiling paste v1.0.15
5702026-06-10T20:00:47.271Z Compiling jep106 v0.3.0
5712026-06-10T20:00:47.284Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
5722026-06-10T20:00:47.300Z Compiling strum_macros v0.27.2
5732026-06-10T20:00:47.370Z Compiling crossbeam-channel v0.5.15
5742026-06-10T20:00:47.500Z Compiling castaway v0.2.4
5752026-06-10T20:00:47.817Z Compiling instability v0.3.12
5762026-06-10T20:00:48.030Z Compiling indoc v2.0.7
5772026-06-10T20:00:48.221Z Compiling unicode-truncate v2.0.1
5782026-06-10T20:00:48.455Z Compiling compact_str v0.9.0
5792026-06-10T20:00:49.040Z Compiling lazy-regex-proc_macros v3.6.0
5802026-06-10T20:00:49.098Z Compiling strum v0.27.2
5812026-06-10T20:00:49.143Z Compiling kasuari v0.4.12
5822026-06-10T20:00:49.203Z Compiling lru v0.16.4
5832026-06-10T20:00:49.226Z Compiling crossbeam-queue v0.3.12
5842026-06-10T20:00:49.361Z Compiling cargo-platform v0.3.3
5852026-06-10T20:00:49.598Z Compiling cargo_metadata v0.23.1
5862026-06-10T20:00:49.817Z Compiling ratatui-core v0.1.0
5872026-06-10T20:00:49.913Z Compiling lazy-regex v3.6.0
5882026-06-10T20:00:50.288Z Compiling crossbeam v0.8.4
5892026-06-10T20:00:50.360Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
5902026-06-10T20:00:51.860Z Compiling strict v0.2.0
5912026-06-10T20:00:51.947Z Compiling binrw_derive v0.14.2
5922026-06-10T20:00:51.999Z Compiling unicode-width v0.1.14
5932026-06-10T20:00:52.033Z Compiling crokey-proc_macros v1.4.0
5942026-06-10T20:00:52.058Z Compiling ron v0.6.6
5952026-06-10T20:00:52.372Z Compiling crossterm v0.23.2
5962026-06-10T20:00:52.635Z Compiling line-clipping v0.3.7
5972026-06-10T20:00:52.788Z Compiling percent-encoding v2.3.2
5982026-06-10T20:00:52.965Z Compiling binrw v0.14.2
5992026-06-10T20:00:53.261Z Compiling owo-colors v3.5.0
6002026-06-10T20:00:53.423Z Compiling crokey v1.4.0
6012026-06-10T20:00:53.502Z Compiling cargo-readme v3.3.2
6022026-06-10T20:00:54.118Z Compiling coolor v0.8.0
6032026-06-10T20:00:54.192Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6042026-06-10T20:00:54.373Z Compiling ratatui-widgets v0.3.0
6052026-06-10T20:00:54.438Z Compiling coolor v1.1.0
6062026-06-10T20:00:54.706Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6072026-06-10T20:00:54.720Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6082026-06-10T20:00:56.160Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6092026-06-10T20:00:56.240Z Compiling half v2.7.1
6102026-06-10T20:00:56.351Z Compiling minimad v0.13.1
6112026-06-10T20:00:56.594Z Compiling minimad v0.14.0
6122026-06-10T20:00:57.209Z Compiling array-init v2.1.0
6132026-06-10T20:00:57.341Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6142026-06-10T20:00:57.458Z Compiling convert_case v0.4.0
6152026-06-10T20:00:57.769Z Compiling bytemuck v1.25.0
6162026-06-10T20:00:57.993Z Compiling ciborium-io v0.2.2
6172026-06-10T20:00:58.087Z Compiling ciborium-ll v0.2.2
6182026-06-10T20:00:58.319Z Compiling derive_more v0.99.20
6192026-06-10T20:00:58.362Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6202026-06-10T20:00:58.642Z Compiling termimad v0.34.1
6212026-06-10T20:00:59.687Z Compiling termimad v0.25.7
6222026-06-10T20:01:00.180Z Compiling ratatui-macros v0.7.0
6232026-06-10T20:01:00.243Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6242026-06-10T20:01:00.498Z Compiling ratatui-crossterm v0.1.0
6252026-06-10T20:01:00.734Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6262026-06-10T20:01:00.828Z Compiling sha2 v0.11.0
6272026-06-10T20:01:01.002Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6282026-06-10T20:01:01.199Z Compiling csv-core v0.1.13
6292026-06-10T20:01:01.262Z Compiling xml v1.2.1
6302026-06-10T20:01:01.665Z Compiling iana-time-zone v0.1.65
6312026-06-10T20:01:02.106Z Compiling parse-size v1.1.0
6322026-06-10T20:01:02.299Z Compiling serde-xml-rs v0.8.2
6332026-06-10T20:01:03.023Z Compiling chrono v0.4.44
6342026-06-10T20:01:03.718Z Compiling csv v1.4.0
6352026-06-10T20:01:04.862Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6362026-06-10T20:01:05.888Z Compiling ratatui v0.30.0
6372026-06-10T20:01:06.557Z Compiling raw-cpuid v11.6.0
6382026-06-10T20:01:07.456Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
6392026-06-10T20:01:07.706Z Compiling ciborium v0.2.2
6402026-06-10T20:01:07.834Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
6412026-06-10T20:01:08.689Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
6422026-06-10T20:01:09.434Z Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin)
6432026-06-10T20:01:09.922Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
6442026-06-10T20:01:10.098Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
6452026-06-10T20:01:10.581Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
6462026-06-10T20:01:10.757Z Compiling strum_macros v0.28.0
6472026-06-10T20:01:10.856Z Compiling termios v0.3.3
6482026-06-10T20:01:10.876Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
6492026-06-10T20:01:11.030Z Compiling splitty v1.0.2
6502026-06-10T20:01:11.209Z Compiling strum v0.28.0
6512026-06-10T20:01:11.238Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
6522026-06-10T20:01:11.336Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
6532026-06-10T20:01:11.826Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
6542026-06-10T20:01:12.579Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
6552026-06-10T20:01:13.386Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
6562026-06-10T20:01:13.598Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
6572026-06-10T20:01:14.105Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
6582026-06-10T20:01:15.193Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
6592026-06-10T20:01:16.147Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
6602026-06-10T20:01:17.707Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
6612026-06-10T20:01:18.717Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
6622026-06-10T20:01:18.771Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
6632026-06-10T20:01:19.625Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
6642026-06-10T20:01:19.875Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
6652026-06-10T20:01:22.044Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
6662026-06-10T20:01:22.405Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
6672026-06-10T20:01:24.470Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
6682026-06-10T20:01:26.839Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
6692026-06-10T20:01:29.655Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
6702026-06-10T20:01:30.030Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
6712026-06-10T20:01:30.795Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
6722026-06-10T20:01:31.308Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
6732026-06-10T20:01:31.443Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
6742026-06-10T20:01:33.904Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
6752026-06-10T20:01:33.923Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
6762026-06-10T20:01:36.514Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
6772026-06-10T20:01:36.543Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
6782026-06-10T20:01:37.021Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
6792026-06-10T20:01:37.582Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
6802026-06-10T20:01:38.068Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
6812026-06-10T20:01:38.526Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
6822026-06-10T20:01:39.409Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
6832026-06-10T20:01:41.441Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
6842026-06-10T20:01:41.890Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
6852026-06-10T20:01:42.188Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
6862026-06-10T20:01:43.423Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
6872026-06-10T20:01:44.099Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
6882026-06-10T20:01:46.025Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
6892026-06-10T20:01:46.281Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
6902026-06-10T20:01:46.630Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
6912026-06-10T20:01:46.864Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
6922026-06-10T20:01:46.940Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
6932026-06-10T20:01:48.200Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
6942026-06-10T20:01:49.221Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
6952026-06-10T20:01:50.108Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
6962026-06-10T20:01:51.024Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
6972026-06-10T20:01:51.242Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
6982026-06-10T20:01:52.681Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
6992026-06-10T20:01:52.693Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7002026-06-10T20:01:53.514Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7012026-06-10T20:01:53.670Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7022026-06-10T20:01:54.684Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7032026-06-10T20:01:56.332Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7042026-06-10T20:02:12.341Z Finished `release` profile [optimized + debuginfo] target(s) in 2m 43s
7052026-06-10T20:03:07.448Zpkg://helios/developer/debug/humility@0.12.18.697,5.11-3.0:20260610T200218Z
7062026-06-10T20:03:07.448ZPUBLISHED
7072026-06-10T20:03:07.666ZRetrieving packages for publisher helios ...
7082026-06-10T20:03:07.669ZRetrieving catalog 'helios' ... Done
7092026-06-10T20:03:07.672ZRetrieving and evaluating 1 package(s)...
7102026-06-10T20:03:07.672ZFetching manifests: 1/1 100% complete
7112026-06-10T20:03:07.672ZFetching manifests: 1/1 100% complete
7122026-06-10T20:03:07.672Z
7132026-06-10T20:03:07.672ZArchiving packages ...
7142026-06-10T20:03:07.672Z Packages to add: 1
7152026-06-10T20:03:07.672Z Files to retrieve: 1
7162026-06-10T20:03:07.672ZEstimated transfer size: 120.87 MB
7172026-06-10T20:03:07.672Z
7182026-06-10T20:03:07.672ZPackages to archive:
7192026-06-10T20:03:07.672Zdeveloper/debug/humility@0.12.18.697,5.11-3.0:20260610T200218Z
7202026-06-10T20:03:07.672Z
7212026-06-10T20:03:07.672ZDownload: 0/1 items 0.0/120.9MB 0% complete
7222026-06-10T20:03:07.884ZDownload: Completed 120.87 MB in 0.21 seconds (564M/s)
7232026-06-10T20:03:07.888ZArchiving: 1/10 items 0.0/120.9MB 0% complete
7242026-06-10T20:03:07.932ZArchiving: Completed 120.89 MB in 0.05 seconds
7252026-06-10T20:03:07.971ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.697-3.0.p5p.
7262026-06-10T20:03:07.978Z
7272026-06-10T20:03:07.981Zreal 4:00.267478358
7282026-06-10T20:03:07.981Zuser 19:45.442343961
7292026-06-10T20:03:07.981Zsys 1:22.035823703
7302026-06-10T20:03:07.981Ztrap 0.576843190
7312026-06-10T20:03:07.981Ztflt 1.044938960
7322026-06-10T20:03:07.981Zdflt 1.496718406
7332026-06-10T20:03:07.981Zkflt 0.010335860
7342026-06-10T20:03:07.981Zlock 1:22:49.455254785
7352026-06-10T20:03:07.981Zslp 1:04:28.421170055
7362026-06-10T20:03:07.981Zlat 1:09.908102624
7372026-06-10T20:03:07.981Zstop 53.482131838
7382026-06-10T20:03:07.981Z+ banner copy
7392026-06-10T20:03:07.981Z
7402026-06-10T20:03:07.981Z #### #### ##### # #
7412026-06-10T20:03:07.981Z # # # # # # # #
7422026-06-10T20:03:07.981Z # # # # # #
7432026-06-10T20:03:07.981Z # # # ##### #
7442026-06-10T20:03:07.981Z # # # # # #
7452026-06-10T20:03:07.981Z #### #### # #
7462026-06-10T20:03:07.982Z
7472026-06-10T20:03:07.982Z+ pfexec mkdir -p /out
7482026-06-10T20:03:07.985Z+ pfexec chown 12345 /out
7492026-06-10T20:03:07.985Z+ PKG_NAME=/out/humility.p5p
7502026-06-10T20:03:07.985Z+ mv pkg/packages/repo/humility-0.12.18.697-3.0.p5p /out/humility.p5p
7512026-06-10T20:03:08.076Z+ sha256sum /out/humility.p5p
7522026-06-10T20:03:08.147Zprocess exited: duration 245701 ms, exit code 0
 
7532026-06-10T20:03:08.158Zfound 2 output files
7542026-06-10T20:03:08.158Zuploading: /out/humility.p5p (126771200 bytes)
7552026-06-10T20:03:09.986Zuploaded: /out/humility.p5p
7562026-06-10T20:03:09.986Zuploading: /out/humility.p5p.sha256 (84 bytes)
7572026-06-10T20:03:10.996Zuploaded: /out/humility.p5p.sha256