01KVFDNRFYG393T9JPH4HEVHX8: 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: 01KVFDP09MEGRB7WAF0Y7G0BD5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T07:49:58.961Zjob assigned to worker 01KVFDP1PK4NTVDE06S0KRPGCE [factory aws, i-0b719256f56ff2df9] (queued for 43 s)
 
22026-06-19T07:50:05.154Zstarting task 0: "setup"
32026-06-19T07:50:05.160Z++ uname -s
42026-06-19T07:50:05.163Z+ kern=SunOS
52026-06-19T07:50:05.163Z+ build_user=build
62026-06-19T07:50:05.163Z+ build_uid=12345
72026-06-19T07:50:05.163Z+ work_dir=/work
82026-06-19T07:50:05.163Z+ input_dir=/input
92026-06-19T07:50:05.163Z+ [[ 0 == 12345 ]]
102026-06-19T07:50:05.164Z+ case "$kern" in
112026-06-19T07:50:05.164Z+ groupadd -g 12345 build
122026-06-19T07:50:05.167Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T07:50:07.169Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T07:50:07.264Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T07:50:07.268Z+ home_fs=zfs
162026-06-19T07:50:07.268Z+ [[ zfs == autofs ]]
172026-06-19T07:50:07.268Z+ mkdir -p /home/build
182026-06-19T07:50:07.268Z+ chown build:build /home/build /work
192026-06-19T07:50:09.268Z+ chmod 0700 /home/build /work
202026-06-19T07:50:09.271Zprocess exited: duration 4114 ms, exit code 0
 
212026-06-19T07:50:09.290Zstarting task 1: "rust-toolchain"
222026-06-19T07:50:09.294Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T07:50:09.294Z * rust toolchain channel = "stable"
242026-06-19T07:50:09.294Z * rust toolchain profile = "default"
252026-06-19T07:50:09.294Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T07:50:09.294Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T07:50:09.294Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T07:50:09.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T07:50:09.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T07:50:09.396Zinfo: downloading installer
312026-06-19T07:50:11.057Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T07:50:11.057Zwarn: /home/build/.rustup/settings.toml
332026-06-19T07:50:11.057Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T07:50:11.057Zwarn: instead of the one inferred from the default host triple.
352026-06-19T07:50:11.069Zinfo: profile set to default
362026-06-19T07:50:11.069Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T07:50:11.072Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-19T07:50:11.227Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-19T07:50:11.231Zinfo: downloading 6 components
402026-06-19T07:50:26.398Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-19T07:50:26.399Z
422026-06-19T07:50:26.432Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-19T07:50:26.432Z
442026-06-19T07:50:26.435Z
452026-06-19T07:50:26.435ZRust is installed now. Great!
462026-06-19T07:50:26.435Z
472026-06-19T07:50:26.435ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T07:50:26.435Zenvironment variable. This has not been done automatically.
492026-06-19T07:50:26.435Z
502026-06-19T07:50:26.435ZTo configure your current shell, you need to source
512026-06-19T07:50:26.435Zthe corresponding env file under $HOME/.cargo.
522026-06-19T07:50:26.435Z
532026-06-19T07:50:26.435ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T07:50:26.435Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T07:50:26.435Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T07:50:26.436Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T07:50:26.436Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T07:50:26.436Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T07:50:26.436Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T07:50:26.436Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T07:50:26.436Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T07:50:26.520Z+ rustup --version
632026-06-19T07:50:26.530Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T07:50:26.533Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T07:50:26.550Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-19T07:50:26.553Z+ cargo --version
672026-06-19T07:50:26.566Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-19T07:50:26.569Z+ rustc --version
692026-06-19T07:50:26.587Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-19T07:50:26.590Zprocess exited: duration 17299 ms, exit code 0
 
712026-06-19T07:50:26.596Zstarting task 2: "authentication"
722026-06-19T07:50:26.612Zprocess exited: duration 15 ms, exit code 0
 
732026-06-19T07:50:26.618Zstarting task 3: "clone repository"
742026-06-19T07:50:26.621Z+ mkdir -p /work/oxidecomputer/humility
752026-06-19T07:50:26.624Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-19T07:50:26.654ZCloning into '/work/oxidecomputer/humility'...
772026-06-19T07:50:43.600Z+ cd /work/oxidecomputer/humility
782026-06-19T07:50:43.600Z+ git fetch origin 0efad0db973301fdd0d02866e65605821f873ef0
792026-06-19T07:50:43.831ZFrom https://github.com/oxidecomputer/humility
802026-06-19T07:50:43.831Z * branch 0efad0db973301fdd0d02866e65605821f873ef0 -> FETCH_HEAD
812026-06-19T07:50:43.837Z+ [[ -n james/pmbus-backend-suggestion ]]
822026-06-19T07:50:43.840Z++ git branch --show-current
832026-06-19T07:50:43.841Z+ current=master
842026-06-19T07:50:43.841Z+ [[ master != james/pmbus-backend-suggestion ]]
852026-06-19T07:50:43.841Z+ git branch -f james/pmbus-backend-suggestion 0efad0db973301fdd0d02866e65605821f873ef0
862026-06-19T07:50:43.844Z+ git checkout -f james/pmbus-backend-suggestion
872026-06-19T07:50:44.642ZSwitched to branch 'james/pmbus-backend-suggestion'
882026-06-19T07:50:44.645Z+ git reset --hard 0efad0db973301fdd0d02866e65605821f873ef0
892026-06-19T07:50:44.654ZHEAD is now at 0efad0db Fix comment style
902026-06-19T07:50:44.658Zprocess exited: duration 18036 ms, exit code 0
 
912026-06-19T07:50:44.664Zstarting task 4: "build"
922026-06-19T07:50:44.668Z+ export CARGO_INCREMENTAL=0
932026-06-19T07:50:44.668Z+ CARGO_INCREMENTAL=0
942026-06-19T07:50:44.668Z+ banner deps
952026-06-19T07:50:44.671Z
962026-06-19T07:50:44.671Z ##### ###### ##### ####
972026-06-19T07:50:44.672Z # # # # # #
982026-06-19T07:50:44.672Z # # ##### # # ####
992026-06-19T07:50:44.672Z # # # ##### #
1002026-06-19T07:50:44.672Z # # # # # #
1012026-06-19T07:50:44.672Z ##### ###### # ####
1022026-06-19T07:50:44.672Z
1032026-06-19T07:50:44.672Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-19T07:50:44.672Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-19T07:50:44.672Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-19T07:50:46.898Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-19T07:50:46.989Z Startup: Caching catalogs ... Done
1082026-06-19T07:50:47.376ZPlanning: Solver setup ... Done (0.348s)
1092026-06-19T07:50:47.398ZPlanning: Running solver ... Done (0.022s)
1102026-06-19T07:50:47.405ZPlanning: Finding local manifests ... Done (0.003s)
1112026-06-19T07:50:47.415ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-19T07:50:47.428ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-19T07:50:47.440ZPlanning: Package planning ... Done (0.012s)
1142026-06-19T07:50:47.443ZPlanning: Merging actions ... Done (0.000s)
1152026-06-19T07:50:47.616ZPlanning: Checking for conflicting actions ... Done (0.175s)
1162026-06-19T07:50:47.619ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-19T07:50:48.380ZPlanning: Evaluating mediators ... Done (0.763s)
1182026-06-19T07:50:48.383ZPlanning: Planning completed in 1.37 seconds
1192026-06-19T07:50:48.388Z Packages to install: 2
1202026-06-19T07:50:48.391Z Estimated space available: 155.78 GB
1212026-06-19T07:50:48.391ZEstimated space to be consumed: 19.01 MB
1222026-06-19T07:50:48.391Z Create boot environment: No
1232026-06-19T07:50:48.391ZCreate backup boot environment: No
1242026-06-19T07:50:48.391Z Rebuild boot archive: No
1252026-06-19T07:50:48.391Z
1262026-06-19T07:50:48.391ZChanged packages:
1272026-06-19T07:50:48.391Zhelios
1282026-06-19T07:50:48.391Z library/libftdi1
1292026-06-19T07:50:48.391Z None -> 1.5-3.0
1302026-06-19T07:50:48.391Z ooce/library/libusb-1
1312026-06-19T07:50:48.391Z None -> 1.0.29-3.1
1322026-06-19T07:50:48.412Z
1332026-06-19T07:50:48.412ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-19T07:50:48.457ZDownload: Completed 377.70 kB in 0.04 seconds (8.2M/s)
1352026-06-19T07:50:48.543Z Actions: 1/61 actions (Installing new actions)
1362026-06-19T07:50:48.554Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-19T07:50:48.562ZFinalize: Updating package state database ... Done (0.008s)
1382026-06-19T07:50:48.565ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-19T07:50:48.586ZFinalize: Updating image state ... Done (0.023s)
1402026-06-19T07:50:50.975ZFinalize: Creating fast lookup database ... Done (2.367s)
1412026-06-19T07:50:51.042ZFinalize: Reading search index ... Done (0.012s)
1422026-06-19T07:50:51.045ZFinalize: Updating search index ... Done (0.000s)
1432026-06-19T07:50:51.128ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-19T07:50:51.222Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-19T07:50:51.432ZFMRI IFO
1462026-06-19T07:50:51.432Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-19T07:50:51.432Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-19T07:50:51.467Z+ cargo --version
1492026-06-19T07:50:51.476Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-19T07:50:51.479Z+ rustc --version
1512026-06-19T07:50:51.499Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-19T07:50:51.501Z+ banner package
1532026-06-19T07:50:51.504Z
1542026-06-19T07:50:51.504Z ##### ## #### # # ## #### ######
1552026-06-19T07:50:51.504Z # # # # # # # # # # # # #
1562026-06-19T07:50:51.504Z # # # # # #### # # # #####
1572026-06-19T07:50:51.504Z ##### ###### # # # ###### # ### #
1582026-06-19T07:50:51.504Z # # # # # # # # # # # #
1592026-06-19T07:50:51.504Z # # # #### # # # # #### ######
1602026-06-19T07:50:51.505Z
1612026-06-19T07:50:51.505Z+ ptime -m cargo xtask package
1622026-06-19T07:50:51.609Z Updating crates.io index
1632026-06-19T07:50:51.612Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-06-19T07:50:51.855Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-06-19T07:50:52.251Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-06-19T07:50:52.585Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-06-19T07:50:52.849Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-06-19T07:50:53.095Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-06-19T07:50:53.333Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-06-19T07:50:53.676Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-06-19T07:50:57.706Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-06-19T07:50:57.967Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-06-19T07:50:58.198Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-06-19T07:50:58.444Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-06-19T07:50:58.672Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-06-19T07:50:58.894Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-06-19T07:50:59.788Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-06-19T07:51:00.035Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-06-19T07:51:00.313Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-06-19T07:51:02.717Z Downloading crates ...
1812026-06-19T07:51:02.785Z Downloaded utf8parse v0.2.2
1822026-06-19T07:51:02.788Z Downloaded itoa v1.0.18
1832026-06-19T07:51:02.788Z Downloaded percent-encoding v2.3.2
1842026-06-19T07:51:02.791Z Downloaded heck v0.5.0
1852026-06-19T07:51:02.794Z Downloaded is_terminal_polyfill v1.70.2
1862026-06-19T07:51:02.794Z Downloaded clap_lex v1.1.0
1872026-06-19T07:51:02.797Z Downloaded lazy_static v1.5.0
1882026-06-19T07:51:02.800Z Downloaded cargo-platform v0.3.3
1892026-06-19T07:51:02.800Z Downloaded colorchoice v1.0.5
1902026-06-19T07:51:02.811Z Downloaded aho-corasick v1.1.4
1912026-06-19T07:51:02.814Z Downloaded strsim v0.11.1
1922026-06-19T07:51:02.817Z Downloaded equivalent v1.0.2
1932026-06-19T07:51:02.817Z Downloaded anstyle-query v1.1.5
1942026-06-19T07:51:02.819Z Downloaded serde_spanned v1.1.1
1952026-06-19T07:51:02.832Z Downloaded anstyle-parse v1.0.0
1962026-06-19T07:51:02.835Z Downloaded anstyle v1.0.14
1972026-06-19T07:51:02.838Z Downloaded anstream v1.0.0
1982026-06-19T07:51:02.841Z Downloaded thiserror-impl v2.0.18
1992026-06-19T07:51:02.841Z Downloaded cargo_metadata v0.23.1
2002026-06-19T07:51:02.841Z Downloaded quote v1.0.45
2012026-06-19T07:51:02.846Z Downloaded zmij v1.0.21
2022026-06-19T07:51:02.850Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2032026-06-19T07:51:02.860Z Downloaded toml_writer v1.1.1+spec-1.1.0
2042026-06-19T07:51:02.864Z Downloaded camino v1.2.2
2052026-06-19T07:51:02.868Z Downloaded anyhow v1.0.102
2062026-06-19T07:51:02.874Z Downloaded thiserror v2.0.18
2072026-06-19T07:51:02.877Z Downloaded toml_parser v1.1.2+spec-1.1.0
2082026-06-19T07:51:02.879Z Downloaded semver v1.0.28
2092026-06-19T07:51:02.879Z Downloaded clap_derive v4.6.1
2102026-06-19T07:51:02.882Z Downloaded cargo-readme v3.3.2
2112026-06-19T07:51:02.885Z Downloaded proc-macro2 v1.0.106
2122026-06-19T07:51:02.892Z Downloaded serde_derive v1.0.228
2132026-06-19T07:51:02.899Z Downloaded toml v1.1.2+spec-1.1.0
2142026-06-19T07:51:02.902Z Downloaded serde_core v1.0.228
2152026-06-19T07:51:02.905Z Downloaded clap v4.6.1
2162026-06-19T07:51:02.908Z Downloaded unicode-ident v1.0.24
2172026-06-19T07:51:02.923Z Downloaded memchr v2.8.0
2182026-06-19T07:51:02.929Z Downloaded serde v1.0.228
2192026-06-19T07:51:02.932Z Downloaded indexmap v2.14.0
2202026-06-19T07:51:02.958Z Downloaded serde_json v1.0.149
2212026-06-19T07:51:02.962Z Downloaded regex v1.12.3
2222026-06-19T07:51:02.965Z Downloaded winnow v1.0.2
2232026-06-19T07:51:02.970Z Downloaded clap_builder v4.6.0
2242026-06-19T07:51:02.973Z Downloaded hashbrown v0.17.0
2252026-06-19T07:51:02.993Z Downloaded syn v2.0.117
2262026-06-19T07:51:03.003Z Downloaded regex-syntax v0.8.10
2272026-06-19T07:51:03.017Z Downloaded regex-automata v0.4.14
2282026-06-19T07:51:03.056Z Compiling serde_core v1.0.228
2292026-06-19T07:51:03.056Z Compiling proc-macro2 v1.0.106
2302026-06-19T07:51:03.056Z Compiling quote v1.0.45
2312026-06-19T07:51:03.059Z Compiling unicode-ident v1.0.24
2322026-06-19T07:51:03.059Z Compiling memchr v2.8.0
2332026-06-19T07:51:03.059Z Compiling utf8parse v0.2.2
2342026-06-19T07:51:03.059Z Compiling is_terminal_polyfill v1.70.2
2352026-06-19T07:51:03.059Z Compiling serde v1.0.228
2362026-06-19T07:51:03.243Z Compiling anstyle-parse v1.0.0
2372026-06-19T07:51:03.263Z Compiling colorchoice v1.0.5
2382026-06-19T07:51:03.274Z Compiling anstyle v1.0.14
2392026-06-19T07:51:03.365Z Compiling anstyle-query v1.1.5
2402026-06-19T07:51:03.414Z Compiling zmij v1.0.21
2412026-06-19T07:51:03.465Z Compiling anstream v1.0.0
2422026-06-19T07:51:03.484Z Compiling clap_lex v1.1.0
2432026-06-19T07:51:03.536Z Compiling aho-corasick v1.1.4
2442026-06-19T07:51:03.544Z Compiling serde_json v1.0.149
2452026-06-19T07:51:03.717Z Compiling camino v1.2.2
2462026-06-19T07:51:03.726Z Compiling winnow v1.0.2
2472026-06-19T07:51:03.762Z Compiling thiserror v2.0.18
2482026-06-19T07:51:03.781Z Compiling heck v0.5.0
2492026-06-19T07:51:03.820Z Compiling regex-syntax v0.8.10
2502026-06-19T07:51:03.975Z Compiling strsim v0.11.1
2512026-06-19T07:51:04.071Z Compiling toml_parser v1.1.2+spec-1.1.0
2522026-06-19T07:51:04.372Z Compiling clap_builder v4.6.0
2532026-06-19T07:51:04.380Z Compiling itoa v1.0.18
2542026-06-19T07:51:04.388Z Compiling anyhow v1.0.102
2552026-06-19T07:51:04.542Z Compiling syn v2.0.117
2562026-06-19T07:51:04.568Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-06-19T07:51:04.777Z Compiling lazy_static v1.5.0
2582026-06-19T07:51:04.786Z Compiling percent-encoding v2.3.2
2592026-06-19T07:51:05.211Z Compiling toml_datetime v1.1.1+spec-1.1.0
2602026-06-19T07:51:05.212Z Compiling serde_spanned v1.1.1
2612026-06-19T07:51:05.229Z Compiling cargo-platform v0.3.3
2622026-06-19T07:51:05.361Z Compiling regex-automata v0.4.14
2632026-06-19T07:51:05.510Z Compiling toml v1.1.2+spec-1.1.0
2642026-06-19T07:51:05.518Z Compiling semver v1.0.28
2652026-06-19T07:51:06.821Z Compiling serde_derive v1.0.228
2662026-06-19T07:51:06.821Z Compiling thiserror-impl v2.0.18
2672026-06-19T07:51:06.824Z Compiling clap_derive v4.6.1
2682026-06-19T07:51:07.024Z Compiling regex v1.12.3
2692026-06-19T07:51:08.070Z Compiling clap v4.6.1
2702026-06-19T07:51:09.020Z Compiling cargo-readme v3.3.2
2712026-06-19T07:51:09.020Z Compiling cargo_metadata v0.23.1
2722026-06-19T07:51:09.966Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-06-19T07:51:11.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.80s
2742026-06-19T07:51:11.426Z Running `target/debug/xtask package`
2752026-06-19T07:51:15.547Z Compiling proc-macro2 v1.0.106
2762026-06-19T07:51:15.547Z Compiling unicode-ident v1.0.24
2772026-06-19T07:51:15.551Z Compiling quote v1.0.45
2782026-06-19T07:51:15.551Z Compiling serde_core v1.0.228
2792026-06-19T07:51:15.551Z Compiling libc v0.2.186
2802026-06-19T07:51:15.551Z Compiling serde v1.0.228
2812026-06-19T07:51:15.551Z Compiling cfg-if v1.0.4
2822026-06-19T07:51:15.551Z Compiling typenum v1.20.0
2832026-06-19T07:51:15.689Z Compiling log v0.4.29
2842026-06-19T07:51:15.715Z Compiling memchr v2.8.0
2852026-06-19T07:51:15.995Z Compiling thiserror v2.0.18
2862026-06-19T07:51:16.331Z Compiling strsim v0.11.1
2872026-06-19T07:51:16.380Z Compiling autocfg v1.5.0
2882026-06-19T07:51:16.416Z Compiling stable_deref_trait v1.2.1
2892026-06-19T07:51:16.489Z Compiling scopeguard v1.2.0
2902026-06-19T07:51:16.496Z Compiling errno v0.3.14
2912026-06-19T07:51:16.583Z Compiling lock_api v0.4.14
2922026-06-19T07:51:16.625Z Compiling foldhash v0.2.0
2932026-06-19T07:51:16.661Z Compiling smallvec v1.15.1
2942026-06-19T07:51:16.823Z Compiling equivalent v1.0.2
2952026-06-19T07:51:16.868Z Compiling heck v0.5.0
2962026-06-19T07:51:16.903Z Compiling syn v2.0.117
2972026-06-19T07:51:16.911Z Compiling rustversion v1.0.22
2982026-06-19T07:51:16.952Z Compiling ident_case v1.0.1
2992026-06-19T07:51:16.965Z Compiling jobserver v0.1.34
3002026-06-19T07:51:17.052Z Compiling find-msvc-tools v0.1.9
3012026-06-19T07:51:17.062Z Compiling shlex v1.3.0
3022026-06-19T07:51:17.199Z Compiling zeroize v1.8.2
3032026-06-19T07:51:17.241Z Compiling cc v1.2.61
3042026-06-19T07:51:17.279Z Compiling rustix v1.1.4
3052026-06-19T07:51:17.287Z Compiling libm v0.2.16
3062026-06-19T07:51:17.421Z Compiling anyhow v1.0.102
3072026-06-19T07:51:17.611Z Compiling num-traits v0.2.19
3082026-06-19T07:51:17.811Z Compiling zerocopy v0.8.48
3092026-06-19T07:51:17.824Z Compiling version_check v0.9.5
3102026-06-19T07:51:17.837Z Compiling const-oid v0.9.6
3112026-06-19T07:51:17.923Z Compiling bitflags v2.11.1
3122026-06-19T07:51:18.080Z Compiling generic-array v0.14.7
3132026-06-19T07:51:18.206Z Compiling aho-corasick v1.1.4
3142026-06-19T07:51:18.293Z Compiling regex-syntax v0.8.10
3152026-06-19T07:51:18.424Z Compiling hashbrown v0.17.0
3162026-06-19T07:51:18.518Z Compiling hybrid-array v0.4.11
3172026-06-19T07:51:18.724Z Compiling once_cell v1.21.4
3182026-06-19T07:51:18.995Z Compiling crossbeam-utils v0.8.21
3192026-06-19T07:51:19.116Z Compiling indexmap v2.14.0
3202026-06-19T07:51:19.766Z Compiling synstructure v0.13.2
3212026-06-19T07:51:19.888Z Compiling syn v1.0.109
3222026-06-19T07:51:20.005Z Compiling regex-automata v0.4.14
3232026-06-19T07:51:20.250Z Compiling itoa v1.0.18
3242026-06-19T07:51:20.282Z Compiling pkg-config v0.3.33
3252026-06-19T07:51:20.734Z Compiling crypto-common v0.1.7
3262026-06-19T07:51:20.870Z Compiling block-buffer v0.10.4
3272026-06-19T07:51:20.932Z Compiling serde_derive v1.0.228
3282026-06-19T07:51:21.026Z Compiling thiserror-impl v2.0.18
3292026-06-19T07:51:21.256Z Compiling zerofrom-derive v0.1.7
3302026-06-19T07:51:22.472Z Compiling yoke-derive v0.8.2
3312026-06-19T07:51:22.838Z Compiling zerocopy-derive v0.8.48
3322026-06-19T07:51:22.985Z Compiling zerovec-derive v0.11.3
3332026-06-19T07:51:23.651Z Compiling regex v1.12.3
3342026-06-19T07:51:24.095Z Compiling darling_core v0.23.0
3352026-06-19T07:51:24.807Z Compiling crypto-common v0.2.1
3362026-06-19T07:51:24.811Z Compiling zmij v1.0.21
3372026-06-19T07:51:25.087Z Compiling digest v0.10.7
3382026-06-19T07:51:25.313Z Compiling displaydoc v0.2.5
3392026-06-19T07:51:25.679Z Compiling spin v0.9.8
3402026-06-19T07:51:25.900Z Compiling cmov v0.5.3
3412026-06-19T07:51:26.047Z Compiling byteorder v1.5.0
3422026-06-19T07:51:26.131Z Compiling radium v0.7.0
3432026-06-19T07:51:26.282Z Compiling darling_macro v0.23.0
3442026-06-19T07:51:26.307Z Compiling ctutils v0.4.2
3452026-06-19T07:51:26.421Z Compiling block-buffer v0.12.0
3462026-06-19T07:51:26.455Z Compiling allocator-api2 v0.2.21
3472026-06-19T07:51:26.543Z Compiling tap v1.0.1
3482026-06-19T07:51:26.595Z Compiling const-oid v0.10.2
3492026-06-19T07:51:26.629Z Compiling crc32fast v1.5.0
3502026-06-19T07:51:26.648Z Compiling wyz v0.5.1
3512026-06-19T07:51:26.817Z Compiling darling v0.23.0
3522026-06-19T07:51:26.840Z Compiling hashbrown v0.16.1
3532026-06-19T07:51:26.840Z Compiling digest v0.11.2
3542026-06-19T07:51:26.945Z Compiling funty v2.0.0
3552026-06-19T07:51:26.953Z Compiling either v1.15.0
3562026-06-19T07:51:27.050Z Compiling base64ct v1.8.3
3572026-06-19T07:51:27.110Z Compiling typeid v1.0.3
3582026-06-19T07:51:27.165Z Compiling simd-adler32 v0.3.9
3592026-06-19T07:51:27.385Z Compiling static_assertions v1.1.0
3602026-06-19T07:51:27.406Z Compiling pem-rfc7468 v0.7.0
3612026-06-19T07:51:27.453Z Compiling bitvec v1.0.1
3622026-06-19T07:51:27.842Z Compiling der_derive v0.7.3
3632026-06-19T07:51:27.866Z Compiling clap_derive v4.6.1
3642026-06-19T07:51:28.008Z Compiling getrandom v0.2.17
3652026-06-19T07:51:28.051Z Compiling cpufeatures v0.2.17
3662026-06-19T07:51:28.121Z Compiling utf8parse v0.2.2
3672026-06-19T07:51:28.228Z Compiling adler2 v2.0.1
3682026-06-19T07:51:28.239Z Compiling flagset v0.4.7
3692026-06-19T07:51:28.267Z Compiling unicode-width v0.2.2
3702026-06-19T07:51:28.372Z Compiling miniz_oxide v0.8.9
3712026-06-19T07:51:28.411Z Compiling anstyle-parse v1.0.0
3722026-06-19T07:51:28.577Z Compiling rand_core v0.6.4
3732026-06-19T07:51:28.636Z Compiling sha2 v0.10.9
3742026-06-19T07:51:28.704Z Compiling lazy_static v1.5.0
3752026-06-19T07:51:28.786Z Compiling der v0.7.10
3762026-06-19T07:51:28.794Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-06-19T07:51:28.846Z Compiling crossbeam-epoch v0.9.18
3782026-06-19T07:51:29.182Z Compiling colorchoice v1.0.5
3792026-06-19T07:51:29.299Z Compiling cpufeatures v0.3.0
3802026-06-19T07:51:29.371Z Compiling zlib-rs v0.6.3
3812026-06-19T07:51:29.487Z Compiling powerfmt v0.2.0
3822026-06-19T07:51:29.543Z Compiling anstyle v1.0.14
3832026-06-19T07:51:29.689Z Compiling is_terminal_polyfill v1.70.2
3842026-06-19T07:51:29.781Z Compiling anstyle-query v1.1.5
3852026-06-19T07:51:29.793Z Compiling spki v0.7.3
3862026-06-19T07:51:29.870Z Compiling deranged v0.5.8
3872026-06-19T07:51:29.922Z Compiling anstream v1.0.0
3882026-06-19T07:51:30.226Z Compiling crossbeam-deque v0.8.6
3892026-06-19T07:51:30.372Z Compiling ppv-lite86 v0.2.21
3902026-06-19T07:51:30.517Z Compiling object v0.39.1
3912026-06-19T07:51:30.753Z Compiling maybe-uninit v2.0.0
3922026-06-19T07:51:30.789Z Compiling time-core v0.1.8
3932026-06-19T07:51:30.951Z Compiling num_threads v0.1.7
3942026-06-19T07:51:31.019Z Compiling num-conv v0.2.1
3952026-06-19T07:51:31.033Z Compiling twox-hash v2.1.2
3962026-06-19T07:51:31.152Z Compiling ruzstd v0.8.2
3972026-06-19T07:51:31.160Z Compiling time v0.3.47
3982026-06-19T07:51:31.504Z Compiling rand_chacha v0.3.1
3992026-06-19T07:51:31.761Z Compiling bitfield-macros v0.19.4
4002026-06-19T07:51:31.974Z Compiling terminal_size v0.4.4
4012026-06-19T07:51:32.055Z Compiling num-integer v0.1.46
4022026-06-19T07:51:32.326Z Compiling packed_struct v0.10.1
4032026-06-19T07:51:32.464Z Compiling flate2 v1.1.9
4042026-06-19T07:51:32.606Z Compiling zstd-safe v7.2.4
4052026-06-19T07:51:32.638Z Compiling parking_lot_core v0.9.12
4062026-06-19T07:51:32.894Z Compiling clap_lex v1.1.0
4072026-06-19T07:51:33.073Z Compiling num-bigint-dig v0.8.6
4082026-06-19T07:51:33.107Z Compiling getrandom v0.4.2
4092026-06-19T07:51:33.280Z Compiling rand_core v0.10.1
4102026-06-19T07:51:33.372Z Compiling clap_builder v4.6.0
4112026-06-19T07:51:33.444Z Compiling bitfield v0.19.4
4122026-06-19T07:51:33.788Z Compiling num-iter v0.1.45
4132026-06-19T07:51:33.904Z Compiling rand v0.8.6
4142026-06-19T07:51:34.735Z Compiling pkcs8 v0.10.2
4152026-06-19T07:51:35.648Z Compiling serde_with_macros v3.18.0
4162026-06-19T07:51:35.738Z Compiling packed_struct_codegen v0.10.1
4172026-06-19T07:51:35.828Z Compiling inout v0.2.2
4182026-06-19T07:51:35.974Z Compiling capstone-sys v0.18.0
4192026-06-19T07:51:36.370Z Compiling crc-catalog v2.5.0
4202026-06-19T07:51:36.479Z Compiling nodrop v0.1.14
4212026-06-19T07:51:36.570Z Compiling fallible-iterator v0.3.0
4222026-06-19T07:51:36.698Z Compiling base64 v0.21.7
4232026-06-19T07:51:36.930Z Compiling serde_with v3.18.0
4242026-06-19T07:51:37.304Z Compiling ron v0.8.1
4252026-06-19T07:51:37.466Z Compiling array-init v0.0.4
4262026-06-19T07:51:37.819Z Compiling crc v3.4.0
4272026-06-19T07:51:38.406Z Compiling cipher v0.5.1
4282026-06-19T07:51:38.659Z Compiling clap v4.6.1
4292026-06-19T07:51:38.906Z Compiling pkcs1 v0.7.5
4302026-06-19T07:51:39.677Z Compiling smallvec v0.6.14
4312026-06-19T07:51:40.453Z Compiling signature v2.2.0
4322026-06-19T07:51:40.630Z Compiling hmac v0.13.0
4332026-06-19T07:51:40.834Z Compiling hubpack_derive v0.1.1
4342026-06-19T07:51:40.994Z Compiling env_filter v1.0.1
4352026-06-19T07:51:41.330Z Compiling zerofrom v0.1.7
4362026-06-19T07:51:41.458Z Compiling scroll_derive v0.13.1
4372026-06-19T07:51:42.288Z Compiling parse_int v0.9.0
4382026-06-19T07:51:42.426Z Compiling slog v2.8.2
4392026-06-19T07:51:42.483Z Compiling indexmap v1.9.3
4402026-06-19T07:51:42.639Z Compiling cpubits v0.1.1
4412026-06-19T07:51:42.698Z Compiling prettyplease v0.2.37
4422026-06-19T07:51:42.709Z Compiling jiff v0.2.24
4432026-06-19T07:51:42.922Z Compiling portable-atomic v1.13.1
4442026-06-19T07:51:43.353Z Compiling rayon-core v1.13.0
4452026-06-19T07:51:43.566Z Compiling cpp_demangle v0.5.1
4462026-06-19T07:51:43.590Z Compiling icu_properties_data v2.2.0
4472026-06-19T07:51:43.755Z Compiling serde_json v1.0.149
4482026-06-19T07:51:43.809Z Compiling lzss v0.9.1
4492026-06-19T07:51:43.960Z Compiling libbz2-rs-sys v0.2.3
4502026-06-19T07:51:43.980Z Compiling icu_normalizer_data v2.2.0
4512026-06-19T07:51:44.094Z Compiling subtle v2.6.1
4522026-06-19T07:51:44.198Z Compiling winnow v1.0.2
4532026-06-19T07:51:44.238Z Compiling bumpalo v3.20.2
4542026-06-19T07:51:44.538Z Compiling toml_parser v1.1.2+spec-1.1.0
4552026-06-19T07:51:44.691Z Compiling zopfli v0.8.3
4562026-06-19T07:51:46.306Z Compiling env_logger v0.11.10
4572026-06-19T07:51:46.369Z Compiling bzip2 v0.6.1
4582026-06-19T07:51:46.624Z Compiling rsa v0.9.10
4592026-06-19T07:51:46.926Z Compiling yoke v0.8.2
4602026-06-19T07:51:47.106Z Compiling aes v0.9.0
4612026-06-19T07:51:47.153Z Compiling scroll v0.13.0
4622026-06-19T07:51:47.458Z Compiling hubpack v0.1.2
4632026-06-19T07:51:47.827Z Compiling pbkdf2 v0.13.0
4642026-06-19T07:51:47.950Z Compiling serde-hex v0.1.0
4652026-06-19T07:51:48.273Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4662026-06-19T07:51:50.033Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4672026-06-19T07:51:50.176Z Compiling x509-cert v0.2.5
4682026-06-19T07:51:50.280Z Compiling sha1 v0.11.0
4692026-06-19T07:51:50.291Z Compiling lzma-rust2 v0.16.2
4702026-06-19T07:51:50.807Z Compiling erased-serde v0.3.31
4712026-06-19T07:51:51.431Z Compiling num-derive v0.4.2
4722026-06-19T07:51:52.376Z Compiling serde_spanned v1.1.1
4732026-06-19T07:51:52.516Z Compiling toml_datetime v1.1.1+spec-1.1.0
4742026-06-19T07:51:53.011Z Compiling semver v1.0.28
4752026-06-19T07:51:53.306Z Compiling toml_writer v1.1.1+spec-1.1.0
4762026-06-19T07:51:53.563Z Compiling hex v0.4.3
4772026-06-19T07:51:53.851Z Compiling ppmd-rust v1.4.0
4782026-06-19T07:51:54.317Z Compiling void v1.0.2
4792026-06-19T07:51:54.420Z Compiling hashbrown v0.12.3
4802026-06-19T07:51:55.029Z Compiling fnv v1.0.7
4812026-06-19T07:51:55.129Z Compiling constant_time_eq v0.4.2
4822026-06-19T07:51:55.348Z Compiling deflate64 v0.1.12
4832026-06-19T07:51:55.929Z Compiling typed-path v0.12.3
4842026-06-19T07:51:56.180Z Compiling crc-any v2.5.0
4852026-06-19T07:51:56.622Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4862026-06-19T07:51:56.695Z Compiling gimli v0.33.0
4872026-06-19T07:51:57.876Z Compiling toml v1.1.2+spec-1.1.0
4882026-06-19T07:52:00.607Z Compiling zstd v0.13.3
4892026-06-19T07:52:01.058Z Compiling zip v8.6.0
4902026-06-19T07:52:03.938Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-06-19T07:52:06.732Z Compiling console v0.16.3
4922026-06-19T07:52:06.996Z Compiling serde-big-array v0.5.1
4932026-06-19T07:52:07.270Z Compiling memmap2 v0.9.10
4942026-06-19T07:52:07.378Z Compiling plain v0.2.3
4952026-06-19T07:52:07.420Z Compiling rustc-demangle v0.1.27
4962026-06-19T07:52:07.491Z Compiling colored v3.1.1
4972026-06-19T07:52:07.586Z Compiling path-slash v0.2.1
4982026-06-19T07:52:07.815Z Compiling typed-arena v2.0.2
4992026-06-19T07:52:07.854Z Compiling unit-prefix v0.5.2
5002026-06-19T07:52:07.961Z Compiling indicatif v0.18.4
5012026-06-19T07:52:08.006Z Compiling addr2line v0.26.1
5022026-06-19T07:52:08.390Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5032026-06-19T07:52:08.471Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5042026-06-19T07:52:08.703Z Compiling goblin v0.10.5
5052026-06-19T07:52:08.914Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-06-19T07:52:09.594Z Compiling rayon v1.12.0
5072026-06-19T07:52:11.917Z Compiling ron v0.12.1
5082026-06-19T07:52:11.931Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-06-19T07:52:12.313Z Compiling zerovec v0.11.6
5102026-06-19T07:52:12.845Z Compiling multimap v0.10.1
5112026-06-19T07:52:13.061Z Compiling auto_impl v1.3.0
5122026-06-19T07:52:13.953Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-06-19T07:52:14.839Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-06-19T07:52:16.062Z Compiling parking_lot v0.12.5
5152026-06-19T07:52:17.114Z Compiling tinystr v0.8.3
5162026-06-19T07:52:17.311Z Compiling ryu v1.0.23
5172026-06-19T07:52:17.348Z Compiling litemap v0.8.2
5182026-06-19T07:52:17.536Z Compiling writeable v0.6.3
5192026-06-19T07:52:17.665Z Compiling potential_utf v0.1.5
5202026-06-19T07:52:17.725Z Compiling icu_locale_core v2.2.0
5212026-06-19T07:52:17.817Z Compiling toml_edit v0.25.11+spec-1.1.0
5222026-06-19T07:52:18.651Z Compiling rustc_version v0.4.1
5232026-06-19T07:52:18.703Z Compiling zerotrie v0.2.4
5242026-06-19T07:52:18.983Z Compiling utf8_iter v1.0.4
5252026-06-19T07:52:19.088Z Compiling icu_collections v2.2.0
5262026-06-19T07:52:19.123Z Compiling icu_provider v2.2.0
5272026-06-19T07:52:19.425Z Compiling heapless v0.7.17
5282026-06-19T07:52:19.526Z Compiling proc-macro-crate v3.5.0
5292026-06-19T07:52:19.973Z Compiling strum_macros v0.27.2
5302026-06-19T07:52:19.980Z Compiling strum_macros v0.28.0
5312026-06-19T07:52:21.950Z Compiling proc-macro-hack v0.5.20+deprecated
5322026-06-19T07:52:22.014Z Compiling percent-encoding v2.3.2
5332026-06-19T07:52:22.260Z Compiling strum v0.27.2
5342026-06-19T07:52:22.380Z Compiling strum v0.28.0
5352026-06-19T07:52:22.766Z Compiling hash32 v0.2.1
5362026-06-19T07:52:23.162Z Compiling darling_core v0.20.11
5372026-06-19T07:52:24.432Z Compiling icu_normalizer v2.2.0
5382026-06-19T07:52:24.758Z Compiling icu_properties v2.2.0
5392026-06-19T07:52:25.150Z Compiling itertools v0.14.0
5402026-06-19T07:52:25.478Z Compiling postcard-cobs v0.1.5-pre
5412026-06-19T07:52:25.525Z Compiling pkg-version-impl v0.1.1
5422026-06-19T07:52:25.717Z Compiling idna_adapter v1.2.2
5432026-06-19T07:52:25.858Z Compiling postcard v0.7.3
5442026-06-19T07:52:25.865Z Compiling darling_macro v0.20.11
5452026-06-19T07:52:26.026Z Compiling capstone v0.14.0
5462026-06-19T07:52:26.048Z Compiling virtue v0.0.18
5472026-06-19T07:52:26.150Z Compiling unicode-width v0.1.14
5482026-06-19T07:52:26.386Z Compiling darling v0.20.11
5492026-06-19T07:52:26.543Z Compiling pkg-version v1.0.0
5502026-06-19T07:52:26.577Z Compiling bincode_derive v2.0.1
5512026-06-19T07:52:26.632Z Compiling idna v1.1.0
5522026-06-19T07:52:26.729Z Compiling form_urlencoded v1.2.2
5532026-06-19T07:52:26.893Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5542026-06-19T07:52:27.157Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5552026-06-19T07:52:27.169Z Compiling bytemuck_derive v1.10.2
5562026-06-19T07:52:27.196Z Compiling pin-project-lite v0.2.17
5572026-06-19T07:52:27.295Z Compiling url v2.5.8
5582026-06-19T07:52:27.916Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5592026-06-19T07:52:28.010Z Compiling deku_derive v0.18.1
5602026-06-19T07:52:28.057Z Compiling num_enum_derive v0.7.6
5612026-06-19T07:52:28.200Z Compiling jep106 v0.3.0
5622026-06-19T07:52:28.315Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5632026-06-19T07:52:28.339Z Compiling bytemuck v1.25.0
5642026-06-19T07:52:28.473Z Compiling tracing-core v0.1.36
5652026-06-19T07:52:28.577Z Compiling csv-core v0.1.13
5662026-06-19T07:52:28.676Z Compiling no_std_io2 v0.8.1
5672026-06-19T07:52:28.973Z Compiling unsafe-libyaml v0.2.11
5682026-06-19T07:52:29.049Z Compiling futures-core v0.3.32
5692026-06-19T07:52:29.057Z Compiling base64 v0.22.1
5702026-06-19T07:52:29.060Z Compiling unty v0.0.4
5712026-06-19T07:52:29.150Z Compiling heapless v0.9.3
5722026-06-19T07:52:30.214Z Compiling bincode v2.0.1
5732026-06-19T07:52:30.217Z Compiling num_enum v0.7.6
5742026-06-19T07:52:30.217Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5752026-06-19T07:52:30.217Z Compiling serde_yaml v0.9.34+deprecated
5762026-06-19T07:52:30.217Z Compiling csv v1.4.0
5772026-06-19T07:52:30.218Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5782026-06-19T07:52:30.218Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5792026-06-19T07:52:30.218Z Compiling deku v0.18.1
5802026-06-19T07:52:30.316Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5812026-06-19T07:52:30.942Z Compiling hash32 v0.3.1
5822026-06-19T07:52:30.992Z Compiling md-5 v0.10.6
5832026-06-19T07:52:31.110Z Compiling serde_plain v1.0.2
5842026-06-19T07:52:31.463Z Compiling tracing-attributes v0.1.31
5852026-06-19T07:52:31.486Z Compiling miette-derive v7.6.0
5862026-06-19T07:52:32.024Z Compiling async-io v2.6.0
5872026-06-19T07:52:32.261Z Compiling object v0.38.1
5882026-06-19T07:52:32.521Z Compiling libdevinfo-sys v1.1.0
5892026-06-19T07:52:32.557Z Compiling slab v0.4.12
5902026-06-19T07:52:32.578Z Compiling miette v7.6.0
5912026-06-19T07:52:32.616Z Compiling devinfo v0.1.0
5922026-06-19T07:52:32.699Z Compiling tracing v0.1.44
5932026-06-19T07:52:32.899Z Compiling esp-idf-part v0.6.0
5942026-06-19T07:52:33.097Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5952026-06-19T07:52:33.467Z Compiling futures-lite v2.6.1
5962026-06-19T07:52:33.738Z Compiling gimli v0.32.3
5972026-06-19T07:52:33.923Z Compiling md-5 v0.11.0
5982026-06-19T07:52:34.249Z Compiling docsplay-macros v0.1.2
5992026-06-19T07:52:34.467Z Compiling concurrent-queue v2.5.0
6002026-06-19T07:52:34.621Z Compiling polling v3.11.0
6012026-06-19T07:52:34.705Z Compiling rmp v0.8.15
6022026-06-19T07:52:34.728Z Compiling futures-io v0.3.32
6032026-06-19T07:52:34.952Z Compiling parking v2.2.1
6042026-06-19T07:52:34.984Z Compiling rmp-serde v1.3.1
6052026-06-19T07:52:35.030Z Compiling docsplay v0.1.3
6062026-06-19T07:52:36.191Z Compiling cobs v0.5.1
6072026-06-19T07:52:36.596Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6082026-06-19T07:52:36.981Z Compiling espflash v4.4.0
6092026-06-19T07:52:37.536Z Compiling dunce v1.0.5
6102026-06-19T07:52:37.634Z Compiling uf2-decode v0.2.0
6112026-06-19T07:52:38.161Z Compiling ihex v3.0.0
6122026-06-19T07:52:38.270Z Compiling chacha20 v0.10.0
6132026-06-19T07:52:38.579Z Compiling rand v0.10.1
6142026-06-19T07:52:39.047Z Compiling unicode-segmentation v1.13.2
6152026-06-19T07:52:39.453Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6162026-06-19T07:52:39.522Z Compiling signal-hook v0.3.18
6172026-06-19T07:52:39.973Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
6182026-06-19T07:52:40.583Z Compiling signal-hook-registry v1.4.8
6192026-06-19T07:52:40.632Z Compiling convert_case v0.10.0
6202026-06-19T07:52:40.935Z Compiling mio v1.2.0
6212026-06-19T07:52:41.293Z Compiling mio v0.8.11
6222026-06-19T07:52:41.469Z Compiling derive_more-impl v2.1.1
6232026-06-19T07:52:41.829Z Compiling signal-hook-mio v0.2.5
6242026-06-19T07:52:42.324Z Compiling litrs v1.0.0
6252026-06-19T07:52:42.645Z Compiling derive_more v2.1.1
6262026-06-19T07:52:42.727Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6272026-06-19T07:52:42.787Z Compiling document-features v0.2.12
6282026-06-19T07:52:43.189Z Compiling convert_case v0.11.0
6292026-06-19T07:52:43.347Z Compiling crossterm v0.29.0
6302026-06-19T07:52:43.390Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6312026-06-19T07:52:44.070Z Compiling camino v1.2.2
6322026-06-19T07:52:44.399Z Compiling paste v1.0.15
6332026-06-19T07:52:44.781Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6342026-06-19T07:52:45.882Z Compiling crossbeam-channel v0.5.15
6352026-06-19T07:52:45.966Z Compiling castaway v0.2.4
6362026-06-19T07:52:46.299Z Compiling instability v0.3.12
6372026-06-19T07:52:46.397Z Compiling thiserror v1.0.69
6382026-06-19T07:52:46.481Z Compiling indoc v2.0.7
6392026-06-19T07:52:46.527Z Compiling lazy-regex-proc_macros v3.6.0
6402026-06-19T07:52:46.879Z Compiling unicode-truncate v2.0.1
6412026-06-19T07:52:46.906Z Compiling compact_str v0.9.0
6422026-06-19T07:52:47.488Z Compiling lru v0.16.4
6432026-06-19T07:52:47.555Z Compiling kasuari v0.4.12
6442026-06-19T07:52:47.613Z Compiling thiserror-impl v1.0.69
6452026-06-19T07:52:47.695Z Compiling crossbeam-queue v0.3.12
6462026-06-19T07:52:47.865Z Compiling cargo-platform v0.3.3
6472026-06-19T07:52:47.882Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6482026-06-19T07:52:48.081Z Compiling cargo_metadata v0.23.1
6492026-06-19T07:52:48.316Z Compiling ratatui-core v0.1.0
6502026-06-19T07:52:48.913Z Compiling crossbeam v0.8.4
6512026-06-19T07:52:49.346Z Compiling lazy-regex v3.6.0
6522026-06-19T07:52:50.074Z Compiling base64 v0.13.1
6532026-06-19T07:52:50.230Z Compiling strict v0.2.0
6542026-06-19T07:52:50.286Z Compiling bitflags v1.3.2
6552026-06-19T07:52:50.339Z Compiling binrw_derive v0.14.2
6562026-06-19T07:52:50.375Z Compiling crokey-proc_macros v1.4.0
6572026-06-19T07:52:50.433Z Compiling ron v0.6.6
6582026-06-19T07:52:50.503Z Compiling crossterm v0.23.2
6592026-06-19T07:52:51.041Z Compiling line-clipping v0.3.7
6602026-06-19T07:52:51.299Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6612026-06-19T07:52:51.730Z Compiling owo-colors v3.5.0
6622026-06-19T07:52:51.780Z Compiling binrw v0.14.2
6632026-06-19T07:52:52.078Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6642026-06-19T07:52:52.607Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6652026-06-19T07:52:54.349Z Compiling cargo-readme v3.3.2
6662026-06-19T07:52:55.007Z Compiling crokey v1.4.0
6672026-06-19T07:52:55.033Z Compiling ratatui-widgets v0.3.0
6682026-06-19T07:52:55.705Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6692026-06-19T07:52:55.871Z Compiling coolor v0.8.0
6702026-06-19T07:52:56.141Z Compiling coolor v1.1.0
6712026-06-19T07:52:56.245Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6722026-06-19T07:52:56.424Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6732026-06-19T07:52:56.610Z Compiling half v2.7.1
6742026-06-19T07:52:56.987Z Compiling minimad v0.13.1
6752026-06-19T07:52:57.321Z Compiling minimad v0.14.0
6762026-06-19T07:52:57.914Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6772026-06-19T07:52:58.036Z Compiling convert_case v0.4.0
6782026-06-19T07:52:58.229Z Compiling array-init v2.1.0
6792026-06-19T07:52:58.338Z Compiling ciborium-io v0.2.2
6802026-06-19T07:52:58.346Z Compiling derive_more v0.99.20
6812026-06-19T07:52:58.435Z Compiling ciborium-ll v0.2.2
6822026-06-19T07:52:58.939Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6832026-06-19T07:52:59.446Z Compiling termimad v0.34.1
6842026-06-19T07:53:00.311Z Compiling termimad v0.25.7
6852026-06-19T07:53:00.614Z Compiling ratatui-macros v0.7.0
6862026-06-19T07:53:00.711Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6872026-06-19T07:53:00.821Z Compiling ratatui-crossterm v0.1.0
6882026-06-19T07:53:01.069Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6892026-06-19T07:53:01.489Z Compiling sha2 v0.11.0
6902026-06-19T07:53:01.550Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6912026-06-19T07:53:01.643Z Compiling xml v1.2.1
6922026-06-19T07:53:01.815Z Compiling parse-size v1.1.0
6932026-06-19T07:53:02.019Z Compiling iana-time-zone v0.1.65
6942026-06-19T07:53:02.471Z Compiling serde-xml-rs v0.8.2
6952026-06-19T07:53:03.678Z Compiling chrono v0.4.44
6962026-06-19T07:53:03.888Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6972026-06-19T07:53:06.337Z Compiling raw-cpuid v11.6.0
6982026-06-19T07:53:08.273Z Compiling ratatui v0.30.0
6992026-06-19T07:53:08.522Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7002026-06-19T07:53:08.656Z Compiling ciborium v0.2.2
7012026-06-19T07:53:08.728Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7022026-06-19T07:53:08.992Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7032026-06-19T07:53:09.662Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7042026-06-19T07:53:10.269Z Compiling humility-bin v0.13.0 (/work/oxidecomputer/humility/humility-bin)
7052026-06-19T07:53:10.536Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7062026-06-19T07:53:10.850Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7072026-06-19T07:53:11.316Z Compiling tracing-log v0.2.0
7082026-06-19T07:53:11.645Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7092026-06-19T07:53:11.765Z Compiling sharded-slab v0.1.7
7102026-06-19T07:53:11.830Z Compiling matchers v0.2.0
7112026-06-19T07:53:12.000Z Compiling termios v0.3.3
7122026-06-19T07:53:12.024Z Compiling thread_local v1.1.9
7132026-06-19T07:53:12.188Z Compiling splitty v1.0.2
7142026-06-19T07:53:12.373Z Compiling nu-ansi-term v0.50.3
7152026-06-19T07:53:12.461Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7162026-06-19T07:53:12.520Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7172026-06-19T07:53:12.557Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7182026-06-19T07:53:12.820Z Compiling tracing-subscriber v0.3.23
7192026-06-19T07:53:13.016Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7202026-06-19T07:53:14.374Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7212026-06-19T07:53:14.970Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7222026-06-19T07:53:16.429Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7232026-06-19T07:53:17.120Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7242026-06-19T07:53:18.001Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7252026-06-19T07:53:19.227Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7262026-06-19T07:53:19.407Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7272026-06-19T07:53:19.601Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7282026-06-19T07:53:21.135Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7292026-06-19T07:53:22.683Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7302026-06-19T07:53:23.006Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7312026-06-19T07:53:27.774Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7322026-06-19T07:53:28.364Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7332026-06-19T07:53:30.514Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7342026-06-19T07:53:30.906Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7352026-06-19T07:53:32.812Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7362026-06-19T07:53:34.163Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7372026-06-19T07:53:37.061Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7382026-06-19T07:53:37.641Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7392026-06-19T07:53:38.401Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7402026-06-19T07:53:40.922Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7412026-06-19T07:53:41.672Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7422026-06-19T07:53:41.928Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7432026-06-19T07:53:42.631Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7442026-06-19T07:53:43.140Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7452026-06-19T07:53:44.202Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7462026-06-19T07:53:44.807Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7472026-06-19T07:53:46.321Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7482026-06-19T07:53:46.521Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7492026-06-19T07:53:46.827Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7502026-06-19T07:53:48.985Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7512026-06-19T07:53:49.757Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7522026-06-19T07:53:49.770Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7532026-06-19T07:53:50.552Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7542026-06-19T07:53:50.960Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7552026-06-19T07:53:52.830Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7562026-06-19T07:53:53.591Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7572026-06-19T07:53:54.151Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7582026-06-19T07:53:54.151Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7592026-06-19T07:53:56.192Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7602026-06-19T07:53:56.459Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7612026-06-19T07:53:57.478Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7622026-06-19T07:53:57.916Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7632026-06-19T07:53:58.715Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7642026-06-19T07:53:59.400Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7652026-06-19T07:54:00.326Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7662026-06-19T07:54:01.098Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7672026-06-19T07:54:01.480Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7682026-06-19T07:54:02.124Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7692026-06-19T07:54:02.650Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7702026-06-19T07:54:04.116Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7712026-06-19T07:54:26.223Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 11s
7722026-06-19T07:55:27.867Zpkg://helios/developer/debug/humility@0.13.0.702,5.11-3.0:20260619T075432Z
7732026-06-19T07:55:27.867ZPUBLISHED
7742026-06-19T07:55:28.092ZRetrieving packages for publisher helios ...
7752026-06-19T07:55:28.095ZRetrieving catalog 'helios' ... Done
7762026-06-19T07:55:28.098ZRetrieving and evaluating 1 package(s)...
7772026-06-19T07:55:28.098ZFetching manifests: 1/1 100% complete
7782026-06-19T07:55:28.098ZFetching manifests: 1/1 100% complete
7792026-06-19T07:55:28.098Z
7802026-06-19T07:55:28.098ZArchiving packages ...
7812026-06-19T07:55:28.098Z Packages to add: 1
7822026-06-19T07:55:28.098Z Files to retrieve: 1
7832026-06-19T07:55:28.098ZEstimated transfer size: 137.04 MB
7842026-06-19T07:55:28.098Z
7852026-06-19T07:55:28.098ZPackages to archive:
7862026-06-19T07:55:28.098Zdeveloper/debug/humility@0.13.0.702,5.11-3.0:20260619T075432Z
7872026-06-19T07:55:28.098Z
7882026-06-19T07:55:28.098ZDownload: 0/1 items 0.0/137.0MB 0% complete
7892026-06-19T07:55:28.340ZDownload: Completed 137.04 MB in 0.24 seconds (561M/s)
7902026-06-19T07:55:28.343ZArchiving: 1/10 items 0.0/137.1MB 0% complete
7912026-06-19T07:55:28.394ZArchiving: Completed 137.06 MB in 0.05 seconds
7922026-06-19T07:55:28.435ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.0.702-3.0.p5p.
7932026-06-19T07:55:28.442Z
7942026-06-19T07:55:28.442Zreal 4:36.933609566
7952026-06-19T07:55:28.442Zuser 22:43.763692710
7962026-06-19T07:55:28.442Zsys 1:37.757521531
7972026-06-19T07:55:28.446Ztrap 0.687996983
7982026-06-19T07:55:28.446Ztflt 1.146668142
7992026-06-19T07:55:28.446Zdflt 1.602984330
8002026-06-19T07:55:28.446Zkflt 0.011272581
8012026-06-19T07:55:28.446Zlock 1:35:08.169446658
8022026-06-19T07:55:28.446Zslp 1:13:18.909745967
8032026-06-19T07:55:28.446Zlat 1:20.618053653
8042026-06-19T07:55:28.446Zstop 1:10.684342882
8052026-06-19T07:55:28.446Z+ banner copy
8062026-06-19T07:55:28.446Z
8072026-06-19T07:55:28.446Z #### #### ##### # #
8082026-06-19T07:55:28.446Z # # # # # # # #
8092026-06-19T07:55:28.446Z # # # # # #
8102026-06-19T07:55:28.446Z # # # ##### #
8112026-06-19T07:55:28.446Z # # # # # #
8122026-06-19T07:55:28.446Z #### #### # #
8132026-06-19T07:55:28.446Z
8142026-06-19T07:55:28.446Z+ pfexec mkdir -p /out
8152026-06-19T07:55:28.449Z+ pfexec chown 12345 /out
8162026-06-19T07:55:28.449Z+ PKG_NAME=/out/humility.p5p
8172026-06-19T07:55:28.449Z+ mv pkg/packages/repo/humility-0.13.0.702-3.0.p5p /out/humility.p5p
8182026-06-19T07:55:28.549Z+ sha256sum /out/humility.p5p
8192026-06-19T07:55:28.629Zprocess exited: duration 283963 ms, exit code 0
 
8202026-06-19T07:55:28.641Zfound 2 output files
8212026-06-19T07:55:28.641Zuploading: /out/humility.p5p (143718400 bytes)
8222026-06-19T07:55:30.410Zuploaded: /out/humility.p5p
8232026-06-19T07:55:30.411Zuploading: /out/humility.p5p.sha256 (84 bytes)
8242026-06-19T07:55:31.419Zuploaded: /out/humility.p5p.sha256