01KYWEG6YKM94MP0ZFF81PJ1K7: 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: 01KYWEGG3528WQJQN9CDNJJAAC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-31T16:01:46.380Zjob assigned to worker 01KYWEGQSP040DMQF8XSHMTV2J [factory aws, i-020dac801dfecb7d2] (queued for 49 s)
 
22026-07-31T16:01:52.542Zstarting task 0: "setup"
32026-07-31T16:01:52.545Z++ uname -s
42026-07-31T16:01:52.548Z+ kern=SunOS
52026-07-31T16:01:52.548Z+ build_user=build
62026-07-31T16:01:52.548Z+ build_uid=12345
72026-07-31T16:01:52.548Z+ work_dir=/work
82026-07-31T16:01:52.548Z+ input_dir=/input
92026-07-31T16:01:52.548Z+ [[ 0 == 12345 ]]
102026-07-31T16:01:52.548Z+ case "$kern" in
112026-07-31T16:01:52.548Z+ groupadd -g 12345 build
122026-07-31T16:01:52.551Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-31T16:01:54.554Z+ zfs create -o mountpoint=/work rpool/work
142026-07-31T16:01:54.676Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-31T16:01:54.679Z+ home_fs=zfs
162026-07-31T16:01:54.679Z+ [[ zfs == autofs ]]
172026-07-31T16:01:54.679Z+ mkdir -p /home/build
182026-07-31T16:01:54.679Z+ chown build:build /home/build /work
192026-07-31T16:01:56.680Z+ chmod 0700 /home/build /work
202026-07-31T16:01:56.683Zprocess exited: duration 4141 ms, exit code 0
 
212026-07-31T16:01:56.689Zstarting task 1: "rust-toolchain"
222026-07-31T16:01:56.692Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-31T16:01:56.692Z * rust toolchain channel = "stable"
242026-07-31T16:01:56.692Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-31T16:01:56.692Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-31T16:01:56.692Z * rust toolchain profile = "default"
272026-07-31T16:01:56.692Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-31T16:01:56.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-31T16:01:56.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-31T16:01:56.774Zinfo: downloading installer
312026-07-31T16:01:58.155Zwarn: It looks like you have an existing rustup settings file at:
322026-07-31T16:01:58.155Zwarn: /home/build/.rustup/settings.toml
332026-07-31T16:01:58.156Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-31T16:01:58.156Zwarn: instead of the one inferred from the default host triple.
352026-07-31T16:01:58.168Zinfo: profile set to default
362026-07-31T16:01:58.168Zinfo: default host triple is x86_64-unknown-illumos
372026-07-31T16:01:58.171Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-31T16:01:58.321Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-31T16:01:58.324Zinfo: downloading 6 components
402026-07-31T16:02:13.555Z
412026-07-31T16:02:13.555Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-07-31T16:02:13.587Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-31T16:02:13.587Z
442026-07-31T16:02:13.587Z
452026-07-31T16:02:13.587ZRust is installed now. Great!
462026-07-31T16:02:13.587Z
472026-07-31T16:02:13.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-31T16:02:13.587Zenvironment variable. This has not been done automatically.
492026-07-31T16:02:13.587Z
502026-07-31T16:02:13.587ZTo configure your current shell, you need to source
512026-07-31T16:02:13.588Zthe corresponding env file under $HOME/.cargo.
522026-07-31T16:02:13.588Z
532026-07-31T16:02:13.588ZThis is usually done by running one of the following (note the leading DOT):
542026-07-31T16:02:13.591Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-31T16:02:13.591Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-31T16:02:13.591Zsource "~/.cargo/env.nu" # For nushell
572026-07-31T16:02:13.591Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-31T16:02:13.591Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-31T16:02:13.591Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-31T16:02:13.591Zwarn: no default linker (`cc`) was found in your PATH
612026-07-31T16:02:13.591Zwarn: many Rust crates require a system C toolchain to build
622026-07-31T16:02:13.674Z+ rustup --version
632026-07-31T16:02:13.683Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-31T16:02:13.686Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-31T16:02:13.703Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-31T16:02:13.706Z+ cargo --version
672026-07-31T16:02:13.721Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-31T16:02:13.724Z+ rustc --version
692026-07-31T16:02:13.743Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-31T16:02:13.746Zprocess exited: duration 17056 ms, exit code 0
 
712026-07-31T16:02:13.751Zstarting task 2: "authentication"
722026-07-31T16:02:13.768Zprocess exited: duration 16 ms, exit code 0
 
732026-07-31T16:02:13.774Zstarting task 3: "clone repository"
742026-07-31T16:02:13.777Z+ mkdir -p /work/oxidecomputer/humility
752026-07-31T16:02:13.780Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-31T16:02:13.809ZCloning into '/work/oxidecomputer/humility'...
772026-07-31T16:02:45.759Z+ cd /work/oxidecomputer/humility
782026-07-31T16:02:45.759Z+ git fetch origin ae1b92bb44df996d74d5016a60777bf6983fc8eb
792026-07-31T16:02:46.032ZFrom https://github.com/oxidecomputer/humility
802026-07-31T16:02:46.032Z * branch ae1b92bb44df996d74d5016a60777bf6983fc8eb -> FETCH_HEAD
812026-07-31T16:02:46.038Z+ [[ -n hid_update ]]
822026-07-31T16:02:46.041Z++ git branch --show-current
832026-07-31T16:02:46.041Z+ current=master
842026-07-31T16:02:46.041Z+ [[ master != hid_update ]]
852026-07-31T16:02:46.041Z+ git branch -f hid_update ae1b92bb44df996d74d5016a60777bf6983fc8eb
862026-07-31T16:02:46.045Z+ git checkout -f hid_update
872026-07-31T16:02:46.825ZSwitched to branch 'hid_update'
882026-07-31T16:02:46.829Z+ git reset --hard ae1b92bb44df996d74d5016a60777bf6983fc8eb
892026-07-31T16:02:46.837ZHEAD is now at ae1b92bb Merge branch 'master' into hid_update
902026-07-31T16:02:46.840Zprocess exited: duration 33064 ms, exit code 0
 
912026-07-31T16:02:46.845Zstarting task 4: "build"
922026-07-31T16:02:46.849Z+ export CARGO_INCREMENTAL=0
932026-07-31T16:02:46.849Z+ CARGO_INCREMENTAL=0
942026-07-31T16:02:46.849Z+ banner deps
952026-07-31T16:02:46.852Z
962026-07-31T16:02:46.852Z ##### ###### ##### ####
972026-07-31T16:02:46.852Z # # # # # #
982026-07-31T16:02:46.852Z # # ##### # # ####
992026-07-31T16:02:46.852Z # # # ##### #
1002026-07-31T16:02:46.852Z # # # # # #
1012026-07-31T16:02:46.852Z ##### ###### # ####
1022026-07-31T16:02:46.852Z
1032026-07-31T16:02:46.852Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-31T16:02:46.852Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-31T16:02:46.852Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-31T16:02:49.388Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-31T16:02:49.626Z Startup: Caching catalogs ... Done
1082026-07-31T16:02:50.809ZPlanning: Solver setup ... Done (1.104s)
1092026-07-31T16:02:50.853ZPlanning: Running solver ... Done (0.044s)
1102026-07-31T16:02:50.883ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-31T16:02:50.894ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-31T16:02:50.906ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-31T16:02:50.918ZPlanning: Package planning ... Done (0.012s)
1142026-07-31T16:02:50.921ZPlanning: Merging actions ... Done (0.000s)
1152026-07-31T16:02:51.112ZPlanning: Checking for conflicting actions ... Done (0.193s)
1162026-07-31T16:02:51.115ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-31T16:02:51.898ZPlanning: Evaluating mediators ... Done (0.786s)
1182026-07-31T16:02:51.901ZPlanning: Planning completed in 2.25 seconds
1192026-07-31T16:02:51.906Z Packages to install: 2
1202026-07-31T16:02:51.907Z Estimated space available: 155.74 GB
1212026-07-31T16:02:51.909ZEstimated space to be consumed: 47.29 MB
1222026-07-31T16:02:51.909Z Create boot environment: No
1232026-07-31T16:02:51.910ZCreate backup boot environment: No
1242026-07-31T16:02:51.910Z Rebuild boot archive: No
1252026-07-31T16:02:51.910Z
1262026-07-31T16:02:51.910ZChanged packages:
1272026-07-31T16:02:51.910Zhelios
1282026-07-31T16:02:51.910Z library/libftdi1
1292026-07-31T16:02:51.910Z None -> 1.5-3.0
1302026-07-31T16:02:51.910Z ooce/library/libusb-1
1312026-07-31T16:02:51.910Z None -> 1.0.29-3.1
1322026-07-31T16:02:51.930Z
1332026-07-31T16:02:51.930ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-31T16:02:51.967ZDownload: Completed 377.70 kB in 0.04 seconds (10.1M/s)
1352026-07-31T16:02:52.028Z Actions: 1/61 actions (Installing new actions)
1362026-07-31T16:02:52.040Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-31T16:02:52.061ZFinalize: Updating package state database ... Done (0.022s)
1382026-07-31T16:02:52.061ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-31T16:02:52.119ZFinalize: Updating image state ... Done (0.058s)
1402026-07-31T16:02:54.520ZFinalize: Creating fast lookup database ... Done (2.362s)
1412026-07-31T16:02:54.588ZFinalize: Reading search index ... Done (0.013s)
1422026-07-31T16:02:54.592ZFinalize: Updating search index ... Done (0.000s)
1432026-07-31T16:02:54.661ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-31T16:02:54.788Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-31T16:02:54.996ZFMRI IFO
1462026-07-31T16:02:54.996Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-31T16:02:54.996Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-31T16:02:55.029Z+ cargo --version
1492026-07-31T16:02:55.039Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-07-31T16:02:55.042Z+ rustc --version
1512026-07-31T16:02:55.061Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-07-31T16:02:55.064Z+ banner package
1532026-07-31T16:02:55.064Z
1542026-07-31T16:02:55.065Z ##### ## #### # # ## #### ######
1552026-07-31T16:02:55.065Z # # # # # # # # # # # # #
1562026-07-31T16:02:55.065Z # # # # # #### # # # #####
1572026-07-31T16:02:55.065Z ##### ###### # # # ###### # ### #
1582026-07-31T16:02:55.065Z # # # # # # # # # # # #
1592026-07-31T16:02:55.065Z # # # #### # # # # #### ######
1602026-07-31T16:02:55.065Z
1612026-07-31T16:02:55.065Z+ ptime -m cargo xtask package
1622026-07-31T16:02:55.178Z Updating crates.io index
1632026-07-31T16:02:55.181Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-31T16:02:55.521Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-31T16:02:55.835Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-31T16:02:56.488Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-31T16:02:56.790Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-31T16:02:57.244Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-31T16:02:57.524Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-31T16:02:57.907Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-31T16:03:10.256Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-31T16:03:11.085Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-31T16:03:11.341Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-31T16:03:11.723Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-31T16:03:12.187Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-31T16:03:12.495Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-31T16:03:13.555Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-31T16:03:13.802Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-31T16:03:14.262Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-07-31T16:03:14.802Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-07-31T16:03:17.115Z Downloading crates ...
1822026-07-31T16:03:17.162Z Downloaded quote v1.0.45
1832026-07-31T16:03:17.176Z Downloaded memchr v2.8.0
1842026-07-31T16:03:17.181Z Downloaded cargo-platform v0.3.3
1852026-07-31T16:03:17.184Z Downloaded lazy_static v1.5.0
1862026-07-31T16:03:17.190Z Downloaded heck v0.5.0
1872026-07-31T16:03:17.193Z Downloaded percent-encoding v2.3.2
1882026-07-31T16:03:17.197Z Downloaded semver v1.0.28
1892026-07-31T16:03:17.200Z Downloaded serde_core v1.0.228
1902026-07-31T16:03:17.203Z Downloaded itoa v1.0.18
1912026-07-31T16:03:17.206Z Downloaded equivalent v1.0.2
1922026-07-31T16:03:17.206Z Downloaded is_terminal_polyfill v1.70.2
1932026-07-31T16:03:17.210Z Downloaded clap_lex v1.1.0
1942026-07-31T16:03:17.214Z Downloaded strsim v0.11.1
1952026-07-31T16:03:17.232Z Downloaded anstyle-query v1.1.5
1962026-07-31T16:03:17.236Z Downloaded utf8parse v0.2.2
1972026-07-31T16:03:17.236Z Downloaded serde_spanned v1.1.1
1982026-07-31T16:03:17.236Z Downloaded colorchoice v1.0.5
1992026-07-31T16:03:17.247Z Downloaded thiserror v2.0.18
2002026-07-31T16:03:17.251Z Downloaded toml_writer v1.1.1+spec-1.1.0
2012026-07-31T16:03:17.256Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2022026-07-31T16:03:17.256Z Downloaded thiserror-impl v2.0.18
2032026-07-31T16:03:17.256Z Downloaded anstream v1.0.0
2042026-07-31T16:03:17.256Z Downloaded proc-macro2 v1.0.106
2052026-07-31T16:03:17.256Z Downloaded serde v1.0.228
2062026-07-31T16:03:17.259Z Downloaded cargo_metadata v0.23.1
2072026-07-31T16:03:17.259Z Downloaded toml_parser v1.1.2+spec-1.1.0
2082026-07-31T16:03:17.262Z Downloaded zmij v1.0.21
2092026-07-31T16:03:17.262Z Downloaded anstyle v1.0.14
2102026-07-31T16:03:17.262Z Downloaded clap_derive v4.6.1
2112026-07-31T16:03:17.265Z Downloaded camino v1.2.2
2122026-07-31T16:03:17.268Z Downloaded anstyle-parse v1.0.0
2132026-07-31T16:03:17.272Z Downloaded anyhow v1.0.102
2142026-07-31T16:03:17.277Z Downloaded cargo-readme v3.3.2
2152026-07-31T16:03:17.281Z Downloaded serde_derive v1.0.228
2162026-07-31T16:03:17.284Z Downloaded unicode-ident v1.0.24
2172026-07-31T16:03:17.289Z Downloaded toml v1.1.2+spec-1.1.0
2182026-07-31T16:03:17.301Z Downloaded clap v4.6.1
2192026-07-31T16:03:17.310Z Downloaded indexmap v2.14.0
2202026-07-31T16:03:17.329Z Downloaded regex v1.12.3
2212026-07-31T16:03:17.333Z Downloaded aho-corasick v1.1.4
2222026-07-31T16:03:17.343Z Downloaded clap_builder v4.6.0
2232026-07-31T16:03:17.346Z Downloaded hashbrown v0.17.0
2242026-07-31T16:03:17.351Z Downloaded serde_json v1.0.149
2252026-07-31T16:03:17.364Z Downloaded winnow v1.0.2
2262026-07-31T16:03:17.379Z Downloaded syn v2.0.117
2272026-07-31T16:03:17.392Z Downloaded regex-syntax v0.8.10
2282026-07-31T16:03:17.409Z Downloaded regex-automata v0.4.14
2292026-07-31T16:03:17.447Z Compiling serde_core v1.0.228
2302026-07-31T16:03:17.447Z Compiling proc-macro2 v1.0.106
2312026-07-31T16:03:17.451Z Compiling unicode-ident v1.0.24
2322026-07-31T16:03:17.451Z Compiling quote v1.0.45
2332026-07-31T16:03:17.451Z Compiling memchr v2.8.0
2342026-07-31T16:03:17.451Z Compiling utf8parse v0.2.2
2352026-07-31T16:03:17.451Z Compiling anstyle v1.0.14
2362026-07-31T16:03:17.451Z Compiling zmij v1.0.21
2372026-07-31T16:03:17.663Z Compiling anstyle-parse v1.0.0
2382026-07-31T16:03:17.672Z Compiling is_terminal_polyfill v1.70.2
2392026-07-31T16:03:17.752Z Compiling serde v1.0.228
2402026-07-31T16:03:17.761Z Compiling anstyle-query v1.1.5
2412026-07-31T16:03:17.835Z Compiling colorchoice v1.0.5
2422026-07-31T16:03:17.856Z Compiling strsim v0.11.1
2432026-07-31T16:03:17.913Z Compiling anstream v1.0.0
2442026-07-31T16:03:17.928Z Compiling aho-corasick v1.1.4
2452026-07-31T16:03:17.939Z Compiling serde_json v1.0.149
2462026-07-31T16:03:18.088Z Compiling clap_lex v1.1.0
2472026-07-31T16:03:18.166Z Compiling regex-syntax v0.8.10
2482026-07-31T16:03:18.209Z Compiling heck v0.5.0
2492026-07-31T16:03:18.231Z Compiling thiserror v2.0.18
2502026-07-31T16:03:18.239Z Compiling camino v1.2.2
2512026-07-31T16:03:18.325Z Compiling winnow v1.0.2
2522026-07-31T16:03:18.401Z Compiling clap_builder v4.6.0
2532026-07-31T16:03:18.665Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-07-31T16:03:18.733Z Compiling syn v2.0.117
2552026-07-31T16:03:18.799Z Compiling anyhow v1.0.102
2562026-07-31T16:03:19.065Z Compiling itoa v1.0.18
2572026-07-31T16:03:19.108Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-07-31T16:03:19.318Z Compiling lazy_static v1.5.0
2592026-07-31T16:03:19.349Z Compiling percent-encoding v2.3.2
2602026-07-31T16:03:19.575Z Compiling toml_datetime v1.1.1+spec-1.1.0
2612026-07-31T16:03:19.603Z Compiling serde_spanned v1.1.1
2622026-07-31T16:03:19.715Z Compiling regex-automata v0.4.14
2632026-07-31T16:03:19.862Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-31T16:03:19.900Z Compiling semver v1.0.28
2652026-07-31T16:03:20.178Z Compiling cargo-platform v0.3.3
2662026-07-31T16:03:21.019Z Compiling serde_derive v1.0.228
2672026-07-31T16:03:21.019Z Compiling thiserror-impl v2.0.18
2682026-07-31T16:03:21.022Z Compiling clap_derive v4.6.1
2692026-07-31T16:03:21.362Z Compiling regex v1.12.3
2702026-07-31T16:03:22.309Z Compiling clap v4.6.1
2712026-07-31T16:03:23.192Z Compiling cargo_metadata v0.23.1
2722026-07-31T16:03:23.192Z Compiling cargo-readme v3.3.2
2732026-07-31T16:03:24.151Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-07-31T16:03:25.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.54s
2752026-07-31T16:03:25.729Z Running `target/debug/xtask package`
2762026-07-31T16:03:29.047Z Compiling proc-macro2 v1.0.106
2772026-07-31T16:03:29.047Z Compiling unicode-ident v1.0.24
2782026-07-31T16:03:29.050Z Compiling quote v1.0.45
2792026-07-31T16:03:29.050Z Compiling serde_core v1.0.228
2802026-07-31T16:03:29.050Z Compiling serde v1.0.228
2812026-07-31T16:03:29.050Z Compiling cfg-if v1.0.4
2822026-07-31T16:03:29.050Z Compiling libc v0.2.186
2832026-07-31T16:03:29.174Z Compiling typenum v1.20.0
2842026-07-31T16:03:29.221Z Compiling thiserror v2.0.18
2852026-07-31T16:03:29.484Z Compiling memchr v2.8.0
2862026-07-31T16:03:29.586Z Compiling scopeguard v1.2.0
2872026-07-31T16:03:29.687Z Compiling log v0.4.29
2882026-07-31T16:03:29.867Z Compiling strsim v0.11.1
2892026-07-31T16:03:29.952Z Compiling stable_deref_trait v1.2.1
2902026-07-31T16:03:30.030Z Compiling autocfg v1.5.0
2912026-07-31T16:03:30.039Z Compiling errno v0.3.14
2922026-07-31T16:03:30.104Z Compiling lock_api v0.4.14
2932026-07-31T16:03:30.147Z Compiling foldhash v0.2.0
2942026-07-31T16:03:30.350Z Compiling smallvec v1.15.1
2952026-07-31T16:03:30.367Z Compiling syn v2.0.117
2962026-07-31T16:03:30.381Z Compiling equivalent v1.0.2
2972026-07-31T16:03:30.402Z Compiling heck v0.5.0
2982026-07-31T16:03:30.452Z Compiling ident_case v1.0.1
2992026-07-31T16:03:30.460Z Compiling rustversion v1.0.22
3002026-07-31T16:03:30.563Z Compiling jobserver v0.1.34
3012026-07-31T16:03:30.587Z Compiling zeroize v1.8.2
3022026-07-31T16:03:30.603Z Compiling shlex v1.3.0
3032026-07-31T16:03:30.780Z Compiling find-msvc-tools v0.1.9
3042026-07-31T16:03:30.875Z Compiling anyhow v1.0.102
3052026-07-31T16:03:30.934Z Compiling cc v1.2.61
3062026-07-31T16:03:30.978Z Compiling rustix v1.1.4
3072026-07-31T16:03:31.003Z Compiling libm v0.2.16
3082026-07-31T16:03:31.189Z Compiling num-traits v0.2.19
3092026-07-31T16:03:31.331Z Compiling version_check v0.9.5
3102026-07-31T16:03:31.358Z Compiling const-oid v0.9.6
3112026-07-31T16:03:31.380Z Compiling zerocopy v0.8.48
3122026-07-31T16:03:31.418Z Compiling bitflags v2.11.1
3132026-07-31T16:03:31.588Z Compiling generic-array v0.14.7
3142026-07-31T16:03:31.778Z Compiling aho-corasick v1.1.4
3152026-07-31T16:03:31.801Z Compiling regex-syntax v0.8.10
3162026-07-31T16:03:31.934Z Compiling hashbrown v0.17.0
3172026-07-31T16:03:32.234Z Compiling hybrid-array v0.4.11
3182026-07-31T16:03:32.252Z Compiling once_cell v1.21.4
3192026-07-31T16:03:32.620Z Compiling crossbeam-utils v0.8.21
3202026-07-31T16:03:32.702Z Compiling indexmap v2.14.0
3212026-07-31T16:03:33.292Z Compiling synstructure v0.13.2
3222026-07-31T16:03:33.521Z Compiling regex-automata v0.4.14
3232026-07-31T16:03:33.582Z Compiling syn v1.0.109
3242026-07-31T16:03:33.816Z Compiling pkg-config v0.3.33
3252026-07-31T16:03:33.929Z Compiling itoa v1.0.18
3262026-07-31T16:03:34.248Z Compiling block-buffer v0.10.4
3272026-07-31T16:03:34.358Z Compiling serde_derive v1.0.228
3282026-07-31T16:03:34.398Z Compiling thiserror-impl v2.0.18
3292026-07-31T16:03:34.642Z Compiling zerofrom-derive v0.1.7
3302026-07-31T16:03:35.744Z Compiling zerocopy-derive v0.8.48
3312026-07-31T16:03:35.800Z Compiling yoke-derive v0.8.2
3322026-07-31T16:03:36.068Z Compiling zerovec-derive v0.11.3
3332026-07-31T16:03:36.821Z Compiling regex v1.12.3
3342026-07-31T16:03:37.120Z Compiling crypto-common v0.1.7
3352026-07-31T16:03:37.250Z Compiling darling_core v0.23.0
3362026-07-31T16:03:37.699Z Compiling crypto-common v0.2.1
3372026-07-31T16:03:38.044Z Compiling zmij v1.0.21
3382026-07-31T16:03:38.365Z Compiling digest v0.10.7
3392026-07-31T16:03:38.590Z Compiling spin v0.9.8
3402026-07-31T16:03:38.736Z Compiling byteorder v1.5.0
3412026-07-31T16:03:38.820Z Compiling radium v0.7.0
3422026-07-31T16:03:38.987Z Compiling cmov v0.5.3
3432026-07-31T16:03:39.110Z Compiling displaydoc v0.2.5
3442026-07-31T16:03:39.217Z Compiling ctutils v0.4.2
3452026-07-31T16:03:39.417Z Compiling darling_macro v0.23.0
3462026-07-31T16:03:39.430Z Compiling block-buffer v0.12.0
3472026-07-31T16:03:39.453Z Compiling crc32fast v1.5.0
3482026-07-31T16:03:39.605Z Compiling allocator-api2 v0.2.21
3492026-07-31T16:03:39.684Z Compiling const-oid v0.10.2
3502026-07-31T16:03:39.721Z Compiling tap v1.0.1
3512026-07-31T16:03:39.827Z Compiling digest v0.11.2
3522026-07-31T16:03:39.836Z Compiling wyz v0.5.1
3532026-07-31T16:03:39.971Z Compiling darling v0.23.0
3542026-07-31T16:03:39.991Z Compiling hashbrown v0.16.1
3552026-07-31T16:03:40.025Z Compiling static_assertions v1.1.0
3562026-07-31T16:03:40.040Z Compiling funty v2.0.0
3572026-07-31T16:03:40.047Z Compiling either v1.15.0
3582026-07-31T16:03:40.096Z Compiling base64ct v1.8.3
3592026-07-31T16:03:40.244Z Compiling typeid v1.0.3
3602026-07-31T16:03:40.252Z Compiling simd-adler32 v0.3.9
3612026-07-31T16:03:40.413Z Compiling bitvec v1.0.1
3622026-07-31T16:03:40.454Z Compiling pem-rfc7468 v0.7.0
3632026-07-31T16:03:40.692Z Compiling der_derive v0.7.3
3642026-07-31T16:03:40.778Z Compiling clap_derive v4.6.1
3652026-07-31T16:03:40.978Z Compiling getrandom v0.2.17
3662026-07-31T16:03:41.136Z Compiling utf8parse v0.2.2
3672026-07-31T16:03:41.206Z Compiling flagset v0.4.7
3682026-07-31T16:03:41.239Z Compiling cpufeatures v0.2.17
3692026-07-31T16:03:41.285Z Compiling adler2 v2.0.1
3702026-07-31T16:03:41.307Z Compiling unicode-width v0.2.2
3712026-07-31T16:03:41.340Z Compiling sha2 v0.10.9
3722026-07-31T16:03:41.464Z Compiling miniz_oxide v0.8.9
3732026-07-31T16:03:41.617Z Compiling anstyle-parse v1.0.0
3742026-07-31T16:03:41.625Z Compiling der v0.7.10
3752026-07-31T16:03:41.841Z Compiling rand_core v0.6.4
3762026-07-31T16:03:42.111Z Compiling lazy_static v1.5.0
3772026-07-31T16:03:42.202Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-07-31T16:03:42.229Z Compiling crossbeam-epoch v0.9.18
3792026-07-31T16:03:42.438Z Compiling is_terminal_polyfill v1.70.2
3802026-07-31T16:03:42.531Z Compiling zlib-rs v0.6.3
3812026-07-31T16:03:42.583Z Compiling anstyle-query v1.1.5
3822026-07-31T16:03:42.599Z Compiling colorchoice v1.0.5
3832026-07-31T16:03:42.688Z Compiling cpufeatures v0.3.0
3842026-07-31T16:03:42.715Z Compiling powerfmt v0.2.0
3852026-07-31T16:03:42.758Z Compiling anstyle v1.0.14
3862026-07-31T16:03:42.969Z Compiling anstream v1.0.0
3872026-07-31T16:03:42.986Z Compiling deranged v0.5.8
3882026-07-31T16:03:43.028Z Compiling spki v0.7.3
3892026-07-31T16:03:43.332Z Compiling crossbeam-deque v0.8.6
3902026-07-31T16:03:43.341Z Compiling ppv-lite86 v0.2.21
3912026-07-31T16:03:43.549Z Compiling time-core v0.1.8
3922026-07-31T16:03:43.568Z Compiling num-conv v0.2.1
3932026-07-31T16:03:43.679Z Compiling num_threads v0.1.7
3942026-07-31T16:03:43.705Z Compiling maybe-uninit v2.0.0
3952026-07-31T16:03:43.763Z Compiling object v0.39.1
3962026-07-31T16:03:43.974Z Compiling twox-hash v2.1.2
3972026-07-31T16:03:44.073Z Compiling time v0.3.47
3982026-07-31T16:03:44.131Z Compiling ruzstd v0.8.2
3992026-07-31T16:03:44.180Z Compiling rand_chacha v0.3.1
4002026-07-31T16:03:44.417Z Compiling bitfield-macros v0.19.4
4012026-07-31T16:03:44.700Z Compiling terminal_size v0.4.4
4022026-07-31T16:03:44.730Z Compiling num-integer v0.1.46
4032026-07-31T16:03:45.048Z Compiling getrandom v0.4.2
4042026-07-31T16:03:45.130Z Compiling zstd-safe v7.2.4
4052026-07-31T16:03:45.202Z Compiling num-bigint-dig v0.8.6
4062026-07-31T16:03:45.271Z Compiling clap_lex v1.1.0
4072026-07-31T16:03:45.425Z Compiling packed_struct v0.10.1
4082026-07-31T16:03:45.676Z Compiling flate2 v1.1.9
4092026-07-31T16:03:45.698Z Compiling rand_core v0.10.1
4102026-07-31T16:03:45.903Z Compiling clap_builder v4.6.0
4112026-07-31T16:03:46.507Z Compiling bitfield v0.19.4
4122026-07-31T16:03:46.859Z Compiling num-iter v0.1.45
4132026-07-31T16:03:47.637Z Compiling rand v0.8.6
4142026-07-31T16:03:48.212Z Compiling pkcs8 v0.10.2
4152026-07-31T16:03:48.569Z Compiling serde_with_macros v3.18.0
4162026-07-31T16:03:48.600Z Compiling packed_struct_codegen v0.10.1
4172026-07-31T16:03:49.166Z Compiling inout v0.2.2
4182026-07-31T16:03:49.313Z Compiling capstone-sys v0.18.0
4192026-07-31T16:03:49.616Z Compiling nodrop v0.1.14
4202026-07-31T16:03:49.648Z Compiling crc-catalog v2.5.0
4212026-07-31T16:03:49.703Z Compiling parking_lot_core v0.9.12
4222026-07-31T16:03:49.713Z Compiling base64 v0.21.7
4232026-07-31T16:03:49.752Z Compiling fallible-iterator v0.3.0
4242026-07-31T16:03:49.776Z Compiling crc v3.4.0
4252026-07-31T16:03:49.953Z Compiling ron v0.8.1
4262026-07-31T16:03:50.086Z Compiling array-init v0.0.4
4272026-07-31T16:03:50.285Z Compiling serde_with v3.18.0
4282026-07-31T16:03:52.093Z Compiling cipher v0.5.1
4292026-07-31T16:03:52.241Z Compiling pkcs1 v0.7.5
4302026-07-31T16:03:52.336Z Compiling smallvec v0.6.14
4312026-07-31T16:03:52.775Z Compiling clap v4.6.1
4322026-07-31T16:03:53.920Z Compiling signature v2.2.0
4332026-07-31T16:03:54.097Z Compiling hmac v0.13.0
4342026-07-31T16:03:54.283Z Compiling hubpack_derive v0.1.1
4352026-07-31T16:03:54.297Z Compiling env_filter v1.0.1
4362026-07-31T16:03:54.764Z Compiling scroll_derive v0.13.1
4372026-07-31T16:03:55.603Z Compiling parse_int v0.9.0
4382026-07-31T16:03:55.700Z Compiling slog v2.8.2
4392026-07-31T16:03:55.738Z Compiling indexmap v1.9.3
4402026-07-31T16:03:55.907Z Compiling subtle v2.6.1
4412026-07-31T16:03:55.960Z Compiling bumpalo v3.20.2
4422026-07-31T16:03:56.059Z Compiling lzss v0.9.1
4432026-07-31T16:03:56.103Z Compiling cpp_demangle v0.5.1
4442026-07-31T16:03:56.250Z Compiling jiff v0.2.24
4452026-07-31T16:03:56.325Z Compiling rayon-core v1.13.0
4462026-07-31T16:03:56.418Z Compiling cpubits v0.1.1
4472026-07-31T16:03:56.474Z Compiling libbz2-rs-sys v0.2.3
4482026-07-31T16:03:56.483Z Compiling winnow v1.0.2
4492026-07-31T16:03:56.529Z Compiling prettyplease v0.2.37
4502026-07-31T16:03:56.762Z Compiling portable-atomic v1.13.1
4512026-07-31T16:03:56.930Z Compiling serde_json v1.0.149
4522026-07-31T16:03:57.166Z Compiling bzip2 v0.6.1
4532026-07-31T16:03:57.211Z Compiling toml_parser v1.1.2+spec-1.1.0
4542026-07-31T16:03:57.460Z Compiling aes v0.9.0
4552026-07-31T16:03:58.617Z Compiling zopfli v0.8.3
4562026-07-31T16:03:58.802Z Compiling rsa v0.9.10
4572026-07-31T16:03:59.190Z Compiling env_logger v0.11.10
4582026-07-31T16:03:59.411Z Compiling scroll v0.13.0
4592026-07-31T16:03:59.718Z Compiling hubpack v0.1.2
4602026-07-31T16:04:00.355Z Compiling pbkdf2 v0.13.0
4612026-07-31T16:04:00.627Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-07-31T16:04:00.802Z Compiling serde-hex v0.1.0
4632026-07-31T16:04:02.099Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-07-31T16:04:02.220Z Compiling x509-cert v0.2.5
4652026-07-31T16:04:02.334Z Compiling sha1 v0.11.0
4662026-07-31T16:04:02.838Z Compiling lzma-rust2 v0.16.2
4672026-07-31T16:04:02.928Z Compiling erased-serde v0.3.31
4682026-07-31T16:04:03.556Z Compiling zerofrom v0.1.7
4692026-07-31T16:04:03.678Z Compiling num-derive v0.4.2
4702026-07-31T16:04:04.604Z Compiling serde_spanned v1.1.1
4712026-07-31T16:04:04.744Z Compiling toml_datetime v1.1.1+spec-1.1.0
4722026-07-31T16:04:05.246Z Compiling semver v1.0.28
4732026-07-31T16:04:05.530Z Compiling fnv v1.0.7
4742026-07-31T16:04:05.700Z Compiling icu_normalizer_data v2.2.0
4752026-07-31T16:04:05.920Z Compiling icu_properties_data v2.2.0
4762026-07-31T16:04:06.136Z Compiling crc-any v2.5.0
4772026-07-31T16:04:06.551Z Compiling typed-path v0.12.3
4782026-07-31T16:04:08.498Z Compiling void v1.0.2
4792026-07-31T16:04:08.605Z Compiling hex v0.4.3
4802026-07-31T16:04:08.675Z Compiling toml_writer v1.1.1+spec-1.1.0
4812026-07-31T16:04:08.898Z Compiling ppmd-rust v1.4.0
4822026-07-31T16:04:08.937Z Compiling deflate64 v0.1.12
4832026-07-31T16:04:09.027Z Compiling constant_time_eq v0.4.2
4842026-07-31T16:04:09.235Z Compiling hashbrown v0.12.3
4852026-07-31T16:04:09.313Z Compiling toml v1.1.2+spec-1.1.0
4862026-07-31T16:04:09.518Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4872026-07-31T16:04:10.293Z Compiling yoke v0.8.2
4882026-07-31T16:04:10.312Z Compiling gimli v0.33.0
4892026-07-31T16:04:12.849Z Compiling zstd v0.13.3
4902026-07-31T16:04:13.307Z Compiling zip v8.6.0
4912026-07-31T16:04:15.471Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-07-31T16:04:19.042Z Compiling console v0.16.3
4932026-07-31T16:04:19.327Z Compiling serde-big-array v0.5.1
4942026-07-31T16:04:19.475Z Compiling memmap2 v0.9.10
4952026-07-31T16:04:19.540Z Compiling path-slash v0.2.1
4962026-07-31T16:04:19.633Z Compiling rustc-demangle v0.1.27
4972026-07-31T16:04:19.772Z Compiling typed-arena v2.0.2
4982026-07-31T16:04:19.789Z Compiling unit-prefix v0.5.2
4992026-07-31T16:04:19.911Z Compiling colored v3.1.1
5002026-07-31T16:04:19.937Z Compiling plain v0.2.3
5012026-07-31T16:04:20.050Z Compiling goblin v0.10.5
5022026-07-31T16:04:20.753Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5032026-07-31T16:04:20.879Z Compiling indicatif v0.18.4
5042026-07-31T16:04:20.902Z Compiling addr2line v0.26.1
5052026-07-31T16:04:21.078Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5062026-07-31T16:04:21.313Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-07-31T16:04:21.962Z Compiling rayon v1.12.0
5082026-07-31T16:04:22.933Z Compiling ron v0.12.1
5092026-07-31T16:04:24.293Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5102026-07-31T16:04:25.167Z Compiling multimap v0.10.1
5112026-07-31T16:04:25.507Z Compiling datamap v0.1.0
5122026-07-31T16:04:25.690Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-07-31T16:04:26.358Z Compiling auto_impl v1.3.0
5142026-07-31T16:04:27.502Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-07-31T16:04:27.787Z Compiling zerovec v0.11.6
5162026-07-31T16:04:28.667Z Compiling parking_lot v0.12.5
5172026-07-31T16:04:28.975Z Compiling tinystr v0.8.3
5182026-07-31T16:04:29.173Z Compiling rustc_version v0.4.1
5192026-07-31T16:04:29.429Z Compiling litemap v0.8.2
5202026-07-31T16:04:29.613Z Compiling ryu v1.0.23
5212026-07-31T16:04:29.897Z Compiling writeable v0.6.3
5222026-07-31T16:04:29.967Z Compiling heapless v0.7.17
5232026-07-31T16:04:30.085Z Compiling icu_locale_core v2.2.0
5242026-07-31T16:04:30.240Z Compiling potential_utf v0.1.5
5252026-07-31T16:04:30.390Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-07-31T16:04:31.003Z Compiling zerotrie v0.2.4
5272026-07-31T16:04:31.272Z Compiling strum_macros v0.28.0
5282026-07-31T16:04:31.275Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-07-31T16:04:31.550Z Compiling utf8_iter v1.0.4
5302026-07-31T16:04:31.857Z Compiling icu_collections v2.2.0
5312026-07-31T16:04:32.328Z Compiling icu_provider v2.2.0
5322026-07-31T16:04:32.623Z Compiling proc-macro-crate v3.5.0
5332026-07-31T16:04:33.055Z Compiling strum v0.28.0
5342026-07-31T16:04:33.204Z Compiling hash32 v0.2.1
5352026-07-31T16:04:33.286Z Compiling strum_macros v0.27.2
5362026-07-31T16:04:33.872Z Compiling percent-encoding v2.3.2
5372026-07-31T16:04:35.110Z Compiling strum v0.27.2
5382026-07-31T16:04:35.934Z Compiling capstone v0.14.0
5392026-07-31T16:04:36.785Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5402026-07-31T16:04:36.848Z Compiling postcard-cobs v0.1.5-pre
5412026-07-31T16:04:37.007Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5422026-07-31T16:04:37.309Z Compiling darling_core v0.20.11
5432026-07-31T16:04:37.599Z Compiling postcard v0.7.3
5442026-07-31T16:04:37.630Z Compiling pkg-version-impl v0.1.1
5452026-07-31T16:04:37.785Z Compiling icu_properties v2.2.0
5462026-07-31T16:04:37.889Z Compiling icu_normalizer v2.2.0
5472026-07-31T16:04:38.193Z Compiling itertools v0.14.0
5482026-07-31T16:04:38.365Z Compiling bitflags v1.3.2
5492026-07-31T16:04:38.648Z Compiling pkg-version v1.0.0
5502026-07-31T16:04:38.734Z Compiling idna_adapter v1.2.2
5512026-07-31T16:04:38.860Z Compiling virtue v0.0.18
5522026-07-31T16:04:38.871Z Compiling unicode-width v0.1.14
5532026-07-31T16:04:38.896Z Compiling idna v1.1.0
5542026-07-31T16:04:39.172Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5552026-07-31T16:04:39.294Z Compiling darling_macro v0.20.11
5562026-07-31T16:04:39.388Z Compiling bincode_derive v2.0.1
5572026-07-31T16:04:39.663Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5582026-07-31T16:04:39.822Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5592026-07-31T16:04:39.857Z Compiling darling v0.20.11
5602026-07-31T16:04:39.934Z Compiling form_urlencoded v1.2.2
5612026-07-31T16:04:39.988Z Compiling bytemuck_derive v1.10.2
5622026-07-31T16:04:40.096Z Compiling pin-project-lite v0.2.17
5632026-07-31T16:04:40.194Z Compiling url v2.5.8
5642026-07-31T16:04:41.036Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5652026-07-31T16:04:41.055Z Compiling deku_derive v0.18.1
5662026-07-31T16:04:41.120Z Compiling bytemuck v1.25.0
5672026-07-31T16:04:41.231Z Compiling num_enum_derive v0.7.6
5682026-07-31T16:04:41.352Z Compiling jep106 v0.3.0
5692026-07-31T16:04:41.424Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5702026-07-31T16:04:41.623Z Compiling tracing-core v0.1.36
5712026-07-31T16:04:41.787Z Compiling no_std_io2 v0.8.1
5722026-07-31T16:04:41.790Z Compiling csv-core v0.1.13
5732026-07-31T16:04:41.859Z Compiling futures-core v0.3.32
5742026-07-31T16:04:42.191Z Compiling base64 v0.22.1
5752026-07-31T16:04:42.242Z Compiling unty v0.0.4
5762026-07-31T16:04:42.242Z Compiling unsafe-libyaml v0.2.11
5772026-07-31T16:04:42.417Z Compiling heapless v0.9.3
5782026-07-31T16:04:42.650Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5792026-07-31T16:04:42.799Z Compiling serde_yaml v0.9.34+deprecated
5802026-07-31T16:04:42.802Z Compiling deku v0.18.1
5812026-07-31T16:04:42.879Z Compiling bincode v2.0.1
5822026-07-31T16:04:42.887Z Compiling num_enum v0.7.6
5832026-07-31T16:04:42.895Z Compiling csv v1.4.0
5842026-07-31T16:04:43.626Z Compiling hash32 v0.3.1
5852026-07-31T16:04:43.713Z Compiling md-5 v0.10.6
5862026-07-31T16:04:43.874Z Compiling serde_plain v1.0.2
5872026-07-31T16:04:44.041Z Compiling miette-derive v7.6.0
5882026-07-31T16:04:44.082Z Compiling tracing-attributes v0.1.31
5892026-07-31T16:04:44.109Z Compiling async-io v2.6.0
5902026-07-31T16:04:44.213Z Compiling slab v0.4.12
5912026-07-31T16:04:44.346Z Compiling libdevinfo-sys v1.1.0
5922026-07-31T16:04:44.429Z Compiling object v0.38.1
5932026-07-31T16:04:44.751Z Compiling devinfo v0.1.0
5942026-07-31T16:04:45.114Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5952026-07-31T16:04:45.140Z Compiling miette v7.6.0
5962026-07-31T16:04:45.286Z Compiling tracing v0.1.44
5972026-07-31T16:04:45.295Z Compiling esp-idf-part v0.6.0
5982026-07-31T16:04:45.679Z Compiling futures-lite v2.6.1
5992026-07-31T16:04:46.128Z Compiling nix v0.26.4
6002026-07-31T16:04:46.286Z Compiling gimli v0.32.3
6012026-07-31T16:04:46.515Z Compiling md-5 v0.11.0
6022026-07-31T16:04:46.518Z Compiling docsplay-macros v0.1.2
6032026-07-31T16:04:46.824Z Compiling concurrent-queue v2.5.0
6042026-07-31T16:04:47.020Z Compiling polling v3.11.0
6052026-07-31T16:04:47.054Z Compiling rmp v0.8.15
6062026-07-31T16:04:47.102Z Compiling parking v2.2.1
6072026-07-31T16:04:47.257Z Compiling futures-io v0.3.32
6082026-07-31T16:04:47.503Z Compiling rmp-serde v1.3.1
6092026-07-31T16:04:47.552Z Compiling docsplay v0.1.3
6102026-07-31T16:04:47.643Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-07-31T16:04:48.765Z Compiling cobs v0.5.1
6122026-07-31T16:04:48.996Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6132026-07-31T16:04:49.164Z Compiling espflash v4.4.0
6142026-07-31T16:04:50.602Z Compiling ihex v3.0.0
6152026-07-31T16:04:50.614Z Compiling uf2-decode v0.2.0
6162026-07-31T16:04:51.080Z Compiling dunce v1.0.5
6172026-07-31T16:04:51.206Z Compiling chacha20 v0.10.0
6182026-07-31T16:04:51.295Z Compiling unicode-segmentation v1.13.2
6192026-07-31T16:04:51.517Z Compiling rand v0.10.1
6202026-07-31T16:04:51.685Z Compiling signal-hook v0.3.18
6212026-07-31T16:04:52.114Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6222026-07-31T16:04:52.613Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-07-31T16:04:52.740Z Compiling signal-hook-registry v1.4.8
6242026-07-31T16:04:52.896Z Compiling convert_case v0.10.0
6252026-07-31T16:04:53.288Z Compiling mio v1.2.0
6262026-07-31T16:04:53.296Z Compiling mio v0.8.11
6272026-07-31T16:04:53.711Z Compiling signal-hook-mio v0.2.5
6282026-07-31T16:04:53.861Z Compiling derive_more-impl v2.1.1
6292026-07-31T16:04:54.598Z Compiling litrs v1.0.0
6302026-07-31T16:04:54.998Z Compiling derive_more v2.1.1
6312026-07-31T16:04:55.043Z Compiling document-features v0.2.12
6322026-07-31T16:04:55.076Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6332026-07-31T16:04:55.531Z Compiling convert_case v0.11.0
6342026-07-31T16:04:55.588Z Compiling crossterm v0.29.0
6352026-07-31T16:04:55.796Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6362026-07-31T16:04:56.548Z Compiling paste v1.0.15
6372026-07-31T16:04:56.872Z Compiling camino v1.2.2
6382026-07-31T16:04:57.552Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-07-31T16:04:57.880Z Compiling crossbeam-channel v0.5.15
6402026-07-31T16:04:58.140Z Compiling castaway v0.2.4
6412026-07-31T16:04:58.438Z Compiling thiserror v1.0.69
6422026-07-31T16:04:58.488Z Compiling instability v0.3.12
6432026-07-31T16:04:58.540Z Compiling indoc v2.0.7
6442026-07-31T16:04:58.963Z Compiling unicode-truncate v2.0.1
6452026-07-31T16:04:58.972Z Compiling compact_str v0.9.0
6462026-07-31T16:04:58.986Z Compiling lazy-regex-proc_macros v3.6.0
6472026-07-31T16:04:59.610Z Compiling lru v0.16.4
6482026-07-31T16:04:59.645Z Compiling kasuari v0.4.12
6492026-07-31T16:04:59.799Z Compiling thiserror-impl v1.0.69
6502026-07-31T16:04:59.886Z Compiling crossbeam-queue v0.3.12
6512026-07-31T16:05:00.003Z Compiling cargo-platform v0.3.3
6522026-07-31T16:05:00.058Z Compiling crossbeam v0.8.4
6532026-07-31T16:05:00.133Z Compiling ratatui-core v0.1.0
6542026-07-31T16:05:00.220Z Compiling cargo_metadata v0.23.1
6552026-07-31T16:05:00.298Z Compiling lazy-regex v3.6.0
6562026-07-31T16:05:01.039Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6572026-07-31T16:05:01.949Z Compiling base64 v0.13.1
6582026-07-31T16:05:02.415Z Compiling binrw_derive v0.14.2
6592026-07-31T16:05:02.514Z Compiling strict v0.2.0
6602026-07-31T16:05:02.575Z Compiling ron v0.6.6
6612026-07-31T16:05:02.652Z Compiling crokey-proc_macros v1.4.0
6622026-07-31T16:05:02.829Z Compiling crossterm v0.23.2
6632026-07-31T16:05:03.238Z Compiling line-clipping v0.3.7
6642026-07-31T16:05:03.264Z Compiling owo-colors v3.5.0
6652026-07-31T16:05:03.744Z Compiling binrw v0.14.2
6662026-07-31T16:05:04.080Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6672026-07-31T16:05:04.088Z Compiling crokey v1.4.0
6682026-07-31T16:05:04.711Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6692026-07-31T16:05:04.916Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6702026-07-31T16:05:06.523Z Compiling cargo-readme v3.3.2
6712026-07-31T16:05:06.731Z Compiling ratatui-widgets v0.3.0
6722026-07-31T16:05:07.158Z Compiling coolor v0.8.0
6732026-07-31T16:05:07.430Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6742026-07-31T16:05:07.963Z Compiling coolor v1.1.0
6752026-07-31T16:05:08.238Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-07-31T16:05:08.286Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6772026-07-31T16:05:08.538Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6782026-07-31T16:05:09.293Z Compiling half v2.7.1
6792026-07-31T16:05:09.660Z Compiling minimad v0.14.0
6802026-07-31T16:05:09.903Z Compiling minimad v0.13.1
6812026-07-31T16:05:10.211Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6822026-07-31T16:05:10.328Z Compiling array-init v2.1.0
6832026-07-31T16:05:10.444Z Compiling ciborium-io v0.2.2
6842026-07-31T16:05:10.542Z Compiling convert_case v0.4.0
6852026-07-31T16:05:10.837Z Compiling derive_more v0.99.20
6862026-07-31T16:05:10.945Z Compiling ciborium-ll v0.2.2
6872026-07-31T16:05:11.647Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6882026-07-31T16:05:11.824Z Compiling termimad v0.25.7
6892026-07-31T16:05:12.858Z Compiling termimad v0.34.1
6902026-07-31T16:05:13.094Z Compiling ratatui-macros v0.7.0
6912026-07-31T16:05:13.188Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-07-31T16:05:13.322Z Compiling ratatui-crossterm v0.1.0
6932026-07-31T16:05:13.392Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-07-31T16:05:13.569Z Compiling sha2 v0.11.0
6952026-07-31T16:05:13.877Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-07-31T16:05:14.011Z Compiling iana-time-zone v0.1.65
6972026-07-31T16:05:14.142Z Compiling xml v1.2.1
6982026-07-31T16:05:14.376Z Compiling parse-size v1.1.0
6992026-07-31T16:05:14.573Z Compiling chrono v0.4.44
7002026-07-31T16:05:15.672Z Compiling serde-xml-rs v0.8.2
7012026-07-31T16:05:17.099Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7022026-07-31T16:05:18.786Z Compiling ratatui v0.30.0
7032026-07-31T16:05:19.218Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7042026-07-31T16:05:19.476Z Compiling raw-cpuid v11.6.0
7052026-07-31T16:05:20.298Z Compiling ciborium v0.2.2
7062026-07-31T16:05:21.304Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-07-31T16:05:21.524Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-07-31T16:05:21.886Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-07-31T16:05:21.893Z Compiling humility-bin v0.13.4 (/work/oxidecomputer/humility/humility-bin)
7102026-07-31T16:05:22.432Z Compiling tracing-log v0.2.0
7112026-07-31T16:05:22.457Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7122026-07-31T16:05:22.859Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7132026-07-31T16:05:23.517Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-07-31T16:05:23.579Z Compiling sharded-slab v0.1.7
7152026-07-31T16:05:23.704Z Compiling matchers v0.2.0
7162026-07-31T16:05:23.911Z Compiling termios v0.3.3
7172026-07-31T16:05:24.095Z Compiling thread_local v1.1.9
7182026-07-31T16:05:24.269Z Compiling nu-ansi-term v0.50.3
7192026-07-31T16:05:24.440Z Compiling splitty v1.0.2
7202026-07-31T16:05:24.495Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7212026-07-31T16:05:24.553Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7222026-07-31T16:05:24.616Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7232026-07-31T16:05:24.850Z Compiling tracing-subscriber v0.3.23
7242026-07-31T16:05:24.858Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7252026-07-31T16:05:24.903Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7262026-07-31T16:05:26.879Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7272026-07-31T16:05:26.960Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7282026-07-31T16:05:27.955Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7292026-07-31T16:05:30.010Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7302026-07-31T16:05:30.073Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7312026-07-31T16:05:31.217Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7322026-07-31T16:05:31.883Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7332026-07-31T16:05:33.004Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7342026-07-31T16:05:33.047Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7352026-07-31T16:05:36.120Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7362026-07-31T16:05:38.703Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7372026-07-31T16:05:40.842Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7382026-07-31T16:05:41.145Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7392026-07-31T16:05:42.069Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7402026-07-31T16:05:45.754Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-07-31T16:05:46.100Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7422026-07-31T16:05:47.239Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7432026-07-31T16:05:48.431Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7442026-07-31T16:05:49.978Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7452026-07-31T16:05:50.283Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7462026-07-31T16:05:51.336Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7472026-07-31T16:05:54.035Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-07-31T16:05:54.107Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7492026-07-31T16:05:54.784Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7502026-07-31T16:05:55.269Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7512026-07-31T16:05:56.147Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7522026-07-31T16:05:56.276Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7532026-07-31T16:05:58.833Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7542026-07-31T16:05:59.061Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7552026-07-31T16:06:01.287Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7562026-07-31T16:06:01.584Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7572026-07-31T16:06:01.919Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7582026-07-31T16:06:03.758Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7592026-07-31T16:06:03.931Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7602026-07-31T16:06:04.224Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7612026-07-31T16:06:04.473Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7622026-07-31T16:06:05.455Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7632026-07-31T16:06:06.560Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7642026-07-31T16:06:07.587Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7652026-07-31T16:06:08.613Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7662026-07-31T16:06:08.683Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7672026-07-31T16:06:09.789Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7682026-07-31T16:06:10.009Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7692026-07-31T16:06:11.086Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7702026-07-31T16:06:11.209Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7712026-07-31T16:06:12.872Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7722026-07-31T16:06:13.209Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7732026-07-31T16:06:13.226Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7742026-07-31T16:06:13.774Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7752026-07-31T16:06:14.144Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7762026-07-31T16:06:37.279Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7772026-07-31T16:06:37.282Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-07-31T16:06:37.282Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-07-31T16:07:37.022Zpkg://helios/developer/debug/humility@0.13.4.712,5.11-3.0:20260731T160643Z
7802026-07-31T16:07:37.022ZPUBLISHED
7812026-07-31T16:07:37.236ZRetrieving packages for publisher helios ...
7822026-07-31T16:07:37.240ZRetrieving catalog 'helios' ... Done
7832026-07-31T16:07:37.240ZRetrieving and evaluating 1 package(s)...
7842026-07-31T16:07:37.240ZFetching manifests: 1/1 100% complete
7852026-07-31T16:07:37.240ZFetching manifests: 1/1 100% complete
7862026-07-31T16:07:37.240Z
7872026-07-31T16:07:37.240ZArchiving packages ...
7882026-07-31T16:07:37.240Z Packages to add: 1
7892026-07-31T16:07:37.240Z Files to retrieve: 1
7902026-07-31T16:07:37.240ZEstimated transfer size: 135.61 MB
7912026-07-31T16:07:37.240Z
7922026-07-31T16:07:37.240ZPackages to archive:
7932026-07-31T16:07:37.240Zdeveloper/debug/humility@0.13.4.712,5.11-3.0:20260731T160643Z
7942026-07-31T16:07:37.240Z
7952026-07-31T16:07:37.240ZDownload: 0/1 items 0.0/135.6MB 0% complete
7962026-07-31T16:07:37.492ZDownload: Completed 135.61 MB in 0.25 seconds (538M/s)
7972026-07-31T16:07:37.495ZArchiving: 1/10 items 0.0/135.6MB 0% complete
7982026-07-31T16:07:37.520ZArchiving: Completed 135.62 MB in 0.03 seconds
7992026-07-31T16:07:37.565ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.4.712-3.0.p5p.
8002026-07-31T16:07:37.572Z
8012026-07-31T16:07:37.575Zreal 4:42.502521915
8022026-07-31T16:07:37.575Zuser 22:27.726425721
8032026-07-31T16:07:37.575Zsys 1:36.760713840
8042026-07-31T16:07:37.575Ztrap 0.655863551
8052026-07-31T16:07:37.575Ztflt 1.056405239
8062026-07-31T16:07:37.575Zdflt 1.805870434
8072026-07-31T16:07:37.575Zkflt 0.009997605
8082026-07-31T16:07:37.575Zlock 1:38:04.868322105
8092026-07-31T16:07:37.576Zslp 1:12:25.025018397
8102026-07-31T16:07:37.576Zlat 1:14.750695274
8112026-07-31T16:07:37.576Zstop 1:20.496813224
8122026-07-31T16:07:37.576Z+ banner copy
8132026-07-31T16:07:37.576Z
8142026-07-31T16:07:37.576Z #### #### ##### # #
8152026-07-31T16:07:37.576Z # # # # # # # #
8162026-07-31T16:07:37.576Z # # # # # #
8172026-07-31T16:07:37.576Z # # # ##### #
8182026-07-31T16:07:37.576Z # # # # # #
8192026-07-31T16:07:37.576Z #### #### # #
8202026-07-31T16:07:37.576Z
8212026-07-31T16:07:37.576Z+ pfexec mkdir -p /out
8222026-07-31T16:07:37.579Z+ pfexec chown 12345 /out
8232026-07-31T16:07:37.579Z+ PKG_NAME=/out/humility.p5p
8242026-07-31T16:07:37.579Z+ mv pkg/packages/repo/humility-0.13.4.712-3.0.p5p /out/humility.p5p
8252026-07-31T16:07:37.673Z+ sha256sum /out/humility.p5p
8262026-07-31T16:07:37.752Zprocess exited: duration 290906 ms, exit code 0
 
8272026-07-31T16:07:37.764Zfound 2 output files
8282026-07-31T16:07:37.764Zuploading: /out/humility.p5p (142223360 bytes)
8292026-07-31T16:07:40.054Zuploaded: /out/humility.p5p
8302026-07-31T16:07:40.054Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-07-31T16:07:41.064Zuploaded: /out/humility.p5p.sha256