01KVDVBM85TF796HY419YMRVC3: 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: 01KVDVBXKDJZBEGJ9NCAHCH1SA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T17:10:50.147Zjob assigned to worker 01KVDVC04MZTY0X2GX3DVF4QJN [factory aws, i-008a7a27c49635b21] (queued for 54 s)
 
22026-06-18T17:10:56.209Zstarting task 0: "setup"
32026-06-18T17:10:56.216Z++ uname -s
42026-06-18T17:10:56.219Z+ kern=SunOS
52026-06-18T17:10:56.220Z+ build_user=build
62026-06-18T17:10:56.220Z+ build_uid=12345
72026-06-18T17:10:56.220Z+ work_dir=/work
82026-06-18T17:10:56.220Z+ input_dir=/input
92026-06-18T17:10:56.220Z+ [[ 0 == 12345 ]]
102026-06-18T17:10:56.220Z+ case "$kern" in
112026-06-18T17:10:56.220Z+ groupadd -g 12345 build
122026-06-18T17:10:56.223Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T17:10:58.226Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T17:10:58.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T17:10:58.394Z+ home_fs=zfs
162026-06-18T17:10:58.394Z+ [[ zfs == autofs ]]
172026-06-18T17:10:58.394Z+ mkdir -p /home/build
182026-06-18T17:10:58.394Z+ chown build:build /home/build /work
192026-06-18T17:11:00.395Z+ chmod 0700 /home/build /work
202026-06-18T17:11:00.398Zprocess exited: duration 4187 ms, exit code 0
 
212026-06-18T17:11:00.403Zstarting task 1: "rust-toolchain"
222026-06-18T17:11:00.407Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-18T17:11:00.407Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-18T17:11:00.407Z * rust toolchain channel = "stable"
252026-06-18T17:11:00.408Z * rust toolchain profile = "default"
262026-06-18T17:11:00.408Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T17:11:00.408Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T17:11:00.410Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T17:11:00.410Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-18T17:11:00.517Zinfo: downloading installer
312026-06-18T17:11:01.926Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T17:11:01.926Zwarn: /home/build/.rustup/settings.toml
332026-06-18T17:11:01.926Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T17:11:01.926Zwarn: instead of the one inferred from the default host triple.
352026-06-18T17:11:01.938Zinfo: profile set to default
362026-06-18T17:11:01.938Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T17:11:01.942Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-18T17:11:02.086Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-18T17:11:02.089Zinfo: downloading 6 components
402026-06-18T17:11:17.496Z
412026-06-18T17:11:17.496Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-06-18T17:11:17.552Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-18T17:11:17.552Z
442026-06-18T17:11:17.553Z
452026-06-18T17:11:17.553ZRust is installed now. Great!
462026-06-18T17:11:17.553Z
472026-06-18T17:11:17.553ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T17:11:17.553Zenvironment variable. This has not been done automatically.
492026-06-18T17:11:17.553Z
502026-06-18T17:11:17.553ZTo configure your current shell, you need to source
512026-06-18T17:11:17.553Zthe corresponding env file under $HOME/.cargo.
522026-06-18T17:11:17.553Z
532026-06-18T17:11:17.553ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T17:11:17.553Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T17:11:17.554Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T17:11:17.554Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T17:11:17.554Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T17:11:17.554Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T17:11:17.554Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T17:11:17.554Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T17:11:17.554Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T17:11:17.626Z+ rustup --version
632026-06-18T17:11:17.635Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T17:11:17.639Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T17:11:17.657Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-18T17:11:17.659Z+ cargo --version
672026-06-18T17:11:17.673Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-18T17:11:17.676Z+ rustc --version
692026-06-18T17:11:17.695Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-18T17:11:17.698Zprocess exited: duration 17294 ms, exit code 0
 
712026-06-18T17:11:17.704Zstarting task 2: "authentication"
722026-06-18T17:11:17.720Zprocess exited: duration 16 ms, exit code 0
 
732026-06-18T17:11:17.726Zstarting task 3: "clone repository"
742026-06-18T17:11:17.729Z+ mkdir -p /work/oxidecomputer/humility
752026-06-18T17:11:17.732Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-18T17:11:17.764ZCloning into '/work/oxidecomputer/humility'...
772026-06-18T17:11:41.313Z+ cd /work/oxidecomputer/humility
782026-06-18T17:11:41.313Z+ git fetch origin 7ee162777d4b42e411af0ee6151f04f329053845
792026-06-18T17:11:41.638ZFrom https://github.com/oxidecomputer/humility
802026-06-18T17:11:41.638Z * branch 7ee162777d4b42e411af0ee6151f04f329053845 -> FETCH_HEAD
812026-06-18T17:11:41.644Z+ [[ -n mkeeter/only-extract-tasks ]]
822026-06-18T17:11:41.647Z++ git branch --show-current
832026-06-18T17:11:41.649Z+ current=master
842026-06-18T17:11:41.649Z+ [[ master != mkeeter/only-extract-tasks ]]
852026-06-18T17:11:41.649Z+ git branch -f mkeeter/only-extract-tasks 7ee162777d4b42e411af0ee6151f04f329053845
862026-06-18T17:11:41.652Z+ git checkout -f mkeeter/only-extract-tasks
872026-06-18T17:11:42.424ZSwitched to branch 'mkeeter/only-extract-tasks'
882026-06-18T17:11:42.427Z+ git reset --hard 7ee162777d4b42e411af0ee6151f04f329053845
892026-06-18T17:11:42.437ZHEAD is now at 7ee16277 Remove zip dependency from extract and dump
902026-06-18T17:11:42.440Zprocess exited: duration 24712 ms, exit code 0
 
912026-06-18T17:11:42.445Zstarting task 4: "build"
922026-06-18T17:11:42.450Z+ export CARGO_INCREMENTAL=0
932026-06-18T17:11:42.450Z+ CARGO_INCREMENTAL=0
942026-06-18T17:11:42.450Z+ banner deps
952026-06-18T17:11:42.454Z
962026-06-18T17:11:42.454Z ##### ###### ##### ####
972026-06-18T17:11:42.454Z # # # # # #
982026-06-18T17:11:42.454Z # # ##### # # ####
992026-06-18T17:11:42.454Z # # # ##### #
1002026-06-18T17:11:42.454Z # # # # # #
1012026-06-18T17:11:42.454Z ##### ###### # ####
1022026-06-18T17:11:42.454Z
1032026-06-18T17:11:42.454Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-18T17:11:42.454Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-18T17:11:42.454Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-18T17:11:43.425Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-18T17:11:43.516Z Startup: Caching catalogs ... Done
1082026-06-18T17:11:43.870ZPlanning: Solver setup ... Done (0.315s)
1092026-06-18T17:11:43.893ZPlanning: Running solver ... Done (0.023s)
1102026-06-18T17:11:43.901ZPlanning: Finding local manifests ... Done (0.003s)
1112026-06-18T17:11:43.912ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-18T17:11:43.925ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-18T17:11:43.937ZPlanning: Package planning ... Done (0.012s)
1142026-06-18T17:11:43.940ZPlanning: Merging actions ... Done (0.000s)
1152026-06-18T17:11:44.114ZPlanning: Checking for conflicting actions ... Done (0.175s)
1162026-06-18T17:11:44.117ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-18T17:11:44.965ZPlanning: Evaluating mediators ... Done (0.850s)
1182026-06-18T17:11:44.967ZPlanning: Planning completed in 1.43 seconds
1192026-06-18T17:11:45.199Z Packages to install: 2
1202026-06-18T17:11:45.199Z Estimated space available: 155.92 GB
1212026-06-18T17:11:45.199ZEstimated space to be consumed: 19.01 MB
1222026-06-18T17:11:45.199Z Create boot environment: No
1232026-06-18T17:11:45.199ZCreate backup boot environment: No
1242026-06-18T17:11:45.199Z Rebuild boot archive: No
1252026-06-18T17:11:45.202Z
1262026-06-18T17:11:45.202ZChanged packages:
1272026-06-18T17:11:45.202Zhelios
1282026-06-18T17:11:45.202Z library/libftdi1
1292026-06-18T17:11:45.204Z None -> 1.5-3.0
1302026-06-18T17:11:45.204Z ooce/library/libusb-1
1312026-06-18T17:11:45.204Z None -> 1.0.29-3.1
1322026-06-18T17:11:45.224Z
1332026-06-18T17:11:45.224ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-18T17:11:45.277ZDownload: Completed 377.70 kB in 0.05 seconds (7.0M/s)
1352026-06-18T17:11:45.316Z Actions: 1/61 actions (Installing new actions)
1362026-06-18T17:11:45.329Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-18T17:11:45.338ZFinalize: Updating package state database ... Done (0.008s)
1382026-06-18T17:11:45.340ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-18T17:11:45.360ZFinalize: Updating image state ... Done (0.023s)
1402026-06-18T17:11:47.710ZFinalize: Creating fast lookup database ... Done (2.328s)
1412026-06-18T17:11:47.780ZFinalize: Reading search index ... Done (0.014s)
1422026-06-18T17:11:47.783ZFinalize: Updating search index ... Done (0.000s)
1432026-06-18T17:11:47.861ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-18T17:11:47.954Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-18T17:11:48.169ZFMRI IFO
1462026-06-18T17:11:48.169Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-18T17:11:48.169Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-18T17:11:48.204Z+ cargo --version
1492026-06-18T17:11:48.215Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-18T17:11:48.219Z+ rustc --version
1512026-06-18T17:11:48.238Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-18T17:11:48.241Z+ banner package
1532026-06-18T17:11:48.244Z
1542026-06-18T17:11:48.244Z ##### ## #### # # ## #### ######
1552026-06-18T17:11:48.244Z # # # # # # # # # # # # #
1562026-06-18T17:11:48.244Z # # # # # #### # # # #####
1572026-06-18T17:11:48.244Z ##### ###### # # # ###### # ### #
1582026-06-18T17:11:48.244Z # # # # # # # # # # # #
1592026-06-18T17:11:48.244Z # # # #### # # # # #### ######
1602026-06-18T17:11:48.244Z
1612026-06-18T17:11:48.244Z+ ptime -m cargo xtask package
1622026-06-18T17:11:48.357Z Updating crates.io index
1632026-06-18T17:11:48.360Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-06-18T17:11:48.623Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-06-18T17:11:48.959Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-06-18T17:11:49.296Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-06-18T17:11:49.606Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-06-18T17:11:49.944Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-06-18T17:11:50.438Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-06-18T17:11:50.884Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-06-18T17:12:01.844Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-06-18T17:12:02.156Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-06-18T17:12:02.488Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-06-18T17:12:02.746Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-06-18T17:12:03.033Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-06-18T17:12:03.388Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-06-18T17:12:04.258Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-06-18T17:12:04.551Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-06-18T17:12:04.848Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-06-18T17:12:07.104Z Downloading crates ...
1812026-06-18T17:12:07.150Z Downloaded anstream v1.0.0
1822026-06-18T17:12:07.170Z Downloaded aho-corasick v1.1.4
1832026-06-18T17:12:07.180Z Downloaded cargo-platform v0.3.3
1842026-06-18T17:12:07.187Z Downloaded thiserror v2.0.18
1852026-06-18T17:12:07.190Z Downloaded serde_spanned v1.1.1
1862026-06-18T17:12:07.192Z Downloaded itoa v1.0.18
1872026-06-18T17:12:07.195Z Downloaded heck v0.5.0
1882026-06-18T17:12:07.195Z Downloaded is_terminal_polyfill v1.70.2
1892026-06-18T17:12:07.202Z Downloaded anstyle-parse v1.0.0
1902026-06-18T17:12:07.218Z Downloaded utf8parse v0.2.2
1912026-06-18T17:12:07.221Z Downloaded strsim v0.11.1
1922026-06-18T17:12:07.226Z Downloaded colorchoice v1.0.5
1932026-06-18T17:12:07.229Z Downloaded anstyle-query v1.1.5
1942026-06-18T17:12:07.232Z Downloaded lazy_static v1.5.0
1952026-06-18T17:12:07.235Z Downloaded toml_parser v1.1.2+spec-1.1.0
1962026-06-18T17:12:07.235Z Downloaded anyhow v1.0.102
1972026-06-18T17:12:07.237Z Downloaded equivalent v1.0.2
1982026-06-18T17:12:07.238Z Downloaded thiserror-impl v2.0.18
1992026-06-18T17:12:07.242Z Downloaded percent-encoding v2.3.2
2002026-06-18T17:12:07.246Z Downloaded clap_lex v1.1.0
2012026-06-18T17:12:07.249Z Downloaded toml_writer v1.1.1+spec-1.1.0
2022026-06-18T17:12:07.252Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2032026-06-18T17:12:07.258Z Downloaded zmij v1.0.21
2042026-06-18T17:12:07.261Z Downloaded cargo_metadata v0.23.1
2052026-06-18T17:12:07.261Z Downloaded anstyle v1.0.14
2062026-06-18T17:12:07.266Z Downloaded serde_core v1.0.228
2072026-06-18T17:12:07.268Z Downloaded quote v1.0.45
2082026-06-18T17:12:07.274Z Downloaded semver v1.0.28
2092026-06-18T17:12:07.280Z Downloaded clap_derive v4.6.1
2102026-06-18T17:12:07.282Z Downloaded camino v1.2.2
2112026-06-18T17:12:07.287Z Downloaded proc-macro2 v1.0.106
2122026-06-18T17:12:07.291Z Downloaded cargo-readme v3.3.2
2132026-06-18T17:12:07.305Z Downloaded serde_derive v1.0.228
2142026-06-18T17:12:07.308Z Downloaded clap v4.6.1
2152026-06-18T17:12:07.311Z Downloaded unicode-ident v1.0.24
2162026-06-18T17:12:07.314Z Downloaded toml v1.1.2+spec-1.1.0
2172026-06-18T17:12:07.327Z Downloaded serde v1.0.228
2182026-06-18T17:12:07.338Z Downloaded memchr v2.8.0
2192026-06-18T17:12:07.353Z Downloaded indexmap v2.14.0
2202026-06-18T17:12:07.377Z Downloaded syn v2.0.117
2212026-06-18T17:12:07.383Z Downloaded winnow v1.0.2
2222026-06-18T17:12:07.388Z Downloaded serde_json v1.0.149
2232026-06-18T17:12:07.392Z Downloaded clap_builder v4.6.0
2242026-06-18T17:12:07.396Z Downloaded regex v1.12.3
2252026-06-18T17:12:07.399Z Downloaded hashbrown v0.17.0
2262026-06-18T17:12:07.418Z Downloaded regex-syntax v0.8.10
2272026-06-18T17:12:07.434Z Downloaded regex-automata v0.4.14
2282026-06-18T17:12:07.473Z Compiling proc-macro2 v1.0.106
2292026-06-18T17:12:07.473Z Compiling serde_core v1.0.228
2302026-06-18T17:12:07.473Z Compiling unicode-ident v1.0.24
2312026-06-18T17:12:07.476Z Compiling quote v1.0.45
2322026-06-18T17:12:07.476Z Compiling memchr v2.8.0
2332026-06-18T17:12:07.476Z Compiling utf8parse v0.2.2
2342026-06-18T17:12:07.476Z Compiling anstyle-query v1.1.5
2352026-06-18T17:12:07.476Z Compiling anstyle v1.0.14
2362026-06-18T17:12:07.684Z Compiling anstyle-parse v1.0.0
2372026-06-18T17:12:07.687Z Compiling serde v1.0.228
2382026-06-18T17:12:07.699Z Compiling is_terminal_polyfill v1.70.2
2392026-06-18T17:12:07.777Z Compiling colorchoice v1.0.5
2402026-06-18T17:12:07.795Z Compiling zmij v1.0.21
2412026-06-18T17:12:07.873Z Compiling anstream v1.0.0
2422026-06-18T17:12:07.890Z Compiling clap_lex v1.1.0
2432026-06-18T17:12:07.958Z Compiling winnow v1.0.2
2442026-06-18T17:12:08.045Z Compiling aho-corasick v1.1.4
2452026-06-18T17:12:08.126Z Compiling thiserror v2.0.18
2462026-06-18T17:12:08.142Z Compiling serde_json v1.0.149
2472026-06-18T17:12:08.201Z Compiling camino v1.2.2
2482026-06-18T17:12:08.284Z Compiling regex-syntax v0.8.10
2492026-06-18T17:12:08.322Z Compiling strsim v0.11.1
2502026-06-18T17:12:08.367Z Compiling heck v0.5.0
2512026-06-18T17:12:08.561Z Compiling clap_builder v4.6.0
2522026-06-18T17:12:08.644Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-06-18T17:12:08.785Z Compiling syn v2.0.117
2542026-06-18T17:12:08.835Z Compiling itoa v1.0.18
2552026-06-18T17:12:09.001Z Compiling toml_writer v1.1.1+spec-1.1.0
2562026-06-18T17:12:09.028Z Compiling anyhow v1.0.102
2572026-06-18T17:12:09.206Z Compiling percent-encoding v2.3.2
2582026-06-18T17:12:09.348Z Compiling lazy_static v1.5.0
2592026-06-18T17:12:09.631Z Compiling toml_datetime v1.1.1+spec-1.1.0
2602026-06-18T17:12:09.631Z Compiling serde_spanned v1.1.1
2612026-06-18T17:12:09.719Z Compiling regex-automata v0.4.14
2622026-06-18T17:12:09.779Z Compiling cargo-platform v0.3.3
2632026-06-18T17:12:09.811Z Compiling toml v1.1.2+spec-1.1.0
2642026-06-18T17:12:09.933Z Compiling semver v1.0.28
2652026-06-18T17:12:11.141Z Compiling serde_derive v1.0.228
2662026-06-18T17:12:11.141Z Compiling thiserror-impl v2.0.18
2672026-06-18T17:12:11.141Z Compiling clap_derive v4.6.1
2682026-06-18T17:12:11.331Z Compiling regex v1.12.3
2692026-06-18T17:12:12.393Z Compiling clap v4.6.1
2702026-06-18T17:12:13.355Z Compiling cargo-readme v3.3.2
2712026-06-18T17:12:13.355Z Compiling cargo_metadata v0.23.1
2722026-06-18T17:12:14.300Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-06-18T17:12:15.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s
2742026-06-18T17:12:15.764Z Running `target/debug/xtask package`
2752026-06-18T17:12:20.327Z Compiling proc-macro2 v1.0.106
2762026-06-18T17:12:20.328Z Compiling quote v1.0.45
2772026-06-18T17:12:20.328Z Compiling unicode-ident v1.0.24
2782026-06-18T17:12:20.328Z Compiling serde_core v1.0.228
2792026-06-18T17:12:20.328Z Compiling libc v0.2.186
2802026-06-18T17:12:20.328Z Compiling serde v1.0.228
2812026-06-18T17:12:20.328Z Compiling cfg-if v1.0.4
2822026-06-18T17:12:20.331Z Compiling typenum v1.20.0
2832026-06-18T17:12:20.451Z Compiling memchr v2.8.0
2842026-06-18T17:12:20.488Z Compiling log v0.4.29
2852026-06-18T17:12:20.760Z Compiling thiserror v2.0.18
2862026-06-18T17:12:21.091Z Compiling scopeguard v1.2.0
2872026-06-18T17:12:21.098Z Compiling strsim v0.11.1
2882026-06-18T17:12:21.108Z Compiling stable_deref_trait v1.2.1
2892026-06-18T17:12:21.180Z Compiling autocfg v1.5.0
2902026-06-18T17:12:21.183Z Compiling lock_api v0.4.14
2912026-06-18T17:12:21.237Z Compiling errno v0.3.14
2922026-06-18T17:12:21.376Z Compiling smallvec v1.15.1
2932026-06-18T17:12:21.411Z Compiling foldhash v0.2.0
2942026-06-18T17:12:21.509Z Compiling heck v0.5.0
2952026-06-18T17:12:21.622Z Compiling syn v2.0.117
2962026-06-18T17:12:21.637Z Compiling equivalent v1.0.2
2972026-06-18T17:12:21.644Z Compiling ident_case v1.0.1
2982026-06-18T17:12:21.647Z Compiling rustversion v1.0.22
2992026-06-18T17:12:21.697Z Compiling jobserver v0.1.34
3002026-06-18T17:12:21.715Z Compiling find-msvc-tools v0.1.9
3012026-06-18T17:12:21.749Z Compiling shlex v1.3.0
3022026-06-18T17:12:21.865Z Compiling zeroize v1.8.2
3032026-06-18T17:12:21.925Z Compiling cc v1.2.61
3042026-06-18T17:12:21.937Z Compiling rustix v1.1.4
3052026-06-18T17:12:21.998Z Compiling anyhow v1.0.102
3062026-06-18T17:12:22.063Z Compiling libm v0.2.16
3072026-06-18T17:12:22.299Z Compiling num-traits v0.2.19
3082026-06-18T17:12:22.454Z Compiling const-oid v0.9.6
3092026-06-18T17:12:22.514Z Compiling version_check v0.9.5
3102026-06-18T17:12:22.523Z Compiling zerocopy v0.8.48
3112026-06-18T17:12:22.553Z Compiling bitflags v2.11.1
3122026-06-18T17:12:22.769Z Compiling generic-array v0.14.7
3132026-06-18T17:12:23.003Z Compiling aho-corasick v1.1.4
3142026-06-18T17:12:23.032Z Compiling regex-syntax v0.8.10
3152026-06-18T17:12:23.120Z Compiling hashbrown v0.17.0
3162026-06-18T17:12:23.278Z Compiling hybrid-array v0.4.11
3172026-06-18T17:12:23.449Z Compiling once_cell v1.21.4
3182026-06-18T17:12:23.767Z Compiling crossbeam-utils v0.8.21
3192026-06-18T17:12:23.837Z Compiling indexmap v2.14.0
3202026-06-18T17:12:24.542Z Compiling synstructure v0.13.2
3212026-06-18T17:12:24.608Z Compiling syn v1.0.109
3222026-06-18T17:12:24.693Z Compiling regex-automata v0.4.14
3232026-06-18T17:12:24.982Z Compiling itoa v1.0.18
3242026-06-18T17:12:25.047Z Compiling pkg-config v0.3.33
3252026-06-18T17:12:25.491Z Compiling block-buffer v0.10.4
3262026-06-18T17:12:25.646Z Compiling crypto-common v0.1.7
3272026-06-18T17:12:25.683Z Compiling serde_derive v1.0.228
3282026-06-18T17:12:25.778Z Compiling thiserror-impl v2.0.18
3292026-06-18T17:12:25.906Z Compiling zerofrom-derive v0.1.7
3302026-06-18T17:12:26.994Z Compiling yoke-derive v0.8.2
3312026-06-18T17:12:27.169Z Compiling zerocopy-derive v0.8.48
3322026-06-18T17:12:27.243Z Compiling zerovec-derive v0.11.3
3332026-06-18T17:12:28.038Z Compiling regex v1.12.3
3342026-06-18T17:12:28.360Z Compiling darling_core v0.23.0
3352026-06-18T17:12:28.998Z Compiling crypto-common v0.2.1
3362026-06-18T17:12:29.115Z Compiling zmij v1.0.21
3372026-06-18T17:12:29.396Z Compiling digest v0.10.7
3382026-06-18T17:12:29.614Z Compiling displaydoc v0.2.5
3392026-06-18T17:12:30.019Z Compiling spin v0.9.8
3402026-06-18T17:12:30.230Z Compiling byteorder v1.5.0
3412026-06-18T17:12:30.335Z Compiling cmov v0.5.3
3422026-06-18T17:12:30.462Z Compiling darling_macro v0.23.0
3432026-06-18T17:12:30.483Z Compiling radium v0.7.0
3442026-06-18T17:12:30.558Z Compiling ctutils v0.4.2
3452026-06-18T17:12:30.685Z Compiling block-buffer v0.12.0
3462026-06-18T17:12:30.767Z Compiling tap v1.0.1
3472026-06-18T17:12:30.793Z Compiling const-oid v0.10.2
3482026-06-18T17:12:30.863Z Compiling crc32fast v1.5.0
3492026-06-18T17:12:30.875Z Compiling allocator-api2 v0.2.21
3502026-06-18T17:12:30.949Z Compiling digest v0.11.2
3512026-06-18T17:12:30.996Z Compiling darling v0.23.0
3522026-06-18T17:12:31.071Z Compiling wyz v0.5.1
3532026-06-18T17:12:31.182Z Compiling static_assertions v1.1.0
3542026-06-18T17:12:31.190Z Compiling simd-adler32 v0.3.9
3552026-06-18T17:12:31.250Z Compiling hashbrown v0.16.1
3562026-06-18T17:12:31.265Z Compiling typeid v1.0.3
3572026-06-18T17:12:31.273Z Compiling either v1.15.0
3582026-06-18T17:12:31.337Z Compiling base64ct v1.8.3
3592026-06-18T17:12:31.492Z Compiling funty v2.0.0
3602026-06-18T17:12:31.708Z Compiling pem-rfc7468 v0.7.0
3612026-06-18T17:12:31.874Z Compiling bitvec v1.0.1
3622026-06-18T17:12:31.962Z Compiling der_derive v0.7.3
3632026-06-18T17:12:32.043Z Compiling clap_derive v4.6.1
3642026-06-18T17:12:32.064Z Compiling getrandom v0.2.17
3652026-06-18T17:12:32.291Z Compiling adler2 v2.0.1
3662026-06-18T17:12:32.475Z Compiling flagset v0.4.7
3672026-06-18T17:12:32.567Z Compiling cpufeatures v0.2.17
3682026-06-18T17:12:32.578Z Compiling unicode-width v0.2.2
3692026-06-18T17:12:32.607Z Compiling utf8parse v0.2.2
3702026-06-18T17:12:32.638Z Compiling sha2 v0.10.9
3712026-06-18T17:12:32.711Z Compiling anstyle-parse v1.0.0
3722026-06-18T17:12:32.914Z Compiling miniz_oxide v0.8.9
3732026-06-18T17:12:32.922Z Compiling der v0.7.10
3742026-06-18T17:12:32.957Z Compiling rand_core v0.6.4
3752026-06-18T17:12:32.983Z Compiling lazy_static v1.5.0
3762026-06-18T17:12:33.070Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-06-18T17:12:33.236Z Compiling crossbeam-epoch v0.9.18
3782026-06-18T17:12:33.469Z Compiling cpufeatures v0.3.0
3792026-06-18T17:12:33.540Z Compiling is_terminal_polyfill v1.70.2
3802026-06-18T17:12:33.632Z Compiling powerfmt v0.2.0
3812026-06-18T17:12:33.751Z Compiling anstyle-query v1.1.5
3822026-06-18T17:12:33.856Z Compiling colorchoice v1.0.5
3832026-06-18T17:12:33.873Z Compiling anstyle v1.0.14
3842026-06-18T17:12:33.919Z Compiling zlib-rs v0.6.3
3852026-06-18T17:12:33.974Z Compiling spki v0.7.3
3862026-06-18T17:12:34.132Z Compiling anstream v1.0.0
3872026-06-18T17:12:34.157Z Compiling deranged v0.5.8
3882026-06-18T17:12:34.288Z Compiling crossbeam-deque v0.8.6
3892026-06-18T17:12:34.517Z Compiling ppv-lite86 v0.2.21
3902026-06-18T17:12:34.831Z Compiling object v0.39.1
3912026-06-18T17:12:34.844Z Compiling twox-hash v2.1.2
3922026-06-18T17:12:35.108Z Compiling time-core v0.1.8
3932026-06-18T17:12:35.237Z Compiling maybe-uninit v2.0.0
3942026-06-18T17:12:35.251Z Compiling num_threads v0.1.7
3952026-06-18T17:12:35.273Z Compiling num-conv v0.2.1
3962026-06-18T17:12:35.413Z Compiling time v0.3.47
3972026-06-18T17:12:35.578Z Compiling ruzstd v0.8.2
3982026-06-18T17:12:35.641Z Compiling rand_chacha v0.3.1
3992026-06-18T17:12:36.050Z Compiling bitfield-macros v0.19.4
4002026-06-18T17:12:36.146Z Compiling terminal_size v0.4.4
4012026-06-18T17:12:36.182Z Compiling num-integer v0.1.46
4022026-06-18T17:12:36.498Z Compiling clap_lex v1.1.0
4032026-06-18T17:12:36.733Z Compiling packed_struct v0.10.1
4042026-06-18T17:12:36.742Z Compiling parking_lot_core v0.9.12
4052026-06-18T17:12:36.750Z Compiling num-bigint-dig v0.8.6
4062026-06-18T17:12:36.928Z Compiling flate2 v1.1.9
4072026-06-18T17:12:36.988Z Compiling getrandom v0.4.2
4082026-06-18T17:12:36.991Z Compiling zstd-safe v7.2.4
4092026-06-18T17:12:37.217Z Compiling rand_core v0.10.1
4102026-06-18T17:12:37.544Z Compiling clap_builder v4.6.0
4112026-06-18T17:12:37.588Z Compiling bitfield v0.19.4
4122026-06-18T17:12:38.214Z Compiling num-iter v0.1.45
4132026-06-18T17:12:38.333Z Compiling rand v0.8.6
4142026-06-18T17:12:38.918Z Compiling pkcs8 v0.10.2
4152026-06-18T17:12:39.906Z Compiling serde_with_macros v3.18.0
4162026-06-18T17:12:40.029Z Compiling packed_struct_codegen v0.10.1
4172026-06-18T17:12:40.274Z Compiling inout v0.2.2
4182026-06-18T17:12:40.421Z Compiling capstone-sys v0.18.0
4192026-06-18T17:12:40.818Z Compiling fallible-iterator v0.3.0
4202026-06-18T17:12:40.943Z Compiling nodrop v0.1.14
4212026-06-18T17:12:41.032Z Compiling crc-catalog v2.5.0
4222026-06-18T17:12:41.040Z Compiling base64 v0.21.7
4232026-06-18T17:12:41.138Z Compiling crc v3.4.0
4242026-06-18T17:12:41.324Z Compiling ron v0.8.1
4252026-06-18T17:12:41.608Z Compiling array-init v0.0.4
4262026-06-18T17:12:41.671Z Compiling serde_with v3.18.0
4272026-06-18T17:12:42.765Z Compiling cipher v0.5.1
4282026-06-18T17:12:43.040Z Compiling clap v4.6.1
4292026-06-18T17:12:43.677Z Compiling pkcs1 v0.7.5
4302026-06-18T17:12:44.038Z Compiling smallvec v0.6.14
4312026-06-18T17:12:44.484Z Compiling signature v2.2.0
4322026-06-18T17:12:44.660Z Compiling hmac v0.13.0
4332026-06-18T17:12:44.871Z Compiling hubpack_derive v0.1.1
4342026-06-18T17:12:45.368Z Compiling env_filter v1.0.1
4352026-06-18T17:12:45.764Z Compiling zerofrom v0.1.7
4362026-06-18T17:12:45.883Z Compiling scroll_derive v0.13.1
4372026-06-18T17:12:46.682Z Compiling parse_int v0.9.0
4382026-06-18T17:12:46.821Z Compiling slog v2.8.2
4392026-06-18T17:12:46.829Z Compiling indexmap v1.9.3
4402026-06-18T17:12:47.042Z Compiling subtle v2.6.1
4412026-06-18T17:12:47.104Z Compiling icu_properties_data v2.2.0
4422026-06-18T17:12:47.186Z Compiling cpubits v0.1.1
4432026-06-18T17:12:47.259Z Compiling lzss v0.9.1
4442026-06-18T17:12:47.323Z Compiling serde_json v1.0.149
4452026-06-18T17:12:47.486Z Compiling portable-atomic v1.13.1
4462026-06-18T17:12:47.499Z Compiling rayon-core v1.13.0
4472026-06-18T17:12:47.537Z Compiling libbz2-rs-sys v0.2.3
4482026-06-18T17:12:47.546Z Compiling cpp_demangle v0.5.1
4492026-06-18T17:12:47.709Z Compiling bumpalo v3.20.2
4502026-06-18T17:12:47.940Z Compiling jiff v0.2.24
4512026-06-18T17:12:47.988Z Compiling icu_normalizer_data v2.2.0
4522026-06-18T17:12:48.035Z Compiling prettyplease v0.2.37
4532026-06-18T17:12:48.211Z Compiling winnow v1.0.2
4542026-06-18T17:12:48.272Z Compiling bzip2 v0.6.1
4552026-06-18T17:12:48.544Z Compiling toml_parser v1.1.2+spec-1.1.0
4562026-06-18T17:12:48.668Z Compiling zopfli v0.8.3
4572026-06-18T17:12:50.435Z Compiling aes v0.9.0
4582026-06-18T17:12:50.452Z Compiling rsa v0.9.10
4592026-06-18T17:12:50.576Z Compiling yoke v0.8.2
4602026-06-18T17:12:50.896Z Compiling env_logger v0.11.10
4612026-06-18T17:12:50.915Z Compiling scroll v0.13.0
4622026-06-18T17:12:51.223Z Compiling hubpack v0.1.2
4632026-06-18T17:12:51.620Z Compiling pbkdf2 v0.13.0
4642026-06-18T17:12:51.743Z Compiling serde-hex v0.1.0
4652026-06-18T17:12:52.413Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4662026-06-18T17:12:53.911Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4672026-06-18T17:12:53.920Z Compiling x509-cert v0.2.5
4682026-06-18T17:12:53.996Z Compiling sha1 v0.11.0
4692026-06-18T17:12:54.144Z Compiling lzma-rust2 v0.16.2
4702026-06-18T17:12:54.518Z Compiling erased-serde v0.3.31
4712026-06-18T17:12:55.124Z Compiling num-derive v0.4.2
4722026-06-18T17:12:56.065Z Compiling toml_datetime v1.1.1+spec-1.1.0
4732026-06-18T17:12:56.564Z Compiling serde_spanned v1.1.1
4742026-06-18T17:12:56.706Z Compiling semver v1.0.28
4752026-06-18T17:12:57.013Z Compiling toml_writer v1.1.1+spec-1.1.0
4762026-06-18T17:12:57.274Z Compiling ppmd-rust v1.4.0
4772026-06-18T17:12:57.705Z Compiling hex v0.4.3
4782026-06-18T17:12:58.005Z Compiling constant_time_eq v0.4.2
4792026-06-18T17:12:58.218Z Compiling void v1.0.2
4802026-06-18T17:12:58.322Z Compiling fnv v1.0.7
4812026-06-18T17:12:58.415Z Compiling crc-any v2.5.0
4822026-06-18T17:12:58.849Z Compiling deflate64 v0.1.12
4832026-06-18T17:12:59.434Z Compiling typed-path v0.12.3
4842026-06-18T17:13:00.226Z Compiling hashbrown v0.12.3
4852026-06-18T17:13:00.659Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4862026-06-18T17:13:01.293Z Compiling gimli v0.33.0
4872026-06-18T17:13:01.735Z Compiling toml v1.1.2+spec-1.1.0
4882026-06-18T17:13:04.113Z Compiling zstd v0.13.3
4892026-06-18T17:13:04.561Z Compiling zip v8.6.0
4902026-06-18T17:13:07.899Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-06-18T17:13:10.798Z Compiling console v0.16.3
4922026-06-18T17:13:10.820Z Compiling serde-big-array v0.5.1
4932026-06-18T17:13:11.083Z Compiling memmap2 v0.9.10
4942026-06-18T17:13:11.290Z Compiling path-slash v0.2.1
4952026-06-18T17:13:11.297Z Compiling unit-prefix v0.5.2
4962026-06-18T17:13:11.381Z Compiling rustc-demangle v0.1.27
4972026-06-18T17:13:11.439Z Compiling plain v0.2.3
4982026-06-18T17:13:11.477Z Compiling typed-arena v2.0.2
4992026-06-18T17:13:11.545Z Compiling colored v3.1.1
5002026-06-18T17:13:11.545Z Compiling goblin v0.10.5
5012026-06-18T17:13:11.616Z Compiling indicatif v0.18.4
5022026-06-18T17:13:12.433Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5032026-06-18T17:13:12.519Z Compiling addr2line v0.26.1
5042026-06-18T17:13:12.659Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5052026-06-18T17:13:13.009Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-06-18T17:13:13.642Z Compiling rayon v1.12.0
5072026-06-18T17:13:15.942Z Compiling ron v0.12.1
5082026-06-18T17:13:15.959Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-06-18T17:13:15.970Z Compiling zerovec v0.11.6
5102026-06-18T17:13:16.483Z Compiling multimap v0.10.1
5112026-06-18T17:13:16.685Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5122026-06-18T17:13:17.354Z Compiling auto_impl v1.3.0
5132026-06-18T17:13:18.253Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-06-18T17:13:19.671Z Compiling parking_lot v0.12.5
5152026-06-18T17:13:20.942Z Compiling tinystr v0.8.3
5162026-06-18T17:13:21.046Z Compiling writeable v0.6.3
5172026-06-18T17:13:21.134Z Compiling litemap v0.8.2
5182026-06-18T17:13:21.231Z Compiling ryu v1.0.23
5192026-06-18T17:13:21.318Z Compiling icu_locale_core v2.2.0
5202026-06-18T17:13:21.582Z Compiling potential_utf v0.1.5
5212026-06-18T17:13:21.734Z Compiling toml_edit v0.25.11+spec-1.1.0
5222026-06-18T17:13:22.258Z Compiling rustc_version v0.4.1
5232026-06-18T17:13:22.519Z Compiling zerotrie v0.2.4
5242026-06-18T17:13:22.623Z Compiling utf8_iter v1.0.4
5252026-06-18T17:13:22.792Z Compiling icu_provider v2.2.0
5262026-06-18T17:13:22.953Z Compiling icu_collections v2.2.0
5272026-06-18T17:13:23.111Z Compiling heapless v0.7.17
5282026-06-18T17:13:23.378Z Compiling proc-macro-crate v3.5.0
5292026-06-18T17:13:23.643Z Compiling strum_macros v0.27.2
5302026-06-18T17:13:23.783Z Compiling percent-encoding v2.3.2
5312026-06-18T17:13:24.207Z Compiling proc-macro-hack v0.5.20+deprecated
5322026-06-18T17:13:25.404Z Compiling strum v0.27.2
5332026-06-18T17:13:26.026Z Compiling hash32 v0.2.1
5342026-06-18T17:13:26.500Z Compiling darling_core v0.20.11
5352026-06-18T17:13:28.213Z Compiling capstone v0.14.0
5362026-06-18T17:13:28.256Z Compiling icu_normalizer v2.2.0
5372026-06-18T17:13:28.347Z Compiling icu_properties v2.2.0
5382026-06-18T17:13:28.626Z Compiling itertools v0.14.0
5392026-06-18T17:13:28.728Z Compiling postcard-cobs v0.1.5-pre
5402026-06-18T17:13:28.969Z Compiling postcard v0.7.3
5412026-06-18T17:13:29.046Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5422026-06-18T17:13:29.107Z Compiling pkg-version-impl v0.1.1
5432026-06-18T17:13:29.261Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5442026-06-18T17:13:29.420Z Compiling idna_adapter v1.2.2
5452026-06-18T17:13:29.612Z Compiling darling_macro v0.20.11
5462026-06-18T17:13:29.630Z Compiling unicode-width v0.1.14
5472026-06-18T17:13:29.900Z Compiling virtue v0.0.18
5482026-06-18T17:13:30.149Z Compiling darling v0.20.11
5492026-06-18T17:13:30.194Z Compiling idna v1.1.0
5502026-06-18T17:13:30.224Z Compiling pkg-version v1.0.0
5512026-06-18T17:13:30.306Z Compiling form_urlencoded v1.2.2
5522026-06-18T17:13:30.442Z Compiling bincode_derive v2.0.1
5532026-06-18T17:13:30.467Z Compiling bytemuck_derive v1.10.2
5542026-06-18T17:13:30.713Z Compiling pin-project-lite v0.2.17
5552026-06-18T17:13:30.810Z Compiling url v2.5.8
5562026-06-18T17:13:31.169Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5572026-06-18T17:13:31.182Z Compiling deku_derive v0.18.1
5582026-06-18T17:13:31.453Z Compiling num_enum_derive v0.7.6
5592026-06-18T17:13:31.516Z Compiling jep106 v0.3.0
5602026-06-18T17:13:31.519Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5612026-06-18T17:13:31.611Z Compiling bytemuck v1.25.0
5622026-06-18T17:13:31.792Z Compiling tracing-core v0.1.36
5632026-06-18T17:13:31.842Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5642026-06-18T17:13:31.883Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5652026-06-18T17:13:31.929Z Compiling no_std_io2 v0.8.1
5662026-06-18T17:13:31.997Z Compiling csv-core v0.1.13
5672026-06-18T17:13:32.460Z Compiling futures-core v0.3.32
5682026-06-18T17:13:32.598Z Compiling heapless v0.9.3
5692026-06-18T17:13:32.628Z Compiling unsafe-libyaml v0.2.11
5702026-06-18T17:13:32.908Z Compiling base64 v0.22.1
5712026-06-18T17:13:33.167Z Compiling unty v0.0.4
5722026-06-18T17:13:33.211Z Compiling serde_yaml v0.9.34+deprecated
5732026-06-18T17:13:33.220Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5742026-06-18T17:13:33.255Z Compiling bincode v2.0.1
5752026-06-18T17:13:33.533Z Compiling deku v0.18.1
5762026-06-18T17:13:33.633Z Compiling num_enum v0.7.6
5772026-06-18T17:13:33.751Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5782026-06-18T17:13:34.064Z Compiling csv v1.4.0
5792026-06-18T17:13:34.476Z Compiling hash32 v0.3.1
5802026-06-18T17:13:34.489Z Compiling md-5 v0.10.6
5812026-06-18T17:13:34.507Z Compiling serde_plain v1.0.2
5822026-06-18T17:13:34.646Z Compiling miette-derive v7.6.0
5832026-06-18T17:13:34.841Z Compiling strum_macros v0.28.0
5842026-06-18T17:13:34.961Z Compiling tracing-attributes v0.1.31
5852026-06-18T17:13:35.228Z Compiling async-io v2.6.0
5862026-06-18T17:13:35.462Z Compiling libdevinfo-sys v1.1.0
5872026-06-18T17:13:35.564Z Compiling object v0.38.1
5882026-06-18T17:13:35.851Z Compiling slab v0.4.12
5892026-06-18T17:13:36.091Z Compiling miette v7.6.0
5902026-06-18T17:13:36.100Z Compiling devinfo v0.1.0
5912026-06-18T17:13:36.157Z Compiling tracing v0.1.44
5922026-06-18T17:13:36.415Z Compiling esp-idf-part v0.6.0
5932026-06-18T17:13:36.643Z Compiling strum v0.28.0
5942026-06-18T17:13:36.925Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5952026-06-18T17:13:37.214Z Compiling futures-lite v2.6.1
5962026-06-18T17:13:37.275Z Compiling gimli v0.32.3
5972026-06-18T17:13:37.681Z Compiling md-5 v0.11.0
5982026-06-18T17:13:38.028Z Compiling docsplay-macros v0.1.2
5992026-06-18T17:13:38.057Z Compiling concurrent-queue v2.5.0
6002026-06-18T17:13:38.153Z Compiling polling v3.11.0
6012026-06-18T17:13:38.255Z Compiling rmp v0.8.15
6022026-06-18T17:13:38.313Z Compiling futures-io v0.3.32
6032026-06-18T17:13:38.389Z Compiling parking v2.2.1
6042026-06-18T17:13:38.533Z Compiling rmp-serde v1.3.1
6052026-06-18T17:13:38.774Z Compiling docsplay v0.1.3
6062026-06-18T17:13:39.707Z Compiling cobs v0.5.1
6072026-06-18T17:13:40.101Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6082026-06-18T17:13:40.289Z Compiling espflash v4.4.0
6092026-06-18T17:13:41.160Z Compiling ihex v3.0.0
6102026-06-18T17:13:41.758Z Compiling dunce v1.0.5
6112026-06-18T17:13:41.778Z Compiling uf2-decode v0.2.0
6122026-06-18T17:13:41.857Z Compiling chacha20 v0.10.0
6132026-06-18T17:13:42.291Z Compiling rand v0.10.1
6142026-06-18T17:13:42.393Z Compiling unicode-segmentation v1.13.2
6152026-06-18T17:13:42.797Z Compiling signal-hook v0.3.18
6162026-06-18T17:13:43.016Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6172026-06-18T17:13:43.513Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
6182026-06-18T17:13:43.978Z Compiling signal-hook-registry v1.4.8
6192026-06-18T17:13:44.159Z Compiling convert_case v0.10.0
6202026-06-18T17:13:44.663Z Compiling mio v1.2.0
6212026-06-18T17:13:44.754Z Compiling mio v0.8.11
6222026-06-18T17:13:44.990Z Compiling derive_more-impl v2.1.1
6232026-06-18T17:13:45.531Z Compiling signal-hook-mio v0.2.5
6242026-06-18T17:13:45.788Z Compiling litrs v1.0.0
6252026-06-18T17:13:46.141Z Compiling derive_more v2.1.1
6262026-06-18T17:13:46.165Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6272026-06-18T17:13:46.237Z Compiling document-features v0.2.12
6282026-06-18T17:13:46.622Z Compiling convert_case v0.11.0
6292026-06-18T17:13:46.791Z Compiling crossterm v0.29.0
6302026-06-18T17:13:46.895Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6312026-06-18T17:13:47.716Z Compiling paste v1.0.15
6322026-06-18T17:13:48.040Z Compiling camino v1.2.2
6332026-06-18T17:13:48.584Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6342026-06-18T17:13:49.159Z Compiling crossbeam-channel v0.5.15
6352026-06-18T17:13:49.416Z Compiling castaway v0.2.4
6362026-06-18T17:13:49.936Z Compiling instability v0.3.12
6372026-06-18T17:13:49.944Z Compiling thiserror v1.0.69
6382026-06-18T17:13:49.959Z Compiling indoc v2.0.7
6392026-06-18T17:13:50.064Z Compiling lazy-regex-proc_macros v3.6.0
6402026-06-18T17:13:50.261Z Compiling unicode-truncate v2.0.1
6412026-06-18T17:13:50.301Z Compiling compact_str v0.9.0
6422026-06-18T17:13:50.962Z Compiling lru v0.16.4
6432026-06-18T17:13:50.994Z Compiling kasuari v0.4.12
6442026-06-18T17:13:51.002Z Compiling thiserror-impl v1.0.69
6452026-06-18T17:13:51.154Z Compiling crossbeam-queue v0.3.12
6462026-06-18T17:13:51.327Z Compiling cargo-platform v0.3.3
6472026-06-18T17:13:51.343Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6482026-06-18T17:13:51.537Z Compiling cargo_metadata v0.23.1
6492026-06-18T17:13:51.681Z Compiling crossbeam v0.8.4
6502026-06-18T17:13:51.755Z Compiling ratatui-core v0.1.0
6512026-06-18T17:13:52.778Z Compiling lazy-regex v3.6.0
6522026-06-18T17:13:53.301Z Compiling bitflags v1.3.2
6532026-06-18T17:13:53.377Z Compiling strict v0.2.0
6542026-06-18T17:13:53.492Z Compiling binrw_derive v0.14.2
6552026-06-18T17:13:53.523Z Compiling base64 v0.13.1
6562026-06-18T17:13:53.825Z Compiling ron v0.6.6
6572026-06-18T17:13:53.833Z Compiling crokey-proc_macros v1.4.0
6582026-06-18T17:13:53.875Z Compiling crossterm v0.23.2
6592026-06-18T17:13:54.410Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6602026-06-18T17:13:54.597Z Compiling line-clipping v0.3.7
6612026-06-18T17:13:54.964Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6622026-06-18T17:13:55.253Z Compiling binrw v0.14.2
6632026-06-18T17:13:55.773Z Compiling owo-colors v3.5.0
6642026-06-18T17:13:56.013Z Compiling cargo-readme v3.3.2
6652026-06-18T17:13:56.693Z Compiling crokey v1.4.0
6662026-06-18T17:13:57.382Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-06-18T17:13:58.461Z Compiling ratatui-widgets v0.3.0
6682026-06-18T17:13:58.964Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6692026-06-18T17:13:59.146Z Compiling coolor v0.8.0
6702026-06-18T17:13:59.408Z Compiling coolor v1.1.0
6712026-06-18T17:13:59.501Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6722026-06-18T17:13:59.679Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6732026-06-18T17:14:00.690Z Compiling half v2.7.1
6742026-06-18T17:14:00.758Z Compiling minimad v0.13.1
6752026-06-18T17:14:00.981Z Compiling minimad v0.14.0
6762026-06-18T17:14:01.052Z Compiling array-init v2.1.0
6772026-06-18T17:14:01.109Z Compiling ciborium-io v0.2.2
6782026-06-18T17:14:01.162Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6792026-06-18T17:14:01.202Z Compiling convert_case v0.4.0
6802026-06-18T17:14:01.279Z Compiling termimad v0.34.1
6812026-06-18T17:14:01.498Z Compiling derive_more v0.99.20
6822026-06-18T17:14:02.702Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6832026-06-18T17:14:03.050Z Compiling ciborium-ll v0.2.2
6842026-06-18T17:14:03.758Z Compiling termimad v0.25.7
6852026-06-18T17:14:04.021Z Compiling ratatui-macros v0.7.0
6862026-06-18T17:14:04.130Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6872026-06-18T17:14:04.902Z Compiling ratatui-crossterm v0.1.0
6882026-06-18T17:14:05.021Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6892026-06-18T17:14:05.148Z Compiling sha2 v0.11.0
6902026-06-18T17:14:05.338Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6912026-06-18T17:14:05.513Z Compiling xml v1.2.1
6922026-06-18T17:14:05.599Z Compiling iana-time-zone v0.1.65
6932026-06-18T17:14:06.043Z Compiling parse-size v1.1.0
6942026-06-18T17:14:06.241Z Compiling serde-xml-rs v0.8.2
6952026-06-18T17:14:07.342Z Compiling chrono v0.4.44
6962026-06-18T17:14:07.639Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6972026-06-18T17:14:09.736Z Compiling ratatui v0.30.0
6982026-06-18T17:14:10.403Z Compiling raw-cpuid v11.6.0
6992026-06-18T17:14:10.682Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7002026-06-18T17:14:11.997Z Compiling ciborium v0.2.2
7012026-06-18T17:14:12.036Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7022026-06-18T17:14:12.173Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7032026-06-18T17:14:13.001Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7042026-06-18T17:14:13.363Z Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin)
7052026-06-18T17:14:13.609Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7062026-06-18T17:14:13.924Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7072026-06-18T17:14:14.411Z Compiling tracing-log v0.2.0
7082026-06-18T17:14:14.710Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7092026-06-18T17:14:14.843Z Compiling sharded-slab v0.1.7
7102026-06-18T17:14:14.890Z Compiling matchers v0.2.0
7112026-06-18T17:14:15.053Z Compiling termios v0.3.3
7122026-06-18T17:14:15.191Z Compiling thread_local v1.1.9
7132026-06-18T17:14:15.232Z Compiling splitty v1.0.2
7142026-06-18T17:14:15.412Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7152026-06-18T17:14:15.577Z Compiling nu-ansi-term v0.50.3
7162026-06-18T17:14:15.596Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7172026-06-18T17:14:15.628Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7182026-06-18T17:14:15.774Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7192026-06-18T17:14:16.216Z Compiling tracing-subscriber v0.3.23
7202026-06-18T17:14:17.545Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7212026-06-18T17:14:17.632Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7222026-06-18T17:14:18.461Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7232026-06-18T17:14:20.226Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7242026-06-18T17:14:20.489Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7252026-06-18T17:14:22.055Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7262026-06-18T17:14:22.293Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7272026-06-18T17:14:22.693Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7282026-06-18T17:14:24.410Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7292026-06-18T17:14:24.564Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7302026-06-18T17:14:25.257Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7312026-06-18T17:14:26.994Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7322026-06-18T17:14:31.560Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7332026-06-18T17:14:32.717Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7342026-06-18T17:14:33.612Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7352026-06-18T17:14:35.265Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7362026-06-18T17:14:35.767Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7372026-06-18T17:14:38.933Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7382026-06-18T17:14:39.810Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7392026-06-18T17:14:39.914Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7402026-06-18T17:14:41.812Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7412026-06-18T17:14:43.132Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7422026-06-18T17:14:44.731Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7432026-06-18T17:14:45.485Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7442026-06-18T17:14:46.315Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7452026-06-18T17:14:46.490Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7462026-06-18T17:14:46.866Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7472026-06-18T17:14:46.957Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7482026-06-18T17:14:49.383Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7492026-06-18T17:14:49.503Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7502026-06-18T17:14:50.673Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7512026-06-18T17:14:52.132Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7522026-06-18T17:14:52.915Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7532026-06-18T17:14:53.806Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7542026-06-18T17:14:54.095Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7552026-06-18T17:14:54.970Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7562026-06-18T17:14:55.981Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7572026-06-18T17:14:56.135Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7582026-06-18T17:14:56.322Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7592026-06-18T17:14:57.840Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7602026-06-18T17:14:58.623Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7612026-06-18T17:15:01.088Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7622026-06-18T17:15:01.115Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7632026-06-18T17:15:01.286Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7642026-06-18T17:15:02.403Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7652026-06-18T17:15:03.328Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7662026-06-18T17:15:04.003Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7672026-06-18T17:15:04.569Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7682026-06-18T17:15:04.625Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7692026-06-18T17:15:05.263Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7702026-06-18T17:15:07.000Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7712026-06-18T17:15:28.022Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7722026-06-18T17:16:28.835Zpkg://helios/developer/debug/humility@0.13.0.700,5.11-3.0:20260618T171533Z
7732026-06-18T17:16:28.835ZPUBLISHED
7742026-06-18T17:16:29.053ZRetrieving packages for publisher helios ...
7752026-06-18T17:16:29.056ZRetrieving catalog 'helios' ... Done
7762026-06-18T17:16:29.056ZRetrieving and evaluating 1 package(s)...
7772026-06-18T17:16:29.056ZFetching manifests: 1/1 100% complete
7782026-06-18T17:16:29.056ZFetching manifests: 1/1 100% complete
7792026-06-18T17:16:29.056Z
7802026-06-18T17:16:29.056ZArchiving packages ...
7812026-06-18T17:16:29.056Z Packages to add: 1
7822026-06-18T17:16:29.056Z Files to retrieve: 1
7832026-06-18T17:16:29.056ZEstimated transfer size: 136.98 MB
7842026-06-18T17:16:29.056Z
7852026-06-18T17:16:29.056ZPackages to archive:
7862026-06-18T17:16:29.056Zdeveloper/debug/humility@0.13.0.700,5.11-3.0:20260618T171533Z
7872026-06-18T17:16:29.056Z
7882026-06-18T17:16:29.056ZDownload: 0/1 items 0.0/137.0MB 0% complete
7892026-06-18T17:16:29.303ZDownload: Completed 136.98 MB in 0.25 seconds (555M/s)
7902026-06-18T17:16:29.307ZArchiving: 1/10 items 0.0/137.0MB 0% complete
7912026-06-18T17:16:29.358ZArchiving: Completed 137.00 MB in 0.05 seconds
7922026-06-18T17:16:29.398ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.700-3.0.p5p.
7932026-06-18T17:16:29.405Z
7942026-06-18T17:16:29.408Zreal 4:41.156637684
7952026-06-18T17:16:29.408Zuser 22:25.434591601
7962026-06-18T17:16:29.408Zsys 1:36.099905287
7972026-06-18T17:16:29.408Ztrap 0.665592146
7982026-06-18T17:16:29.408Ztflt 1.301738006
7992026-06-18T17:16:29.408Zdflt 1.457889411
8002026-06-18T17:16:29.408Zkflt 0.008181241
8012026-06-18T17:16:29.408Zlock 1:34:17.864732718
8022026-06-18T17:16:29.408Zslp 1:12:32.872028465
8032026-06-18T17:16:29.408Zlat 1:19.422283331
8042026-06-18T17:16:29.408Zstop 1:11.061368491
8052026-06-18T17:16:29.409Z+ banner copy
8062026-06-18T17:16:29.409Z
8072026-06-18T17:16:29.409Z #### #### ##### # #
8082026-06-18T17:16:29.409Z # # # # # # # #
8092026-06-18T17:16:29.409Z # # # # # #
8102026-06-18T17:16:29.409Z # # # ##### #
8112026-06-18T17:16:29.409Z # # # # # #
8122026-06-18T17:16:29.410Z #### #### # #
8132026-06-18T17:16:29.410Z
8142026-06-18T17:16:29.410Z+ pfexec mkdir -p /out
8152026-06-18T17:16:29.413Z+ pfexec chown 12345 /out
8162026-06-18T17:16:29.413Z+ PKG_NAME=/out/humility.p5p
8172026-06-18T17:16:29.413Z+ mv pkg/packages/repo/humility-0.13.0.700-3.0.p5p /out/humility.p5p
8182026-06-18T17:16:29.520Z+ sha256sum /out/humility.p5p
8192026-06-18T17:16:29.600Zprocess exited: duration 287152 ms, exit code 0
 
8202026-06-18T17:16:29.612Zfound 2 output files
8212026-06-18T17:16:29.613Zuploading: /out/humility.p5p (143667200 bytes)
8222026-06-18T17:16:31.606Zuploaded: /out/humility.p5p
8232026-06-18T17:16:31.606Zuploading: /out/humility.p5p.sha256 (84 bytes)
8242026-06-18T17:16:32.617Zuploaded: /out/humility.p5p.sha256