01KZ6P88WM73NP6B8R7KGXPY50: 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: 01KZ6P8KVY1TN53JW8EFBTCW5G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T15:29:38.472Zjob assigned to worker 01KZ6P8T8XR7EK3WPZ6GGSXSMT [factory aws, i-01f6b69675f130a5d] (queued for 47 s)
 
22026-08-04T15:29:44.793Zstarting task 0: "setup"
32026-08-04T15:29:44.802Z++ uname -s
42026-08-04T15:29:44.806Z+ kern=SunOS
52026-08-04T15:29:44.806Z+ build_user=build
62026-08-04T15:29:44.806Z+ build_uid=12345
72026-08-04T15:29:44.806Z+ work_dir=/work
82026-08-04T15:29:44.806Z+ input_dir=/input
92026-08-04T15:29:44.806Z+ [[ 0 == 12345 ]]
102026-08-04T15:29:44.806Z+ case "$kern" in
112026-08-04T15:29:44.806Z+ groupadd -g 12345 build
122026-08-04T15:29:44.809Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T15:29:46.814Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T15:29:46.927Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T15:29:46.930Z+ home_fs=zfs
162026-08-04T15:29:46.930Z+ [[ zfs == autofs ]]
172026-08-04T15:29:46.930Z+ mkdir -p /home/build
182026-08-04T15:29:46.930Z+ chown build:build /home/build /work
192026-08-04T15:29:48.931Z+ chmod 0700 /home/build /work
202026-08-04T15:29:48.934Zprocess exited: duration 4139 ms, exit code 0
 
212026-08-04T15:29:48.940Zstarting task 1: "rust-toolchain"
222026-08-04T15:29:48.944Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T15:29:48.944Z * rust toolchain channel = "stable"
242026-08-04T15:29:48.944Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T15:29:48.944Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-04T15:29:48.944Z * rust toolchain profile = "default"
272026-08-04T15:29:48.947Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T15:29:48.947Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T15:29:48.947Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T15:29:49.027Zinfo: downloading installer
312026-08-04T15:29:50.353Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T15:29:50.354Zwarn: /home/build/.rustup/settings.toml
332026-08-04T15:29:50.354Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T15:29:50.354Zwarn: instead of the one inferred from the default host triple.
352026-08-04T15:29:50.366Zinfo: profile set to default
362026-08-04T15:29:50.366Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T15:29:50.369Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-04T15:29:50.495Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T15:29:50.498Zinfo: downloading 6 components
402026-08-04T15:30:04.626Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-04T15:30:04.626Z
422026-08-04T15:30:04.642Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T15:30:04.642Z
442026-08-04T15:30:04.661Z
452026-08-04T15:30:04.661ZRust is installed now. Great!
462026-08-04T15:30:04.661Z
472026-08-04T15:30:04.662ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T15:30:04.662Zenvironment variable. This has not been done automatically.
492026-08-04T15:30:04.662Z
502026-08-04T15:30:04.662ZTo configure your current shell, you need to source
512026-08-04T15:30:04.662Zthe corresponding env file under $HOME/.cargo.
522026-08-04T15:30:04.662Z
532026-08-04T15:30:04.662ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T15:30:04.662Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T15:30:04.662Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T15:30:04.662Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T15:30:04.662Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T15:30:04.663Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T15:30:04.663Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T15:30:04.663Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T15:30:04.663Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T15:30:04.751Z+ rustup --version
632026-08-04T15:30:04.766Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T15:30:04.767Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T15:30:04.790Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T15:30:04.790Z+ cargo --version
672026-08-04T15:30:04.806Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T15:30:04.806Z+ rustc --version
692026-08-04T15:30:04.813Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T15:30:04.813Zprocess exited: duration 15865 ms, exit code 0
 
712026-08-04T15:30:04.862Zstarting task 2: "authentication"
722026-08-04T15:30:04.907Zprocess exited: duration 51 ms, exit code 0
 
732026-08-04T15:30:04.958Zstarting task 3: "clone repository"
742026-08-04T15:30:04.991Z+ mkdir -p /work/oxidecomputer/humility
752026-08-04T15:30:04.991Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-08-04T15:30:05.022ZCloning into '/work/oxidecomputer/humility'...
772026-08-04T15:30:22.042Z+ cd /work/oxidecomputer/humility
782026-08-04T15:30:22.042Z+ git fetch origin 7e3933aaf82e5e12d74c38f3488469e23af5dffc
792026-08-04T15:30:22.275ZFrom https://github.com/oxidecomputer/humility
802026-08-04T15:30:22.275Z * branch 7e3933aaf82e5e12d74c38f3488469e23af5dffc -> FETCH_HEAD
812026-08-04T15:30:22.281Z+ [[ -n james/fix-reflection-hubris-2615 ]]
822026-08-04T15:30:22.286Z++ git branch --show-current
832026-08-04T15:30:22.286Z+ current=master
842026-08-04T15:30:22.286Z+ [[ master != james/fix-reflection-hubris-2615 ]]
852026-08-04T15:30:22.286Z+ git branch -f james/fix-reflection-hubris-2615 7e3933aaf82e5e12d74c38f3488469e23af5dffc
862026-08-04T15:30:22.291Z+ git checkout -f james/fix-reflection-hubris-2615
872026-08-04T15:30:23.113ZSwitched to branch 'james/fix-reflection-hubris-2615'
882026-08-04T15:30:23.116Z+ git reset --hard 7e3933aaf82e5e12d74c38f3488469e23af5dffc
892026-08-04T15:30:23.124ZHEAD is now at 7e3933aa Avoid creating transparent wrappers instead of peeling them off
902026-08-04T15:30:23.127Zprocess exited: duration 18175 ms, exit code 0
 
912026-08-04T15:30:23.133Zstarting task 4: "build"
922026-08-04T15:30:23.136Z+ export CARGO_INCREMENTAL=0
932026-08-04T15:30:23.136Z+ CARGO_INCREMENTAL=0
942026-08-04T15:30:23.140Z+ banner deps
952026-08-04T15:30:23.140Z
962026-08-04T15:30:23.140Z ##### ###### ##### ####
972026-08-04T15:30:23.140Z # # # # # #
982026-08-04T15:30:23.140Z # # ##### # # ####
992026-08-04T15:30:23.140Z # # # ##### #
1002026-08-04T15:30:23.140Z # # # # # #
1012026-08-04T15:30:23.140Z ##### ###### # ####
1022026-08-04T15:30:23.140Z
1032026-08-04T15:30:23.140Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-08-04T15:30:23.140Z+ PKG_SUCCESS_ON_NOP=1
1052026-08-04T15:30:23.140Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-08-04T15:30:26.655Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-04T15:30:26.901Z Startup: Caching catalogs ... Done
1082026-08-04T15:30:28.208ZPlanning: Solver setup ... Done (1.223s)
1092026-08-04T15:30:28.250ZPlanning: Running solver ... Done (0.044s)
1102026-08-04T15:30:28.282ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-04T15:30:28.293ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-04T15:30:28.305ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-04T15:30:28.317ZPlanning: Package planning ... Done (0.012s)
1142026-08-04T15:30:28.320ZPlanning: Merging actions ... Done (0.000s)
1152026-08-04T15:30:28.464ZPlanning: Checking for conflicting actions ... Done (0.146s)
1162026-08-04T15:30:28.467ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-08-04T15:30:29.249ZPlanning: Evaluating mediators ... Done (0.785s)
1182026-08-04T15:30:29.252ZPlanning: Planning completed in 2.32 seconds
1192026-08-04T15:30:29.258Z Packages to install: 2
1202026-08-04T15:30:29.261Z Estimated space available: 155.72 GB
1212026-08-04T15:30:29.261ZEstimated space to be consumed: 48.70 MB
1222026-08-04T15:30:29.261Z Create boot environment: No
1232026-08-04T15:30:29.261ZCreate backup boot environment: No
1242026-08-04T15:30:29.261Z Rebuild boot archive: No
1252026-08-04T15:30:29.261Z
1262026-08-04T15:30:29.261ZChanged packages:
1272026-08-04T15:30:29.261Zhelios
1282026-08-04T15:30:29.261Z library/libftdi1
1292026-08-04T15:30:29.261Z None -> 1.5-3.0
1302026-08-04T15:30:29.261Z ooce/library/libusb-1
1312026-08-04T15:30:29.261Z None -> 1.0.29-3.1
1322026-08-04T15:30:29.283Z
1332026-08-04T15:30:29.283ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-08-04T15:30:29.321ZDownload: Completed 377.70 kB in 0.04 seconds (9.7M/s)
1352026-08-04T15:30:29.384Z Actions: 1/61 actions (Installing new actions)
1362026-08-04T15:30:29.395Z Actions: Completed 61 actions in 0.01 seconds.
1372026-08-04T15:30:29.418ZFinalize: Updating package state database ... Done (0.022s)
1382026-08-04T15:30:29.421ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-04T15:30:29.476ZFinalize: Updating image state ... Done (0.058s)
1402026-08-04T15:30:31.925ZFinalize: Creating fast lookup database ... Done (2.410s)
1412026-08-04T15:30:31.990ZFinalize: Reading search index ... Done (0.011s)
1422026-08-04T15:30:31.993ZFinalize: Updating search index ... Done (0.000s)
1432026-08-04T15:30:32.084ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-04T15:30:32.212Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-08-04T15:30:32.420ZFMRI IFO
1462026-08-04T15:30:32.420Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-08-04T15:30:32.420Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-08-04T15:30:32.454Z+ cargo --version
1492026-08-04T15:30:32.464Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-08-04T15:30:32.467Z+ rustc --version
1512026-08-04T15:30:32.487Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-08-04T15:30:32.491Z+ banner package
1532026-08-04T15:30:32.491Z
1542026-08-04T15:30:32.491Z ##### ## #### # # ## #### ######
1552026-08-04T15:30:32.491Z # # # # # # # # # # # # #
1562026-08-04T15:30:32.491Z # # # # # #### # # # #####
1572026-08-04T15:30:32.491Z ##### ###### # # # ###### # ### #
1582026-08-04T15:30:32.491Z # # # # # # # # # # # #
1592026-08-04T15:30:32.491Z # # # #### # # # # #### ######
1602026-08-04T15:30:32.491Z
1612026-08-04T15:30:32.495Z+ ptime -m cargo xtask package
1622026-08-04T15:30:32.607Z Updating crates.io index
1632026-08-04T15:30:32.610Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-08-04T15:30:32.876Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-08-04T15:30:33.159Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-08-04T15:30:33.447Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-08-04T15:30:33.715Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-08-04T15:30:33.987Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-08-04T15:30:34.240Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-08-04T15:30:34.814Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-08-04T15:30:38.957Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-08-04T15:30:39.231Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-08-04T15:30:39.501Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-08-04T15:30:39.744Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-08-04T15:30:40.004Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-08-04T15:30:40.267Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-08-04T15:30:41.234Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-08-04T15:30:41.476Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-08-04T15:30:41.798Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-08-04T15:30:42.264Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-08-04T15:30:44.041Z Downloading crates ...
1822026-08-04T15:30:44.091Z Downloaded strsim v0.11.1
1832026-08-04T15:30:44.097Z Downloaded quote v1.0.45
1842026-08-04T15:30:44.100Z Downloaded serde_spanned v1.1.1
1852026-08-04T15:30:44.103Z Downloaded unicode-ident v1.0.24
1862026-08-04T15:30:44.103Z Downloaded percent-encoding v2.3.2
1872026-08-04T15:30:44.108Z Downloaded utf8parse v0.2.2
1882026-08-04T15:30:44.111Z Downloaded serde_core v1.0.228
1892026-08-04T15:30:44.114Z Downloaded cargo-platform v0.3.3
1902026-08-04T15:30:44.114Z Downloaded colorchoice v1.0.5
1912026-08-04T15:30:44.117Z Downloaded is_terminal_polyfill v1.70.2
1922026-08-04T15:30:44.120Z Downloaded clap_lex v1.1.0
1932026-08-04T15:30:44.120Z Downloaded equivalent v1.0.2
1942026-08-04T15:30:44.120Z Downloaded lazy_static v1.5.0
1952026-08-04T15:30:44.124Z Downloaded anstyle-query v1.1.5
1962026-08-04T15:30:44.126Z Downloaded heck v0.5.0
1972026-08-04T15:30:44.141Z Downloaded thiserror-impl v2.0.18
1982026-08-04T15:30:44.144Z Downloaded anstyle v1.0.14
1992026-08-04T15:30:44.146Z Downloaded zmij v1.0.21
2002026-08-04T15:30:44.150Z Downloaded itoa v1.0.18
2012026-08-04T15:30:44.153Z Downloaded thiserror v2.0.18
2022026-08-04T15:30:44.163Z Downloaded cargo_metadata v0.23.1
2032026-08-04T15:30:44.172Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2042026-08-04T15:30:44.175Z Downloaded toml_writer v1.1.1+spec-1.1.0
2052026-08-04T15:30:44.175Z Downloaded anstyle-parse v1.0.0
2062026-08-04T15:30:44.178Z Downloaded clap_derive v4.6.1
2072026-08-04T15:30:44.180Z Downloaded toml_parser v1.1.2+spec-1.1.0
2082026-08-04T15:30:44.183Z Downloaded anyhow v1.0.102
2092026-08-04T15:30:44.186Z Downloaded semver v1.0.28
2102026-08-04T15:30:44.186Z Downloaded anstream v1.0.0
2112026-08-04T15:30:44.186Z Downloaded cargo-readme v3.3.2
2122026-08-04T15:30:44.190Z Downloaded camino v1.2.2
2132026-08-04T15:30:44.195Z Downloaded serde_derive v1.0.228
2142026-08-04T15:30:44.198Z Downloaded toml v1.1.2+spec-1.1.0
2152026-08-04T15:30:44.205Z Downloaded proc-macro2 v1.0.106
2162026-08-04T15:30:44.208Z Downloaded clap v4.6.1
2172026-08-04T15:30:44.223Z Downloaded serde v1.0.228
2182026-08-04T15:30:44.234Z Downloaded memchr v2.8.0
2192026-08-04T15:30:44.251Z Downloaded indexmap v2.14.0
2202026-08-04T15:30:44.272Z Downloaded hashbrown v0.17.0
2212026-08-04T15:30:44.275Z Downloaded regex v1.12.3
2222026-08-04T15:30:44.278Z Downloaded serde_json v1.0.149
2232026-08-04T15:30:44.281Z Downloaded clap_builder v4.6.0
2242026-08-04T15:30:44.284Z Downloaded aho-corasick v1.1.4
2252026-08-04T15:30:44.289Z Downloaded winnow v1.0.2
2262026-08-04T15:30:44.312Z Downloaded syn v2.0.117
2272026-08-04T15:30:44.318Z Downloaded regex-syntax v0.8.10
2282026-08-04T15:30:44.333Z Downloaded regex-automata v0.4.14
2292026-08-04T15:30:44.371Z Compiling serde_core v1.0.228
2302026-08-04T15:30:44.371Z Compiling proc-macro2 v1.0.106
2312026-08-04T15:30:44.371Z Compiling quote v1.0.45
2322026-08-04T15:30:44.374Z Compiling unicode-ident v1.0.24
2332026-08-04T15:30:44.374Z Compiling memchr v2.8.0
2342026-08-04T15:30:44.374Z Compiling utf8parse v0.2.2
2352026-08-04T15:30:44.374Z Compiling anstyle-query v1.1.5
2362026-08-04T15:30:44.374Z Compiling colorchoice v1.0.5
2372026-08-04T15:30:44.582Z Compiling anstyle-parse v1.0.0
2382026-08-04T15:30:44.585Z Compiling zmij v1.0.21
2392026-08-04T15:30:44.586Z Compiling anstyle v1.0.14
2402026-08-04T15:30:44.586Z Compiling is_terminal_polyfill v1.70.2
2412026-08-04T15:30:44.671Z Compiling serde v1.0.228
2422026-08-04T15:30:44.761Z Compiling anstream v1.0.0
2432026-08-04T15:30:44.819Z Compiling serde_json v1.0.149
2442026-08-04T15:30:44.850Z Compiling aho-corasick v1.1.4
2452026-08-04T15:30:44.891Z Compiling heck v0.5.0
2462026-08-04T15:30:45.012Z Compiling strsim v0.11.1
2472026-08-04T15:30:45.043Z Compiling camino v1.2.2
2482026-08-04T15:30:45.072Z Compiling thiserror v2.0.18
2492026-08-04T15:30:45.087Z Compiling regex-syntax v0.8.10
2502026-08-04T15:30:45.155Z Compiling winnow v1.0.2
2512026-08-04T15:30:45.350Z Compiling clap_lex v1.1.0
2522026-08-04T15:30:45.432Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-08-04T15:30:45.575Z Compiling clap_builder v4.6.0
2542026-08-04T15:30:45.662Z Compiling syn v2.0.117
2552026-08-04T15:30:45.737Z Compiling anyhow v1.0.102
2562026-08-04T15:30:45.868Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-08-04T15:30:46.045Z Compiling itoa v1.0.18
2582026-08-04T15:30:46.107Z Compiling percent-encoding v2.3.2
2592026-08-04T15:30:46.223Z Compiling lazy_static v1.5.0
2602026-08-04T15:30:46.455Z Compiling regex-automata v0.4.14
2612026-08-04T15:30:46.547Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-08-04T15:30:46.557Z Compiling serde_spanned v1.1.1
2632026-08-04T15:30:46.594Z Compiling semver v1.0.28
2642026-08-04T15:30:46.695Z Compiling cargo-platform v0.3.3
2652026-08-04T15:30:46.844Z Compiling toml v1.1.2+spec-1.1.0
2662026-08-04T15:30:47.939Z Compiling serde_derive v1.0.228
2672026-08-04T15:30:47.947Z Compiling thiserror-impl v2.0.18
2682026-08-04T15:30:47.987Z Compiling clap_derive v4.6.1
2692026-08-04T15:30:48.126Z Compiling regex v1.12.3
2702026-08-04T15:30:49.225Z Compiling clap v4.6.1
2712026-08-04T15:30:50.111Z Compiling cargo-readme v3.3.2
2722026-08-04T15:30:50.111Z Compiling cargo_metadata v0.23.1
2732026-08-04T15:30:51.067Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-08-04T15:30:52.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s
2752026-08-04T15:30:52.628Z Running `target/debug/xtask package`
2762026-08-04T15:30:56.166Z Compiling proc-macro2 v1.0.106
2772026-08-04T15:30:56.166Z Compiling quote v1.0.45
2782026-08-04T15:30:56.166Z Compiling unicode-ident v1.0.24
2792026-08-04T15:30:56.171Z Compiling serde_core v1.0.228
2802026-08-04T15:30:56.171Z Compiling serde v1.0.228
2812026-08-04T15:30:56.171Z Compiling cfg-if v1.0.4
2822026-08-04T15:30:56.171Z Compiling libc v0.2.186
2832026-08-04T15:30:56.313Z Compiling typenum v1.20.0
2842026-08-04T15:30:56.340Z Compiling thiserror v2.0.18
2852026-08-04T15:30:56.576Z Compiling scopeguard v1.2.0
2862026-08-04T15:30:56.666Z Compiling memchr v2.8.0
2872026-08-04T15:30:56.673Z Compiling log v0.4.29
2882026-08-04T15:30:56.939Z Compiling strsim v0.11.1
2892026-08-04T15:30:56.948Z Compiling stable_deref_trait v1.2.1
2902026-08-04T15:30:57.021Z Compiling autocfg v1.5.0
2912026-08-04T15:30:57.150Z Compiling errno v0.3.14
2922026-08-04T15:30:57.197Z Compiling lock_api v0.4.14
2932026-08-04T15:30:57.252Z Compiling smallvec v1.15.1
2942026-08-04T15:30:57.374Z Compiling foldhash v0.2.0
2952026-08-04T15:30:57.446Z Compiling equivalent v1.0.2
2962026-08-04T15:30:57.498Z Compiling syn v2.0.117
2972026-08-04T15:30:57.528Z Compiling heck v0.5.0
2982026-08-04T15:30:57.544Z Compiling rustversion v1.0.22
2992026-08-04T15:30:57.552Z Compiling ident_case v1.0.1
3002026-08-04T15:30:57.616Z Compiling jobserver v0.1.34
3012026-08-04T15:30:57.657Z Compiling shlex v1.3.0
3022026-08-04T15:30:57.712Z Compiling zeroize v1.8.2
3032026-08-04T15:30:57.839Z Compiling find-msvc-tools v0.1.9
3042026-08-04T15:30:57.931Z Compiling anyhow v1.0.102
3052026-08-04T15:30:58.060Z Compiling cc v1.2.61
3062026-08-04T15:30:58.112Z Compiling libm v0.2.16
3072026-08-04T15:30:58.127Z Compiling rustix v1.1.4
3082026-08-04T15:30:58.233Z Compiling num-traits v0.2.19
3092026-08-04T15:30:58.426Z Compiling const-oid v0.9.6
3102026-08-04T15:30:58.447Z Compiling zerocopy v0.8.48
3112026-08-04T15:30:58.454Z Compiling version_check v0.9.5
3122026-08-04T15:30:58.608Z Compiling bitflags v2.11.1
3132026-08-04T15:30:58.704Z Compiling generic-array v0.14.7
3142026-08-04T15:30:58.722Z Compiling aho-corasick v1.1.4
3152026-08-04T15:30:58.918Z Compiling regex-syntax v0.8.10
3162026-08-04T15:30:59.105Z Compiling hashbrown v0.17.0
3172026-08-04T15:30:59.297Z Compiling hybrid-array v0.4.11
3182026-08-04T15:30:59.300Z Compiling crossbeam-utils v0.8.21
3192026-08-04T15:30:59.757Z Compiling once_cell v1.21.4
3202026-08-04T15:30:59.787Z Compiling indexmap v2.14.0
3212026-08-04T15:31:00.397Z Compiling synstructure v0.13.2
3222026-08-04T15:31:00.631Z Compiling regex-automata v0.4.14
3232026-08-04T15:31:00.668Z Compiling syn v1.0.109
3242026-08-04T15:31:00.884Z Compiling itoa v1.0.18
3252026-08-04T15:31:01.014Z Compiling pkg-config v0.3.33
3262026-08-04T15:31:01.446Z Compiling crypto-common v0.1.7
3272026-08-04T15:31:01.507Z Compiling serde_derive v1.0.228
3282026-08-04T15:31:01.575Z Compiling thiserror-impl v2.0.18
3292026-08-04T15:31:01.607Z Compiling zerofrom-derive v0.1.7
3302026-08-04T15:31:02.757Z Compiling yoke-derive v0.8.2
3312026-08-04T15:31:02.866Z Compiling zerocopy-derive v0.8.48
3322026-08-04T15:31:03.241Z Compiling zerovec-derive v0.11.3
3332026-08-04T15:31:03.783Z Compiling regex v1.12.3
3342026-08-04T15:31:04.284Z Compiling block-buffer v0.10.4
3352026-08-04T15:31:04.432Z Compiling darling_core v0.23.0
3362026-08-04T15:31:04.819Z Compiling crypto-common v0.2.1
3372026-08-04T15:31:04.987Z Compiling zmij v1.0.21
3382026-08-04T15:31:05.305Z Compiling digest v0.10.7
3392026-08-04T15:31:05.530Z Compiling spin v0.9.8
3402026-08-04T15:31:05.710Z Compiling byteorder v1.5.0
3412026-08-04T15:31:05.758Z Compiling cmov v0.5.3
3422026-08-04T15:31:05.964Z Compiling radium v0.7.0
3432026-08-04T15:31:05.987Z Compiling ctutils v0.4.2
3442026-08-04T15:31:06.226Z Compiling displaydoc v0.2.5
3452026-08-04T15:31:06.250Z Compiling block-buffer v0.12.0
3462026-08-04T15:31:06.429Z Compiling crc32fast v1.5.0
3472026-08-04T15:31:06.547Z Compiling allocator-api2 v0.2.21
3482026-08-04T15:31:06.570Z Compiling darling_macro v0.23.0
3492026-08-04T15:31:06.607Z Compiling const-oid v0.10.2
3502026-08-04T15:31:06.706Z Compiling tap v1.0.1
3512026-08-04T15:31:06.815Z Compiling wyz v0.5.1
3522026-08-04T15:31:06.924Z Compiling hashbrown v0.16.1
3532026-08-04T15:31:06.934Z Compiling digest v0.11.2
3542026-08-04T15:31:07.016Z Compiling funty v2.0.0
3552026-08-04T15:31:07.122Z Compiling darling v0.23.0
3562026-08-04T15:31:07.135Z Compiling simd-adler32 v0.3.9
3572026-08-04T15:31:07.194Z Compiling static_assertions v1.1.0
3582026-08-04T15:31:07.203Z Compiling base64ct v1.8.3
3592026-08-04T15:31:07.277Z Compiling either v1.15.0
3602026-08-04T15:31:07.476Z Compiling typeid v1.0.3
3612026-08-04T15:31:07.547Z Compiling pem-rfc7468 v0.7.0
3622026-08-04T15:31:07.555Z Compiling bitvec v1.0.1
3632026-08-04T15:31:07.747Z Compiling clap_derive v4.6.1
3642026-08-04T15:31:07.868Z Compiling der_derive v0.7.3
3652026-08-04T15:31:07.896Z Compiling getrandom v0.2.17
3662026-08-04T15:31:08.114Z Compiling flagset v0.4.7
3672026-08-04T15:31:08.122Z Compiling cpufeatures v0.2.17
3682026-08-04T15:31:08.188Z Compiling adler2 v2.0.1
3692026-08-04T15:31:08.252Z Compiling utf8parse v0.2.2
3702026-08-04T15:31:08.352Z Compiling unicode-width v0.2.2
3712026-08-04T15:31:08.367Z Compiling anstyle-parse v1.0.0
3722026-08-04T15:31:08.390Z Compiling miniz_oxide v0.8.9
3732026-08-04T15:31:08.592Z Compiling sha2 v0.10.9
3742026-08-04T15:31:08.807Z Compiling der v0.7.10
3752026-08-04T15:31:08.839Z Compiling rand_core v0.6.4
3762026-08-04T15:31:09.106Z Compiling lazy_static v1.5.0
3772026-08-04T15:31:09.154Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-08-04T15:31:09.199Z Compiling crossbeam-epoch v0.9.18
3792026-08-04T15:31:09.422Z Compiling is_terminal_polyfill v1.70.2
3802026-08-04T15:31:09.515Z Compiling powerfmt v0.2.0
3812026-08-04T15:31:09.550Z Compiling anstyle v1.0.14
3822026-08-04T15:31:09.758Z Compiling zlib-rs v0.6.3
3832026-08-04T15:31:09.767Z Compiling cpufeatures v0.3.0
3842026-08-04T15:31:09.785Z Compiling colorchoice v1.0.5
3852026-08-04T15:31:09.824Z Compiling anstyle-query v1.1.5
3862026-08-04T15:31:09.832Z Compiling spki v0.7.3
3872026-08-04T15:31:09.899Z Compiling anstream v1.0.0
3882026-08-04T15:31:09.923Z Compiling deranged v0.5.8
3892026-08-04T15:31:10.212Z Compiling crossbeam-deque v0.8.6
3902026-08-04T15:31:10.287Z Compiling ppv-lite86 v0.2.21
3912026-08-04T15:31:10.434Z Compiling num-conv v0.2.1
3922026-08-04T15:31:10.583Z Compiling maybe-uninit v2.0.0
3932026-08-04T15:31:10.618Z Compiling time-core v0.1.8
3942026-08-04T15:31:10.759Z Compiling twox-hash v2.1.2
3952026-08-04T15:31:10.851Z Compiling object v0.39.1
3962026-08-04T15:31:10.884Z Compiling num_threads v0.1.7
3972026-08-04T15:31:10.969Z Compiling ruzstd v0.8.2
3982026-08-04T15:31:11.086Z Compiling time v0.3.47
3992026-08-04T15:31:11.194Z Compiling rand_chacha v0.3.1
4002026-08-04T15:31:11.228Z Compiling bitfield-macros v0.19.4
4012026-08-04T15:31:11.704Z Compiling terminal_size v0.4.4
4022026-08-04T15:31:11.735Z Compiling num-integer v0.1.46
4032026-08-04T15:31:12.012Z Compiling packed_struct v0.10.1
4042026-08-04T15:31:12.285Z Compiling rand_core v0.10.1
4052026-08-04T15:31:12.437Z Compiling zstd-safe v7.2.4
4062026-08-04T15:31:12.524Z Compiling getrandom v0.4.2
4072026-08-04T15:31:12.656Z Compiling num-bigint-dig v0.8.6
4082026-08-04T15:31:12.781Z Compiling flate2 v1.1.9
4092026-08-04T15:31:12.868Z Compiling clap_lex v1.1.0
4102026-08-04T15:31:13.317Z Compiling clap_builder v4.6.0
4112026-08-04T15:31:13.571Z Compiling num-iter v0.1.45
4122026-08-04T15:31:13.687Z Compiling bitfield v0.19.4
4132026-08-04T15:31:13.992Z Compiling rand v0.8.6
4142026-08-04T15:31:14.563Z Compiling pkcs8 v0.10.2
4152026-08-04T15:31:15.384Z Compiling serde_with_macros v3.18.0
4162026-08-04T15:31:15.510Z Compiling packed_struct_codegen v0.10.1
4172026-08-04T15:31:15.857Z Compiling inout v0.2.2
4182026-08-04T15:31:16.005Z Compiling capstone-sys v0.18.0
4192026-08-04T15:31:16.406Z Compiling crc-catalog v2.5.0
4202026-08-04T15:31:16.484Z Compiling fallible-iterator v0.3.0
4212026-08-04T15:31:16.512Z Compiling parking_lot_core v0.9.12
4222026-08-04T15:31:16.522Z Compiling nodrop v0.1.14
4232026-08-04T15:31:16.610Z Compiling base64 v0.21.7
4242026-08-04T15:31:16.767Z Compiling array-init v0.0.4
4252026-08-04T15:31:17.107Z Compiling ron v0.8.1
4262026-08-04T15:31:17.118Z Compiling serde_with v3.18.0
4272026-08-04T15:31:17.184Z Compiling crc v3.4.0
4282026-08-04T15:31:18.419Z Compiling cipher v0.5.1
4292026-08-04T15:31:18.661Z Compiling clap v4.6.1
4302026-08-04T15:31:18.739Z Compiling pkcs1 v0.7.5
4312026-08-04T15:31:19.898Z Compiling smallvec v0.6.14
4322026-08-04T15:31:20.381Z Compiling signature v2.2.0
4332026-08-04T15:31:20.557Z Compiling hmac v0.13.0
4342026-08-04T15:31:20.764Z Compiling hubpack_derive v0.1.1
4352026-08-04T15:31:20.774Z Compiling env_filter v1.0.1
4362026-08-04T15:31:21.264Z Compiling scroll_derive v0.13.1
4372026-08-04T15:31:22.065Z Compiling parse_int v0.9.0
4382026-08-04T15:31:22.171Z Compiling slog v2.8.2
4392026-08-04T15:31:22.198Z Compiling indexmap v1.9.3
4402026-08-04T15:31:22.388Z Compiling cpp_demangle v0.5.1
4412026-08-04T15:31:22.422Z Compiling jiff v0.2.24
4422026-08-04T15:31:22.785Z Compiling prettyplease v0.2.37
4432026-08-04T15:31:23.012Z Compiling bumpalo v3.20.2
4442026-08-04T15:31:23.237Z Compiling lzss v0.9.1
4452026-08-04T15:31:23.270Z Compiling rayon-core v1.13.0
4462026-08-04T15:31:23.318Z Compiling serde_json v1.0.149
4472026-08-04T15:31:23.476Z Compiling cpubits v0.1.1
4482026-08-04T15:31:23.514Z Compiling libbz2-rs-sys v0.2.3
4492026-08-04T15:31:23.536Z Compiling portable-atomic v1.13.1
4502026-08-04T15:31:23.545Z Compiling winnow v1.0.2
4512026-08-04T15:31:23.952Z Compiling subtle v2.6.1
4522026-08-04T15:31:24.003Z Compiling bzip2 v0.6.1
4532026-08-04T15:31:24.099Z Compiling rsa v0.9.10
4542026-08-04T15:31:24.318Z Compiling toml_parser v1.1.2+spec-1.1.0
4552026-08-04T15:31:26.113Z Compiling env_logger v0.11.10
4562026-08-04T15:31:26.132Z Compiling aes v0.9.0
4572026-08-04T15:31:26.436Z Compiling zopfli v0.8.3
4582026-08-04T15:31:27.461Z Compiling scroll v0.13.0
4592026-08-04T15:31:27.504Z Compiling hubpack v0.1.2
4602026-08-04T15:31:27.760Z Compiling pbkdf2 v0.13.0
4612026-08-04T15:31:27.760Z Compiling serde-hex v0.1.0
4622026-08-04T15:31:27.944Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4632026-08-04T15:31:28.601Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-08-04T15:31:28.846Z Compiling x509-cert v0.2.5
4652026-08-04T15:31:29.480Z Compiling sha1 v0.11.0
4662026-08-04T15:31:29.876Z Compiling lzma-rust2 v0.16.2
4672026-08-04T15:31:30.047Z Compiling erased-serde v0.3.31
4682026-08-04T15:31:30.696Z Compiling zerofrom v0.1.7
4692026-08-04T15:31:30.813Z Compiling num-derive v0.4.2
4702026-08-04T15:31:31.710Z Compiling serde_spanned v1.1.1
4712026-08-04T15:31:31.849Z Compiling toml_datetime v1.1.1+spec-1.1.0
4722026-08-04T15:31:32.344Z Compiling semver v1.0.28
4732026-08-04T15:31:32.629Z Compiling hashbrown v0.12.3
4742026-08-04T15:31:33.199Z Compiling void v1.0.2
4752026-08-04T15:31:33.377Z Compiling icu_properties_data v2.2.0
4762026-08-04T15:31:33.594Z Compiling crc-any v2.5.0
4772026-08-04T15:31:34.007Z Compiling constant_time_eq v0.4.2
4782026-08-04T15:31:34.214Z Compiling hex v0.4.3
4792026-08-04T15:31:34.505Z Compiling toml_writer v1.1.1+spec-1.1.0
4802026-08-04T15:31:34.767Z Compiling icu_normalizer_data v2.2.0
4812026-08-04T15:31:34.985Z Compiling deflate64 v0.1.12
4822026-08-04T15:31:35.092Z Compiling fnv v1.0.7
4832026-08-04T15:31:35.187Z Compiling ppmd-rust v1.4.0
4842026-08-04T15:31:35.304Z Compiling typed-path v0.12.3
4852026-08-04T15:31:35.594Z Compiling gimli v0.33.0
4862026-08-04T15:31:35.630Z Compiling toml v1.1.2+spec-1.1.0
4872026-08-04T15:31:35.756Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4882026-08-04T15:31:38.844Z Compiling yoke v0.8.2
4892026-08-04T15:31:39.928Z Compiling zstd v0.13.3
4902026-08-04T15:31:40.403Z Compiling zip v8.6.0
4912026-08-04T15:31:42.359Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-08-04T15:31:45.845Z Compiling console v0.16.3
4932026-08-04T15:31:46.163Z Compiling serde-big-array v0.5.1
4942026-08-04T15:31:46.266Z Compiling memmap2 v0.9.10
4952026-08-04T15:31:46.566Z Compiling rustc-demangle v0.1.27
4962026-08-04T15:31:46.632Z Compiling typed-arena v2.0.2
4972026-08-04T15:31:46.775Z Compiling unit-prefix v0.5.2
4982026-08-04T15:31:46.929Z Compiling plain v0.2.3
4992026-08-04T15:31:47.043Z Compiling path-slash v0.2.1
5002026-08-04T15:31:47.100Z Compiling colored v3.1.1
5012026-08-04T15:31:47.355Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5022026-08-04T15:31:47.553Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5032026-08-04T15:31:47.673Z Compiling goblin v0.10.5
5042026-08-04T15:31:47.822Z Compiling indicatif v0.18.4
5052026-08-04T15:31:47.853Z Compiling addr2line v0.26.1
5062026-08-04T15:31:47.942Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-08-04T15:31:48.567Z Compiling rayon v1.12.0
5082026-08-04T15:31:49.287Z Compiling ron v0.12.1
5092026-08-04T15:31:50.892Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5102026-08-04T15:31:52.086Z Compiling multimap v0.10.1
5112026-08-04T15:31:52.299Z Compiling datamap v0.1.0
5122026-08-04T15:31:52.609Z Compiling auto_impl v1.3.0
5132026-08-04T15:31:53.480Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5142026-08-04T15:31:54.318Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-08-04T15:31:54.414Z Compiling zerovec v0.11.6
5162026-08-04T15:31:55.259Z Compiling parking_lot v0.12.5
5172026-08-04T15:31:55.567Z Compiling tinystr v0.8.3
5182026-08-04T15:31:55.769Z Compiling rustc_version v0.4.1
5192026-08-04T15:31:56.039Z Compiling ryu v1.0.23
5202026-08-04T15:31:56.389Z Compiling litemap v0.8.2
5212026-08-04T15:31:56.500Z Compiling writeable v0.6.3
5222026-08-04T15:31:56.571Z Compiling heapless v0.7.17
5232026-08-04T15:31:56.690Z Compiling icu_locale_core v2.2.0
5242026-08-04T15:31:56.837Z Compiling potential_utf v0.1.5
5252026-08-04T15:31:56.989Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-08-04T15:31:57.612Z Compiling zerotrie v0.2.4
5272026-08-04T15:31:57.855Z Compiling strum_macros v0.28.0
5282026-08-04T15:31:57.885Z Compiling utf8_iter v1.0.4
5292026-08-04T15:31:58.018Z Compiling proc-macro-hack v0.5.20+deprecated
5302026-08-04T15:31:58.499Z Compiling icu_collections v2.2.0
5312026-08-04T15:31:58.931Z Compiling icu_provider v2.2.0
5322026-08-04T15:31:59.223Z Compiling proc-macro-crate v3.5.0
5332026-08-04T15:31:59.640Z Compiling strum v0.28.0
5342026-08-04T15:31:59.785Z Compiling hash32 v0.2.1
5352026-08-04T15:31:59.881Z Compiling strum_macros v0.27.2
5362026-08-04T15:32:00.445Z Compiling percent-encoding v2.3.2
5372026-08-04T15:32:01.706Z Compiling strum v0.27.2
5382026-08-04T15:32:03.109Z Compiling capstone v0.14.0
5392026-08-04T15:32:03.478Z Compiling postcard-cobs v0.1.5-pre
5402026-08-04T15:32:03.857Z Compiling darling_core v0.20.11
5412026-08-04T15:32:03.974Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5422026-08-04T15:32:04.042Z Compiling postcard v0.7.3
5432026-08-04T15:32:04.182Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5442026-08-04T15:32:04.326Z Compiling pkg-version-impl v0.1.1
5452026-08-04T15:32:04.702Z Compiling icu_normalizer v2.2.0
5462026-08-04T15:32:04.716Z Compiling icu_properties v2.2.0
5472026-08-04T15:32:04.943Z Compiling itertools v0.14.0
5482026-08-04T15:32:05.162Z Compiling bitflags v1.3.2
5492026-08-04T15:32:05.500Z Compiling pkg-version v1.0.0
5502026-08-04T15:32:05.583Z Compiling virtue v0.0.18
5512026-08-04T15:32:05.820Z Compiling darling_macro v0.20.11
5522026-08-04T15:32:05.851Z Compiling idna_adapter v1.2.2
5532026-08-04T15:32:05.983Z Compiling unicode-width v0.1.14
5542026-08-04T15:32:06.053Z Compiling idna v1.1.0
5552026-08-04T15:32:06.126Z Compiling bincode_derive v2.0.1
5562026-08-04T15:32:06.283Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5572026-08-04T15:32:06.376Z Compiling darling v0.20.11
5582026-08-04T15:32:06.560Z Compiling form_urlencoded v1.2.2
5592026-08-04T15:32:06.568Z Compiling bytemuck_derive v1.10.2
5602026-08-04T15:32:06.590Z Compiling pin-project-lite v0.2.17
5612026-08-04T15:32:06.686Z Compiling url v2.5.8
5622026-08-04T15:32:06.716Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5632026-08-04T15:32:06.729Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5642026-08-04T15:32:07.362Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5652026-08-04T15:32:07.685Z Compiling bytemuck v1.25.0
5662026-08-04T15:32:07.936Z Compiling deku_derive v0.18.1
5672026-08-04T15:32:07.952Z Compiling num_enum_derive v0.7.6
5682026-08-04T15:32:08.021Z Compiling jep106 v0.3.0
5692026-08-04T15:32:08.274Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5702026-08-04T15:32:08.290Z Compiling tracing-core v0.1.36
5712026-08-04T15:32:08.643Z Compiling no_std_io2 v0.8.1
5722026-08-04T15:32:08.713Z Compiling csv-core v0.1.13
5732026-08-04T15:32:08.814Z Compiling unsafe-libyaml v0.2.11
5742026-08-04T15:32:08.954Z Compiling futures-core v0.3.32
5752026-08-04T15:32:09.174Z Compiling base64 v0.22.1
5762026-08-04T15:32:09.326Z Compiling heapless v0.9.3
5772026-08-04T15:32:09.478Z Compiling unty v0.0.4
5782026-08-04T15:32:09.564Z Compiling bincode v2.0.1
5792026-08-04T15:32:09.576Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5802026-08-04T15:32:09.587Z Compiling serde_yaml v0.9.34+deprecated
5812026-08-04T15:32:09.665Z Compiling deku v0.18.1
5822026-08-04T15:32:09.780Z Compiling num_enum v0.7.6
5832026-08-04T15:32:09.832Z Compiling csv v1.4.0
5842026-08-04T15:32:10.389Z Compiling hash32 v0.3.1
5852026-08-04T15:32:10.521Z Compiling md-5 v0.10.6
5862026-08-04T15:32:10.680Z Compiling serde_plain v1.0.2
5872026-08-04T15:32:10.857Z Compiling tracing-attributes v0.1.31
5882026-08-04T15:32:10.874Z Compiling miette-derive v7.6.0
5892026-08-04T15:32:10.999Z Compiling async-io v2.6.0
5902026-08-04T15:32:11.236Z Compiling object v0.38.1
5912026-08-04T15:32:11.514Z Compiling libdevinfo-sys v1.1.0
5922026-08-04T15:32:11.612Z Compiling slab v0.4.12
5932026-08-04T15:32:11.615Z Compiling devinfo v0.1.0
5942026-08-04T15:32:11.784Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5952026-08-04T15:32:11.833Z Compiling esp-idf-part v0.6.0
5962026-08-04T15:32:11.971Z Compiling miette v7.6.0
5972026-08-04T15:32:12.072Z Compiling tracing v0.1.44
5982026-08-04T15:32:12.475Z Compiling futures-lite v2.6.1
5992026-08-04T15:32:12.926Z Compiling nix v0.26.4
6002026-08-04T15:32:13.156Z Compiling gimli v0.32.3
6012026-08-04T15:32:13.176Z Compiling md-5 v0.11.0
6022026-08-04T15:32:13.332Z Compiling docsplay-macros v0.1.2
6032026-08-04T15:32:13.483Z Compiling concurrent-queue v2.5.0
6042026-08-04T15:32:13.594Z Compiling polling v3.11.0
6052026-08-04T15:32:13.716Z Compiling rmp v0.8.15
6062026-08-04T15:32:14.040Z Compiling parking v2.2.1
6072026-08-04T15:32:14.069Z Compiling futures-io v0.3.32
6082026-08-04T15:32:14.156Z Compiling docsplay v0.1.3
6092026-08-04T15:32:14.278Z Compiling rmp-serde v1.3.1
6102026-08-04T15:32:14.345Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-08-04T15:32:15.587Z Compiling cobs v0.5.1
6122026-08-04T15:32:15.800Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6132026-08-04T15:32:16.542Z Compiling espflash v4.4.0
6142026-08-04T15:32:17.206Z Compiling ihex v3.0.0
6152026-08-04T15:32:17.426Z Compiling dunce v1.0.5
6162026-08-04T15:32:17.503Z Compiling uf2-decode v0.2.0
6172026-08-04T15:32:17.536Z Compiling chacha20 v0.10.0
6182026-08-04T15:32:17.809Z Compiling rand v0.10.1
6192026-08-04T15:32:17.841Z Compiling unicode-segmentation v1.13.2
6202026-08-04T15:32:17.973Z Compiling signal-hook v0.3.18
6212026-08-04T15:32:18.432Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6222026-08-04T15:32:18.952Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-08-04T15:32:19.636Z Compiling signal-hook-registry v1.4.8
6242026-08-04T15:32:19.650Z Compiling convert_case v0.10.0
6252026-08-04T15:32:20.053Z Compiling mio v0.8.11
6262026-08-04T15:32:20.177Z Compiling mio v1.2.0
6272026-08-04T15:32:20.445Z Compiling derive_more-impl v2.1.1
6282026-08-04T15:32:20.913Z Compiling signal-hook-mio v0.2.5
6292026-08-04T15:32:21.021Z Compiling litrs v1.0.0
6302026-08-04T15:32:21.465Z Compiling document-features v0.2.12
6312026-08-04T15:32:21.563Z Compiling derive_more v2.1.1
6322026-08-04T15:32:21.643Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6332026-08-04T15:32:22.011Z Compiling crossterm v0.29.0
6342026-08-04T15:32:22.092Z Compiling convert_case v0.11.0
6352026-08-04T15:32:22.357Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6362026-08-04T15:32:23.063Z Compiling camino v1.2.2
6372026-08-04T15:32:23.475Z Compiling paste v1.0.15
6382026-08-04T15:32:24.017Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-08-04T15:32:24.581Z Compiling crossbeam-channel v0.5.15
6402026-08-04T15:32:24.667Z Compiling castaway v0.2.4
6412026-08-04T15:32:25.048Z Compiling instability v0.3.12
6422026-08-04T15:32:25.195Z Compiling thiserror v1.0.69
6432026-08-04T15:32:25.292Z Compiling indoc v2.0.7
6442026-08-04T15:32:25.527Z Compiling unicode-truncate v2.0.1
6452026-08-04T15:32:25.695Z Compiling lazy-regex-proc_macros v3.6.0
6462026-08-04T15:32:25.735Z Compiling compact_str v0.9.0
6472026-08-04T15:32:26.302Z Compiling kasuari v0.4.12
6482026-08-04T15:32:26.461Z Compiling lru v0.16.4
6492026-08-04T15:32:26.607Z Compiling thiserror-impl v1.0.69
6502026-08-04T15:32:26.658Z Compiling crossbeam-queue v0.3.12
6512026-08-04T15:32:26.661Z Compiling cargo-platform v0.3.3
6522026-08-04T15:32:26.831Z Compiling cargo_metadata v0.23.1
6532026-08-04T15:32:26.920Z Compiling crossbeam v0.8.4
6542026-08-04T15:32:26.993Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6552026-08-04T15:32:27.081Z Compiling ratatui-core v0.1.0
6562026-08-04T15:32:27.839Z Compiling lazy-regex v3.6.0
6572026-08-04T15:32:28.862Z Compiling strict v0.2.0
6582026-08-04T15:32:29.006Z Compiling base64 v0.13.1
6592026-08-04T15:32:29.043Z Compiling binrw_derive v0.14.2
6602026-08-04T15:32:29.153Z Compiling crokey-proc_macros v1.4.0
6612026-08-04T15:32:29.263Z Compiling ron v0.6.6
6622026-08-04T15:32:29.461Z Compiling crossterm v0.23.2
6632026-08-04T15:32:29.733Z Compiling line-clipping v0.3.7
6642026-08-04T15:32:30.093Z Compiling binrw v0.14.2
6652026-08-04T15:32:30.352Z Compiling owo-colors v3.5.0
6662026-08-04T15:32:30.363Z Compiling cargo-readme v3.3.2
6672026-08-04T15:32:30.474Z Compiling crokey v1.4.0
6682026-08-04T15:32:31.024Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6692026-08-04T15:32:31.093Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6702026-08-04T15:32:31.523Z Compiling coolor v0.8.0
6712026-08-04T15:32:31.563Z Compiling ratatui-widgets v0.3.0
6722026-08-04T15:32:31.786Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6732026-08-04T15:32:33.656Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6742026-08-04T15:32:35.279Z Compiling coolor v1.1.0
6752026-08-04T15:32:35.317Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-08-04T15:32:35.551Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6772026-08-04T15:32:35.580Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6782026-08-04T15:32:36.590Z Compiling half v2.7.1
6792026-08-04T15:32:36.893Z Compiling minimad v0.14.0
6802026-08-04T15:32:36.958Z Compiling minimad v0.13.1
6812026-08-04T15:32:37.213Z Compiling convert_case v0.4.0
6822026-08-04T15:32:37.508Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6832026-08-04T15:32:37.626Z Compiling array-init v2.1.0
6842026-08-04T15:32:37.740Z Compiling ciborium-io v0.2.2
6852026-08-04T15:32:37.839Z Compiling ciborium-ll v0.2.2
6862026-08-04T15:32:38.108Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6872026-08-04T15:32:38.116Z Compiling derive_more v0.99.20
6882026-08-04T15:32:38.896Z Compiling termimad v0.25.7
6892026-08-04T15:32:38.905Z Compiling termimad v0.34.1
6902026-08-04T15:32:39.308Z Compiling ratatui-macros v0.7.0
6912026-08-04T15:32:39.416Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-08-04T15:32:40.018Z Compiling ratatui-crossterm v0.1.0
6932026-08-04T15:32:40.202Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-08-04T15:32:40.281Z Compiling sha2 v0.11.0
6952026-08-04T15:32:40.353Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-08-04T15:32:40.619Z Compiling xml v1.2.1
6972026-08-04T15:32:40.696Z Compiling iana-time-zone v0.1.65
6982026-08-04T15:32:41.064Z Compiling parse-size v1.1.0
6992026-08-04T15:32:41.264Z Compiling serde-xml-rs v0.8.2
7002026-08-04T15:32:42.353Z Compiling chrono v0.4.44
7012026-08-04T15:32:42.679Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7022026-08-04T15:32:44.764Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7032026-08-04T15:32:47.067Z Compiling ratatui v0.30.0
7042026-08-04T15:32:47.232Z Compiling raw-cpuid v11.6.0
7052026-08-04T15:32:47.424Z Compiling ciborium v0.2.2
7062026-08-04T15:32:47.440Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-08-04T15:32:47.759Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-08-04T15:32:47.888Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-08-04T15:32:48.439Z Compiling humility-bin v0.13.5 (/work/oxidecomputer/humility/humility-bin)
7102026-08-04T15:32:48.451Z Compiling tracing-log v0.2.0
7112026-08-04T15:32:48.864Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7122026-08-04T15:32:48.972Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7132026-08-04T15:32:49.564Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-08-04T15:32:49.751Z Compiling sharded-slab v0.1.7
7152026-08-04T15:32:50.453Z Compiling matchers v0.2.0
7162026-08-04T15:32:50.624Z Compiling termios v0.3.3
7172026-08-04T15:32:50.792Z Compiling thread_local v1.1.9
7182026-08-04T15:32:50.805Z Compiling nu-ansi-term v0.50.3
7192026-08-04T15:32:51.000Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7202026-08-04T15:32:51.189Z Compiling splitty v1.0.2
7212026-08-04T15:32:51.276Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7222026-08-04T15:32:51.357Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7232026-08-04T15:32:51.368Z Compiling tracing-subscriber v0.3.23
7242026-08-04T15:32:51.440Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7252026-08-04T15:32:52.030Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7262026-08-04T15:32:53.083Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7272026-08-04T15:32:53.618Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7282026-08-04T15:32:55.075Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7292026-08-04T15:32:56.891Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7302026-08-04T15:32:57.974Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7312026-08-04T15:32:58.456Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7322026-08-04T15:32:59.215Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7332026-08-04T15:32:59.592Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7342026-08-04T15:33:02.560Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7352026-08-04T15:33:02.936Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7362026-08-04T15:33:04.733Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7372026-08-04T15:33:08.604Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7382026-08-04T15:33:08.959Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7392026-08-04T15:33:09.688Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7402026-08-04T15:33:10.180Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-08-04T15:33:11.331Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7422026-08-04T15:33:14.953Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7432026-08-04T15:33:15.515Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7442026-08-04T15:33:15.955Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7452026-08-04T15:33:18.116Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7462026-08-04T15:33:18.845Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7472026-08-04T15:33:20.649Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-08-04T15:33:20.802Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7492026-08-04T15:33:20.928Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7502026-08-04T15:33:22.492Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7512026-08-04T15:33:22.751Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7522026-08-04T15:33:23.010Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7532026-08-04T15:33:24.620Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7542026-08-04T15:33:25.460Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7552026-08-04T15:33:27.176Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7562026-08-04T15:33:28.419Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7572026-08-04T15:33:28.548Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7582026-08-04T15:33:30.554Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7592026-08-04T15:33:31.163Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7602026-08-04T15:33:31.490Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7612026-08-04T15:33:31.612Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7622026-08-04T15:33:31.885Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7632026-08-04T15:33:33.115Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7642026-08-04T15:33:33.223Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7652026-08-04T15:33:36.053Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7662026-08-04T15:33:36.298Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7672026-08-04T15:33:36.333Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7682026-08-04T15:33:36.633Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7692026-08-04T15:33:37.121Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7702026-08-04T15:33:37.309Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7712026-08-04T15:33:39.134Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7722026-08-04T15:33:39.271Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7732026-08-04T15:33:40.643Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7742026-08-04T15:33:40.847Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7752026-08-04T15:33:41.982Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7762026-08-04T15:34:05.679Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 09s
7772026-08-04T15:34:05.682Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-08-04T15:34:05.682Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-08-04T15:35:05.858Zpkg://helios/developer/debug/humility@0.13.5.713,5.11-3.0:20260804T153412Z
7802026-08-04T15:35:05.858ZPUBLISHED
7812026-08-04T15:35:06.072ZRetrieving packages for publisher helios ...
7822026-08-04T15:35:06.076ZRetrieving catalog 'helios' ... Done
7832026-08-04T15:35:06.076ZRetrieving and evaluating 1 package(s)...
7842026-08-04T15:35:06.076ZFetching manifests: 1/1 100% complete
7852026-08-04T15:35:06.076ZFetching manifests: 1/1 100% complete
7862026-08-04T15:35:06.076Z
7872026-08-04T15:35:06.076ZArchiving packages ...
7882026-08-04T15:35:06.076Z Packages to add: 1
7892026-08-04T15:35:06.076Z Files to retrieve: 1
7902026-08-04T15:35:06.076ZEstimated transfer size: 135.61 MB
7912026-08-04T15:35:06.076Z
7922026-08-04T15:35:06.076ZPackages to archive:
7932026-08-04T15:35:06.076Zdeveloper/debug/humility@0.13.5.713,5.11-3.0:20260804T153412Z
7942026-08-04T15:35:06.076Z
7952026-08-04T15:35:06.076ZDownload: 0/1 items 0.0/135.6MB 0% complete
7962026-08-04T15:35:06.313ZDownload: Completed 135.61 MB in 0.24 seconds (569M/s)
7972026-08-04T15:35:06.317ZArchiving: 1/10 items 0.0/135.6MB 0% complete
7982026-08-04T15:35:06.363ZArchiving: Completed 135.62 MB in 0.05 seconds
7992026-08-04T15:35:06.404ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.5.713-3.0.p5p.
8002026-08-04T15:35:06.412Z
8012026-08-04T15:35:06.415Zreal 4:33.914568437
8022026-08-04T15:35:06.415Zuser 22:28.572599805
8032026-08-04T15:35:06.415Zsys 1:36.577915143
8042026-08-04T15:35:06.415Ztrap 0.660512003
8052026-08-04T15:35:06.415Ztflt 1.084984056
8062026-08-04T15:35:06.415Zdflt 1.668691359
8072026-08-04T15:35:06.415Zkflt 0.007533354
8082026-08-04T15:35:06.415Zlock 1:37:47.295819802
8092026-08-04T15:35:06.415Zslp 1:12:20.191892402
8102026-08-04T15:35:06.415Zlat 1:11.184141602
8112026-08-04T15:35:06.415Zstop 1:16.449620584
8122026-08-04T15:35:06.416Z+ banner copy
8132026-08-04T15:35:06.416Z
8142026-08-04T15:35:06.416Z #### #### ##### # #
8152026-08-04T15:35:06.416Z # # # # # # # #
8162026-08-04T15:35:06.416Z # # # # # #
8172026-08-04T15:35:06.416Z # # # ##### #
8182026-08-04T15:35:06.416Z # # # # # #
8192026-08-04T15:35:06.416Z #### #### # #
8202026-08-04T15:35:06.416Z
8212026-08-04T15:35:06.416Z+ pfexec mkdir -p /out
8222026-08-04T15:35:06.420Z+ pfexec chown 12345 /out
8232026-08-04T15:35:06.420Z+ PKG_NAME=/out/humility.p5p
8242026-08-04T15:35:06.420Z+ mv pkg/packages/repo/humility-0.13.5.713-3.0.p5p /out/humility.p5p
8252026-08-04T15:35:06.515Z+ sha256sum /out/humility.p5p
8262026-08-04T15:35:06.594Zprocess exited: duration 283460 ms, exit code 0
 
8272026-08-04T15:35:06.606Zfound 2 output files
8282026-08-04T15:35:06.650Zuploading: /out/humility.p5p (142223360 bytes)
8292026-08-04T15:35:08.663Zuploaded: /out/humility.p5p
8302026-08-04T15:35:08.663Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-08-04T15:35:09.672Zuploaded: /out/humility.p5p.sha256