01KXGZRCHVTQZBWH2XA2JRTNMH: 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: 01KXGZSZ0VEWJP3TFACYRERQQE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T18:57:35.471Zjob assigned to worker 01KXGZT5SSY8B11DQ4KTRFC5N3 [factory aws, i-0271fe63556f1d673] (queued for 58 s)
 
22026-07-14T18:57:41.556Zstarting task 0: "setup"
32026-07-14T18:57:41.561Z++ uname -s
42026-07-14T18:57:41.564Z+ kern=SunOS
52026-07-14T18:57:41.564Z+ build_user=build
62026-07-14T18:57:41.564Z+ build_uid=12345
72026-07-14T18:57:41.564Z+ work_dir=/work
82026-07-14T18:57:41.564Z+ input_dir=/input
92026-07-14T18:57:41.564Z+ [[ 0 == 12345 ]]
102026-07-14T18:57:41.564Z+ case "$kern" in
112026-07-14T18:57:41.564Z+ groupadd -g 12345 build
122026-07-14T18:57:41.564Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T18:57:43.569Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T18:57:43.636Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T18:57:43.641Z+ home_fs=zfs
162026-07-14T18:57:43.641Z+ [[ zfs == autofs ]]
172026-07-14T18:57:43.641Z+ mkdir -p /home/build
182026-07-14T18:57:43.641Z+ chown build:build /home/build /work
192026-07-14T18:57:45.639Z+ chmod 0700 /home/build /work
202026-07-14T18:57:45.642Zprocess exited: duration 4084 ms, exit code 0
 
212026-07-14T18:57:45.648Zstarting task 1: "rust-toolchain"
222026-07-14T18:57:45.651Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T18:57:45.651Z * rust toolchain channel = "stable"
242026-07-14T18:57:45.651Z * rust toolchain profile = "default"
252026-07-14T18:57:45.651Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T18:57:45.651Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T18:57:45.651Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T18:57:45.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T18:57:45.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T18:57:45.765Zinfo: downloading installer
312026-07-14T18:57:47.118Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T18:57:47.118Zwarn: /home/build/.rustup/settings.toml
332026-07-14T18:57:47.118Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T18:57:47.118Zwarn: instead of the one inferred from the default host triple.
352026-07-14T18:57:47.128Zinfo: profile set to default
362026-07-14T18:57:47.128Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T18:57:47.131Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-14T18:57:47.269Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-14T18:57:47.273Zinfo: downloading 6 components
402026-07-14T18:58:04.313Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-14T18:58:04.313Z
422026-07-14T18:58:04.340Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-14T18:58:04.340Z
442026-07-14T18:58:04.340Z
452026-07-14T18:58:04.340ZRust is installed now. Great!
462026-07-14T18:58:04.340Z
472026-07-14T18:58:04.345ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T18:58:04.345Zenvironment variable. This has not been done automatically.
492026-07-14T18:58:04.345Z
502026-07-14T18:58:04.345ZTo configure your current shell, you need to source
512026-07-14T18:58:04.345Zthe corresponding env file under $HOME/.cargo.
522026-07-14T18:58:04.345Z
532026-07-14T18:58:04.345ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T18:58:04.345Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T18:58:04.345Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T18:58:04.345Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T18:58:04.345Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T18:58:04.345Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T18:58:04.345Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T18:58:04.345Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T18:58:04.345Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T18:58:04.441Z+ rustup --version
632026-07-14T18:58:04.449Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T18:58:04.452Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T18:58:04.470Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-14T18:58:04.473Z+ cargo --version
672026-07-14T18:58:04.488Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-14T18:58:04.491Z+ rustc --version
692026-07-14T18:58:04.509Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-14T18:58:04.512Zprocess exited: duration 18862 ms, exit code 0
 
712026-07-14T18:58:04.518Zstarting task 2: "authentication"
722026-07-14T18:58:04.535Zprocess exited: duration 16 ms, exit code 0
 
732026-07-14T18:58:04.543Zstarting task 3: "clone repository"
742026-07-14T18:58:04.546Z+ mkdir -p /work/oxidecomputer/humility
752026-07-14T18:58:04.549Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-14T18:58:04.579ZCloning into '/work/oxidecomputer/humility'...
772026-07-14T18:58:20.580Z+ cd /work/oxidecomputer/humility
782026-07-14T18:58:20.580Z+ git fetch origin 9dc7fe38810f9a257d6a6fd38933a282e6882456
792026-07-14T18:58:20.822ZFrom https://github.com/oxidecomputer/humility
802026-07-14T18:58:20.822Z * branch 9dc7fe38810f9a257d6a6fd38933a282e6882456 -> FETCH_HEAD
812026-07-14T18:58:20.829Z+ [[ -n add_retries ]]
822026-07-14T18:58:20.833Z++ git branch --show-current
832026-07-14T18:58:20.833Z+ current=master
842026-07-14T18:58:20.833Z+ [[ master != add_retries ]]
852026-07-14T18:58:20.833Z+ git branch -f add_retries 9dc7fe38810f9a257d6a6fd38933a282e6882456
862026-07-14T18:58:20.836Z+ git checkout -f add_retries
872026-07-14T18:58:21.619ZSwitched to branch 'add_retries'
882026-07-14T18:58:21.622Z+ git reset --hard 9dc7fe38810f9a257d6a6fd38933a282e6882456
892026-07-14T18:58:21.629ZHEAD is now at 9dc7fe38 Bump probe-rs to pick up humility#705 fix
902026-07-14T18:58:21.632Zprocess exited: duration 17086 ms, exit code 0
 
912026-07-14T18:58:21.639Zstarting task 4: "build"
922026-07-14T18:58:21.643Z+ export CARGO_INCREMENTAL=0
932026-07-14T18:58:21.643Z+ CARGO_INCREMENTAL=0
942026-07-14T18:58:21.643Z+ banner deps
952026-07-14T18:58:21.654Z
962026-07-14T18:58:21.654Z ##### ###### ##### ####
972026-07-14T18:58:21.654Z # # # # # #
982026-07-14T18:58:21.654Z # # ##### # # ####
992026-07-14T18:58:21.654Z # # # ##### #
1002026-07-14T18:58:21.654Z # # # # # #
1012026-07-14T18:58:21.654Z ##### ###### # ####
1022026-07-14T18:58:21.654Z
1032026-07-14T18:58:21.655Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-14T18:58:21.655Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-14T18:58:21.655Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-14T18:58:23.124Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-14T18:58:23.241Z Startup: Caching catalogs ... Done
1082026-07-14T18:58:23.762ZPlanning: Solver setup ... Done (0.473s)
1092026-07-14T18:58:23.790ZPlanning: Running solver ... Done (0.028s)
1102026-07-14T18:58:23.802ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-14T18:58:23.814ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-14T18:58:23.827ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-14T18:58:23.839ZPlanning: Package planning ... Done (0.012s)
1142026-07-14T18:58:23.843ZPlanning: Merging actions ... Done (0.000s)
1152026-07-14T18:58:23.992ZPlanning: Checking for conflicting actions ... Done (0.152s)
1162026-07-14T18:58:23.995ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-14T18:58:24.817ZPlanning: Evaluating mediators ... Done (0.825s)
1182026-07-14T18:58:24.820ZPlanning: Planning completed in 1.55 seconds
1192026-07-14T18:58:24.826Z Packages to install: 2
1202026-07-14T18:58:24.826Z Estimated space available: 155.78 GB
1212026-07-14T18:58:24.829ZEstimated space to be consumed: 24.90 MB
1222026-07-14T18:58:24.829Z Create boot environment: No
1232026-07-14T18:58:24.829ZCreate backup boot environment: No
1242026-07-14T18:58:24.829Z Rebuild boot archive: No
1252026-07-14T18:58:24.829Z
1262026-07-14T18:58:24.829ZChanged packages:
1272026-07-14T18:58:24.829Zhelios
1282026-07-14T18:58:24.829Z library/libftdi1
1292026-07-14T18:58:24.829Z None -> 1.5-3.0
1302026-07-14T18:58:24.829Z ooce/library/libusb-1
1312026-07-14T18:58:24.829Z None -> 1.0.29-3.1
1322026-07-14T18:58:24.850Z
1332026-07-14T18:58:24.850ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-14T18:58:24.902ZDownload: Completed 377.70 kB in 0.05 seconds (7.1M/s)
1352026-07-14T18:58:25.138Z Actions: 1/61 actions (Installing new actions)
1362026-07-14T18:58:25.148Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-14T18:58:25.161ZFinalize: Updating package state database ... Done (0.012s)
1382026-07-14T18:58:25.164ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-14T18:58:25.190ZFinalize: Updating image state ... Done (0.030s)
1402026-07-14T18:58:27.621ZFinalize: Creating fast lookup database ... Done (2.405s)
1412026-07-14T18:58:27.692ZFinalize: Reading search index ... Done (0.012s)
1422026-07-14T18:58:27.696ZFinalize: Updating search index ... Done (0.000s)
1432026-07-14T18:58:27.763ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-14T18:58:27.865Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-14T18:58:28.076ZFMRI IFO
1462026-07-14T18:58:28.076Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-14T18:58:28.076Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-14T18:58:28.112Z+ cargo --version
1492026-07-14T18:58:28.122Zcargo 1.97.0 (c980f4866 2026-06-30)
1502026-07-14T18:58:28.125Z+ rustc --version
1512026-07-14T18:58:28.144Zrustc 1.97.0 (2d8144b78 2026-07-07)
1522026-07-14T18:58:29.150Z+ banner package
1532026-07-14T18:58:29.154Z
1542026-07-14T18:58:29.154Z ##### ## #### # # ## #### ######
1552026-07-14T18:58:29.154Z # # # # # # # # # # # # #
1562026-07-14T18:58:29.154Z # # # # # #### # # # #####
1572026-07-14T18:58:29.154Z ##### ###### # # # ###### # ### #
1582026-07-14T18:58:29.154Z # # # # # # # # # # # #
1592026-07-14T18:58:29.154Z # # # #### # # # # #### ######
1602026-07-14T18:58:29.154Z
1612026-07-14T18:58:29.154Z+ ptime -m cargo xtask package
1622026-07-14T18:58:29.154Z Updating crates.io index
1632026-07-14T18:58:29.154Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-14T18:58:29.154Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-14T18:58:29.154Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-14T18:58:29.154Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-14T18:58:29.377Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-14T18:58:29.655Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-14T18:58:29.914Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-14T18:58:30.248Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-14T18:58:34.377Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-14T18:58:34.710Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-14T18:58:34.950Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-14T18:58:35.220Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-14T18:58:35.484Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-14T18:58:35.765Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-14T18:58:36.446Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-14T18:58:36.697Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-14T18:58:36.964Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-14T18:58:39.246Z Downloading crates ...
1812026-07-14T18:58:39.300Z Downloaded toml v1.1.2+spec-1.1.0
1822026-07-14T18:58:39.303Z Downloaded utf8parse v0.2.2
1832026-07-14T18:58:39.307Z Downloaded anyhow v1.0.102
1842026-07-14T18:58:39.310Z Downloaded heck v0.5.0
1852026-07-14T18:58:39.314Z Downloaded clap_lex v1.1.0
1862026-07-14T18:58:39.317Z Downloaded anstyle-query v1.1.5
1872026-07-14T18:58:39.317Z Downloaded is_terminal_polyfill v1.70.2
1882026-07-14T18:58:39.320Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1892026-07-14T18:58:39.320Z Downloaded serde_spanned v1.1.1
1902026-07-14T18:58:39.323Z Downloaded toml_writer v1.1.1+spec-1.1.0
1912026-07-14T18:58:39.323Z Downloaded thiserror v2.0.18
1922026-07-14T18:58:39.327Z Downloaded thiserror-impl v2.0.18
1932026-07-14T18:58:39.327Z Downloaded clap_derive v4.6.1
1942026-07-14T18:58:39.330Z Downloaded lazy_static v1.5.0
1952026-07-14T18:58:39.333Z Downloaded percent-encoding v2.3.2
1962026-07-14T18:58:39.342Z Downloaded equivalent v1.0.2
1972026-07-14T18:58:39.345Z Downloaded proc-macro2 v1.0.106
1982026-07-14T18:58:39.345Z Downloaded cargo_metadata v0.23.1
1992026-07-14T18:58:39.345Z Downloaded anstream v1.0.0
2002026-07-14T18:58:39.350Z Downloaded toml_parser v1.1.2+spec-1.1.0
2012026-07-14T18:58:39.354Z Downloaded colorchoice v1.0.5
2022026-07-14T18:58:39.363Z Downloaded itoa v1.0.18
2032026-07-14T18:58:39.366Z Downloaded strsim v0.11.1
2042026-07-14T18:58:39.369Z Downloaded quote v1.0.45
2052026-07-14T18:58:39.373Z Downloaded serde_core v1.0.228
2062026-07-14T18:58:39.376Z Downloaded serde_derive v1.0.228
2072026-07-14T18:58:39.376Z Downloaded cargo-platform v0.3.3
2082026-07-14T18:58:39.379Z Downloaded zmij v1.0.21
2092026-07-14T18:58:39.383Z Downloaded anstyle v1.0.14
2102026-07-14T18:58:39.386Z Downloaded semver v1.0.28
2112026-07-14T18:58:39.386Z Downloaded clap v4.6.1
2122026-07-14T18:58:39.390Z Downloaded camino v1.2.2
2132026-07-14T18:58:39.393Z Downloaded cargo-readme v3.3.2
2142026-07-14T18:58:39.401Z Downloaded anstyle-parse v1.0.0
2152026-07-14T18:58:39.410Z Downloaded unicode-ident v1.0.24
2162026-07-14T18:58:39.431Z Downloaded serde v1.0.228
2172026-07-14T18:58:39.434Z Downloaded memchr v2.8.0
2182026-07-14T18:58:39.437Z Downloaded indexmap v2.14.0
2192026-07-14T18:58:39.455Z Downloaded winnow v1.0.2
2202026-07-14T18:58:39.459Z Downloaded serde_json v1.0.149
2212026-07-14T18:58:39.463Z Downloaded hashbrown v0.17.0
2222026-07-14T18:58:39.465Z Downloaded regex v1.12.3
2232026-07-14T18:58:39.468Z Downloaded aho-corasick v1.1.4
2242026-07-14T18:58:39.471Z Downloaded clap_builder v4.6.0
2252026-07-14T18:58:39.496Z Downloaded syn v2.0.117
2262026-07-14T18:58:39.508Z Downloaded regex-syntax v0.8.10
2272026-07-14T18:58:39.522Z Downloaded regex-automata v0.4.14
2282026-07-14T18:58:39.560Z Compiling proc-macro2 v1.0.106
2292026-07-14T18:58:39.560Z Compiling serde_core v1.0.228
2302026-07-14T18:58:39.563Z Compiling unicode-ident v1.0.24
2312026-07-14T18:58:39.563Z Compiling quote v1.0.45
2322026-07-14T18:58:39.563Z Compiling memchr v2.8.0
2332026-07-14T18:58:39.563Z Compiling utf8parse v0.2.2
2342026-07-14T18:58:39.563Z Compiling anstyle-query v1.1.5
2352026-07-14T18:58:39.563Z Compiling zmij v1.0.21
2362026-07-14T18:58:39.774Z Compiling anstyle-parse v1.0.0
2372026-07-14T18:58:39.774Z Compiling serde v1.0.228
2382026-07-14T18:58:39.784Z Compiling is_terminal_polyfill v1.70.2
2392026-07-14T18:58:39.879Z Compiling anstyle v1.0.14
2402026-07-14T18:58:39.961Z Compiling colorchoice v1.0.5
2412026-07-14T18:58:40.059Z Compiling aho-corasick v1.1.4
2422026-07-14T18:58:40.068Z Compiling anstream v1.0.0
2432026-07-14T18:58:40.079Z Compiling regex-syntax v0.8.10
2442026-07-14T18:58:40.096Z Compiling serde_json v1.0.149
2452026-07-14T18:58:40.134Z Compiling camino v1.2.2
2462026-07-14T18:58:40.338Z Compiling winnow v1.0.2
2472026-07-14T18:58:40.341Z Compiling thiserror v2.0.18
2482026-07-14T18:58:40.377Z Compiling strsim v0.11.1
2492026-07-14T18:58:40.466Z Compiling clap_lex v1.1.0
2502026-07-14T18:58:40.680Z Compiling heck v0.5.0
2512026-07-14T18:58:40.763Z Compiling toml_parser v1.1.2+spec-1.1.0
2522026-07-14T18:58:40.875Z Compiling syn v2.0.117
2532026-07-14T18:58:40.885Z Compiling clap_builder v4.6.0
2542026-07-14T18:58:40.948Z Compiling anyhow v1.0.102
2552026-07-14T18:58:41.210Z Compiling itoa v1.0.18
2562026-07-14T18:58:41.279Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-07-14T18:58:41.463Z Compiling lazy_static v1.5.0
2582026-07-14T18:58:41.493Z Compiling regex-automata v0.4.14
2592026-07-14T18:58:41.562Z Compiling percent-encoding v2.3.2
2602026-07-14T18:58:41.760Z Compiling serde_spanned v1.1.1
2612026-07-14T18:58:41.908Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-07-14T18:58:41.926Z Compiling semver v1.0.28
2632026-07-14T18:58:42.209Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-14T18:58:42.265Z Compiling cargo-platform v0.3.3
2652026-07-14T18:58:43.137Z Compiling serde_derive v1.0.228
2662026-07-14T18:58:43.193Z Compiling thiserror-impl v2.0.18
2672026-07-14T18:58:43.201Z Compiling clap_derive v4.6.1
2682026-07-14T18:58:43.230Z Compiling regex v1.12.3
2692026-07-14T18:58:44.471Z Compiling clap v4.6.1
2702026-07-14T18:58:45.362Z Compiling cargo-readme v3.3.2
2712026-07-14T18:58:45.362Z Compiling cargo_metadata v0.23.1
2722026-07-14T18:58:46.320Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-14T18:58:47.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.66s
2742026-07-14T18:58:47.926Z Running `target/debug/xtask package`
2752026-07-14T18:58:51.259Z Compiling proc-macro2 v1.0.106
2762026-07-14T18:58:51.259Z Compiling unicode-ident v1.0.24
2772026-07-14T18:58:51.259Z Compiling quote v1.0.45
2782026-07-14T18:58:51.262Z Compiling serde_core v1.0.228
2792026-07-14T18:58:51.262Z Compiling libc v0.2.186
2802026-07-14T18:58:51.262Z Compiling serde v1.0.228
2812026-07-14T18:58:51.262Z Compiling cfg-if v1.0.4
2822026-07-14T18:58:51.262Z Compiling typenum v1.20.0
2832026-07-14T18:58:51.428Z Compiling thiserror v2.0.18
2842026-07-14T18:58:51.454Z Compiling memchr v2.8.0
2852026-07-14T18:58:51.644Z Compiling log v0.4.29
2862026-07-14T18:58:51.910Z Compiling strsim v0.11.1
2872026-07-14T18:58:52.116Z Compiling scopeguard v1.2.0
2882026-07-14T18:58:52.126Z Compiling autocfg v1.5.0
2892026-07-14T18:58:52.161Z Compiling stable_deref_trait v1.2.1
2902026-07-14T18:58:52.192Z Compiling lock_api v0.4.14
2912026-07-14T18:58:52.211Z Compiling errno v0.3.14
2922026-07-14T18:58:52.236Z Compiling smallvec v1.15.1
2932026-07-14T18:58:52.376Z Compiling foldhash v0.2.0
2942026-07-14T18:58:52.477Z Compiling heck v0.5.0
2952026-07-14T18:58:52.490Z Compiling equivalent v1.0.2
2962026-07-14T18:58:52.573Z Compiling ident_case v1.0.1
2972026-07-14T18:58:52.619Z Compiling syn v2.0.117
2982026-07-14T18:58:52.662Z Compiling rustversion v1.0.22
2992026-07-14T18:58:52.668Z Compiling jobserver v0.1.34
3002026-07-14T18:58:52.684Z Compiling zeroize v1.8.2
3012026-07-14T18:58:52.690Z Compiling shlex v1.3.0
3022026-07-14T18:58:52.864Z Compiling find-msvc-tools v0.1.9
3032026-07-14T18:58:52.899Z Compiling rustix v1.1.4
3042026-07-14T18:58:52.987Z Compiling libm v0.2.16
3052026-07-14T18:58:53.075Z Compiling cc v1.2.61
3062026-07-14T18:58:53.087Z Compiling anyhow v1.0.102
3072026-07-14T18:58:53.324Z Compiling num-traits v0.2.19
3082026-07-14T18:58:53.408Z Compiling const-oid v0.9.6
3092026-07-14T18:58:53.448Z Compiling version_check v0.9.5
3102026-07-14T18:58:53.567Z Compiling zerocopy v0.8.48
3112026-07-14T18:58:53.613Z Compiling bitflags v2.11.1
3122026-07-14T18:58:53.712Z Compiling generic-array v0.14.7
3132026-07-14T18:58:53.957Z Compiling aho-corasick v1.1.4
3142026-07-14T18:58:54.001Z Compiling regex-syntax v0.8.10
3152026-07-14T18:58:54.135Z Compiling hashbrown v0.17.0
3162026-07-14T18:58:54.306Z Compiling hybrid-array v0.4.11
3172026-07-14T18:58:54.341Z Compiling once_cell v1.21.4
3182026-07-14T18:58:54.806Z Compiling crossbeam-utils v0.8.21
3192026-07-14T18:58:54.833Z Compiling indexmap v2.14.0
3202026-07-14T18:58:55.413Z Compiling synstructure v0.13.2
3212026-07-14T18:58:55.697Z Compiling regex-automata v0.4.14
3222026-07-14T18:58:55.708Z Compiling syn v1.0.109
3232026-07-14T18:58:55.925Z Compiling pkg-config v0.3.33
3242026-07-14T18:58:56.074Z Compiling itoa v1.0.18
3252026-07-14T18:58:56.377Z Compiling block-buffer v0.10.4
3262026-07-14T18:58:56.529Z Compiling crypto-common v0.1.7
3272026-07-14T18:58:56.639Z Compiling serde_derive v1.0.228
3282026-07-14T18:58:56.674Z Compiling thiserror-impl v2.0.18
3292026-07-14T18:58:56.755Z Compiling zerofrom-derive v0.1.7
3302026-07-14T18:58:57.934Z Compiling zerocopy-derive v0.8.48
3312026-07-14T18:58:57.993Z Compiling yoke-derive v0.8.2
3322026-07-14T18:58:58.305Z Compiling zerovec-derive v0.11.3
3332026-07-14T18:58:59.039Z Compiling regex v1.12.3
3342026-07-14T18:58:59.376Z Compiling darling_core v0.23.0
3352026-07-14T18:58:59.975Z Compiling crypto-common v0.2.1
3362026-07-14T18:59:00.179Z Compiling zmij v1.0.21
3372026-07-14T18:59:00.478Z Compiling digest v0.10.7
3382026-07-14T18:59:00.735Z Compiling spin v0.9.8
3392026-07-14T18:59:00.931Z Compiling byteorder v1.5.0
3402026-07-14T18:59:00.955Z Compiling cmov v0.5.3
3412026-07-14T18:59:01.185Z Compiling radium v0.7.0
3422026-07-14T18:59:01.185Z Compiling ctutils v0.4.2
3432026-07-14T18:59:01.430Z Compiling displaydoc v0.2.5
3442026-07-14T18:59:01.498Z Compiling block-buffer v0.12.0
3452026-07-14T18:59:01.532Z Compiling darling_macro v0.23.0
3462026-07-14T18:59:01.677Z Compiling crc32fast v1.5.0
3472026-07-14T18:59:01.727Z Compiling allocator-api2 v0.2.21
3482026-07-14T18:59:01.904Z Compiling const-oid v0.10.2
3492026-07-14T18:59:01.968Z Compiling tap v1.0.1
3502026-07-14T18:59:02.079Z Compiling wyz v0.5.1
3512026-07-14T18:59:02.102Z Compiling darling v0.23.0
3522026-07-14T18:59:02.113Z Compiling digest v0.11.2
3532026-07-14T18:59:02.155Z Compiling hashbrown v0.16.1
3542026-07-14T18:59:02.221Z Compiling typeid v1.0.3
3552026-07-14T18:59:02.277Z Compiling simd-adler32 v0.3.9
3562026-07-14T18:59:02.317Z Compiling static_assertions v1.1.0
3572026-07-14T18:59:02.387Z Compiling funty v2.0.0
3582026-07-14T18:59:02.439Z Compiling base64ct v1.8.3
3592026-07-14T18:59:02.511Z Compiling either v1.15.0
3602026-07-14T18:59:02.726Z Compiling bitvec v1.0.1
3612026-07-14T18:59:02.787Z Compiling pem-rfc7468 v0.7.0
3622026-07-14T18:59:02.864Z Compiling clap_derive v4.6.1
3632026-07-14T18:59:02.871Z Compiling der_derive v0.7.3
3642026-07-14T18:59:03.013Z Compiling getrandom v0.2.17
3652026-07-14T18:59:03.287Z Compiling cpufeatures v0.2.17
3662026-07-14T18:59:03.359Z Compiling flagset v0.4.7
3672026-07-14T18:59:03.476Z Compiling unicode-width v0.2.2
3682026-07-14T18:59:03.494Z Compiling utf8parse v0.2.2
3692026-07-14T18:59:03.599Z Compiling adler2 v2.0.1
3702026-07-14T18:59:03.624Z Compiling anstyle-parse v1.0.0
3712026-07-14T18:59:03.780Z Compiling miniz_oxide v0.8.9
3722026-07-14T18:59:03.780Z Compiling sha2 v0.10.9
3732026-07-14T18:59:03.821Z Compiling der v0.7.10
3742026-07-14T18:59:04.067Z Compiling rand_core v0.6.4
3752026-07-14T18:59:04.330Z Compiling lazy_static v1.5.0
3762026-07-14T18:59:04.342Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-14T18:59:04.419Z Compiling crossbeam-epoch v0.9.18
3782026-07-14T18:59:04.554Z Compiling anstyle v1.0.14
3792026-07-14T18:59:04.767Z Compiling cpufeatures v0.3.0
3802026-07-14T18:59:04.825Z Compiling is_terminal_polyfill v1.70.2
3812026-07-14T18:59:04.833Z Compiling powerfmt v0.2.0
3822026-07-14T18:59:04.917Z Compiling anstyle-query v1.1.5
3832026-07-14T18:59:04.926Z Compiling zlib-rs v0.6.3
3842026-07-14T18:59:04.977Z Compiling colorchoice v1.0.5
3852026-07-14T18:59:05.016Z Compiling deranged v0.5.8
3862026-07-14T18:59:05.095Z Compiling anstream v1.0.0
3872026-07-14T18:59:05.109Z Compiling spki v0.7.3
3882026-07-14T18:59:05.425Z Compiling crossbeam-deque v0.8.6
3892026-07-14T18:59:05.658Z Compiling ppv-lite86 v0.2.21
3902026-07-14T18:59:05.689Z Compiling num_threads v0.1.7
3912026-07-14T18:59:05.779Z Compiling num-conv v0.2.1
3922026-07-14T18:59:05.923Z Compiling object v0.39.1
3932026-07-14T18:59:05.988Z Compiling maybe-uninit v2.0.0
3942026-07-14T18:59:06.137Z Compiling time-core v0.1.8
3952026-07-14T18:59:06.154Z Compiling twox-hash v2.1.2
3962026-07-14T18:59:06.257Z Compiling ruzstd v0.8.2
3972026-07-14T18:59:06.273Z Compiling time v0.3.47
3982026-07-14T18:59:06.315Z Compiling rand_chacha v0.3.1
3992026-07-14T18:59:06.633Z Compiling bitfield-macros v0.19.4
4002026-07-14T18:59:06.868Z Compiling terminal_size v0.4.4
4012026-07-14T18:59:06.892Z Compiling num-integer v0.1.46
4022026-07-14T18:59:07.215Z Compiling packed_struct v0.10.1
4032026-07-14T18:59:07.354Z Compiling clap_lex v1.1.0
4042026-07-14T18:59:07.438Z Compiling getrandom v0.4.2
4052026-07-14T18:59:07.490Z Compiling zstd-safe v7.2.4
4062026-07-14T18:59:07.704Z Compiling num-bigint-dig v0.8.6
4072026-07-14T18:59:07.846Z Compiling rand_core v0.10.1
4082026-07-14T18:59:07.927Z Compiling flate2 v1.1.9
4092026-07-14T18:59:08.019Z Compiling clap_builder v4.6.0
4102026-07-14T18:59:08.926Z Compiling bitfield v0.19.4
4112026-07-14T18:59:09.240Z Compiling num-iter v0.1.45
4122026-07-14T18:59:09.790Z Compiling rand v0.8.6
4132026-07-14T18:59:10.374Z Compiling pkcs8 v0.10.2
4142026-07-14T18:59:10.695Z Compiling serde_with_macros v3.18.0
4152026-07-14T18:59:11.049Z Compiling packed_struct_codegen v0.10.1
4162026-07-14T18:59:11.325Z Compiling inout v0.2.2
4172026-07-14T18:59:11.472Z Compiling capstone-sys v0.18.0
4182026-07-14T18:59:11.791Z Compiling parking_lot_core v0.9.12
4192026-07-14T18:59:11.894Z Compiling nodrop v0.1.14
4202026-07-14T18:59:11.984Z Compiling crc-catalog v2.5.0
4212026-07-14T18:59:12.068Z Compiling base64 v0.21.7
4222026-07-14T18:59:12.075Z Compiling fallible-iterator v0.3.0
4232026-07-14T18:59:12.144Z Compiling crc v3.4.0
4242026-07-14T18:59:12.326Z Compiling ron v0.8.1
4252026-07-14T18:59:12.411Z Compiling array-init v0.0.4
4262026-07-14T18:59:12.761Z Compiling serde_with v3.18.0
4272026-07-14T18:59:13.723Z Compiling cipher v0.5.1
4282026-07-14T18:59:13.971Z Compiling pkcs1 v0.7.5
4292026-07-14T18:59:14.733Z Compiling smallvec v0.6.14
4302026-07-14T18:59:15.116Z Compiling clap v4.6.1
4312026-07-14T18:59:16.051Z Compiling signature v2.2.0
4322026-07-14T18:59:16.230Z Compiling hmac v0.13.0
4332026-07-14T18:59:16.291Z Compiling hubpack_derive v0.1.1
4342026-07-14T18:59:16.396Z Compiling env_filter v1.0.1
4352026-07-14T18:59:16.799Z Compiling scroll_derive v0.13.1
4362026-07-14T18:59:17.615Z Compiling parse_int v0.9.0
4372026-07-14T18:59:17.755Z Compiling slog v2.8.2
4382026-07-14T18:59:17.787Z Compiling indexmap v1.9.3
4392026-07-14T18:59:18.000Z Compiling portable-atomic v1.13.1
4402026-07-14T18:59:18.025Z Compiling subtle v2.6.1
4412026-07-14T18:59:18.175Z Compiling winnow v1.0.2
4422026-07-14T18:59:18.369Z Compiling libbz2-rs-sys v0.2.3
4432026-07-14T18:59:18.441Z Compiling cpp_demangle v0.5.1
4442026-07-14T18:59:18.641Z Compiling rayon-core v1.13.0
4452026-07-14T18:59:18.711Z Compiling lzss v0.9.1
4462026-07-14T18:59:18.851Z Compiling serde_json v1.0.149
4472026-07-14T18:59:18.866Z Compiling prettyplease v0.2.37
4482026-07-14T18:59:19.007Z Compiling bumpalo v3.20.2
4492026-07-14T18:59:19.087Z Compiling jiff v0.2.24
4502026-07-14T18:59:19.108Z Compiling cpubits v0.1.1
4512026-07-14T18:59:19.182Z Compiling aes v0.9.0
4522026-07-14T18:59:19.306Z Compiling zopfli v0.8.3
4532026-07-14T18:59:20.411Z Compiling bzip2 v0.6.1
4542026-07-14T18:59:20.714Z Compiling toml_parser v1.1.2+spec-1.1.0
4552026-07-14T18:59:21.253Z Compiling rsa v0.9.10
4562026-07-14T18:59:21.424Z Compiling scroll v0.13.0
4572026-07-14T18:59:21.528Z Compiling hubpack v0.1.2
4582026-07-14T18:59:21.729Z Compiling pbkdf2 v0.13.0
4592026-07-14T18:59:22.173Z Compiling env_logger v0.11.10
4602026-07-14T18:59:22.546Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4612026-07-14T18:59:23.621Z Compiling serde-hex v0.1.0
4622026-07-14T18:59:24.274Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-14T18:59:24.517Z Compiling x509-cert v0.2.5
4642026-07-14T18:59:24.618Z Compiling sha1 v0.11.0
4652026-07-14T18:59:25.134Z Compiling lzma-rust2 v0.16.2
4662026-07-14T18:59:25.790Z Compiling erased-serde v0.3.31
4672026-07-14T18:59:26.431Z Compiling zerofrom v0.1.7
4682026-07-14T18:59:26.555Z Compiling num-derive v0.4.2
4692026-07-14T18:59:27.508Z Compiling toml_datetime v1.1.1+spec-1.1.0
4702026-07-14T18:59:27.999Z Compiling serde_spanned v1.1.1
4712026-07-14T18:59:28.143Z Compiling semver v1.0.28
4722026-07-14T18:59:28.424Z Compiling crc-any v2.5.0
4732026-07-14T18:59:28.845Z Compiling icu_normalizer_data v2.2.0
4742026-07-14T18:59:29.080Z Compiling constant_time_eq v0.4.2
4752026-07-14T18:59:29.290Z Compiling deflate64 v0.1.12
4762026-07-14T18:59:29.874Z Compiling typed-path v0.12.3
4772026-07-14T18:59:30.777Z Compiling ppmd-rust v1.4.0
4782026-07-14T18:59:31.059Z Compiling hashbrown v0.12.3
4792026-07-14T18:59:31.213Z Compiling fnv v1.0.7
4802026-07-14T18:59:31.309Z Compiling void v1.0.2
4812026-07-14T18:59:31.413Z Compiling icu_properties_data v2.2.0
4822026-07-14T18:59:31.627Z Compiling toml_writer v1.1.1+spec-1.1.0
4832026-07-14T18:59:31.647Z Compiling hex v0.4.3
4842026-07-14T18:59:31.892Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4852026-07-14T18:59:31.942Z Compiling toml v1.1.2+spec-1.1.0
4862026-07-14T18:59:32.700Z Compiling gimli v0.33.0
4872026-07-14T18:59:33.453Z Compiling yoke v0.8.2
4882026-07-14T18:59:35.220Z Compiling zstd v0.13.3
4892026-07-14T18:59:35.705Z Compiling zip v8.6.0
4902026-07-14T18:59:38.055Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-14T18:59:40.904Z Compiling console v0.16.3
4922026-07-14T18:59:41.779Z Compiling serde-big-array v0.5.1
4932026-07-14T18:59:41.924Z Compiling memmap2 v0.9.10
4942026-07-14T18:59:42.030Z Compiling typed-arena v2.0.2
4952026-07-14T18:59:42.156Z Compiling unit-prefix v0.5.2
4962026-07-14T18:59:42.173Z Compiling colored v3.1.1
4972026-07-14T18:59:42.289Z Compiling path-slash v0.2.1
4982026-07-14T18:59:42.305Z Compiling plain v0.2.3
4992026-07-14T18:59:42.411Z Compiling rustc-demangle v0.1.27
5002026-07-14T18:59:42.547Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5012026-07-14T18:59:42.618Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5022026-07-14T18:59:42.863Z Compiling addr2line v0.26.1
5032026-07-14T18:59:43.003Z Compiling goblin v0.10.5
5042026-07-14T18:59:43.711Z Compiling indicatif v0.18.4
5052026-07-14T18:59:43.838Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-14T18:59:44.457Z Compiling rayon v1.12.0
5072026-07-14T18:59:46.087Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5082026-07-14T18:59:46.811Z Compiling ron v0.12.1
5092026-07-14T18:59:48.030Z Compiling multimap v0.10.1
5102026-07-14T18:59:48.242Z Compiling datamap v0.1.0
5112026-07-14T18:59:48.550Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5122026-07-14T18:59:49.232Z Compiling auto_impl v1.3.0
5132026-07-14T18:59:50.394Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-14T18:59:50.698Z Compiling zerovec v0.11.6
5152026-07-14T18:59:51.894Z Compiling parking_lot v0.12.5
5162026-07-14T18:59:52.487Z Compiling tinystr v0.8.3
5172026-07-14T18:59:52.687Z Compiling rustc_version v0.4.1
5182026-07-14T18:59:52.951Z Compiling writeable v0.6.3
5192026-07-14T18:59:53.118Z Compiling litemap v0.8.2
5202026-07-14T18:59:53.138Z Compiling ryu v1.0.23
5212026-07-14T18:59:53.303Z Compiling icu_locale_core v2.2.0
5222026-07-14T18:59:53.494Z Compiling heapless v0.7.17
5232026-07-14T18:59:53.786Z Compiling potential_utf v0.1.5
5242026-07-14T18:59:53.937Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-14T18:59:54.236Z Compiling zerotrie v0.2.4
5262026-07-14T18:59:54.515Z Compiling strum_macros v0.28.0
5272026-07-14T18:59:54.990Z Compiling utf8_iter v1.0.4
5282026-07-14T18:59:55.135Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-07-14T18:59:55.469Z Compiling icu_collections v2.2.0
5302026-07-14T18:59:55.922Z Compiling proc-macro-crate v3.5.0
5312026-07-14T18:59:56.332Z Compiling icu_provider v2.2.0
5322026-07-14T18:59:56.365Z Compiling strum v0.28.0
5332026-07-14T18:59:56.649Z Compiling hash32 v0.2.1
5342026-07-14T18:59:56.765Z Compiling strum_macros v0.27.2
5352026-07-14T18:59:57.306Z Compiling percent-encoding v2.3.2
5362026-07-14T18:59:58.600Z Compiling capstone v0.14.0
5372026-07-14T18:59:58.603Z Compiling strum v0.27.2
5382026-07-14T18:59:59.164Z Compiling postcard-cobs v0.1.5-pre
5392026-07-14T18:59:59.224Z Compiling darling_core v0.20.11
5402026-07-14T18:59:59.399Z Compiling postcard v0.7.3
5412026-07-14T18:59:59.531Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5422026-07-14T18:59:59.695Z Compiling pkg-version-impl v0.1.1
5432026-07-14T18:59:59.761Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5442026-07-14T19:00:00.104Z Compiling icu_properties v2.2.0
5452026-07-14T19:00:00.399Z Compiling icu_normalizer v2.2.0
5462026-07-14T19:00:01.078Z Compiling itertools v0.14.0
5472026-07-14T19:00:01.128Z Compiling idna_adapter v1.2.2
5482026-07-14T19:00:01.219Z Compiling darling_macro v0.20.11
5492026-07-14T19:00:01.323Z Compiling pkg-version v1.0.0
5502026-07-14T19:00:01.393Z Compiling virtue v0.0.18
5512026-07-14T19:00:01.405Z Compiling unicode-width v0.1.14
5522026-07-14T19:00:01.562Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5532026-07-14T19:00:01.786Z Compiling darling v0.20.11
5542026-07-14T19:00:01.860Z Compiling idna v1.1.0
5552026-07-14T19:00:01.934Z Compiling bincode_derive v2.0.1
5562026-07-14T19:00:02.370Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5572026-07-14T19:00:02.488Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5582026-07-14T19:00:02.535Z Compiling form_urlencoded v1.2.2
5592026-07-14T19:00:02.656Z Compiling bytemuck_derive v1.10.2
5602026-07-14T19:00:02.696Z Compiling pin-project-lite v0.2.17
5612026-07-14T19:00:02.792Z Compiling url v2.5.8
5622026-07-14T19:00:03.039Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5632026-07-14T19:00:03.492Z Compiling deku_derive v0.18.1
5642026-07-14T19:00:03.510Z Compiling num_enum_derive v0.7.6
5652026-07-14T19:00:03.597Z Compiling jep106 v0.3.0
5662026-07-14T19:00:03.811Z Compiling bytemuck v1.25.0
5672026-07-14T19:00:03.871Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5682026-07-14T19:00:04.047Z Compiling tracing-core v0.1.36
5692026-07-14T19:00:04.257Z Compiling csv-core v0.1.13
5702026-07-14T19:00:04.509Z Compiling no_std_io2 v0.8.1
5712026-07-14T19:00:04.532Z Compiling base64 v0.22.1
5722026-07-14T19:00:04.579Z Compiling unsafe-libyaml v0.2.11
5732026-07-14T19:00:04.835Z Compiling unty v0.0.4
5742026-07-14T19:00:05.038Z Compiling futures-core v0.3.32
5752026-07-14T19:00:05.096Z Compiling heapless v0.9.3
5762026-07-14T19:00:05.104Z Compiling serde_yaml v0.9.34+deprecated
5772026-07-14T19:00:05.204Z Compiling bincode v2.0.1
5782026-07-14T19:00:05.258Z Compiling deku v0.18.1
5792026-07-14T19:00:05.329Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#c4680958)
5802026-07-14T19:00:05.561Z Compiling num_enum v0.7.6
5812026-07-14T19:00:05.575Z Compiling csv v1.4.0
5822026-07-14T19:00:06.036Z Compiling hash32 v0.3.1
5832026-07-14T19:00:06.203Z Compiling md-5 v0.10.6
5842026-07-14T19:00:06.365Z Compiling serde_plain v1.0.2
5852026-07-14T19:00:06.380Z Compiling tracing-attributes v0.1.31
5862026-07-14T19:00:06.639Z Compiling miette-derive v7.6.0
5872026-07-14T19:00:06.705Z Compiling async-io v2.6.0
5882026-07-14T19:00:06.962Z Compiling slab v0.4.12
5892026-07-14T19:00:07.170Z Compiling libdevinfo-sys v1.1.0
5902026-07-14T19:00:07.272Z Compiling object v0.38.1
5912026-07-14T19:00:07.285Z Compiling devinfo v0.1.0
5922026-07-14T19:00:07.438Z Compiling esp-idf-part v0.6.0
5932026-07-14T19:00:07.607Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#c4680958)
5942026-07-14T19:00:07.615Z Compiling tracing v0.1.44
5952026-07-14T19:00:07.735Z Compiling miette v7.6.0
5962026-07-14T19:00:08.112Z Compiling futures-lite v2.6.1
5972026-07-14T19:00:08.567Z Compiling gimli v0.32.3
5982026-07-14T19:00:08.759Z Compiling md-5 v0.11.0
5992026-07-14T19:00:09.027Z Compiling docsplay-macros v0.1.2
6002026-07-14T19:00:09.036Z Compiling concurrent-queue v2.5.0
6012026-07-14T19:00:09.073Z Compiling polling v3.11.0
6022026-07-14T19:00:09.193Z Compiling rmp v0.8.15
6032026-07-14T19:00:09.422Z Compiling futures-io v0.3.32
6042026-07-14T19:00:09.643Z Compiling parking v2.2.1
6052026-07-14T19:00:09.739Z Compiling rmp-serde v1.3.1
6062026-07-14T19:00:09.770Z Compiling docsplay v0.1.3
6072026-07-14T19:00:10.735Z Compiling cobs v0.5.1
6082026-07-14T19:00:11.295Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-14T19:00:11.966Z Compiling espflash v4.4.0
6102026-07-14T19:00:12.545Z Compiling dunce v1.0.5
6112026-07-14T19:00:12.649Z Compiling ihex v3.0.0
6122026-07-14T19:00:12.676Z Compiling uf2-decode v0.2.0
6132026-07-14T19:00:12.830Z Compiling chacha20 v0.10.0
6142026-07-14T19:00:13.138Z Compiling rand v0.10.1
6152026-07-14T19:00:13.151Z Compiling unicode-segmentation v1.13.2
6162026-07-14T19:00:13.290Z Compiling signal-hook v0.3.18
6172026-07-14T19:00:13.751Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6182026-07-14T19:00:14.284Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6192026-07-14T19:00:15.037Z Compiling signal-hook-registry v1.4.8
6202026-07-14T19:00:15.177Z Compiling convert_case v0.10.0
6212026-07-14T19:00:15.453Z Compiling mio v1.2.0
6222026-07-14T19:00:15.591Z Compiling mio v0.8.11
6232026-07-14T19:00:15.783Z Compiling derive_more-impl v2.1.1
6242026-07-14T19:00:16.254Z Compiling signal-hook-mio v0.2.5
6252026-07-14T19:00:16.397Z Compiling litrs v1.0.0
6262026-07-14T19:00:16.842Z Compiling document-features v0.2.12
6272026-07-14T19:00:16.907Z Compiling derive_more v2.1.1
6282026-07-14T19:00:16.990Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6292026-07-14T19:00:17.420Z Compiling crossterm v0.29.0
6302026-07-14T19:00:17.449Z Compiling convert_case v0.11.0
6312026-07-14T19:00:17.663Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-14T19:00:18.677Z Compiling camino v1.2.2
6332026-07-14T19:00:18.801Z Compiling paste v1.0.15
6342026-07-14T19:00:19.164Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-14T19:00:19.979Z Compiling crossbeam-channel v0.5.15
6362026-07-14T19:00:20.192Z Compiling castaway v0.2.4
6372026-07-14T19:00:20.339Z Compiling indoc v2.0.7
6382026-07-14T19:00:20.604Z Compiling thiserror v1.0.69
6392026-07-14T19:00:20.616Z Compiling instability v0.3.12
6402026-07-14T19:00:20.963Z Compiling unicode-truncate v2.0.1
6412026-07-14T19:00:21.100Z Compiling lazy-regex-proc_macros v3.6.0
6422026-07-14T19:00:21.189Z Compiling compact_str v0.9.0
6432026-07-14T19:00:21.921Z Compiling lru v0.16.4
6442026-07-14T19:00:21.929Z Compiling kasuari v0.4.12
6452026-07-14T19:00:21.986Z Compiling thiserror-impl v1.0.69
6462026-07-14T19:00:22.036Z Compiling crossbeam-queue v0.3.12
6472026-07-14T19:00:22.113Z Compiling cargo-platform v0.3.3
6482026-07-14T19:00:22.210Z Compiling ratatui-core v0.1.0
6492026-07-14T19:00:22.375Z Compiling cargo_metadata v0.23.1
6502026-07-14T19:00:22.556Z Compiling crossbeam v0.8.4
6512026-07-14T19:00:22.614Z Compiling lazy-regex v3.6.0
6522026-07-14T19:00:23.298Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6532026-07-14T19:00:24.212Z Compiling strict v0.2.0
6542026-07-14T19:00:24.385Z Compiling base64 v0.13.1
6552026-07-14T19:00:24.646Z Compiling bitflags v1.3.2
6562026-07-14T19:00:24.717Z Compiling binrw_derive v0.14.2
6572026-07-14T19:00:24.866Z Compiling crossterm v0.23.2
6582026-07-14T19:00:24.895Z Compiling ron v0.6.6
6592026-07-14T19:00:25.080Z Compiling crokey-proc_macros v1.4.0
6602026-07-14T19:00:25.671Z Compiling line-clipping v0.3.7
6612026-07-14T19:00:25.724Z Compiling owo-colors v3.5.0
6622026-07-14T19:00:25.955Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6632026-07-14T19:00:26.379Z Compiling binrw v0.14.2
6642026-07-14T19:00:26.517Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6652026-07-14T19:00:26.741Z Compiling crokey v1.4.0
6662026-07-14T19:00:26.948Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-07-14T19:00:28.569Z Compiling cargo-readme v3.3.2
6682026-07-14T19:00:28.818Z Compiling ratatui-widgets v0.3.0
6692026-07-14T19:00:29.216Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-07-14T19:00:29.776Z Compiling coolor v0.8.0
6712026-07-14T19:00:30.045Z Compiling coolor v1.1.0
6722026-07-14T19:00:30.318Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-14T19:00:30.458Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6742026-07-14T19:00:31.754Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6752026-07-14T19:00:31.893Z Compiling half v2.7.1
6762026-07-14T19:00:32.268Z Compiling minimad v0.14.0
6772026-07-14T19:00:32.271Z Compiling minimad v0.13.1
6782026-07-14T19:00:32.716Z Compiling convert_case v0.4.0
6792026-07-14T19:00:32.730Z Compiling ciborium-io v0.2.2
6802026-07-14T19:00:32.827Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6812026-07-14T19:00:32.948Z Compiling array-init v2.1.0
6822026-07-14T19:00:33.013Z Compiling derive_more v0.99.20
6832026-07-14T19:00:34.198Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6842026-07-14T19:00:34.279Z Compiling ciborium-ll v0.2.2
6852026-07-14T19:00:34.563Z Compiling termimad v0.34.1
6862026-07-14T19:00:35.144Z Compiling termimad v0.25.7
6872026-07-14T19:00:35.265Z Compiling ratatui-macros v0.7.0
6882026-07-14T19:00:35.381Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-14T19:00:35.414Z Compiling ratatui-crossterm v0.1.0
6902026-07-14T19:00:35.417Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-14T19:00:35.687Z Compiling sha2 v0.11.0
6922026-07-14T19:00:35.904Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-14T19:00:36.180Z Compiling iana-time-zone v0.1.65
6942026-07-14T19:00:36.225Z Compiling parse-size v1.1.0
6952026-07-14T19:00:36.427Z Compiling xml v1.2.1
6962026-07-14T19:00:36.548Z Compiling chrono v0.4.44
6972026-07-14T19:00:38.263Z Compiling serde-xml-rs v0.8.2
6982026-07-14T19:00:39.694Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6992026-07-14T19:00:40.557Z Compiling raw-cpuid v11.6.0
7002026-07-14T19:00:40.987Z Compiling ratatui v0.30.0
7012026-07-14T19:00:42.129Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7022026-07-14T19:00:43.511Z Compiling ciborium v0.2.2
7032026-07-14T19:00:43.585Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-14T19:00:44.210Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-14T19:00:44.524Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-14T19:00:44.532Z Compiling humility-bin v0.13.2 (/work/oxidecomputer/humility/humility-bin)
7072026-07-14T19:00:44.634Z Compiling tracing-log v0.2.0
7082026-07-14T19:00:45.058Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7092026-07-14T19:00:45.096Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7102026-07-14T19:00:45.103Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-14T19:00:45.283Z Compiling sharded-slab v0.1.7
7122026-07-14T19:00:45.788Z Compiling matchers v0.2.0
7132026-07-14T19:00:45.963Z Compiling termios v0.3.3
7142026-07-14T19:00:46.011Z Compiling thread_local v1.1.9
7152026-07-14T19:00:46.147Z Compiling nu-ansi-term v0.50.3
7162026-07-14T19:00:46.423Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7172026-07-14T19:00:46.780Z Compiling splitty v1.0.2
7182026-07-14T19:00:46.790Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7192026-07-14T19:00:46.968Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7202026-07-14T19:00:47.126Z Compiling tracing-subscriber v0.3.23
7212026-07-14T19:00:47.213Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7222026-07-14T19:00:47.587Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7232026-07-14T19:00:49.247Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7242026-07-14T19:00:49.301Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7252026-07-14T19:00:51.915Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7262026-07-14T19:00:52.263Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7272026-07-14T19:00:53.642Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7282026-07-14T19:00:53.697Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7292026-07-14T19:00:54.175Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7302026-07-14T19:00:55.842Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7312026-07-14T19:00:56.836Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7322026-07-14T19:00:57.964Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7332026-07-14T19:01:02.512Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7342026-07-14T19:01:02.848Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7352026-07-14T19:01:03.370Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-14T19:01:04.135Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-14T19:01:05.006Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-14T19:01:10.320Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7392026-07-14T19:01:10.497Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7402026-07-14T19:01:10.728Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7412026-07-14T19:01:12.588Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7422026-07-14T19:01:14.627Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7432026-07-14T19:01:15.403Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7442026-07-14T19:01:15.438Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-14T19:01:16.775Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7462026-07-14T19:01:17.247Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7472026-07-14T19:01:18.481Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7482026-07-14T19:01:18.494Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7492026-07-14T19:01:20.327Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7502026-07-14T19:01:20.330Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7512026-07-14T19:01:20.643Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7522026-07-14T19:01:24.110Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7532026-07-14T19:01:24.293Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7542026-07-14T19:01:24.495Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7552026-07-14T19:01:24.764Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7562026-07-14T19:01:25.954Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7572026-07-14T19:01:28.352Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7582026-07-14T19:01:29.578Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7592026-07-14T19:01:29.587Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7602026-07-14T19:01:29.587Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7612026-07-14T19:01:29.587Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7622026-07-14T19:01:30.770Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7632026-07-14T19:01:31.451Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7642026-07-14T19:01:32.501Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7652026-07-14T19:01:32.732Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7662026-07-14T19:01:33.583Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7672026-07-14T19:01:33.640Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7682026-07-14T19:01:35.357Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7692026-07-14T19:01:35.707Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7702026-07-14T19:01:36.426Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7712026-07-14T19:01:36.486Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7722026-07-14T19:01:37.535Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7732026-07-14T19:01:58.421Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 07s
7742026-07-14T19:01:58.424Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7752026-07-14T19:01:58.424Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7762026-07-14T19:02:57.769Zpkg://helios/developer/debug/humility@0.13.2.706,5.11-3.0:20260714T190204Z
7772026-07-14T19:02:57.769ZPUBLISHED
7782026-07-14T19:02:58.009ZRetrieving packages for publisher helios ...
7792026-07-14T19:02:58.018ZRetrieving catalog 'helios' ... Done
7802026-07-14T19:02:58.018ZRetrieving and evaluating 1 package(s)...
7812026-07-14T19:02:58.018ZFetching manifests: 1/1 100% complete
7822026-07-14T19:02:58.018ZFetching manifests: 1/1 100% complete
7832026-07-14T19:02:58.018Z
7842026-07-14T19:02:58.018ZArchiving packages ...
7852026-07-14T19:02:58.018Z Packages to add: 1
7862026-07-14T19:02:58.018Z Files to retrieve: 1
7872026-07-14T19:02:58.018ZEstimated transfer size: 134.26 MB
7882026-07-14T19:02:58.018Z
7892026-07-14T19:02:58.018ZPackages to archive:
7902026-07-14T19:02:58.018Zdeveloper/debug/humility@0.13.2.706,5.11-3.0:20260714T190204Z
7912026-07-14T19:02:58.018Z
7922026-07-14T19:02:58.018ZDownload: 0/1 items 0.0/134.3MB 0% complete
7932026-07-14T19:02:58.227ZDownload: Completed 134.26 MB in 0.24 seconds (565M/s)
7942026-07-14T19:02:58.230ZArchiving: 1/10 items 0.0/134.3MB 0% complete
7952026-07-14T19:02:58.273ZArchiving: Completed 134.27 MB in 0.05 seconds
7962026-07-14T19:02:58.316ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.2.706-3.0.p5p.
7972026-07-14T19:02:58.323Z
7982026-07-14T19:02:58.335Zreal 4:30.167813987
7992026-07-14T19:02:58.335Zuser 22:22.569323104
8002026-07-14T19:02:58.335Zsys 1:38.952216461
8012026-07-14T19:02:58.335Ztrap 0.660926397
8022026-07-14T19:02:58.335Ztflt 1.228021510
8032026-07-14T19:02:58.335Zdflt 1.577180867
8042026-07-14T19:02:58.335Zkflt 0.010906475
8052026-07-14T19:02:58.336Zlock 1:37:37.570984095
8062026-07-14T19:02:58.336Zslp 1:12:21.985019000
8072026-07-14T19:02:58.336Zlat 1:13.387686504
8082026-07-14T19:02:58.336Zstop 1:11.662779390
8092026-07-14T19:02:58.336Z+ banner copy
8102026-07-14T19:02:58.336Z
8112026-07-14T19:02:58.336Z #### #### ##### # #
8122026-07-14T19:02:58.336Z # # # # # # # #
8132026-07-14T19:02:58.336Z # # # # # #
8142026-07-14T19:02:58.336Z # # # ##### #
8152026-07-14T19:02:58.336Z # # # # # #
8162026-07-14T19:02:58.336Z #### #### # #
8172026-07-14T19:02:58.336Z
8182026-07-14T19:02:58.336Z+ pfexec mkdir -p /out
8192026-07-14T19:02:58.342Z+ pfexec chown 12345 /out
8202026-07-14T19:02:58.343Z+ PKG_NAME=/out/humility.p5p
8212026-07-14T19:02:58.343Z+ mv pkg/packages/repo/humility-0.13.2.706-3.0.p5p /out/humility.p5p
8222026-07-14T19:02:58.425Z+ sha256sum /out/humility.p5p
8232026-07-14T19:02:58.503Zprocess exited: duration 276860 ms, exit code 0
 
8242026-07-14T19:02:58.516Zfound 2 output files
8252026-07-14T19:02:58.516Zuploading: /out/humility.p5p (140800000 bytes)
8262026-07-14T19:03:00.734Zuploaded: /out/humility.p5p
8272026-07-14T19:03:00.734Zuploading: /out/humility.p5p.sha256 (84 bytes)
8282026-07-14T19:03:01.745Zuploaded: /out/humility.p5p.sha256