01KTPAQVGM52FW7NPNCHH2XJ9Z: 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: 01KTPAR4GM2B0FW2YFMS06W5A3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T13:57:48.334Zjob assigned to worker 01KTPARCC06SQJQB45YES2KE32 [factory aws, i-0c6691f3faa4c922b] (queued for 49 s)
 
22026-06-09T13:57:55.341Zstarting task 0: "setup"
32026-06-09T13:57:55.345Z++ uname -s
42026-06-09T13:57:55.348Z+ kern=SunOS
52026-06-09T13:57:55.348Z+ build_user=build
62026-06-09T13:57:55.348Z+ build_uid=12345
72026-06-09T13:57:55.348Z+ work_dir=/work
82026-06-09T13:57:55.348Z+ input_dir=/input
92026-06-09T13:57:55.348Z+ [[ 0 == 12345 ]]
102026-06-09T13:57:55.348Z+ case "$kern" in
112026-06-09T13:57:55.348Z+ groupadd -g 12345 build
122026-06-09T13:57:55.351Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T13:57:57.354Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T13:57:57.465Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T13:57:57.468Z+ home_fs=zfs
162026-06-09T13:57:57.468Z+ [[ zfs == autofs ]]
172026-06-09T13:57:57.468Z+ mkdir -p /home/build
182026-06-09T13:57:57.469Z+ chown build:build /home/build /work
192026-06-09T13:57:59.469Z+ chmod 0700 /home/build /work
202026-06-09T13:57:59.472Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-09T13:57:59.478Zstarting task 1: "rust-toolchain"
222026-06-09T13:57:59.482Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-09T13:57:59.482Z * rust toolchain channel = "stable"
242026-06-09T13:57:59.482Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-09T13:57:59.482Z * rust toolchain profile = "default"
262026-06-09T13:57:59.482Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T13:57:59.482Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T13:57:59.485Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T13:57:59.485Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-09T13:57:59.592Zinfo: downloading installer
312026-06-09T13:58:01.066Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T13:58:01.066Zwarn: /home/build/.rustup/settings.toml
332026-06-09T13:58:01.066Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T13:58:01.066Zwarn: instead of the one inferred from the default host triple.
352026-06-09T13:58:01.079Zinfo: profile set to default
362026-06-09T13:58:01.079Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T13:58:01.082Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-09T13:58:01.216Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-09T13:58:01.219Zinfo: downloading 6 components
402026-06-09T13:58:16.127Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-09T13:58:16.127Z
422026-06-09T13:58:16.154Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-09T13:58:16.154Z
442026-06-09T13:58:16.154Z
452026-06-09T13:58:16.154ZRust is installed now. Great!
462026-06-09T13:58:16.157Z
472026-06-09T13:58:16.157ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T13:58:16.157Zenvironment variable. This has not been done automatically.
492026-06-09T13:58:16.157Z
502026-06-09T13:58:16.157ZTo configure your current shell, you need to source
512026-06-09T13:58:16.157Zthe corresponding env file under $HOME/.cargo.
522026-06-09T13:58:16.157Z
532026-06-09T13:58:16.157ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T13:58:16.157Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T13:58:16.157Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T13:58:16.157Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T13:58:16.157Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T13:58:16.157Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T13:58:16.157Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T13:58:16.157Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T13:58:16.157Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T13:58:16.251Z+ rustup --version
632026-06-09T13:58:16.260Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T13:58:16.262Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T13:58:16.281Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-09T13:58:16.284Z+ cargo --version
672026-06-09T13:58:16.297Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-09T13:58:16.300Z+ rustc --version
692026-06-09T13:58:16.319Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-09T13:58:16.322Zprocess exited: duration 16842 ms, exit code 0
 
712026-06-09T13:58:16.327Zstarting task 2: "authentication"
722026-06-09T13:58:16.343Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T13:58:16.348Zstarting task 3: "clone repository"
742026-06-09T13:58:16.351Z+ mkdir -p /work/oxidecomputer/humility
752026-06-09T13:58:16.354Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-09T13:58:16.392ZCloning into '/work/oxidecomputer/humility'...
772026-06-09T13:58:33.502Z+ cd /work/oxidecomputer/humility
782026-06-09T13:58:33.502Z+ git fetch origin 8a29f494a5bcea324009520d8ed8340acf3c1e27
792026-06-09T13:58:33.769ZFrom https://github.com/oxidecomputer/humility
802026-06-09T13:58:33.769Z * branch 8a29f494a5bcea324009520d8ed8340acf3c1e27 -> FETCH_HEAD
812026-06-09T13:58:33.775Z+ [[ -n probe-rs-v0.31.0 ]]
822026-06-09T13:58:33.778Z++ git branch --show-current
832026-06-09T13:58:33.778Z+ current=master
842026-06-09T13:58:33.778Z+ [[ master != probe-rs-v0.31.0 ]]
852026-06-09T13:58:33.778Z+ git branch -f probe-rs-v0.31.0 8a29f494a5bcea324009520d8ed8340acf3c1e27
862026-06-09T13:58:33.781Z+ git checkout -f probe-rs-v0.31.0
872026-06-09T13:58:34.570ZSwitched to branch 'probe-rs-v0.31.0'
882026-06-09T13:58:34.573Z+ git reset --hard 8a29f494a5bcea324009520d8ed8340acf3c1e27
892026-06-09T13:58:34.581ZHEAD is now at 8a29f494 Bump humility to 0.13.0
902026-06-09T13:58:34.584Zprocess exited: duration 18233 ms, exit code 0
 
912026-06-09T13:58:34.591Zstarting task 4: "build"
922026-06-09T13:58:34.595Z+ export CARGO_INCREMENTAL=0
932026-06-09T13:58:34.595Z+ CARGO_INCREMENTAL=0
942026-06-09T13:58:34.595Z+ banner deps
952026-06-09T13:58:34.598Z
962026-06-09T13:58:34.598Z ##### ###### ##### ####
972026-06-09T13:58:34.598Z # # # # # #
982026-06-09T13:58:34.598Z # # ##### # # ####
992026-06-09T13:58:34.598Z # # # ##### #
1002026-06-09T13:58:34.598Z # # # # # #
1012026-06-09T13:58:34.598Z ##### ###### # ####
1022026-06-09T13:58:34.598Z
1032026-06-09T13:58:34.598Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-09T13:58:34.598Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-09T13:58:34.598Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-09T13:58:36.997Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-09T13:58:37.082Z Startup: Caching catalogs ... Done
1082026-06-09T13:58:37.402ZPlanning: Solver setup ... Done (0.282s)
1092026-06-09T13:58:37.422ZPlanning: Running solver ... Done (0.021s)
1102026-06-09T13:58:37.430ZPlanning: Finding local manifests ... Done (0.003s)
1112026-06-09T13:58:37.440ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-09T13:58:37.454ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-09T13:58:37.466ZPlanning: Package planning ... Done (0.012s)
1142026-06-09T13:58:37.469ZPlanning: Merging actions ... Done (0.000s)
1152026-06-09T13:58:37.644ZPlanning: Checking for conflicting actions ... Done (0.177s)
1162026-06-09T13:58:37.647ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-09T13:58:38.433ZPlanning: Evaluating mediators ... Done (0.788s)
1182026-06-09T13:58:38.436ZPlanning: Planning completed in 1.33 seconds
1192026-06-09T13:58:38.442Z Packages to install: 2
1202026-06-09T13:58:38.445Z Estimated space available: 155.78 GB
1212026-06-09T13:58:38.445ZEstimated space to be consumed: 17.57 MB
1222026-06-09T13:58:38.445Z Create boot environment: No
1232026-06-09T13:58:38.445ZCreate backup boot environment: No
1242026-06-09T13:58:38.445Z Rebuild boot archive: No
1252026-06-09T13:58:38.445Z
1262026-06-09T13:58:38.445ZChanged packages:
1272026-06-09T13:58:38.445Zhelios
1282026-06-09T13:58:38.445Z library/libftdi1
1292026-06-09T13:58:38.445Z None -> 1.5-3.0
1302026-06-09T13:58:38.445Z ooce/library/libusb-1
1312026-06-09T13:58:38.445Z None -> 1.0.29-3.1
1322026-06-09T13:58:38.466Z
1332026-06-09T13:58:38.466ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-09T13:58:38.516ZDownload: Completed 377.70 kB in 0.05 seconds (7.4M/s)
1352026-06-09T13:58:38.580Z Actions: 1/61 actions (Installing new actions)
1362026-06-09T13:58:38.590Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-09T13:58:38.627ZFinalize: Updating package state database ... Done (0.036s)
1382026-06-09T13:58:38.630ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-09T13:58:38.648ZFinalize: Updating image state ... Done (0.021s)
1402026-06-09T13:58:40.998ZFinalize: Creating fast lookup database ... Done (2.327s)
1412026-06-09T13:58:41.064ZFinalize: Reading search index ... Done (0.012s)
1422026-06-09T13:58:41.067ZFinalize: Updating search index ... Done (0.000s)
1432026-06-09T13:58:41.145ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-09T13:58:41.238Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-09T13:58:41.447ZFMRI IFO
1462026-06-09T13:58:41.447Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-09T13:58:41.447Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-09T13:58:41.482Z+ cargo --version
1492026-06-09T13:58:41.490Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-09T13:58:41.493Z+ rustc --version
1512026-06-09T13:58:41.512Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-09T13:58:41.515Z+ banner package
1532026-06-09T13:58:41.518Z
1542026-06-09T13:58:41.518Z ##### ## #### # # ## #### ######
1552026-06-09T13:58:41.518Z # # # # # # # # # # # # #
1562026-06-09T13:58:41.518Z # # # # # #### # # # #####
1572026-06-09T13:58:41.518Z ##### ###### # # # ###### # ### #
1582026-06-09T13:58:41.518Z # # # # # # # # # # # #
1592026-06-09T13:58:41.518Z # # # #### # # # # #### ######
1602026-06-09T13:58:41.518Z
1612026-06-09T13:58:41.518Z+ ptime -m cargo xtask package
1622026-06-09T13:58:41.625Z Updating crates.io index
1632026-06-09T13:58:41.629Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-06-09T13:58:41.893Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-06-09T13:58:42.143Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-06-09T13:58:42.438Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-06-09T13:58:42.707Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-06-09T13:58:42.957Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-06-09T13:58:43.223Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-06-09T13:58:43.762Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-06-09T13:58:48.258Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-06-09T13:58:48.534Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-06-09T13:58:48.966Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-06-09T13:58:49.235Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-06-09T13:58:49.511Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-06-09T13:58:49.765Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-06-09T13:58:50.476Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-06-09T13:58:50.744Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-06-09T13:58:51.008Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-06-09T13:58:53.296Z Downloading crates ...
1812026-06-09T13:58:53.352Z Downloaded colorchoice v1.0.5
1822026-06-09T13:58:53.355Z Downloaded aho-corasick v1.1.4
1832026-06-09T13:58:53.358Z Downloaded serde_spanned v1.1.1
1842026-06-09T13:58:53.358Z Downloaded is_terminal_polyfill v1.70.2
1852026-06-09T13:58:53.358Z Downloaded itoa v1.0.18
1862026-06-09T13:58:53.361Z Downloaded clap_lex v1.1.0
1872026-06-09T13:58:53.364Z Downloaded utf8parse v0.2.2
1882026-06-09T13:58:53.367Z Downloaded semver v1.0.28
1892026-06-09T13:58:53.370Z Downloaded strsim v0.11.1
1902026-06-09T13:58:53.374Z Downloaded anstyle-query v1.1.5
1912026-06-09T13:58:53.378Z Downloaded anstream v1.0.0
1922026-06-09T13:58:53.381Z Downloaded thiserror-impl v2.0.18
1932026-06-09T13:58:53.384Z Downloaded lazy_static v1.5.0
1942026-06-09T13:58:53.388Z Downloaded equivalent v1.0.2
1952026-06-09T13:58:53.392Z Downloaded cargo-platform v0.3.3
1962026-06-09T13:58:53.395Z Downloaded heck v0.5.0
1972026-06-09T13:58:53.404Z Downloaded quote v1.0.45
1982026-06-09T13:58:53.407Z Downloaded clap_derive v4.6.1
1992026-06-09T13:58:53.409Z Downloaded cargo_metadata v0.23.1
2002026-06-09T13:58:53.409Z Downloaded anstyle-parse v1.0.0
2012026-06-09T13:58:53.415Z Downloaded percent-encoding v2.3.2
2022026-06-09T13:58:53.418Z Downloaded zmij v1.0.21
2032026-06-09T13:58:53.418Z Downloaded anstyle v1.0.14
2042026-06-09T13:58:53.421Z Downloaded toml_writer v1.1.1+spec-1.1.0
2052026-06-09T13:58:53.424Z Downloaded cargo-readme v3.3.2
2062026-06-09T13:58:53.427Z Downloaded camino v1.2.2
2072026-06-09T13:58:53.430Z Downloaded thiserror v2.0.18
2082026-06-09T13:58:53.433Z Downloaded toml_parser v1.1.2+spec-1.1.0
2092026-06-09T13:58:53.442Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2102026-06-09T13:58:53.445Z Downloaded serde_derive v1.0.228
2112026-06-09T13:58:53.445Z Downloaded clap v4.6.1
2122026-06-09T13:58:53.453Z Downloaded anyhow v1.0.102
2132026-06-09T13:58:53.456Z Downloaded serde_core v1.0.228
2142026-06-09T13:58:53.459Z Downloaded unicode-ident v1.0.24
2152026-06-09T13:58:53.459Z Downloaded proc-macro2 v1.0.106
2162026-06-09T13:58:53.462Z Downloaded toml v1.1.2+spec-1.1.0
2172026-06-09T13:58:53.485Z Downloaded serde v1.0.228
2182026-06-09T13:58:53.488Z Downloaded memchr v2.8.0
2192026-06-09T13:58:53.491Z Downloaded indexmap v2.14.0
2202026-06-09T13:58:53.513Z Downloaded clap_builder v4.6.0
2212026-06-09T13:58:53.525Z Downloaded serde_json v1.0.149
2222026-06-09T13:58:53.529Z Downloaded hashbrown v0.17.0
2232026-06-09T13:58:53.532Z Downloaded winnow v1.0.2
2242026-06-09T13:58:53.537Z Downloaded regex v1.12.3
2252026-06-09T13:58:53.554Z Downloaded syn v2.0.117
2262026-06-09T13:58:53.561Z Downloaded regex-syntax v0.8.10
2272026-06-09T13:58:53.581Z Downloaded regex-automata v0.4.14
2282026-06-09T13:58:53.621Z Compiling proc-macro2 v1.0.106
2292026-06-09T13:58:53.621Z Compiling serde_core v1.0.228
2302026-06-09T13:58:53.621Z Compiling quote v1.0.45
2312026-06-09T13:58:53.624Z Compiling unicode-ident v1.0.24
2322026-06-09T13:58:53.625Z Compiling memchr v2.8.0
2332026-06-09T13:58:53.625Z Compiling utf8parse v0.2.2
2342026-06-09T13:58:53.625Z Compiling zmij v1.0.21
2352026-06-09T13:58:53.625Z Compiling colorchoice v1.0.5
2362026-06-09T13:58:53.830Z Compiling anstyle-parse v1.0.0
2372026-06-09T13:58:53.840Z Compiling anstyle v1.0.14
2382026-06-09T13:58:53.848Z Compiling anstyle-query v1.1.5
2392026-06-09T13:58:53.942Z Compiling serde v1.0.228
2402026-06-09T13:58:54.004Z Compiling is_terminal_polyfill v1.70.2
2412026-06-09T13:58:54.046Z Compiling strsim v0.11.1
2422026-06-09T13:58:54.086Z Compiling anstream v1.0.0
2432026-06-09T13:58:54.101Z Compiling clap_lex v1.1.0
2442026-06-09T13:58:54.109Z Compiling winnow v1.0.2
2452026-06-09T13:58:54.280Z Compiling aho-corasick v1.1.4
2462026-06-09T13:58:54.335Z Compiling regex-syntax v0.8.10
2472026-06-09T13:58:54.402Z Compiling heck v0.5.0
2482026-06-09T13:58:54.417Z Compiling thiserror v2.0.18
2492026-06-09T13:58:54.438Z Compiling serde_json v1.0.149
2502026-06-09T13:58:54.462Z Compiling camino v1.2.2
2512026-06-09T13:58:54.592Z Compiling toml_parser v1.1.2+spec-1.1.0
2522026-06-09T13:58:54.666Z Compiling clap_builder v4.6.0
2532026-06-09T13:58:54.937Z Compiling syn v2.0.117
2542026-06-09T13:58:55.015Z Compiling anyhow v1.0.102
2552026-06-09T13:58:55.254Z Compiling itoa v1.0.18
2562026-06-09T13:58:55.292Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-06-09T13:58:55.435Z Compiling percent-encoding v2.3.2
2582026-06-09T13:58:55.494Z Compiling lazy_static v1.5.0
2592026-06-09T13:58:55.803Z Compiling regex-automata v0.4.14
2602026-06-09T13:58:55.902Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-06-09T13:58:55.911Z Compiling serde_spanned v1.1.1
2622026-06-09T13:58:55.914Z Compiling cargo-platform v0.3.3
2632026-06-09T13:58:55.932Z Compiling semver v1.0.28
2642026-06-09T13:58:56.224Z Compiling toml v1.1.2+spec-1.1.0
2652026-06-09T13:58:57.233Z Compiling serde_derive v1.0.228
2662026-06-09T13:58:57.233Z Compiling clap_derive v4.6.1
2672026-06-09T13:58:57.274Z Compiling thiserror-impl v2.0.18
2682026-06-09T13:58:57.486Z Compiling regex v1.12.3
2692026-06-09T13:58:58.503Z Compiling clap v4.6.1
2702026-06-09T13:58:59.434Z Compiling cargo_metadata v0.23.1
2712026-06-09T13:58:59.434Z Compiling cargo-readme v3.3.2
2722026-06-09T13:59:00.370Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-06-09T13:59:01.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.22s
2742026-06-09T13:59:01.861Z Running `target/debug/xtask package`
2752026-06-09T13:59:05.796Z Compiling proc-macro2 v1.0.106
2762026-06-09T13:59:05.797Z Compiling quote v1.0.45
2772026-06-09T13:59:05.797Z Compiling unicode-ident v1.0.24
2782026-06-09T13:59:05.800Z Compiling serde_core v1.0.228
2792026-06-09T13:59:05.800Z Compiling libc v0.2.186
2802026-06-09T13:59:05.800Z Compiling serde v1.0.228
2812026-06-09T13:59:05.800Z Compiling cfg-if v1.0.4
2822026-06-09T13:59:05.800Z Compiling typenum v1.20.0
2832026-06-09T13:59:05.934Z Compiling log v0.4.29
2842026-06-09T13:59:05.961Z Compiling memchr v2.8.0
2852026-06-09T13:59:06.214Z Compiling autocfg v1.5.0
2862026-06-09T13:59:06.217Z Compiling scopeguard v1.2.0
2872026-06-09T13:59:06.550Z Compiling strsim v0.11.1
2882026-06-09T13:59:06.625Z Compiling stable_deref_trait v1.2.1
2892026-06-09T13:59:06.677Z Compiling errno v0.3.14
2902026-06-09T13:59:06.706Z Compiling lock_api v0.4.14
2912026-06-09T13:59:06.714Z Compiling smallvec v1.15.1
2922026-06-09T13:59:06.844Z Compiling foldhash v0.2.0
2932026-06-09T13:59:06.851Z Compiling equivalent v1.0.2
2942026-06-09T13:59:06.930Z Compiling thiserror v2.0.18
2952026-06-09T13:59:06.954Z Compiling heck v0.5.0
2962026-06-09T13:59:07.087Z Compiling rustversion v1.0.22
2972026-06-09T13:59:07.140Z Compiling syn v2.0.117
2982026-06-09T13:59:07.185Z Compiling ident_case v1.0.1
2992026-06-09T13:59:07.193Z Compiling jobserver v0.1.34
3002026-06-09T13:59:07.266Z Compiling shlex v1.3.0
3012026-06-09T13:59:07.298Z Compiling zeroize v1.8.2
3022026-06-09T13:59:07.401Z Compiling find-msvc-tools v0.1.9
3032026-06-09T13:59:07.442Z Compiling rustix v1.1.4
3042026-06-09T13:59:07.503Z Compiling libm v0.2.16
3052026-06-09T13:59:07.513Z Compiling anyhow v1.0.102
3062026-06-09T13:59:07.627Z Compiling cc v1.2.61
3072026-06-09T13:59:07.819Z Compiling num-traits v0.2.19
3082026-06-09T13:59:07.827Z Compiling version_check v0.9.5
3092026-06-09T13:59:07.973Z Compiling const-oid v0.9.6
3102026-06-09T13:59:08.009Z Compiling zerocopy v0.8.48
3112026-06-09T13:59:08.088Z Compiling generic-array v0.14.7
3122026-06-09T13:59:08.199Z Compiling bitflags v2.11.1
3132026-06-09T13:59:08.317Z Compiling aho-corasick v1.1.4
3142026-06-09T13:59:08.348Z Compiling regex-syntax v0.8.10
3152026-06-09T13:59:08.900Z Compiling hashbrown v0.17.0
3162026-06-09T13:59:08.916Z Compiling hybrid-array v0.4.11
3172026-06-09T13:59:09.388Z Compiling crossbeam-utils v0.8.21
3182026-06-09T13:59:09.586Z Compiling once_cell v1.21.4
3192026-06-09T13:59:09.693Z Compiling indexmap v2.14.0
3202026-06-09T13:59:09.839Z Compiling syn v1.0.109
3212026-06-09T13:59:10.197Z Compiling synstructure v0.13.2
3222026-06-09T13:59:10.257Z Compiling regex-automata v0.4.14
3232026-06-09T13:59:10.591Z Compiling pkg-config v0.3.33
3242026-06-09T13:59:10.693Z Compiling itoa v1.0.18
3252026-06-09T13:59:11.051Z Compiling crypto-common v0.1.7
3262026-06-09T13:59:11.174Z Compiling serde_derive v1.0.228
3272026-06-09T13:59:11.184Z Compiling thiserror-impl v2.0.18
3282026-06-09T13:59:11.291Z Compiling zerofrom-derive v0.1.7
3292026-06-09T13:59:12.407Z Compiling yoke-derive v0.8.2
3302026-06-09T13:59:12.466Z Compiling zerocopy-derive v0.8.48
3312026-06-09T13:59:13.048Z Compiling zerovec-derive v0.11.3
3322026-06-09T13:59:13.420Z Compiling regex v1.12.3
3332026-06-09T13:59:14.112Z Compiling block-buffer v0.10.4
3342026-06-09T13:59:14.265Z Compiling darling_core v0.23.0
3352026-06-09T13:59:14.530Z Compiling crypto-common v0.2.1
3362026-06-09T13:59:14.762Z Compiling zmij v1.0.21
3372026-06-09T13:59:15.046Z Compiling digest v0.10.7
3382026-06-09T13:59:15.289Z Compiling displaydoc v0.2.5
3392026-06-09T13:59:15.418Z Compiling spin v0.9.8
3402026-06-09T13:59:15.640Z Compiling radium v0.7.0
3412026-06-09T13:59:15.920Z Compiling byteorder v1.5.0
3422026-06-09T13:59:16.029Z Compiling cmov v0.5.3
3432026-06-09T13:59:16.193Z Compiling block-buffer v0.12.0
3442026-06-09T13:59:16.260Z Compiling ctutils v0.4.2
3452026-06-09T13:59:16.274Z Compiling crc32fast v1.5.0
3462026-06-09T13:59:16.301Z Compiling const-oid v0.10.2
3472026-06-09T13:59:16.373Z Compiling allocator-api2 v0.2.21
3482026-06-09T13:59:16.410Z Compiling darling_macro v0.23.0
3492026-06-09T13:59:16.496Z Compiling tap v1.0.1
3502026-06-09T13:59:16.594Z Compiling wyz v0.5.1
3512026-06-09T13:59:16.605Z Compiling digest v0.11.2
3522026-06-09T13:59:16.771Z Compiling hashbrown v0.16.1
3532026-06-09T13:59:16.808Z Compiling simd-adler32 v0.3.9
3542026-06-09T13:59:16.831Z Compiling either v1.15.0
3552026-06-09T13:59:16.840Z Compiling funty v2.0.0
3562026-06-09T13:59:16.947Z Compiling darling v0.23.0
3572026-06-09T13:59:17.024Z Compiling base64ct v1.8.3
3582026-06-09T13:59:17.046Z Compiling typeid v1.0.3
3592026-06-09T13:59:17.154Z Compiling static_assertions v1.1.0
3602026-06-09T13:59:17.227Z Compiling bitvec v1.0.1
3612026-06-09T13:59:17.323Z Compiling pem-rfc7468 v0.7.0
3622026-06-09T13:59:17.492Z Compiling clap_derive v4.6.1
3632026-06-09T13:59:17.751Z Compiling der_derive v0.7.3
3642026-06-09T13:59:17.877Z Compiling getrandom v0.2.17
3652026-06-09T13:59:17.918Z Compiling utf8parse v0.2.2
3662026-06-09T13:59:18.025Z Compiling adler2 v2.0.1
3672026-06-09T13:59:18.105Z Compiling cpufeatures v0.2.17
3682026-06-09T13:59:18.176Z Compiling unicode-width v0.2.2
3692026-06-09T13:59:18.185Z Compiling flagset v0.4.7
3702026-06-09T13:59:18.207Z Compiling sha2 v0.10.9
3712026-06-09T13:59:18.314Z Compiling miniz_oxide v0.8.9
3722026-06-09T13:59:18.322Z Compiling rand_core v0.6.4
3732026-06-09T13:59:18.486Z Compiling anstyle-parse v1.0.0
3742026-06-09T13:59:18.595Z Compiling lazy_static v1.5.0
3752026-06-09T13:59:18.685Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3762026-06-09T13:59:18.693Z Compiling der v0.7.10
3772026-06-09T13:59:18.713Z Compiling crossbeam-epoch v0.9.18
3782026-06-09T13:59:19.084Z Compiling cpufeatures v0.3.0
3792026-06-09T13:59:19.156Z Compiling colorchoice v1.0.5
3802026-06-09T13:59:19.165Z Compiling powerfmt v0.2.0
3812026-06-09T13:59:19.277Z Compiling anstyle v1.0.14
3822026-06-09T13:59:19.344Z Compiling anstyle-query v1.1.5
3832026-06-09T13:59:19.414Z Compiling zlib-rs v0.6.3
3842026-06-09T13:59:19.442Z Compiling is_terminal_polyfill v1.70.2
3852026-06-09T13:59:19.446Z Compiling deranged v0.5.8
3862026-06-09T13:59:19.539Z Compiling anstream v1.0.0
3872026-06-09T13:59:19.776Z Compiling spki v0.7.3
3882026-06-09T13:59:20.100Z Compiling crossbeam-deque v0.8.6
3892026-06-09T13:59:20.125Z Compiling ppv-lite86 v0.2.21
3902026-06-09T13:59:20.255Z Compiling twox-hash v2.1.2
3912026-06-09T13:59:20.316Z Compiling object v0.39.1
3922026-06-09T13:59:20.461Z Compiling num-conv v0.2.1
3932026-06-09T13:59:20.567Z Compiling num_threads v0.1.7
3942026-06-09T13:59:20.646Z Compiling time-core v0.1.8
3952026-06-09T13:59:20.762Z Compiling maybe-uninit v2.0.0
3962026-06-09T13:59:20.785Z Compiling time v0.3.47
3972026-06-09T13:59:21.127Z Compiling rand_chacha v0.3.1
3982026-06-09T13:59:21.306Z Compiling ruzstd v0.8.2
3992026-06-09T13:59:21.417Z Compiling bitfield-macros v0.19.4
4002026-06-09T13:59:21.576Z Compiling terminal_size v0.4.4
4012026-06-09T13:59:21.680Z Compiling num-integer v0.1.46
4022026-06-09T13:59:21.932Z Compiling parking_lot_core v0.9.12
4032026-06-09T13:59:22.123Z Compiling clap_lex v1.1.0
4042026-06-09T13:59:22.185Z Compiling getrandom v0.4.2
4052026-06-09T13:59:22.442Z Compiling packed_struct v0.10.1
4062026-06-09T13:59:22.505Z Compiling flate2 v1.1.9
4072026-06-09T13:59:22.508Z Compiling rand_core v0.10.1
4082026-06-09T13:59:22.545Z Compiling zstd-safe v7.2.4
4092026-06-09T13:59:22.671Z Compiling num-bigint-dig v0.8.6
4102026-06-09T13:59:22.841Z Compiling bitfield v0.19.4
4112026-06-09T13:59:22.894Z Compiling clap_builder v4.6.0
4122026-06-09T13:59:23.904Z Compiling num-iter v0.1.45
4132026-06-09T13:59:24.024Z Compiling rand v0.8.6
4142026-06-09T13:59:24.603Z Compiling pkcs8 v0.10.2
4152026-06-09T13:59:25.637Z Compiling serde_with_macros v3.18.0
4162026-06-09T13:59:25.734Z Compiling packed_struct_codegen v0.10.1
4172026-06-09T13:59:25.791Z Compiling inout v0.2.2
4182026-06-09T13:59:25.939Z Compiling capstone-sys v0.18.0
4192026-06-09T13:59:26.342Z Compiling crc-catalog v2.5.0
4202026-06-09T13:59:26.450Z Compiling fallible-iterator v0.3.0
4212026-06-09T13:59:26.692Z Compiling nodrop v0.1.14
4222026-06-09T13:59:26.742Z Compiling base64 v0.21.7
4232026-06-09T13:59:26.781Z Compiling array-init v0.0.4
4242026-06-09T13:59:26.892Z Compiling serde_with v3.18.0
4252026-06-09T13:59:27.128Z Compiling ron v0.8.1
4262026-06-09T13:59:27.320Z Compiling crc v3.4.0
4272026-06-09T13:59:28.412Z Compiling cipher v0.5.1
4282026-06-09T13:59:28.664Z Compiling clap v4.6.1
4292026-06-09T13:59:28.741Z Compiling pkcs1 v0.7.5
4302026-06-09T13:59:28.848Z Compiling smallvec v0.6.14
4312026-06-09T13:59:31.002Z Compiling signature v2.2.0
4322026-06-09T13:59:31.012Z Compiling hmac v0.13.0
4332026-06-09T13:59:31.176Z Compiling hubpack_derive v0.1.1
4342026-06-09T13:59:31.218Z Compiling env_filter v1.0.1
4352026-06-09T13:59:31.674Z Compiling zerofrom v0.1.7
4362026-06-09T13:59:31.789Z Compiling scroll_derive v0.13.1
4372026-06-09T13:59:32.579Z Compiling parse_int v0.9.0
4382026-06-09T13:59:32.638Z Compiling slog v2.8.2
4392026-06-09T13:59:32.717Z Compiling semver v1.0.28
4402026-06-09T13:59:32.862Z Compiling indexmap v1.9.3
4412026-06-09T13:59:33.003Z Compiling portable-atomic v1.13.1
4422026-06-09T13:59:33.085Z Compiling cpp_demangle v0.5.1
4432026-06-09T13:59:33.089Z Compiling rayon-core v1.13.0
4442026-06-09T13:59:33.206Z Compiling bumpalo v3.20.2
4452026-06-09T13:59:33.299Z Compiling icu_properties_data v2.2.0
4462026-06-09T13:59:33.449Z Compiling serde_json v1.0.149
4472026-06-09T13:59:33.497Z Compiling lzss v0.9.1
4482026-06-09T13:59:33.505Z Compiling prettyplease v0.2.37
4492026-06-09T13:59:33.519Z Compiling subtle v2.6.1
4502026-06-09T13:59:33.666Z Compiling cpubits v0.1.1
4512026-06-09T13:59:33.675Z Compiling icu_normalizer_data v2.2.0
4522026-06-09T13:59:33.738Z Compiling winnow v1.0.2
4532026-06-09T13:59:33.768Z Compiling jiff v0.2.24
4542026-06-09T13:59:33.794Z Compiling libbz2-rs-sys v0.2.3
4552026-06-09T13:59:33.881Z Compiling yoke v0.8.2
4562026-06-09T13:59:34.061Z Compiling toml_parser v1.1.2+spec-1.1.0
4572026-06-09T13:59:34.212Z Compiling aes v0.9.0
4582026-06-09T13:59:35.390Z Compiling bzip2 v0.6.1
4592026-06-09T13:59:35.433Z Compiling rsa v0.9.10
4602026-06-09T13:59:35.701Z Compiling zopfli v0.8.3
4612026-06-09T13:59:36.098Z Compiling scroll v0.13.0
4622026-06-09T13:59:36.405Z Compiling hubpack v0.1.2
4632026-06-09T13:59:36.703Z Compiling env_logger v0.11.10
4642026-06-09T13:59:37.046Z Compiling pbkdf2 v0.13.0
4652026-06-09T13:59:37.928Z Compiling serde-hex v0.1.0
4662026-06-09T13:59:38.232Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4672026-06-09T13:59:38.945Z Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4682026-06-09T13:59:39.166Z Compiling x509-cert v0.2.5
4692026-06-09T13:59:39.274Z Compiling sha1 v0.11.0
4702026-06-09T13:59:39.750Z Compiling lzma-rust2 v0.16.2
4712026-06-09T13:59:40.070Z Compiling erased-serde v0.3.31
4722026-06-09T13:59:40.678Z Compiling num-derive v0.4.2
4732026-06-09T13:59:41.605Z Compiling toml_datetime v1.1.1+spec-1.1.0
4742026-06-09T13:59:42.107Z Compiling serde_spanned v1.1.1
4752026-06-09T13:59:42.251Z Compiling typed-path v0.12.3
4762026-06-09T13:59:45.469Z Compiling ppmd-rust v1.4.0
4772026-06-09T13:59:45.557Z Compiling constant_time_eq v0.4.2
4782026-06-09T13:59:45.768Z Compiling crc-any v2.5.0
4792026-06-09T13:59:45.824Z Compiling toml_writer v1.1.1+spec-1.1.0
4802026-06-09T13:59:45.901Z Compiling hex v0.4.3
4812026-06-09T13:59:46.096Z Compiling deflate64 v0.1.12
4822026-06-09T13:59:46.187Z Compiling fnv v1.0.7
4832026-06-09T13:59:46.281Z Compiling void v1.0.2
4842026-06-09T13:59:46.385Z Compiling hashbrown v0.12.3
4852026-06-09T13:59:46.640Z Compiling gimli v0.33.0
4862026-06-09T13:59:46.677Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4872026-06-09T13:59:47.479Z Compiling toml v1.1.2+spec-1.1.0
4882026-06-09T13:59:50.378Z Compiling zstd v0.13.3
4892026-06-09T13:59:50.845Z Compiling zip v8.6.0
4902026-06-09T13:59:53.537Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4912026-06-09T13:59:55.867Z Compiling console v0.16.3
4922026-06-09T13:59:56.756Z Compiling serde-big-array v0.5.1
4932026-06-09T13:59:56.894Z Compiling memmap2 v0.9.10
4942026-06-09T13:59:56.911Z Compiling path-slash v0.2.1
4952026-06-09T13:59:57.098Z Compiling plain v0.2.3
4962026-06-09T13:59:57.150Z Compiling colored v3.1.1
4972026-06-09T13:59:57.167Z Compiling rustc-demangle v0.1.27
4982026-06-09T13:59:57.193Z Compiling typed-arena v2.0.2
4992026-06-09T13:59:57.204Z Compiling unit-prefix v0.5.2
5002026-06-09T13:59:57.333Z Compiling indicatif v0.18.4
5012026-06-09T13:59:57.349Z Compiling goblin v0.10.5
5022026-06-09T13:59:57.573Z Compiling addr2line v0.26.1
5032026-06-09T13:59:58.037Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5042026-06-09T13:59:58.370Z Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7)
5052026-06-09T13:59:58.660Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-06-09T13:59:59.291Z Compiling rayon v1.12.0
5072026-06-09T14:00:01.619Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5082026-06-09T14:00:01.630Z Compiling ron v0.12.1
5092026-06-09T14:00:01.718Z Compiling zerovec v0.11.6
5102026-06-09T14:00:02.242Z Compiling multimap v0.10.1
5112026-06-09T14:00:02.448Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5122026-06-09T14:00:03.123Z Compiling auto_impl v1.3.0
5132026-06-09T14:00:04.008Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-06-09T14:00:05.441Z Compiling parking_lot v0.12.5
5152026-06-09T14:00:06.701Z Compiling tinystr v0.8.3
5162026-06-09T14:00:06.790Z Compiling rustc_version v0.4.1
5172026-06-09T14:00:06.895Z Compiling ryu v1.0.23
5182026-06-09T14:00:07.054Z Compiling writeable v0.6.3
5192026-06-09T14:00:07.245Z Compiling litemap v0.8.2
5202026-06-09T14:00:07.254Z Compiling heapless v0.7.17
5212026-06-09T14:00:07.430Z Compiling icu_locale_core v2.2.0
5222026-06-09T14:00:07.522Z Compiling potential_utf v0.1.5
5232026-06-09T14:00:07.676Z Compiling toml_edit v0.25.11+spec-1.1.0
5242026-06-09T14:00:08.351Z Compiling zerotrie v0.2.4
5252026-06-09T14:00:08.632Z Compiling utf8_iter v1.0.4
5262026-06-09T14:00:08.739Z Compiling proc-macro-hack v0.5.20+deprecated
5272026-06-09T14:00:08.772Z Compiling icu_collections v2.2.0
5282026-06-09T14:00:09.060Z Compiling icu_provider v2.2.0
5292026-06-09T14:00:09.215Z Compiling proc-macro-crate v3.5.0
5302026-06-09T14:00:09.637Z Compiling hash32 v0.2.1
5312026-06-09T14:00:09.645Z Compiling strum_macros v0.27.2
5322026-06-09T14:00:09.832Z Compiling percent-encoding v2.3.2
5332026-06-09T14:00:11.441Z Compiling strum v0.27.2
5342026-06-09T14:00:12.600Z Compiling postcard-cobs v0.1.5-pre
5352026-06-09T14:00:12.648Z Compiling darling_core v0.20.11
5362026-06-09T14:00:12.843Z Compiling postcard v0.7.3
5372026-06-09T14:00:13.148Z Compiling pkg-version-impl v0.1.1
5382026-06-09T14:00:13.538Z Compiling capstone v0.14.0
5392026-06-09T14:00:14.022Z Compiling icu_normalizer v2.2.0
5402026-06-09T14:00:14.149Z Compiling icu_properties v2.2.0
5412026-06-09T14:00:14.353Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5422026-06-09T14:00:14.600Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5432026-06-09T14:00:14.637Z Compiling itertools v0.14.0
5442026-06-09T14:00:14.704Z Compiling darling_macro v0.20.11
5452026-06-09T14:00:15.255Z Compiling idna_adapter v1.2.2
5462026-06-09T14:00:15.362Z Compiling pkg-version v1.0.0
5472026-06-09T14:00:15.384Z Compiling unicode-width v0.1.14
5482026-06-09T14:00:15.405Z Compiling virtue v0.0.18
5492026-06-09T14:00:15.448Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5502026-06-09T14:00:15.730Z Compiling idna v1.1.0
5512026-06-09T14:00:15.940Z Compiling bincode_derive v2.0.1
5522026-06-09T14:00:16.256Z Compiling darling v0.20.11
5532026-06-09T14:00:16.297Z Compiling form_urlencoded v1.2.2
5542026-06-09T14:00:16.334Z Compiling bytemuck_derive v1.10.2
5552026-06-09T14:00:16.459Z Compiling pin-project-lite v0.2.17
5562026-06-09T14:00:16.557Z Compiling url v2.5.8
5572026-06-09T14:00:16.565Z Compiling deku_derive v0.18.1
5582026-06-09T14:00:16.573Z Compiling num_enum_derive v0.7.6
5592026-06-09T14:00:17.256Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5602026-06-09T14:00:17.509Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5612026-06-09T14:00:17.551Z Compiling bytemuck v1.25.0
5622026-06-09T14:00:17.706Z Compiling jep106 v0.3.0
5632026-06-09T14:00:17.763Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5642026-06-09T14:00:17.783Z Compiling tracing-core v0.1.36
5652026-06-09T14:00:17.979Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5662026-06-09T14:00:18.127Z Compiling csv-core v0.1.13
5672026-06-09T14:00:18.260Z Compiling no_std_io2 v0.8.1
5682026-06-09T14:00:18.335Z Compiling heapless v0.9.3
5692026-06-09T14:00:18.594Z Compiling base64 v0.22.1
5702026-06-09T14:00:18.637Z Compiling unsafe-libyaml v0.2.11
5712026-06-09T14:00:18.927Z Compiling futures-core v0.3.32
5722026-06-09T14:00:19.005Z Compiling unty v0.0.4
5732026-06-09T14:00:19.097Z Compiling bincode v2.0.1
5742026-06-09T14:00:19.154Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5752026-06-09T14:00:19.407Z Compiling serde_yaml v0.9.34+deprecated
5762026-06-09T14:00:19.725Z Compiling deku v0.18.1
5772026-06-09T14:00:19.807Z Compiling csv v1.4.0
5782026-06-09T14:00:20.165Z Compiling num_enum v0.7.6
5792026-06-09T14:00:20.176Z Compiling hash32 v0.3.1
5802026-06-09T14:00:20.285Z Compiling md-5 v0.10.6
5812026-06-09T14:00:20.448Z Compiling serde_plain v1.0.2
5822026-06-09T14:00:20.671Z Compiling tracing-attributes v0.1.31
5832026-06-09T14:00:20.706Z Compiling miette-derive v7.6.0
5842026-06-09T14:00:20.794Z Compiling strum_macros v0.28.0
5852026-06-09T14:00:21.004Z Compiling async-io v2.6.0
5862026-06-09T14:00:21.242Z Compiling slab v0.4.12
5872026-06-09T14:00:21.830Z Compiling object v0.38.1
5882026-06-09T14:00:21.910Z Compiling libdevinfo-sys v1.1.0
5892026-06-09T14:00:22.014Z Compiling devinfo v0.1.0
5902026-06-09T14:00:22.038Z Compiling tracing v0.1.44
5912026-06-09T14:00:22.163Z Compiling miette v7.6.0
5922026-06-09T14:00:22.320Z Compiling esp-idf-part v0.6.0
5932026-06-09T14:00:22.383Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5942026-06-09T14:00:22.616Z Compiling strum v0.28.0
5952026-06-09T14:00:22.849Z Compiling futures-lite v2.6.1
5962026-06-09T14:00:22.967Z Compiling gimli v0.32.3
5972026-06-09T14:00:23.160Z Compiling md-5 v0.11.0
5982026-06-09T14:00:23.297Z Compiling docsplay-macros v0.1.2
5992026-06-09T14:00:23.468Z Compiling concurrent-queue v2.5.0
6002026-06-09T14:00:23.708Z Compiling polling v3.11.0
6012026-06-09T14:00:23.744Z Compiling rmp v0.8.15
6022026-06-09T14:00:24.036Z Compiling futures-io v0.3.32
6032026-06-09T14:00:24.134Z Compiling parking v2.2.1
6042026-06-09T14:00:24.198Z Compiling docsplay v0.1.3
6052026-06-09T14:00:24.297Z Compiling rmp-serde v1.3.1
6062026-06-09T14:00:25.212Z Compiling cobs v0.5.1
6072026-06-09T14:00:25.614Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6082026-06-09T14:00:26.275Z Compiling espflash v4.4.0
6092026-06-09T14:00:26.843Z Compiling chacha20 v0.10.0
6102026-06-09T14:00:27.164Z Compiling uf2-decode v0.2.0
6112026-06-09T14:00:27.407Z Compiling ihex v3.0.0
6122026-06-09T14:00:27.683Z Compiling dunce v1.0.5
6132026-06-09T14:00:27.788Z Compiling rand v0.10.1
6142026-06-09T14:00:28.179Z Compiling unicode-segmentation v1.13.2
6152026-06-09T14:00:28.574Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6162026-06-09T14:00:28.705Z Compiling signal-hook v0.3.18
6172026-06-09T14:00:29.134Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
6182026-06-09T14:00:29.602Z Compiling signal-hook-registry v1.4.8
6192026-06-09T14:00:29.702Z Compiling convert_case v0.10.0
6202026-06-09T14:00:30.211Z Compiling mio v1.2.0
6212026-06-09T14:00:30.337Z Compiling mio v0.8.11
6222026-06-09T14:00:30.570Z Compiling derive_more-impl v2.1.1
6232026-06-09T14:00:31.099Z Compiling signal-hook-mio v0.2.5
6242026-06-09T14:00:31.381Z Compiling litrs v1.0.0
6252026-06-09T14:00:31.745Z Compiling derive_more v2.1.1
6262026-06-09T14:00:31.821Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6272026-06-09T14:00:31.830Z Compiling document-features v0.2.12
6282026-06-09T14:00:32.293Z Compiling convert_case v0.11.0
6292026-06-09T14:00:32.390Z Compiling crossterm v0.29.0
6302026-06-09T14:00:32.566Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6312026-06-09T14:00:32.706Z Compiling paste v1.0.15
6322026-06-09T14:00:33.232Z Compiling camino v1.2.2
6332026-06-09T14:00:34.287Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6342026-06-09T14:00:34.598Z Compiling crossbeam-channel v0.5.15
6352026-06-09T14:00:34.623Z Compiling castaway v0.2.4
6362026-06-09T14:00:35.376Z Compiling indoc v2.0.7
6372026-06-09T14:00:35.588Z Compiling instability v0.3.12
6382026-06-09T14:00:35.681Z Compiling thiserror v1.0.69
6392026-06-09T14:00:35.818Z Compiling lazy-regex-proc_macros v3.6.0
6402026-06-09T14:00:35.838Z Compiling compact_str v0.9.0
6412026-06-09T14:00:35.931Z Compiling unicode-truncate v2.0.1
6422026-06-09T14:00:36.620Z Compiling kasuari v0.4.12
6432026-06-09T14:00:36.665Z Compiling lru v0.16.4
6442026-06-09T14:00:36.695Z Compiling thiserror-impl v1.0.69
6452026-06-09T14:00:36.858Z Compiling crossbeam-queue v0.3.12
6462026-06-09T14:00:37.032Z Compiling cargo-platform v0.3.3
6472026-06-09T14:00:37.098Z Compiling crossbeam v0.8.4
6482026-06-09T14:00:37.200Z Compiling cargo_metadata v0.23.1
6492026-06-09T14:00:37.276Z Compiling ratatui-core v0.1.0
6502026-06-09T14:00:37.963Z Compiling lazy-regex v3.6.0
6512026-06-09T14:00:38.008Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6522026-06-09T14:00:38.894Z Compiling bitflags v1.3.2
6532026-06-09T14:00:38.972Z Compiling binrw_derive v0.14.2
6542026-06-09T14:00:39.226Z Compiling strict v0.2.0
6552026-06-09T14:00:39.280Z Compiling base64 v0.13.1
6562026-06-09T14:00:39.548Z Compiling ron v0.6.6
6572026-06-09T14:00:39.584Z Compiling crokey-proc_macros v1.4.0
6582026-06-09T14:00:39.684Z Compiling crossterm v0.23.2
6592026-06-09T14:00:40.267Z Compiling line-clipping v0.3.7
6602026-06-09T14:00:40.473Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6612026-06-09T14:00:40.633Z Compiling binrw v0.14.2
6622026-06-09T14:00:40.675Z Compiling owo-colors v3.5.0
6632026-06-09T14:00:41.057Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6642026-06-09T14:00:41.789Z Compiling cargo-readme v3.3.2
6652026-06-09T14:00:42.469Z Compiling crokey v1.4.0
6662026-06-09T14:00:43.164Z Compiling ratatui-widgets v0.3.0
6672026-06-09T14:00:43.941Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6682026-06-09T14:00:44.481Z Compiling coolor v0.8.0
6692026-06-09T14:00:44.753Z Compiling coolor v1.1.0
6702026-06-09T14:00:45.010Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6712026-06-09T14:00:45.033Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6722026-06-09T14:00:45.741Z Compiling half v2.7.1
6732026-06-09T14:00:46.094Z Compiling minimad v0.13.1
6742026-06-09T14:00:46.106Z Compiling minimad v0.14.0
6752026-06-09T14:00:46.510Z Compiling array-init v2.1.0
6762026-06-09T14:00:46.625Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6772026-06-09T14:00:46.748Z Compiling ciborium-io v0.2.2
6782026-06-09T14:00:46.847Z Compiling convert_case v0.4.0
6792026-06-09T14:00:47.150Z Compiling derive_more v0.99.20
6802026-06-09T14:00:47.225Z Compiling ciborium-ll v0.2.2
6812026-06-09T14:00:47.516Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6822026-06-09T14:00:48.122Z Compiling termimad v0.34.1
6832026-06-09T14:00:48.785Z Compiling termimad v0.25.7
6842026-06-09T14:00:49.365Z Compiling ratatui-macros v0.7.0
6852026-06-09T14:00:49.463Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6862026-06-09T14:00:49.718Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6872026-06-09T14:00:50.026Z Compiling ratatui-crossterm v0.1.0
6882026-06-09T14:00:50.244Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6892026-06-09T14:00:50.276Z Compiling sha2 v0.11.0
6902026-06-09T14:00:50.730Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6912026-06-09T14:00:50.999Z Compiling iana-time-zone v0.1.65
6922026-06-09T14:00:51.435Z Compiling xml v1.2.1
6932026-06-09T14:00:51.516Z Compiling parse-size v1.1.0
6942026-06-09T14:00:51.717Z Compiling chrono v0.4.44
6952026-06-09T14:00:52.456Z Compiling serde-xml-rs v0.8.2
6962026-06-09T14:00:53.854Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6972026-06-09T14:00:56.053Z Compiling ratatui v0.30.0
6982026-06-09T14:00:56.184Z Compiling raw-cpuid v11.6.0
6992026-06-09T14:00:56.929Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7002026-06-09T14:00:56.977Z Compiling ciborium v0.2.2
7012026-06-09T14:00:57.041Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7022026-06-09T14:00:57.944Z Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin)
7032026-06-09T14:00:58.441Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7042026-06-09T14:00:58.452Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7052026-06-09T14:00:59.216Z Compiling tracing-log v0.2.0
7062026-06-09T14:00:59.592Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7072026-06-09T14:00:59.667Z Compiling sharded-slab v0.1.7
7082026-06-09T14:00:59.771Z Compiling matchers v0.2.0
7092026-06-09T14:00:59.941Z Compiling termios v0.3.3
7102026-06-09T14:01:00.131Z Compiling thread_local v1.1.9
7112026-06-09T14:01:00.191Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7122026-06-09T14:01:00.396Z Compiling splitty v1.0.2
7132026-06-09T14:01:00.449Z Compiling nu-ansi-term v0.50.3
7142026-06-09T14:01:00.558Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7152026-06-09T14:01:00.574Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7162026-06-09T14:01:00.587Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7172026-06-09T14:01:01.088Z Compiling tracing-subscriber v0.3.23
7182026-06-09T14:01:02.625Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7192026-06-09T14:01:02.945Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7202026-06-09T14:01:03.351Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7212026-06-09T14:01:05.474Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7222026-06-09T14:01:05.729Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7232026-06-09T14:01:07.535Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7242026-06-09T14:01:07.815Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7252026-06-09T14:01:09.071Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7262026-06-09T14:01:09.304Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7272026-06-09T14:01:10.430Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7282026-06-09T14:01:12.795Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7292026-06-09T14:01:12.831Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7302026-06-09T14:01:19.127Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7312026-06-09T14:01:20.439Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7322026-06-09T14:01:21.391Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7332026-06-09T14:01:21.940Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7342026-06-09T14:01:22.029Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7352026-06-09T14:01:25.449Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7362026-06-09T14:01:25.521Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7372026-06-09T14:01:25.951Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7382026-06-09T14:01:26.930Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7392026-06-09T14:01:29.361Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7402026-06-09T14:01:30.484Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7412026-06-09T14:01:30.593Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7422026-06-09T14:01:31.939Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7432026-06-09T14:01:32.165Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7442026-06-09T14:01:32.731Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7452026-06-09T14:01:34.444Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7462026-06-09T14:01:35.260Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7472026-06-09T14:01:36.492Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7482026-06-09T14:01:37.720Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7492026-06-09T14:01:38.032Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7502026-06-09T14:01:39.042Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7512026-06-09T14:01:39.365Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7522026-06-09T14:01:39.825Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7532026-06-09T14:01:40.093Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7542026-06-09T14:01:41.919Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7552026-06-09T14:01:44.075Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7562026-06-09T14:01:45.064Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7572026-06-09T14:01:45.091Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7582026-06-09T14:01:45.429Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7592026-06-09T14:01:45.481Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7602026-06-09T14:01:47.202Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7612026-06-09T14:01:48.665Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7622026-06-09T14:01:48.864Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7632026-06-09T14:01:49.558Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7642026-06-09T14:01:50.944Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7652026-06-09T14:01:51.937Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7662026-06-09T14:01:51.999Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7672026-06-09T14:01:52.075Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7682026-06-09T14:02:12.654Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 07s
7692026-06-09T14:03:13.549Zpkg://helios/developer/debug/humility@0.13.0.693,5.11-3.0:20260609T140218Z
7702026-06-09T14:03:13.549ZPUBLISHED
7712026-06-09T14:03:13.768ZRetrieving packages for publisher helios ...
7722026-06-09T14:03:13.771ZRetrieving catalog 'helios' ... Done
7732026-06-09T14:03:13.774ZRetrieving and evaluating 1 package(s)...
7742026-06-09T14:03:13.774ZFetching manifests: 1/1 100% complete
7752026-06-09T14:03:13.774ZFetching manifests: 1/1 100% complete
7762026-06-09T14:03:13.774Z
7772026-06-09T14:03:13.774ZArchiving packages ...
7782026-06-09T14:03:13.774Z Packages to add: 1
7792026-06-09T14:03:13.774Z Files to retrieve: 1
7802026-06-09T14:03:13.774ZEstimated transfer size: 136.94 MB
7812026-06-09T14:03:13.774Z
7822026-06-09T14:03:13.774ZPackages to archive:
7832026-06-09T14:03:13.774Zdeveloper/debug/humility@0.13.0.693,5.11-3.0:20260609T140218Z
7842026-06-09T14:03:13.774Z
7852026-06-09T14:03:13.774ZDownload: 0/1 items 0.0/136.9MB 0% complete
7862026-06-09T14:03:14.017ZDownload: Completed 136.94 MB in 0.25 seconds (556M/s)
7872026-06-09T14:03:14.021ZArchiving: 1/10 items 0.0/137.0MB 0% complete
7882026-06-09T14:03:14.073ZArchiving: Completed 136.95 MB in 0.05 seconds
7892026-06-09T14:03:14.116ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.693-3.0.p5p.
7902026-06-09T14:03:14.123Z
7912026-06-09T14:03:14.126Zreal 4:32.599605433
7922026-06-09T14:03:14.126Zuser 22:25.907169830
7932026-06-09T14:03:14.126Zsys 1:36.062789460
7942026-06-09T14:03:14.126Ztrap 0.673752482
7952026-06-09T14:03:14.126Ztflt 1.186369711
7962026-06-09T14:03:14.126Zdflt 1.651213862
7972026-06-09T14:03:14.126Zkflt 0.011163493
7982026-06-09T14:03:14.126Zlock 1:33:56.435535015
7992026-06-09T14:03:14.126Zslp 1:12:18.441724200
8002026-06-09T14:03:14.126Zlat 1:23.865819536
8012026-06-09T14:03:14.126Zstop 1:12.251971150
8022026-06-09T14:03:14.126Z+ banner copy
8032026-06-09T14:03:14.126Z
8042026-06-09T14:03:14.126Z #### #### ##### # #
8052026-06-09T14:03:14.126Z # # # # # # # #
8062026-06-09T14:03:14.126Z # # # # # #
8072026-06-09T14:03:14.126Z # # # ##### #
8082026-06-09T14:03:14.126Z # # # # # #
8092026-06-09T14:03:14.126Z #### #### # #
8102026-06-09T14:03:14.126Z
8112026-06-09T14:03:14.126Z+ pfexec mkdir -p /out
8122026-06-09T14:03:14.129Z+ pfexec chown 12345 /out
8132026-06-09T14:03:14.129Z+ PKG_NAME=/out/humility.p5p
8142026-06-09T14:03:14.129Z+ mv pkg/packages/repo/humility-0.13.0.693-3.0.p5p /out/humility.p5p
8152026-06-09T14:03:14.229Z+ sha256sum /out/humility.p5p
8162026-06-09T14:03:14.308Zprocess exited: duration 279714 ms, exit code 0
 
8172026-06-09T14:03:14.319Zfound 2 output files
8182026-06-09T14:03:14.319Zuploading: /out/humility.p5p (143616000 bytes)
8192026-06-09T14:03:16.061Zuploaded: /out/humility.p5p
8202026-06-09T14:03:16.061Zuploading: /out/humility.p5p.sha256 (84 bytes)
8212026-06-09T14:03:17.072Zuploaded: /out/humility.p5p.sha256