01KY4DVNKJ0T6260NX3ZNDEPY5: 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: 01KY4DVXJ13Y9CB3F6H77C0YK2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T08:08:40.189Zjob assigned to worker 01KY4DVZYEVAJT367FR46HN465 [factory aws, i-0538b3c1e578cc8c2] (queued for 44 s)
 
22026-07-22T08:08:46.096Zstarting task 0: "setup"
32026-07-22T08:08:46.102Z++ uname -s
42026-07-22T08:08:46.105Z+ kern=SunOS
52026-07-22T08:08:46.105Z+ build_user=build
62026-07-22T08:08:46.105Z+ build_uid=12345
72026-07-22T08:08:46.105Z+ work_dir=/work
82026-07-22T08:08:46.105Z+ input_dir=/input
92026-07-22T08:08:46.105Z+ [[ 0 == 12345 ]]
102026-07-22T08:08:46.105Z+ case "$kern" in
112026-07-22T08:08:46.105Z+ groupadd -g 12345 build
122026-07-22T08:08:46.105Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T08:08:48.112Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T08:08:48.169Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T08:08:48.172Z+ home_fs=zfs
162026-07-22T08:08:48.173Z+ [[ zfs == autofs ]]
172026-07-22T08:08:48.173Z+ mkdir -p /home/build
182026-07-22T08:08:48.173Z+ chown build:build /home/build /work
192026-07-22T08:08:50.173Z+ chmod 0700 /home/build /work
202026-07-22T08:08:50.176Zprocess exited: duration 4077 ms, exit code 0
 
212026-07-22T08:08:50.183Zstarting task 1: "rust-toolchain"
222026-07-22T08:08:50.186Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-22T08:08:50.186Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T08:08:50.186Z * rust toolchain channel = "stable"
252026-07-22T08:08:50.186Z * rust toolchain profile = "default"
262026-07-22T08:08:50.186Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T08:08:50.186Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T08:08:50.190Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T08:08:50.190Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-22T08:08:50.293Zinfo: downloading installer
312026-07-22T08:08:51.554Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T08:08:51.554Zwarn: /home/build/.rustup/settings.toml
332026-07-22T08:08:51.554Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T08:08:51.554Zwarn: instead of the one inferred from the default host triple.
352026-07-22T08:08:51.566Zinfo: profile set to default
362026-07-22T08:08:51.566Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T08:08:51.570Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-22T08:08:51.695Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-22T08:08:51.698Zinfo: downloading 6 components
402026-07-22T08:09:07.307Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-22T08:09:07.307Z
422026-07-22T08:09:07.334Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-22T08:09:07.334Z
442026-07-22T08:09:07.334Z
452026-07-22T08:09:07.334ZRust is installed now. Great!
462026-07-22T08:09:07.334Z
472026-07-22T08:09:07.334ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T08:09:07.334Zenvironment variable. This has not been done automatically.
492026-07-22T08:09:07.334Z
502026-07-22T08:09:07.334ZTo configure your current shell, you need to source
512026-07-22T08:09:07.334Zthe corresponding env file under $HOME/.cargo.
522026-07-22T08:09:07.334Z
532026-07-22T08:09:07.334ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T08:09:07.337Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T08:09:07.337Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T08:09:07.338Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T08:09:07.338Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T08:09:07.338Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T08:09:07.338Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T08:09:07.338Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T08:09:07.338Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T08:09:07.428Z+ rustup --version
632026-07-22T08:09:07.436Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T08:09:07.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T08:09:07.457Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-22T08:09:07.460Z+ cargo --version
672026-07-22T08:09:07.474Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-22T08:09:07.478Z+ rustc --version
692026-07-22T08:09:07.496Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-22T08:09:07.499Zprocess exited: duration 17315 ms, exit code 0
 
712026-07-22T08:09:07.505Zstarting task 2: "authentication"
722026-07-22T08:09:07.522Zprocess exited: duration 16 ms, exit code 0
 
732026-07-22T08:09:07.528Zstarting task 3: "clone repository"
742026-07-22T08:09:07.531Z+ mkdir -p /work/oxidecomputer/humility
752026-07-22T08:09:07.534Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-22T08:09:07.565ZCloning into '/work/oxidecomputer/humility'...
772026-07-22T08:09:23.882Z+ cd /work/oxidecomputer/humility
782026-07-22T08:09:23.883Z+ git fetch origin 7e0c768db7b4ad78907b756d966d24afc1e236ea
792026-07-22T08:09:24.090ZFrom https://github.com/oxidecomputer/humility
802026-07-22T08:09:24.090Z * branch 7e0c768db7b4ad78907b756d966d24afc1e236ea -> FETCH_HEAD
812026-07-22T08:09:24.096Z+ [[ -n james/less-debug ]]
822026-07-22T08:09:24.099Z++ git branch --show-current
832026-07-22T08:09:24.099Z+ current=master
842026-07-22T08:09:24.099Z+ [[ master != james/less-debug ]]
852026-07-22T08:09:24.099Z+ git branch -f james/less-debug 7e0c768db7b4ad78907b756d966d24afc1e236ea
862026-07-22T08:09:24.103Z+ git checkout -f james/less-debug
872026-07-22T08:09:24.886ZSwitched to branch 'james/less-debug'
882026-07-22T08:09:24.889Z+ git reset --hard 7e0c768db7b4ad78907b756d966d24afc1e236ea
892026-07-22T08:09:24.897ZHEAD is now at 7e0c768d Drop to line-tables-only for debuginfo in new `binrelease` profile
902026-07-22T08:09:24.900Zprocess exited: duration 17369 ms, exit code 0
 
912026-07-22T08:09:24.906Zstarting task 4: "build"
922026-07-22T08:09:24.910Z+ export CARGO_INCREMENTAL=0
932026-07-22T08:09:24.910Z+ CARGO_INCREMENTAL=0
942026-07-22T08:09:24.910Z+ banner deps
952026-07-22T08:09:24.913Z
962026-07-22T08:09:24.913Z ##### ###### ##### ####
972026-07-22T08:09:24.913Z # # # # # #
982026-07-22T08:09:24.913Z # # ##### # # ####
992026-07-22T08:09:24.913Z # # # ##### #
1002026-07-22T08:09:24.913Z # # # # # #
1012026-07-22T08:09:24.913Z ##### ###### # ####
1022026-07-22T08:09:24.913Z
1032026-07-22T08:09:24.913Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-22T08:09:24.913Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-22T08:09:24.913Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-22T08:09:27.716Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T08:09:27.908Z Startup: Caching catalogs ... Done
1082026-07-22T08:09:28.804ZPlanning: Solver setup ... Done (0.829s)
1092026-07-22T08:09:28.841ZPlanning: Running solver ... Done (0.038s)
1102026-07-22T08:09:28.864ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-22T08:09:28.874ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T08:09:28.888ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T08:09:28.900ZPlanning: Package planning ... Done (0.012s)
1142026-07-22T08:09:28.903ZPlanning: Merging actions ... Done (0.000s)
1152026-07-22T08:09:29.089ZPlanning: Checking for conflicting actions ... Done (0.189s)
1162026-07-22T08:09:29.092ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-22T08:09:29.881ZPlanning: Evaluating mediators ... Done (0.791s)
1182026-07-22T08:09:29.885ZPlanning: Planning completed in 1.95 seconds
1192026-07-22T08:09:29.890Z Packages to install: 2
1202026-07-22T08:09:29.893Z Estimated space available: 155.74 GB
1212026-07-22T08:09:29.893ZEstimated space to be consumed: 38.87 MB
1222026-07-22T08:09:29.893Z Create boot environment: No
1232026-07-22T08:09:29.893ZCreate backup boot environment: No
1242026-07-22T08:09:29.893Z Rebuild boot archive: No
1252026-07-22T08:09:29.893Z
1262026-07-22T08:09:29.893ZChanged packages:
1272026-07-22T08:09:29.893Zhelios
1282026-07-22T08:09:29.893Z library/libftdi1
1292026-07-22T08:09:29.893Z None -> 1.5-3.0
1302026-07-22T08:09:29.893Z ooce/library/libusb-1
1312026-07-22T08:09:29.893Z None -> 1.0.29-3.1
1322026-07-22T08:09:29.915Z
1332026-07-22T08:09:29.915ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-22T08:09:29.954ZDownload: Completed 377.70 kB in 0.04 seconds (9.4M/s)
1352026-07-22T08:09:30.001Z Actions: 1/61 actions (Installing new actions)
1362026-07-22T08:09:30.012Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-22T08:09:30.030ZFinalize: Updating package state database ... Done (0.018s)
1382026-07-22T08:09:30.033ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T08:09:30.078ZFinalize: Updating image state ... Done (0.047s)
1402026-07-22T08:09:32.454ZFinalize: Creating fast lookup database ... Done (2.343s)
1412026-07-22T08:09:32.520ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T08:09:32.523ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T08:09:32.697ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T08:09:32.818Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-22T08:09:33.028ZFMRI IFO
1462026-07-22T08:09:33.028Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-22T08:09:33.028Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-22T08:09:33.062Z+ cargo --version
1492026-07-22T08:09:33.072Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-07-22T08:09:33.075Z+ rustc --version
1512026-07-22T08:09:33.096Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-07-22T08:09:33.099Z+ banner package
1532026-07-22T08:09:33.102Z
1542026-07-22T08:09:33.102Z ##### ## #### # # ## #### ######
1552026-07-22T08:09:33.102Z # # # # # # # # # # # # #
1562026-07-22T08:09:33.102Z # # # # # #### # # # #####
1572026-07-22T08:09:33.102Z ##### ###### # # # ###### # ### #
1582026-07-22T08:09:33.102Z # # # # # # # # # # # #
1592026-07-22T08:09:33.102Z # # # #### # # # # #### ######
1602026-07-22T08:09:33.102Z
1612026-07-22T08:09:33.102Z+ ptime -m cargo xtask package
1622026-07-22T08:09:33.215Z Updating crates.io index
1632026-07-22T08:09:33.219Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-22T08:09:33.514Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-22T08:09:33.756Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-22T08:09:34.060Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-22T08:09:34.366Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-22T08:09:34.810Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-22T08:09:35.052Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-22T08:09:35.375Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-22T08:09:39.800Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-22T08:09:40.068Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-22T08:09:40.328Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-22T08:09:40.562Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-22T08:09:40.860Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-22T08:09:41.109Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-22T08:09:41.802Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-22T08:09:42.065Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-22T08:09:42.387Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-22T08:09:44.729Z Downloading crates ...
1812026-07-22T08:09:44.775Z Downloaded serde_core v1.0.228
1822026-07-22T08:09:44.779Z Downloaded semver v1.0.28
1832026-07-22T08:09:44.784Z Downloaded anstyle-query v1.1.5
1842026-07-22T08:09:44.788Z Downloaded utf8parse v0.2.2
1852026-07-22T08:09:44.791Z Downloaded equivalent v1.0.2
1862026-07-22T08:09:44.794Z Downloaded colorchoice v1.0.5
1872026-07-22T08:09:44.794Z Downloaded is_terminal_polyfill v1.70.2
1882026-07-22T08:09:44.794Z Downloaded percent-encoding v2.3.2
1892026-07-22T08:09:44.797Z Downloaded strsim v0.11.1
1902026-07-22T08:09:44.808Z Downloaded clap_lex v1.1.0
1912026-07-22T08:09:44.814Z Downloaded itoa v1.0.18
1922026-07-22T08:09:44.817Z Downloaded heck v0.5.0
1932026-07-22T08:09:44.820Z Downloaded cargo-platform v0.3.3
1942026-07-22T08:09:44.823Z Downloaded toml v1.1.2+spec-1.1.0
1952026-07-22T08:09:44.823Z Downloaded thiserror-impl v2.0.18
1962026-07-22T08:09:44.826Z Downloaded anstyle v1.0.14
1972026-07-22T08:09:44.829Z Downloaded lazy_static v1.5.0
1982026-07-22T08:09:44.829Z Downloaded anstyle-parse v1.0.0
1992026-07-22T08:09:44.829Z Downloaded anstream v1.0.0
2002026-07-22T08:09:44.834Z Downloaded quote v1.0.45
2012026-07-22T08:09:44.837Z Downloaded cargo_metadata v0.23.1
2022026-07-22T08:09:44.840Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2032026-07-22T08:09:44.846Z Downloaded serde_spanned v1.1.1
2042026-07-22T08:09:44.849Z Downloaded zmij v1.0.21
2052026-07-22T08:09:44.852Z Downloaded toml_writer v1.1.1+spec-1.1.0
2062026-07-22T08:09:44.855Z Downloaded toml_parser v1.1.2+spec-1.1.0
2072026-07-22T08:09:44.855Z Downloaded clap_derive v4.6.1
2082026-07-22T08:09:44.858Z Downloaded camino v1.2.2
2092026-07-22T08:09:44.861Z Downloaded thiserror v2.0.18
2102026-07-22T08:09:44.867Z Downloaded cargo-readme v3.3.2
2112026-07-22T08:09:44.872Z Downloaded unicode-ident v1.0.24
2122026-07-22T08:09:44.876Z Downloaded proc-macro2 v1.0.106
2132026-07-22T08:09:44.876Z Downloaded anyhow v1.0.102
2142026-07-22T08:09:44.879Z Downloaded clap v4.6.1
2152026-07-22T08:09:44.883Z Downloaded serde_derive v1.0.228
2162026-07-22T08:09:44.898Z Downloaded serde v1.0.228
2172026-07-22T08:09:44.912Z Downloaded memchr v2.8.0
2182026-07-22T08:09:44.924Z Downloaded indexmap v2.14.0
2192026-07-22T08:09:44.941Z Downloaded serde_json v1.0.149
2202026-07-22T08:09:44.944Z Downloaded hashbrown v0.17.0
2212026-07-22T08:09:44.947Z Downloaded regex v1.12.3
2222026-07-22T08:09:44.951Z Downloaded aho-corasick v1.1.4
2232026-07-22T08:09:44.956Z Downloaded clap_builder v4.6.0
2242026-07-22T08:09:44.960Z Downloaded winnow v1.0.2
2252026-07-22T08:09:44.987Z Downloaded syn v2.0.117
2262026-07-22T08:09:44.995Z Downloaded regex-syntax v0.8.10
2272026-07-22T08:09:45.003Z Downloaded regex-automata v0.4.14
2282026-07-22T08:09:45.045Z Compiling serde_core v1.0.228
2292026-07-22T08:09:45.045Z Compiling proc-macro2 v1.0.106
2302026-07-22T08:09:45.045Z Compiling unicode-ident v1.0.24
2312026-07-22T08:09:45.045Z Compiling quote v1.0.45
2322026-07-22T08:09:45.045Z Compiling memchr v2.8.0
2332026-07-22T08:09:45.048Z Compiling utf8parse v0.2.2
2342026-07-22T08:09:45.048Z Compiling serde v1.0.228
2352026-07-22T08:09:45.048Z Compiling zmij v1.0.21
2362026-07-22T08:09:45.264Z Compiling anstyle-parse v1.0.0
2372026-07-22T08:09:45.273Z Compiling is_terminal_polyfill v1.70.2
2382026-07-22T08:09:45.354Z Compiling colorchoice v1.0.5
2392026-07-22T08:09:45.436Z Compiling anstyle v1.0.14
2402026-07-22T08:09:45.465Z Compiling anstyle-query v1.1.5
2412026-07-22T08:09:45.538Z Compiling aho-corasick v1.1.4
2422026-07-22T08:09:45.546Z Compiling winnow v1.0.2
2432026-07-22T08:09:45.549Z Compiling clap_lex v1.1.0
2442026-07-22T08:09:45.565Z Compiling camino v1.2.2
2452026-07-22T08:09:45.656Z Compiling anstream v1.0.0
2462026-07-22T08:09:45.792Z Compiling serde_json v1.0.149
2472026-07-22T08:09:45.821Z Compiling heck v0.5.0
2482026-07-22T08:09:45.876Z Compiling thiserror v2.0.18
2492026-07-22T08:09:45.879Z Compiling strsim v0.11.1
2502026-07-22T08:09:45.967Z Compiling regex-syntax v0.8.10
2512026-07-22T08:09:46.043Z Compiling toml_parser v1.1.2+spec-1.1.0
2522026-07-22T08:09:46.073Z Compiling clap_builder v4.6.0
2532026-07-22T08:09:46.478Z Compiling syn v2.0.117
2542026-07-22T08:09:46.488Z Compiling anyhow v1.0.102
2552026-07-22T08:09:46.638Z Compiling itoa v1.0.18
2562026-07-22T08:09:46.746Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-07-22T08:09:46.825Z Compiling lazy_static v1.5.0
2582026-07-22T08:09:46.921Z Compiling percent-encoding v2.3.2
2592026-07-22T08:09:47.194Z Compiling serde_spanned v1.1.1
2602026-07-22T08:09:47.205Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-07-22T08:09:47.340Z Compiling cargo-platform v0.3.3
2622026-07-22T08:09:47.384Z Compiling regex-automata v0.4.14
2632026-07-22T08:09:47.502Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-22T08:09:47.658Z Compiling semver v1.0.28
2652026-07-22T08:09:48.691Z Compiling serde_derive v1.0.228
2662026-07-22T08:09:48.691Z Compiling clap_derive v4.6.1
2672026-07-22T08:09:48.691Z Compiling thiserror-impl v2.0.18
2682026-07-22T08:09:49.044Z Compiling regex v1.12.3
2692026-07-22T08:09:49.974Z Compiling clap v4.6.1
2702026-07-22T08:09:50.891Z Compiling cargo-readme v3.3.2
2712026-07-22T08:09:50.892Z Compiling cargo_metadata v0.23.1
2722026-07-22T08:09:51.860Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-22T08:09:53.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.21s
2742026-07-22T08:09:53.432Z Running `target/debug/xtask package`
2752026-07-22T08:09:56.823Z Compiling proc-macro2 v1.0.106
2762026-07-22T08:09:56.824Z Compiling quote v1.0.45
2772026-07-22T08:09:56.827Z Compiling unicode-ident v1.0.24
2782026-07-22T08:09:56.827Z Compiling serde_core v1.0.228
2792026-07-22T08:09:56.827Z Compiling libc v0.2.186
2802026-07-22T08:09:56.827Z Compiling serde v1.0.228
2812026-07-22T08:09:56.827Z Compiling cfg-if v1.0.4
2822026-07-22T08:09:56.827Z Compiling typenum v1.20.0
2832026-07-22T08:09:56.961Z Compiling thiserror v2.0.18
2842026-07-22T08:09:56.994Z Compiling memchr v2.8.0
2852026-07-22T08:09:57.237Z Compiling log v0.4.29
2862026-07-22T08:09:57.509Z Compiling autocfg v1.5.0
2872026-07-22T08:09:57.658Z Compiling strsim v0.11.1
2882026-07-22T08:09:57.661Z Compiling stable_deref_trait v1.2.1
2892026-07-22T08:09:57.725Z Compiling scopeguard v1.2.0
2902026-07-22T08:09:57.742Z Compiling errno v0.3.14
2912026-07-22T08:09:57.823Z Compiling lock_api v0.4.14
2922026-07-22T08:09:57.870Z Compiling foldhash v0.2.0
2932026-07-22T08:09:57.944Z Compiling smallvec v1.15.1
2942026-07-22T08:09:58.065Z Compiling equivalent v1.0.2
2952026-07-22T08:09:58.121Z Compiling syn v2.0.117
2962026-07-22T08:09:58.159Z Compiling heck v0.5.0
2972026-07-22T08:09:58.167Z Compiling rustversion v1.0.22
2982026-07-22T08:09:58.171Z Compiling ident_case v1.0.1
2992026-07-22T08:09:58.201Z Compiling jobserver v0.1.34
3002026-07-22T08:09:58.282Z Compiling shlex v1.3.0
3012026-07-22T08:09:58.350Z Compiling find-msvc-tools v0.1.9
3022026-07-22T08:09:58.463Z Compiling zeroize v1.8.2
3032026-07-22T08:09:58.492Z Compiling cc v1.2.61
3042026-07-22T08:09:58.577Z Compiling rustix v1.1.4
3052026-07-22T08:09:58.664Z Compiling anyhow v1.0.102
3062026-07-22T08:09:58.701Z Compiling libm v0.2.16
3072026-07-22T08:09:58.976Z Compiling num-traits v0.2.19
3082026-07-22T08:09:59.020Z Compiling version_check v0.9.5
3092026-07-22T08:09:59.083Z Compiling zerocopy v0.8.48
3102026-07-22T08:09:59.101Z Compiling const-oid v0.9.6
3112026-07-22T08:09:59.191Z Compiling bitflags v2.11.1
3122026-07-22T08:09:59.283Z Compiling generic-array v0.14.7
3132026-07-22T08:09:59.499Z Compiling aho-corasick v1.1.4
3142026-07-22T08:09:59.514Z Compiling regex-syntax v0.8.10
3152026-07-22T08:09:59.705Z Compiling hashbrown v0.17.0
3162026-07-22T08:09:59.767Z Compiling hybrid-array v0.4.11
3172026-07-22T08:10:00.235Z Compiling once_cell v1.21.4
3182026-07-22T08:10:00.393Z Compiling crossbeam-utils v0.8.21
3192026-07-22T08:10:00.484Z Compiling indexmap v2.14.0
3202026-07-22T08:10:00.782Z Compiling syn v1.0.109
3212026-07-22T08:10:01.084Z Compiling synstructure v0.13.2
3222026-07-22T08:10:01.287Z Compiling regex-automata v0.4.14
3232026-07-22T08:10:01.349Z Compiling pkg-config v0.3.33
3242026-07-22T08:10:01.653Z Compiling itoa v1.0.18
3252026-07-22T08:10:01.935Z Compiling block-buffer v0.10.4
3262026-07-22T08:10:02.093Z Compiling crypto-common v0.1.7
3272026-07-22T08:10:02.141Z Compiling serde_derive v1.0.228
3282026-07-22T08:10:02.154Z Compiling thiserror-impl v2.0.18
3292026-07-22T08:10:02.224Z Compiling zerofrom-derive v0.1.7
3302026-07-22T08:10:03.415Z Compiling yoke-derive v0.8.2
3312026-07-22T08:10:03.491Z Compiling zerocopy-derive v0.8.48
3322026-07-22T08:10:03.902Z Compiling zerovec-derive v0.11.3
3332026-07-22T08:10:04.485Z Compiling regex v1.12.3
3342026-07-22T08:10:04.964Z Compiling darling_core v0.23.0
3352026-07-22T08:10:05.449Z Compiling crypto-common v0.2.1
3362026-07-22T08:10:05.559Z Compiling zmij v1.0.21
3372026-07-22T08:10:05.843Z Compiling digest v0.10.7
3382026-07-22T08:10:06.065Z Compiling spin v0.9.8
3392026-07-22T08:10:06.309Z Compiling byteorder v1.5.0
3402026-07-22T08:10:06.365Z Compiling cmov v0.5.3
3412026-07-22T08:10:06.570Z Compiling radium v0.7.0
3422026-07-22T08:10:06.596Z Compiling ctutils v0.4.2
3432026-07-22T08:10:06.839Z Compiling displaydoc v0.2.5
3442026-07-22T08:10:06.859Z Compiling block-buffer v0.12.0
3452026-07-22T08:10:07.044Z Compiling tap v1.0.1
3462026-07-22T08:10:07.107Z Compiling darling_macro v0.23.0
3472026-07-22T08:10:07.154Z Compiling allocator-api2 v0.2.21
3482026-07-22T08:10:07.184Z Compiling crc32fast v1.5.0
3492026-07-22T08:10:07.431Z Compiling const-oid v0.10.2
3502026-07-22T08:10:07.502Z Compiling hashbrown v0.16.1
3512026-07-22T08:10:07.544Z Compiling wyz v0.5.1
3522026-07-22T08:10:07.671Z Compiling darling v0.23.0
3532026-07-22T08:10:07.740Z Compiling digest v0.11.2
3542026-07-22T08:10:07.750Z Compiling either v1.15.0
3552026-07-22T08:10:07.757Z Compiling base64ct v1.8.3
3562026-07-22T08:10:07.780Z Compiling funty v2.0.0
3572026-07-22T08:10:07.947Z Compiling typeid v1.0.3
3582026-07-22T08:10:07.963Z Compiling simd-adler32 v0.3.9
3592026-07-22T08:10:08.106Z Compiling static_assertions v1.1.0
3602026-07-22T08:10:08.173Z Compiling bitvec v1.0.1
3612026-07-22T08:10:08.176Z Compiling pem-rfc7468 v0.7.0
3622026-07-22T08:10:08.219Z Compiling clap_derive v4.6.1
3632026-07-22T08:10:08.465Z Compiling der_derive v0.7.3
3642026-07-22T08:10:08.702Z Compiling getrandom v0.2.17
3652026-07-22T08:10:08.884Z Compiling adler2 v2.0.1
3662026-07-22T08:10:08.930Z Compiling cpufeatures v0.2.17
3672026-07-22T08:10:09.003Z Compiling utf8parse v0.2.2
3682026-07-22T08:10:09.030Z Compiling flagset v0.4.7
3692026-07-22T08:10:09.064Z Compiling unicode-width v0.2.2
3702026-07-22T08:10:09.105Z Compiling anstyle-parse v1.0.0
3712026-07-22T08:10:09.164Z Compiling sha2 v0.10.9
3722026-07-22T08:10:09.339Z Compiling miniz_oxide v0.8.9
3732026-07-22T08:10:09.402Z Compiling der v0.7.10
3742026-07-22T08:10:09.508Z Compiling rand_core v0.6.4
3752026-07-22T08:10:09.783Z Compiling lazy_static v1.5.0
3762026-07-22T08:10:09.857Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-22T08:10:09.869Z Compiling crossbeam-epoch v0.9.18
3782026-07-22T08:10:09.872Z Compiling colorchoice v1.0.5
3792026-07-22T08:10:09.992Z Compiling is_terminal_polyfill v1.70.2
3802026-07-22T08:10:10.089Z Compiling powerfmt v0.2.0
3812026-07-22T08:10:10.252Z Compiling anstyle v1.0.14
3822026-07-22T08:10:10.347Z Compiling anstyle-query v1.1.5
3832026-07-22T08:10:10.371Z Compiling zlib-rs v0.6.3
3842026-07-22T08:10:10.423Z Compiling cpufeatures v0.3.0
3852026-07-22T08:10:10.449Z Compiling anstream v1.0.0
3862026-07-22T08:10:10.491Z Compiling spki v0.7.3
3872026-07-22T08:10:10.791Z Compiling deranged v0.5.8
3882026-07-22T08:10:10.811Z Compiling crossbeam-deque v0.8.6
3892026-07-22T08:10:11.011Z Compiling ppv-lite86 v0.2.21
3902026-07-22T08:10:11.021Z Compiling object v0.39.1
3912026-07-22T08:10:11.194Z Compiling maybe-uninit v2.0.0
3922026-07-22T08:10:11.331Z Compiling time-core v0.1.8
3932026-07-22T08:10:11.402Z Compiling twox-hash v2.1.2
3942026-07-22T08:10:11.484Z Compiling num-conv v0.2.1
3952026-07-22T08:10:11.565Z Compiling num_threads v0.1.7
3962026-07-22T08:10:11.654Z Compiling ruzstd v0.8.2
3972026-07-22T08:10:11.714Z Compiling rand_chacha v0.3.1
3982026-07-22T08:10:11.951Z Compiling time v0.3.47
3992026-07-22T08:10:12.269Z Compiling bitfield-macros v0.19.4
4002026-07-22T08:10:12.276Z Compiling terminal_size v0.4.4
4012026-07-22T08:10:12.430Z Compiling num-integer v0.1.46
4022026-07-22T08:10:12.967Z Compiling rand_core v0.10.1
4032026-07-22T08:10:12.979Z Compiling zstd-safe v7.2.4
4042026-07-22T08:10:13.029Z Compiling clap_lex v1.1.0
4052026-07-22T08:10:13.128Z Compiling packed_struct v0.10.1
4062026-07-22T08:10:13.285Z Compiling num-bigint-dig v0.8.6
4072026-07-22T08:10:13.384Z Compiling flate2 v1.1.9
4082026-07-22T08:10:13.459Z Compiling getrandom v0.4.2
4092026-07-22T08:10:14.057Z Compiling clap_builder v4.6.0
4102026-07-22T08:10:14.264Z Compiling bitfield v0.19.4
4112026-07-22T08:10:14.626Z Compiling num-iter v0.1.45
4122026-07-22T08:10:15.419Z Compiling rand v0.8.6
4132026-07-22T08:10:16.001Z Compiling pkcs8 v0.10.2
4142026-07-22T08:10:16.103Z Compiling serde_with_macros v3.18.0
4152026-07-22T08:10:16.506Z Compiling packed_struct_codegen v0.10.1
4162026-07-22T08:10:16.945Z Compiling inout v0.2.2
4172026-07-22T08:10:17.096Z Compiling capstone-sys v0.18.0
4182026-07-22T08:10:17.210Z Compiling fallible-iterator v0.3.0
4192026-07-22T08:10:17.506Z Compiling base64 v0.21.7
4202026-07-22T08:10:17.523Z Compiling crc-catalog v2.5.0
4212026-07-22T08:10:17.546Z Compiling nodrop v0.1.14
4222026-07-22T08:10:17.555Z Compiling parking_lot_core v0.9.12
4232026-07-22T08:10:17.628Z Compiling array-init v0.0.4
4242026-07-22T08:10:17.636Z Compiling crc v3.4.0
4252026-07-22T08:10:17.810Z Compiling ron v0.8.1
4262026-07-22T08:10:18.082Z Compiling serde_with v3.18.0
4272026-07-22T08:10:19.465Z Compiling cipher v0.5.1
4282026-07-22T08:10:19.719Z Compiling pkcs1 v0.7.5
4292026-07-22T08:10:20.040Z Compiling smallvec v0.6.14
4302026-07-22T08:10:20.269Z Compiling clap v4.6.1
4312026-07-22T08:10:21.686Z Compiling signature v2.2.0
4322026-07-22T08:10:21.763Z Compiling hmac v0.13.0
4332026-07-22T08:10:21.905Z Compiling hubpack_derive v0.1.1
4342026-07-22T08:10:21.932Z Compiling env_filter v1.0.1
4352026-07-22T08:10:22.402Z Compiling scroll_derive v0.13.1
4362026-07-22T08:10:23.211Z Compiling parse_int v0.9.0
4372026-07-22T08:10:23.308Z Compiling slog v2.8.2
4382026-07-22T08:10:23.349Z Compiling indexmap v1.9.3
4392026-07-22T08:10:23.527Z Compiling serde_json v1.0.149
4402026-07-22T08:10:23.576Z Compiling jiff v0.2.24
4412026-07-22T08:10:23.757Z Compiling subtle v2.6.1
4422026-07-22T08:10:23.816Z Compiling rayon-core v1.13.0
4432026-07-22T08:10:23.908Z Compiling bumpalo v3.20.2
4442026-07-22T08:10:23.973Z Compiling portable-atomic v1.13.1
4452026-07-22T08:10:24.021Z Compiling prettyplease v0.2.37
4462026-07-22T08:10:24.195Z Compiling winnow v1.0.2
4472026-07-22T08:10:24.245Z Compiling libbz2-rs-sys v0.2.3
4482026-07-22T08:10:24.387Z Compiling cpp_demangle v0.5.1
4492026-07-22T08:10:24.647Z Compiling cpubits v0.1.1
4502026-07-22T08:10:24.722Z Compiling lzss v0.9.1
4512026-07-22T08:10:24.786Z Compiling bzip2 v0.6.1
4522026-07-22T08:10:25.020Z Compiling aes v0.9.0
4532026-07-22T08:10:25.041Z Compiling toml_parser v1.1.2+spec-1.1.0
4542026-07-22T08:10:26.280Z Compiling zopfli v0.8.3
4552026-07-22T08:10:26.635Z Compiling env_logger v0.11.10
4562026-07-22T08:10:26.901Z Compiling rsa v0.9.10
4572026-07-22T08:10:27.329Z Compiling scroll v0.13.0
4582026-07-22T08:10:27.644Z Compiling hubpack v0.1.2
4592026-07-22T08:10:28.085Z Compiling pbkdf2 v0.13.0
4602026-07-22T08:10:28.291Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4612026-07-22T08:10:28.476Z Compiling serde-hex v0.1.0
4622026-07-22T08:10:30.289Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-22T08:10:30.304Z Compiling x509-cert v0.2.5
4642026-07-22T08:10:30.523Z Compiling sha1 v0.11.0
4652026-07-22T08:10:30.575Z Compiling lzma-rust2 v0.16.2
4662026-07-22T08:10:31.081Z Compiling erased-serde v0.3.31
4672026-07-22T08:10:31.729Z Compiling zerofrom v0.1.7
4682026-07-22T08:10:31.853Z Compiling num-derive v0.4.2
4692026-07-22T08:10:32.786Z Compiling serde_spanned v1.1.1
4702026-07-22T08:10:32.934Z Compiling toml_datetime v1.1.1+spec-1.1.0
4712026-07-22T08:10:33.431Z Compiling semver v1.0.28
4722026-07-22T08:10:33.712Z Compiling constant_time_eq v0.4.2
4732026-07-22T08:10:33.925Z Compiling ppmd-rust v1.4.0
4742026-07-22T08:10:34.429Z Compiling deflate64 v0.1.12
4752026-07-22T08:10:35.035Z Compiling void v1.0.2
4762026-07-22T08:10:35.142Z Compiling toml_writer v1.1.1+spec-1.1.0
4772026-07-22T08:10:35.401Z Compiling typed-path v0.12.3
4782026-07-22T08:10:36.373Z Compiling icu_normalizer_data v2.2.0
4792026-07-22T08:10:36.391Z Compiling hex v0.4.3
4802026-07-22T08:10:36.524Z Compiling fnv v1.0.7
4812026-07-22T08:10:36.593Z Compiling icu_properties_data v2.2.0
4822026-07-22T08:10:36.617Z Compiling hashbrown v0.12.3
4832026-07-22T08:10:36.681Z Compiling crc-any v2.5.0
4842026-07-22T08:10:36.814Z Compiling gimli v0.33.0
4852026-07-22T08:10:37.111Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4862026-07-22T08:10:37.699Z Compiling toml v1.1.2+spec-1.1.0
4872026-07-22T08:10:39.193Z Compiling yoke v0.8.2
4882026-07-22T08:10:40.150Z Compiling zstd v0.13.3
4892026-07-22T08:10:40.614Z Compiling zip v8.6.0
4902026-07-22T08:10:43.748Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-22T08:10:46.460Z Compiling console v0.16.3
4922026-07-22T08:10:46.614Z Compiling serde-big-array v0.5.1
4932026-07-22T08:10:46.766Z Compiling memmap2 v0.9.10
4942026-07-22T08:10:47.071Z Compiling path-slash v0.2.1
4952026-07-22T08:10:47.228Z Compiling typed-arena v2.0.2
4962026-07-22T08:10:47.328Z Compiling unit-prefix v0.5.2
4972026-07-22T08:10:47.370Z Compiling rustc-demangle v0.1.27
4982026-07-22T08:10:47.482Z Compiling colored v3.1.1
4992026-07-22T08:10:47.565Z Compiling plain v0.2.3
5002026-07-22T08:10:47.677Z Compiling goblin v0.10.5
5012026-07-22T08:10:48.171Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5022026-07-22T08:10:48.310Z Compiling addr2line v0.26.1
5032026-07-22T08:10:48.496Z Compiling indicatif v0.18.4
5042026-07-22T08:10:48.652Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5052026-07-22T08:10:48.725Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-22T08:10:49.363Z Compiling rayon v1.12.0
5072026-07-22T08:10:51.510Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5082026-07-22T08:10:51.721Z Compiling ron v0.12.1
5092026-07-22T08:10:52.792Z Compiling multimap v0.10.1
5102026-07-22T08:10:52.997Z Compiling datamap v0.1.0
5112026-07-22T08:10:53.311Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5122026-07-22T08:10:53.980Z Compiling auto_impl v1.3.0
5132026-07-22T08:10:55.124Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-22T08:10:55.412Z Compiling zerovec v0.11.6
5152026-07-22T08:10:56.719Z Compiling parking_lot v0.12.5
5162026-07-22T08:10:57.261Z Compiling tinystr v0.8.3
5172026-07-22T08:10:57.474Z Compiling rustc_version v0.4.1
5182026-07-22T08:10:57.728Z Compiling writeable v0.6.3
5192026-07-22T08:10:57.921Z Compiling litemap v0.8.2
5202026-07-22T08:10:57.942Z Compiling ryu v1.0.23
5212026-07-22T08:10:58.107Z Compiling icu_locale_core v2.2.0
5222026-07-22T08:10:58.294Z Compiling heapless v0.7.17
5232026-07-22T08:10:58.563Z Compiling potential_utf v0.1.5
5242026-07-22T08:10:58.715Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-22T08:10:59.034Z Compiling zerotrie v0.2.4
5262026-07-22T08:10:59.309Z Compiling strum_macros v0.28.0
5272026-07-22T08:10:59.590Z Compiling utf8_iter v1.0.4
5282026-07-22T08:10:59.732Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-07-22T08:11:00.228Z Compiling icu_collections v2.2.0
5302026-07-22T08:11:00.662Z Compiling icu_provider v2.2.0
5312026-07-22T08:11:00.953Z Compiling proc-macro-crate v3.5.0
5322026-07-22T08:11:01.110Z Compiling strum v0.28.0
5332026-07-22T08:11:01.404Z Compiling hash32 v0.2.1
5342026-07-22T08:11:01.529Z Compiling strum_macros v0.27.2
5352026-07-22T08:11:02.062Z Compiling percent-encoding v2.3.2
5362026-07-22T08:11:03.323Z Compiling strum v0.27.2
5372026-07-22T08:11:03.996Z Compiling capstone v0.14.0
5382026-07-22T08:11:04.439Z Compiling postcard-cobs v0.1.5-pre
5392026-07-22T08:11:04.496Z Compiling darling_core v0.20.11
5402026-07-22T08:11:04.661Z Compiling postcard v0.7.3
5412026-07-22T08:11:04.674Z Compiling pkg-version-impl v0.1.1
5422026-07-22T08:11:04.958Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5432026-07-22T08:11:05.101Z Compiling icu_properties v2.2.0
5442026-07-22T08:11:05.152Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5452026-07-22T08:11:05.810Z Compiling icu_normalizer v2.2.0
5462026-07-22T08:11:06.031Z Compiling itertools v0.14.0
5472026-07-22T08:11:06.260Z Compiling idna_adapter v1.2.2
5482026-07-22T08:11:06.400Z Compiling pkg-version v1.0.0
5492026-07-22T08:11:06.480Z Compiling virtue v0.0.18
5502026-07-22T08:11:06.513Z Compiling darling_macro v0.20.11
5512026-07-22T08:11:06.525Z Compiling unicode-width v0.1.14
5522026-07-22T08:11:06.919Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5532026-07-22T08:11:07.015Z Compiling bincode_derive v2.0.1
5542026-07-22T08:11:07.073Z Compiling darling v0.20.11
5552026-07-22T08:11:07.200Z Compiling idna v1.1.0
5562026-07-22T08:11:07.458Z Compiling form_urlencoded v1.2.2
5572026-07-22T08:11:07.616Z Compiling bytemuck_derive v1.10.2
5582026-07-22T08:11:07.625Z Compiling pin-project-lite v0.2.17
5592026-07-22T08:11:07.683Z Compiling url v2.5.8
5602026-07-22T08:11:07.714Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5612026-07-22T08:11:07.723Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5622026-07-22T08:11:08.371Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5632026-07-22T08:11:08.748Z Compiling bytemuck v1.25.0
5642026-07-22T08:11:08.749Z Compiling deku_derive v0.18.1
5652026-07-22T08:11:08.774Z Compiling num_enum_derive v0.7.6
5662026-07-22T08:11:08.990Z Compiling jep106 v0.3.0
5672026-07-22T08:11:09.006Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5682026-07-22T08:11:09.270Z Compiling tracing-core v0.1.36
5692026-07-22T08:11:09.373Z Compiling csv-core v0.1.13
5702026-07-22T08:11:09.774Z Compiling no_std_io2 v0.8.1
5712026-07-22T08:11:09.822Z Compiling unsafe-libyaml v0.2.11
5722026-07-22T08:11:09.843Z Compiling futures-core v0.3.32
5732026-07-22T08:11:10.009Z Compiling base64 v0.22.1
5742026-07-22T08:11:10.128Z Compiling unty v0.0.4
5752026-07-22T08:11:10.305Z Compiling heapless v0.9.3
5762026-07-22T08:11:10.314Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#c4680958)
5772026-07-22T08:11:10.385Z Compiling serde_yaml v0.9.34+deprecated
5782026-07-22T08:11:10.472Z Compiling deku v0.18.1
5792026-07-22T08:11:10.480Z Compiling bincode v2.0.1
5802026-07-22T08:11:10.763Z Compiling num_enum v0.7.6
5812026-07-22T08:11:10.868Z Compiling csv v1.4.0
5822026-07-22T08:11:11.266Z Compiling hash32 v0.3.1
5832026-07-22T08:11:11.287Z Compiling md-5 v0.10.6
5842026-07-22T08:11:11.450Z Compiling serde_plain v1.0.2
5852026-07-22T08:11:11.652Z Compiling miette-derive v7.6.0
5862026-07-22T08:11:11.757Z Compiling tracing-attributes v0.1.31
5872026-07-22T08:11:11.784Z Compiling async-io v2.6.0
5882026-07-22T08:11:12.022Z Compiling libdevinfo-sys v1.1.0
5892026-07-22T08:11:12.059Z Compiling slab v0.4.12
5902026-07-22T08:11:12.270Z Compiling object v0.38.1
5912026-07-22T08:11:12.595Z Compiling devinfo v0.1.0
5922026-07-22T08:11:12.717Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#c4680958)
5932026-07-22T08:11:12.744Z Compiling miette v7.6.0
5942026-07-22T08:11:12.763Z Compiling esp-idf-part v0.6.0
5952026-07-22T08:11:12.971Z Compiling tracing v0.1.44
5962026-07-22T08:11:13.415Z Compiling futures-lite v2.6.1
5972026-07-22T08:11:13.867Z Compiling gimli v0.32.3
5982026-07-22T08:11:14.087Z Compiling md-5 v0.11.0
5992026-07-22T08:11:14.108Z Compiling docsplay-macros v0.1.2
6002026-07-22T08:11:14.235Z Compiling concurrent-queue v2.5.0
6012026-07-22T08:11:14.401Z Compiling polling v3.11.0
6022026-07-22T08:11:14.475Z Compiling rmp v0.8.15
6032026-07-22T08:11:14.526Z Compiling parking v2.2.1
6042026-07-22T08:11:14.770Z Compiling futures-io v0.3.32
6052026-07-22T08:11:14.847Z Compiling docsplay v0.1.3
6062026-07-22T08:11:14.945Z Compiling rmp-serde v1.3.1
6072026-07-22T08:11:15.462Z Compiling cobs v0.5.1
6082026-07-22T08:11:15.859Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-22T08:11:17.200Z Compiling espflash v4.4.0
6102026-07-22T08:11:17.609Z Compiling ihex v3.0.0
6112026-07-22T08:11:17.929Z Compiling dunce v1.0.5
6122026-07-22T08:11:18.031Z Compiling uf2-decode v0.2.0
6132026-07-22T08:11:18.112Z Compiling chacha20 v0.10.0
6142026-07-22T08:11:18.206Z Compiling unicode-segmentation v1.13.2
6152026-07-22T08:11:18.422Z Compiling rand v0.10.1
6162026-07-22T08:11:18.512Z Compiling signal-hook v0.3.18
6172026-07-22T08:11:19.244Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6182026-07-22T08:11:19.505Z Compiling signal-hook-registry v1.4.8
6192026-07-22T08:11:19.545Z Compiling convert_case v0.10.0
6202026-07-22T08:11:19.806Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6212026-07-22T08:11:20.102Z Compiling mio v0.8.11
6222026-07-22T08:11:20.590Z Compiling mio v1.2.0
6232026-07-22T08:11:20.765Z Compiling derive_more-impl v2.1.1
6242026-07-22T08:11:21.007Z Compiling signal-hook-mio v0.2.5
6252026-07-22T08:11:21.425Z Compiling litrs v1.0.0
6262026-07-22T08:11:21.881Z Compiling document-features v0.2.12
6272026-07-22T08:11:22.028Z Compiling derive_more v2.1.1
6282026-07-22T08:11:22.276Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6292026-07-22T08:11:22.430Z Compiling crossterm v0.29.0
6302026-07-22T08:11:22.605Z Compiling convert_case v0.11.0
6312026-07-22T08:11:22.824Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-22T08:11:23.733Z Compiling camino v1.2.2
6332026-07-22T08:11:23.945Z Compiling paste v1.0.15
6342026-07-22T08:11:24.285Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-22T08:11:24.872Z Compiling crossbeam-channel v0.5.15
6362026-07-22T08:11:25.375Z Compiling castaway v0.2.4
6372026-07-22T08:11:25.496Z Compiling indoc v2.0.7
6382026-07-22T08:11:25.665Z Compiling instability v0.3.12
6392026-07-22T08:11:25.696Z Compiling thiserror v1.0.69
6402026-07-22T08:11:25.962Z Compiling lazy-regex-proc_macros v3.6.0
6412026-07-22T08:11:26.165Z Compiling compact_str v0.9.0
6422026-07-22T08:11:26.334Z Compiling unicode-truncate v2.0.1
6432026-07-22T08:11:26.917Z Compiling lru v0.16.4
6442026-07-22T08:11:26.982Z Compiling kasuari v0.4.12
6452026-07-22T08:11:27.109Z Compiling thiserror-impl v1.0.69
6462026-07-22T08:11:27.173Z Compiling crossbeam-queue v0.3.12
6472026-07-22T08:11:27.238Z Compiling cargo-platform v0.3.3
6482026-07-22T08:11:27.427Z Compiling cargo_metadata v0.23.1
6492026-07-22T08:11:27.487Z Compiling crossbeam v0.8.4
6502026-07-22T08:11:27.556Z Compiling ratatui-core v0.1.0
6512026-07-22T08:11:27.567Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6522026-07-22T08:11:28.633Z Compiling lazy-regex v3.6.0
6532026-07-22T08:11:29.328Z Compiling base64 v0.13.1
6542026-07-22T08:11:29.525Z Compiling strict v0.2.0
6552026-07-22T08:11:29.577Z Compiling bitflags v1.3.2
6562026-07-22T08:11:29.650Z Compiling binrw_derive v0.14.2
6572026-07-22T08:11:29.745Z Compiling crossterm v0.23.2
6582026-07-22T08:11:29.783Z Compiling crokey-proc_macros v1.4.0
6592026-07-22T08:11:29.922Z Compiling ron v0.6.6
6602026-07-22T08:11:30.455Z Compiling line-clipping v0.3.7
6612026-07-22T08:11:30.827Z Compiling owo-colors v3.5.0
6622026-07-22T08:11:31.073Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6632026-07-22T08:11:31.087Z Compiling binrw v0.14.2
6642026-07-22T08:11:31.480Z Compiling crokey v1.4.0
6652026-07-22T08:11:31.817Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6662026-07-22T08:11:32.126Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-07-22T08:11:33.730Z Compiling cargo-readme v3.3.2
6682026-07-22T08:11:34.160Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6692026-07-22T08:11:34.371Z Compiling ratatui-widgets v0.3.0
6702026-07-22T08:11:34.709Z Compiling coolor v0.8.0
6712026-07-22T08:11:34.975Z Compiling coolor v1.1.0
6722026-07-22T08:11:35.246Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-22T08:11:35.597Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6742026-07-22T08:11:35.800Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6752026-07-22T08:11:36.601Z Compiling half v2.7.1
6762026-07-22T08:11:36.970Z Compiling minimad v0.13.1
6772026-07-22T08:11:37.185Z Compiling minimad v0.14.0
6782026-07-22T08:11:37.188Z Compiling array-init v2.1.0
6792026-07-22T08:11:37.301Z Compiling convert_case v0.4.0
6802026-07-22T08:11:37.592Z Compiling ciborium-io v0.2.2
6812026-07-22T08:11:37.696Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6822026-07-22T08:11:37.819Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6832026-07-22T08:11:38.002Z Compiling ciborium-ll v0.2.2
6842026-07-22T08:11:38.294Z Compiling derive_more v0.99.20
6852026-07-22T08:11:38.902Z Compiling termimad v0.34.1
6862026-07-22T08:11:39.190Z Compiling termimad v0.25.7
6872026-07-22T08:11:40.518Z Compiling ratatui-macros v0.7.0
6882026-07-22T08:11:40.632Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-22T08:11:41.031Z Compiling ratatui-crossterm v0.1.0
6902026-07-22T08:11:41.040Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-22T08:11:41.285Z Compiling sha2 v0.11.0
6922026-07-22T08:11:41.451Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-22T08:11:41.544Z Compiling xml v1.2.1
6942026-07-22T08:11:41.716Z Compiling parse-size v1.1.0
6952026-07-22T08:11:41.920Z Compiling iana-time-zone v0.1.65
6962026-07-22T08:11:42.291Z Compiling serde-xml-rs v0.8.2
6972026-07-22T08:11:43.378Z Compiling chrono v0.4.44
6982026-07-22T08:11:43.716Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6992026-07-22T08:11:46.144Z Compiling ratatui v0.30.0
7002026-07-22T08:11:47.019Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7012026-07-22T08:11:47.540Z Compiling raw-cpuid v11.6.0
7022026-07-22T08:11:47.796Z Compiling ciborium v0.2.2
7032026-07-22T08:11:47.887Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-22T08:11:48.144Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-22T08:11:48.806Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-22T08:11:49.375Z Compiling humility-bin v0.13.2 (/work/oxidecomputer/humility/humility-bin)
7072026-07-22T08:11:49.681Z Compiling tracing-log v0.2.0
7082026-07-22T08:11:49.925Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7092026-07-22T08:11:50.104Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7102026-07-22T08:11:50.631Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-22T08:11:50.816Z Compiling sharded-slab v0.1.7
7122026-07-22T08:11:51.217Z Compiling matchers v0.2.0
7132026-07-22T08:11:51.392Z Compiling termios v0.3.3
7142026-07-22T08:11:51.537Z Compiling thread_local v1.1.9
7152026-07-22T08:11:51.571Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7162026-07-22T08:11:51.579Z Compiling nu-ansi-term v0.50.3
7172026-07-22T08:11:51.934Z Compiling splitty v1.0.2
7182026-07-22T08:11:51.937Z Compiling tracing-subscriber v0.3.23
7192026-07-22T08:11:52.120Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7202026-07-22T08:11:52.132Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7212026-07-22T08:11:52.204Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7222026-07-22T08:11:52.979Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7232026-07-22T08:11:53.553Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7242026-07-22T08:11:54.454Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7252026-07-22T08:11:56.022Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7262026-07-22T08:11:57.574Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7272026-07-22T08:11:58.816Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7282026-07-22T08:11:59.144Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7292026-07-22T08:11:59.665Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7302026-07-22T08:12:00.096Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7312026-07-22T08:12:02.480Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7322026-07-22T08:12:03.491Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7332026-07-22T08:12:04.714Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7342026-07-22T08:12:09.191Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7352026-07-22T08:12:09.389Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-22T08:12:09.416Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-22T08:12:10.827Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-22T08:12:11.581Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7392026-07-22T08:12:15.484Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7402026-07-22T08:12:15.642Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7412026-07-22T08:12:18.382Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7422026-07-22T08:12:18.515Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7432026-07-22T08:12:19.540Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7442026-07-22T08:12:20.294Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-22T08:12:21.192Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7462026-07-22T08:12:22.555Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7472026-07-22T08:12:23.015Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7482026-07-22T08:12:23.391Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7492026-07-22T08:12:23.417Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7502026-07-22T08:12:25.008Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7512026-07-22T08:12:25.174Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7522026-07-22T08:12:28.495Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7532026-07-22T08:12:29.140Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7542026-07-22T08:12:29.798Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7552026-07-22T08:12:30.481Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7562026-07-22T08:12:31.695Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7572026-07-22T08:12:34.230Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7582026-07-22T08:12:34.305Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7592026-07-22T08:12:34.974Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7602026-07-22T08:12:35.207Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7612026-07-22T08:12:35.765Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7622026-07-22T08:12:37.549Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7632026-07-22T08:12:37.671Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7642026-07-22T08:12:38.470Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7652026-07-22T08:12:38.675Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7662026-07-22T08:12:38.955Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7672026-07-22T08:12:39.581Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7682026-07-22T08:12:40.068Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7692026-07-22T08:12:40.649Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7702026-07-22T08:12:42.334Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7712026-07-22T08:12:42.991Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7722026-07-22T08:12:43.127Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7732026-07-22T08:13:03.442Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 06s
7742026-07-22T08:13:03.445Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7752026-07-22T08:13:03.445Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7762026-07-22T08:14:02.268Zpkg://helios/developer/debug/humility@0.13.2.709,5.11-3.0:20260722T081309Z
7772026-07-22T08:14:02.268ZPUBLISHED
7782026-07-22T08:14:02.483ZRetrieving packages for publisher helios ...
7792026-07-22T08:14:02.487ZRetrieving catalog 'helios' ... Done
7802026-07-22T08:14:02.487ZRetrieving and evaluating 1 package(s)...
7812026-07-22T08:14:02.488ZFetching manifests: 1/1 100% complete
7822026-07-22T08:14:02.488ZFetching manifests: 1/1 100% complete
7832026-07-22T08:14:02.488Z
7842026-07-22T08:14:02.488ZArchiving packages ...
7852026-07-22T08:14:02.488Z Packages to add: 1
7862026-07-22T08:14:02.488Z Files to retrieve: 1
7872026-07-22T08:14:02.488ZEstimated transfer size: 134.37 MB
7882026-07-22T08:14:02.488Z
7892026-07-22T08:14:02.488ZPackages to archive:
7902026-07-22T08:14:02.488Zdeveloper/debug/humility@0.13.2.709,5.11-3.0:20260722T081309Z
7912026-07-22T08:14:02.488Z
7922026-07-22T08:14:02.488ZDownload: 0/1 items 0.0/134.4MB 0% complete
7932026-07-22T08:14:02.728ZDownload: Completed 134.37 MB in 0.24 seconds (557M/s)
7942026-07-22T08:14:02.733ZArchiving: 1/10 items 0.0/134.4MB 0% complete
7952026-07-22T08:14:02.774ZArchiving: Completed 134.38 MB in 0.04 seconds
7962026-07-22T08:14:02.817ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.2.709-3.0.p5p.
7972026-07-22T08:14:02.826Z
7982026-07-22T08:14:02.830Zreal 4:29.716011371
7992026-07-22T08:14:02.830Zuser 22:16.563456238
8002026-07-22T08:14:02.830Zsys 1:37.402626220
8012026-07-22T08:14:02.830Ztrap 0.652682997
8022026-07-22T08:14:02.830Ztflt 1.112029975
8032026-07-22T08:14:02.830Zdflt 1.857938313
8042026-07-22T08:14:02.830Zkflt 0.012455792
8052026-07-22T08:14:02.830Zlock 1:37:34.832407005
8062026-07-22T08:14:02.830Zslp 1:12:07.546354715
8072026-07-22T08:14:02.830Zlat 1:12.811521031
8082026-07-22T08:14:02.830Zstop 1:19.026885448
8092026-07-22T08:14:02.830Z+ banner copy
8102026-07-22T08:14:02.830Z
8112026-07-22T08:14:02.830Z #### #### ##### # #
8122026-07-22T08:14:02.830Z # # # # # # # #
8132026-07-22T08:14:02.830Z # # # # # #
8142026-07-22T08:14:02.830Z # # # ##### #
8152026-07-22T08:14:02.830Z # # # # # #
8162026-07-22T08:14:02.830Z #### #### # #
8172026-07-22T08:14:02.830Z
8182026-07-22T08:14:02.830Z+ pfexec mkdir -p /out
8192026-07-22T08:14:02.830Z+ pfexec chown 12345 /out
8202026-07-22T08:14:02.834Z+ PKG_NAME=/out/humility.p5p
8212026-07-22T08:14:02.834Z+ mv pkg/packages/repo/humility-0.13.2.709-3.0.p5p /out/humility.p5p
8222026-07-22T08:14:02.934Z+ sha256sum /out/humility.p5p
8232026-07-22T08:14:03.012Zprocess exited: duration 278102 ms, exit code 0
 
8242026-07-22T08:14:03.023Zfound 2 output files
8252026-07-22T08:14:03.023Zuploading: /out/humility.p5p (140922880 bytes)
8262026-07-22T08:14:04.955Zuploaded: /out/humility.p5p
8272026-07-22T08:14:04.955Zuploading: /out/humility.p5p.sha256 (84 bytes)
8282026-07-22T08:14:05.965Zuploaded: /out/humility.p5p.sha256