01KZV3MZNMKQ2AXQ05G2DP7542: 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: 01KZV3N7R9Z3NFZ9Q0KVTESHRA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T13:48:41.876Zjob assigned to worker 01KZV3ND6A34JPDYEBCMZHZ84Y [factory aws, i-0af71937d9504a94c] (queued for 57 s)
 
22026-08-12T13:48:48.498Zstarting task 0: "setup"
32026-08-12T13:48:48.504Z++ uname -s
42026-08-12T13:48:48.508Z+ kern=SunOS
52026-08-12T13:48:48.508Z+ build_user=build
62026-08-12T13:48:48.508Z+ build_uid=12345
72026-08-12T13:48:48.508Z+ work_dir=/work
82026-08-12T13:48:48.508Z+ input_dir=/input
92026-08-12T13:48:48.508Z+ [[ 0 == 12345 ]]
102026-08-12T13:48:48.508Z+ case "$kern" in
112026-08-12T13:48:48.508Z+ groupadd -g 12345 build
122026-08-12T13:48:48.508Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T13:48:50.514Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T13:48:50.648Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T13:48:50.651Z+ home_fs=zfs
162026-08-12T13:48:50.651Z+ [[ zfs == autofs ]]
172026-08-12T13:48:50.651Z+ mkdir -p /home/build
182026-08-12T13:48:50.651Z+ chown build:build /home/build /work
192026-08-12T13:48:52.652Z+ chmod 0700 /home/build /work
202026-08-12T13:48:52.656Zprocess exited: duration 4156 ms, exit code 0
 
212026-08-12T13:48:52.664Zstarting task 1: "rust-toolchain"
222026-08-12T13:48:52.669Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-12T13:48:52.669Z * rust toolchain channel = "stable"
242026-08-12T13:48:52.669Z * rust toolchain profile = "default"
252026-08-12T13:48:52.669Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T13:48:52.669Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T13:48:52.669Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T13:48:52.672Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T13:48:52.673Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-12T13:48:52.774Zinfo: downloading installer
312026-08-12T13:48:54.060Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T13:48:54.060Zwarn: /home/build/.rustup/settings.toml
332026-08-12T13:48:54.060Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T13:48:54.060Zwarn: instead of the one inferred from the default host triple.
352026-08-12T13:48:54.073Zinfo: profile set to default
362026-08-12T13:48:54.073Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T13:48:54.076Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-12T13:48:54.202Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T13:48:54.205Zinfo: downloading 6 components
402026-08-12T13:49:10.064Z
412026-08-12T13:49:10.064Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-08-12T13:49:10.091Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T13:49:10.091Z
442026-08-12T13:49:10.091Z
452026-08-12T13:49:10.091ZRust is installed now. Great!
462026-08-12T13:49:10.091Z
472026-08-12T13:49:10.095ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T13:49:10.095Zenvironment variable. This has not been done automatically.
492026-08-12T13:49:10.095Z
502026-08-12T13:49:10.095ZTo configure your current shell, you need to source
512026-08-12T13:49:10.095Zthe corresponding env file under $HOME/.cargo.
522026-08-12T13:49:10.095Z
532026-08-12T13:49:10.095ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T13:49:10.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T13:49:10.095Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T13:49:10.095Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T13:49:10.095Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T13:49:10.095Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T13:49:10.095Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T13:49:10.095Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T13:49:10.095Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T13:49:10.191Z+ rustup --version
632026-08-12T13:49:10.199Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T13:49:10.202Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T13:49:10.220Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T13:49:10.223Z+ cargo --version
672026-08-12T13:49:10.238Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T13:49:10.241Z+ rustc --version
692026-08-12T13:49:10.260Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T13:49:10.263Zprocess exited: duration 17598 ms, exit code 0
 
712026-08-12T13:49:10.269Zstarting task 2: "authentication"
722026-08-12T13:49:10.286Zprocess exited: duration 16 ms, exit code 0
 
732026-08-12T13:49:10.293Zstarting task 3: "clone repository"
742026-08-12T13:49:10.296Z+ mkdir -p /work/oxidecomputer/humility
752026-08-12T13:49:10.299Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-08-12T13:49:10.330ZCloning into '/work/oxidecomputer/humility'...
772026-08-12T13:49:43.262Z+ cd /work/oxidecomputer/humility
782026-08-12T13:49:43.262Z+ git fetch origin 14e95131b0a244a7ffded578a4a3f55c012fe457
792026-08-12T13:49:43.575ZFrom https://github.com/oxidecomputer/humility
802026-08-12T13:49:43.575Z * branch 14e95131b0a244a7ffded578a4a3f55c012fe457 -> FETCH_HEAD
812026-08-12T13:49:43.581Z+ [[ -n toy_examples ]]
822026-08-12T13:49:43.585Z++ git branch --show-current
832026-08-12T13:49:43.585Z+ current=master
842026-08-12T13:49:43.585Z+ [[ master != toy_examples ]]
852026-08-12T13:49:43.585Z+ git branch -f toy_examples 14e95131b0a244a7ffded578a4a3f55c012fe457
862026-08-12T13:49:43.589Z+ git checkout -f toy_examples
872026-08-12T13:49:44.409ZSwitched to branch 'toy_examples'
882026-08-12T13:49:44.412Z+ git reset --hard 14e95131b0a244a7ffded578a4a3f55c012fe457
892026-08-12T13:49:44.420ZHEAD is now at 14e95131 Add example of humility as a library with `async-trait`
902026-08-12T13:49:44.423Zprocess exited: duration 34128 ms, exit code 0
 
912026-08-12T13:49:44.430Zstarting task 4: "build"
922026-08-12T13:49:44.435Z+ export CARGO_INCREMENTAL=0
932026-08-12T13:49:44.435Z+ CARGO_INCREMENTAL=0
942026-08-12T13:49:44.435Z+ banner deps
952026-08-12T13:49:44.438Z
962026-08-12T13:49:44.438Z ##### ###### ##### ####
972026-08-12T13:49:44.438Z # # # # # #
982026-08-12T13:49:44.438Z # # ##### # # ####
992026-08-12T13:49:44.439Z # # # ##### #
1002026-08-12T13:49:44.439Z # # # # # #
1012026-08-12T13:49:44.439Z ##### ###### # ####
1022026-08-12T13:49:44.439Z
1032026-08-12T13:49:44.439Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-08-12T13:49:44.439Z+ PKG_SUCCESS_ON_NOP=1
1052026-08-12T13:49:44.439Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-08-12T13:49:45.800Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-12T13:49:46.114Z Startup: Caching catalogs ... Done
1082026-08-12T13:49:47.829ZPlanning: Solver setup ... Done (1.616s)
1092026-08-12T13:49:47.880ZPlanning: Running solver ... Done (0.052s)
1102026-08-12T13:49:47.919ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-12T13:49:47.931ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-12T13:49:47.945ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-12T13:49:47.958ZPlanning: Package planning ... Done (0.013s)
1142026-08-12T13:49:47.961ZPlanning: Merging actions ... Done (0.000s)
1152026-08-12T13:49:48.109ZPlanning: Checking for conflicting actions ... Done (0.150s)
1162026-08-12T13:49:48.112ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-08-12T13:49:48.935ZPlanning: Evaluating mediators ... Done (0.785s)
1182026-08-12T13:49:48.939ZPlanning: Planning completed in 2.75 seconds
1192026-08-12T13:49:48.939Z Packages to install: 2
1202026-08-12T13:49:48.939Z Estimated space available: 155.72 GB
1212026-08-12T13:49:48.939ZEstimated space to be consumed: 60.19 MB
1222026-08-12T13:49:48.939Z Create boot environment: No
1232026-08-12T13:49:48.939ZCreate backup boot environment: No
1242026-08-12T13:49:48.940Z Rebuild boot archive: No
1252026-08-12T13:49:48.940Z
1262026-08-12T13:49:48.940ZChanged packages:
1272026-08-12T13:49:48.940Zhelios
1282026-08-12T13:49:48.940Z library/libftdi1
1292026-08-12T13:49:48.940Z None -> 1.5-3.0
1302026-08-12T13:49:48.940Z ooce/library/libusb-1
1312026-08-12T13:49:48.940Z None -> 1.0.29-3.1
1322026-08-12T13:49:48.940Z
1332026-08-12T13:49:48.940ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-08-12T13:49:48.970ZDownload: Completed 377.70 kB in 0.04 seconds (8.6M/s)
1352026-08-12T13:49:49.030Z Actions: 1/61 actions (Installing new actions)
1362026-08-12T13:49:49.041Z Actions: Completed 61 actions in 0.01 seconds.
1372026-08-12T13:49:49.071ZFinalize: Updating package state database ... Done (0.029s)
1382026-08-12T13:49:49.071ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-12T13:49:49.144ZFinalize: Updating image state ... Done (0.073s)
1402026-08-12T13:49:51.591ZFinalize: Creating fast lookup database ... Done (2.403s)
1412026-08-12T13:49:51.657ZFinalize: Reading search index ... Done (0.013s)
1422026-08-12T13:49:51.660ZFinalize: Updating search index ... Done (0.000s)
1432026-08-12T13:49:51.793ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-12T13:49:51.937Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-08-12T13:49:52.150ZFMRI IFO
1462026-08-12T13:49:52.150Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-08-12T13:49:52.150Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-08-12T13:49:52.186Z+ cargo --version
1492026-08-12T13:49:52.197Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-08-12T13:49:52.200Z+ rustc --version
1512026-08-12T13:49:52.219Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-08-12T13:49:52.222Z+ banner package
1532026-08-12T13:49:52.222Z
1542026-08-12T13:49:52.222Z ##### ## #### # # ## #### ######
1552026-08-12T13:49:52.222Z # # # # # # # # # # # # #
1562026-08-12T13:49:52.222Z # # # # # #### # # # #####
1572026-08-12T13:49:52.222Z ##### ###### # # # ###### # ### #
1582026-08-12T13:49:52.222Z # # # # # # # # # # # #
1592026-08-12T13:49:52.222Z # # # #### # # # # #### ######
1602026-08-12T13:49:52.222Z
1612026-08-12T13:49:52.222Z+ ptime -m cargo xtask package
1622026-08-12T13:49:52.342Z Updating crates.io index
1632026-08-12T13:49:52.345Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1642026-08-12T13:49:52.757Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1652026-08-12T13:49:53.084Z Updating git repository `https://github.com/oxidecomputer/humpty`
1662026-08-12T13:49:53.750Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-08-12T13:49:54.088Z Updating git repository `https://github.com/oxidecomputer/hif`
1682026-08-12T13:49:54.373Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1692026-08-12T13:49:54.779Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1702026-08-12T13:49:59.172Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1712026-08-12T13:49:59.843Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-08-12T13:50:00.671Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-08-12T13:50:00.981Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-08-12T13:50:01.295Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-08-12T13:50:01.625Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-08-12T13:50:01.907Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-08-12T13:50:03.003Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-08-12T13:50:03.289Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-08-12T13:50:03.685Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-08-12T13:50:04.203Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-08-12T13:50:06.094Z Downloading crates ...
1822026-08-12T13:50:06.153Z Downloaded equivalent v1.0.2
1832026-08-12T13:50:06.161Z Downloaded colorchoice v1.0.5
1842026-08-12T13:50:06.165Z Downloaded percent-encoding v2.3.2
1852026-08-12T13:50:06.168Z Downloaded strsim v0.11.1
1862026-08-12T13:50:06.168Z Downloaded anstyle-query v1.1.5
1872026-08-12T13:50:06.168Z Downloaded heck v0.5.0
1882026-08-12T13:50:06.168Z Downloaded lazy_static v1.5.0
1892026-08-12T13:50:06.175Z Downloaded is_terminal_polyfill v1.70.2
1902026-08-12T13:50:06.178Z Downloaded itoa v1.0.18
1912026-08-12T13:50:06.178Z Downloaded utf8parse v0.2.2
1922026-08-12T13:50:06.183Z Downloaded clap_lex v1.1.0
1932026-08-12T13:50:06.199Z Downloaded cargo-platform v0.3.3
1942026-08-12T13:50:06.204Z Downloaded zmij v1.0.21
1952026-08-12T13:50:06.207Z Downloaded quote v1.0.45
1962026-08-12T13:50:06.207Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1972026-08-12T13:50:06.211Z Downloaded cargo_metadata v0.23.1
1982026-08-12T13:50:06.216Z Downloaded anstyle-parse v1.0.0
1992026-08-12T13:50:06.219Z Downloaded toml_writer v1.1.1+spec-1.1.0
2002026-08-12T13:50:06.222Z Downloaded serde_spanned v1.1.1
2012026-08-12T13:50:06.222Z Downloaded toml_parser v1.1.2+spec-1.1.0
2022026-08-12T13:50:06.226Z Downloaded thiserror v2.0.18
2032026-08-12T13:50:06.230Z Downloaded anstream v1.0.0
2042026-08-12T13:50:06.233Z Downloaded thiserror-impl v2.0.18
2052026-08-12T13:50:06.241Z Downloaded anyhow v1.0.102
2062026-08-12T13:50:06.248Z Downloaded clap_derive v4.6.1
2072026-08-12T13:50:06.251Z Downloaded semver v1.0.28
2082026-08-12T13:50:06.254Z Downloaded anstyle v1.0.14
2092026-08-12T13:50:06.254Z Downloaded camino v1.2.2
2102026-08-12T13:50:06.261Z Downloaded toml v1.1.2+spec-1.1.0
2112026-08-12T13:50:06.264Z Downloaded serde_core v1.0.228
2122026-08-12T13:50:06.267Z Downloaded proc-macro2 v1.0.106
2132026-08-12T13:50:06.270Z Downloaded serde_derive v1.0.228
2142026-08-12T13:50:06.275Z Downloaded unicode-ident v1.0.24
2152026-08-12T13:50:06.284Z Downloaded serde v1.0.228
2162026-08-12T13:50:06.292Z Downloaded clap v4.6.1
2172026-08-12T13:50:06.299Z Downloaded indexmap v2.14.0
2182026-08-12T13:50:06.302Z Downloaded memchr v2.8.0
2192026-08-12T13:50:06.334Z Downloaded hashbrown v0.17.0
2202026-08-12T13:50:06.337Z Downloaded serde_json v1.0.149
2212026-08-12T13:50:06.341Z Downloaded regex v1.12.3
2222026-08-12T13:50:06.344Z Downloaded aho-corasick v1.1.4
2232026-08-12T13:50:06.347Z Downloaded cargo-readme v3.3.2
2242026-08-12T13:50:06.350Z Downloaded clap_builder v4.6.0
2252026-08-12T13:50:06.353Z Downloaded winnow v1.0.2
2262026-08-12T13:50:06.371Z Downloaded syn v2.0.117
2272026-08-12T13:50:06.379Z Downloaded regex-syntax v0.8.10
2282026-08-12T13:50:06.383Z Downloaded regex-automata v0.4.14
2292026-08-12T13:50:06.422Z Compiling serde_core v1.0.228
2302026-08-12T13:50:06.425Z Compiling proc-macro2 v1.0.106
2312026-08-12T13:50:06.425Z Compiling quote v1.0.45
2322026-08-12T13:50:06.425Z Compiling unicode-ident v1.0.24
2332026-08-12T13:50:06.425Z Compiling memchr v2.8.0
2342026-08-12T13:50:06.425Z Compiling utf8parse v0.2.2
2352026-08-12T13:50:06.425Z Compiling anstyle v1.0.14
2362026-08-12T13:50:06.425Z Compiling zmij v1.0.21
2372026-08-12T13:50:06.646Z Compiling anstyle-parse v1.0.0
2382026-08-12T13:50:06.655Z Compiling is_terminal_polyfill v1.70.2
2392026-08-12T13:50:06.748Z Compiling colorchoice v1.0.5
2402026-08-12T13:50:06.758Z Compiling anstyle-query v1.1.5
2412026-08-12T13:50:06.845Z Compiling serde v1.0.228
2422026-08-12T13:50:06.865Z Compiling anstream v1.0.0
2432026-08-12T13:50:06.865Z Compiling winnow v1.0.2
2442026-08-12T13:50:06.929Z Compiling camino v1.2.2
2452026-08-12T13:50:06.938Z Compiling thiserror v2.0.18
2462026-08-12T13:50:07.171Z Compiling aho-corasick v1.1.4
2472026-08-12T13:50:07.182Z Compiling serde_json v1.0.149
2482026-08-12T13:50:07.215Z Compiling regex-syntax v0.8.10
2492026-08-12T13:50:07.226Z Compiling heck v0.5.0
2502026-08-12T13:50:07.242Z Compiling clap_lex v1.1.0
2512026-08-12T13:50:07.265Z Compiling strsim v0.11.1
2522026-08-12T13:50:07.460Z Compiling clap_builder v4.6.0
2532026-08-12T13:50:07.474Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-08-12T13:50:07.755Z Compiling toml_writer v1.1.1+spec-1.1.0
2552026-08-12T13:50:07.833Z Compiling syn v2.0.117
2562026-08-12T13:50:07.921Z Compiling itoa v1.0.18
2572026-08-12T13:50:07.962Z Compiling anyhow v1.0.102
2582026-08-12T13:50:08.105Z Compiling percent-encoding v2.3.2
2592026-08-12T13:50:08.164Z Compiling lazy_static v1.5.0
2602026-08-12T13:50:08.574Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-08-12T13:50:08.585Z Compiling serde_spanned v1.1.1
2622026-08-12T13:50:08.648Z Compiling regex-automata v0.4.14
2632026-08-12T13:50:08.724Z Compiling cargo-platform v0.3.3
2642026-08-12T13:50:08.853Z Compiling toml v1.1.2+spec-1.1.0
2652026-08-12T13:50:08.872Z Compiling semver v1.0.28
2662026-08-12T13:50:10.002Z Compiling serde_derive v1.0.228
2672026-08-12T13:50:10.003Z Compiling clap_derive v4.6.1
2682026-08-12T13:50:10.003Z Compiling thiserror-impl v2.0.18
2692026-08-12T13:50:10.251Z Compiling regex v1.12.3
2702026-08-12T13:50:11.268Z Compiling clap v4.6.1
2712026-08-12T13:50:12.208Z Compiling cargo_metadata v0.23.1
2722026-08-12T13:50:12.208Z Compiling cargo-readme v3.3.2
2732026-08-12T13:50:13.169Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-08-12T13:50:14.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.38s
2752026-08-12T13:50:14.728Z Running `target/debug/xtask package`
2762026-08-12T13:50:19.018Z Compiling proc-macro2 v1.0.106
2772026-08-12T13:50:19.022Z Compiling quote v1.0.45
2782026-08-12T13:50:19.022Z Compiling unicode-ident v1.0.24
2792026-08-12T13:50:19.022Z Compiling serde_core v1.0.228
2802026-08-12T13:50:19.022Z Compiling serde v1.0.228
2812026-08-12T13:50:19.022Z Compiling cfg-if v1.0.4
2822026-08-12T13:50:19.022Z Compiling libc v0.2.186
2832026-08-12T13:50:19.143Z Compiling typenum v1.20.0
2842026-08-12T13:50:19.183Z Compiling log v0.4.29
2852026-08-12T13:50:19.380Z Compiling thiserror v2.0.18
2862026-08-12T13:50:19.449Z Compiling scopeguard v1.2.0
2872026-08-12T13:50:19.542Z Compiling memchr v2.8.0
2882026-08-12T13:50:19.690Z Compiling stable_deref_trait v1.2.1
2892026-08-12T13:50:19.767Z Compiling autocfg v1.5.0
2902026-08-12T13:50:19.775Z Compiling strsim v0.11.1
2912026-08-12T13:50:19.954Z Compiling errno v0.3.14
2922026-08-12T13:50:20.023Z Compiling lock_api v0.4.14
2932026-08-12T13:50:20.050Z Compiling smallvec v1.15.1
2942026-08-12T13:50:20.115Z Compiling foldhash v0.2.0
2952026-08-12T13:50:20.259Z Compiling syn v2.0.117
2962026-08-12T13:50:20.289Z Compiling heck v0.5.0
2972026-08-12T13:50:20.299Z Compiling equivalent v1.0.2
2982026-08-12T13:50:20.335Z Compiling rustversion v1.0.22
2992026-08-12T13:50:20.344Z Compiling ident_case v1.0.1
3002026-08-12T13:50:20.396Z Compiling jobserver v0.1.34
3012026-08-12T13:50:20.449Z Compiling shlex v1.3.0
3022026-08-12T13:50:20.469Z Compiling zeroize v1.8.2
3032026-08-12T13:50:20.626Z Compiling find-msvc-tools v0.1.9
3042026-08-12T13:50:20.695Z Compiling rustix v1.1.4
3052026-08-12T13:50:20.844Z Compiling cc v1.2.61
3062026-08-12T13:50:20.854Z Compiling anyhow v1.0.102
3072026-08-12T13:50:20.954Z Compiling libm v0.2.16
3082026-08-12T13:50:21.152Z Compiling num-traits v0.2.19
3092026-08-12T13:50:21.213Z Compiling const-oid v0.9.6
3102026-08-12T13:50:21.243Z Compiling version_check v0.9.5
3112026-08-12T13:50:21.254Z Compiling zerocopy v0.8.48
3122026-08-12T13:50:21.262Z Compiling bitflags v2.11.1
3132026-08-12T13:50:21.529Z Compiling generic-array v0.14.7
3142026-08-12T13:50:21.746Z Compiling aho-corasick v1.1.4
3152026-08-12T13:50:21.827Z Compiling regex-syntax v0.8.10
3162026-08-12T13:50:21.927Z Compiling hashbrown v0.17.0
3172026-08-12T13:50:22.135Z Compiling hybrid-array v0.4.11
3182026-08-12T13:50:22.159Z Compiling once_cell v1.21.4
3192026-08-12T13:50:22.619Z Compiling crossbeam-utils v0.8.21
3202026-08-12T13:50:22.650Z Compiling indexmap v2.14.0
3212026-08-12T13:50:23.250Z Compiling synstructure v0.13.2
3222026-08-12T13:50:23.478Z Compiling regex-automata v0.4.14
3232026-08-12T13:50:23.505Z Compiling syn v1.0.109
3242026-08-12T13:50:23.738Z Compiling itoa v1.0.18
3252026-08-12T13:50:23.866Z Compiling pkg-config v0.3.33
3262026-08-12T13:50:24.293Z Compiling block-buffer v0.10.4
3272026-08-12T13:50:24.352Z Compiling serde_derive v1.0.228
3282026-08-12T13:50:24.443Z Compiling thiserror-impl v2.0.18
3292026-08-12T13:50:24.490Z Compiling zerofrom-derive v0.1.7
3302026-08-12T13:50:25.635Z Compiling yoke-derive v0.8.2
3312026-08-12T13:50:25.732Z Compiling zerocopy-derive v0.8.48
3322026-08-12T13:50:26.034Z Compiling zerovec-derive v0.11.3
3332026-08-12T13:50:26.710Z Compiling regex v1.12.3
3342026-08-12T13:50:27.157Z Compiling crypto-common v0.1.7
3352026-08-12T13:50:27.295Z Compiling darling_core v0.23.0
3362026-08-12T13:50:27.714Z Compiling crypto-common v0.2.1
3372026-08-12T13:50:27.869Z Compiling zmij v1.0.21
3382026-08-12T13:50:28.147Z Compiling digest v0.10.7
3392026-08-12T13:50:28.369Z Compiling spin v0.9.8
3402026-08-12T13:50:28.596Z Compiling radium v0.7.0
3412026-08-12T13:50:28.630Z Compiling byteorder v1.5.0
3422026-08-12T13:50:28.872Z Compiling cmov v0.5.3
3432026-08-12T13:50:28.895Z Compiling displaydoc v0.2.5
3442026-08-12T13:50:29.096Z Compiling ctutils v0.4.2
3452026-08-12T13:50:29.334Z Compiling block-buffer v0.12.0
3462026-08-12T13:50:29.372Z Compiling darling_macro v0.23.0
3472026-08-12T13:50:29.410Z Compiling tap v1.0.1
3482026-08-12T13:50:29.511Z Compiling allocator-api2 v0.2.21
3492026-08-12T13:50:29.519Z Compiling crc32fast v1.5.0
3502026-08-12T13:50:29.615Z Compiling const-oid v0.10.2
3512026-08-12T13:50:29.667Z Compiling wyz v0.5.1
3522026-08-12T13:50:29.832Z Compiling digest v0.11.2
3532026-08-12T13:50:29.869Z Compiling hashbrown v0.16.1
3542026-08-12T13:50:29.927Z Compiling either v1.15.0
3552026-08-12T13:50:29.930Z Compiling darling v0.23.0
3562026-08-12T13:50:30.008Z Compiling base64ct v1.8.3
3572026-08-12T13:50:30.035Z Compiling typeid v1.0.3
3582026-08-12T13:50:30.123Z Compiling static_assertions v1.1.0
3592026-08-12T13:50:30.142Z Compiling funty v2.0.0
3602026-08-12T13:50:30.191Z Compiling simd-adler32 v0.3.9
3612026-08-12T13:50:30.309Z Compiling pem-rfc7468 v0.7.0
3622026-08-12T13:50:30.420Z Compiling der_derive v0.7.3
3632026-08-12T13:50:30.587Z Compiling bitvec v1.0.1
3642026-08-12T13:50:30.638Z Compiling clap_derive v4.6.1
3652026-08-12T13:50:30.931Z Compiling getrandom v0.2.17
3662026-08-12T13:50:31.158Z Compiling adler2 v2.0.1
3672026-08-12T13:50:31.189Z Compiling unicode-width v0.2.2
3682026-08-12T13:50:31.202Z Compiling flagset v0.4.7
3692026-08-12T13:50:31.336Z Compiling cpufeatures v0.2.17
3702026-08-12T13:50:31.344Z Compiling utf8parse v0.2.2
3712026-08-12T13:50:31.375Z Compiling der v0.7.10
3722026-08-12T13:50:31.437Z Compiling anstyle-parse v1.0.0
3732026-08-12T13:50:31.456Z Compiling sha2 v0.10.9
3742026-08-12T13:50:31.559Z Compiling miniz_oxide v0.8.9
3752026-08-12T13:50:31.794Z Compiling rand_core v0.6.4
3762026-08-12T13:50:32.072Z Compiling lazy_static v1.5.0
3772026-08-12T13:50:32.154Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-08-12T13:50:32.162Z Compiling crossbeam-epoch v0.9.18
3792026-08-12T13:50:32.382Z Compiling anstyle-query v1.1.5
3802026-08-12T13:50:32.485Z Compiling anstyle v1.0.14
3812026-08-12T13:50:32.558Z Compiling zlib-rs v0.6.3
3822026-08-12T13:50:32.735Z Compiling colorchoice v1.0.5
3832026-08-12T13:50:32.778Z Compiling is_terminal_polyfill v1.70.2
3842026-08-12T13:50:32.851Z Compiling cpufeatures v0.3.0
3852026-08-12T13:50:32.869Z Compiling powerfmt v0.2.0
3862026-08-12T13:50:32.877Z Compiling anstream v1.0.0
3872026-08-12T13:50:33.125Z Compiling deranged v0.5.8
3882026-08-12T13:50:33.143Z Compiling crossbeam-deque v0.8.6
3892026-08-12T13:50:33.354Z Compiling spki v0.7.3
3902026-08-12T13:50:33.430Z Compiling ppv-lite86 v0.2.21
3912026-08-12T13:50:33.434Z Compiling num-conv v0.2.1
3922026-08-12T13:50:33.581Z Compiling num_threads v0.1.7
3932026-08-12T13:50:33.658Z Compiling object v0.39.1
3942026-08-12T13:50:33.668Z Compiling time-core v0.1.8
3952026-08-12T13:50:33.762Z Compiling twox-hash v2.1.2
3962026-08-12T13:50:33.924Z Compiling maybe-uninit v2.0.0
3972026-08-12T13:50:33.967Z Compiling ruzstd v0.8.2
3982026-08-12T13:50:34.220Z Compiling time v0.3.47
3992026-08-12T13:50:34.229Z Compiling rand_chacha v0.3.1
4002026-08-12T13:50:34.543Z Compiling bitfield-macros v0.19.4
4012026-08-12T13:50:34.776Z Compiling terminal_size v0.4.4
4022026-08-12T13:50:34.845Z Compiling num-integer v0.1.46
4032026-08-12T13:50:34.961Z Compiling packed_struct v0.10.1
4042026-08-12T13:50:35.217Z Compiling rand_core v0.10.1
4052026-08-12T13:50:35.373Z Compiling zstd-safe v7.2.4
4062026-08-12T13:50:35.385Z Compiling clap_lex v1.1.0
4072026-08-12T13:50:35.389Z Compiling num-bigint-dig v0.8.6
4082026-08-12T13:50:35.592Z Compiling flate2 v1.1.9
4092026-08-12T13:50:35.791Z Compiling getrandom v0.4.2
4102026-08-12T13:50:36.203Z Compiling clap_builder v4.6.0
4112026-08-12T13:50:36.504Z Compiling bitfield v0.19.4
4122026-08-12T13:50:36.899Z Compiling num-iter v0.1.45
4132026-08-12T13:50:37.691Z Compiling rand v0.8.6
4142026-08-12T13:50:38.261Z Compiling pkcs8 v0.10.2
4152026-08-12T13:50:38.435Z Compiling serde_with_macros v3.18.0
4162026-08-12T13:50:38.670Z Compiling packed_struct_codegen v0.10.1
4172026-08-12T13:50:39.164Z Compiling inout v0.2.2
4182026-08-12T13:50:39.313Z Compiling capstone-sys v0.18.0
4192026-08-12T13:50:39.496Z Compiling crc-catalog v2.5.0
4202026-08-12T13:50:39.605Z Compiling base64 v0.21.7
4212026-08-12T13:50:39.674Z Compiling fallible-iterator v0.3.0
4222026-08-12T13:50:39.712Z Compiling parking_lot_core v0.9.12
4232026-08-12T13:50:39.802Z Compiling nodrop v0.1.14
4242026-08-12T13:50:39.892Z Compiling array-init v0.0.4
4252026-08-12T13:50:39.971Z Compiling ron v0.8.1
4262026-08-12T13:50:40.239Z Compiling crc v3.4.0
4272026-08-12T13:50:40.424Z Compiling serde_with v3.18.0
4282026-08-12T13:50:41.844Z Compiling cipher v0.5.1
4292026-08-12T13:50:42.097Z Compiling pkcs1 v0.7.5
4302026-08-12T13:50:42.450Z Compiling smallvec v0.6.14
4312026-08-12T13:50:42.681Z Compiling clap v4.6.1
4322026-08-12T13:50:43.864Z Compiling signature v2.2.0
4332026-08-12T13:50:44.041Z Compiling hmac v0.13.0
4342026-08-12T13:50:44.157Z Compiling hubpack_derive v0.1.1
4352026-08-12T13:50:44.206Z Compiling env_filter v1.0.1
4362026-08-12T13:50:44.651Z Compiling scroll_derive v0.13.1
4372026-08-12T13:50:45.451Z Compiling parse_int v0.9.0
4382026-08-12T13:50:45.590Z Compiling slog v2.8.2
4392026-08-12T13:50:45.599Z Compiling indexmap v1.9.3
4402026-08-12T13:50:45.814Z Compiling jiff v0.2.24
4412026-08-12T13:50:45.823Z Compiling winnow v1.0.2
4422026-08-12T13:50:46.192Z Compiling rayon-core v1.13.0
4432026-08-12T13:50:46.266Z Compiling serde_json v1.0.149
4442026-08-12T13:50:46.327Z Compiling lzss v0.9.1
4452026-08-12T13:50:46.398Z Compiling bumpalo v3.20.2
4462026-08-12T13:50:46.520Z Compiling cpubits v0.1.1
4472026-08-12T13:50:46.595Z Compiling portable-atomic v1.13.1
4482026-08-12T13:50:46.610Z Compiling libbz2-rs-sys v0.2.3
4492026-08-12T13:50:46.695Z Compiling cpp_demangle v0.5.1
4502026-08-12T13:50:47.054Z Compiling subtle v2.6.1
4512026-08-12T13:50:47.119Z Compiling prettyplease v0.2.37
4522026-08-12T13:50:47.203Z Compiling rsa v0.9.10
4532026-08-12T13:50:47.373Z Compiling bzip2 v0.6.1
4542026-08-12T13:50:47.675Z Compiling zopfli v0.8.3
4552026-08-12T13:50:48.979Z Compiling env_logger v0.11.10
4562026-08-12T13:50:49.526Z Compiling aes v0.9.0
4572026-08-12T13:50:49.868Z Compiling toml_parser v1.1.2+spec-1.1.0
4582026-08-12T13:50:50.599Z Compiling scroll v0.13.0
4592026-08-12T13:50:50.607Z Compiling hubpack v0.1.2
4602026-08-12T13:50:50.687Z Compiling pbkdf2 v0.13.0
4612026-08-12T13:50:50.896Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-08-12T13:50:51.189Z Compiling serde-hex v0.1.0
4632026-08-12T13:50:51.689Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-08-12T13:50:51.934Z Compiling x509-cert v0.2.5
4652026-08-12T13:50:52.547Z Compiling sha1 v0.11.0
4662026-08-12T13:50:53.059Z Compiling lzma-rust2 v0.16.2
4672026-08-12T13:50:53.331Z Compiling erased-serde v0.3.31
4682026-08-12T13:50:53.963Z Compiling zerofrom v0.1.7
4692026-08-12T13:50:54.086Z Compiling num-derive v0.4.2
4702026-08-12T13:50:55.010Z Compiling serde_spanned v1.1.1
4712026-08-12T13:50:55.153Z Compiling toml_datetime v1.1.1+spec-1.1.0
4722026-08-12T13:50:55.650Z Compiling semver v1.0.28
4732026-08-12T13:50:55.937Z Compiling icu_normalizer_data v2.2.0
4742026-08-12T13:50:56.151Z Compiling crc-any v2.5.0
4752026-08-12T13:50:56.586Z Compiling toml_writer v1.1.1+spec-1.1.0
4762026-08-12T13:50:56.847Z Compiling hashbrown v0.12.3
4772026-08-12T13:50:57.409Z Compiling typed-path v0.12.3
4782026-08-12T13:50:58.210Z Compiling ppmd-rust v1.4.0
4792026-08-12T13:50:58.646Z Compiling deflate64 v0.1.12
4802026-08-12T13:50:58.744Z Compiling fnv v1.0.7
4812026-08-12T13:50:58.839Z Compiling hex v0.4.3
4822026-08-12T13:50:58.929Z Compiling icu_properties_data v2.2.0
4832026-08-12T13:50:59.145Z Compiling void v1.0.2
4842026-08-12T13:50:59.200Z Compiling constant_time_eq v0.4.2
4852026-08-12T13:50:59.245Z Compiling yoke v0.8.2
4862026-08-12T13:50:59.407Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4872026-08-12T13:50:59.424Z Compiling gimli v0.33.0
4882026-08-12T13:50:59.968Z Compiling toml v1.1.2+spec-1.1.0
4892026-08-12T13:51:02.870Z Compiling zstd v0.13.3
4902026-08-12T13:51:03.316Z Compiling zip v8.6.0
4912026-08-12T13:51:06.084Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-08-12T13:51:08.881Z Compiling console v0.16.3
4932026-08-12T13:51:09.139Z Compiling serde-big-array v0.5.1
4942026-08-12T13:51:09.284Z Compiling memmap2 v0.9.10
4952026-08-12T13:51:09.330Z Compiling typed-arena v2.0.2
4962026-08-12T13:51:09.474Z Compiling rustc-demangle v0.1.27
4972026-08-12T13:51:09.589Z Compiling colored v3.1.1
4982026-08-12T13:51:09.740Z Compiling path-slash v0.2.1
4992026-08-12T13:51:09.992Z Compiling unit-prefix v0.5.2
5002026-08-12T13:51:10.143Z Compiling plain v0.2.3
5012026-08-12T13:51:10.255Z Compiling goblin v0.10.5
5022026-08-12T13:51:10.408Z Compiling indicatif v0.18.4
5032026-08-12T13:51:10.584Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5042026-08-12T13:51:10.721Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5052026-08-12T13:51:11.047Z Compiling addr2line v0.26.1
5062026-08-12T13:51:11.124Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-08-12T13:51:11.776Z Compiling rayon v1.12.0
5082026-08-12T13:51:13.903Z Compiling ron v0.12.1
5092026-08-12T13:51:14.144Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5102026-08-12T13:51:14.734Z Compiling multimap v0.10.1
5112026-08-12T13:51:14.940Z Compiling datamap v0.1.0
5122026-08-12T13:51:15.247Z Compiling auto_impl v1.3.0
5132026-08-12T13:51:16.118Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5142026-08-12T13:51:17.070Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-08-12T13:51:17.354Z Compiling zerovec v0.11.6
5162026-08-12T13:51:18.906Z Compiling parking_lot v0.12.5
5172026-08-12T13:51:19.195Z Compiling tinystr v0.8.3
5182026-08-12T13:51:19.391Z Compiling rustc_version v0.4.1
5192026-08-12T13:51:19.671Z Compiling ryu v1.0.23
5202026-08-12T13:51:20.021Z Compiling litemap v0.8.2
5212026-08-12T13:51:20.118Z Compiling writeable v0.6.3
5222026-08-12T13:51:20.208Z Compiling heapless v0.7.17
5232026-08-12T13:51:20.308Z Compiling icu_locale_core v2.2.0
5242026-08-12T13:51:20.476Z Compiling potential_utf v0.1.5
5252026-08-12T13:51:20.627Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-08-12T13:51:21.232Z Compiling zerotrie v0.2.4
5272026-08-12T13:51:21.527Z Compiling strum_macros v0.28.0
5282026-08-12T13:51:21.716Z Compiling utf8_iter v1.0.4
5292026-08-12T13:51:21.856Z Compiling proc-macro-hack v0.5.20+deprecated
5302026-08-12T13:51:22.172Z Compiling icu_collections v2.2.0
5312026-08-12T13:51:22.612Z Compiling icu_provider v2.2.0
5322026-08-12T13:51:22.905Z Compiling proc-macro-crate v3.5.0
5332026-08-12T13:51:23.329Z Compiling strum v0.28.0
5342026-08-12T13:51:23.479Z Compiling hash32 v0.2.1
5352026-08-12T13:51:23.571Z Compiling strum_macros v0.27.2
5362026-08-12T13:51:23.869Z Compiling percent-encoding v2.3.2
5372026-08-12T13:51:25.368Z Compiling strum v0.27.2
5382026-08-12T13:51:26.804Z Compiling capstone v0.14.0
5392026-08-12T13:51:26.920Z Compiling postcard-cobs v0.1.5-pre
5402026-08-12T13:51:26.973Z Compiling pkg-version-impl v0.1.1
5412026-08-12T13:51:27.113Z Compiling postcard v0.7.3
5422026-08-12T13:51:27.150Z Compiling darling_core v0.20.11
5432026-08-12T13:51:27.408Z Compiling icu_properties v2.2.0
5442026-08-12T13:51:27.864Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5452026-08-12T13:51:27.872Z Compiling icu_normalizer v2.2.0
5462026-08-12T13:51:28.296Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5472026-08-12T13:51:28.327Z Compiling itertools v0.14.0
5482026-08-12T13:51:28.480Z Compiling bitflags v1.3.2
5492026-08-12T13:51:28.554Z Compiling idna_adapter v1.2.2
5502026-08-12T13:51:28.757Z Compiling pkg-version v1.0.0
5512026-08-12T13:51:28.839Z Compiling virtue v0.0.18
5522026-08-12T13:51:28.849Z Compiling unicode-width v0.1.14
5532026-08-12T13:51:29.078Z Compiling darling_macro v0.20.11
5542026-08-12T13:51:29.147Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5552026-08-12T13:51:29.370Z Compiling bincode_derive v2.0.1
5562026-08-12T13:51:29.633Z Compiling darling v0.20.11
5572026-08-12T13:51:29.702Z Compiling idna v1.1.0
5582026-08-12T13:51:29.711Z Compiling form_urlencoded v1.2.2
5592026-08-12T13:51:29.866Z Compiling bytemuck_derive v1.10.2
5602026-08-12T13:51:29.887Z Compiling pin-project-lite v0.2.17
5612026-08-12T13:51:29.965Z Compiling deku_derive v0.18.1
5622026-08-12T13:51:29.982Z Compiling url v2.5.8
5632026-08-12T13:51:30.213Z Compiling num_enum_derive v0.7.6
5642026-08-12T13:51:30.835Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5652026-08-12T13:51:30.956Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5662026-08-12T13:51:31.004Z Compiling bytemuck v1.25.0
5672026-08-12T13:51:31.095Z Compiling jep106 v0.3.0
5682026-08-12T13:51:31.209Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5692026-08-12T13:51:31.228Z Compiling tracing-core v0.1.36
5702026-08-12T13:51:31.236Z Compiling csv-core v0.1.13
5712026-08-12T13:51:31.361Z Compiling no_std_io2 v0.8.1
5722026-08-12T13:51:31.467Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5732026-08-12T13:51:31.630Z Compiling futures-core v0.3.32
5742026-08-12T13:51:31.733Z Compiling unty v0.0.4
5752026-08-12T13:51:31.821Z Compiling base64 v0.22.1
5762026-08-12T13:51:31.943Z Compiling heapless v0.9.3
5772026-08-12T13:51:32.110Z Compiling unsafe-libyaml v0.2.11
5782026-08-12T13:51:32.119Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5792026-08-12T13:51:32.552Z Compiling bincode v2.0.1
5802026-08-12T13:51:32.726Z Compiling serde_yaml v0.9.34+deprecated
5812026-08-12T13:51:32.801Z Compiling deku v0.18.1
5822026-08-12T13:51:33.092Z Compiling csv v1.4.0
5832026-08-12T13:51:33.351Z Compiling num_enum v0.7.6
5842026-08-12T13:51:33.470Z Compiling hash32 v0.3.1
5852026-08-12T13:51:33.638Z Compiling md-5 v0.10.6
5862026-08-12T13:51:33.669Z Compiling serde_plain v1.0.2
5872026-08-12T13:51:33.966Z Compiling tracing-attributes v0.1.31
5882026-08-12T13:51:33.995Z Compiling miette-derive v7.6.0
5892026-08-12T13:51:34.123Z Compiling async-io v2.6.0
5902026-08-12T13:51:34.227Z Compiling object v0.38.1
5912026-08-12T13:51:34.509Z Compiling slab v0.4.12
5922026-08-12T13:51:34.733Z Compiling libdevinfo-sys v1.1.0
5932026-08-12T13:51:34.832Z Compiling devinfo v0.1.0
5942026-08-12T13:51:35.065Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5952026-08-12T13:51:35.083Z Compiling miette v7.6.0
5962026-08-12T13:51:35.167Z Compiling tracing v0.1.44
5972026-08-12T13:51:35.309Z Compiling esp-idf-part v0.6.0
5982026-08-12T13:51:35.723Z Compiling futures-lite v2.6.1
5992026-08-12T13:51:36.172Z Compiling nix v0.26.4
6002026-08-12T13:51:36.432Z Compiling gimli v0.32.3
6012026-08-12T13:51:36.469Z Compiling md-5 v0.11.0
6022026-08-12T13:51:36.494Z Compiling docsplay-macros v0.1.2
6032026-08-12T13:51:36.782Z Compiling concurrent-queue v2.5.0
6042026-08-12T13:51:37.024Z Compiling polling v3.11.0
6052026-08-12T13:51:37.077Z Compiling rmp v0.8.15
6062026-08-12T13:51:37.104Z Compiling parking v2.2.1
6072026-08-12T13:51:37.244Z Compiling futures-io v0.3.32
6082026-08-12T13:51:37.521Z Compiling rmp-serde v1.3.1
6092026-08-12T13:51:37.608Z Compiling docsplay v0.1.3
6102026-08-12T13:51:37.709Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-08-12T13:51:38.910Z Compiling cobs v0.5.1
6122026-08-12T13:51:38.973Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6132026-08-12T13:51:39.718Z Compiling espflash v4.4.0
6142026-08-12T13:51:40.652Z Compiling ihex v3.0.0
6152026-08-12T13:51:40.682Z Compiling dunce v1.0.5
6162026-08-12T13:51:40.784Z Compiling uf2-decode v0.2.0
6172026-08-12T13:51:40.870Z Compiling chacha20 v0.10.0
6182026-08-12T13:51:41.181Z Compiling rand v0.10.1
6192026-08-12T13:51:41.248Z Compiling unicode-segmentation v1.13.2
6202026-08-12T13:51:41.248Z Compiling signal-hook v0.3.18
6212026-08-12T13:51:41.876Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6222026-08-12T13:51:42.344Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-08-12T13:51:42.886Z Compiling signal-hook-registry v1.4.8
6242026-08-12T13:51:42.925Z Compiling convert_case v0.10.0
6252026-08-12T13:51:43.317Z Compiling mio v1.2.0
6262026-08-12T13:51:43.446Z Compiling mio v0.8.11
6272026-08-12T13:51:43.712Z Compiling derive_more-impl v2.1.1
6282026-08-12T13:51:44.117Z Compiling signal-hook-mio v0.2.5
6292026-08-12T13:51:44.335Z Compiling litrs v1.0.0
6302026-08-12T13:51:44.795Z Compiling document-features v0.2.12
6312026-08-12T13:51:44.838Z Compiling derive_more v2.1.1
6322026-08-12T13:51:44.917Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6332026-08-12T13:51:45.349Z Compiling crossterm v0.29.0
6342026-08-12T13:51:45.360Z Compiling convert_case v0.11.0
6352026-08-12T13:51:45.636Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6362026-08-12T13:51:46.535Z Compiling camino v1.2.2
6372026-08-12T13:51:46.721Z Compiling paste v1.0.15
6382026-08-12T13:51:47.175Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-08-12T13:51:47.702Z Compiling crossbeam-channel v0.5.15
6402026-08-12T13:51:47.728Z Compiling castaway v0.2.4
6412026-08-12T13:51:48.296Z Compiling thiserror v1.0.69
6422026-08-12T13:51:48.445Z Compiling instability v0.3.12
6432026-08-12T13:51:48.615Z Compiling indoc v2.0.7
6442026-08-12T13:51:48.699Z Compiling lazy-regex-proc_macros v3.6.0
6452026-08-12T13:51:49.019Z Compiling unicode-truncate v2.0.1
6462026-08-12T13:51:49.051Z Compiling compact_str v0.9.0
6472026-08-12T13:51:49.674Z Compiling lru v0.16.4
6482026-08-12T13:51:49.752Z Compiling kasuari v0.4.12
6492026-08-12T13:51:49.820Z Compiling thiserror-impl v1.0.69
6502026-08-12T13:51:49.867Z Compiling crossbeam-queue v0.3.12
6512026-08-12T13:51:49.888Z Compiling cargo-platform v0.3.3
6522026-08-12T13:51:50.094Z Compiling cargo_metadata v0.23.1
6532026-08-12T13:51:50.126Z Compiling ratatui-core v0.1.0
6542026-08-12T13:51:50.386Z Compiling crossbeam v0.8.4
6552026-08-12T13:51:50.462Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6562026-08-12T13:51:51.296Z Compiling lazy-regex v3.6.0
6572026-08-12T13:51:52.106Z Compiling base64 v0.13.1
6582026-08-12T13:51:52.344Z Compiling binrw_derive v0.14.2
6592026-08-12T13:51:52.367Z Compiling strict v0.2.0
6602026-08-12T13:51:52.596Z Compiling ron v0.6.6
6612026-08-12T13:51:52.606Z Compiling crokey-proc_macros v1.4.0
6622026-08-12T13:51:52.769Z Compiling crossterm v0.23.2
6632026-08-12T13:51:53.189Z Compiling line-clipping v0.3.7
6642026-08-12T13:51:53.552Z Compiling owo-colors v3.5.0
6652026-08-12T13:51:53.729Z Compiling binrw v0.14.2
6662026-08-12T13:51:53.741Z Compiling crokey v1.4.0
6672026-08-12T13:51:54.068Z Compiling cargo-readme v3.3.2
6682026-08-12T13:51:54.346Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6692026-08-12T13:51:54.710Z Compiling ratatui-widgets v0.3.0
6702026-08-12T13:51:54.802Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6712026-08-12T13:51:55.339Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6722026-08-12T13:51:56.761Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6732026-08-12T13:51:58.374Z Compiling coolor v0.8.0
6742026-08-12T13:51:58.503Z Compiling coolor v1.1.0
6752026-08-12T13:51:58.641Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-08-12T13:51:58.746Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6772026-08-12T13:51:58.774Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6782026-08-12T13:51:59.735Z Compiling half v2.7.1
6792026-08-12T13:52:00.103Z Compiling minimad v0.13.1
6802026-08-12T13:52:00.119Z Compiling minimad v0.14.0
6812026-08-12T13:52:00.557Z Compiling array-init v2.1.0
6822026-08-12T13:52:00.673Z Compiling convert_case v0.4.0
6832026-08-12T13:52:00.969Z Compiling ciborium-io v0.2.2
6842026-08-12T13:52:01.068Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6852026-08-12T13:52:01.191Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6862026-08-12T13:52:01.318Z Compiling ciborium-ll v0.2.2
6872026-08-12T13:52:01.580Z Compiling derive_more v0.99.20
6882026-08-12T13:52:02.041Z Compiling termimad v0.34.1
6892026-08-12T13:52:02.189Z Compiling termimad v0.25.7
6902026-08-12T13:52:02.435Z Compiling ratatui-macros v0.7.0
6912026-08-12T13:52:02.543Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-08-12T13:52:03.346Z Compiling ratatui-crossterm v0.1.0
6932026-08-12T13:52:03.588Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-08-12T13:52:03.685Z Compiling sha2 v0.11.0
6952026-08-12T13:52:03.818Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-08-12T13:52:04.066Z Compiling parse-size v1.1.0
6972026-08-12T13:52:04.080Z Compiling xml v1.2.1
6982026-08-12T13:52:04.266Z Compiling iana-time-zone v0.1.65
6992026-08-12T13:52:04.640Z Compiling chrono v0.4.44
7002026-08-12T13:52:05.777Z Compiling serde-xml-rs v0.8.2
7012026-08-12T13:52:07.242Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7022026-08-12T13:52:08.211Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7032026-08-12T13:52:09.064Z Compiling ratatui v0.30.0
7042026-08-12T13:52:10.220Z Compiling raw-cpuid v11.6.0
7052026-08-12T13:52:10.691Z Compiling ciborium v0.2.2
7062026-08-12T13:52:10.871Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-08-12T13:52:11.066Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-08-12T13:52:11.696Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-08-12T13:52:11.726Z Compiling humility-bin v0.13.7 (/work/oxidecomputer/humility/humility-bin)
7102026-08-12T13:52:12.268Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7112026-08-12T13:52:12.271Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7122026-08-12T13:52:12.991Z Compiling tracing-log v0.2.0
7132026-08-12T13:52:13.418Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-08-12T13:52:13.599Z Compiling sharded-slab v0.1.7
7152026-08-12T13:52:14.047Z Compiling matchers v0.2.0
7162026-08-12T13:52:14.205Z Compiling termios v0.3.3
7172026-08-12T13:52:14.214Z Compiling thread_local v1.1.9
7182026-08-12T13:52:14.218Z Compiling nu-ansi-term v0.50.3
7192026-08-12T13:52:14.276Z Compiling splitty v1.0.2
7202026-08-12T13:52:14.381Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7212026-08-12T13:52:14.459Z Compiling tracing-subscriber v0.3.23
7222026-08-12T13:52:14.608Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7232026-08-12T13:52:14.744Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7242026-08-12T13:52:14.842Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7252026-08-12T13:52:16.289Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7262026-08-12T13:52:16.480Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7272026-08-12T13:52:17.123Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7282026-08-12T13:52:19.432Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7292026-08-12T13:52:20.017Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7302026-08-12T13:52:21.455Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7312026-08-12T13:52:21.509Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7322026-08-12T13:52:21.828Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7332026-08-12T13:52:22.637Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7342026-08-12T13:52:22.637Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7352026-08-12T13:52:27.487Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7362026-08-12T13:52:29.958Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7372026-08-12T13:52:30.989Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7382026-08-12T13:52:32.178Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7392026-08-12T13:52:33.143Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7402026-08-12T13:52:34.366Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-08-12T13:52:34.801Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7422026-08-12T13:52:37.389Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7432026-08-12T13:52:39.394Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7442026-08-12T13:52:41.324Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7452026-08-12T13:52:41.685Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7462026-08-12T13:52:42.215Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7472026-08-12T13:52:43.509Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-08-12T13:52:44.709Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7492026-08-12T13:52:45.194Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7502026-08-12T13:52:45.869Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7512026-08-12T13:52:46.065Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7522026-08-12T13:52:46.548Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7532026-08-12T13:52:48.285Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7542026-08-12T13:52:49.684Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7552026-08-12T13:52:51.911Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7562026-08-12T13:52:52.647Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7572026-08-12T13:52:53.322Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7582026-08-12T13:52:53.805Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7592026-08-12T13:52:54.311Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7602026-08-12T13:52:54.449Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7612026-08-12T13:52:56.398Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7622026-08-12T13:52:57.450Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7632026-08-12T13:52:57.857Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7642026-08-12T13:52:58.498Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7652026-08-12T13:52:58.787Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7662026-08-12T13:52:59.310Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7672026-08-12T13:52:59.320Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7682026-08-12T13:53:00.086Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7692026-08-12T13:53:00.887Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7702026-08-12T13:53:01.394Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7712026-08-12T13:53:02.110Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7722026-08-12T13:53:03.569Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7732026-08-12T13:53:03.826Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7742026-08-12T13:53:04.307Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7752026-08-12T13:53:05.936Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7762026-08-12T13:53:26.990Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7772026-08-12T13:53:26.993Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-08-12T13:53:26.993Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-08-12T13:54:26.820Zpkg://helios/developer/debug/humility@0.13.7.716,5.11-3.0:20260812T135333Z
7802026-08-12T13:54:26.820ZPUBLISHED
7812026-08-12T13:54:27.038ZRetrieving packages for publisher helios ...
7822026-08-12T13:54:27.041ZRetrieving catalog 'helios' ... Done
7832026-08-12T13:54:27.044ZRetrieving and evaluating 1 package(s)...
7842026-08-12T13:54:27.044ZFetching manifests: 1/1 100% complete
7852026-08-12T13:54:27.044ZFetching manifests: 1/1 100% complete
7862026-08-12T13:54:27.045Z
7872026-08-12T13:54:27.045ZArchiving packages ...
7882026-08-12T13:54:27.045Z Packages to add: 1
7892026-08-12T13:54:27.045Z Files to retrieve: 1
7902026-08-12T13:54:27.045ZEstimated transfer size: 135.62 MB
7912026-08-12T13:54:27.045Z
7922026-08-12T13:54:27.045ZPackages to archive:
7932026-08-12T13:54:27.045Zdeveloper/debug/humility@0.13.7.716,5.11-3.0:20260812T135333Z
7942026-08-12T13:54:27.045Z
7952026-08-12T13:54:27.045ZDownload: 0/1 items 0.0/135.6MB 0% complete
7962026-08-12T13:54:27.282ZDownload: Completed 135.62 MB in 0.24 seconds (565M/s)
7972026-08-12T13:54:27.285ZArchiving: 1/10 items 0.0/135.6MB 0% complete
7982026-08-12T13:54:27.332ZArchiving: Completed 135.64 MB in 0.05 seconds
7992026-08-12T13:54:27.374ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.7.716-3.0.p5p.
8002026-08-12T13:54:27.382Z
8012026-08-12T13:54:27.382Zreal 4:35.153146103
8022026-08-12T13:54:27.382Zuser 22:27.884670090
8032026-08-12T13:54:27.383Zsys 1:37.185788016
8042026-08-12T13:54:27.383Ztrap 0.648988125
8052026-08-12T13:54:27.386Ztflt 1.113234584
8062026-08-12T13:54:27.386Zdflt 1.814583068
8072026-08-12T13:54:27.386Zkflt 0.012102687
8082026-08-12T13:54:27.386Zlock 1:37:45.611758936
8092026-08-12T13:54:27.386Zslp 1:12:22.103165314
8102026-08-12T13:54:27.386Zlat 1:13.826178994
8112026-08-12T13:54:27.386Zstop 1:21.004867723
8122026-08-12T13:54:27.386Z+ banner copy
8132026-08-12T13:54:27.386Z
8142026-08-12T13:54:27.386Z #### #### ##### # #
8152026-08-12T13:54:27.386Z # # # # # # # #
8162026-08-12T13:54:27.386Z # # # # # #
8172026-08-12T13:54:27.386Z # # # ##### #
8182026-08-12T13:54:27.386Z # # # # # #
8192026-08-12T13:54:27.386Z #### #### # #
8202026-08-12T13:54:27.386Z
8212026-08-12T13:54:27.387Z+ pfexec mkdir -p /out
8222026-08-12T13:54:27.390Z+ pfexec chown 12345 /out
8232026-08-12T13:54:27.390Z+ PKG_NAME=/out/humility.p5p
8242026-08-12T13:54:27.390Z+ mv pkg/packages/repo/humility-0.13.7.716-3.0.p5p /out/humility.p5p
8252026-08-12T13:54:27.497Z+ sha256sum /out/humility.p5p
8262026-08-12T13:54:27.576Zprocess exited: duration 283144 ms, exit code 0
 
8272026-08-12T13:54:27.583Zfound 2 output files
8282026-08-12T13:54:27.583Zuploading: /out/humility.p5p (142233600 bytes)
8292026-08-12T13:54:29.351Zuploaded: /out/humility.p5p
8302026-08-12T13:54:29.351Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-08-12T13:54:30.361Zuploaded: /out/humility.p5p.sha256