01KXEMXYD6YCHH8MEJYC14MYBD: 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: 01KXEMYCR61S5EG6DR4351RB76

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T21:09:06.959Zjob assigned to worker 01KXEMYGN6HCFZQGCVAVQD9M1P [factory aws, i-090fd787ce009af4b] (queued for 47 s)
 
22026-07-13T21:09:13.801Zstarting task 0: "setup"
32026-07-13T21:09:13.806Z++ uname -s
42026-07-13T21:09:13.809Z+ kern=SunOS
52026-07-13T21:09:13.809Z+ build_user=build
62026-07-13T21:09:13.809Z+ build_uid=12345
72026-07-13T21:09:13.809Z+ work_dir=/work
82026-07-13T21:09:13.809Z+ input_dir=/input
92026-07-13T21:09:13.809Z+ [[ 0 == 12345 ]]
102026-07-13T21:09:13.809Z+ case "$kern" in
112026-07-13T21:09:13.809Z+ groupadd -g 12345 build
122026-07-13T21:09:13.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T21:09:15.814Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T21:09:15.926Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T21:09:15.931Z+ home_fs=zfs
162026-07-13T21:09:15.931Z+ [[ zfs == autofs ]]
172026-07-13T21:09:15.931Z+ mkdir -p /home/build
182026-07-13T21:09:15.931Z+ chown build:build /home/build /work
192026-07-13T21:09:17.930Z+ chmod 0700 /home/build /work
202026-07-13T21:09:17.935Zprocess exited: duration 4130 ms, exit code 0
 
212026-07-13T21:09:17.940Zstarting task 1: "rust-toolchain"
222026-07-13T21:09:17.943Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-13T21:09:17.943Z * rust toolchain channel = "stable"
242026-07-13T21:09:17.943Z * rust toolchain profile = "default"
252026-07-13T21:09:17.943Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-13T21:09:17.943Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T21:09:17.947Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T21:09:17.947Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T21:09:17.947Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-13T21:09:18.000Zinfo: downloading installer
312026-07-13T21:09:19.387Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T21:09:19.387Zwarn: /home/build/.rustup/settings.toml
332026-07-13T21:09:19.387Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T21:09:19.387Zwarn: instead of the one inferred from the default host triple.
352026-07-13T21:09:19.399Zinfo: profile set to default
362026-07-13T21:09:19.399Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T21:09:19.402Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-13T21:09:19.540Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-13T21:09:19.543Zinfo: downloading 6 components
402026-07-13T21:09:34.814Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-13T21:09:34.814Z
422026-07-13T21:09:34.851Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-13T21:09:34.851Z
442026-07-13T21:09:34.851Z
452026-07-13T21:09:34.851ZRust is installed now. Great!
462026-07-13T21:09:34.851Z
472026-07-13T21:09:34.851ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T21:09:34.851Zenvironment variable. This has not been done automatically.
492026-07-13T21:09:34.851Z
502026-07-13T21:09:34.851ZTo configure your current shell, you need to source
512026-07-13T21:09:34.851Zthe corresponding env file under $HOME/.cargo.
522026-07-13T21:09:34.851Z
532026-07-13T21:09:34.851ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T21:09:34.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T21:09:34.860Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T21:09:34.860Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T21:09:34.860Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T21:09:34.860Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T21:09:34.860Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T21:09:34.860Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T21:09:34.860Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T21:09:34.928Z+ rustup --version
632026-07-13T21:09:34.937Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T21:09:34.942Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T21:09:34.958Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-13T21:09:34.964Z+ cargo --version
672026-07-13T21:09:34.975Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-13T21:09:34.978Z+ rustc --version
692026-07-13T21:09:34.997Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-13T21:09:35.000Zprocess exited: duration 17059 ms, exit code 0
 
712026-07-13T21:09:35.009Zstarting task 2: "authentication"
722026-07-13T21:09:35.023Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T21:09:35.029Zstarting task 3: "clone repository"
742026-07-13T21:09:35.033Z+ mkdir -p /work/oxidecomputer/humility
752026-07-13T21:09:35.035Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-13T21:09:35.063ZCloning into '/work/oxidecomputer/humility'...
772026-07-13T21:10:07.681Z+ cd /work/oxidecomputer/humility
782026-07-13T21:10:07.681Z+ git fetch origin e6726f456fcd52a37c58053900aeba658dd3e8af
792026-07-13T21:10:07.969ZFrom https://github.com/oxidecomputer/humility
802026-07-13T21:10:07.969Z * branch e6726f456fcd52a37c58053900aeba658dd3e8af -> FETCH_HEAD
812026-07-13T21:10:07.977Z+ [[ -n check_rot_a_b_image ]]
822026-07-13T21:10:07.980Z++ git branch --show-current
832026-07-13T21:10:07.980Z+ current=master
842026-07-13T21:10:07.980Z+ [[ master != check_rot_a_b_image ]]
852026-07-13T21:10:07.980Z+ git branch -f check_rot_a_b_image e6726f456fcd52a37c58053900aeba658dd3e8af
862026-07-13T21:10:07.983Z+ git checkout -f check_rot_a_b_image
872026-07-13T21:10:08.780ZSwitched to branch 'check_rot_a_b_image'
882026-07-13T21:10:08.783Z+ git reset --hard e6726f456fcd52a37c58053900aeba658dd3e8af
892026-07-13T21:10:08.792ZHEAD is now at e6726f45 refactor is_pc_within_archive using PcResult
902026-07-13T21:10:08.795Zprocess exited: duration 33762 ms, exit code 0
 
912026-07-13T21:10:08.800Zstarting task 4: "build"
922026-07-13T21:10:08.807Z+ export CARGO_INCREMENTAL=0
932026-07-13T21:10:08.807Z+ CARGO_INCREMENTAL=0
942026-07-13T21:10:08.807Z+ banner deps
952026-07-13T21:10:08.807Z
962026-07-13T21:10:08.807Z ##### ###### ##### ####
972026-07-13T21:10:08.807Z # # # # # #
982026-07-13T21:10:08.812Z # # ##### # # ####
992026-07-13T21:10:08.812Z # # # ##### #
1002026-07-13T21:10:08.812Z # # # # # #
1012026-07-13T21:10:08.812Z ##### ###### # ####
1022026-07-13T21:10:08.812Z
1032026-07-13T21:10:08.812Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-13T21:10:08.812Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-13T21:10:08.812Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-13T21:10:09.789Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-13T21:10:09.902Z Startup: Caching catalogs ... Done
1082026-07-13T21:10:10.392ZPlanning: Solver setup ... Done (0.446s)
1092026-07-13T21:10:10.420ZPlanning: Running solver ... Done (0.027s)
1102026-07-13T21:10:10.431ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-13T21:10:10.442ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-13T21:10:10.453ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-13T21:10:10.465ZPlanning: Package planning ... Done (0.012s)
1142026-07-13T21:10:10.472ZPlanning: Merging actions ... Done (0.000s)
1152026-07-13T21:10:10.619ZPlanning: Checking for conflicting actions ... Done (0.153s)
1162026-07-13T21:10:10.626ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-13T21:10:11.423ZPlanning: Evaluating mediators ... Done (0.803s)
1182026-07-13T21:10:11.426ZPlanning: Planning completed in 1.50 seconds
1192026-07-13T21:10:11.431Z Packages to install: 2
1202026-07-13T21:10:11.435Z Estimated space available: 155.78 GB
1212026-07-13T21:10:11.435ZEstimated space to be consumed: 23.50 MB
1222026-07-13T21:10:11.435Z Create boot environment: No
1232026-07-13T21:10:11.435ZCreate backup boot environment: No
1242026-07-13T21:10:11.435Z Rebuild boot archive: No
1252026-07-13T21:10:11.435Z
1262026-07-13T21:10:11.435ZChanged packages:
1272026-07-13T21:10:11.435Zhelios
1282026-07-13T21:10:11.435Z library/libftdi1
1292026-07-13T21:10:11.435Z None -> 1.5-3.0
1302026-07-13T21:10:11.435Z ooce/library/libusb-1
1312026-07-13T21:10:11.435Z None -> 1.0.29-3.1
1322026-07-13T21:10:11.458Z
1332026-07-13T21:10:11.458ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-13T21:10:11.502ZDownload: Completed 377.70 kB in 0.05 seconds (8.0M/s)
1352026-07-13T21:10:11.640Z Actions: 1/61 actions (Installing new actions)
1362026-07-13T21:10:11.654Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-13T21:10:11.663ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-13T21:10:11.667ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-13T21:10:11.692ZFinalize: Updating image state ... Done (0.029s)
1402026-07-13T21:10:14.068ZFinalize: Creating fast lookup database ... Done (2.352s)
1412026-07-13T21:10:14.135ZFinalize: Reading search index ... Done (0.013s)
1422026-07-13T21:10:14.141ZFinalize: Updating search index ... Done (0.000s)
1432026-07-13T21:10:14.187ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-13T21:10:14.284Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-13T21:10:14.491ZFMRI IFO
1462026-07-13T21:10:14.491Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-13T21:10:14.491Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-13T21:10:14.525Z+ cargo --version
1492026-07-13T21:10:14.535Zcargo 1.97.0 (c980f4866 2026-06-30)
1502026-07-13T21:10:14.539Z+ rustc --version
1512026-07-13T21:10:14.556Zrustc 1.97.0 (2d8144b78 2026-07-07)
1522026-07-13T21:10:14.559Z+ banner package
1532026-07-13T21:10:14.563Z
1542026-07-13T21:10:14.563Z ##### ## #### # # ## #### ######
1552026-07-13T21:10:14.563Z # # # # # # # # # # # # #
1562026-07-13T21:10:14.563Z # # # # # #### # # # #####
1572026-07-13T21:10:14.563Z ##### ###### # # # ###### # ### #
1582026-07-13T21:10:14.563Z # # # # # # # # # # # #
1592026-07-13T21:10:14.563Z # # # #### # # # # #### ######
1602026-07-13T21:10:14.563Z
1612026-07-13T21:10:14.563Z+ ptime -m cargo xtask package
1622026-07-13T21:10:14.672Z Updating crates.io index
1632026-07-13T21:10:14.676Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-13T21:10:14.973Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-13T21:10:15.196Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-13T21:10:15.583Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-13T21:10:15.916Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-13T21:10:16.149Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-13T21:10:16.441Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-13T21:10:16.875Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-13T21:10:23.408Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-13T21:10:23.891Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-13T21:10:24.169Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-13T21:10:24.406Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-13T21:10:24.663Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-13T21:10:24.980Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-13T21:10:25.874Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-13T21:10:26.131Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-13T21:10:26.383Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-13T21:10:28.487Z Downloading crates ...
1812026-07-13T21:10:28.541Z Downloaded semver v1.0.28
1822026-07-13T21:10:28.545Z Downloaded serde_derive v1.0.228
1832026-07-13T21:10:28.552Z Downloaded heck v0.5.0
1842026-07-13T21:10:28.561Z Downloaded equivalent v1.0.2
1852026-07-13T21:10:28.565Z Downloaded colorchoice v1.0.5
1862026-07-13T21:10:28.565Z Downloaded serde_spanned v1.1.1
1872026-07-13T21:10:28.574Z Downloaded anstyle-query v1.1.5
1882026-07-13T21:10:28.574Z Downloaded clap_lex v1.1.0
1892026-07-13T21:10:28.574Z Downloaded lazy_static v1.5.0
1902026-07-13T21:10:28.579Z Downloaded itoa v1.0.18
1912026-07-13T21:10:28.583Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1922026-07-13T21:10:28.591Z Downloaded is_terminal_polyfill v1.70.2
1932026-07-13T21:10:28.596Z Downloaded utf8parse v0.2.2
1942026-07-13T21:10:28.600Z Downloaded cargo-platform v0.3.3
1952026-07-13T21:10:28.600Z Downloaded percent-encoding v2.3.2
1962026-07-13T21:10:28.600Z Downloaded quote v1.0.45
1972026-07-13T21:10:28.603Z Downloaded thiserror v2.0.18
1982026-07-13T21:10:28.606Z Downloaded anstream v1.0.0
1992026-07-13T21:10:28.609Z Downloaded cargo_metadata v0.23.1
2002026-07-13T21:10:28.609Z Downloaded zmij v1.0.21
2012026-07-13T21:10:28.609Z Downloaded anstyle-parse v1.0.0
2022026-07-13T21:10:28.616Z Downloaded thiserror-impl v2.0.18
2032026-07-13T21:10:28.619Z Downloaded anyhow v1.0.102
2042026-07-13T21:10:28.625Z Downloaded strsim v0.11.1
2052026-07-13T21:10:28.629Z Downloaded toml_writer v1.1.1+spec-1.1.0
2062026-07-13T21:10:28.629Z Downloaded cargo-readme v3.3.2
2072026-07-13T21:10:28.636Z Downloaded toml v1.1.2+spec-1.1.0
2082026-07-13T21:10:28.638Z Downloaded proc-macro2 v1.0.106
2092026-07-13T21:10:28.642Z Downloaded clap_derive v4.6.1
2102026-07-13T21:10:28.645Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-07-13T21:10:28.649Z Downloaded anstyle v1.0.14
2122026-07-13T21:10:28.651Z Downloaded camino v1.2.2
2132026-07-13T21:10:28.651Z Downloaded unicode-ident v1.0.24
2142026-07-13T21:10:28.657Z Downloaded serde_core v1.0.228
2152026-07-13T21:10:28.662Z Downloaded clap v4.6.1
2162026-07-13T21:10:28.665Z Downloaded serde_json v1.0.149
2172026-07-13T21:10:28.682Z Downloaded memchr v2.8.0
2182026-07-13T21:10:28.686Z Downloaded serde v1.0.228
2192026-07-13T21:10:28.686Z Downloaded indexmap v2.14.0
2202026-07-13T21:10:28.701Z Downloaded regex v1.12.3
2212026-07-13T21:10:28.716Z Downloaded aho-corasick v1.1.4
2222026-07-13T21:10:28.719Z Downloaded hashbrown v0.17.0
2232026-07-13T21:10:28.722Z Downloaded winnow v1.0.2
2242026-07-13T21:10:28.727Z Downloaded clap_builder v4.6.0
2252026-07-13T21:10:28.740Z Downloaded syn v2.0.117
2262026-07-13T21:10:28.746Z Downloaded regex-syntax v0.8.10
2272026-07-13T21:10:28.761Z Downloaded regex-automata v0.4.14
2282026-07-13T21:10:28.799Z Compiling proc-macro2 v1.0.106
2292026-07-13T21:10:28.799Z Compiling serde_core v1.0.228
2302026-07-13T21:10:28.799Z Compiling quote v1.0.45
2312026-07-13T21:10:28.799Z Compiling unicode-ident v1.0.24
2322026-07-13T21:10:28.804Z Compiling memchr v2.8.0
2332026-07-13T21:10:28.804Z Compiling utf8parse v0.2.2
2342026-07-13T21:10:28.804Z Compiling anstyle-query v1.1.5
2352026-07-13T21:10:28.804Z Compiling serde v1.0.228
2362026-07-13T21:10:29.007Z Compiling anstyle-parse v1.0.0
2372026-07-13T21:10:29.011Z Compiling anstyle v1.0.14
2382026-07-13T21:10:29.011Z Compiling zmij v1.0.21
2392026-07-13T21:10:29.205Z Compiling colorchoice v1.0.5
2402026-07-13T21:10:29.298Z Compiling is_terminal_polyfill v1.70.2
2412026-07-13T21:10:29.311Z Compiling serde_json v1.0.149
2422026-07-13T21:10:29.311Z Compiling anstream v1.0.0
2432026-07-13T21:10:29.322Z Compiling aho-corasick v1.1.4
2442026-07-13T21:10:29.337Z Compiling winnow v1.0.2
2452026-07-13T21:10:29.364Z Compiling clap_lex v1.1.0
2462026-07-13T21:10:29.525Z Compiling regex-syntax v0.8.10
2472026-07-13T21:10:29.590Z Compiling strsim v0.11.1
2482026-07-13T21:10:29.620Z Compiling heck v0.5.0
2492026-07-13T21:10:29.630Z Compiling thiserror v2.0.18
2502026-07-13T21:10:29.701Z Compiling camino v1.2.2
2512026-07-13T21:10:29.835Z Compiling clap_builder v4.6.0
2522026-07-13T21:10:30.073Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-07-13T21:10:30.142Z Compiling syn v2.0.117
2542026-07-13T21:10:30.212Z Compiling itoa v1.0.18
2552026-07-13T21:10:30.398Z Compiling anyhow v1.0.102
2562026-07-13T21:10:30.450Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-07-13T21:10:30.660Z Compiling lazy_static v1.5.0
2582026-07-13T21:10:30.753Z Compiling percent-encoding v2.3.2
2592026-07-13T21:10:30.933Z Compiling regex-automata v0.4.14
2602026-07-13T21:10:31.059Z Compiling serde_spanned v1.1.1
2612026-07-13T21:10:31.156Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-07-13T21:10:31.184Z Compiling cargo-platform v0.3.3
2632026-07-13T21:10:31.458Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-13T21:10:31.468Z Compiling semver v1.0.28
2652026-07-13T21:10:32.378Z Compiling serde_derive v1.0.228
2662026-07-13T21:10:32.397Z Compiling clap_derive v4.6.1
2672026-07-13T21:10:32.403Z Compiling thiserror-impl v2.0.18
2682026-07-13T21:10:32.585Z Compiling regex v1.12.3
2692026-07-13T21:10:33.706Z Compiling clap v4.6.1
2702026-07-13T21:10:34.622Z Compiling cargo_metadata v0.23.1
2712026-07-13T21:10:34.622Z Compiling cargo-readme v3.3.2
2722026-07-13T21:10:35.594Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-13T21:10:37.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s
2742026-07-13T21:10:37.179Z Running `target/debug/xtask package`
2752026-07-13T21:10:40.758Z Compiling proc-macro2 v1.0.106
2762026-07-13T21:10:40.758Z Compiling quote v1.0.45
2772026-07-13T21:10:40.758Z Compiling unicode-ident v1.0.24
2782026-07-13T21:10:40.790Z Compiling serde_core v1.0.228
2792026-07-13T21:10:40.790Z Compiling libc v0.2.186
2802026-07-13T21:10:40.790Z Compiling serde v1.0.228
2812026-07-13T21:10:40.790Z Compiling cfg-if v1.0.4
2822026-07-13T21:10:40.790Z Compiling typenum v1.20.0
2832026-07-13T21:10:40.928Z Compiling log v0.4.29
2842026-07-13T21:10:40.953Z Compiling thiserror v2.0.18
2852026-07-13T21:10:41.194Z Compiling memchr v2.8.0
2862026-07-13T21:10:41.262Z Compiling scopeguard v1.2.0
2872026-07-13T21:10:41.314Z Compiling strsim v0.11.1
2882026-07-13T21:10:41.608Z Compiling autocfg v1.5.0
2892026-07-13T21:10:41.668Z Compiling stable_deref_trait v1.2.1
2902026-07-13T21:10:41.668Z Compiling errno v0.3.14
2912026-07-13T21:10:41.668Z Compiling lock_api v0.4.14
2922026-07-13T21:10:41.731Z Compiling foldhash v0.2.0
2932026-07-13T21:10:41.799Z Compiling smallvec v1.15.1
2942026-07-13T21:10:41.891Z Compiling equivalent v1.0.2
2952026-07-13T21:10:41.942Z Compiling heck v0.5.0
2962026-07-13T21:10:41.968Z Compiling ident_case v1.0.1
2972026-07-13T21:10:42.054Z Compiling rustversion v1.0.22
2982026-07-13T21:10:42.159Z Compiling syn v2.0.117
2992026-07-13T21:10:42.159Z Compiling jobserver v0.1.34
3002026-07-13T21:10:42.159Z Compiling zeroize v1.8.2
3012026-07-13T21:10:42.159Z Compiling shlex v1.3.0
3022026-07-13T21:10:42.401Z Compiling find-msvc-tools v0.1.9
3032026-07-13T21:10:42.445Z Compiling libm v0.2.16
3042026-07-13T21:10:42.505Z Compiling cc v1.2.61
3052026-07-13T21:10:42.549Z Compiling rustix v1.1.4
3062026-07-13T21:10:42.590Z Compiling anyhow v1.0.102
3072026-07-13T21:10:42.733Z Compiling num-traits v0.2.19
3082026-07-13T21:10:42.967Z Compiling version_check v0.9.5
3092026-07-13T21:10:42.990Z Compiling const-oid v0.9.6
3102026-07-13T21:10:42.990Z Compiling zerocopy v0.8.48
3112026-07-13T21:10:43.052Z Compiling bitflags v2.11.1
3122026-07-13T21:10:43.193Z Compiling generic-array v0.14.7
3132026-07-13T21:10:43.383Z Compiling aho-corasick v1.1.4
3142026-07-13T21:10:43.426Z Compiling regex-syntax v0.8.10
3152026-07-13T21:10:43.553Z Compiling hashbrown v0.17.0
3162026-07-13T21:10:43.750Z Compiling hybrid-array v0.4.11
3172026-07-13T21:10:43.858Z Compiling once_cell v1.21.4
3182026-07-13T21:10:44.236Z Compiling crossbeam-utils v0.8.21
3192026-07-13T21:10:44.307Z Compiling indexmap v2.14.0
3202026-07-13T21:10:45.011Z Compiling synstructure v0.13.2
3212026-07-13T21:10:45.120Z Compiling regex-automata v0.4.14
3222026-07-13T21:10:45.200Z Compiling syn v1.0.109
3232026-07-13T21:10:45.510Z Compiling pkg-config v0.3.33
3242026-07-13T21:10:45.560Z Compiling itoa v1.0.18
3252026-07-13T21:10:45.949Z Compiling crypto-common v0.1.7
3262026-07-13T21:10:46.093Z Compiling block-buffer v0.10.4
3272026-07-13T21:10:46.147Z Compiling serde_derive v1.0.228
3282026-07-13T21:10:46.233Z Compiling thiserror-impl v2.0.18
3292026-07-13T21:10:46.248Z Compiling zerofrom-derive v0.1.7
3302026-07-13T21:10:47.449Z Compiling yoke-derive v0.8.2
3312026-07-13T21:10:47.589Z Compiling zerocopy-derive v0.8.48
3322026-07-13T21:10:47.823Z Compiling zerovec-derive v0.11.3
3332026-07-13T21:10:48.496Z Compiling regex v1.12.3
3342026-07-13T21:10:48.902Z Compiling darling_core v0.23.0
3352026-07-13T21:10:49.557Z Compiling crypto-common v0.2.1
3362026-07-13T21:10:49.732Z Compiling zmij v1.0.21
3372026-07-13T21:10:50.038Z Compiling digest v0.10.7
3382026-07-13T21:10:50.271Z Compiling spin v0.9.8
3392026-07-13T21:10:50.422Z Compiling cmov v0.5.3
3402026-07-13T21:10:50.487Z Compiling radium v0.7.0
3412026-07-13T21:10:50.651Z Compiling byteorder v1.5.0
3422026-07-13T21:10:50.799Z Compiling ctutils v0.4.2
3432026-07-13T21:10:50.908Z Compiling displaydoc v0.2.5
3442026-07-13T21:10:51.039Z Compiling block-buffer v0.12.0
3452026-07-13T21:10:51.095Z Compiling darling_macro v0.23.0
3462026-07-13T21:10:51.219Z Compiling allocator-api2 v0.2.21
3472026-07-13T21:10:51.280Z Compiling const-oid v0.10.2
3482026-07-13T21:10:51.446Z Compiling crc32fast v1.5.0
3492026-07-13T21:10:51.605Z Compiling tap v1.0.1
3502026-07-13T21:10:51.617Z Compiling hashbrown v0.16.1
3512026-07-13T21:10:51.642Z Compiling digest v0.11.2
3522026-07-13T21:10:51.659Z Compiling darling v0.23.0
3532026-07-13T21:10:51.733Z Compiling wyz v0.5.1
3542026-07-13T21:10:51.778Z Compiling static_assertions v1.1.0
3552026-07-13T21:10:51.845Z Compiling typeid v1.0.3
3562026-07-13T21:10:51.854Z Compiling either v1.15.0
3572026-07-13T21:10:51.911Z Compiling base64ct v1.8.3
3582026-07-13T21:10:51.955Z Compiling simd-adler32 v0.3.9
3592026-07-13T21:10:52.065Z Compiling funty v2.0.0
3602026-07-13T21:10:52.273Z Compiling pem-rfc7468 v0.7.0
3612026-07-13T21:10:52.308Z Compiling der_derive v0.7.3
3622026-07-13T21:10:52.333Z Compiling clap_derive v4.6.1
3632026-07-13T21:10:52.406Z Compiling bitvec v1.0.1
3642026-07-13T21:10:52.700Z Compiling getrandom v0.2.17
3652026-07-13T21:10:52.969Z Compiling utf8parse v0.2.2
3662026-07-13T21:10:53.076Z Compiling flagset v0.4.7
3672026-07-13T21:10:53.112Z Compiling unicode-width v0.2.2
3682026-07-13T21:10:53.144Z Compiling cpufeatures v0.2.17
3692026-07-13T21:10:53.211Z Compiling adler2 v2.0.1
3702026-07-13T21:10:53.214Z Compiling sha2 v0.10.9
3712026-07-13T21:10:53.280Z Compiling der v0.7.10
3722026-07-13T21:10:53.393Z Compiling miniz_oxide v0.8.9
3732026-07-13T21:10:53.422Z Compiling anstyle-parse v1.0.0
3742026-07-13T21:10:53.652Z Compiling rand_core v0.6.4
3752026-07-13T21:10:53.929Z Compiling lazy_static v1.5.0
3762026-07-13T21:10:53.988Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-13T21:10:54.015Z Compiling crossbeam-epoch v0.9.18
3782026-07-13T21:10:54.018Z Compiling cpufeatures v0.3.0
3792026-07-13T21:10:54.090Z Compiling colorchoice v1.0.5
3802026-07-13T21:10:54.222Z Compiling anstyle v1.0.14
3812026-07-13T21:10:54.458Z Compiling anstyle-query v1.1.5
3822026-07-13T21:10:54.515Z Compiling is_terminal_polyfill v1.70.2
3832026-07-13T21:10:54.558Z Compiling powerfmt v0.2.0
3842026-07-13T21:10:54.609Z Compiling zlib-rs v0.6.3
3852026-07-13T21:10:54.628Z Compiling anstream v1.0.0
3862026-07-13T21:10:54.839Z Compiling deranged v0.5.8
3872026-07-13T21:10:54.896Z Compiling crossbeam-deque v0.8.6
3882026-07-13T21:10:55.109Z Compiling spki v0.7.3
3892026-07-13T21:10:55.201Z Compiling ppv-lite86 v0.2.21
3902026-07-13T21:10:55.311Z Compiling time-core v0.1.8
3912026-07-13T21:10:55.483Z Compiling twox-hash v2.1.2
3922026-07-13T21:10:55.554Z Compiling maybe-uninit v2.0.0
3932026-07-13T21:10:55.756Z Compiling num_threads v0.1.7
3942026-07-13T21:10:55.792Z Compiling object v0.39.1
3952026-07-13T21:10:55.839Z Compiling num-conv v0.2.1
3962026-07-13T21:10:55.974Z Compiling time v0.3.47
3972026-07-13T21:10:55.977Z Compiling ruzstd v0.8.2
3982026-07-13T21:10:56.105Z Compiling rand_chacha v0.3.1
3992026-07-13T21:10:56.192Z Compiling bitfield-macros v0.19.4
4002026-07-13T21:10:56.597Z Compiling terminal_size v0.4.4
4012026-07-13T21:10:56.662Z Compiling num-integer v0.1.46
4022026-07-13T21:10:56.914Z Compiling clap_lex v1.1.0
4032026-07-13T21:10:56.922Z Compiling packed_struct v0.10.1
4042026-07-13T21:10:56.941Z Compiling zstd-safe v7.2.4
4052026-07-13T21:10:57.183Z Compiling num-bigint-dig v0.8.6
4062026-07-13T21:10:57.216Z Compiling getrandom v0.4.2
4072026-07-13T21:10:57.406Z Compiling rand_core v0.10.1
4082026-07-13T21:10:57.659Z Compiling flate2 v1.1.9
4092026-07-13T21:10:58.378Z Compiling clap_builder v4.6.0
4102026-07-13T21:10:58.454Z Compiling bitfield v0.19.4
4112026-07-13T21:10:58.735Z Compiling num-iter v0.1.45
4122026-07-13T21:10:58.763Z Compiling rand v0.8.6
4132026-07-13T21:10:59.348Z Compiling pkcs8 v0.10.2
4142026-07-13T21:11:00.293Z Compiling serde_with_macros v3.18.0
4152026-07-13T21:11:00.475Z Compiling packed_struct_codegen v0.10.1
4162026-07-13T21:11:00.804Z Compiling inout v0.2.2
4172026-07-13T21:11:00.955Z Compiling capstone-sys v0.18.0
4182026-07-13T21:11:01.373Z Compiling base64 v0.21.7
4192026-07-13T21:11:01.381Z Compiling nodrop v0.1.14
4202026-07-13T21:11:01.468Z Compiling parking_lot_core v0.9.12
4212026-07-13T21:11:01.499Z Compiling fallible-iterator v0.3.0
4222026-07-13T21:11:01.680Z Compiling crc-catalog v2.5.0
4232026-07-13T21:11:01.745Z Compiling ron v0.8.1
4242026-07-13T21:11:01.788Z Compiling crc v3.4.0
4252026-07-13T21:11:01.954Z Compiling array-init v0.0.4
4262026-07-13T21:11:01.970Z Compiling serde_with v3.18.0
4272026-07-13T21:11:03.453Z Compiling cipher v0.5.1
4282026-07-13T21:11:03.708Z Compiling clap v4.6.1
4292026-07-13T21:11:03.786Z Compiling pkcs1 v0.7.5
4302026-07-13T21:11:03.950Z Compiling smallvec v0.6.14
4312026-07-13T21:11:05.273Z Compiling signature v2.2.0
4322026-07-13T21:11:05.453Z Compiling hmac v0.13.0
4332026-07-13T21:11:05.659Z Compiling hubpack_derive v0.1.1
4342026-07-13T21:11:05.875Z Compiling env_filter v1.0.1
4352026-07-13T21:11:06.176Z Compiling scroll_derive v0.13.1
4362026-07-13T21:11:06.991Z Compiling parse_int v0.9.0
4372026-07-13T21:11:07.129Z Compiling slog v2.8.2
4382026-07-13T21:11:07.252Z Compiling indexmap v1.9.3
4392026-07-13T21:11:07.369Z Compiling serde_json v1.0.149
4402026-07-13T21:11:07.492Z Compiling prettyplease v0.2.37
4412026-07-13T21:11:07.607Z Compiling rayon-core v1.13.0
4422026-07-13T21:11:07.736Z Compiling jiff v0.2.24
4432026-07-13T21:11:07.833Z Compiling winnow v1.0.2
4442026-07-13T21:11:08.073Z Compiling cpp_demangle v0.5.1
4452026-07-13T21:11:08.300Z Compiling portable-atomic v1.13.1
4462026-07-13T21:11:08.443Z Compiling bumpalo v3.20.2
4472026-07-13T21:11:08.466Z Compiling libbz2-rs-sys v0.2.3
4482026-07-13T21:11:08.730Z Compiling cpubits v0.1.1
4492026-07-13T21:11:08.739Z Compiling lzss v0.9.1
4502026-07-13T21:11:08.801Z Compiling subtle v2.6.1
4512026-07-13T21:11:08.944Z Compiling rsa v0.9.10
4522026-07-13T21:11:09.047Z Compiling bzip2 v0.6.1
4532026-07-13T21:11:09.348Z Compiling aes v0.9.0
4542026-07-13T21:11:10.550Z Compiling zopfli v0.8.3
4552026-07-13T21:11:10.791Z Compiling env_logger v0.11.10
4562026-07-13T21:11:11.376Z Compiling toml_parser v1.1.2+spec-1.1.0
4572026-07-13T21:11:12.352Z Compiling scroll v0.13.0
4582026-07-13T21:11:12.411Z Compiling hubpack v0.1.2
4592026-07-13T21:11:12.676Z Compiling pbkdf2 v0.13.0
4602026-07-13T21:11:12.794Z Compiling serde-hex v0.1.0
4612026-07-13T21:11:13.034Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-07-13T21:11:13.182Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-13T21:11:13.426Z Compiling x509-cert v0.2.5
4642026-07-13T21:11:14.656Z Compiling sha1 v0.11.0
4652026-07-13T21:11:14.944Z Compiling lzma-rust2 v0.16.2
4662026-07-13T21:11:15.208Z Compiling erased-serde v0.3.31
4672026-07-13T21:11:15.842Z Compiling zerofrom v0.1.7
4682026-07-13T21:11:15.961Z Compiling num-derive v0.4.2
4692026-07-13T21:11:16.899Z Compiling toml_datetime v1.1.1+spec-1.1.0
4702026-07-13T21:11:17.392Z Compiling serde_spanned v1.1.1
4712026-07-13T21:11:17.544Z Compiling semver v1.0.28
4722026-07-13T21:11:17.839Z Compiling icu_normalizer_data v2.2.0
4732026-07-13T21:11:18.079Z Compiling crc-any v2.5.0
4742026-07-13T21:11:18.498Z Compiling ppmd-rust v1.4.0
4752026-07-13T21:11:18.924Z Compiling hashbrown v0.12.3
4762026-07-13T21:11:19.525Z Compiling hex v0.4.3
4772026-07-13T21:11:19.767Z Compiling typed-path v0.12.3
4782026-07-13T21:11:19.816Z Compiling icu_properties_data v2.2.0
4792026-07-13T21:11:20.052Z Compiling constant_time_eq v0.4.2
4802026-07-13T21:11:20.259Z Compiling toml_writer v1.1.1+spec-1.1.0
4812026-07-13T21:11:20.527Z Compiling void v1.0.2
4822026-07-13T21:11:20.632Z Compiling fnv v1.0.7
4832026-07-13T21:11:20.724Z Compiling deflate64 v0.1.12
4842026-07-13T21:11:20.744Z Compiling yoke v0.8.2
4852026-07-13T21:11:20.836Z Compiling gimli v0.33.0
4862026-07-13T21:11:21.170Z Compiling toml v1.1.2+spec-1.1.0
4872026-07-13T21:11:21.294Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4882026-07-13T21:11:25.101Z Compiling zstd v0.13.3
4892026-07-13T21:11:25.547Z Compiling zip v8.6.0
4902026-07-13T21:11:27.306Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-13T21:11:31.265Z Compiling console v0.16.3
4922026-07-13T21:11:31.340Z Compiling serde-big-array v0.5.1
4932026-07-13T21:11:31.412Z Compiling memmap2 v0.9.10
4942026-07-13T21:11:31.485Z Compiling colored v3.1.1
4952026-07-13T21:11:31.515Z Compiling path-slash v0.2.1
4962026-07-13T21:11:31.776Z Compiling typed-arena v2.0.2
4972026-07-13T21:11:31.798Z Compiling plain v0.2.3
4982026-07-13T21:11:31.906Z Compiling unit-prefix v0.5.2
4992026-07-13T21:11:31.919Z Compiling rustc-demangle v0.1.27
5002026-07-13T21:11:32.052Z Compiling indicatif v0.18.4
5012026-07-13T21:11:32.301Z Compiling addr2line v0.26.1
5022026-07-13T21:11:32.968Z Compiling goblin v0.10.5
5032026-07-13T21:11:33.179Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5042026-07-13T21:11:33.281Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5052026-07-13T21:11:33.496Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-13T21:11:34.144Z Compiling rayon v1.12.0
5072026-07-13T21:11:35.236Z Compiling ron v0.12.1
5082026-07-13T21:11:36.489Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-07-13T21:11:36.513Z Compiling multimap v0.10.1
5102026-07-13T21:11:36.720Z Compiling datamap v0.1.0
5112026-07-13T21:11:37.030Z Compiling auto_impl v1.3.0
5122026-07-13T21:11:37.913Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-07-13T21:11:38.870Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-13T21:11:39.177Z Compiling zerovec v0.11.6
5152026-07-13T21:11:40.379Z Compiling parking_lot v0.12.5
5162026-07-13T21:11:40.953Z Compiling tinystr v0.8.3
5172026-07-13T21:11:41.148Z Compiling rustc_version v0.4.1
5182026-07-13T21:11:41.408Z Compiling ryu v1.0.23
5192026-07-13T21:11:41.590Z Compiling litemap v0.8.2
5202026-07-13T21:11:41.758Z Compiling writeable v0.6.3
5212026-07-13T21:11:41.774Z Compiling heapless v0.7.17
5222026-07-13T21:11:41.946Z Compiling icu_locale_core v2.2.0
5232026-07-13T21:11:42.056Z Compiling potential_utf v0.1.5
5242026-07-13T21:11:42.209Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-13T21:11:42.866Z Compiling zerotrie v0.2.4
5262026-07-13T21:11:43.087Z Compiling strum_macros v0.28.0
5272026-07-13T21:11:43.143Z Compiling utf8_iter v1.0.4
5282026-07-13T21:11:43.453Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-07-13T21:11:43.794Z Compiling icu_collections v2.2.0
5302026-07-13T21:11:44.259Z Compiling icu_provider v2.2.0
5312026-07-13T21:11:44.621Z Compiling proc-macro-crate v3.5.0
5322026-07-13T21:11:44.928Z Compiling strum v0.28.0
5332026-07-13T21:11:45.077Z Compiling hash32 v0.2.1
5342026-07-13T21:11:45.243Z Compiling strum_macros v0.27.2
5352026-07-13T21:11:45.730Z Compiling percent-encoding v2.3.2
5362026-07-13T21:11:47.036Z Compiling strum v0.27.2
5372026-07-13T21:11:48.613Z Compiling postcard-cobs v0.1.5-pre
5382026-07-13T21:11:48.729Z Compiling postcard v0.7.3
5392026-07-13T21:11:48.852Z Compiling darling_core v0.20.11
5402026-07-13T21:11:49.026Z Compiling pkg-version-impl v0.1.1
5412026-07-13T21:11:49.472Z Compiling capstone v0.14.0
5422026-07-13T21:11:49.475Z Compiling icu_properties v2.2.0
5432026-07-13T21:11:49.618Z Compiling icu_normalizer v2.2.0
5442026-07-13T21:11:49.979Z Compiling itertools v0.14.0
5452026-07-13T21:11:50.297Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5462026-07-13T21:11:50.608Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5472026-07-13T21:11:50.617Z Compiling idna_adapter v1.2.2
5482026-07-13T21:11:50.742Z Compiling pkg-version v1.0.0
5492026-07-13T21:11:50.825Z Compiling unicode-width v0.1.14
5502026-07-13T21:11:50.834Z Compiling darling_macro v0.20.11
5512026-07-13T21:11:51.134Z Compiling virtue v0.0.18
5522026-07-13T21:11:51.157Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5532026-07-13T21:11:51.393Z Compiling darling v0.20.11
5542026-07-13T21:11:51.449Z Compiling idna v1.1.0
5552026-07-13T21:11:51.547Z Compiling form_urlencoded v1.2.2
5562026-07-13T21:11:51.668Z Compiling bincode_derive v2.0.1
5572026-07-13T21:11:51.707Z Compiling bytemuck_derive v1.10.2
5582026-07-13T21:11:51.968Z Compiling pin-project-lite v0.2.17
5592026-07-13T21:11:52.067Z Compiling url v2.5.8
5602026-07-13T21:11:52.282Z Compiling deku_derive v0.18.1
5612026-07-13T21:11:52.551Z Compiling num_enum_derive v0.7.6
5622026-07-13T21:11:52.771Z Compiling jep106 v0.3.0
5632026-07-13T21:11:52.862Z Compiling bytemuck v1.25.0
5642026-07-13T21:11:53.047Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5652026-07-13T21:11:53.102Z Compiling tracing-core v0.1.36
5662026-07-13T21:11:53.119Z Compiling no_std_io2 v0.8.1
5672026-07-13T21:11:53.187Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5682026-07-13T21:11:53.280Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5692026-07-13T21:11:53.430Z Compiling csv-core v0.1.13
5702026-07-13T21:11:53.782Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5712026-07-13T21:11:53.877Z Compiling unsafe-libyaml v0.2.11
5722026-07-13T21:11:53.884Z Compiling futures-core v0.3.32
5732026-07-13T21:11:54.033Z Compiling unty v0.0.4
5742026-07-13T21:11:54.123Z Compiling base64 v0.22.1
5752026-07-13T21:11:54.261Z Compiling heapless v0.9.3
5762026-07-13T21:11:54.405Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5772026-07-13T21:11:54.465Z Compiling bincode v2.0.1
5782026-07-13T21:11:54.636Z Compiling serde_yaml v0.9.34+deprecated
5792026-07-13T21:11:54.751Z Compiling deku v0.18.1
5802026-07-13T21:11:55.361Z Compiling csv v1.4.0
5812026-07-13T21:11:55.383Z Compiling num_enum v0.7.6
5822026-07-13T21:11:55.802Z Compiling hash32 v0.3.1
5832026-07-13T21:11:55.907Z Compiling md-5 v0.10.6
5842026-07-13T21:11:55.932Z Compiling serde_plain v1.0.2
5852026-07-13T21:11:56.066Z Compiling miette-derive v7.6.0
5862026-07-13T21:11:56.267Z Compiling tracing-attributes v0.1.31
5872026-07-13T21:11:56.289Z Compiling async-io v2.6.0
5882026-07-13T21:11:56.512Z Compiling object v0.38.1
5892026-07-13T21:11:56.811Z Compiling libdevinfo-sys v1.1.0
5902026-07-13T21:11:56.914Z Compiling slab v0.4.12
5912026-07-13T21:11:57.113Z Compiling devinfo v0.1.0
5922026-07-13T21:11:57.187Z Compiling miette v7.6.0
5932026-07-13T21:11:57.257Z Compiling esp-idf-part v0.6.0
5942026-07-13T21:11:57.523Z Compiling tracing v0.1.44
5952026-07-13T21:11:57.945Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5962026-07-13T21:11:58.139Z Compiling futures-lite v2.6.1
5972026-07-13T21:11:58.599Z Compiling gimli v0.32.3
5982026-07-13T21:11:58.643Z Compiling md-5 v0.11.0
5992026-07-13T21:11:58.665Z Compiling docsplay-macros v0.1.2
6002026-07-13T21:11:58.957Z Compiling concurrent-queue v2.5.0
6012026-07-13T21:11:59.012Z Compiling polling v3.11.0
6022026-07-13T21:11:59.153Z Compiling rmp v0.8.15
6032026-07-13T21:11:59.309Z Compiling parking v2.2.1
6042026-07-13T21:11:59.380Z Compiling futures-io v0.3.32
6052026-07-13T21:11:59.430Z Compiling docsplay v0.1.3
6062026-07-13T21:11:59.556Z Compiling rmp-serde v1.3.1
6072026-07-13T21:12:00.143Z Compiling cobs v0.5.1
6082026-07-13T21:12:00.623Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-13T21:12:01.807Z Compiling espflash v4.4.0
6102026-07-13T21:12:02.208Z Compiling uf2-decode v0.2.0
6112026-07-13T21:12:02.232Z Compiling dunce v1.0.5
6122026-07-13T21:12:02.331Z Compiling ihex v3.0.0
6132026-07-13T21:12:02.687Z Compiling chacha20 v0.10.0
6142026-07-13T21:12:02.755Z Compiling unicode-segmentation v1.13.2
6152026-07-13T21:12:02.954Z Compiling rand v0.10.1
6162026-07-13T21:12:03.019Z Compiling signal-hook v0.3.18
6172026-07-13T21:12:03.800Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6182026-07-13T21:12:03.991Z Compiling signal-hook-registry v1.4.8
6192026-07-13T21:12:04.021Z Compiling convert_case v0.10.0
6202026-07-13T21:12:04.277Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6212026-07-13T21:12:04.908Z Compiling mio v0.8.11
6222026-07-13T21:12:05.120Z Compiling mio v1.2.0
6232026-07-13T21:12:05.386Z Compiling derive_more-impl v2.1.1
6242026-07-13T21:12:05.811Z Compiling signal-hook-mio v0.2.5
6252026-07-13T21:12:06.208Z Compiling litrs v1.0.0
6262026-07-13T21:12:06.625Z Compiling derive_more v2.1.1
6272026-07-13T21:12:06.649Z Compiling document-features v0.2.12
6282026-07-13T21:12:06.703Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6292026-07-13T21:12:07.220Z Compiling crossterm v0.29.0
6302026-07-13T21:12:07.341Z Compiling convert_case v0.11.0
6312026-07-13T21:12:07.355Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-13T21:12:08.039Z Compiling camino v1.2.2
6332026-07-13T21:12:08.381Z Compiling paste v1.0.15
6342026-07-13T21:12:09.137Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-13T21:12:09.695Z Compiling crossbeam-channel v0.5.15
6362026-07-13T21:12:09.835Z Compiling castaway v0.2.4
6372026-07-13T21:12:10.190Z Compiling indoc v2.0.7
6382026-07-13T21:12:10.490Z Compiling instability v0.3.12
6392026-07-13T21:12:10.578Z Compiling thiserror v1.0.69
6402026-07-13T21:12:10.641Z Compiling unicode-truncate v2.0.1
6412026-07-13T21:12:10.814Z Compiling lazy-regex-proc_macros v3.6.0
6422026-07-13T21:12:10.921Z Compiling compact_str v0.9.0
6432026-07-13T21:12:11.647Z Compiling kasuari v0.4.12
6442026-07-13T21:12:11.708Z Compiling lru v0.16.4
6452026-07-13T21:12:11.725Z Compiling thiserror-impl v1.0.69
6462026-07-13T21:12:11.863Z Compiling crossbeam-queue v0.3.12
6472026-07-13T21:12:11.897Z Compiling cargo-platform v0.3.3
6482026-07-13T21:12:12.036Z Compiling crossbeam v0.8.4
6492026-07-13T21:12:12.109Z Compiling cargo_metadata v0.23.1
6502026-07-13T21:12:12.137Z Compiling ratatui-core v0.1.0
6512026-07-13T21:12:12.258Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6522026-07-13T21:12:13.002Z Compiling lazy-regex v3.6.0
6532026-07-13T21:12:14.018Z Compiling binrw_derive v0.14.2
6542026-07-13T21:12:14.143Z Compiling base64 v0.13.1
6552026-07-13T21:12:14.389Z Compiling strict v0.2.0
6562026-07-13T21:12:14.416Z Compiling bitflags v1.3.2
6572026-07-13T21:12:14.495Z Compiling ron v0.6.6
6582026-07-13T21:12:14.532Z Compiling crokey-proc_macros v1.4.0
6592026-07-13T21:12:14.572Z Compiling crossterm v0.23.2
6602026-07-13T21:12:15.213Z Compiling line-clipping v0.3.7
6612026-07-13T21:12:15.274Z Compiling owo-colors v3.5.0
6622026-07-13T21:12:15.797Z Compiling binrw v0.14.2
6632026-07-13T21:12:16.007Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6642026-07-13T21:12:16.151Z Compiling cargo-readme v3.3.2
6652026-07-13T21:12:16.655Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6662026-07-13T21:12:16.788Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-07-13T21:12:18.405Z Compiling crokey v1.4.0
6682026-07-13T21:12:18.743Z Compiling ratatui-widgets v0.3.0
6692026-07-13T21:12:19.024Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-07-13T21:12:19.606Z Compiling coolor v0.8.0
6712026-07-13T21:12:19.883Z Compiling coolor v1.1.0
6722026-07-13T21:12:20.160Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-13T21:12:20.284Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6742026-07-13T21:12:20.481Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6752026-07-13T21:12:21.489Z Compiling half v2.7.1
6762026-07-13T21:12:21.654Z Compiling minimad v0.14.0
6772026-07-13T21:12:21.857Z Compiling minimad v0.13.1
6782026-07-13T21:12:22.086Z Compiling ciborium-io v0.2.2
6792026-07-13T21:12:22.184Z Compiling array-init v2.1.0
6802026-07-13T21:12:22.298Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6812026-07-13T21:12:22.420Z Compiling convert_case v0.4.0
6822026-07-13T21:12:22.713Z Compiling derive_more v0.99.20
6832026-07-13T21:12:22.969Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6842026-07-13T21:12:23.809Z Compiling ciborium-ll v0.2.2
6852026-07-13T21:12:24.096Z Compiling termimad v0.25.7
6862026-07-13T21:12:24.215Z Compiling termimad v0.34.1
6872026-07-13T21:12:24.997Z Compiling ratatui-macros v0.7.0
6882026-07-13T21:12:25.109Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-13T21:12:25.414Z Compiling ratatui-crossterm v0.1.0
6902026-07-13T21:12:25.664Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-13T21:12:25.770Z Compiling sha2 v0.11.0
6922026-07-13T21:12:25.939Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-13T21:12:26.138Z Compiling iana-time-zone v0.1.65
6942026-07-13T21:12:26.205Z Compiling parse-size v1.1.0
6952026-07-13T21:12:26.409Z Compiling xml v1.2.1
6962026-07-13T21:12:26.509Z Compiling chrono v0.4.44
6972026-07-13T21:12:27.859Z Compiling serde-xml-rs v0.8.2
6982026-07-13T21:12:29.308Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6992026-07-13T21:12:30.964Z Compiling ratatui v0.30.0
7002026-07-13T21:12:31.255Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7012026-07-13T21:12:31.654Z Compiling raw-cpuid v11.6.0
7022026-07-13T21:12:32.511Z Compiling ciborium v0.2.2
7032026-07-13T21:12:33.228Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-13T21:12:33.530Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-13T21:12:33.827Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-13T21:12:33.908Z Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin)
7072026-07-13T21:12:34.424Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7082026-07-13T21:12:34.522Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7092026-07-13T21:12:35.137Z Compiling tracing-log v0.2.0
7102026-07-13T21:12:35.564Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-13T21:12:35.675Z Compiling sharded-slab v0.1.7
7122026-07-13T21:12:35.744Z Compiling matchers v0.2.0
7132026-07-13T21:12:35.915Z Compiling termios v0.3.3
7142026-07-13T21:12:36.104Z Compiling thread_local v1.1.9
7152026-07-13T21:12:36.380Z Compiling splitty v1.0.2
7162026-07-13T21:12:36.511Z Compiling nu-ansi-term v0.50.3
7172026-07-13T21:12:36.521Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7182026-07-13T21:12:36.562Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7192026-07-13T21:12:36.589Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7202026-07-13T21:12:36.875Z Compiling tracing-subscriber v0.3.23
7212026-07-13T21:12:37.134Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7222026-07-13T21:12:38.815Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7232026-07-13T21:12:38.908Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7242026-07-13T21:12:38.947Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7252026-07-13T21:12:41.461Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7262026-07-13T21:12:42.073Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7272026-07-13T21:12:43.369Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7282026-07-13T21:12:43.625Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7292026-07-13T21:12:45.086Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7302026-07-13T21:12:45.542Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7312026-07-13T21:12:47.730Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7322026-07-13T21:12:50.333Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7332026-07-13T21:12:53.285Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7342026-07-13T21:12:53.288Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7352026-07-13T21:12:53.499Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-13T21:12:54.265Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-13T21:12:56.120Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-13T21:12:59.675Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7392026-07-13T21:13:00.543Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7402026-07-13T21:13:00.735Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7412026-07-13T21:13:02.824Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7422026-07-13T21:13:04.901Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7432026-07-13T21:13:05.375Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7442026-07-13T21:13:05.562Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-13T21:13:06.537Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7462026-07-13T21:13:06.624Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7472026-07-13T21:13:06.725Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7482026-07-13T21:13:09.210Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7492026-07-13T21:13:09.810Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7502026-07-13T21:13:10.366Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7512026-07-13T21:13:10.384Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7522026-07-13T21:13:13.399Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7532026-07-13T21:13:14.309Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7542026-07-13T21:13:15.052Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7552026-07-13T21:13:15.454Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7562026-07-13T21:13:15.530Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7572026-07-13T21:13:15.860Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7582026-07-13T21:13:16.313Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7592026-07-13T21:13:17.001Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7602026-07-13T21:13:20.013Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7612026-07-13T21:13:20.278Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7622026-07-13T21:13:20.456Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7632026-07-13T21:13:21.880Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7642026-07-13T21:13:22.309Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7652026-07-13T21:13:22.537Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7662026-07-13T21:13:22.577Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7672026-07-13T21:13:22.742Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7682026-07-13T21:13:24.262Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7692026-07-13T21:13:25.290Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7702026-07-13T21:13:26.021Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7712026-07-13T21:13:26.097Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7722026-07-13T21:13:27.230Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7732026-07-13T21:13:48.865Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7742026-07-13T21:13:48.868Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7752026-07-13T21:13:48.868Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7762026-07-13T21:14:48.663Zpkg://helios/developer/debug/humility@0.13.1.719,5.11-3.0:20260713T211355Z
7772026-07-13T21:14:48.664ZPUBLISHED
7782026-07-13T21:14:48.880ZRetrieving packages for publisher helios ...
7792026-07-13T21:14:48.883ZRetrieving catalog 'helios' ... Done
7802026-07-13T21:14:48.883ZRetrieving and evaluating 1 package(s)...
7812026-07-13T21:14:48.883ZFetching manifests: 1/1 100% complete
7822026-07-13T21:14:48.883ZFetching manifests: 1/1 100% complete
7832026-07-13T21:14:48.883Z
7842026-07-13T21:14:48.883ZArchiving packages ...
7852026-07-13T21:14:48.883Z Packages to add: 1
7862026-07-13T21:14:48.883Z Files to retrieve: 1
7872026-07-13T21:14:48.883ZEstimated transfer size: 134.22 MB
7882026-07-13T21:14:48.883Z
7892026-07-13T21:14:48.883ZPackages to archive:
7902026-07-13T21:14:48.883Zdeveloper/debug/humility@0.13.1.719,5.11-3.0:20260713T211355Z
7912026-07-13T21:14:48.883Z
7922026-07-13T21:14:48.884ZDownload: 0/1 items 0.0/134.2MB 0% complete
7932026-07-13T21:14:49.130ZDownload: Completed 134.22 MB in 0.25 seconds (544M/s)
7942026-07-13T21:14:49.133ZArchiving: 1/10 items 0.0/134.2MB 0% complete
7952026-07-13T21:14:49.159ZArchiving: Completed 134.24 MB in 0.03 seconds
7962026-07-13T21:14:49.201ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.719-3.0.p5p.
7972026-07-13T21:14:49.209Z
7982026-07-13T21:14:49.213Zreal 4:34.641731909
7992026-07-13T21:14:49.213Zuser 22:27.229286350
8002026-07-13T21:14:49.213Zsys 1:38.483375264
8012026-07-13T21:14:49.213Ztrap 0.665355795
8022026-07-13T21:14:49.213Ztflt 1.158230623
8032026-07-13T21:14:49.213Zdflt 1.702540629
8042026-07-13T21:14:49.213Zkflt 0.011043630
8052026-07-13T21:14:49.213Zlock 1:38:03.750577105
8062026-07-13T21:14:49.213Zslp 1:12:40.364102894
8072026-07-13T21:14:49.213Zlat 1:15.038898739
8082026-07-13T21:14:49.213Zstop 1:20.743709533
8092026-07-13T21:14:49.213Z+ banner copy
8102026-07-13T21:14:49.213Z
8112026-07-13T21:14:49.213Z #### #### ##### # #
8122026-07-13T21:14:49.213Z # # # # # # # #
8132026-07-13T21:14:49.213Z # # # # # #
8142026-07-13T21:14:49.213Z # # # ##### #
8152026-07-13T21:14:49.213Z # # # # # #
8162026-07-13T21:14:49.213Z #### #### # #
8172026-07-13T21:14:49.213Z
8182026-07-13T21:14:49.213Z+ pfexec mkdir -p /out
8192026-07-13T21:14:49.217Z+ pfexec chown 12345 /out
8202026-07-13T21:14:49.217Z+ PKG_NAME=/out/humility.p5p
8212026-07-13T21:14:49.217Z+ mv pkg/packages/repo/humility-0.13.1.719-3.0.p5p /out/humility.p5p
8222026-07-13T21:14:49.317Z+ sha256sum /out/humility.p5p
8232026-07-13T21:14:49.397Zprocess exited: duration 280593 ms, exit code 0
 
8242026-07-13T21:14:49.408Zfound 2 output files
8252026-07-13T21:14:49.409Zuploading: /out/humility.p5p (140769280 bytes)
8262026-07-13T21:14:51.222Zuploaded: /out/humility.p5p
8272026-07-13T21:14:51.223Zuploading: /out/humility.p5p.sha256 (84 bytes)
8282026-07-13T21:14:52.234Zuploaded: /out/humility.p5p.sha256