01KWJ1X7HFQTGP83JNWTX1MZ18: 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: 01KWJ1XM7BX5XDFRFZJYN1DD1V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T18:38:01.304Zjob assigned to worker 01KWJ1XNV2H6AWQNYBAJ7P4MN7 [factory aws, i-0db3078894e4e3c83] (queued for 54 s)
 
22026-07-02T18:38:07.999Zstarting task 0: "setup"
32026-07-02T18:38:08.004Z++ uname -s
42026-07-02T18:38:08.004Z+ kern=SunOS
52026-07-02T18:38:08.004Z+ build_user=build
62026-07-02T18:38:08.004Z+ build_uid=12345
72026-07-02T18:38:08.004Z+ work_dir=/work
82026-07-02T18:38:08.004Z+ input_dir=/input
92026-07-02T18:38:08.004Z+ [[ 0 == 12345 ]]
102026-07-02T18:38:08.004Z+ case "$kern" in
112026-07-02T18:38:08.004Z+ groupadd -g 12345 build
122026-07-02T18:38:08.013Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T18:38:10.009Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T18:38:10.082Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T18:38:10.085Z+ home_fs=zfs
162026-07-02T18:38:10.085Z+ [[ zfs == autofs ]]
172026-07-02T18:38:10.085Z+ mkdir -p /home/build
182026-07-02T18:38:10.085Z+ chown build:build /home/build /work
192026-07-02T18:38:12.086Z+ chmod 0700 /home/build /work
202026-07-02T18:38:12.089Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-02T18:38:12.094Zstarting task 1: "rust-toolchain"
222026-07-02T18:38:12.101Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-02T18:38:12.101Z * rust toolchain channel = "stable"
242026-07-02T18:38:12.101Z * rust toolchain profile = "default"
252026-07-02T18:38:12.101Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T18:38:12.101Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T18:38:12.101Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T18:38:12.104Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T18:38:12.105Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-02T18:38:12.209Zinfo: downloading installer
312026-07-02T18:38:13.591Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T18:38:13.591Zwarn: /home/build/.rustup/settings.toml
332026-07-02T18:38:13.591Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T18:38:13.591Zwarn: instead of the one inferred from the default host triple.
352026-07-02T18:38:13.604Zinfo: profile set to default
362026-07-02T18:38:13.604Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T18:38:13.610Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-02T18:38:13.743Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T18:38:13.746Zinfo: downloading 6 components
402026-07-02T18:38:28.548Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-02T18:38:28.548Z
422026-07-02T18:38:28.568Z stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T18:38:28.568Z
442026-07-02T18:38:28.568Z
452026-07-02T18:38:28.568ZRust is installed now. Great!
462026-07-02T18:38:28.568Z
472026-07-02T18:38:28.585ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T18:38:28.585Zenvironment variable. This has not been done automatically.
492026-07-02T18:38:28.586Z
502026-07-02T18:38:28.586ZTo configure your current shell, you need to source
512026-07-02T18:38:28.586Zthe corresponding env file under $HOME/.cargo.
522026-07-02T18:38:28.586Z
532026-07-02T18:38:28.586ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T18:38:28.586Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T18:38:28.587Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T18:38:28.587Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T18:38:28.587Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T18:38:28.587Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T18:38:28.587Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T18:38:28.587Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T18:38:28.587Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T18:38:28.664Z+ rustup --version
632026-07-02T18:38:28.672Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T18:38:28.681Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T18:38:28.695Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T18:38:28.721Z+ cargo --version
672026-07-02T18:38:28.750Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T18:38:28.750Z+ rustc --version
692026-07-02T18:38:28.761Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T18:38:28.761Zprocess exited: duration 16639 ms, exit code 0
 
712026-07-02T18:38:28.800Zstarting task 2: "authentication"
722026-07-02T18:38:28.852Zprocess exited: duration 37 ms, exit code 0
 
732026-07-02T18:38:28.910Zstarting task 3: "clone repository"
742026-07-02T18:38:28.926Z+ mkdir -p /work/oxidecomputer/humility
752026-07-02T18:38:28.926Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-02T18:38:28.939ZCloning into '/work/oxidecomputer/humility'...
772026-07-02T18:38:45.158Z+ cd /work/oxidecomputer/humility
782026-07-02T18:38:45.158Z+ git fetch origin bf0ecf22e765a07b651ef4d13716e1b78aba15c9
792026-07-02T18:38:45.382ZFrom https://github.com/oxidecomputer/humility
802026-07-02T18:38:45.382Z * branch bf0ecf22e765a07b651ef4d13716e1b78aba15c9 -> FETCH_HEAD
812026-07-02T18:38:45.388Z+ [[ -n james/host-retool ]]
822026-07-02T18:38:45.391Z++ git branch --show-current
832026-07-02T18:38:45.392Z+ current=master
842026-07-02T18:38:45.392Z+ [[ master != james/host-retool ]]
852026-07-02T18:38:45.392Z+ git branch -f james/host-retool bf0ecf22e765a07b651ef4d13716e1b78aba15c9
862026-07-02T18:38:45.395Z+ git checkout -f james/host-retool
872026-07-02T18:38:46.177ZSwitched to branch 'james/host-retool'
882026-07-02T18:38:46.183Z+ git reset --hard bf0ecf22e765a07b651ef4d13716e1b78aba15c9
892026-07-02T18:38:46.188ZHEAD is now at bf0ecf22 De-dupe some code
902026-07-02T18:38:46.190Zprocess exited: duration 17300 ms, exit code 0
 
912026-07-02T18:38:46.197Zstarting task 4: "build"
922026-07-02T18:38:46.200Z+ export CARGO_INCREMENTAL=0
932026-07-02T18:38:46.201Z+ CARGO_INCREMENTAL=0
942026-07-02T18:38:46.205Z+ banner deps
952026-07-02T18:38:46.205Z
962026-07-02T18:38:46.206Z ##### ###### ##### ####
972026-07-02T18:38:46.206Z # # # # # #
982026-07-02T18:38:46.206Z # # ##### # # ####
992026-07-02T18:38:46.206Z # # # ##### #
1002026-07-02T18:38:46.206Z # # # # # #
1012026-07-02T18:38:46.206Z ##### ###### # ####
1022026-07-02T18:38:46.206Z
1032026-07-02T18:38:46.206Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-02T18:38:46.207Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-02T18:38:46.207Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-02T18:38:49.475Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-02T18:38:49.576Z Startup: Caching catalogs ... Done
1082026-07-02T18:38:50.074ZPlanning: Solver setup ... Done (0.456s)
1092026-07-02T18:38:50.102ZPlanning: Running solver ... Done (0.028s)
1102026-07-02T18:38:50.113ZPlanning: Finding local manifests ... Done (0.002s)
1112026-07-02T18:38:50.124ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-02T18:38:50.138ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-02T18:38:50.150ZPlanning: Package planning ... Done (0.012s)
1142026-07-02T18:38:50.154ZPlanning: Merging actions ... Done (0.000s)
1152026-07-02T18:38:50.304ZPlanning: Checking for conflicting actions ... Done (0.152s)
1162026-07-02T18:38:50.307ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-02T18:38:51.063ZPlanning: Evaluating mediators ... Done (0.760s)
1182026-07-02T18:38:51.066ZPlanning: Planning completed in 1.47 seconds
1192026-07-02T18:38:51.072Z Packages to install: 2
1202026-07-02T18:38:51.072Z Estimated space available: 155.78 GB
1212026-07-02T18:38:51.075ZEstimated space to be consumed: 23.22 MB
1222026-07-02T18:38:51.075Z Create boot environment: No
1232026-07-02T18:38:51.075ZCreate backup boot environment: No
1242026-07-02T18:38:51.075Z Rebuild boot archive: No
1252026-07-02T18:38:51.075Z
1262026-07-02T18:38:51.075ZChanged packages:
1272026-07-02T18:38:51.075Zhelios
1282026-07-02T18:38:51.075Z library/libftdi1
1292026-07-02T18:38:51.075Z None -> 1.5-3.0
1302026-07-02T18:38:51.075Z ooce/library/libusb-1
1312026-07-02T18:38:51.075Z None -> 1.0.29-3.1
1322026-07-02T18:38:51.097Z
1332026-07-02T18:38:51.097ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-02T18:38:51.149ZDownload: Completed 377.70 kB in 0.05 seconds (7.1M/s)
1352026-07-02T18:38:51.215Z Actions: 1/61 actions (Installing new actions)
1362026-07-02T18:38:51.226Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-02T18:38:51.236ZFinalize: Updating package state database ... Done (0.010s)
1382026-07-02T18:38:51.239ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-02T18:38:51.265ZFinalize: Updating image state ... Done (0.029s)
1402026-07-02T18:38:53.663ZFinalize: Creating fast lookup database ... Done (2.372s)
1412026-07-02T18:38:53.731ZFinalize: Reading search index ... Done (0.012s)
1422026-07-02T18:38:53.734ZFinalize: Updating search index ... Done (0.000s)
1432026-07-02T18:38:53.812ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-02T18:38:53.916Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-02T18:38:54.126ZFMRI IFO
1462026-07-02T18:38:54.126Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-02T18:38:54.126Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-02T18:38:54.162Z+ cargo --version
1492026-07-02T18:38:54.175Zcargo 1.96.1 (356927216 2026-06-26)
1502026-07-02T18:38:54.179Z+ rustc --version
1512026-07-02T18:38:54.196Zrustc 1.96.1 (31fca3adb 2026-06-26)
1522026-07-02T18:38:54.199Z+ banner package
1532026-07-02T18:38:54.199Z
1542026-07-02T18:38:54.199Z ##### ## #### # # ## #### ######
1552026-07-02T18:38:54.199Z # # # # # # # # # # # # #
1562026-07-02T18:38:54.199Z # # # # # #### # # # #####
1572026-07-02T18:38:54.199Z ##### ###### # # # ###### # ### #
1582026-07-02T18:38:54.199Z # # # # # # # # # # # #
1592026-07-02T18:38:54.199Z # # # #### # # # # #### ######
1602026-07-02T18:38:54.199Z
1612026-07-02T18:38:54.199Z+ ptime -m cargo xtask package
1622026-07-02T18:38:54.321Z Updating crates.io index
1632026-07-02T18:38:54.324Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-02T18:38:54.587Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-02T18:38:55.061Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-02T18:38:55.344Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-02T18:38:55.606Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-02T18:38:55.877Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-02T18:38:56.120Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-02T18:38:56.445Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-02T18:39:01.355Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-02T18:39:01.815Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-02T18:39:02.213Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-02T18:39:02.431Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-02T18:39:02.653Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-02T18:39:02.864Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-02T18:39:03.594Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-02T18:39:03.845Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-02T18:39:04.115Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-02T18:39:06.276Z Downloading crates ...
1812026-07-02T18:39:06.343Z Downloaded aho-corasick v1.1.4
1822026-07-02T18:39:06.346Z Downloaded camino v1.2.2
1832026-07-02T18:39:06.349Z Downloaded anstyle-query v1.1.5
1842026-07-02T18:39:06.352Z Downloaded itoa v1.0.18
1852026-07-02T18:39:06.357Z Downloaded strsim v0.11.1
1862026-07-02T18:39:06.360Z Downloaded cargo-platform v0.3.3
1872026-07-02T18:39:06.360Z Downloaded clap v4.6.1
1882026-07-02T18:39:06.365Z Downloaded is_terminal_polyfill v1.70.2
1892026-07-02T18:39:06.368Z Downloaded clap_lex v1.1.0
1902026-07-02T18:39:06.371Z Downloaded cargo_metadata v0.23.1
1912026-07-02T18:39:06.378Z Downloaded anyhow v1.0.102
1922026-07-02T18:39:06.380Z Downloaded percent-encoding v2.3.2
1932026-07-02T18:39:06.383Z Downloaded equivalent v1.0.2
1942026-07-02T18:39:06.386Z Downloaded lazy_static v1.5.0
1952026-07-02T18:39:06.390Z Downloaded heck v0.5.0
1962026-07-02T18:39:06.390Z Downloaded anstyle v1.0.14
1972026-07-02T18:39:06.392Z Downloaded anstream v1.0.0
1982026-07-02T18:39:06.395Z Downloaded colorchoice v1.0.5
1992026-07-02T18:39:06.398Z Downloaded cargo-readme v3.3.2
2002026-07-02T18:39:06.408Z Downloaded zmij v1.0.21
2012026-07-02T18:39:06.413Z Downloaded serde_spanned v1.1.1
2022026-07-02T18:39:06.413Z Downloaded anstyle-parse v1.0.0
2032026-07-02T18:39:06.417Z Downloaded toml_writer v1.1.1+spec-1.1.0
2042026-07-02T18:39:06.426Z Downloaded quote v1.0.45
2052026-07-02T18:39:06.431Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2062026-07-02T18:39:06.431Z Downloaded toml_parser v1.1.2+spec-1.1.0
2072026-07-02T18:39:06.431Z Downloaded serde_core v1.0.228
2082026-07-02T18:39:06.431Z Downloaded thiserror v2.0.18
2092026-07-02T18:39:06.435Z Downloaded utf8parse v0.2.2
2102026-07-02T18:39:06.435Z Downloaded thiserror-impl v2.0.18
2112026-07-02T18:39:06.445Z Downloaded clap_derive v4.6.1
2122026-07-02T18:39:06.448Z Downloaded serde_derive v1.0.228
2132026-07-02T18:39:06.454Z Downloaded toml v1.1.2+spec-1.1.0
2142026-07-02T18:39:06.456Z Downloaded semver v1.0.28
2152026-07-02T18:39:06.461Z Downloaded unicode-ident v1.0.24
2162026-07-02T18:39:06.467Z Downloaded proc-macro2 v1.0.106
2172026-07-02T18:39:06.467Z Downloaded memchr v2.8.0
2182026-07-02T18:39:06.484Z Downloaded serde v1.0.228
2192026-07-02T18:39:06.487Z Downloaded indexmap v2.14.0
2202026-07-02T18:39:06.508Z Downloaded serde_json v1.0.149
2212026-07-02T18:39:06.511Z Downloaded hashbrown v0.17.0
2222026-07-02T18:39:06.515Z Downloaded regex v1.12.3
2232026-07-02T18:39:06.530Z Downloaded winnow v1.0.2
2242026-07-02T18:39:06.535Z Downloaded syn v2.0.117
2252026-07-02T18:39:06.541Z Downloaded clap_builder v4.6.0
2262026-07-02T18:39:06.557Z Downloaded regex-syntax v0.8.10
2272026-07-02T18:39:06.573Z Downloaded regex-automata v0.4.14
2282026-07-02T18:39:06.613Z Compiling serde_core v1.0.228
2292026-07-02T18:39:06.613Z Compiling proc-macro2 v1.0.106
2302026-07-02T18:39:06.617Z Compiling quote v1.0.45
2312026-07-02T18:39:06.617Z Compiling unicode-ident v1.0.24
2322026-07-02T18:39:06.617Z Compiling memchr v2.8.0
2332026-07-02T18:39:06.617Z Compiling utf8parse v0.2.2
2342026-07-02T18:39:06.617Z Compiling is_terminal_polyfill v1.70.2
2352026-07-02T18:39:06.617Z Compiling anstyle-query v1.1.5
2362026-07-02T18:39:06.803Z Compiling anstyle-parse v1.0.0
2372026-07-02T18:39:06.818Z Compiling anstyle v1.0.14
2382026-07-02T18:39:06.826Z Compiling colorchoice v1.0.5
2392026-07-02T18:39:06.833Z Compiling zmij v1.0.21
2402026-07-02T18:39:06.927Z Compiling serde v1.0.228
2412026-07-02T18:39:06.973Z Compiling anstream v1.0.0
2422026-07-02T18:39:07.030Z Compiling strsim v0.11.1
2432026-07-02T18:39:07.106Z Compiling thiserror v2.0.18
2442026-07-02T18:39:07.155Z Compiling aho-corasick v1.1.4
2452026-07-02T18:39:07.289Z Compiling clap_lex v1.1.0
2462026-07-02T18:39:07.296Z Compiling regex-syntax v0.8.10
2472026-07-02T18:39:07.418Z Compiling heck v0.5.0
2482026-07-02T18:39:07.426Z Compiling serde_json v1.0.149
2492026-07-02T18:39:07.447Z Compiling camino v1.2.2
2502026-07-02T18:39:07.528Z Compiling winnow v1.0.2
2512026-07-02T18:39:07.673Z Compiling clap_builder v4.6.0
2522026-07-02T18:39:07.844Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-07-02T18:39:07.951Z Compiling itoa v1.0.18
2542026-07-02T18:39:08.034Z Compiling syn v2.0.117
2552026-07-02T18:39:08.133Z Compiling anyhow v1.0.102
2562026-07-02T18:39:08.158Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-07-02T18:39:08.365Z Compiling percent-encoding v2.3.2
2582026-07-02T18:39:08.555Z Compiling lazy_static v1.5.0
2592026-07-02T18:39:08.776Z Compiling regex-automata v0.4.14
2602026-07-02T18:39:08.893Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-07-02T18:39:08.916Z Compiling serde_spanned v1.1.1
2622026-07-02T18:39:09.006Z Compiling cargo-platform v0.3.3
2632026-07-02T18:39:09.093Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-02T18:39:09.210Z Compiling semver v1.0.28
2652026-07-02T18:39:10.429Z Compiling regex v1.12.3
2662026-07-02T18:39:10.442Z Compiling serde_derive v1.0.228
2672026-07-02T18:39:10.445Z Compiling thiserror-impl v2.0.18
2682026-07-02T18:39:10.445Z Compiling clap_derive v4.6.1
2692026-07-02T18:39:11.705Z Compiling clap v4.6.1
2702026-07-02T18:39:12.661Z Compiling cargo-readme v3.3.2
2712026-07-02T18:39:12.661Z Compiling cargo_metadata v0.23.1
2722026-07-02T18:39:13.615Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-02T18:39:15.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s
2742026-07-02T18:39:15.131Z Running `target/debug/xtask package`
2752026-07-02T18:39:18.926Z Compiling proc-macro2 v1.0.106
2762026-07-02T18:39:18.926Z Compiling quote v1.0.45
2772026-07-02T18:39:18.926Z Compiling unicode-ident v1.0.24
2782026-07-02T18:39:18.930Z Compiling serde_core v1.0.228
2792026-07-02T18:39:18.930Z Compiling libc v0.2.186
2802026-07-02T18:39:18.930Z Compiling serde v1.0.228
2812026-07-02T18:39:18.930Z Compiling cfg-if v1.0.4
2822026-07-02T18:39:18.930Z Compiling typenum v1.20.0
2832026-07-02T18:39:19.074Z Compiling log v0.4.29
2842026-07-02T18:39:19.108Z Compiling memchr v2.8.0
2852026-07-02T18:39:19.388Z Compiling thiserror v2.0.18
2862026-07-02T18:39:19.708Z Compiling scopeguard v1.2.0
2872026-07-02T18:39:19.721Z Compiling strsim v0.11.1
2882026-07-02T18:39:19.752Z Compiling stable_deref_trait v1.2.1
2892026-07-02T18:39:19.803Z Compiling autocfg v1.5.0
2902026-07-02T18:39:19.834Z Compiling lock_api v0.4.14
2912026-07-02T18:39:19.860Z Compiling errno v0.3.14
2922026-07-02T18:39:20.034Z Compiling smallvec v1.15.1
2932026-07-02T18:39:20.089Z Compiling foldhash v0.2.0
2942026-07-02T18:39:20.206Z Compiling heck v0.5.0
2952026-07-02T18:39:20.287Z Compiling syn v2.0.117
2962026-07-02T18:39:20.296Z Compiling equivalent v1.0.2
2972026-07-02T18:39:20.321Z Compiling ident_case v1.0.1
2982026-07-02T18:39:20.331Z Compiling rustversion v1.0.22
2992026-07-02T18:39:20.375Z Compiling jobserver v0.1.34
3002026-07-02T18:39:20.400Z Compiling zeroize v1.8.2
3012026-07-02T18:39:20.436Z Compiling shlex v1.3.0
3022026-07-02T18:39:20.575Z Compiling find-msvc-tools v0.1.9
3032026-07-02T18:39:20.619Z Compiling libm v0.2.16
3042026-07-02T18:39:20.697Z Compiling rustix v1.1.4
3052026-07-02T18:39:20.801Z Compiling cc v1.2.61
3062026-07-02T18:39:20.810Z Compiling anyhow v1.0.102
3072026-07-02T18:39:20.967Z Compiling num-traits v0.2.19
3082026-07-02T18:39:21.137Z Compiling version_check v0.9.5
3092026-07-02T18:39:21.209Z Compiling const-oid v0.9.6
3102026-07-02T18:39:21.252Z Compiling bitflags v2.11.1
3112026-07-02T18:39:21.264Z Compiling zerocopy v0.8.48
3122026-07-02T18:39:21.403Z Compiling generic-array v0.14.7
3132026-07-02T18:39:21.640Z Compiling aho-corasick v1.1.4
3142026-07-02T18:39:21.721Z Compiling regex-syntax v0.8.10
3152026-07-02T18:39:21.771Z Compiling hashbrown v0.17.0
3162026-07-02T18:39:22.092Z Compiling hybrid-array v0.4.11
3172026-07-02T18:39:22.112Z Compiling crossbeam-utils v0.8.21
3182026-07-02T18:39:22.476Z Compiling once_cell v1.21.4
3192026-07-02T18:39:22.581Z Compiling indexmap v2.14.0
3202026-07-02T18:39:23.290Z Compiling synstructure v0.13.2
3212026-07-02T18:39:23.312Z Compiling syn v1.0.109
3222026-07-02T18:39:23.499Z Compiling regex-automata v0.4.14
3232026-07-02T18:39:23.744Z Compiling pkg-config v0.3.33
3242026-07-02T18:39:23.794Z Compiling itoa v1.0.18
3252026-07-02T18:39:24.149Z Compiling block-buffer v0.10.4
3262026-07-02T18:39:24.304Z Compiling crypto-common v0.1.7
3272026-07-02T18:39:24.324Z Compiling serde_derive v1.0.228
3282026-07-02T18:39:24.440Z Compiling thiserror-impl v2.0.18
3292026-07-02T18:39:24.608Z Compiling zerofrom-derive v0.1.7
3302026-07-02T18:39:25.794Z Compiling zerocopy-derive v0.8.48
3312026-07-02T18:39:25.806Z Compiling yoke-derive v0.8.2
3322026-07-02T18:39:25.973Z Compiling zerovec-derive v0.11.3
3332026-07-02T18:39:26.843Z Compiling regex v1.12.3
3342026-07-02T18:39:27.103Z Compiling darling_core v0.23.0
3352026-07-02T18:39:27.677Z Compiling crypto-common v0.2.1
3362026-07-02T18:39:27.905Z Compiling zmij v1.0.21
3372026-07-02T18:39:28.208Z Compiling digest v0.10.7
3382026-07-02T18:39:28.437Z Compiling spin v0.9.8
3392026-07-02T18:39:28.661Z Compiling radium v0.7.0
3402026-07-02T18:39:28.873Z Compiling cmov v0.5.3
3412026-07-02T18:39:28.970Z Compiling byteorder v1.5.0
3422026-07-02T18:39:29.120Z Compiling ctutils v0.4.2
3432026-07-02T18:39:29.246Z Compiling displaydoc v0.2.5
3442026-07-02T18:39:29.293Z Compiling darling_macro v0.23.0
3452026-07-02T18:39:29.363Z Compiling block-buffer v0.12.0
3462026-07-02T18:39:29.454Z Compiling allocator-api2 v0.2.21
3472026-07-02T18:39:29.548Z Compiling const-oid v0.10.2
3482026-07-02T18:39:29.565Z Compiling tap v1.0.1
3492026-07-02T18:39:29.676Z Compiling crc32fast v1.5.0
3502026-07-02T18:39:29.847Z Compiling hashbrown v0.16.1
3512026-07-02T18:39:29.854Z Compiling darling v0.23.0
3522026-07-02T18:39:29.868Z Compiling digest v0.11.2
3532026-07-02T18:39:29.928Z Compiling wyz v0.5.1
3542026-07-02T18:39:30.016Z Compiling base64ct v1.8.3
3552026-07-02T18:39:30.076Z Compiling funty v2.0.0
3562026-07-02T18:39:30.129Z Compiling static_assertions v1.1.0
3572026-07-02T18:39:30.202Z Compiling simd-adler32 v0.3.9
3582026-07-02T18:39:30.223Z Compiling typeid v1.0.3
3592026-07-02T18:39:30.383Z Compiling either v1.15.0
3602026-07-02T18:39:30.541Z Compiling bitvec v1.0.1
3612026-07-02T18:39:30.563Z Compiling pem-rfc7468 v0.7.0
3622026-07-02T18:39:30.610Z Compiling clap_derive v4.6.1
3632026-07-02T18:39:30.842Z Compiling der_derive v0.7.3
3642026-07-02T18:39:30.885Z Compiling getrandom v0.2.17
3652026-07-02T18:39:31.149Z Compiling flagset v0.4.7
3662026-07-02T18:39:31.157Z Compiling adler2 v2.0.1
3672026-07-02T18:39:31.291Z Compiling utf8parse v0.2.2
3682026-07-02T18:39:31.342Z Compiling unicode-width v0.2.2
3692026-07-02T18:39:31.397Z Compiling cpufeatures v0.2.17
3702026-07-02T18:39:31.440Z Compiling anstyle-parse v1.0.0
3712026-07-02T18:39:31.468Z Compiling sha2 v0.10.9
3722026-07-02T18:39:31.661Z Compiling miniz_oxide v0.8.9
3732026-07-02T18:39:31.694Z Compiling rand_core v0.6.4
3742026-07-02T18:39:31.809Z Compiling der v0.7.10
3752026-07-02T18:39:31.970Z Compiling lazy_static v1.5.0
3762026-07-02T18:39:32.063Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-02T18:39:32.171Z Compiling crossbeam-epoch v0.9.18
3782026-07-02T18:39:32.331Z Compiling cpufeatures v0.3.0
3792026-07-02T18:39:32.405Z Compiling zlib-rs v0.6.3
3802026-07-02T18:39:32.480Z Compiling anstyle v1.0.14
3812026-07-02T18:39:32.747Z Compiling powerfmt v0.2.0
3822026-07-02T18:39:32.759Z Compiling colorchoice v1.0.5
3832026-07-02T18:39:32.801Z Compiling is_terminal_polyfill v1.70.2
3842026-07-02T18:39:32.877Z Compiling anstyle-query v1.1.5
3852026-07-02T18:39:32.895Z Compiling deranged v0.5.8
3862026-07-02T18:39:32.986Z Compiling anstream v1.0.0
3872026-07-02T18:39:33.030Z Compiling spki v0.7.3
3882026-07-02T18:39:33.341Z Compiling crossbeam-deque v0.8.6
3892026-07-02T18:39:33.562Z Compiling ppv-lite86 v0.2.21
3902026-07-02T18:39:33.591Z Compiling num-conv v0.2.1
3912026-07-02T18:39:33.609Z Compiling object v0.39.1
3922026-07-02T18:39:33.895Z Compiling twox-hash v2.1.2
3932026-07-02T18:39:33.915Z Compiling num_threads v0.1.7
3942026-07-02T18:39:34.008Z Compiling maybe-uninit v2.0.0
3952026-07-02T18:39:34.054Z Compiling time-core v0.1.8
3962026-07-02T18:39:34.081Z Compiling ruzstd v0.8.2
3972026-07-02T18:39:34.196Z Compiling time v0.3.47
3982026-07-02T18:39:34.383Z Compiling rand_chacha v0.3.1
3992026-07-02T18:39:34.510Z Compiling bitfield-macros v0.19.4
4002026-07-02T18:39:34.841Z Compiling terminal_size v0.4.4
4012026-07-02T18:39:34.936Z Compiling num-integer v0.1.46
4022026-07-02T18:39:35.203Z Compiling clap_lex v1.1.0
4032026-07-02T18:39:35.243Z Compiling zstd-safe v7.2.4
4042026-07-02T18:39:35.483Z Compiling rand_core v0.10.1
4052026-07-02T18:39:35.626Z Compiling flate2 v1.1.9
4062026-07-02T18:39:35.648Z Compiling getrandom v0.4.2
4072026-07-02T18:39:35.739Z Compiling num-bigint-dig v0.8.6
4082026-07-02T18:39:35.969Z Compiling packed_struct v0.10.1
4092026-07-02T18:39:36.266Z Compiling clap_builder v4.6.0
4102026-07-02T18:39:36.908Z Compiling bitfield v0.19.4
4112026-07-02T18:39:37.252Z Compiling num-iter v0.1.45
4122026-07-02T18:39:37.374Z Compiling rand v0.8.6
4132026-07-02T18:39:38.159Z Compiling pkcs8 v0.10.2
4142026-07-02T18:39:38.541Z Compiling serde_with_macros v3.18.0
4152026-07-02T18:39:38.757Z Compiling packed_struct_codegen v0.10.1
4162026-07-02T18:39:39.164Z Compiling inout v0.2.2
4172026-07-02T18:39:39.315Z Compiling capstone-sys v0.18.0
4182026-07-02T18:39:39.641Z Compiling nodrop v0.1.14
4192026-07-02T18:39:39.733Z Compiling parking_lot_core v0.9.12
4202026-07-02T18:39:39.733Z Compiling fallible-iterator v0.3.0
4212026-07-02T18:39:39.794Z Compiling crc-catalog v2.5.0
4222026-07-02T18:39:39.903Z Compiling base64 v0.21.7
4232026-07-02T18:39:40.011Z Compiling crc v3.4.0
4242026-07-02T18:39:40.202Z Compiling ron v0.8.1
4252026-07-02T18:39:40.811Z Compiling array-init v0.0.4
4262026-07-02T18:39:41.172Z Compiling serde_with v3.18.0
4272026-07-02T18:39:41.711Z Compiling cipher v0.5.1
4282026-07-02T18:39:41.972Z Compiling pkcs1 v0.7.5
4292026-07-02T18:39:43.198Z Compiling clap v4.6.1
4302026-07-02T18:39:43.279Z Compiling smallvec v0.6.14
4312026-07-02T18:39:44.087Z Compiling signature v2.2.0
4322026-07-02T18:39:44.259Z Compiling hmac v0.13.0
4332026-07-02T18:39:44.309Z Compiling hubpack_derive v0.1.1
4342026-07-02T18:39:44.424Z Compiling env_filter v1.0.1
4352026-07-02T18:39:44.825Z Compiling scroll_derive v0.13.1
4362026-07-02T18:39:45.631Z Compiling parse_int v0.9.0
4372026-07-02T18:39:45.775Z Compiling slog v2.8.2
4382026-07-02T18:39:45.859Z Compiling indexmap v1.9.3
4392026-07-02T18:39:46.015Z Compiling winnow v1.0.2
4402026-07-02T18:39:46.103Z Compiling portable-atomic v1.13.1
4412026-07-02T18:39:46.378Z Compiling bumpalo v3.20.2
4422026-07-02T18:39:46.463Z Compiling serde_json v1.0.149
4432026-07-02T18:39:46.552Z Compiling prettyplease v0.2.37
4442026-07-02T18:39:46.594Z Compiling cpubits v0.1.1
4452026-07-02T18:39:46.668Z Compiling subtle v2.6.1
4462026-07-02T18:39:46.677Z Compiling libbz2-rs-sys v0.2.3
4472026-07-02T18:39:46.704Z Compiling cpp_demangle v0.5.1
4482026-07-02T18:39:46.722Z Compiling rayon-core v1.13.0
4492026-07-02T18:39:46.812Z Compiling lzss v0.9.1
4502026-07-02T18:39:46.948Z Compiling jiff v0.2.24
4512026-07-02T18:39:47.133Z Compiling bzip2 v0.6.1
4522026-07-02T18:39:47.148Z Compiling rsa v0.9.10
4532026-07-02T18:39:47.408Z Compiling aes v0.9.0
4542026-07-02T18:39:48.682Z Compiling zopfli v0.8.3
4552026-07-02T18:39:49.587Z Compiling toml_parser v1.1.2+spec-1.1.0
4562026-07-02T18:39:50.055Z Compiling env_logger v0.11.10
4572026-07-02T18:39:50.721Z Compiling scroll v0.13.0
4582026-07-02T18:39:50.910Z Compiling hubpack v0.1.2
4592026-07-02T18:39:51.042Z Compiling pbkdf2 v0.13.0
4602026-07-02T18:39:51.185Z Compiling serde-hex v0.1.0
4612026-07-02T18:39:51.561Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-07-02T18:39:51.597Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-02T18:39:51.848Z Compiling x509-cert v0.2.5
4642026-07-02T18:39:52.619Z Compiling sha1 v0.11.0
4652026-07-02T18:39:53.126Z Compiling lzma-rust2 v0.16.2
4662026-07-02T18:39:53.354Z Compiling erased-serde v0.3.31
4672026-07-02T18:39:53.972Z Compiling zerofrom v0.1.7
4682026-07-02T18:39:54.093Z Compiling num-derive v0.4.2
4692026-07-02T18:39:55.059Z Compiling toml_datetime v1.1.1+spec-1.1.0
4702026-07-02T18:39:55.567Z Compiling serde_spanned v1.1.1
4712026-07-02T18:39:55.717Z Compiling semver v1.0.28
4722026-07-02T18:39:56.020Z Compiling constant_time_eq v0.4.2
4732026-07-02T18:39:56.233Z Compiling icu_normalizer_data v2.2.0
4742026-07-02T18:39:56.474Z Compiling typed-path v0.12.3
4752026-07-02T18:39:58.223Z Compiling crc-any v2.5.0
4762026-07-02T18:39:58.666Z Compiling void v1.0.2
4772026-07-02T18:39:58.774Z Compiling icu_properties_data v2.2.0
4782026-07-02T18:39:58.989Z Compiling ppmd-rust v1.4.0
4792026-07-02T18:39:59.093Z Compiling hex v0.4.3
4802026-07-02T18:39:59.390Z Compiling toml_writer v1.1.1+spec-1.1.0
4812026-07-02T18:39:59.429Z Compiling hashbrown v0.12.3
4822026-07-02T18:39:59.663Z Compiling fnv v1.0.7
4832026-07-02T18:39:59.733Z Compiling deflate64 v0.1.12
4842026-07-02T18:39:59.758Z Compiling gimli v0.33.0
4852026-07-02T18:40:00.126Z Compiling toml v1.1.2+spec-1.1.0
4862026-07-02T18:40:00.335Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4872026-07-02T18:40:00.525Z Compiling yoke v0.8.2
4882026-07-02T18:40:03.597Z Compiling zstd v0.13.3
4892026-07-02T18:40:04.069Z Compiling zip v8.6.0
4902026-07-02T18:40:09.105Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-02T18:40:09.143Z Compiling console v0.16.3
4922026-07-02T18:40:11.577Z Compiling serde-big-array v0.5.1
4932026-07-02T18:40:11.595Z Compiling memmap2 v0.9.10
4942026-07-02T18:40:11.595Z Compiling colored v3.1.1
4952026-07-02T18:40:11.595Z Compiling unit-prefix v0.5.2
4962026-07-02T18:40:11.595Z Compiling typed-arena v2.0.2
4972026-07-02T18:40:11.595Z Compiling rustc-demangle v0.1.27
4982026-07-02T18:40:11.595Z Compiling path-slash v0.2.1
4992026-07-02T18:40:11.595Z Compiling plain v0.2.3
5002026-07-02T18:40:11.595Z Compiling goblin v0.10.5
5012026-07-02T18:40:11.595Z Compiling addr2line v0.26.1
5022026-07-02T18:40:11.595Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5032026-07-02T18:40:12.269Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5042026-07-02T18:40:12.282Z Compiling indicatif v0.18.4
5052026-07-02T18:40:12.282Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-02T18:40:12.689Z Compiling rayon v1.12.0
5072026-07-02T18:40:14.797Z Compiling ron v0.12.1
5082026-07-02T18:40:15.021Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-07-02T18:40:16.341Z Compiling multimap v0.10.1
5102026-07-02T18:40:16.680Z Compiling datamap v0.1.0
5112026-07-02T18:40:16.867Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5122026-07-02T18:40:17.572Z Compiling auto_impl v1.3.0
5132026-07-02T18:40:18.767Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-02T18:40:19.062Z Compiling zerovec v0.11.6
5152026-07-02T18:40:20.281Z Compiling parking_lot v0.12.5
5162026-07-02T18:40:20.613Z Compiling tinystr v0.8.3
5172026-07-02T18:40:20.816Z Compiling rustc_version v0.4.1
5182026-07-02T18:40:21.089Z Compiling writeable v0.6.3
5192026-07-02T18:40:21.287Z Compiling litemap v0.8.2
5202026-07-02T18:40:21.477Z Compiling ryu v1.0.23
5212026-07-02T18:40:21.536Z Compiling icu_locale_core v2.2.0
5222026-07-02T18:40:21.830Z Compiling heapless v0.7.17
5232026-07-02T18:40:22.126Z Compiling potential_utf v0.1.5
5242026-07-02T18:40:22.281Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-02T18:40:22.464Z Compiling zerotrie v0.2.4
5262026-07-02T18:40:22.745Z Compiling strum_macros v0.28.0
5272026-07-02T18:40:23.211Z Compiling utf8_iter v1.0.4
5282026-07-02T18:40:23.357Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-07-02T18:40:23.894Z Compiling icu_collections v2.2.0
5302026-07-02T18:40:24.328Z Compiling proc-macro-crate v3.5.0
5312026-07-02T18:40:24.605Z Compiling strum v0.28.0
5322026-07-02T18:40:24.739Z Compiling icu_provider v2.2.0
5332026-07-02T18:40:25.042Z Compiling hash32 v0.2.1
5342026-07-02T18:40:25.048Z Compiling strum_macros v0.27.2
5352026-07-02T18:40:25.240Z Compiling percent-encoding v2.3.2
5362026-07-02T18:40:26.877Z Compiling strum v0.27.2
5372026-07-02T18:40:27.605Z Compiling postcard-cobs v0.1.5-pre
5382026-07-02T18:40:27.614Z Compiling pkg-version-impl v0.1.1
5392026-07-02T18:40:27.692Z Compiling darling_core v0.20.11
5402026-07-02T18:40:27.737Z Compiling postcard v0.7.3
5412026-07-02T18:40:28.007Z Compiling capstone v0.14.0
5422026-07-02T18:40:28.037Z Compiling icu_properties v2.2.0
5432026-07-02T18:40:28.550Z Compiling icu_normalizer v2.2.0
5442026-07-02T18:40:28.859Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5452026-07-02T18:40:29.044Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5462026-07-02T18:40:29.181Z Compiling itertools v0.14.0
5472026-07-02T18:40:29.696Z Compiling darling_macro v0.20.11
5482026-07-02T18:40:29.759Z Compiling idna_adapter v1.2.2
5492026-07-02T18:40:29.885Z Compiling pkg-version v1.0.0
5502026-07-02T18:40:29.896Z Compiling virtue v0.0.18
5512026-07-02T18:40:29.973Z Compiling unicode-width v0.1.14
5522026-07-02T18:40:30.243Z Compiling darling v0.20.11
5532026-07-02T18:40:30.290Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5542026-07-02T18:40:30.322Z Compiling idna v1.1.0
5552026-07-02T18:40:30.428Z Compiling bincode_derive v2.0.1
5562026-07-02T18:40:30.745Z Compiling form_urlencoded v1.2.2
5572026-07-02T18:40:30.845Z Compiling bytemuck_derive v1.10.2
5582026-07-02T18:40:30.913Z Compiling pin-project-lite v0.2.17
5592026-07-02T18:40:31.015Z Compiling url v2.5.8
5602026-07-02T18:40:31.024Z Compiling deku_derive v0.18.1
5612026-07-02T18:40:31.044Z Compiling num_enum_derive v0.7.6
5622026-07-02T18:40:31.599Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5632026-07-02T18:40:31.719Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5642026-07-02T18:40:32.013Z Compiling bytemuck v1.25.0
5652026-07-02T18:40:32.214Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5662026-07-02T18:40:32.253Z Compiling jep106 v0.3.0
5672026-07-02T18:40:32.289Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5682026-07-02T18:40:32.399Z Compiling tracing-core v0.1.36
5692026-07-02T18:40:32.526Z Compiling no_std_io2 v0.8.1
5702026-07-02T18:40:32.602Z Compiling csv-core v0.1.13
5712026-07-02T18:40:32.799Z Compiling unsafe-libyaml v0.2.11
5722026-07-02T18:40:32.994Z Compiling heapless v0.9.3
5732026-07-02T18:40:33.089Z Compiling futures-core v0.3.32
5742026-07-02T18:40:33.379Z Compiling unty v0.0.4
5752026-07-02T18:40:33.475Z Compiling base64 v0.22.1
5762026-07-02T18:40:33.493Z Compiling bincode v2.0.1
5772026-07-02T18:40:33.543Z Compiling serde_yaml v0.9.34+deprecated
5782026-07-02T18:40:33.763Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5792026-07-02T18:40:33.960Z Compiling deku v0.18.1
5802026-07-02T18:40:34.153Z Compiling csv v1.4.0
5812026-07-02T18:40:34.631Z Compiling num_enum v0.7.6
5822026-07-02T18:40:34.731Z Compiling hash32 v0.3.1
5832026-07-02T18:40:34.754Z Compiling md-5 v0.10.6
5842026-07-02T18:40:34.898Z Compiling serde_plain v1.0.2
5852026-07-02T18:40:34.918Z Compiling miette-derive v7.6.0
5862026-07-02T18:40:35.166Z Compiling tracing-attributes v0.1.31
5872026-07-02T18:40:35.240Z Compiling async-io v2.6.0
5882026-07-02T18:40:35.324Z Compiling slab v0.4.12
5892026-07-02T18:40:35.499Z Compiling libdevinfo-sys v1.1.0
5902026-07-02T18:40:35.541Z Compiling object v0.38.1
5912026-07-02T18:40:35.904Z Compiling devinfo v0.1.0
5922026-07-02T18:40:36.073Z Compiling miette v7.6.0
5932026-07-02T18:40:36.301Z Compiling esp-idf-part v0.6.0
5942026-07-02T18:40:36.407Z Compiling tracing v0.1.44
5952026-07-02T18:40:36.517Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5962026-07-02T18:40:36.806Z Compiling futures-lite v2.6.1
5972026-07-02T18:40:37.267Z Compiling gimli v0.32.3
5982026-07-02T18:40:37.270Z Compiling md-5 v0.11.0
5992026-07-02T18:40:37.443Z Compiling docsplay-macros v0.1.2
6002026-07-02T18:40:37.595Z Compiling concurrent-queue v2.5.0
6012026-07-02T18:40:37.840Z Compiling polling v3.11.0
6022026-07-02T18:40:37.915Z Compiling rmp v0.8.15
6032026-07-02T18:40:38.220Z Compiling futures-io v0.3.32
6042026-07-02T18:40:38.220Z Compiling parking v2.2.1
6052026-07-02T18:40:38.243Z Compiling docsplay v0.1.3
6062026-07-02T18:40:38.404Z Compiling rmp-serde v1.3.1
6072026-07-02T18:40:39.483Z Compiling cobs v0.5.1
6082026-07-02T18:40:39.879Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-02T18:40:40.273Z Compiling espflash v4.4.0
6102026-07-02T18:40:40.848Z Compiling dunce v1.0.5
6112026-07-02T18:40:40.955Z Compiling uf2-decode v0.2.0
6122026-07-02T18:40:41.464Z Compiling ihex v3.0.0
6132026-07-02T18:40:41.474Z Compiling chacha20 v0.10.0
6142026-07-02T18:40:41.783Z Compiling rand v0.10.1
6152026-07-02T18:40:42.259Z Compiling unicode-segmentation v1.13.2
6162026-07-02T18:40:42.665Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6172026-07-02T18:40:42.733Z Compiling signal-hook v0.3.18
6182026-07-02T18:40:43.212Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6192026-07-02T18:40:43.871Z Compiling signal-hook-registry v1.4.8
6202026-07-02T18:40:44.397Z Compiling convert_case v0.10.0
6212026-07-02T18:40:44.567Z Compiling mio v0.8.11
6222026-07-02T18:40:44.665Z Compiling mio v1.2.0
6232026-07-02T18:40:44.665Z Compiling derive_more-impl v2.1.1
6242026-07-02T18:40:45.163Z Compiling signal-hook-mio v0.2.5
6252026-07-02T18:40:45.525Z Compiling litrs v1.0.0
6262026-07-02T18:40:45.903Z Compiling derive_more v2.1.1
6272026-07-02T18:40:45.982Z Compiling document-features v0.2.12
6282026-07-02T18:40:46.027Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6292026-07-02T18:40:46.494Z Compiling convert_case v0.11.0
6302026-07-02T18:40:46.564Z Compiling crossterm v0.29.0
6312026-07-02T18:40:46.734Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-02T18:40:46.835Z Compiling camino v1.2.2
6332026-07-02T18:40:47.595Z Compiling paste v1.0.15
6342026-07-02T18:40:48.417Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-02T18:40:48.847Z Compiling crossbeam-channel v0.5.15
6362026-07-02T18:40:48.915Z Compiling castaway v0.2.4
6372026-07-02T18:40:49.651Z Compiling indoc v2.0.7
6382026-07-02T18:40:49.730Z Compiling thiserror v1.0.69
6392026-07-02T18:40:49.826Z Compiling instability v0.3.12
6402026-07-02T18:40:50.005Z Compiling lazy-regex-proc_macros v3.6.0
6412026-07-02T18:40:50.112Z Compiling compact_str v0.9.0
6422026-07-02T18:40:50.180Z Compiling unicode-truncate v2.0.1
6432026-07-02T18:40:50.751Z Compiling lru v0.16.4
6442026-07-02T18:40:50.920Z Compiling kasuari v0.4.12
6452026-07-02T18:40:50.956Z Compiling thiserror-impl v1.0.69
6462026-07-02T18:40:51.090Z Compiling crossbeam-queue v0.3.12
6472026-07-02T18:40:51.155Z Compiling cargo-platform v0.3.3
6482026-07-02T18:40:51.267Z Compiling crossbeam v0.8.4
6492026-07-02T18:40:51.399Z Compiling cargo_metadata v0.23.1
6502026-07-02T18:40:51.402Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6512026-07-02T18:40:51.484Z Compiling ratatui-core v0.1.0
6522026-07-02T18:40:52.620Z Compiling lazy-regex v3.6.0
6532026-07-02T18:40:53.282Z Compiling binrw_derive v0.14.2
6542026-07-02T18:40:53.365Z Compiling base64 v0.13.1
6552026-07-02T18:40:53.614Z Compiling bitflags v1.3.2
6562026-07-02T18:40:53.691Z Compiling strict v0.2.0
6572026-07-02T18:40:53.732Z Compiling ron v0.6.6
6582026-07-02T18:40:53.839Z Compiling crokey-proc_macros v1.4.0
6592026-07-02T18:40:53.857Z Compiling crossterm v0.23.2
6602026-07-02T18:40:54.456Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6612026-07-02T18:40:54.586Z Compiling line-clipping v0.3.7
6622026-07-02T18:40:54.957Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6632026-07-02T18:40:55.187Z Compiling owo-colors v3.5.0
6642026-07-02T18:40:55.834Z Compiling binrw v0.14.2
6652026-07-02T18:40:56.187Z Compiling crokey v1.4.0
6662026-07-02T18:40:56.200Z Compiling cargo-readme v3.3.2
6672026-07-02T18:40:56.883Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6682026-07-02T18:40:58.126Z Compiling ratatui-widgets v0.3.0
6692026-07-02T18:40:58.688Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-07-02T18:40:59.017Z Compiling coolor v0.8.0
6712026-07-02T18:40:59.246Z Compiling coolor v1.1.0
6722026-07-02T18:40:59.290Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-02T18:40:59.518Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6742026-07-02T18:41:00.645Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6752026-07-02T18:41:01.097Z Compiling half v2.7.1
6762026-07-02T18:41:01.181Z Compiling minimad v0.14.0
6772026-07-02T18:41:01.320Z Compiling minimad v0.13.1
6782026-07-02T18:41:01.470Z Compiling array-init v2.1.0
6792026-07-02T18:41:01.588Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6802026-07-02T18:41:01.715Z Compiling convert_case v0.4.0
6812026-07-02T18:41:02.022Z Compiling ciborium-io v0.2.2
6822026-07-02T18:41:02.124Z Compiling ciborium-ll v0.2.2
6832026-07-02T18:41:02.132Z Compiling derive_more v0.99.20
6842026-07-02T18:41:02.406Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6852026-07-02T18:41:03.202Z Compiling termimad v0.25.7
6862026-07-02T18:41:03.760Z Compiling termimad v0.34.1
6872026-07-02T18:41:04.423Z Compiling ratatui-macros v0.7.0
6882026-07-02T18:41:04.523Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-02T18:41:04.694Z Compiling ratatui-crossterm v0.1.0
6902026-07-02T18:41:04.945Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-02T18:41:05.281Z Compiling sha2 v0.11.0
6922026-07-02T18:41:05.323Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-02T18:41:05.432Z Compiling xml v1.2.1
6942026-07-02T18:41:05.591Z Compiling parse-size v1.1.0
6952026-07-02T18:41:05.799Z Compiling iana-time-zone v0.1.65
6962026-07-02T18:41:06.242Z Compiling serde-xml-rs v0.8.2
6972026-07-02T18:41:07.458Z Compiling chrono v0.4.44
6982026-07-02T18:41:07.659Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6992026-07-02T18:41:10.119Z Compiling ratatui v0.30.0
7002026-07-02T18:41:10.999Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7012026-07-02T18:41:11.431Z Compiling raw-cpuid v11.6.0
7022026-07-02T18:41:11.946Z Compiling ciborium v0.2.2
7032026-07-02T18:41:12.217Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-02T18:41:12.718Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-02T18:41:12.943Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-02T18:41:13.559Z Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin)
7072026-07-02T18:41:13.741Z Compiling tracing-log v0.2.0
7082026-07-02T18:41:14.152Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7092026-07-02T18:41:14.205Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7102026-07-02T18:41:14.988Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-02T18:41:15.173Z Compiling sharded-slab v0.1.7
7122026-07-02T18:41:15.563Z Compiling matchers v0.2.0
7132026-07-02T18:41:15.739Z Compiling termios v0.3.3
7142026-07-02T18:41:15.772Z Compiling thread_local v1.1.9
7152026-07-02T18:41:15.922Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7162026-07-02T18:41:15.936Z Compiling splitty v1.0.2
7172026-07-02T18:41:16.123Z Compiling nu-ansi-term v0.50.3
7182026-07-02T18:41:16.144Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7192026-07-02T18:41:16.214Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7202026-07-02T18:41:16.289Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7212026-07-02T18:41:16.763Z Compiling tracing-subscriber v0.3.23
7222026-07-02T18:41:17.059Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7232026-07-02T18:41:17.904Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7242026-07-02T18:41:18.665Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7252026-07-02T18:41:20.139Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7262026-07-02T18:41:21.646Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7272026-07-02T18:41:22.252Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7282026-07-02T18:41:23.062Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7292026-07-02T18:41:23.277Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7302026-07-02T18:41:24.028Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7312026-07-02T18:41:24.992Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7322026-07-02T18:41:28.940Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7332026-07-02T18:41:30.657Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7342026-07-02T18:41:33.033Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7352026-07-02T18:41:33.453Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-02T18:41:34.282Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-02T18:41:36.307Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-02T18:41:37.319Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7392026-07-02T18:41:39.406Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7402026-07-02T18:41:40.691Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7412026-07-02T18:41:42.538Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7422026-07-02T18:41:44.095Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7432026-07-02T18:41:44.261Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7442026-07-02T18:41:44.711Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-02T18:41:46.608Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7462026-07-02T18:41:46.702Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7472026-07-02T18:41:47.267Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7482026-07-02T18:41:47.959Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7492026-07-02T18:41:49.168Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7502026-07-02T18:41:49.528Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7512026-07-02T18:41:50.504Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7522026-07-02T18:41:53.825Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7532026-07-02T18:41:54.226Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7542026-07-02T18:41:54.229Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7552026-07-02T18:41:54.761Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7562026-07-02T18:41:56.344Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7572026-07-02T18:41:56.541Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7582026-07-02T18:41:56.926Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7592026-07-02T18:41:58.403Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7602026-07-02T18:41:58.777Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7612026-07-02T18:41:59.452Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7622026-07-02T18:42:01.049Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7632026-07-02T18:42:01.452Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7642026-07-02T18:42:01.510Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7652026-07-02T18:42:02.053Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7662026-07-02T18:42:03.210Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7672026-07-02T18:42:04.452Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7682026-07-02T18:42:06.060Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7692026-07-02T18:42:06.247Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7702026-07-02T18:42:06.647Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7712026-07-02T18:42:07.113Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7722026-07-02T18:42:07.161Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7732026-07-02T18:42:28.096Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 09s
7742026-07-02T18:43:27.462Zpkg://helios/developer/debug/humility@0.13.1.707,5.11-3.0:20260702T184235Z
7752026-07-02T18:43:27.462ZPUBLISHED
7762026-07-02T18:43:27.679ZRetrieving packages for publisher helios ...
7772026-07-02T18:43:27.682ZRetrieving catalog 'helios' ... Done
7782026-07-02T18:43:27.685ZRetrieving and evaluating 1 package(s)...
7792026-07-02T18:43:27.685ZFetching manifests: 1/1 100% complete
7802026-07-02T18:43:27.685ZFetching manifests: 1/1 100% complete
7812026-07-02T18:43:27.685Z
7822026-07-02T18:43:27.685ZArchiving packages ...
7832026-07-02T18:43:27.685Z Packages to add: 1
7842026-07-02T18:43:27.685Z Files to retrieve: 1
7852026-07-02T18:43:27.685ZEstimated transfer size: 132.95 MB
7862026-07-02T18:43:27.685Z
7872026-07-02T18:43:27.686ZPackages to archive:
7882026-07-02T18:43:27.686Zdeveloper/debug/humility@0.13.1.707,5.11-3.0:20260702T184235Z
7892026-07-02T18:43:27.686Z
7902026-07-02T18:43:27.686ZDownload: 0/1 items 0.0/133.0MB 0% complete
7912026-07-02T18:43:27.919ZDownload: Completed 132.95 MB in 0.24 seconds (562M/s)
7922026-07-02T18:43:27.922ZArchiving: 1/10 items 0.0/133.0MB 0% complete
7932026-07-02T18:43:27.971ZArchiving: Completed 132.97 MB in 0.05 seconds
7942026-07-02T18:43:28.014ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.707-3.0.p5p.
7952026-07-02T18:43:28.022Z
7962026-07-02T18:43:28.025Zreal 4:33.816399125
7972026-07-02T18:43:28.025Zuser 22:33.541715379
7982026-07-02T18:43:28.025Zsys 1:39.737997084
7992026-07-02T18:43:28.025Ztrap 0.674391772
8002026-07-02T18:43:28.025Ztflt 1.064069630
8012026-07-02T18:43:28.025Zdflt 1.704354857
8022026-07-02T18:43:28.025Zkflt 0.007808554
8032026-07-02T18:43:28.025Zlock 1:34:55.302106455
8042026-07-02T18:43:28.025Zslp 1:13:04.391931918
8052026-07-02T18:43:28.025Zlat 1:22.276442030
8062026-07-02T18:43:28.025Zstop 1:14.046298966
8072026-07-02T18:43:28.025Z+ banner copy
8082026-07-02T18:43:28.025Z
8092026-07-02T18:43:28.025Z #### #### ##### # #
8102026-07-02T18:43:28.025Z # # # # # # # #
8112026-07-02T18:43:28.025Z # # # # # #
8122026-07-02T18:43:28.025Z # # # ##### #
8132026-07-02T18:43:28.025Z # # # # # #
8142026-07-02T18:43:28.025Z #### #### # #
8152026-07-02T18:43:28.025Z
8162026-07-02T18:43:28.026Z+ pfexec mkdir -p /out
8172026-07-02T18:43:28.029Z+ pfexec chown 12345 /out
8182026-07-02T18:43:28.029Z+ PKG_NAME=/out/humility.p5p
8192026-07-02T18:43:28.029Z+ mv pkg/packages/repo/humility-0.13.1.707-3.0.p5p /out/humility.p5p
8202026-07-02T18:43:28.128Z+ sha256sum /out/humility.p5p
8212026-07-02T18:43:28.214Zprocess exited: duration 282015 ms, exit code 0
 
8222026-07-02T18:43:28.225Zfound 2 output files
8232026-07-02T18:43:28.226Zuploading: /out/humility.p5p (139438080 bytes)
8242026-07-02T18:43:30.190Zuploaded: /out/humility.p5p
8252026-07-02T18:43:30.190Zuploading: /out/humility.p5p.sha256 (84 bytes)
8262026-07-02T18:43:31.203Zuploaded: /out/humility.p5p.sha256