01KWYGYPWZF4W9DKKDN8GEJXGB: 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: 01KWYGZ0M42JZEZWPPZQS42R16

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-07T14:51:39.984Zjob assigned to worker 01KWYGZ4941T3AWMPBRXTVAWPJ [factory aws, i-0a91ec4eed1c79ae1] (queued for 45 s)
 
22026-07-07T14:51:46.545Zstarting task 0: "setup"
32026-07-07T14:51:46.551Z++ uname -s
42026-07-07T14:51:46.554Z+ kern=SunOS
52026-07-07T14:51:46.554Z+ build_user=build
62026-07-07T14:51:46.554Z+ build_uid=12345
72026-07-07T14:51:46.555Z+ work_dir=/work
82026-07-07T14:51:46.555Z+ input_dir=/input
92026-07-07T14:51:46.555Z+ [[ 0 == 12345 ]]
102026-07-07T14:51:46.555Z+ case "$kern" in
112026-07-07T14:51:46.555Z+ groupadd -g 12345 build
122026-07-07T14:51:46.555Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-07T14:51:48.559Z+ zfs create -o mountpoint=/work rpool/work
142026-07-07T14:51:48.625Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-07T14:51:48.628Z+ home_fs=zfs
162026-07-07T14:51:48.629Z+ [[ zfs == autofs ]]
172026-07-07T14:51:48.629Z+ mkdir -p /home/build
182026-07-07T14:51:48.629Z+ chown build:build /home/build /work
192026-07-07T14:51:50.629Z+ chmod 0700 /home/build /work
202026-07-07T14:51:50.633Zprocess exited: duration 4085 ms, exit code 0
 
212026-07-07T14:51:50.638Zstarting task 1: "rust-toolchain"
222026-07-07T14:51:50.642Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-07T14:51:50.642Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-07T14:51:50.642Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-07T14:51:50.642Z * rust toolchain channel = "stable"
262026-07-07T14:51:50.642Z * rust toolchain profile = "default"
272026-07-07T14:51:50.642Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-07T14:51:50.645Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-07T14:51:50.645Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-07T14:51:50.723Zinfo: downloading installer
312026-07-07T14:51:52.120Zwarn: It looks like you have an existing rustup settings file at:
322026-07-07T14:51:52.120Zwarn: /home/build/.rustup/settings.toml
332026-07-07T14:51:52.120Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-07T14:51:52.120Zwarn: instead of the one inferred from the default host triple.
352026-07-07T14:51:52.132Zinfo: profile set to default
362026-07-07T14:51:52.132Zinfo: default host triple is x86_64-unknown-illumos
372026-07-07T14:51:52.136Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-07T14:51:52.267Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-07T14:51:52.270Zinfo: downloading 6 components
402026-07-07T14:52:07.372Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-07T14:52:07.372Z
422026-07-07T14:52:07.399Z stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-07T14:52:07.399Z
442026-07-07T14:52:07.399Z
452026-07-07T14:52:07.399ZRust is installed now. Great!
462026-07-07T14:52:07.399Z
472026-07-07T14:52:07.402ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-07T14:52:07.402Zenvironment variable. This has not been done automatically.
492026-07-07T14:52:07.402Z
502026-07-07T14:52:07.402ZTo configure your current shell, you need to source
512026-07-07T14:52:07.402Zthe corresponding env file under $HOME/.cargo.
522026-07-07T14:52:07.402Z
532026-07-07T14:52:07.402ZThis is usually done by running one of the following (note the leading DOT):
542026-07-07T14:52:07.402Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-07T14:52:07.402Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-07T14:52:07.402Zsource "~/.cargo/env.nu" # For nushell
572026-07-07T14:52:07.402Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-07T14:52:07.402Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-07T14:52:07.402Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-07T14:52:07.402Zwarn: no default linker (`cc`) was found in your PATH
612026-07-07T14:52:07.402Zwarn: many Rust crates require a system C toolchain to build
622026-07-07T14:52:07.492Z+ rustup --version
632026-07-07T14:52:07.501Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-07T14:52:07.504Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-07T14:52:07.522Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-07T14:52:07.525Z+ cargo --version
672026-07-07T14:52:07.538Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-07T14:52:07.542Z+ rustc --version
692026-07-07T14:52:07.560Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-07T14:52:07.563Zprocess exited: duration 16923 ms, exit code 0
 
712026-07-07T14:52:07.569Zstarting task 2: "authentication"
722026-07-07T14:52:07.586Zprocess exited: duration 16 ms, exit code 0
 
732026-07-07T14:52:07.593Zstarting task 3: "clone repository"
742026-07-07T14:52:07.596Z+ mkdir -p /work/oxidecomputer/humility
752026-07-07T14:52:07.599Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-07T14:52:07.627ZCloning into '/work/oxidecomputer/humility'...
772026-07-07T14:52:25.083Z+ cd /work/oxidecomputer/humility
782026-07-07T14:52:25.083Z+ git fetch origin a716c347a7d828e4ad39356527a7bd5c31c8bbb0
792026-07-07T14:52:25.337ZFrom https://github.com/oxidecomputer/humility
802026-07-07T14:52:25.337Z * branch a716c347a7d828e4ad39356527a7bd5c31c8bbb0 -> FETCH_HEAD
812026-07-07T14:52:25.345Z+ [[ -n check_rot_a_b_image ]]
822026-07-07T14:52:25.348Z++ git branch --show-current
832026-07-07T14:52:25.348Z+ current=master
842026-07-07T14:52:25.348Z+ [[ master != check_rot_a_b_image ]]
852026-07-07T14:52:25.348Z+ git branch -f check_rot_a_b_image a716c347a7d828e4ad39356527a7bd5c31c8bbb0
862026-07-07T14:52:25.351Z+ git checkout -f check_rot_a_b_image
872026-07-07T14:52:26.142ZSwitched to branch 'check_rot_a_b_image'
882026-07-07T14:52:26.145Z+ git reset --hard a716c347a7d828e4ad39356527a7bd5c31c8bbb0
892026-07-07T14:52:26.153ZHEAD is now at a716c347 Attempt a basic PC range check as part of `hubris.validate`
902026-07-07T14:52:26.156Zprocess exited: duration 18562 ms, exit code 0
 
912026-07-07T14:52:26.162Zstarting task 4: "build"
922026-07-07T14:52:26.166Z+ export CARGO_INCREMENTAL=0
932026-07-07T14:52:26.166Z+ CARGO_INCREMENTAL=0
942026-07-07T14:52:26.166Z+ banner deps
952026-07-07T14:52:26.169Z
962026-07-07T14:52:26.169Z ##### ###### ##### ####
972026-07-07T14:52:26.169Z # # # # # #
982026-07-07T14:52:26.169Z # # ##### # # ####
992026-07-07T14:52:26.169Z # # # ##### #
1002026-07-07T14:52:26.169Z # # # # # #
1012026-07-07T14:52:26.169Z ##### ###### # ####
1022026-07-07T14:52:26.169Z
1032026-07-07T14:52:26.169Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-07T14:52:26.169Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-07T14:52:26.170Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-07T14:52:28.233Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-07T14:52:28.345Z Startup: Caching catalogs ... Done
1082026-07-07T14:52:28.830ZPlanning: Solver setup ... Done (0.441s)
1092026-07-07T14:52:28.857ZPlanning: Running solver ... Done (0.026s)
1102026-07-07T14:52:28.869ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-07T14:52:28.881ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-07T14:52:28.894ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-07T14:52:28.906ZPlanning: Package planning ... Done (0.012s)
1142026-07-07T14:52:28.910ZPlanning: Merging actions ... Done (0.000s)
1152026-07-07T14:52:29.061ZPlanning: Checking for conflicting actions ... Done (0.154s)
1162026-07-07T14:52:29.064ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-07T14:52:29.856ZPlanning: Evaluating mediators ... Done (0.794s)
1182026-07-07T14:52:29.859ZPlanning: Planning completed in 1.49 seconds
1192026-07-07T14:52:29.864Z Packages to install: 2
1202026-07-07T14:52:29.867Z Estimated space available: 155.78 GB
1212026-07-07T14:52:29.867ZEstimated space to be consumed: 23.22 MB
1222026-07-07T14:52:29.867Z Create boot environment: No
1232026-07-07T14:52:29.867ZCreate backup boot environment: No
1242026-07-07T14:52:29.867Z Rebuild boot archive: No
1252026-07-07T14:52:29.867Z
1262026-07-07T14:52:29.867ZChanged packages:
1272026-07-07T14:52:29.867Zhelios
1282026-07-07T14:52:29.867Z library/libftdi1
1292026-07-07T14:52:29.867Z None -> 1.5-3.0
1302026-07-07T14:52:29.867Z ooce/library/libusb-1
1312026-07-07T14:52:29.868Z None -> 1.0.29-3.1
1322026-07-07T14:52:29.889Z
1332026-07-07T14:52:29.889ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-07T14:52:29.969ZDownload: Completed 377.70 kB in 0.08 seconds (4.6M/s)
1352026-07-07T14:52:30.063Z Actions: 1/61 actions (Installing new actions)
1362026-07-07T14:52:30.075Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-07T14:52:30.086ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-07T14:52:30.089ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-07T14:52:30.114ZFinalize: Updating image state ... Done (0.028s)
1402026-07-07T14:52:32.506ZFinalize: Creating fast lookup database ... Done (2.366s)
1412026-07-07T14:52:32.574ZFinalize: Reading search index ... Done (0.012s)
1422026-07-07T14:52:32.577ZFinalize: Updating search index ... Done (0.000s)
1432026-07-07T14:52:32.676ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-07T14:52:32.777Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-07T14:52:32.989ZFMRI IFO
1462026-07-07T14:52:32.989Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-07T14:52:32.989Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-07T14:52:33.026Z+ cargo --version
1492026-07-07T14:52:33.036Zcargo 1.96.1 (356927216 2026-06-26)
1502026-07-07T14:52:33.039Z+ rustc --version
1512026-07-07T14:52:33.058Zrustc 1.96.1 (31fca3adb 2026-06-26)
1522026-07-07T14:52:33.064Z+ banner package
1532026-07-07T14:52:33.064Z
1542026-07-07T14:52:33.064Z ##### ## #### # # ## #### ######
1552026-07-07T14:52:33.064Z # # # # # # # # # # # # #
1562026-07-07T14:52:33.064Z # # # # # #### # # # #####
1572026-07-07T14:52:33.064Z ##### ###### # # # ###### # ### #
1582026-07-07T14:52:33.064Z # # # # # # # # # # # #
1592026-07-07T14:52:33.064Z # # # #### # # # # #### ######
1602026-07-07T14:52:33.064Z
1612026-07-07T14:52:33.064Z+ ptime -m cargo xtask package
1622026-07-07T14:52:33.177Z Updating crates.io index
1632026-07-07T14:52:33.180Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-07T14:52:33.481Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-07T14:52:33.754Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-07T14:52:34.135Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-07T14:52:34.417Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-07T14:52:34.691Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-07T14:52:34.976Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-07T14:52:35.318Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-07T14:52:39.467Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-07T14:52:39.749Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-07T14:52:40.003Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-07T14:52:40.246Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-07T14:52:40.504Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-07T14:52:40.747Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-07T14:52:41.528Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-07T14:52:41.785Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-07T14:52:42.821Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-07T14:52:45.345Z Downloading crates ...
1812026-07-07T14:52:45.389Z Downloaded anstyle-parse v1.0.0
1822026-07-07T14:52:45.392Z Downloaded cargo-platform v0.3.3
1832026-07-07T14:52:45.397Z Downloaded camino v1.2.2
1842026-07-07T14:52:45.404Z Downloaded serde_spanned v1.1.1
1852026-07-07T14:52:45.406Z Downloaded thiserror-impl v2.0.18
1862026-07-07T14:52:45.407Z Downloaded is_terminal_polyfill v1.70.2
1872026-07-07T14:52:45.412Z Downloaded strsim v0.11.1
1882026-07-07T14:52:45.415Z Downloaded equivalent v1.0.2
1892026-07-07T14:52:45.426Z Downloaded itoa v1.0.18
1902026-07-07T14:52:45.431Z Downloaded clap_lex v1.1.0
1912026-07-07T14:52:45.435Z Downloaded heck v0.5.0
1922026-07-07T14:52:45.439Z Downloaded lazy_static v1.5.0
1932026-07-07T14:52:45.442Z Downloaded percent-encoding v2.3.2
1942026-07-07T14:52:45.445Z Downloaded utf8parse v0.2.2
1952026-07-07T14:52:45.448Z Downloaded anstyle-query v1.1.5
1962026-07-07T14:52:45.451Z Downloaded colorchoice v1.0.5
1972026-07-07T14:52:45.454Z Downloaded anstyle v1.0.14
1982026-07-07T14:52:45.457Z Downloaded thiserror v2.0.18
1992026-07-07T14:52:45.462Z Downloaded zmij v1.0.21
2002026-07-07T14:52:45.467Z Downloaded aho-corasick v1.1.4
2012026-07-07T14:52:45.470Z Downloaded toml_writer v1.1.1+spec-1.1.0
2022026-07-07T14:52:45.473Z Downloaded anstream v1.0.0
2032026-07-07T14:52:45.476Z Downloaded quote v1.0.45
2042026-07-07T14:52:45.478Z Downloaded clap_derive v4.6.1
2052026-07-07T14:52:45.481Z Downloaded cargo-readme v3.3.2
2062026-07-07T14:52:45.481Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2072026-07-07T14:52:45.484Z Downloaded toml_parser v1.1.2+spec-1.1.0
2082026-07-07T14:52:45.496Z Downloaded cargo_metadata v0.23.1
2092026-07-07T14:52:45.499Z Downloaded semver v1.0.28
2102026-07-07T14:52:45.502Z Downloaded anyhow v1.0.102
2112026-07-07T14:52:45.505Z Downloaded serde_derive v1.0.228
2122026-07-07T14:52:45.507Z Downloaded toml v1.1.2+spec-1.1.0
2132026-07-07T14:52:45.518Z Downloaded proc-macro2 v1.0.106
2142026-07-07T14:52:45.526Z Downloaded unicode-ident v1.0.24
2152026-07-07T14:52:45.529Z Downloaded memchr v2.8.0
2162026-07-07T14:52:45.532Z Downloaded clap v4.6.1
2172026-07-07T14:52:45.537Z Downloaded serde_core v1.0.228
2182026-07-07T14:52:45.540Z Downloaded serde v1.0.228
2192026-07-07T14:52:45.543Z Downloaded indexmap v2.14.0
2202026-07-07T14:52:45.569Z Downloaded hashbrown v0.17.0
2212026-07-07T14:52:45.572Z Downloaded regex v1.12.3
2222026-07-07T14:52:45.580Z Downloaded clap_builder v4.6.0
2232026-07-07T14:52:45.590Z Downloaded serde_json v1.0.149
2242026-07-07T14:52:45.597Z Downloaded winnow v1.0.2
2252026-07-07T14:52:45.603Z Downloaded syn v2.0.117
2262026-07-07T14:52:45.626Z Downloaded regex-syntax v0.8.10
2272026-07-07T14:52:45.643Z Downloaded regex-automata v0.4.14
2282026-07-07T14:52:45.682Z Compiling serde_core v1.0.228
2292026-07-07T14:52:45.682Z Compiling proc-macro2 v1.0.106
2302026-07-07T14:52:45.682Z Compiling quote v1.0.45
2312026-07-07T14:52:45.685Z Compiling unicode-ident v1.0.24
2322026-07-07T14:52:45.685Z Compiling memchr v2.8.0
2332026-07-07T14:52:45.685Z Compiling utf8parse v0.2.2
2342026-07-07T14:52:45.685Z Compiling anstyle v1.0.14
2352026-07-07T14:52:45.685Z Compiling colorchoice v1.0.5
2362026-07-07T14:52:45.889Z Compiling anstyle-parse v1.0.0
2372026-07-07T14:52:45.900Z Compiling anstyle-query v1.1.5
2382026-07-07T14:52:45.900Z Compiling serde v1.0.228
2392026-07-07T14:52:45.995Z Compiling zmij v1.0.21
2402026-07-07T14:52:46.006Z Compiling is_terminal_polyfill v1.70.2
2412026-07-07T14:52:46.061Z Compiling serde_json v1.0.149
2422026-07-07T14:52:46.086Z Compiling anstream v1.0.0
2432026-07-07T14:52:46.176Z Compiling heck v0.5.0
2442026-07-07T14:52:46.254Z Compiling aho-corasick v1.1.4
2452026-07-07T14:52:46.303Z Compiling winnow v1.0.2
2462026-07-07T14:52:46.324Z Compiling camino v1.2.2
2472026-07-07T14:52:46.366Z Compiling regex-syntax v0.8.10
2482026-07-07T14:52:46.395Z Compiling clap_lex v1.1.0
2492026-07-07T14:52:46.481Z Compiling thiserror v2.0.18
2502026-07-07T14:52:46.636Z Compiling strsim v0.11.1
2512026-07-07T14:52:46.653Z Compiling toml_parser v1.1.2+spec-1.1.0
2522026-07-07T14:52:47.017Z Compiling syn v2.0.117
2532026-07-07T14:52:47.029Z Compiling clap_builder v4.6.0
2542026-07-07T14:52:47.088Z Compiling itoa v1.0.18
2552026-07-07T14:52:47.169Z Compiling toml_writer v1.1.1+spec-1.1.0
2562026-07-07T14:52:47.285Z Compiling anyhow v1.0.102
2572026-07-07T14:52:47.355Z Compiling lazy_static v1.5.0
2582026-07-07T14:52:47.395Z Compiling percent-encoding v2.3.2
2592026-07-07T14:52:47.839Z Compiling regex-automata v0.4.14
2602026-07-07T14:52:47.968Z Compiling serde_spanned v1.1.1
2612026-07-07T14:52:47.977Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-07-07T14:52:48.079Z Compiling semver v1.0.28
2632026-07-07T14:52:48.215Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-07T14:52:48.287Z Compiling cargo-platform v0.3.3
2652026-07-07T14:52:49.354Z Compiling serde_derive v1.0.228
2662026-07-07T14:52:49.354Z Compiling clap_derive v4.6.1
2672026-07-07T14:52:49.358Z Compiling thiserror-impl v2.0.18
2682026-07-07T14:52:49.482Z Compiling regex v1.12.3
2692026-07-07T14:52:50.651Z Compiling clap v4.6.1
2702026-07-07T14:52:51.577Z Compiling cargo-readme v3.3.2
2712026-07-07T14:52:51.577Z Compiling cargo_metadata v0.23.1
2722026-07-07T14:52:52.522Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-07T14:52:53.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s
2742026-07-07T14:52:54.034Z Running `target/debug/xtask package`
2752026-07-07T14:52:58.090Z Compiling proc-macro2 v1.0.106
2762026-07-07T14:52:58.090Z Compiling quote v1.0.45
2772026-07-07T14:52:58.090Z Compiling unicode-ident v1.0.24
2782026-07-07T14:52:58.090Z Compiling serde_core v1.0.228
2792026-07-07T14:52:58.090Z Compiling libc v0.2.186
2802026-07-07T14:52:58.093Z Compiling serde v1.0.228
2812026-07-07T14:52:58.093Z Compiling cfg-if v1.0.4
2822026-07-07T14:52:58.093Z Compiling typenum v1.20.0
2832026-07-07T14:52:58.232Z Compiling thiserror v2.0.18
2842026-07-07T14:52:58.259Z Compiling memchr v2.8.0
2852026-07-07T14:52:58.510Z Compiling log v0.4.29
2862026-07-07T14:52:58.782Z Compiling stable_deref_trait v1.2.1
2872026-07-07T14:52:58.880Z Compiling strsim v0.11.1
2882026-07-07T14:52:58.929Z Compiling scopeguard v1.2.0
2892026-07-07T14:52:58.949Z Compiling autocfg v1.5.0
2902026-07-07T14:52:59.006Z Compiling lock_api v0.4.14
2912026-07-07T14:52:59.022Z Compiling errno v0.3.14
2922026-07-07T14:52:59.168Z Compiling smallvec v1.15.1
2932026-07-07T14:52:59.189Z Compiling foldhash v0.2.0
2942026-07-07T14:52:59.298Z Compiling equivalent v1.0.2
2952026-07-07T14:52:59.394Z Compiling heck v0.5.0
2962026-07-07T14:52:59.433Z Compiling syn v2.0.117
2972026-07-07T14:52:59.433Z Compiling rustversion v1.0.22
2982026-07-07T14:52:59.492Z Compiling ident_case v1.0.1
2992026-07-07T14:52:59.501Z Compiling jobserver v0.1.34
3002026-07-07T14:52:59.585Z Compiling find-msvc-tools v0.1.9
3012026-07-07T14:52:59.604Z Compiling zeroize v1.8.2
3022026-07-07T14:52:59.741Z Compiling shlex v1.3.0
3032026-07-07T14:52:59.815Z Compiling rustix v1.1.4
3042026-07-07T14:52:59.818Z Compiling libm v0.2.16
3052026-07-07T14:52:59.924Z Compiling cc v1.2.61
3062026-07-07T14:52:59.995Z Compiling anyhow v1.0.102
3072026-07-07T14:53:00.160Z Compiling num-traits v0.2.19
3082026-07-07T14:53:00.328Z Compiling zerocopy v0.8.48
3092026-07-07T14:53:00.359Z Compiling version_check v0.9.5
3102026-07-07T14:53:00.398Z Compiling const-oid v0.9.6
3112026-07-07T14:53:00.558Z Compiling bitflags v2.11.1
3122026-07-07T14:53:00.620Z Compiling generic-array v0.14.7
3132026-07-07T14:53:00.661Z Compiling aho-corasick v1.1.4
3142026-07-07T14:53:00.853Z Compiling regex-syntax v0.8.10
3152026-07-07T14:53:01.064Z Compiling hashbrown v0.17.0
3162026-07-07T14:53:01.293Z Compiling hybrid-array v0.4.11
3172026-07-07T14:53:01.767Z Compiling once_cell v1.21.4
3182026-07-07T14:53:01.775Z Compiling crossbeam-utils v0.8.21
3192026-07-07T14:53:01.978Z Compiling indexmap v2.14.0
3202026-07-07T14:53:02.093Z Compiling syn v1.0.109
3212026-07-07T14:53:02.472Z Compiling synstructure v0.13.2
3222026-07-07T14:53:02.596Z Compiling regex-automata v0.4.14
3232026-07-07T14:53:02.890Z Compiling itoa v1.0.18
3242026-07-07T14:53:02.969Z Compiling pkg-config v0.3.33
3252026-07-07T14:53:03.438Z Compiling block-buffer v0.10.4
3262026-07-07T14:53:03.447Z Compiling serde_derive v1.0.228
3272026-07-07T14:53:03.620Z Compiling thiserror-impl v2.0.18
3282026-07-07T14:53:03.637Z Compiling zerofrom-derive v0.1.7
3292026-07-07T14:53:04.806Z Compiling zerocopy-derive v0.8.48
3302026-07-07T14:53:04.951Z Compiling yoke-derive v0.8.2
3312026-07-07T14:53:05.218Z Compiling zerovec-derive v0.11.3
3322026-07-07T14:53:05.996Z Compiling regex v1.12.3
3332026-07-07T14:53:06.304Z Compiling crypto-common v0.1.7
3342026-07-07T14:53:06.437Z Compiling darling_core v0.23.0
3352026-07-07T14:53:06.797Z Compiling crypto-common v0.2.1
3362026-07-07T14:53:06.973Z Compiling zmij v1.0.21
3372026-07-07T14:53:07.312Z Compiling digest v0.10.7
3382026-07-07T14:53:07.537Z Compiling spin v0.9.8
3392026-07-07T14:53:07.760Z Compiling byteorder v1.5.0
3402026-07-07T14:53:08.003Z Compiling radium v0.7.0
3412026-07-07T14:53:08.018Z Compiling cmov v0.5.3
3422026-07-07T14:53:08.248Z Compiling ctutils v0.4.2
3432026-07-07T14:53:08.312Z Compiling displaydoc v0.2.5
3442026-07-07T14:53:08.484Z Compiling block-buffer v0.12.0
3452026-07-07T14:53:08.569Z Compiling const-oid v0.10.2
3462026-07-07T14:53:08.598Z Compiling darling_macro v0.23.0
3472026-07-07T14:53:08.658Z Compiling allocator-api2 v0.2.21
3482026-07-07T14:53:08.667Z Compiling crc32fast v1.5.0
3492026-07-07T14:53:08.889Z Compiling tap v1.0.1
3502026-07-07T14:53:08.998Z Compiling wyz v0.5.1
3512026-07-07T14:53:09.006Z Compiling hashbrown v0.16.1
3522026-07-07T14:53:09.053Z Compiling digest v0.11.2
3532026-07-07T14:53:09.154Z Compiling darling v0.23.0
3542026-07-07T14:53:09.194Z Compiling base64ct v1.8.3
3552026-07-07T14:53:09.226Z Compiling funty v2.0.0
3562026-07-07T14:53:09.256Z Compiling simd-adler32 v0.3.9
3572026-07-07T14:53:09.278Z Compiling static_assertions v1.1.0
3582026-07-07T14:53:09.346Z Compiling typeid v1.0.3
3592026-07-07T14:53:09.499Z Compiling either v1.15.0
3602026-07-07T14:53:09.553Z Compiling pem-rfc7468 v0.7.0
3612026-07-07T14:53:09.634Z Compiling bitvec v1.0.1
3622026-07-07T14:53:09.720Z Compiling clap_derive v4.6.1
3632026-07-07T14:53:09.933Z Compiling der_derive v0.7.3
3642026-07-07T14:53:09.985Z Compiling getrandom v0.2.17
3652026-07-07T14:53:10.253Z Compiling utf8parse v0.2.2
3662026-07-07T14:53:10.313Z Compiling flagset v0.4.7
3672026-07-07T14:53:10.359Z Compiling adler2 v2.0.1
3682026-07-07T14:53:10.424Z Compiling cpufeatures v0.2.17
3692026-07-07T14:53:10.446Z Compiling unicode-width v0.2.2
3702026-07-07T14:53:10.492Z Compiling sha2 v0.10.9
3712026-07-07T14:53:10.542Z Compiling miniz_oxide v0.8.9
3722026-07-07T14:53:10.762Z Compiling anstyle-parse v1.0.0
3732026-07-07T14:53:10.894Z Compiling der v0.7.10
3742026-07-07T14:53:10.984Z Compiling rand_core v0.6.4
3752026-07-07T14:53:11.262Z Compiling lazy_static v1.5.0
3762026-07-07T14:53:11.286Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-07T14:53:11.350Z Compiling crossbeam-epoch v0.9.18
3782026-07-07T14:53:11.421Z Compiling colorchoice v1.0.5
3792026-07-07T14:53:11.540Z Compiling anstyle v1.0.14
3802026-07-07T14:53:11.699Z Compiling anstyle-query v1.1.5
3812026-07-07T14:53:11.801Z Compiling cpufeatures v0.3.0
3822026-07-07T14:53:11.813Z Compiling zlib-rs v0.6.3
3832026-07-07T14:53:11.822Z Compiling powerfmt v0.2.0
3842026-07-07T14:53:11.870Z Compiling is_terminal_polyfill v1.70.2
3852026-07-07T14:53:11.960Z Compiling deranged v0.5.8
3862026-07-07T14:53:11.996Z Compiling anstream v1.0.0
3872026-07-07T14:53:12.078Z Compiling spki v0.7.3
3882026-07-07T14:53:12.388Z Compiling crossbeam-deque v0.8.6
3892026-07-07T14:53:12.519Z Compiling ppv-lite86 v0.2.21
3902026-07-07T14:53:12.599Z Compiling object v0.39.1
3912026-07-07T14:53:12.629Z Compiling maybe-uninit v2.0.0
3922026-07-07T14:53:12.858Z Compiling time-core v0.1.8
3932026-07-07T14:53:12.892Z Compiling num-conv v0.2.1
3942026-07-07T14:53:12.998Z Compiling twox-hash v2.1.2
3952026-07-07T14:53:13.031Z Compiling num_threads v0.1.7
3962026-07-07T14:53:13.102Z Compiling ruzstd v0.8.2
3972026-07-07T14:53:13.118Z Compiling time v0.3.47
3982026-07-07T14:53:13.232Z Compiling rand_chacha v0.3.1
3992026-07-07T14:53:13.673Z Compiling bitfield-macros v0.19.4
4002026-07-07T14:53:13.736Z Compiling terminal_size v0.4.4
4012026-07-07T14:53:13.785Z Compiling num-integer v0.1.46
4022026-07-07T14:53:14.084Z Compiling zstd-safe v7.2.4
4032026-07-07T14:53:14.327Z Compiling num-bigint-dig v0.8.6
4042026-07-07T14:53:14.677Z Compiling rand_core v0.10.1
4052026-07-07T14:53:14.690Z Compiling packed_struct v0.10.1
4062026-07-07T14:53:14.918Z Compiling flate2 v1.1.9
4072026-07-07T14:53:14.965Z Compiling getrandom v0.4.2
4082026-07-07T14:53:15.086Z Compiling clap_lex v1.1.0
4092026-07-07T14:53:15.257Z Compiling clap_builder v4.6.0
4102026-07-07T14:53:15.595Z Compiling bitfield v0.19.4
4112026-07-07T14:53:16.198Z Compiling num-iter v0.1.45
4122026-07-07T14:53:16.785Z Compiling rand v0.8.6
4132026-07-07T14:53:17.403Z Compiling pkcs8 v0.10.2
4142026-07-07T14:53:17.540Z Compiling serde_with_macros v3.18.0
4152026-07-07T14:53:18.174Z Compiling packed_struct_codegen v0.10.1
4162026-07-07T14:53:18.389Z Compiling inout v0.2.2
4172026-07-07T14:53:18.544Z Compiling capstone-sys v0.18.0
4182026-07-07T14:53:18.636Z Compiling crc-catalog v2.5.0
4192026-07-07T14:53:18.744Z Compiling base64 v0.21.7
4202026-07-07T14:53:18.965Z Compiling nodrop v0.1.14
4212026-07-07T14:53:19.057Z Compiling parking_lot_core v0.9.12
4222026-07-07T14:53:19.219Z Compiling fallible-iterator v0.3.0
4232026-07-07T14:53:19.312Z Compiling array-init v0.0.4
4242026-07-07T14:53:19.334Z Compiling ron v0.8.1
4252026-07-07T14:53:19.666Z Compiling crc v3.4.0
4262026-07-07T14:53:19.845Z Compiling serde_with v3.18.0
4272026-07-07T14:53:20.827Z Compiling cipher v0.5.1
4282026-07-07T14:53:21.084Z Compiling pkcs1 v0.7.5
4292026-07-07T14:53:21.807Z Compiling smallvec v0.6.14
4302026-07-07T14:53:22.246Z Compiling clap v4.6.1
4312026-07-07T14:53:23.283Z Compiling signature v2.2.0
4322026-07-07T14:53:23.461Z Compiling hmac v0.13.0
4332026-07-07T14:53:23.510Z Compiling hubpack_derive v0.1.1
4342026-07-07T14:53:23.625Z Compiling env_filter v1.0.1
4352026-07-07T14:53:24.027Z Compiling scroll_derive v0.13.1
4362026-07-07T14:53:24.839Z Compiling parse_int v0.9.0
4372026-07-07T14:53:24.976Z Compiling slog v2.8.2
4382026-07-07T14:53:25.073Z Compiling indexmap v1.9.3
4392026-07-07T14:53:25.216Z Compiling serde_json v1.0.149
4402026-07-07T14:53:25.315Z Compiling prettyplease v0.2.37
4412026-07-07T14:53:25.408Z Compiling jiff v0.2.24
4422026-07-07T14:53:25.455Z Compiling bumpalo v3.20.2
4432026-07-07T14:53:25.558Z Compiling cpubits v0.1.1
4442026-07-07T14:53:25.630Z Compiling rayon-core v1.13.0
4452026-07-07T14:53:25.672Z Compiling lzss v0.9.1
4462026-07-07T14:53:25.748Z Compiling winnow v1.0.2
4472026-07-07T14:53:25.852Z Compiling cpp_demangle v0.5.1
4482026-07-07T14:53:25.963Z Compiling subtle v2.6.1
4492026-07-07T14:53:26.112Z Compiling portable-atomic v1.13.1
4502026-07-07T14:53:26.193Z Compiling libbz2-rs-sys v0.2.3
4512026-07-07T14:53:26.272Z Compiling rsa v0.9.10
4522026-07-07T14:53:26.601Z Compiling toml_parser v1.1.2+spec-1.1.0
4532026-07-07T14:53:28.439Z Compiling env_logger v0.11.10
4542026-07-07T14:53:28.474Z Compiling bzip2 v0.6.1
4552026-07-07T14:53:28.754Z Compiling zopfli v0.8.3
4562026-07-07T14:53:29.147Z Compiling aes v0.9.0
4572026-07-07T14:53:29.965Z Compiling scroll v0.13.0
4582026-07-07T14:53:29.974Z Compiling hubpack v0.1.2
4592026-07-07T14:53:30.234Z Compiling pbkdf2 v0.13.0
4602026-07-07T14:53:30.357Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4612026-07-07T14:53:30.643Z Compiling serde-hex v0.1.0
4622026-07-07T14:53:31.030Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-07T14:53:31.279Z Compiling x509-cert v0.2.5
4642026-07-07T14:53:31.601Z Compiling sha1 v0.11.0
4652026-07-07T14:53:32.079Z Compiling lzma-rust2 v0.16.2
4662026-07-07T14:53:32.789Z Compiling erased-serde v0.3.31
4672026-07-07T14:53:33.421Z Compiling zerofrom v0.1.7
4682026-07-07T14:53:33.539Z Compiling num-derive v0.4.2
4692026-07-07T14:53:34.483Z Compiling toml_datetime v1.1.1+spec-1.1.0
4702026-07-07T14:53:34.996Z Compiling serde_spanned v1.1.1
4712026-07-07T14:53:35.142Z Compiling semver v1.0.28
4722026-07-07T14:53:35.506Z Compiling hashbrown v0.12.3
4732026-07-07T14:53:36.068Z Compiling fnv v1.0.7
4742026-07-07T14:53:36.163Z Compiling icu_properties_data v2.2.0
4752026-07-07T14:53:36.400Z Compiling deflate64 v0.1.12
4762026-07-07T14:53:36.986Z Compiling typed-path v0.12.3
4772026-07-07T14:53:37.611Z Compiling crc-any v2.5.0
4782026-07-07T14:53:37.937Z Compiling constant_time_eq v0.4.2
4792026-07-07T14:53:38.052Z Compiling toml_writer v1.1.1+spec-1.1.0
4802026-07-07T14:53:38.148Z Compiling hex v0.4.3
4812026-07-07T14:53:38.155Z Compiling ppmd-rust v1.4.0
4822026-07-07T14:53:38.318Z Compiling void v1.0.2
4832026-07-07T14:53:38.419Z Compiling icu_normalizer_data v2.2.0
4842026-07-07T14:53:38.578Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4852026-07-07T14:53:38.652Z Compiling toml v1.1.2+spec-1.1.0
4862026-07-07T14:53:38.660Z Compiling gimli v0.33.0
4872026-07-07T14:53:41.223Z Compiling yoke v0.8.2
4882026-07-07T14:53:42.418Z Compiling zstd v0.13.3
4892026-07-07T14:53:42.882Z Compiling zip v8.6.0
4902026-07-07T14:53:44.799Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-07T14:53:48.190Z Compiling console v0.16.3
4922026-07-07T14:53:48.746Z Compiling serde-big-array v0.5.1
4932026-07-07T14:53:48.892Z Compiling memmap2 v0.9.10
4942026-07-07T14:53:49.091Z Compiling rustc-demangle v0.1.27
4952026-07-07T14:53:49.194Z Compiling typed-arena v2.0.2
4962026-07-07T14:53:49.335Z Compiling plain v0.2.3
4972026-07-07T14:53:49.447Z Compiling path-slash v0.2.1
4982026-07-07T14:53:49.555Z Compiling colored v3.1.1
4992026-07-07T14:53:49.714Z Compiling unit-prefix v0.5.2
5002026-07-07T14:53:49.870Z Compiling indicatif v0.18.4
5012026-07-07T14:53:50.050Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5022026-07-07T14:53:50.371Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5032026-07-07T14:53:50.380Z Compiling goblin v0.10.5
5042026-07-07T14:53:50.456Z Compiling addr2line v0.26.1
5052026-07-07T14:53:50.487Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-07T14:53:51.126Z Compiling rayon v1.12.0
5072026-07-07T14:53:53.464Z Compiling ron v0.12.1
5082026-07-07T14:53:53.714Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-07-07T14:53:54.228Z Compiling multimap v0.10.1
5102026-07-07T14:53:54.427Z Compiling datamap v0.1.0
5112026-07-07T14:53:54.733Z Compiling auto_impl v1.3.0
5122026-07-07T14:53:55.642Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-07-07T14:53:56.591Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-07T14:53:56.878Z Compiling zerovec v0.11.6
5152026-07-07T14:53:58.637Z Compiling parking_lot v0.12.5
5162026-07-07T14:53:58.766Z Compiling tinystr v0.8.3
5172026-07-07T14:53:58.965Z Compiling rustc_version v0.4.1
5182026-07-07T14:53:59.228Z Compiling writeable v0.6.3
5192026-07-07T14:53:59.424Z Compiling litemap v0.8.2
5202026-07-07T14:53:59.610Z Compiling ryu v1.0.23
5212026-07-07T14:53:59.902Z Compiling icu_locale_core v2.2.0
5222026-07-07T14:53:59.967Z Compiling heapless v0.7.17
5232026-07-07T14:54:00.255Z Compiling potential_utf v0.1.5
5242026-07-07T14:54:00.410Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-07T14:54:00.829Z Compiling zerotrie v0.2.4
5262026-07-07T14:54:01.113Z Compiling strum_macros v0.28.0
5272026-07-07T14:54:01.310Z Compiling utf8_iter v1.0.4
5282026-07-07T14:54:01.643Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-07-07T14:54:01.979Z Compiling icu_collections v2.2.0
5302026-07-07T14:54:02.444Z Compiling icu_provider v2.2.0
5312026-07-07T14:54:02.739Z Compiling proc-macro-crate v3.5.0
5322026-07-07T14:54:02.923Z Compiling strum v0.28.0
5332026-07-07T14:54:03.169Z Compiling hash32 v0.2.1
5342026-07-07T14:54:03.320Z Compiling strum_macros v0.27.2
5352026-07-07T14:54:03.374Z Compiling percent-encoding v2.3.2
5362026-07-07T14:54:05.148Z Compiling strum v0.27.2
5372026-07-07T14:54:05.883Z Compiling capstone v0.14.0
5382026-07-07T14:54:06.664Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5392026-07-07T14:54:06.705Z Compiling postcard-cobs v0.1.5-pre
5402026-07-07T14:54:06.872Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5412026-07-07T14:54:07.175Z Compiling darling_core v0.20.11
5422026-07-07T14:54:07.536Z Compiling postcard v0.7.3
5432026-07-07T14:54:07.704Z Compiling pkg-version-impl v0.1.1
5442026-07-07T14:54:07.853Z Compiling icu_normalizer v2.2.0
5452026-07-07T14:54:07.853Z Compiling icu_properties v2.2.0
5462026-07-07T14:54:08.143Z Compiling itertools v0.14.0
5472026-07-07T14:54:08.553Z Compiling pkg-version v1.0.0
5482026-07-07T14:54:08.639Z Compiling unicode-width v0.1.14
5492026-07-07T14:54:08.920Z Compiling idna_adapter v1.2.2
5502026-07-07T14:54:08.951Z Compiling virtue v0.0.18
5512026-07-07T14:54:08.957Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5522026-07-07T14:54:09.048Z Compiling idna v1.1.0
5532026-07-07T14:54:09.147Z Compiling darling_macro v0.20.11
5542026-07-07T14:54:09.479Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5552026-07-07T14:54:09.562Z Compiling bincode_derive v2.0.1
5562026-07-07T14:54:09.698Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5572026-07-07T14:54:09.707Z Compiling darling v0.20.11
5582026-07-07T14:54:09.781Z Compiling form_urlencoded v1.2.2
5592026-07-07T14:54:09.946Z Compiling bytemuck_derive v1.10.2
5602026-07-07T14:54:10.193Z Compiling pin-project-lite v0.2.17
5612026-07-07T14:54:10.295Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5622026-07-07T14:54:10.826Z Compiling url v2.5.8
5632026-07-07T14:54:10.971Z Compiling deku_derive v0.18.1
5642026-07-07T14:54:11.126Z Compiling bytemuck v1.25.0
5652026-07-07T14:54:11.361Z Compiling num_enum_derive v0.7.6
5662026-07-07T14:54:11.545Z Compiling jep106 v0.3.0
5672026-07-07T14:54:11.572Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5682026-07-07T14:54:11.664Z Compiling tracing-core v0.1.36
5692026-07-07T14:54:11.825Z Compiling csv-core v0.1.13
5702026-07-07T14:54:11.954Z Compiling no_std_io2 v0.8.1
5712026-07-07T14:54:12.025Z Compiling base64 v0.22.1
5722026-07-07T14:54:12.336Z Compiling unty v0.0.4
5732026-07-07T14:54:12.369Z Compiling heapless v0.9.3
5742026-07-07T14:54:12.424Z Compiling futures-core v0.3.32
5752026-07-07T14:54:12.520Z Compiling unsafe-libyaml v0.2.11
5762026-07-07T14:54:12.713Z Compiling bincode v2.0.1
5772026-07-07T14:54:12.759Z Compiling deku v0.18.1
5782026-07-07T14:54:12.866Z Compiling num_enum v0.7.6
5792026-07-07T14:54:12.917Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5802026-07-07T14:54:12.986Z Compiling csv v1.4.0
5812026-07-07T14:54:13.060Z Compiling serde_yaml v0.9.34+deprecated
5822026-07-07T14:54:13.527Z Compiling hash32 v0.3.1
5832026-07-07T14:54:13.685Z Compiling md-5 v0.10.6
5842026-07-07T14:54:13.873Z Compiling serde_plain v1.0.2
5852026-07-07T14:54:14.167Z Compiling miette-derive v7.6.0
5862026-07-07T14:54:14.177Z Compiling tracing-attributes v0.1.31
5872026-07-07T14:54:14.207Z Compiling async-io v2.6.0
5882026-07-07T14:54:14.318Z Compiling object v0.38.1
5892026-07-07T14:54:14.633Z Compiling slab v0.4.12
5902026-07-07T14:54:14.714Z Compiling libdevinfo-sys v1.1.0
5912026-07-07T14:54:14.816Z Compiling devinfo v0.1.0
5922026-07-07T14:54:14.976Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5932026-07-07T14:54:15.030Z Compiling esp-idf-part v0.6.0
5942026-07-07T14:54:15.286Z Compiling miette v7.6.0
5952026-07-07T14:54:15.434Z Compiling tracing v0.1.44
5962026-07-07T14:54:15.839Z Compiling futures-lite v2.6.1
5972026-07-07T14:54:16.309Z Compiling gimli v0.32.3
5982026-07-07T14:54:16.374Z Compiling md-5 v0.11.0
5992026-07-07T14:54:16.388Z Compiling docsplay-macros v0.1.2
6002026-07-07T14:54:16.544Z Compiling concurrent-queue v2.5.0
6012026-07-07T14:54:16.686Z Compiling polling v3.11.0
6022026-07-07T14:54:16.783Z Compiling rmp v0.8.15
6032026-07-07T14:54:16.845Z Compiling futures-io v0.3.32
6042026-07-07T14:54:17.081Z Compiling parking v2.2.1
6052026-07-07T14:54:17.321Z Compiling docsplay v0.1.3
6062026-07-07T14:54:17.368Z Compiling rmp-serde v1.3.1
6072026-07-07T14:54:17.893Z Compiling cobs v0.5.1
6082026-07-07T14:54:18.289Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-07T14:54:19.652Z Compiling espflash v4.4.0
6102026-07-07T14:54:20.088Z Compiling ihex v3.0.0
6112026-07-07T14:54:20.420Z Compiling uf2-decode v0.2.0
6122026-07-07T14:54:20.487Z Compiling dunce v1.0.5
6132026-07-07T14:54:20.587Z Compiling chacha20 v0.10.0
6142026-07-07T14:54:20.754Z Compiling unicode-segmentation v1.13.2
6152026-07-07T14:54:20.901Z Compiling rand v0.10.1
6162026-07-07T14:54:20.972Z Compiling signal-hook v0.3.18
6172026-07-07T14:54:21.712Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6182026-07-07T14:54:22.073Z Compiling signal-hook-registry v1.4.8
6192026-07-07T14:54:22.084Z Compiling convert_case v0.10.0
6202026-07-07T14:54:22.349Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6212026-07-07T14:54:22.807Z Compiling mio v0.8.11
6222026-07-07T14:54:23.166Z Compiling mio v1.2.0
6232026-07-07T14:54:23.319Z Compiling derive_more-impl v2.1.1
6242026-07-07T14:54:23.821Z Compiling signal-hook-mio v0.2.5
6252026-07-07T14:54:24.024Z Compiling litrs v1.0.0
6262026-07-07T14:54:24.470Z Compiling derive_more v2.1.1
6272026-07-07T14:54:24.479Z Compiling document-features v0.2.12
6282026-07-07T14:54:24.550Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6292026-07-07T14:54:25.103Z Compiling crossterm v0.29.0
6302026-07-07T14:54:25.414Z Compiling convert_case v0.11.0
6312026-07-07T14:54:25.460Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-07T14:54:26.400Z Compiling camino v1.2.2
6332026-07-07T14:54:26.594Z Compiling paste v1.0.15
6342026-07-07T14:54:27.295Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-07T14:54:27.855Z Compiling crossbeam-channel v0.5.15
6362026-07-07T14:54:27.885Z Compiling castaway v0.2.4
6372026-07-07T14:54:28.214Z Compiling thiserror v1.0.69
6382026-07-07T14:54:28.342Z Compiling instability v0.3.12
6392026-07-07T14:54:28.583Z Compiling indoc v2.0.7
6402026-07-07T14:54:28.825Z Compiling unicode-truncate v2.0.1
6412026-07-07T14:54:28.983Z Compiling lazy-regex-proc_macros v3.6.0
6422026-07-07T14:54:29.022Z Compiling compact_str v0.9.0
6432026-07-07T14:54:29.671Z Compiling lru v0.16.4
6442026-07-07T14:54:29.733Z Compiling kasuari v0.4.12
6452026-07-07T14:54:29.744Z Compiling thiserror-impl v1.0.69
6462026-07-07T14:54:29.864Z Compiling crossbeam-queue v0.3.12
6472026-07-07T14:54:29.900Z Compiling cargo-platform v0.3.3
6482026-07-07T14:54:30.035Z Compiling ratatui-core v0.1.0
6492026-07-07T14:54:30.175Z Compiling cargo_metadata v0.23.1
6502026-07-07T14:54:30.413Z Compiling crossbeam v0.8.4
6512026-07-07T14:54:30.489Z Compiling lazy-regex v3.6.0
6522026-07-07T14:54:31.182Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6532026-07-07T14:54:32.020Z Compiling bitflags v1.3.2
6542026-07-07T14:54:32.166Z Compiling base64 v0.13.1
6552026-07-07T14:54:32.214Z Compiling binrw_derive v0.14.2
6562026-07-07T14:54:32.446Z Compiling strict v0.2.0
6572026-07-07T14:54:32.581Z Compiling ron v0.6.6
6582026-07-07T14:54:32.591Z Compiling crokey-proc_macros v1.4.0
6592026-07-07T14:54:32.838Z Compiling crossterm v0.23.2
6602026-07-07T14:54:33.279Z Compiling line-clipping v0.3.7
6612026-07-07T14:54:33.288Z Compiling owo-colors v3.5.0
6622026-07-07T14:54:33.755Z Compiling binrw v0.14.2
6632026-07-07T14:54:33.928Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6642026-07-07T14:54:34.101Z Compiling cargo-readme v3.3.2
6652026-07-07T14:54:34.735Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6662026-07-07T14:54:34.901Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-07-07T14:54:36.690Z Compiling crokey v1.4.0
6682026-07-07T14:54:36.730Z Compiling ratatui-widgets v0.3.0
6692026-07-07T14:54:37.407Z Compiling coolor v0.8.0
6702026-07-07T14:54:37.684Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6712026-07-07T14:54:38.249Z Compiling coolor v1.1.0
6722026-07-07T14:54:38.398Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-07T14:54:38.496Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6742026-07-07T14:54:38.520Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6752026-07-07T14:54:39.583Z Compiling half v2.7.1
6762026-07-07T14:54:39.947Z Compiling minimad v0.14.0
6772026-07-07T14:54:39.991Z Compiling minimad v0.13.1
6782026-07-07T14:54:40.439Z Compiling array-init v2.1.0
6792026-07-07T14:54:40.556Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6802026-07-07T14:54:40.673Z Compiling convert_case v0.4.0
6812026-07-07T14:54:40.840Z Compiling ciborium-io v0.2.2
6822026-07-07T14:54:40.936Z Compiling ciborium-ll v0.2.2
6832026-07-07T14:54:40.973Z Compiling derive_more v0.99.20
6842026-07-07T14:54:41.217Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6852026-07-07T14:54:41.997Z Compiling termimad v0.25.7
6862026-07-07T14:54:42.562Z Compiling termimad v0.34.1
6872026-07-07T14:54:43.253Z Compiling ratatui-macros v0.7.0
6882026-07-07T14:54:43.347Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-07T14:54:43.437Z Compiling ratatui-crossterm v0.1.0
6902026-07-07T14:54:43.683Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-07T14:54:43.970Z Compiling sha2 v0.11.0
6922026-07-07T14:54:44.138Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-07T14:54:44.161Z Compiling iana-time-zone v0.1.65
6942026-07-07T14:54:44.403Z Compiling xml v1.2.1
6952026-07-07T14:54:44.626Z Compiling parse-size v1.1.0
6962026-07-07T14:54:44.830Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6972026-07-07T14:54:46.169Z Compiling serde-xml-rs v0.8.2
6982026-07-07T14:54:47.633Z Compiling chrono v0.4.44
6992026-07-07T14:54:49.094Z Compiling ratatui v0.30.0
7002026-07-07T14:54:49.543Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7012026-07-07T14:54:49.775Z Compiling raw-cpuid v11.6.0
7022026-07-07T14:54:50.224Z Compiling ciborium v0.2.2
7032026-07-07T14:54:51.239Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-07T14:54:51.512Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-07T14:54:52.095Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-07T14:54:52.233Z Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin)
7072026-07-07T14:54:52.721Z Compiling tracing-log v0.2.0
7082026-07-07T14:54:52.797Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7092026-07-07T14:54:53.166Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7102026-07-07T14:54:53.573Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-07T14:54:53.763Z Compiling sharded-slab v0.1.7
7122026-07-07T14:54:53.869Z Compiling matchers v0.2.0
7132026-07-07T14:54:54.039Z Compiling termios v0.3.3
7142026-07-07T14:54:54.232Z Compiling thread_local v1.1.9
7152026-07-07T14:54:54.522Z Compiling splitty v1.0.2
7162026-07-07T14:54:54.559Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7172026-07-07T14:54:54.675Z Compiling nu-ansi-term v0.50.3
7182026-07-07T14:54:54.703Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7192026-07-07T14:54:54.921Z Compiling tracing-subscriber v0.3.23
7202026-07-07T14:54:54.930Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7212026-07-07T14:54:55.159Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7222026-07-07T14:54:55.319Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7232026-07-07T14:54:56.897Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7242026-07-07T14:54:57.389Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7252026-07-07T14:54:58.436Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7262026-07-07T14:54:59.606Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7272026-07-07T14:55:00.536Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7282026-07-07T14:55:01.838Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7292026-07-07T14:55:02.124Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7302026-07-07T14:55:03.048Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7312026-07-07T14:55:03.162Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7322026-07-07T14:55:07.915Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7332026-07-07T14:55:08.865Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7342026-07-07T14:55:12.537Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7352026-07-07T14:55:12.695Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-07T14:55:12.987Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-07T14:55:15.491Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-07T14:55:16.387Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7392026-07-07T14:55:18.839Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7402026-07-07T14:55:19.406Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7412026-07-07T14:55:20.403Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7422026-07-07T14:55:21.786Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7432026-07-07T14:55:23.037Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7442026-07-07T14:55:23.835Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-07T14:55:25.284Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7462026-07-07T14:55:25.740Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7472026-07-07T14:55:26.177Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7482026-07-07T14:55:26.699Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7492026-07-07T14:55:26.908Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7502026-07-07T14:55:28.651Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7512026-07-07T14:55:30.070Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7522026-07-07T14:55:31.195Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7532026-07-07T14:55:31.725Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7542026-07-07T14:55:33.253Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7552026-07-07T14:55:33.647Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7562026-07-07T14:55:34.359Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7572026-07-07T14:55:34.636Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7582026-07-07T14:55:36.849Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7592026-07-07T14:55:37.848Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7602026-07-07T14:55:38.058Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7612026-07-07T14:55:38.210Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7622026-07-07T14:55:38.456Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7632026-07-07T14:55:39.788Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7642026-07-07T14:55:41.558Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7652026-07-07T14:55:42.437Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7662026-07-07T14:55:42.629Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7672026-07-07T14:55:43.701Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7682026-07-07T14:55:43.884Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7692026-07-07T14:55:45.190Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7702026-07-07T14:55:45.445Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7712026-07-07T14:55:45.536Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7722026-07-07T14:55:46.156Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7732026-07-07T14:56:07.312Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 09s
7742026-07-07T14:57:06.675Zpkg://helios/developer/debug/humility@0.13.1.705,5.11-3.0:20260707T145613Z
7752026-07-07T14:57:06.675ZPUBLISHED
7762026-07-07T14:57:06.892ZRetrieving packages for publisher helios ...
7772026-07-07T14:57:06.895ZRetrieving catalog 'helios' ... Done
7782026-07-07T14:57:06.898ZRetrieving and evaluating 1 package(s)...
7792026-07-07T14:57:06.898ZFetching manifests: 1/1 100% complete
7802026-07-07T14:57:06.898ZFetching manifests: 1/1 100% complete
7812026-07-07T14:57:06.898Z
7822026-07-07T14:57:06.898ZArchiving packages ...
7832026-07-07T14:57:06.898Z Packages to add: 1
7842026-07-07T14:57:06.898Z Files to retrieve: 1
7852026-07-07T14:57:06.898ZEstimated transfer size: 132.88 MB
7862026-07-07T14:57:06.899Z
7872026-07-07T14:57:06.899ZPackages to archive:
7882026-07-07T14:57:06.899Zdeveloper/debug/humility@0.13.1.705,5.11-3.0:20260707T145613Z
7892026-07-07T14:57:06.899Z
7902026-07-07T14:57:06.899ZDownload: 0/1 items 0.0/132.9MB 0% complete
7912026-07-07T14:57:07.142ZDownload: Completed 132.88 MB in 0.25 seconds (538M/s)
7922026-07-07T14:57:07.146ZArchiving: 1/10 items 0.0/132.9MB 0% complete
7932026-07-07T14:57:07.171ZArchiving: Completed 132.90 MB in 0.03 seconds
7942026-07-07T14:57:07.215ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.705-3.0.p5p.
7952026-07-07T14:57:07.222Z
7962026-07-07T14:57:07.225Zreal 4:34.152874531
7972026-07-07T14:57:07.226Zuser 22:34.090882175
7982026-07-07T14:57:07.226Zsys 1:38.706401820
7992026-07-07T14:57:07.226Ztrap 0.678393273
8002026-07-07T14:57:07.226Ztflt 1.083649238
8012026-07-07T14:57:07.226Zdflt 1.530396189
8022026-07-07T14:57:07.226Zkflt 0.010291175
8032026-07-07T14:57:07.226Zlock 1:34:49.319390352
8042026-07-07T14:57:07.226Zslp 1:12:55.178130825
8052026-07-07T14:57:07.226Zlat 1:21.337981677
8062026-07-07T14:57:07.226Zstop 1:13.614197907
8072026-07-07T14:57:07.226Z+ banner copy
8082026-07-07T14:57:07.226Z
8092026-07-07T14:57:07.226Z #### #### ##### # #
8102026-07-07T14:57:07.226Z # # # # # # # #
8112026-07-07T14:57:07.226Z # # # # # #
8122026-07-07T14:57:07.226Z # # # ##### #
8132026-07-07T14:57:07.226Z # # # # # #
8142026-07-07T14:57:07.226Z #### #### # #
8152026-07-07T14:57:07.226Z
8162026-07-07T14:57:07.226Z+ pfexec mkdir -p /out
8172026-07-07T14:57:07.229Z+ pfexec chown 12345 /out
8182026-07-07T14:57:07.230Z+ PKG_NAME=/out/humility.p5p
8192026-07-07T14:57:07.230Z+ mv pkg/packages/repo/humility-0.13.1.705-3.0.p5p /out/humility.p5p
8202026-07-07T14:57:07.330Z+ sha256sum /out/humility.p5p
8212026-07-07T14:57:07.408Zprocess exited: duration 281243 ms, exit code 0
 
8222026-07-07T14:57:07.420Zfound 2 output files
8232026-07-07T14:57:07.420Zuploading: /out/humility.p5p (139356160 bytes)
8242026-07-07T14:57:09.321Zuploaded: /out/humility.p5p
8252026-07-07T14:57:09.321Zuploading: /out/humility.p5p.sha256 (84 bytes)
8262026-07-07T14:57:10.329Zuploaded: /out/humility.p5p.sha256