01KWYX6SS0JA6PDH48RDDVTBSD: 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: 01KWYX7CPRP9ZBJ955X9ZEY1XC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-07T18:26:00.825Zjob assigned to worker 01KWYX7JKMRK714M1XKPM1PA10 [factory aws, i-0a4bedd2c3028e90d] (queued for 48 s)
 
22026-07-07T18:26:07.793Zstarting task 0: "setup"
32026-07-07T18:26:07.797Z++ uname -s
42026-07-07T18:26:07.800Z+ kern=SunOS
52026-07-07T18:26:07.800Z+ build_user=build
62026-07-07T18:26:07.800Z+ build_uid=12345
72026-07-07T18:26:07.800Z+ work_dir=/work
82026-07-07T18:26:07.800Z+ input_dir=/input
92026-07-07T18:26:07.800Z+ [[ 0 == 12345 ]]
102026-07-07T18:26:07.800Z+ case "$kern" in
112026-07-07T18:26:07.800Z+ groupadd -g 12345 build
122026-07-07T18:26:07.803Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-07T18:26:09.807Z+ zfs create -o mountpoint=/work rpool/work
142026-07-07T18:26:09.935Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-07T18:26:09.938Z+ home_fs=zfs
162026-07-07T18:26:09.938Z+ [[ zfs == autofs ]]
172026-07-07T18:26:09.938Z+ mkdir -p /home/build
182026-07-07T18:26:09.938Z+ chown build:build /home/build /work
192026-07-07T18:26:11.939Z+ chmod 0700 /home/build /work
202026-07-07T18:26:11.942Zprocess exited: duration 4150 ms, exit code 0
 
212026-07-07T18:26:11.948Zstarting task 1: "rust-toolchain"
222026-07-07T18:26:11.952Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-07T18:26:11.952Z * rust toolchain channel = "stable"
242026-07-07T18:26:11.952Z * rust toolchain profile = "default"
252026-07-07T18:26:11.952Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-07T18:26:11.952Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-07T18:26:11.952Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-07T18:26:11.955Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-07T18:26:11.955Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-07T18:26:12.023Zinfo: downloading installer
312026-07-07T18:26:13.474Zwarn: It looks like you have an existing rustup settings file at:
322026-07-07T18:26:13.474Zwarn: /home/build/.rustup/settings.toml
332026-07-07T18:26:13.474Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-07T18:26:13.474Zwarn: instead of the one inferred from the default host triple.
352026-07-07T18:26:13.486Zinfo: profile set to default
362026-07-07T18:26:13.486Zinfo: default host triple is x86_64-unknown-illumos
372026-07-07T18:26:13.489Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-07T18:26:13.636Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-07T18:26:13.639Zinfo: downloading 6 components
402026-07-07T18:26:30.188Z
412026-07-07T18:26:30.188Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-07-07T18:26:30.206Z stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-07T18:26:30.206Z
442026-07-07T18:26:30.206Z
452026-07-07T18:26:30.206ZRust is installed now. Great!
462026-07-07T18:26:30.207Z
472026-07-07T18:26:30.210ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-07T18:26:30.210Zenvironment variable. This has not been done automatically.
492026-07-07T18:26:30.211Z
502026-07-07T18:26:30.211ZTo configure your current shell, you need to source
512026-07-07T18:26:30.211Zthe corresponding env file under $HOME/.cargo.
522026-07-07T18:26:30.211Z
532026-07-07T18:26:30.211ZThis is usually done by running one of the following (note the leading DOT):
542026-07-07T18:26:30.211Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-07T18:26:30.211Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-07T18:26:30.211Zsource "~/.cargo/env.nu" # For nushell
572026-07-07T18:26:30.211Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-07T18:26:30.211Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-07T18:26:30.211Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-07T18:26:30.211Zwarn: no default linker (`cc`) was found in your PATH
612026-07-07T18:26:30.211Zwarn: many Rust crates require a system C toolchain to build
622026-07-07T18:26:30.300Z+ rustup --version
632026-07-07T18:26:30.306Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-07T18:26:30.310Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-07T18:26:30.328Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-07T18:26:30.333Z+ cargo --version
672026-07-07T18:26:30.354Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-07T18:26:30.373Z+ rustc --version
692026-07-07T18:26:30.383Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-07T18:26:30.383Zprocess exited: duration 18420 ms, exit code 0
 
712026-07-07T18:26:30.411Zstarting task 2: "authentication"
722026-07-07T18:26:30.420Zprocess exited: duration 27 ms, exit code 0
 
732026-07-07T18:26:30.468Zstarting task 3: "clone repository"
742026-07-07T18:26:30.472Z+ mkdir -p /work/oxidecomputer/humility
752026-07-07T18:26:30.472Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-07T18:26:30.492ZCloning into '/work/oxidecomputer/humility'...
772026-07-07T18:26:46.974Z+ cd /work/oxidecomputer/humility
782026-07-07T18:26:46.974Z+ git fetch origin f9d37d0fb4f8026cbc8ee0daea823c0cb2ede8ff
792026-07-07T18:26:47.219ZFrom https://github.com/oxidecomputer/humility
802026-07-07T18:26:47.219Z * branch f9d37d0fb4f8026cbc8ee0daea823c0cb2ede8ff -> FETCH_HEAD
812026-07-07T18:26:47.231Z+ [[ -n evan/booted-image-id-humility ]]
822026-07-07T18:26:47.231Z++ git branch --show-current
832026-07-07T18:26:47.231Z+ current=master
842026-07-07T18:26:47.231Z+ [[ master != evan/booted-image-id-humility ]]
852026-07-07T18:26:47.231Z+ git branch -f evan/booted-image-id-humility f9d37d0fb4f8026cbc8ee0daea823c0cb2ede8ff
862026-07-07T18:26:47.231Z+ git checkout -f evan/booted-image-id-humility
872026-07-07T18:26:47.991ZSwitched to branch 'evan/booted-image-id-humility'
882026-07-07T18:26:47.995Z+ git reset --hard f9d37d0fb4f8026cbc8ee0daea823c0cb2ede8ff
892026-07-07T18:26:48.002ZHEAD is now at f9d37d0f read BOOTED_IMAGE when validating archive against core
902026-07-07T18:26:48.006Zprocess exited: duration 17572 ms, exit code 0
 
912026-07-07T18:26:48.030Zstarting task 4: "build"
922026-07-07T18:26:48.037Z+ export CARGO_INCREMENTAL=0
932026-07-07T18:26:48.037Z+ CARGO_INCREMENTAL=0
942026-07-07T18:26:48.037Z+ banner deps
952026-07-07T18:26:48.037Z
962026-07-07T18:26:48.037Z ##### ###### ##### ####
972026-07-07T18:26:48.037Z # # # # # #
982026-07-07T18:26:48.037Z # # ##### # # ####
992026-07-07T18:26:48.037Z # # # ##### #
1002026-07-07T18:26:48.037Z # # # # # #
1012026-07-07T18:26:48.037Z ##### ###### # ####
1022026-07-07T18:26:48.037Z
1032026-07-07T18:26:48.037Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-07T18:26:48.037Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-07T18:26:48.037Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-07T18:26:49.062Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-07T18:26:49.180Z Startup: Caching catalogs ... Done
1082026-07-07T18:26:49.677ZPlanning: Solver setup ... Done (0.457s)
1092026-07-07T18:26:49.709ZPlanning: Running solver ... Done (0.028s)
1102026-07-07T18:26:49.716ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-07T18:26:49.726ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-07T18:26:49.741ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-07T18:26:49.751ZPlanning: Package planning ... Done (0.013s)
1142026-07-07T18:26:49.758ZPlanning: Merging actions ... Done (0.000s)
1152026-07-07T18:26:49.911ZPlanning: Checking for conflicting actions ... Done (0.157s)
1162026-07-07T18:26:49.916ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-07T18:26:50.633ZPlanning: Evaluating mediators ... Done (0.712s)
1182026-07-07T18:26:50.654ZPlanning: Planning completed in 1.43 seconds
1192026-07-07T18:26:50.654Z Packages to install: 2
1202026-07-07T18:26:50.654Z Estimated space available: 155.90 GB
1212026-07-07T18:26:50.654ZEstimated space to be consumed: 23.22 MB
1222026-07-07T18:26:50.654Z Create boot environment: No
1232026-07-07T18:26:50.654ZCreate backup boot environment: No
1242026-07-07T18:26:50.655Z Rebuild boot archive: No
1252026-07-07T18:26:50.655Z
1262026-07-07T18:26:50.655ZChanged packages:
1272026-07-07T18:26:50.655Zhelios
1282026-07-07T18:26:50.655Z library/libftdi1
1292026-07-07T18:26:50.655Z None -> 1.5-3.0
1302026-07-07T18:26:50.655Z ooce/library/libusb-1
1312026-07-07T18:26:50.655Z None -> 1.0.29-3.1
1322026-07-07T18:26:50.669Z
1332026-07-07T18:26:50.669ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-07T18:26:50.725ZDownload: Completed 377.70 kB in 0.05 seconds (7.5M/s)
1352026-07-07T18:26:50.955Z Actions: 1/61 actions (Installing new actions)
1362026-07-07T18:26:50.976Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-07T18:26:50.984ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-07T18:26:50.984ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-07T18:26:51.004ZFinalize: Updating image state ... Done (0.029s)
1402026-07-07T18:26:53.533ZFinalize: Creating fast lookup database ... Done (2.506s)
1412026-07-07T18:26:53.602ZFinalize: Reading search index ... Done (0.012s)
1422026-07-07T18:26:53.607ZFinalize: Updating search index ... Done (0.000s)
1432026-07-07T18:26:53.677ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-07T18:26:53.776Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-07T18:26:53.987ZFMRI IFO
1462026-07-07T18:26:53.987Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-07T18:26:53.987Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-07T18:26:54.019Z+ cargo --version
1492026-07-07T18:26:54.032Zcargo 1.96.1 (356927216 2026-06-26)
1502026-07-07T18:26:54.035Z+ rustc --version
1512026-07-07T18:26:54.055Zrustc 1.96.1 (31fca3adb 2026-06-26)
1522026-07-07T18:26:54.061Z+ banner package
1532026-07-07T18:26:54.061Z
1542026-07-07T18:26:54.061Z ##### ## #### # # ## #### ######
1552026-07-07T18:26:54.061Z # # # # # # # # # # # # #
1562026-07-07T18:26:54.061Z # # # # # #### # # # #####
1572026-07-07T18:26:54.061Z ##### ###### # # # ###### # ### #
1582026-07-07T18:26:54.061Z # # # # # # # # # # # #
1592026-07-07T18:26:54.061Z # # # #### # # # # #### ######
1602026-07-07T18:26:54.061Z
1612026-07-07T18:26:54.061Z+ ptime -m cargo xtask package
1622026-07-07T18:26:54.180Z Updating crates.io index
1632026-07-07T18:26:54.184Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-07T18:26:54.483Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-07T18:26:54.734Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-07T18:26:55.043Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-07T18:26:55.314Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-07T18:26:55.544Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-07T18:26:55.841Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-07T18:26:56.164Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-07T18:27:00.646Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-07T18:27:00.920Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-07T18:27:01.126Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-07T18:27:01.386Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-07T18:27:01.591Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-07T18:27:01.888Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-07T18:27:02.785Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-07T18:27:02.903Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-07T18:27:03.164Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-07T18:27:05.446Z Downloading crates ...
1812026-07-07T18:27:05.554Z Downloaded serde_derive v1.0.228
1822026-07-07T18:27:05.583Z Downloaded strsim v0.11.1
1832026-07-07T18:27:05.583Z Downloaded is_terminal_polyfill v1.70.2
1842026-07-07T18:27:05.583Z Downloaded serde_spanned v1.1.1
1852026-07-07T18:27:05.583Z Downloaded heck v0.5.0
1862026-07-07T18:27:05.583Z Downloaded equivalent v1.0.2
1872026-07-07T18:27:05.583Z Downloaded percent-encoding v2.3.2
1882026-07-07T18:27:05.583Z Downloaded itoa v1.0.18
1892026-07-07T18:27:05.583Z Downloaded anstyle-query v1.1.5
1902026-07-07T18:27:05.583Z Downloaded cargo_metadata v0.23.1
1912026-07-07T18:27:05.583Z Downloaded toml_writer v1.1.1+spec-1.1.0
1922026-07-07T18:27:05.583Z Downloaded anstyle-parse v1.0.0
1932026-07-07T18:27:05.583Z Downloaded thiserror-impl v2.0.18
1942026-07-07T18:27:05.583Z Downloaded lazy_static v1.5.0
1952026-07-07T18:27:05.583Z Downloaded utf8parse v0.2.2
1962026-07-07T18:27:05.584Z Downloaded clap_lex v1.1.0
1972026-07-07T18:27:05.584Z Downloaded semver v1.0.28
1982026-07-07T18:27:05.584Z Downloaded cargo-readme v3.3.2
1992026-07-07T18:27:05.584Z Downloaded camino v1.2.2
2002026-07-07T18:27:05.584Z Downloaded serde_core v1.0.228
2012026-07-07T18:27:05.584Z Downloaded colorchoice v1.0.5
2022026-07-07T18:27:05.584Z Downloaded cargo-platform v0.3.3
2032026-07-07T18:27:05.584Z Downloaded zmij v1.0.21
2042026-07-07T18:27:06.099Z Downloaded quote v1.0.45
2052026-07-07T18:27:06.099Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2062026-07-07T18:27:06.099Z Downloaded thiserror v2.0.18
2072026-07-07T18:27:06.099Z Downloaded clap v4.6.1
2082026-07-07T18:27:06.099Z Downloaded anstream v1.0.0
2092026-07-07T18:27:06.099Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-07-07T18:27:06.099Z Downloaded clap_derive v4.6.1
2112026-07-07T18:27:06.099Z Downloaded anstyle v1.0.14
2122026-07-07T18:27:06.263Z Downloaded unicode-ident v1.0.24
2132026-07-07T18:27:06.274Z Downloaded proc-macro2 v1.0.106
2142026-07-07T18:27:06.274Z Downloaded anyhow v1.0.102
2152026-07-07T18:27:06.283Z Downloaded toml v1.1.2+spec-1.1.0
2162026-07-07T18:27:06.283Z Downloaded serde v1.0.228
2172026-07-07T18:27:06.283Z Downloaded memchr v2.8.0
2182026-07-07T18:27:06.283Z Downloaded serde_json v1.0.149
2192026-07-07T18:27:06.283Z Downloaded indexmap v2.14.0
2202026-07-07T18:27:06.283Z Downloaded regex v1.12.3
2212026-07-07T18:27:06.283Z Downloaded winnow v1.0.2
2222026-07-07T18:27:06.283Z Downloaded hashbrown v0.17.0
2232026-07-07T18:27:06.283Z Downloaded clap_builder v4.6.0
2242026-07-07T18:27:06.283Z Downloaded aho-corasick v1.1.4
2252026-07-07T18:27:06.283Z Downloaded syn v2.0.117
2262026-07-07T18:27:06.284Z Downloaded regex-automata v0.4.14
2272026-07-07T18:27:06.284Z Downloaded regex-syntax v0.8.10
2282026-07-07T18:27:06.284Z Compiling serde_core v1.0.228
2292026-07-07T18:27:06.284Z Compiling proc-macro2 v1.0.106
2302026-07-07T18:27:06.284Z Compiling quote v1.0.45
2312026-07-07T18:27:06.284Z Compiling unicode-ident v1.0.24
2322026-07-07T18:27:06.284Z Compiling memchr v2.8.0
2332026-07-07T18:27:06.284Z Compiling utf8parse v0.2.2
2342026-07-07T18:27:06.284Z Compiling is_terminal_polyfill v1.70.2
2352026-07-07T18:27:06.284Z Compiling colorchoice v1.0.5
2362026-07-07T18:27:06.284Z Compiling anstyle-parse v1.0.0
2372026-07-07T18:27:06.284Z Compiling serde v1.0.228
2382026-07-07T18:27:06.284Z Compiling anstyle-query v1.1.5
2392026-07-07T18:27:06.285Z Compiling anstyle v1.0.14
2402026-07-07T18:27:06.285Z Compiling zmij v1.0.21
2412026-07-07T18:27:10.630Z Compiling winnow v1.0.2
2422026-07-07T18:27:10.630Z Compiling anstream v1.0.0
2432026-07-07T18:27:10.630Z Compiling aho-corasick v1.1.4
2442026-07-07T18:27:10.829Z Compiling heck v0.5.0
2452026-07-07T18:27:10.829Z Compiling clap_lex v1.1.0
2462026-07-07T18:27:10.829Z Compiling regex-syntax v0.8.10
2472026-07-07T18:27:10.829Z Compiling camino v1.2.2
2482026-07-07T18:27:10.829Z Compiling strsim v0.11.1
2492026-07-07T18:27:10.829Z Compiling thiserror v2.0.18
2502026-07-07T18:27:10.829Z Compiling serde_json v1.0.149
2512026-07-07T18:27:10.829Z Compiling clap_builder v4.6.0
2522026-07-07T18:27:10.829Z Compiling syn v2.0.117
2532026-07-07T18:27:10.829Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-07-07T18:27:10.829Z Compiling toml_writer v1.1.1+spec-1.1.0
2552026-07-07T18:27:10.829Z Compiling anyhow v1.0.102
2562026-07-07T18:27:10.829Z Compiling itoa v1.0.18
2572026-07-07T18:27:10.829Z Compiling percent-encoding v2.3.2
2582026-07-07T18:27:10.829Z Compiling lazy_static v1.5.0
2592026-07-07T18:27:10.947Z Compiling toml_datetime v1.1.1+spec-1.1.0
2602026-07-07T18:27:10.947Z Compiling serde_spanned v1.1.1
2612026-07-07T18:27:10.947Z Compiling regex-automata v0.4.14
2622026-07-07T18:27:10.947Z Compiling semver v1.0.28
2632026-07-07T18:27:10.949Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-07T18:27:10.949Z Compiling cargo-platform v0.3.3
2652026-07-07T18:27:10.949Z Compiling serde_derive v1.0.228
2662026-07-07T18:27:10.949Z Compiling clap_derive v4.6.1
2672026-07-07T18:27:10.949Z Compiling thiserror-impl v2.0.18
2682026-07-07T18:27:10.949Z Compiling regex v1.12.3
2692026-07-07T18:27:10.949Z Compiling clap v4.6.1
2702026-07-07T18:27:11.672Z Compiling cargo-readme v3.3.2
2712026-07-07T18:27:11.672Z Compiling cargo_metadata v0.23.1
2722026-07-07T18:27:12.620Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-07T18:27:14.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
2742026-07-07T18:27:14.117Z Running `target/debug/xtask package`
2752026-07-07T18:27:18.537Z Compiling proc-macro2 v1.0.106
2762026-07-07T18:27:18.537Z Compiling unicode-ident v1.0.24
2772026-07-07T18:27:18.537Z Compiling quote v1.0.45
2782026-07-07T18:27:18.540Z Compiling serde_core v1.0.228
2792026-07-07T18:27:18.541Z Compiling libc v0.2.186
2802026-07-07T18:27:18.541Z Compiling serde v1.0.228
2812026-07-07T18:27:18.541Z Compiling cfg-if v1.0.4
2822026-07-07T18:27:18.541Z Compiling typenum v1.20.0
2832026-07-07T18:27:18.680Z Compiling log v0.4.29
2842026-07-07T18:27:18.710Z Compiling thiserror v2.0.18
2852026-07-07T18:27:18.951Z Compiling memchr v2.8.0
2862026-07-07T18:27:19.059Z Compiling stable_deref_trait v1.2.1
2872026-07-07T18:27:19.132Z Compiling scopeguard v1.2.0
2882026-07-07T18:27:19.225Z Compiling autocfg v1.5.0
2892026-07-07T18:27:19.335Z Compiling strsim v0.11.1
2902026-07-07T18:27:19.365Z Compiling errno v0.3.14
2912026-07-07T18:27:19.459Z Compiling lock_api v0.4.14
2922026-07-07T18:27:19.531Z Compiling foldhash v0.2.0
2932026-07-07T18:27:19.572Z Compiling smallvec v1.15.1
2942026-07-07T18:27:19.617Z Compiling equivalent v1.0.2
2952026-07-07T18:27:19.698Z Compiling heck v0.5.0
2962026-07-07T18:27:19.770Z Compiling ident_case v1.0.1
2972026-07-07T18:27:19.821Z Compiling rustversion v1.0.22
2982026-07-07T18:27:19.883Z Compiling syn v2.0.117
2992026-07-07T18:27:19.892Z Compiling jobserver v0.1.34
3002026-07-07T18:27:19.897Z Compiling shlex v1.3.0
3012026-07-07T18:27:19.945Z Compiling zeroize v1.8.2
3022026-07-07T18:27:20.071Z Compiling find-msvc-tools v0.1.9
3032026-07-07T18:27:20.205Z Compiling anyhow v1.0.102
3042026-07-07T18:27:20.309Z Compiling cc v1.2.61
3052026-07-07T18:27:20.342Z Compiling libm v0.2.16
3062026-07-07T18:27:20.396Z Compiling rustix v1.1.4
3072026-07-07T18:27:20.536Z Compiling num-traits v0.2.19
3082026-07-07T18:27:20.686Z Compiling zerocopy v0.8.48
3092026-07-07T18:27:20.770Z Compiling const-oid v0.9.6
3102026-07-07T18:27:20.791Z Compiling version_check v0.9.5
3112026-07-07T18:27:20.944Z Compiling bitflags v2.11.1
3122026-07-07T18:27:21.059Z Compiling generic-array v0.14.7
3132026-07-07T18:27:21.067Z Compiling aho-corasick v1.1.4
3142026-07-07T18:27:21.288Z Compiling regex-syntax v0.8.10
3152026-07-07T18:27:21.454Z Compiling hashbrown v0.17.0
3162026-07-07T18:27:21.586Z Compiling hybrid-array v0.4.11
3172026-07-07T18:27:21.676Z Compiling crossbeam-utils v0.8.21
3182026-07-07T18:27:22.060Z Compiling once_cell v1.21.4
3192026-07-07T18:27:22.157Z Compiling indexmap v2.14.0
3202026-07-07T18:27:22.857Z Compiling synstructure v0.13.2
3212026-07-07T18:27:22.927Z Compiling syn v1.0.109
3222026-07-07T18:27:23.068Z Compiling regex-automata v0.4.14
3232026-07-07T18:27:23.302Z Compiling itoa v1.0.18
3242026-07-07T18:27:23.362Z Compiling pkg-config v0.3.33
3252026-07-07T18:27:23.806Z Compiling crypto-common v0.1.7
3262026-07-07T18:27:23.858Z Compiling serde_derive v1.0.228
3272026-07-07T18:27:23.962Z Compiling thiserror-impl v2.0.18
3282026-07-07T18:27:24.141Z Compiling zerofrom-derive v0.1.7
3292026-07-07T18:27:25.310Z Compiling zerocopy-derive v0.8.48
3302026-07-07T18:27:25.318Z Compiling yoke-derive v0.8.2
3312026-07-07T18:27:25.560Z Compiling zerovec-derive v0.11.3
3322026-07-07T18:27:26.396Z Compiling regex v1.12.3
3332026-07-07T18:27:26.663Z Compiling block-buffer v0.10.4
3342026-07-07T18:27:26.815Z Compiling darling_core v0.23.0
3352026-07-07T18:27:27.197Z Compiling crypto-common v0.2.1
3362026-07-07T18:27:27.344Z Compiling zmij v1.0.21
3372026-07-07T18:27:27.714Z Compiling digest v0.10.7
3382026-07-07T18:27:27.941Z Compiling spin v0.9.8
3392026-07-07T18:27:28.162Z Compiling radium v0.7.0
3402026-07-07T18:27:28.363Z Compiling cmov v0.5.3
3412026-07-07T18:27:28.470Z Compiling byteorder v1.5.0
3422026-07-07T18:27:28.602Z Compiling ctutils v0.4.2
3432026-07-07T18:27:28.749Z Compiling displaydoc v0.2.5
3442026-07-07T18:27:28.842Z Compiling block-buffer v0.12.0
3452026-07-07T18:27:28.929Z Compiling crc32fast v1.5.0
3462026-07-07T18:27:29.001Z Compiling darling_macro v0.23.0
3472026-07-07T18:27:29.009Z Compiling const-oid v0.10.2
3482026-07-07T18:27:29.021Z Compiling allocator-api2 v0.2.21
3492026-07-07T18:27:29.219Z Compiling tap v1.0.1
3502026-07-07T18:27:29.328Z Compiling wyz v0.5.1
3512026-07-07T18:27:29.335Z Compiling hashbrown v0.16.1
3522026-07-07T18:27:29.443Z Compiling digest v0.11.2
3532026-07-07T18:27:29.523Z Compiling typeid v1.0.3
3542026-07-07T18:27:29.551Z Compiling darling v0.23.0
3552026-07-07T18:27:29.624Z Compiling simd-adler32 v0.3.9
3562026-07-07T18:27:29.645Z Compiling base64ct v1.8.3
3572026-07-07T18:27:29.714Z Compiling funty v2.0.0
3582026-07-07T18:27:29.818Z Compiling static_assertions v1.1.0
3592026-07-07T18:27:29.887Z Compiling either v1.15.0
3602026-07-07T18:27:29.994Z Compiling pem-rfc7468 v0.7.0
3612026-07-07T18:27:30.056Z Compiling bitvec v1.0.1
3622026-07-07T18:27:30.103Z Compiling der_derive v0.7.3
3632026-07-07T18:27:30.273Z Compiling clap_derive v4.6.1
3642026-07-07T18:27:30.298Z Compiling getrandom v0.2.17
3652026-07-07T18:27:30.571Z Compiling unicode-width v0.2.2
3662026-07-07T18:27:30.792Z Compiling utf8parse v0.2.2
3672026-07-07T18:27:30.853Z Compiling adler2 v2.0.1
3682026-07-07T18:27:30.890Z Compiling flagset v0.4.7
3692026-07-07T18:27:30.942Z Compiling cpufeatures v0.2.17
3702026-07-07T18:27:30.966Z Compiling sha2 v0.10.9
3712026-07-07T18:27:31.023Z Compiling miniz_oxide v0.8.9
3722026-07-07T18:27:31.033Z Compiling anstyle-parse v1.0.0
3732026-07-07T18:27:31.065Z Compiling der v0.7.10
3742026-07-07T18:27:31.258Z Compiling rand_core v0.6.4
3752026-07-07T18:27:31.531Z Compiling lazy_static v1.5.0
3762026-07-07T18:27:31.623Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-07T18:27:31.694Z Compiling crossbeam-epoch v0.9.18
3782026-07-07T18:27:31.976Z Compiling is_terminal_polyfill v1.70.2
3792026-07-07T18:27:32.035Z Compiling anstyle-query v1.1.5
3802026-07-07T18:27:32.068Z Compiling powerfmt v0.2.0
3812026-07-07T18:27:32.139Z Compiling cpufeatures v0.3.0
3822026-07-07T18:27:32.210Z Compiling zlib-rs v0.6.3
3832026-07-07T18:27:32.230Z Compiling anstyle v1.0.14
3842026-07-07T18:27:32.327Z Compiling colorchoice v1.0.5
3852026-07-07T18:27:32.354Z Compiling deranged v0.5.8
3862026-07-07T18:27:32.449Z Compiling anstream v1.0.0
3872026-07-07T18:27:32.535Z Compiling spki v0.7.3
3882026-07-07T18:27:32.849Z Compiling crossbeam-deque v0.8.6
3892026-07-07T18:27:32.990Z Compiling ppv-lite86 v0.2.21
3902026-07-07T18:27:33.086Z Compiling object v0.39.1
3912026-07-07T18:27:33.349Z Compiling maybe-uninit v2.0.0
3922026-07-07T18:27:33.402Z Compiling num_threads v0.1.7
3932026-07-07T18:27:33.417Z Compiling twox-hash v2.1.2
3942026-07-07T18:27:33.508Z Compiling time-core v0.1.8
3952026-07-07T18:27:33.566Z Compiling num-conv v0.2.1
3962026-07-07T18:27:33.601Z Compiling ruzstd v0.8.2
3972026-07-07T18:27:33.689Z Compiling time v0.3.47
3982026-07-07T18:27:33.714Z Compiling rand_chacha v0.3.1
3992026-07-07T18:27:33.958Z Compiling bitfield-macros v0.19.4
4002026-07-07T18:27:34.278Z Compiling terminal_size v0.4.4
4012026-07-07T18:27:34.289Z Compiling num-integer v0.1.46
4022026-07-07T18:27:34.689Z Compiling packed_struct v0.10.1
4032026-07-07T18:27:34.836Z Compiling rand_core v0.10.1
4042026-07-07T18:27:34.870Z Compiling clap_lex v1.1.0
4052026-07-07T18:27:34.958Z Compiling num-bigint-dig v0.8.6
4062026-07-07T18:27:35.182Z Compiling zstd-safe v7.2.4
4072026-07-07T18:27:35.381Z Compiling flate2 v1.1.9
4082026-07-07T18:27:35.426Z Compiling getrandom v0.4.2
4092026-07-07T18:27:35.972Z Compiling clap_builder v4.6.0
4102026-07-07T18:27:36.108Z Compiling bitfield v0.19.4
4112026-07-07T18:27:36.412Z Compiling num-iter v0.1.45
4122026-07-07T18:27:37.037Z Compiling rand v0.8.6
4132026-07-07T18:27:37.621Z Compiling pkcs8 v0.10.2
4142026-07-07T18:27:38.058Z Compiling serde_with_macros v3.18.0
4152026-07-07T18:27:38.535Z Compiling packed_struct_codegen v0.10.1
4162026-07-07T18:27:38.615Z Compiling inout v0.2.2
4172026-07-07T18:27:38.764Z Compiling capstone-sys v0.18.0
4182026-07-07T18:27:39.145Z Compiling fallible-iterator v0.3.0
4192026-07-07T18:27:39.180Z Compiling base64 v0.21.7
4202026-07-07T18:27:39.473Z Compiling nodrop v0.1.14
4212026-07-07T18:27:39.480Z Compiling parking_lot_core v0.9.12
4222026-07-07T18:27:39.561Z Compiling crc-catalog v2.5.0
4232026-07-07T18:27:39.668Z Compiling crc v3.4.0
4242026-07-07T18:27:39.750Z Compiling array-init v0.0.4
4252026-07-07T18:27:39.755Z Compiling ron v0.8.1
4262026-07-07T18:27:40.100Z Compiling serde_with v3.18.0
4272026-07-07T18:27:41.177Z Compiling cipher v0.5.1
4282026-07-07T18:27:41.431Z Compiling clap v4.6.1
4292026-07-07T18:27:41.510Z Compiling pkcs1 v0.7.5
4302026-07-07T18:27:42.061Z Compiling smallvec v0.6.14
4312026-07-07T18:27:43.627Z Compiling signature v2.2.0
4322026-07-07T18:27:43.798Z Compiling hmac v0.13.0
4332026-07-07T18:27:43.874Z Compiling hubpack_derive v0.1.1
4342026-07-07T18:27:43.963Z Compiling env_filter v1.0.1
4352026-07-07T18:27:44.396Z Compiling scroll_derive v0.13.1
4362026-07-07T18:27:45.212Z Compiling parse_int v0.9.0
4372026-07-07T18:27:45.351Z Compiling slog v2.8.2
4382026-07-07T18:27:45.387Z Compiling indexmap v1.9.3
4392026-07-07T18:27:45.591Z Compiling libbz2-rs-sys v0.2.3
4402026-07-07T18:27:45.635Z Compiling lzss v0.9.1
4412026-07-07T18:27:45.746Z Compiling jiff v0.2.24
4422026-07-07T18:27:45.830Z Compiling portable-atomic v1.13.1
4432026-07-07T18:27:45.938Z Compiling serde_json v1.0.149
4442026-07-07T18:27:46.169Z Compiling bumpalo v3.20.2
4452026-07-07T18:27:46.278Z Compiling rayon-core v1.13.0
4462026-07-07T18:27:46.462Z Compiling subtle v2.6.1
4472026-07-07T18:27:46.503Z Compiling cpubits v0.1.1
4482026-07-07T18:27:46.576Z Compiling winnow v1.0.2
4492026-07-07T18:27:46.609Z Compiling cpp_demangle v0.5.1
4502026-07-07T18:27:47.023Z Compiling prettyplease v0.2.37
4512026-07-07T18:27:47.041Z Compiling toml_parser v1.1.2+spec-1.1.0
4522026-07-07T18:27:47.293Z Compiling rsa v0.9.10
4532026-07-07T18:27:48.537Z Compiling aes v0.9.0
4542026-07-07T18:27:48.666Z Compiling zopfli v0.8.3
4552026-07-07T18:27:48.905Z Compiling env_logger v0.11.10
4562026-07-07T18:27:49.771Z Compiling bzip2 v0.6.1
4572026-07-07T18:27:50.205Z Compiling scroll v0.13.0
4582026-07-07T18:27:50.416Z Compiling hubpack v0.1.2
4592026-07-07T18:27:50.511Z Compiling pbkdf2 v0.13.0
4602026-07-07T18:27:50.811Z Compiling serde-hex v0.1.0
4612026-07-07T18:27:50.903Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-07-07T18:27:51.011Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-07T18:27:51.255Z Compiling x509-cert v0.2.5
4642026-07-07T18:27:52.280Z Compiling sha1 v0.11.0
4652026-07-07T18:27:52.780Z Compiling lzma-rust2 v0.16.2
4662026-07-07T18:27:52.939Z Compiling erased-serde v0.3.31
4672026-07-07T18:27:53.556Z Compiling zerofrom v0.1.7
4682026-07-07T18:27:53.679Z Compiling num-derive v0.4.2
4692026-07-07T18:27:54.625Z Compiling toml_datetime v1.1.1+spec-1.1.0
4702026-07-07T18:27:55.118Z Compiling serde_spanned v1.1.1
4712026-07-07T18:27:55.259Z Compiling semver v1.0.28
4722026-07-07T18:27:55.547Z Compiling typed-path v0.12.3
4732026-07-07T18:27:57.569Z Compiling hashbrown v0.12.3
4742026-07-07T18:27:58.228Z Compiling deflate64 v0.1.12
4752026-07-07T18:27:58.440Z Compiling ppmd-rust v1.4.0
4762026-07-07T18:27:58.651Z Compiling fnv v1.0.7
4772026-07-07T18:27:58.748Z Compiling icu_normalizer_data v2.2.0
4782026-07-07T18:27:58.815Z Compiling void v1.0.2
4792026-07-07T18:27:58.880Z Compiling icu_properties_data v2.2.0
4802026-07-07T18:27:58.918Z Compiling hex v0.4.3
4812026-07-07T18:27:58.986Z Compiling toml_writer v1.1.1+spec-1.1.0
4822026-07-07T18:27:59.114Z Compiling constant_time_eq v0.4.2
4832026-07-07T18:27:59.199Z Compiling crc-any v2.5.0
4842026-07-07T18:27:59.205Z Compiling toml v1.1.2+spec-1.1.0
4852026-07-07T18:27:59.322Z Compiling gimli v0.33.0
4862026-07-07T18:27:59.469Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4872026-07-07T18:27:59.619Z Compiling yoke v0.8.2
4882026-07-07T18:28:03.202Z Compiling zstd v0.13.3
4892026-07-07T18:28:03.692Z Compiling zip v8.6.0
4902026-07-07T18:28:05.279Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-07T18:28:08.400Z Compiling console v0.16.3
4922026-07-07T18:28:09.507Z Compiling serde-big-array v0.5.1
4932026-07-07T18:28:09.516Z Compiling memmap2 v0.9.10
4942026-07-07T18:28:09.567Z Compiling plain v0.2.3
4952026-07-07T18:28:09.658Z Compiling typed-arena v2.0.2
4962026-07-07T18:28:09.679Z Compiling colored v3.1.1
4972026-07-07T18:28:09.800Z Compiling unit-prefix v0.5.2
4982026-07-07T18:28:09.821Z Compiling rustc-demangle v0.1.27
4992026-07-07T18:28:09.953Z Compiling path-slash v0.2.1
5002026-07-07T18:28:10.119Z Compiling addr2line v0.26.1
5012026-07-07T18:28:10.214Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5022026-07-07T18:28:10.665Z Compiling indicatif v0.18.4
5032026-07-07T18:28:11.089Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5042026-07-07T18:28:11.104Z Compiling goblin v0.10.5
5052026-07-07T18:28:11.411Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-07T18:28:12.052Z Compiling rayon v1.12.0
5072026-07-07T18:28:13.656Z Compiling ron v0.12.1
5082026-07-07T18:28:14.409Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-07-07T18:28:15.014Z Compiling multimap v0.10.1
5102026-07-07T18:28:15.343Z Compiling datamap v0.1.0
5112026-07-07T18:28:15.529Z Compiling auto_impl v1.3.0
5122026-07-07T18:28:16.430Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-07-07T18:28:17.385Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-07T18:28:17.696Z Compiling zerovec v0.11.6
5152026-07-07T18:28:18.917Z Compiling parking_lot v0.12.5
5162026-07-07T18:28:19.515Z Compiling tinystr v0.8.3
5172026-07-07T18:28:19.711Z Compiling rustc_version v0.4.1
5182026-07-07T18:28:19.966Z Compiling litemap v0.8.2
5192026-07-07T18:28:20.152Z Compiling writeable v0.6.3
5202026-07-07T18:28:20.159Z Compiling ryu v1.0.23
5212026-07-07T18:28:20.356Z Compiling icu_locale_core v2.2.0
5222026-07-07T18:28:20.518Z Compiling heapless v0.7.17
5232026-07-07T18:28:20.796Z Compiling potential_utf v0.1.5
5242026-07-07T18:28:20.952Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-07T18:28:21.268Z Compiling zerotrie v0.2.4
5262026-07-07T18:28:21.545Z Compiling strum_macros v0.28.0
5272026-07-07T18:28:21.841Z Compiling proc-macro-hack v0.5.20+deprecated
5282026-07-07T18:28:22.365Z Compiling utf8_iter v1.0.4
5292026-07-07T18:28:22.471Z Compiling icu_collections v2.2.0
5302026-07-07T18:28:22.962Z Compiling icu_provider v2.2.0
5312026-07-07T18:28:23.258Z Compiling proc-macro-crate v3.5.0
5322026-07-07T18:28:23.372Z Compiling strum v0.28.0
5332026-07-07T18:28:23.700Z Compiling hash32 v0.2.1
5342026-07-07T18:28:23.759Z Compiling strum_macros v0.27.2
5352026-07-07T18:28:24.085Z Compiling percent-encoding v2.3.2
5362026-07-07T18:28:25.552Z Compiling strum v0.27.2
5372026-07-07T18:28:26.593Z Compiling postcard-cobs v0.1.5-pre
5382026-07-07T18:28:26.881Z Compiling postcard v0.7.3
5392026-07-07T18:28:26.910Z Compiling darling_core v0.20.11
5402026-07-07T18:28:27.009Z Compiling pkg-version-impl v0.1.1
5412026-07-07T18:28:27.413Z Compiling icu_properties v2.2.0
5422026-07-07T18:28:28.062Z Compiling capstone v0.14.0
5432026-07-07T18:28:28.088Z Compiling icu_normalizer v2.2.0
5442026-07-07T18:28:28.216Z Compiling itertools v0.14.0
5452026-07-07T18:28:28.371Z Compiling idna_adapter v1.2.2
5462026-07-07T18:28:28.505Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5472026-07-07T18:28:28.699Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5482026-07-07T18:28:28.807Z Compiling pkg-version v1.0.0
5492026-07-07T18:28:28.892Z Compiling virtue v0.0.18
5502026-07-07T18:28:28.915Z Compiling darling_macro v0.20.11
5512026-07-07T18:28:29.379Z Compiling unicode-width v0.1.14
5522026-07-07T18:28:29.445Z Compiling bincode_derive v2.0.1
5532026-07-07T18:28:29.471Z Compiling darling v0.20.11
5542026-07-07T18:28:29.549Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5552026-07-07T18:28:29.682Z Compiling idna v1.1.0
5562026-07-07T18:28:29.840Z Compiling form_urlencoded v1.2.2
5572026-07-07T18:28:30.025Z Compiling bytemuck_derive v1.10.2
5582026-07-07T18:28:30.067Z Compiling pin-project-lite v0.2.17
5592026-07-07T18:28:30.167Z Compiling url v2.5.8
5602026-07-07T18:28:30.205Z Compiling deku_derive v0.18.1
5612026-07-07T18:28:30.717Z Compiling num_enum_derive v0.7.6
5622026-07-07T18:28:30.758Z Compiling jep106 v0.3.0
5632026-07-07T18:28:30.879Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5642026-07-07T18:28:31.050Z Compiling tracing-core v0.1.36
5652026-07-07T18:28:31.169Z Compiling bytemuck v1.25.0
5662026-07-07T18:28:31.258Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5672026-07-07T18:28:31.400Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5682026-07-07T18:28:31.434Z Compiling no_std_io2 v0.8.1
5692026-07-07T18:28:31.484Z Compiling csv-core v0.1.13
5702026-07-07T18:28:31.506Z Compiling heapless v0.9.3
5712026-07-07T18:28:31.718Z Compiling unsafe-libyaml v0.2.11
5722026-07-07T18:28:31.812Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5732026-07-07T18:28:31.923Z Compiling futures-core v0.3.32
5742026-07-07T18:28:32.088Z Compiling unty v0.0.4
5752026-07-07T18:28:32.183Z Compiling base64 v0.22.1
5762026-07-07T18:28:32.383Z Compiling serde_yaml v0.9.34+deprecated
5772026-07-07T18:28:32.391Z Compiling bincode v2.0.1
5782026-07-07T18:28:32.422Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5792026-07-07T18:28:32.847Z Compiling deku v0.18.1
5802026-07-07T18:28:33.414Z Compiling num_enum v0.7.6
5812026-07-07T18:28:33.432Z Compiling csv v1.4.0
5822026-07-07T18:28:33.704Z Compiling hash32 v0.3.1
5832026-07-07T18:28:33.786Z Compiling md-5 v0.10.6
5842026-07-07T18:28:33.952Z Compiling serde_plain v1.0.2
5852026-07-07T18:28:34.060Z Compiling miette-derive v7.6.0
5862026-07-07T18:28:34.193Z Compiling tracing-attributes v0.1.31
5872026-07-07T18:28:34.279Z Compiling async-io v2.6.0
5882026-07-07T18:28:34.528Z Compiling slab v0.4.12
5892026-07-07T18:28:34.737Z Compiling object v0.38.1
5902026-07-07T18:28:35.042Z Compiling libdevinfo-sys v1.1.0
5912026-07-07T18:28:35.143Z Compiling devinfo v0.1.0
5922026-07-07T18:28:35.185Z Compiling miette v7.6.0
5932026-07-07T18:28:35.341Z Compiling esp-idf-part v0.6.0
5942026-07-07T18:28:35.446Z Compiling tracing v0.1.44
5952026-07-07T18:28:35.979Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5962026-07-07T18:28:36.173Z Compiling futures-lite v2.6.1
5972026-07-07T18:28:36.563Z Compiling gimli v0.32.3
5982026-07-07T18:28:36.573Z Compiling md-5 v0.11.0
5992026-07-07T18:28:36.636Z Compiling docsplay-macros v0.1.2
6002026-07-07T18:28:36.885Z Compiling concurrent-queue v2.5.0
6012026-07-07T18:28:37.143Z Compiling polling v3.11.0
6022026-07-07T18:28:37.143Z Compiling rmp v0.8.15
6032026-07-07T18:28:37.219Z Compiling parking v2.2.1
6042026-07-07T18:28:37.460Z Compiling futures-io v0.3.32
6052026-07-07T18:28:37.488Z Compiling rmp-serde v1.3.1
6062026-07-07T18:28:37.710Z Compiling docsplay v0.1.3
6072026-07-07T18:28:37.998Z Compiling cobs v0.5.1
6082026-07-07T18:28:38.526Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-07T18:28:39.980Z Compiling espflash v4.4.0
6102026-07-07T18:28:40.210Z Compiling ihex v3.0.0
6112026-07-07T18:28:40.431Z Compiling uf2-decode v0.2.0
6122026-07-07T18:28:40.837Z Compiling dunce v1.0.5
6132026-07-07T18:28:40.847Z Compiling chacha20 v0.10.0
6142026-07-07T18:28:40.941Z Compiling unicode-segmentation v1.13.2
6152026-07-07T18:28:40.955Z Compiling signal-hook v0.3.18
6162026-07-07T18:28:41.165Z Compiling rand v0.10.1
6172026-07-07T18:28:41.891Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6182026-07-07T18:28:42.086Z Compiling signal-hook-registry v1.4.8
6192026-07-07T18:28:42.158Z Compiling convert_case v0.10.0
6202026-07-07T18:28:42.413Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6212026-07-07T18:28:42.843Z Compiling mio v1.2.0
6222026-07-07T18:28:43.377Z Compiling mio v0.8.11
6232026-07-07T18:28:43.688Z Compiling derive_more-impl v2.1.1
6242026-07-07T18:28:43.751Z Compiling signal-hook-mio v0.2.5
6252026-07-07T18:28:44.372Z Compiling litrs v1.0.0
6262026-07-07T18:28:44.815Z Compiling derive_more v2.1.1
6272026-07-07T18:28:44.821Z Compiling document-features v0.2.12
6282026-07-07T18:28:45.072Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6292026-07-07T18:28:45.280Z Compiling convert_case v0.11.0
6302026-07-07T18:28:45.426Z Compiling crossterm v0.29.0
6312026-07-07T18:28:45.534Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-07T18:28:45.608Z Compiling paste v1.0.15
6332026-07-07T18:28:46.528Z Compiling camino v1.2.2
6342026-07-07T18:28:47.378Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-07T18:28:47.760Z Compiling crossbeam-channel v0.5.15
6362026-07-07T18:28:48.112Z Compiling castaway v0.2.4
6372026-07-07T18:28:48.527Z Compiling indoc v2.0.7
6382026-07-07T18:28:48.723Z Compiling instability v0.3.12
6392026-07-07T18:28:48.796Z Compiling thiserror v1.0.69
6402026-07-07T18:28:48.891Z Compiling unicode-truncate v2.0.1
6412026-07-07T18:28:48.990Z Compiling lazy-regex-proc_macros v3.6.0
6422026-07-07T18:28:49.115Z Compiling compact_str v0.9.0
6432026-07-07T18:28:49.860Z Compiling kasuari v0.4.12
6442026-07-07T18:28:49.900Z Compiling lru v0.16.4
6452026-07-07T18:28:49.948Z Compiling thiserror-impl v1.0.69
6462026-07-07T18:28:50.030Z Compiling crossbeam-queue v0.3.12
6472026-07-07T18:28:50.092Z Compiling cargo-platform v0.3.3
6482026-07-07T18:28:50.204Z Compiling crossbeam v0.8.4
6492026-07-07T18:28:50.278Z Compiling cargo_metadata v0.23.1
6502026-07-07T18:28:50.392Z Compiling ratatui-core v0.1.0
6512026-07-07T18:28:51.223Z Compiling lazy-regex v3.6.0
6522026-07-07T18:28:51.295Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6532026-07-07T18:28:52.108Z Compiling binrw_derive v0.14.2
6542026-07-07T18:28:52.244Z Compiling strict v0.2.0
6552026-07-07T18:28:52.428Z Compiling base64 v0.13.1
6562026-07-07T18:28:52.604Z Compiling bitflags v1.3.2
6572026-07-07T18:28:52.694Z Compiling crossterm v0.23.2
6582026-07-07T18:28:52.720Z Compiling ron v0.6.6
6592026-07-07T18:28:53.002Z Compiling crokey-proc_macros v1.4.0
6602026-07-07T18:28:53.522Z Compiling line-clipping v0.3.7
6612026-07-07T18:28:53.822Z Compiling owo-colors v3.5.0
6622026-07-07T18:28:53.830Z Compiling binrw v0.14.2
6632026-07-07T18:28:54.057Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6642026-07-07T18:28:54.244Z Compiling cargo-readme v3.3.2
6652026-07-07T18:28:54.796Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6662026-07-07T18:28:54.876Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-07-07T18:28:56.679Z Compiling crokey v1.4.0
6682026-07-07T18:28:57.079Z Compiling ratatui-widgets v0.3.0
6692026-07-07T18:28:57.362Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-07-07T18:28:57.928Z Compiling coolor v0.8.0
6712026-07-07T18:28:58.202Z Compiling coolor v1.1.0
6722026-07-07T18:28:58.468Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-07T18:28:58.611Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6742026-07-07T18:28:58.737Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6752026-07-07T18:28:59.824Z Compiling half v2.7.1
6762026-07-07T18:29:00.068Z Compiling minimad v0.14.0
6772026-07-07T18:29:00.194Z Compiling minimad v0.13.1
6782026-07-07T18:29:00.470Z Compiling ciborium-io v0.2.2
6792026-07-07T18:29:00.569Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6802026-07-07T18:29:00.689Z Compiling array-init v2.1.0
6812026-07-07T18:29:00.804Z Compiling convert_case v0.4.0
6822026-07-07T18:29:01.108Z Compiling derive_more v0.99.20
6832026-07-07T18:29:02.114Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6842026-07-07T18:29:02.143Z Compiling ciborium-ll v0.2.2
6852026-07-07T18:29:02.419Z Compiling termimad v0.25.7
6862026-07-07T18:29:02.912Z Compiling termimad v0.34.1
6872026-07-07T18:29:03.393Z Compiling ratatui-macros v0.7.0
6882026-07-07T18:29:03.538Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-07T18:29:03.562Z Compiling ratatui-crossterm v0.1.0
6902026-07-07T18:29:03.618Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-07T18:29:03.767Z Compiling sha2 v0.11.0
6922026-07-07T18:29:04.075Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-07T18:29:04.268Z Compiling parse-size v1.1.0
6942026-07-07T18:29:04.341Z Compiling xml v1.2.1
6952026-07-07T18:29:04.481Z Compiling iana-time-zone v0.1.65
6962026-07-07T18:29:04.918Z Compiling chrono v0.4.44
6972026-07-07T18:29:05.886Z Compiling serde-xml-rs v0.8.2
6982026-07-07T18:29:07.299Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6992026-07-07T18:29:08.998Z Compiling ratatui v0.30.0
7002026-07-07T18:29:09.570Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7012026-07-07T18:29:09.665Z Compiling raw-cpuid v11.6.0
7022026-07-07T18:29:10.652Z Compiling ciborium v0.2.2
7032026-07-07T18:29:11.645Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-07T18:29:11.859Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-07T18:29:11.862Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-07T18:29:12.235Z Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin)
7072026-07-07T18:29:12.458Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7082026-07-07T18:29:12.804Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7092026-07-07T18:29:13.255Z Compiling tracing-log v0.2.0
7102026-07-07T18:29:13.681Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-07T18:29:13.694Z Compiling sharded-slab v0.1.7
7122026-07-07T18:29:13.863Z Compiling matchers v0.2.0
7132026-07-07T18:29:14.036Z Compiling termios v0.3.3
7142026-07-07T18:29:14.243Z Compiling thread_local v1.1.9
7152026-07-07T18:29:14.453Z Compiling splitty v1.0.2
7162026-07-07T18:29:14.638Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7172026-07-07T18:29:14.682Z Compiling nu-ansi-term v0.50.3
7182026-07-07T18:29:14.806Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7192026-07-07T18:29:14.977Z Compiling tracing-subscriber v0.3.23
7202026-07-07T18:29:15.003Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7212026-07-07T18:29:15.328Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7222026-07-07T18:29:16.521Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7232026-07-07T18:29:17.277Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7242026-07-07T18:29:17.838Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7252026-07-07T18:29:19.212Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7262026-07-07T18:29:19.723Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7272026-07-07T18:29:22.219Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7282026-07-07T18:29:22.299Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7292026-07-07T18:29:23.128Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7302026-07-07T18:29:23.314Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7312026-07-07T18:29:24.647Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7322026-07-07T18:29:24.908Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7332026-07-07T18:29:27.104Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7342026-07-07T18:29:29.435Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7352026-07-07T18:29:32.496Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-07T18:29:33.852Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-07T18:29:34.476Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-07T18:29:35.953Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7392026-07-07T18:29:35.997Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7402026-07-07T18:29:40.233Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7412026-07-07T18:29:40.851Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7422026-07-07T18:29:41.599Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7432026-07-07T18:29:42.647Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7442026-07-07T18:29:44.386Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-07T18:29:44.645Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7462026-07-07T18:29:44.846Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7472026-07-07T18:29:45.462Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7482026-07-07T18:29:47.471Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7492026-07-07T18:29:47.561Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7502026-07-07T18:29:48.527Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7512026-07-07T18:29:49.160Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7522026-07-07T18:29:51.089Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7532026-07-07T18:29:52.138Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7542026-07-07T18:29:52.237Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7552026-07-07T18:29:52.994Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7562026-07-07T18:29:53.552Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7572026-07-07T18:29:53.903Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7582026-07-07T18:29:54.857Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7592026-07-07T18:29:55.111Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7602026-07-07T18:29:56.868Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7612026-07-07T18:29:57.570Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7622026-07-07T18:29:57.863Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7632026-07-07T18:29:58.232Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7642026-07-07T18:29:58.654Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7652026-07-07T18:29:59.897Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7662026-07-07T18:29:59.909Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7672026-07-07T18:30:01.699Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7682026-07-07T18:30:03.471Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7692026-07-07T18:30:04.267Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7702026-07-07T18:30:05.142Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7712026-07-07T18:30:05.290Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7722026-07-07T18:30:05.364Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7732026-07-07T18:30:28.165Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7742026-07-07T18:31:26.228Zpkg://helios/developer/debug/humility@0.13.1.705,5.11-3.0:20260707T183033Z
7752026-07-07T18:31:26.228ZPUBLISHED
7762026-07-07T18:31:26.447ZRetrieving packages for publisher helios ...
7772026-07-07T18:31:26.458ZRetrieving catalog 'helios' ... Done
7782026-07-07T18:31:26.458ZRetrieving and evaluating 1 package(s)...
7792026-07-07T18:31:26.459ZFetching manifests: 1/1 100% complete
7802026-07-07T18:31:26.459ZFetching manifests: 1/1 100% complete
7812026-07-07T18:31:26.459Z
7822026-07-07T18:31:26.459ZArchiving packages ...
7832026-07-07T18:31:26.459Z Packages to add: 1
7842026-07-07T18:31:26.459Z Files to retrieve: 1
7852026-07-07T18:31:26.459ZEstimated transfer size: 132.88 MB
7862026-07-07T18:31:26.459Z
7872026-07-07T18:31:26.459ZPackages to archive:
7882026-07-07T18:31:26.459Zdeveloper/debug/humility@0.13.1.705,5.11-3.0:20260707T183033Z
7892026-07-07T18:31:26.459Z
7902026-07-07T18:31:26.459ZDownload: 0/1 items 0.0/132.9MB 0% complete
7912026-07-07T18:31:26.680ZDownload: Completed 132.88 MB in 0.23 seconds (566M/s)
7922026-07-07T18:31:26.691ZArchiving: 1/10 items 0.0/132.9MB 0% complete
7932026-07-07T18:31:26.732ZArchiving: Completed 132.90 MB in 0.05 seconds
7942026-07-07T18:31:26.774ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.705-3.0.p5p.
7952026-07-07T18:31:26.785Z
7962026-07-07T18:31:26.786Zreal 4:32.717037971
7972026-07-07T18:31:26.786Zuser 22:28.756722611
7982026-07-07T18:31:26.799Zsys 1:38.550111356
7992026-07-07T18:31:26.799Ztrap 0.669464376
8002026-07-07T18:31:26.799Ztflt 1.037052479
8012026-07-07T18:31:26.799Zdflt 1.537858946
8022026-07-07T18:31:26.799Zkflt 0.011055966
8032026-07-07T18:31:26.799Zlock 1:34:27.379018171
8042026-07-07T18:31:26.799Zslp 1:12:43.906255001
8052026-07-07T18:31:26.799Zlat 1:24.222311515
8062026-07-07T18:31:26.799Zstop 1:15.252001669
8072026-07-07T18:31:26.799Z+ banner copy
8082026-07-07T18:31:26.799Z
8092026-07-07T18:31:26.799Z #### #### ##### # #
8102026-07-07T18:31:26.799Z # # # # # # # #
8112026-07-07T18:31:26.799Z # # # # # #
8122026-07-07T18:31:26.799Z # # # ##### #
8132026-07-07T18:31:26.799Z # # # # # #
8142026-07-07T18:31:26.799Z #### #### # #
8152026-07-07T18:31:26.799Z
8162026-07-07T18:31:26.799Z+ pfexec mkdir -p /out
8172026-07-07T18:31:26.799Z+ pfexec chown 12345 /out
8182026-07-07T18:31:26.800Z+ PKG_NAME=/out/humility.p5p
8192026-07-07T18:31:26.800Z+ mv pkg/packages/repo/humility-0.13.1.705-3.0.p5p /out/humility.p5p
8202026-07-07T18:31:26.894Z+ sha256sum /out/humility.p5p
8212026-07-07T18:31:26.965Zprocess exited: duration 278950 ms, exit code 0
 
8222026-07-07T18:31:26.983Zfound 2 output files
8232026-07-07T18:31:26.994Zuploading: /out/humility.p5p (139356160 bytes)
8242026-07-07T18:31:29.702Zuploaded: /out/humility.p5p
8252026-07-07T18:31:29.722Zuploading: /out/humility.p5p.sha256 (84 bytes)
8262026-07-07T18:31:30.779Zuploaded: /out/humility.p5p.sha256