01M0JC9W26ZNRE5ENBNN7RC9YZ: 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: 01M0JCA48DW7G610SHFEEFTXN3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T14:42:24.396Zjob assigned to worker 01M0JCA67WZD21VA9C34J8FRBA [factory aws, i-0a696ce3c00cc45a1] (queued for 54 s)
 
22026-08-21T14:42:30.589Zstarting task 0: "setup"
32026-08-21T14:42:30.596Z++ uname -s
42026-08-21T14:42:30.599Z+ kern=SunOS
52026-08-21T14:42:30.599Z+ build_user=build
62026-08-21T14:42:30.599Z+ build_uid=12345
72026-08-21T14:42:30.599Z+ work_dir=/work
82026-08-21T14:42:30.599Z+ input_dir=/input
92026-08-21T14:42:30.599Z+ [[ 0 == 12345 ]]
102026-08-21T14:42:30.599Z+ case "$kern" in
112026-08-21T14:42:30.599Z+ groupadd -g 12345 build
122026-08-21T14:42:30.602Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T14:42:32.604Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T14:42:32.702Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T14:42:32.705Z+ home_fs=zfs
162026-08-21T14:42:32.705Z+ [[ zfs == autofs ]]
172026-08-21T14:42:32.705Z+ mkdir -p /home/build
182026-08-21T14:42:32.705Z+ chown build:build /home/build /work
192026-08-21T14:42:34.706Z+ chmod 0700 /home/build /work
202026-08-21T14:42:34.709Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-21T14:42:34.716Zstarting task 1: "rust-toolchain"
222026-08-21T14:42:34.729Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-21T14:42:34.730Z * rust toolchain channel = "stable"
242026-08-21T14:42:34.730Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-21T14:42:34.730Z * rust toolchain profile = "default"
262026-08-21T14:42:34.730Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T14:42:34.730Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T14:42:34.730Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T14:42:34.730Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-21T14:42:34.824Zinfo: downloading installer
312026-08-21T14:42:36.183Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T14:42:36.183Zwarn: /home/build/.rustup/settings.toml
332026-08-21T14:42:36.183Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T14:42:36.183Zwarn: instead of the one inferred from the default host triple.
352026-08-21T14:42:36.195Zinfo: profile set to default
362026-08-21T14:42:36.195Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T14:42:36.197Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-21T14:42:36.334Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-21T14:42:36.338Zinfo: downloading 6 components
402026-08-21T14:42:53.307Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-21T14:42:53.308Z
422026-08-21T14:42:53.336Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-21T14:42:53.336Z
442026-08-21T14:42:53.336Z
452026-08-21T14:42:53.336ZRust is installed now. Great!
462026-08-21T14:42:53.336Z
472026-08-21T14:42:53.336ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T14:42:53.336Zenvironment variable. This has not been done automatically.
492026-08-21T14:42:53.336Z
502026-08-21T14:42:53.337ZTo configure your current shell, you need to source
512026-08-21T14:42:53.337Zthe corresponding env file under $HOME/.cargo.
522026-08-21T14:42:53.337Z
532026-08-21T14:42:53.337ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T14:42:53.337Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T14:42:53.337Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T14:42:53.337Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T14:42:53.337Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T14:42:53.337Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T14:42:53.337Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T14:42:53.340Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T14:42:53.340Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T14:42:53.434Z+ rustup --version
632026-08-21T14:42:53.442Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T14:42:53.445Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T14:42:53.463Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-21T14:42:53.466Z+ cargo --version
672026-08-21T14:42:53.479Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-21T14:42:53.483Z+ rustc --version
692026-08-21T14:42:53.501Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-21T14:42:53.504Zprocess exited: duration 18787 ms, exit code 0
 
712026-08-21T14:42:53.511Zstarting task 2: "authentication"
722026-08-21T14:42:53.527Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T14:42:53.533Zstarting task 3: "clone repository"
742026-08-21T14:42:53.537Z+ mkdir -p /work/oxidecomputer/humility
752026-08-21T14:42:53.540Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-08-21T14:42:53.573ZCloning into '/work/oxidecomputer/humility'...
772026-08-21T14:43:26.502Z+ cd /work/oxidecomputer/humility
782026-08-21T14:43:26.502Z+ git fetch origin c30ce8b85f31d597d9d36bfc13773af72d4e7c7b
792026-08-21T14:43:26.820ZFrom https://github.com/oxidecomputer/humility
802026-08-21T14:43:26.821Z * branch c30ce8b85f31d597d9d36bfc13773af72d4e7c7b -> FETCH_HEAD
812026-08-21T14:43:26.827Z+ [[ -n extra_ump ]]
822026-08-21T14:43:26.829Z++ git branch --show-current
832026-08-21T14:43:26.829Z+ current=master
842026-08-21T14:43:26.829Z+ [[ master != extra_ump ]]
852026-08-21T14:43:26.829Z+ git branch -f extra_ump c30ce8b85f31d597d9d36bfc13773af72d4e7c7b
862026-08-21T14:43:26.832Z+ git checkout -f extra_ump
872026-08-21T14:43:27.654ZSwitched to branch 'extra_ump'
882026-08-21T14:43:27.657Z+ git reset --hard c30ce8b85f31d597d9d36bfc13773af72d4e7c7b
892026-08-21T14:43:27.665ZHEAD is now at c30ce8b8 Bump humility version for humility#725
902026-08-21T14:43:27.668Zprocess exited: duration 34132 ms, exit code 0
 
912026-08-21T14:43:27.673Zstarting task 4: "build"
922026-08-21T14:43:27.677Z+ export CARGO_INCREMENTAL=0
932026-08-21T14:43:27.677Z+ CARGO_INCREMENTAL=0
942026-08-21T14:43:27.677Z+ banner deps
952026-08-21T14:43:27.680Z
962026-08-21T14:43:27.680Z ##### ###### ##### ####
972026-08-21T14:43:27.680Z # # # # # #
982026-08-21T14:43:27.680Z # # ##### # # ####
992026-08-21T14:43:27.680Z # # # ##### #
1002026-08-21T14:43:27.680Z # # # # # #
1012026-08-21T14:43:27.680Z ##### ###### # ####
1022026-08-21T14:43:27.680Z
1032026-08-21T14:43:27.680Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-08-21T14:43:27.680Z+ PKG_SUCCESS_ON_NOP=1
1052026-08-21T14:43:27.680Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-08-21T14:43:29.054Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-21T14:43:29.410Z Startup: Caching catalogs ... Done
1082026-08-21T14:43:31.342ZPlanning: Solver setup ... Done (1.828s)
1092026-08-21T14:43:31.399ZPlanning: Running solver ... Done (0.058s)
1102026-08-21T14:43:31.443ZPlanning: Finding local manifests ... Done (0.002s)
1112026-08-21T14:43:31.457ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-21T14:43:31.470ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-21T14:43:31.482ZPlanning: Package planning ... Done (0.012s)
1142026-08-21T14:43:31.485ZPlanning: Merging actions ... Done (0.000s)
1152026-08-21T14:43:31.633ZPlanning: Checking for conflicting actions ... Done (0.150s)
1162026-08-21T14:43:31.637ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-08-21T14:43:32.459ZPlanning: Evaluating mediators ... Done (0.826s)
1182026-08-21T14:43:32.462ZPlanning: Planning completed in 3.02 seconds
1192026-08-21T14:43:32.468Z Packages to install: 2
1202026-08-21T14:43:32.468Z Estimated space available: 155.74 GB
1212026-08-21T14:43:32.471ZEstimated space to be consumed: 65.79 MB
1222026-08-21T14:43:32.471Z Create boot environment: No
1232026-08-21T14:43:32.471ZCreate backup boot environment: No
1242026-08-21T14:43:32.471Z Rebuild boot archive: No
1252026-08-21T14:43:32.471Z
1262026-08-21T14:43:32.471ZChanged packages:
1272026-08-21T14:43:32.471Zhelios
1282026-08-21T14:43:32.471Z library/libftdi1
1292026-08-21T14:43:32.471Z None -> 1.5-3.0
1302026-08-21T14:43:32.471Z ooce/library/libusb-1
1312026-08-21T14:43:32.471Z None -> 1.0.29-3.1
1322026-08-21T14:43:32.492Z
1332026-08-21T14:43:32.492ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-08-21T14:43:32.528ZDownload: Completed 377.70 kB in 0.04 seconds (10.1M/s)
1352026-08-21T14:43:32.593Z Actions: 1/61 actions (Installing new actions)
1362026-08-21T14:43:32.604Z Actions: Completed 61 actions in 0.01 seconds.
1372026-08-21T14:43:32.635ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-21T14:43:32.638ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-21T14:43:32.713ZFinalize: Updating image state ... Done (0.078s)
1402026-08-21T14:43:35.097ZFinalize: Creating fast lookup database ... Done (2.336s)
1412026-08-21T14:43:35.161ZFinalize: Reading search index ... Done (0.012s)
1422026-08-21T14:43:35.164ZFinalize: Updating search index ... Done (0.000s)
1432026-08-21T14:43:35.255ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-21T14:43:35.398Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-08-21T14:43:35.604ZFMRI IFO
1462026-08-21T14:43:35.604Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-08-21T14:43:35.604Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-08-21T14:43:35.638Z+ cargo --version
1492026-08-21T14:43:35.648Zcargo 1.98.0 (797e8a9bc 2026-08-05)
1502026-08-21T14:43:35.651Z+ rustc --version
1512026-08-21T14:43:35.670Zrustc 1.98.0 (88d9e12ae 2026-08-18)
1522026-08-21T14:43:35.672Z+ banner package
1532026-08-21T14:43:35.675Z
1542026-08-21T14:43:35.675Z ##### ## #### # # ## #### ######
1552026-08-21T14:43:35.675Z # # # # # # # # # # # # #
1562026-08-21T14:43:35.675Z # # # # # #### # # # #####
1572026-08-21T14:43:35.675Z ##### ###### # # # ###### # ### #
1582026-08-21T14:43:35.675Z # # # # # # # # # # # #
1592026-08-21T14:43:35.675Z # # # #### # # # # #### ######
1602026-08-21T14:43:35.675Z
1612026-08-21T14:43:35.675Z+ ptime -m cargo xtask package
1622026-08-21T14:43:35.794Z Updating crates.io index
1632026-08-21T14:43:35.797Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-08-21T14:43:36.135Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-08-21T14:43:36.438Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-08-21T14:43:36.796Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-08-21T14:43:37.122Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-08-21T14:43:37.411Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-08-21T14:43:37.734Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-08-21T14:43:38.141Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-08-21T14:43:42.189Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-08-21T14:43:42.516Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-08-21T14:43:42.802Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-08-21T14:43:43.116Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-08-21T14:43:43.442Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-08-21T14:43:43.760Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-08-21T14:43:44.845Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-08-21T14:43:45.185Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-08-21T14:43:45.563Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-08-21T14:43:46.090Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-08-21T14:43:47.913Z Downloading crates ...
1822026-08-21T14:43:47.951Z Downloaded percent-encoding v2.3.2
1832026-08-21T14:43:47.970Z Downloaded strsim v0.11.1
1842026-08-21T14:43:47.977Z Downloaded clap_lex v1.1.0
1852026-08-21T14:43:47.980Z Downloaded aho-corasick v1.1.4
1862026-08-21T14:43:47.983Z Downloaded equivalent v1.0.2
1872026-08-21T14:43:47.983Z Downloaded anstyle-query v1.1.5
1882026-08-21T14:43:47.983Z Downloaded heck v0.5.0
1892026-08-21T14:43:47.986Z Downloaded cargo-platform v0.3.3
1902026-08-21T14:43:47.990Z Downloaded utf8parse v0.2.2
1912026-08-21T14:43:47.993Z Downloaded itoa v1.0.18
1922026-08-21T14:43:47.993Z Downloaded serde_spanned v1.1.1
1932026-08-21T14:43:47.993Z Downloaded is_terminal_polyfill v1.70.2
1942026-08-21T14:43:47.999Z Downloaded colorchoice v1.0.5
1952026-08-21T14:43:48.003Z Downloaded anstyle v1.0.14
1962026-08-21T14:43:48.003Z Downloaded thiserror v2.0.18
1972026-08-21T14:43:48.006Z Downloaded quote v1.0.45
1982026-08-21T14:43:48.006Z Downloaded toml_writer v1.1.1+spec-1.1.0
1992026-08-21T14:43:48.013Z Downloaded cargo_metadata v0.23.1
2002026-08-21T14:43:48.015Z Downloaded lazy_static v1.5.0
2012026-08-21T14:43:48.016Z Downloaded zmij v1.0.21
2022026-08-21T14:43:48.026Z Downloaded thiserror-impl v2.0.18
2032026-08-21T14:43:48.031Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2042026-08-21T14:43:48.034Z Downloaded anstyle-parse v1.0.0
2052026-08-21T14:43:48.034Z Downloaded serde_derive v1.0.228
2062026-08-21T14:43:48.037Z Downloaded toml v1.1.2+spec-1.1.0
2072026-08-21T14:43:48.037Z Downloaded anstream v1.0.0
2082026-08-21T14:43:48.040Z Downloaded clap_derive v4.6.1
2092026-08-21T14:43:48.040Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-08-21T14:43:48.043Z Downloaded anyhow v1.0.102
2112026-08-21T14:43:48.048Z Downloaded proc-macro2 v1.0.106
2122026-08-21T14:43:48.052Z Downloaded camino v1.2.2
2132026-08-21T14:43:48.052Z Downloaded semver v1.0.28
2142026-08-21T14:43:48.055Z Downloaded clap v4.6.1
2152026-08-21T14:43:48.064Z Downloaded serde_core v1.0.228
2162026-08-21T14:43:48.067Z Downloaded unicode-ident v1.0.24
2172026-08-21T14:43:48.074Z Downloaded cargo-readme v3.3.2
2182026-08-21T14:43:48.085Z Downloaded memchr v2.8.0
2192026-08-21T14:43:48.087Z Downloaded serde v1.0.228
2202026-08-21T14:43:48.090Z Downloaded indexmap v2.14.0
2212026-08-21T14:43:48.116Z Downloaded hashbrown v0.17.0
2222026-08-21T14:43:48.126Z Downloaded regex v1.12.3
2232026-08-21T14:43:48.129Z Downloaded serde_json v1.0.149
2242026-08-21T14:43:48.133Z Downloaded clap_builder v4.6.0
2252026-08-21T14:43:48.137Z Downloaded winnow v1.0.2
2262026-08-21T14:43:48.163Z Downloaded syn v2.0.117
2272026-08-21T14:43:48.169Z Downloaded regex-syntax v0.8.10
2282026-08-21T14:43:48.182Z Downloaded regex-automata v0.4.14
2292026-08-21T14:43:48.222Z Compiling serde_core v1.0.228
2302026-08-21T14:43:48.222Z Compiling proc-macro2 v1.0.106
2312026-08-21T14:43:48.222Z Compiling quote v1.0.45
2322026-08-21T14:43:48.222Z Compiling unicode-ident v1.0.24
2332026-08-21T14:43:48.224Z Compiling memchr v2.8.0
2342026-08-21T14:43:48.224Z Compiling utf8parse v0.2.2
2352026-08-21T14:43:48.225Z Compiling is_terminal_polyfill v1.70.2
2362026-08-21T14:43:48.225Z Compiling anstyle v1.0.14
2372026-08-21T14:43:48.417Z Compiling anstyle-parse v1.0.0
2382026-08-21T14:43:48.428Z Compiling zmij v1.0.21
2392026-08-21T14:43:48.437Z Compiling colorchoice v1.0.5
2402026-08-21T14:43:48.534Z Compiling anstyle-query v1.1.5
2412026-08-21T14:43:48.545Z Compiling serde v1.0.228
2422026-08-21T14:43:48.595Z Compiling serde_json v1.0.149
2432026-08-21T14:43:48.641Z Compiling anstream v1.0.0
2442026-08-21T14:43:48.728Z Compiling aho-corasick v1.1.4
2452026-08-21T14:43:48.756Z Compiling heck v0.5.0
2462026-08-21T14:43:48.837Z Compiling regex-syntax v0.8.10
2472026-08-21T14:43:48.917Z Compiling winnow v1.0.2
2482026-08-21T14:43:48.953Z Compiling camino v1.2.2
2492026-08-21T14:43:48.963Z Compiling thiserror v2.0.18
2502026-08-21T14:43:49.008Z Compiling clap_lex v1.1.0
2512026-08-21T14:43:49.248Z Compiling strsim v0.11.1
2522026-08-21T14:43:49.259Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-08-21T14:43:49.550Z Compiling clap_builder v4.6.0
2542026-08-21T14:43:49.608Z Compiling anyhow v1.0.102
2552026-08-21T14:43:49.636Z Compiling itoa v1.0.18
2562026-08-21T14:43:49.727Z Compiling syn v2.0.117
2572026-08-21T14:43:49.822Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-08-21T14:43:49.944Z Compiling percent-encoding v2.3.2
2592026-08-21T14:43:50.030Z Compiling lazy_static v1.5.0
2602026-08-21T14:43:50.269Z Compiling regex-automata v0.4.14
2612026-08-21T14:43:50.462Z Compiling serde_spanned v1.1.1
2622026-08-21T14:43:50.478Z Compiling toml_datetime v1.1.1+spec-1.1.0
2632026-08-21T14:43:50.611Z Compiling semver v1.0.28
2642026-08-21T14:43:50.621Z Compiling cargo-platform v0.3.3
2652026-08-21T14:43:50.796Z Compiling toml v1.1.2+spec-1.1.0
2662026-08-21T14:43:51.903Z Compiling regex v1.12.3
2672026-08-21T14:43:51.979Z Compiling serde_derive v1.0.228
2682026-08-21T14:43:51.979Z Compiling clap_derive v4.6.1
2692026-08-21T14:43:51.982Z Compiling thiserror-impl v2.0.18
2702026-08-21T14:43:53.248Z Compiling clap v4.6.1
2712026-08-21T14:43:54.154Z Compiling cargo_metadata v0.23.1
2722026-08-21T14:43:54.154Z Compiling cargo-readme v3.3.2
2732026-08-21T14:43:55.113Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-08-21T14:43:56.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
2752026-08-21T14:43:56.695Z Running `target/debug/xtask package`
2762026-08-21T14:43:59.719Z Compiling proc-macro2 v1.0.106
2772026-08-21T14:43:59.719Z Compiling quote v1.0.45
2782026-08-21T14:43:59.719Z Compiling unicode-ident v1.0.24
2792026-08-21T14:43:59.722Z Compiling serde_core v1.0.228
2802026-08-21T14:43:59.722Z Compiling serde v1.0.228
2812026-08-21T14:43:59.722Z Compiling cfg-if v1.0.4
2822026-08-21T14:43:59.723Z Compiling libc v0.2.186
2832026-08-21T14:43:59.855Z Compiling typenum v1.20.0
2842026-08-21T14:43:59.891Z Compiling scopeguard v1.2.0
2852026-08-21T14:43:59.993Z Compiling memchr v2.8.0
2862026-08-21T14:44:00.131Z Compiling log v0.4.29
2872026-08-21T14:44:00.391Z Compiling thiserror v2.0.18
2882026-08-21T14:44:00.521Z Compiling strsim v0.11.1
2892026-08-21T14:44:00.671Z Compiling autocfg v1.5.0
2902026-08-21T14:44:00.739Z Compiling stable_deref_trait v1.2.1
2912026-08-21T14:44:00.748Z Compiling errno v0.3.14
2922026-08-21T14:44:00.807Z Compiling lock_api v0.4.14
2932026-08-21T14:44:00.941Z Compiling smallvec v1.15.1
2942026-08-21T14:44:01.016Z Compiling syn v2.0.117
2952026-08-21T14:44:01.059Z Compiling foldhash v0.2.0
2962026-08-21T14:44:01.072Z Compiling heck v0.5.0
2972026-08-21T14:44:01.075Z Compiling equivalent v1.0.2
2982026-08-21T14:44:01.163Z Compiling rustversion v1.0.22
2992026-08-21T14:44:01.197Z Compiling ident_case v1.0.1
3002026-08-21T14:44:01.275Z Compiling jobserver v0.1.34
3012026-08-21T14:44:01.308Z Compiling shlex v1.3.0
3022026-08-21T14:44:01.315Z Compiling zeroize v1.8.2
3032026-08-21T14:44:01.435Z Compiling find-msvc-tools v0.1.9
3042026-08-21T14:44:01.519Z Compiling rustix v1.1.4
3052026-08-21T14:44:01.597Z Compiling cc v1.2.61
3062026-08-21T14:44:01.658Z Compiling libm v0.2.16
3072026-08-21T14:44:01.674Z Compiling anyhow v1.0.102
3082026-08-21T14:44:01.996Z Compiling num-traits v0.2.19
3092026-08-21T14:44:02.004Z Compiling version_check v0.9.5
3102026-08-21T14:44:02.012Z Compiling const-oid v0.9.6
3112026-08-21T14:44:02.061Z Compiling bitflags v2.11.1
3122026-08-21T14:44:02.120Z Compiling zerocopy v0.8.48
3132026-08-21T14:44:02.272Z Compiling generic-array v0.14.7
3142026-08-21T14:44:02.511Z Compiling aho-corasick v1.1.4
3152026-08-21T14:44:02.543Z Compiling regex-syntax v0.8.10
3162026-08-21T14:44:02.597Z Compiling hashbrown v0.17.0
3172026-08-21T14:44:02.876Z Compiling hybrid-array v0.4.11
3182026-08-21T14:44:02.919Z Compiling once_cell v1.21.4
3192026-08-21T14:44:03.289Z Compiling crossbeam-utils v0.8.21
3202026-08-21T14:44:03.355Z Compiling indexmap v2.14.0
3212026-08-21T14:44:03.982Z Compiling synstructure v0.13.2
3222026-08-21T14:44:04.165Z Compiling regex-automata v0.4.14
3232026-08-21T14:44:04.232Z Compiling syn v1.0.109
3242026-08-21T14:44:04.561Z Compiling pkg-config v0.3.33
3252026-08-21T14:44:04.593Z Compiling itoa v1.0.18
3262026-08-21T14:44:04.996Z Compiling block-buffer v0.10.4
3272026-08-21T14:44:05.043Z Compiling serde_derive v1.0.228
3282026-08-21T14:44:05.143Z Compiling thiserror-impl v2.0.18
3292026-08-21T14:44:05.387Z Compiling zerofrom-derive v0.1.7
3302026-08-21T14:44:06.474Z Compiling zerocopy-derive v0.8.48
3312026-08-21T14:44:06.568Z Compiling yoke-derive v0.8.2
3322026-08-21T14:44:06.812Z Compiling zerovec-derive v0.11.3
3332026-08-21T14:44:07.622Z Compiling regex v1.12.3
3342026-08-21T14:44:07.916Z Compiling crypto-common v0.1.7
3352026-08-21T14:44:08.048Z Compiling darling_core v0.23.0
3362026-08-21T14:44:08.372Z Compiling crypto-common v0.2.1
3372026-08-21T14:44:08.715Z Compiling zmij v1.0.21
3382026-08-21T14:44:09.017Z Compiling digest v0.10.7
3392026-08-21T14:44:09.242Z Compiling spin v0.9.8
3402026-08-21T14:44:09.473Z Compiling cmov v0.5.3
3412026-08-21T14:44:09.543Z Compiling radium v0.7.0
3422026-08-21T14:44:09.700Z Compiling byteorder v1.5.0
3432026-08-21T14:44:09.855Z Compiling ctutils v0.4.2
3442026-08-21T14:44:09.962Z Compiling displaydoc v0.2.5
3452026-08-21T14:44:10.102Z Compiling block-buffer v0.12.0
3462026-08-21T14:44:10.118Z Compiling allocator-api2 v0.2.21
3472026-08-21T14:44:10.188Z Compiling darling_macro v0.23.0
3482026-08-21T14:44:10.281Z Compiling const-oid v0.10.2
3492026-08-21T14:44:10.357Z Compiling tap v1.0.1
3502026-08-21T14:44:10.468Z Compiling crc32fast v1.5.0
3512026-08-21T14:44:10.506Z Compiling wyz v0.5.1
3522026-08-21T14:44:10.597Z Compiling hashbrown v0.16.1
3532026-08-21T14:44:10.706Z Compiling digest v0.11.2
3542026-08-21T14:44:10.756Z Compiling darling v0.23.0
3552026-08-21T14:44:10.802Z Compiling simd-adler32 v0.3.9
3562026-08-21T14:44:10.829Z Compiling base64ct v1.8.3
3572026-08-21T14:44:10.909Z Compiling typeid v1.0.3
3582026-08-21T14:44:10.932Z Compiling static_assertions v1.1.0
3592026-08-21T14:44:11.001Z Compiling either v1.15.0
3602026-08-21T14:44:11.142Z Compiling funty v2.0.0
3612026-08-21T14:44:11.187Z Compiling pem-rfc7468 v0.7.0
3622026-08-21T14:44:11.215Z Compiling clap_derive v4.6.1
3632026-08-21T14:44:11.315Z Compiling der_derive v0.7.3
3642026-08-21T14:44:11.466Z Compiling getrandom v0.2.17
3652026-08-21T14:44:11.557Z Compiling bitvec v1.0.1
3662026-08-21T14:44:11.772Z Compiling adler2 v2.0.1
3672026-08-21T14:44:11.966Z Compiling utf8parse v0.2.2
3682026-08-21T14:44:12.029Z Compiling flagset v0.4.7
3692026-08-21T14:44:12.070Z Compiling cpufeatures v0.2.17
3702026-08-21T14:44:12.140Z Compiling unicode-width v0.2.2
3712026-08-21T14:44:12.160Z Compiling sha2 v0.10.9
3722026-08-21T14:44:12.320Z Compiling der v0.7.10
3732026-08-21T14:44:12.359Z Compiling anstyle-parse v1.0.0
3742026-08-21T14:44:12.367Z Compiling miniz_oxide v0.8.9
3752026-08-21T14:44:12.581Z Compiling rand_core v0.6.4
3762026-08-21T14:44:12.869Z Compiling lazy_static v1.5.0
3772026-08-21T14:44:12.918Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-08-21T14:44:12.932Z Compiling crossbeam-epoch v0.9.18
3792026-08-21T14:44:12.958Z Compiling is_terminal_polyfill v1.70.2
3802026-08-21T14:44:13.050Z Compiling anstyle-query v1.1.5
3812026-08-21T14:44:13.150Z Compiling anstyle v1.0.14
3822026-08-21T14:44:13.331Z Compiling zlib-rs v0.6.3
3832026-08-21T14:44:13.425Z Compiling colorchoice v1.0.5
3842026-08-21T14:44:13.490Z Compiling cpufeatures v0.3.0
3852026-08-21T14:44:13.544Z Compiling powerfmt v0.2.0
3862026-08-21T14:44:13.560Z Compiling anstream v1.0.0
3872026-08-21T14:44:13.721Z Compiling deranged v0.5.8
3882026-08-21T14:44:13.825Z Compiling spki v0.7.3
3892026-08-21T14:44:14.146Z Compiling crossbeam-deque v0.8.6
3902026-08-21T14:44:14.170Z Compiling ppv-lite86 v0.2.21
3912026-08-21T14:44:14.358Z Compiling num-conv v0.2.1
3922026-08-21T14:44:14.505Z Compiling num_threads v0.1.7
3932026-08-21T14:44:14.513Z Compiling object v0.39.1
3942026-08-21T14:44:14.591Z Compiling twox-hash v2.1.2
3952026-08-21T14:44:14.692Z Compiling time-core v0.1.8
3962026-08-21T14:44:14.748Z Compiling maybe-uninit v2.0.0
3972026-08-21T14:44:14.834Z Compiling time v0.3.47
3982026-08-21T14:44:14.874Z Compiling ruzstd v0.8.2
3992026-08-21T14:44:15.076Z Compiling rand_chacha v0.3.1
4002026-08-21T14:44:15.145Z Compiling bitfield-macros v0.19.4
4012026-08-21T14:44:15.449Z Compiling terminal_size v0.4.4
4022026-08-21T14:44:15.598Z Compiling num-integer v0.1.46
4032026-08-21T14:44:15.812Z Compiling clap_lex v1.1.0
4042026-08-21T14:44:15.879Z Compiling rand_core v0.10.1
4052026-08-21T14:44:16.035Z Compiling packed_struct v0.10.1
4062026-08-21T14:44:16.158Z Compiling num-bigint-dig v0.8.6
4072026-08-21T14:44:16.306Z Compiling flate2 v1.1.9
4082026-08-21T14:44:16.493Z Compiling getrandom v0.4.2
4092026-08-21T14:44:16.524Z Compiling zstd-safe v7.2.4
4102026-08-21T14:44:16.782Z Compiling clap_builder v4.6.0
4112026-08-21T14:44:17.567Z Compiling bitfield v0.19.4
4122026-08-21T14:44:17.575Z Compiling num-iter v0.1.45
4132026-08-21T14:44:17.872Z Compiling rand v0.8.6
4142026-08-21T14:44:18.597Z Compiling pkcs8 v0.10.2
4152026-08-21T14:44:19.287Z Compiling serde_with_macros v3.18.0
4162026-08-21T14:44:19.482Z Compiling packed_struct_codegen v0.10.1
4172026-08-21T14:44:19.552Z Compiling inout v0.2.2
4182026-08-21T14:44:19.706Z Compiling capstone-sys v0.18.0
4192026-08-21T14:44:20.126Z Compiling fallible-iterator v0.3.0
4202026-08-21T14:44:20.389Z Compiling nodrop v0.1.14
4212026-08-21T14:44:20.458Z Compiling parking_lot_core v0.9.12
4222026-08-21T14:44:20.479Z Compiling crc-catalog v2.5.0
4232026-08-21T14:44:20.515Z Compiling base64 v0.21.7
4242026-08-21T14:44:20.585Z Compiling crc v3.4.0
4252026-08-21T14:44:20.770Z Compiling ron v0.8.1
4262026-08-21T14:44:21.088Z Compiling array-init v0.0.4
4272026-08-21T14:44:21.185Z Compiling serde_with v3.18.0
4282026-08-21T14:44:22.333Z Compiling cipher v0.5.1
4292026-08-21T14:44:23.178Z Compiling pkcs1 v0.7.5
4302026-08-21T14:44:23.388Z Compiling clap v4.6.1
4312026-08-21T14:44:23.465Z Compiling smallvec v0.6.14
4322026-08-21T14:44:23.914Z Compiling signature v2.2.0
4332026-08-21T14:44:24.118Z Compiling hmac v0.13.0
4342026-08-21T14:44:24.327Z Compiling hubpack_derive v0.1.1
4352026-08-21T14:44:24.859Z Compiling env_filter v1.0.1
4362026-08-21T14:44:25.275Z Compiling scroll_derive v0.13.1
4372026-08-21T14:44:26.099Z Compiling parse_int v0.9.0
4382026-08-21T14:44:26.191Z Compiling slog v2.8.2
4392026-08-21T14:44:26.234Z Compiling indexmap v1.9.3
4402026-08-21T14:44:26.430Z Compiling prettyplease v0.2.37
4412026-08-21T14:44:26.471Z Compiling serde_json v1.0.149
4422026-08-21T14:44:26.670Z Compiling libbz2-rs-sys v0.2.3
4432026-08-21T14:44:26.714Z Compiling cpubits v0.1.1
4442026-08-21T14:44:26.786Z Compiling rayon-core v1.13.0
4452026-08-21T14:44:26.816Z Compiling jiff v0.2.24
4462026-08-21T14:44:26.874Z Compiling lzss v0.9.1
4472026-08-21T14:44:27.013Z Compiling bumpalo v3.20.2
4482026-08-21T14:44:27.178Z Compiling portable-atomic v1.13.1
4492026-08-21T14:44:27.319Z Compiling cpp_demangle v0.5.1
4502026-08-21T14:44:27.625Z Compiling subtle v2.6.1
4512026-08-21T14:44:27.725Z Compiling winnow v1.0.2
4522026-08-21T14:44:27.769Z Compiling rsa v0.9.10
4532026-08-21T14:44:28.178Z Compiling toml_parser v1.1.2+spec-1.1.0
4542026-08-21T14:44:29.607Z Compiling zopfli v0.8.3
4552026-08-21T14:44:29.849Z Compiling env_logger v0.11.10
4562026-08-21T14:44:29.996Z Compiling bzip2 v0.6.1
4572026-08-21T14:44:30.264Z Compiling aes v0.9.0
4582026-08-21T14:44:31.317Z Compiling scroll v0.13.0
4592026-08-21T14:44:31.367Z Compiling hubpack v0.1.2
4602026-08-21T14:44:31.618Z Compiling pbkdf2 v0.13.0
4612026-08-21T14:44:31.618Z Compiling serde-hex v0.1.0
4622026-08-21T14:44:31.738Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4632026-08-21T14:44:31.799Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-08-21T14:44:32.045Z Compiling x509-cert v0.2.5
4652026-08-21T14:44:33.039Z Compiling sha1 v0.11.0
4662026-08-21T14:44:33.562Z Compiling lzma-rust2 v0.16.2
4672026-08-21T14:44:33.811Z Compiling erased-serde v0.3.31
4682026-08-21T14:44:34.455Z Compiling zerofrom v0.1.7
4692026-08-21T14:44:34.577Z Compiling num-derive v0.4.2
4702026-08-21T14:44:35.508Z Compiling toml_datetime v1.1.1+spec-1.1.0
4712026-08-21T14:44:36.004Z Compiling serde_spanned v1.1.1
4722026-08-21T14:44:36.147Z Compiling semver v1.0.28
4732026-08-21T14:44:36.440Z Compiling typed-path v0.12.3
4742026-08-21T14:44:38.314Z Compiling icu_properties_data v2.2.0
4752026-08-21T14:44:38.625Z Compiling icu_normalizer_data v2.2.0
4762026-08-21T14:44:38.866Z Compiling crc-any v2.5.0
4772026-08-21T14:44:39.315Z Compiling void v1.0.2
4782026-08-21T14:44:39.421Z Compiling deflate64 v0.1.12
4792026-08-21T14:44:39.448Z Compiling fnv v1.0.7
4802026-08-21T14:44:39.543Z Compiling toml_writer v1.1.1+spec-1.1.0
4812026-08-21T14:44:39.595Z Compiling ppmd-rust v1.4.0
4822026-08-21T14:44:39.795Z Compiling hashbrown v0.12.3
4832026-08-21T14:44:40.002Z Compiling hex v0.4.3
4842026-08-21T14:44:40.027Z Compiling constant_time_eq v0.4.2
4852026-08-21T14:44:40.137Z Compiling toml v1.1.2+spec-1.1.0
4862026-08-21T14:44:40.227Z Compiling gimli v0.33.0
4872026-08-21T14:44:40.286Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4882026-08-21T14:44:41.074Z Compiling yoke v0.8.2
4892026-08-21T14:44:43.912Z Compiling zstd v0.13.3
4902026-08-21T14:44:44.395Z Compiling zip v8.6.0
4912026-08-21T14:44:47.071Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-08-21T14:44:48.700Z Compiling console v0.16.3
4932026-08-21T14:44:50.076Z Compiling serde-big-array v0.5.1
4942026-08-21T14:44:50.086Z Compiling memmap2 v0.9.10
4952026-08-21T14:44:50.218Z Compiling rustc-demangle v0.1.27
4962026-08-21T14:44:50.246Z Compiling path-slash v0.2.1
4972026-08-21T14:44:50.394Z Compiling colored v3.1.1
4982026-08-21T14:44:50.440Z Compiling typed-arena v2.0.2
4992026-08-21T14:44:50.509Z Compiling plain v0.2.3
5002026-08-21T14:44:50.518Z Compiling unit-prefix v0.5.2
5012026-08-21T14:44:50.615Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5022026-08-21T14:44:50.666Z Compiling indicatif v0.18.4
5032026-08-21T14:44:50.933Z Compiling goblin v0.10.5
5042026-08-21T14:44:51.286Z Compiling addr2line v0.26.1
5052026-08-21T14:44:51.616Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5062026-08-21T14:44:52.071Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-08-21T14:44:52.687Z Compiling rayon v1.12.0
5082026-08-21T14:44:54.440Z Compiling ron v0.12.1
5092026-08-21T14:44:54.968Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5102026-08-21T14:44:55.009Z Compiling multimap v0.10.1
5112026-08-21T14:44:55.336Z Compiling datamap v0.1.0
5122026-08-21T14:44:55.519Z Compiling auto_impl v1.3.0
5132026-08-21T14:44:56.420Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5142026-08-21T14:44:57.396Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-08-21T14:44:57.681Z Compiling zerovec v0.11.6
5162026-08-21T14:44:59.425Z Compiling parking_lot v0.12.5
5172026-08-21T14:44:59.526Z Compiling tinystr v0.8.3
5182026-08-21T14:44:59.721Z Compiling rustc_version v0.4.1
5192026-08-21T14:44:59.983Z Compiling ryu v1.0.23
5202026-08-21T14:45:00.333Z Compiling litemap v0.8.2
5212026-08-21T14:45:00.520Z Compiling writeable v0.6.3
5222026-08-21T14:45:00.650Z Compiling heapless v0.7.17
5232026-08-21T14:45:00.711Z Compiling icu_locale_core v2.2.0
5242026-08-21T14:45:00.938Z Compiling potential_utf v0.1.5
5252026-08-21T14:45:01.089Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-08-21T14:45:01.635Z Compiling zerotrie v0.2.4
5272026-08-21T14:45:01.917Z Compiling strum_macros v0.28.0
5282026-08-21T14:45:02.143Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-08-21T14:45:02.443Z Compiling utf8_iter v1.0.4
5302026-08-21T14:45:02.580Z Compiling icu_collections v2.2.0
5312026-08-21T14:45:03.055Z Compiling icu_provider v2.2.0
5322026-08-21T14:45:03.345Z Compiling proc-macro-crate v3.5.0
5332026-08-21T14:45:03.748Z Compiling strum v0.28.0
5342026-08-21T14:45:03.894Z Compiling hash32 v0.2.1
5352026-08-21T14:45:04.006Z Compiling strum_macros v0.27.2
5362026-08-21T14:45:04.128Z Compiling percent-encoding v2.3.2
5372026-08-21T14:45:05.830Z Compiling strum v0.27.2
5382026-08-21T14:45:06.573Z Compiling capstone v0.14.0
5392026-08-21T14:45:07.497Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5402026-08-21T14:45:07.536Z Compiling postcard-cobs v0.1.5-pre
5412026-08-21T14:45:07.711Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5422026-08-21T14:45:07.765Z Compiling darling_core v0.20.11
5432026-08-21T14:45:07.795Z Compiling postcard v0.7.3
5442026-08-21T14:45:08.105Z Compiling pkg-version-impl v0.1.1
5452026-08-21T14:45:08.288Z Compiling icu_normalizer v2.2.0
5462026-08-21T14:45:08.499Z Compiling icu_properties v2.2.0
5472026-08-21T14:45:08.790Z Compiling itertools v0.14.0
5482026-08-21T14:45:09.283Z Compiling bitflags v1.3.2
5492026-08-21T14:45:09.472Z Compiling idna_adapter v1.2.2
5502026-08-21T14:45:09.570Z Compiling pkg-version v1.0.0
5512026-08-21T14:45:09.606Z Compiling unicode-width v0.1.14
5522026-08-21T14:45:09.625Z Compiling virtue v0.0.18
5532026-08-21T14:45:09.649Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5542026-08-21T14:45:09.760Z Compiling darling_macro v0.20.11
5552026-08-21T14:45:09.910Z Compiling idna v1.1.0
5562026-08-21T14:45:10.161Z Compiling bincode_derive v2.0.1
5572026-08-21T14:45:10.343Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5582026-08-21T14:45:10.352Z Compiling darling v0.20.11
5592026-08-21T14:45:10.424Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5602026-08-21T14:45:10.433Z Compiling form_urlencoded v1.2.2
5612026-08-21T14:45:10.598Z Compiling bytemuck_derive v1.10.2
5622026-08-21T14:45:10.802Z Compiling pin-project-lite v0.2.17
5632026-08-21T14:45:10.902Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5642026-08-21T14:45:11.589Z Compiling url v2.5.8
5652026-08-21T14:45:11.669Z Compiling deku_derive v0.18.1
5662026-08-21T14:45:11.744Z Compiling bytemuck v1.25.0
5672026-08-21T14:45:11.985Z Compiling num_enum_derive v0.7.6
5682026-08-21T14:45:12.202Z Compiling jep106 v0.3.0
5692026-08-21T14:45:12.298Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5702026-08-21T14:45:12.471Z Compiling tracing-core v0.1.36
5712026-08-21T14:45:12.488Z Compiling no_std_io2 v0.8.1
5722026-08-21T14:45:12.558Z Compiling csv-core v0.1.13
5732026-08-21T14:45:12.686Z Compiling unsafe-libyaml v0.2.11
5742026-08-21T14:45:13.006Z Compiling heapless v0.9.3
5752026-08-21T14:45:13.019Z Compiling base64 v0.22.1
5762026-08-21T14:45:13.050Z Compiling unty v0.0.4
5772026-08-21T14:45:13.312Z Compiling futures-core v0.3.32
5782026-08-21T14:45:13.419Z Compiling deku v0.18.1
5792026-08-21T14:45:13.448Z Compiling serde_yaml v0.9.34+deprecated
5802026-08-21T14:45:13.471Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5812026-08-21T14:45:13.493Z Compiling bincode v2.0.1
5822026-08-21T14:45:13.779Z Compiling num_enum v0.7.6
5832026-08-21T14:45:13.788Z Compiling csv v1.4.0
5842026-08-21T14:45:14.325Z Compiling hash32 v0.3.1
5852026-08-21T14:45:14.449Z Compiling md-5 v0.10.6
5862026-08-21T14:45:14.609Z Compiling serde_plain v1.0.2
5872026-08-21T14:45:14.686Z Compiling miette-derive v7.6.0
5882026-08-21T14:45:14.805Z Compiling tracing-attributes v0.1.31
5892026-08-21T14:45:14.942Z Compiling async-io v2.6.0
5902026-08-21T14:45:14.950Z Compiling libdevinfo-sys v1.1.0
5912026-08-21T14:45:15.198Z Compiling object v0.38.1
5922026-08-21T14:45:15.231Z Compiling slab v0.4.12
5932026-08-21T14:45:15.524Z Compiling devinfo v0.1.0
5942026-08-21T14:45:15.534Z Compiling esp-idf-part v0.6.0
5952026-08-21T14:45:15.617Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5962026-08-21T14:45:15.831Z Compiling miette v7.6.0
5972026-08-21T14:45:16.038Z Compiling tracing v0.1.44
5982026-08-21T14:45:16.441Z Compiling futures-lite v2.6.1
5992026-08-21T14:45:16.899Z Compiling nix v0.26.4
6002026-08-21T14:45:17.051Z Compiling gimli v0.32.3
6012026-08-21T14:45:17.076Z Compiling md-5 v0.11.0
6022026-08-21T14:45:17.283Z Compiling docsplay-macros v0.1.2
6032026-08-21T14:45:17.338Z Compiling concurrent-queue v2.5.0
6042026-08-21T14:45:17.386Z Compiling polling v3.11.0
6052026-08-21T14:45:17.567Z Compiling rmp v0.8.15
6062026-08-21T14:45:17.740Z Compiling parking v2.2.1
6072026-08-21T14:45:18.006Z Compiling futures-io v0.3.32
6082026-08-21T14:45:18.036Z Compiling docsplay v0.1.3
6092026-08-21T14:45:18.219Z Compiling rmp-serde v1.3.1
6102026-08-21T14:45:18.331Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-08-21T14:45:19.426Z Compiling cobs v0.5.1
6122026-08-21T14:45:19.616Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6132026-08-21T14:45:20.426Z Compiling espflash v4.4.0
6142026-08-21T14:45:21.031Z Compiling uf2-decode v0.2.0
6152026-08-21T14:45:21.256Z Compiling dunce v1.0.5
6162026-08-21T14:45:21.358Z Compiling ihex v3.0.0
6172026-08-21T14:45:21.386Z Compiling chacha20 v0.10.0
6182026-08-21T14:45:21.504Z Compiling unicode-segmentation v1.13.2
6192026-08-21T14:45:21.697Z Compiling rand v0.10.1
6202026-08-21T14:45:21.897Z Compiling signal-hook v0.3.18
6212026-08-21T14:45:22.331Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6222026-08-21T14:45:22.842Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-08-21T14:45:23.492Z Compiling signal-hook-registry v1.4.8
6242026-08-21T14:45:23.508Z Compiling convert_case v0.10.0
6252026-08-21T14:45:23.962Z Compiling mio v1.2.0
6262026-08-21T14:45:24.079Z Compiling mio v0.8.11
6272026-08-21T14:45:24.355Z Compiling derive_more-impl v2.1.1
6282026-08-21T14:45:24.813Z Compiling signal-hook-mio v0.2.5
6292026-08-21T14:45:25.076Z Compiling litrs v1.0.0
6302026-08-21T14:45:25.504Z Compiling derive_more v2.1.1
6312026-08-21T14:45:25.526Z Compiling document-features v0.2.12
6322026-08-21T14:45:25.610Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6332026-08-21T14:45:26.058Z Compiling convert_case v0.11.0
6342026-08-21T14:45:26.090Z Compiling crossterm v0.29.0
6352026-08-21T14:45:26.206Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6362026-08-21T14:45:27.207Z Compiling camino v1.2.2
6372026-08-21T14:45:27.331Z Compiling paste v1.0.15
6382026-08-21T14:45:27.887Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-08-21T14:45:28.454Z Compiling crossbeam-channel v0.5.15
6402026-08-21T14:45:28.692Z Compiling castaway v0.2.4
6412026-08-21T14:45:29.089Z Compiling instability v0.3.12
6422026-08-21T14:45:29.327Z Compiling thiserror v1.0.69
6432026-08-21T14:45:29.339Z Compiling indoc v2.0.7
6442026-08-21T14:45:29.534Z Compiling unicode-truncate v2.0.1
6452026-08-21T14:45:29.688Z Compiling lazy-regex-proc_macros v3.6.0
6462026-08-21T14:45:29.701Z Compiling compact_str v0.9.0
6472026-08-21T14:45:30.411Z Compiling kasuari v0.4.12
6482026-08-21T14:45:30.468Z Compiling lru v0.16.4
6492026-08-21T14:45:30.477Z Compiling thiserror-impl v1.0.69
6502026-08-21T14:45:30.609Z Compiling crossbeam-queue v0.3.12
6512026-08-21T14:45:30.659Z Compiling cargo-platform v0.3.3
6522026-08-21T14:45:30.782Z Compiling crossbeam v0.8.4
6532026-08-21T14:45:30.856Z Compiling cargo_metadata v0.23.1
6542026-08-21T14:45:30.930Z Compiling ratatui-core v0.1.0
6552026-08-21T14:45:31.026Z Compiling lazy-regex v3.6.0
6562026-08-21T14:45:31.739Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6572026-08-21T14:45:32.686Z Compiling binrw_derive v0.14.2
6582026-08-21T14:45:32.919Z Compiling base64 v0.13.1
6592026-08-21T14:45:33.008Z Compiling strict v0.2.0
6602026-08-21T14:45:33.167Z Compiling crokey-proc_macros v1.4.0
6612026-08-21T14:45:33.175Z Compiling ron v0.6.6
6622026-08-21T14:45:33.469Z Compiling crossterm v0.23.2
6632026-08-21T14:45:33.760Z Compiling line-clipping v0.3.7
6642026-08-21T14:45:33.859Z Compiling binrw v0.14.2
6652026-08-21T14:45:34.195Z Compiling owo-colors v3.5.0
6662026-08-21T14:45:34.542Z Compiling cargo-readme v3.3.2
6672026-08-21T14:45:34.576Z Compiling crokey v1.4.0
6682026-08-21T14:45:34.849Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6692026-08-21T14:45:35.304Z Compiling coolor v0.8.0
6702026-08-21T14:45:35.565Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6712026-08-21T14:45:35.565Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6722026-08-21T14:45:37.174Z Compiling ratatui-widgets v0.3.0
6732026-08-21T14:45:37.523Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6742026-08-21T14:45:38.086Z Compiling coolor v1.1.0
6752026-08-21T14:45:38.364Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-08-21T14:45:39.186Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6772026-08-21T14:45:39.523Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6782026-08-21T14:45:40.198Z Compiling half v2.7.1
6792026-08-21T14:45:40.386Z Compiling minimad v0.13.1
6802026-08-21T14:45:40.566Z Compiling minimad v0.14.0
6812026-08-21T14:45:40.908Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6822026-08-21T14:45:41.028Z Compiling convert_case v0.4.0
6832026-08-21T14:45:41.317Z Compiling array-init v2.1.0
6842026-08-21T14:45:41.432Z Compiling ciborium-io v0.2.2
6852026-08-21T14:45:41.531Z Compiling ciborium-ll v0.2.2
6862026-08-21T14:45:41.815Z Compiling derive_more v0.99.20
6872026-08-21T14:45:42.293Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6882026-08-21T14:45:42.596Z Compiling termimad v0.34.1
6892026-08-21T14:45:43.522Z Compiling termimad v0.25.7
6902026-08-21T14:45:43.765Z Compiling ratatui-macros v0.7.0
6912026-08-21T14:45:43.796Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-08-21T14:45:43.856Z Compiling ratatui-crossterm v0.1.0
6932026-08-21T14:45:44.063Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-08-21T14:45:44.117Z Compiling sha2 v0.11.0
6952026-08-21T14:45:44.547Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-08-21T14:45:44.620Z Compiling iana-time-zone v0.1.65
6972026-08-21T14:45:44.811Z Compiling xml v1.2.1
6982026-08-21T14:45:44.988Z Compiling parse-size v1.1.0
6992026-08-21T14:45:45.195Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7002026-08-21T14:45:46.199Z Compiling serde-xml-rs v0.8.2
7012026-08-21T14:45:47.518Z Compiling chrono v0.4.44
7022026-08-21T14:45:49.382Z Compiling raw-cpuid v11.6.0
7032026-08-21T14:45:49.573Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7042026-08-21T14:45:51.629Z Compiling ratatui v0.30.0
7052026-08-21T14:45:52.010Z Compiling ciborium v0.2.2
7062026-08-21T14:45:52.107Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-08-21T14:45:52.126Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-08-21T14:45:52.349Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-08-21T14:45:52.916Z Compiling humility-bin v0.13.8 (/work/oxidecomputer/humility/humility-bin)
7102026-08-21T14:45:52.998Z Compiling tracing-log v0.2.0
7112026-08-21T14:45:53.395Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7122026-08-21T14:45:53.435Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7132026-08-21T14:45:53.486Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-08-21T14:45:53.668Z Compiling sharded-slab v0.1.7
7152026-08-21T14:45:54.102Z Compiling matchers v0.2.0
7162026-08-21T14:45:54.275Z Compiling termios v0.3.3
7172026-08-21T14:45:54.380Z Compiling thread_local v1.1.9
7182026-08-21T14:45:54.487Z Compiling splitty v1.0.2
7192026-08-21T14:45:54.673Z Compiling nu-ansi-term v0.50.3
7202026-08-21T14:45:54.773Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7212026-08-21T14:45:55.125Z Compiling tracing-subscriber v0.3.23
7222026-08-21T14:45:55.134Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7232026-08-21T14:45:55.327Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7242026-08-21T14:45:55.397Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7252026-08-21T14:45:55.418Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7262026-08-21T14:45:57.646Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7272026-08-21T14:45:57.735Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7282026-08-21T14:46:00.266Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7292026-08-21T14:46:00.628Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7302026-08-21T14:46:01.424Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7312026-08-21T14:46:02.132Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7322026-08-21T14:46:02.320Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7332026-08-21T14:46:03.758Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7342026-08-21T14:46:05.542Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7352026-08-21T14:46:07.652Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7362026-08-21T14:46:08.399Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7372026-08-21T14:46:11.488Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7382026-08-21T14:46:12.312Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7392026-08-21T14:46:12.680Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7402026-08-21T14:46:14.183Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-08-21T14:46:15.850Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7422026-08-21T14:46:18.705Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7432026-08-21T14:46:19.967Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7442026-08-21T14:46:20.169Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7452026-08-21T14:46:20.683Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7462026-08-21T14:46:22.598Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7472026-08-21T14:46:24.481Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-08-21T14:46:24.523Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7492026-08-21T14:46:25.066Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7502026-08-21T14:46:26.271Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7512026-08-21T14:46:26.691Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7522026-08-21T14:46:27.544Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7532026-08-21T14:46:28.335Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7542026-08-21T14:46:29.274Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7552026-08-21T14:46:31.249Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7562026-08-21T14:46:32.503Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7572026-08-21T14:46:32.553Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7582026-08-21T14:46:34.081Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7592026-08-21T14:46:34.372Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7602026-08-21T14:46:35.239Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7612026-08-21T14:46:35.516Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7622026-08-21T14:46:36.411Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7632026-08-21T14:46:38.765Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7642026-08-21T14:46:39.038Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7652026-08-21T14:46:39.356Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7662026-08-21T14:46:39.429Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7672026-08-21T14:46:39.771Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7682026-08-21T14:46:39.838Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7692026-08-21T14:46:40.277Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7702026-08-21T14:46:42.807Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7712026-08-21T14:46:44.253Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7722026-08-21T14:46:44.265Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7732026-08-21T14:46:44.697Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7742026-08-21T14:46:45.043Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7752026-08-21T14:46:45.394Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7762026-08-21T14:47:08.138Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7772026-08-21T14:47:08.141Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-08-21T14:47:08.141Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-08-21T14:48:10.247Zpkg://helios/developer/debug/humility@0.13.8.718,5.11-3.0:20260821T144715Z
7802026-08-21T14:48:10.247ZPUBLISHED
7812026-08-21T14:48:10.464ZRetrieving packages for publisher helios ...
7822026-08-21T14:48:10.467ZRetrieving catalog 'helios' ... Done
7832026-08-21T14:48:10.470ZRetrieving and evaluating 1 package(s)...
7842026-08-21T14:48:10.470ZFetching manifests: 1/1 100% complete
7852026-08-21T14:48:10.470ZFetching manifests: 1/1 100% complete
7862026-08-21T14:48:10.470Z
7872026-08-21T14:48:10.470ZArchiving packages ...
7882026-08-21T14:48:10.470Z Packages to add: 1
7892026-08-21T14:48:10.470Z Files to retrieve: 1
7902026-08-21T14:48:10.470ZEstimated transfer size: 141.85 MB
7912026-08-21T14:48:10.470Z
7922026-08-21T14:48:10.470ZPackages to archive:
7932026-08-21T14:48:10.470Zdeveloper/debug/humility@0.13.8.718,5.11-3.0:20260821T144715Z
7942026-08-21T14:48:10.470Z
7952026-08-21T14:48:10.470ZDownload: 0/1 items 0.0/141.9MB 0% complete
7962026-08-21T14:48:10.716ZDownload: Completed 141.85 MB in 0.25 seconds (570M/s)
7972026-08-21T14:48:10.719ZArchiving: 1/10 items 0.0/141.9MB 0% complete
7982026-08-21T14:48:10.766ZArchiving: Completed 141.87 MB in 0.05 seconds
7992026-08-21T14:48:10.809ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.8.718-3.0.p5p.
8002026-08-21T14:48:10.816Z
8012026-08-21T14:48:10.819Zreal 4:35.136071980
8022026-08-21T14:48:10.819Zuser 22:27.206641186
8032026-08-21T14:48:10.819Zsys 1:39.114542996
8042026-08-21T14:48:10.819Ztrap 0.663713237
8052026-08-21T14:48:10.819Ztflt 1.105514668
8062026-08-21T14:48:10.819Zdflt 1.681726324
8072026-08-21T14:48:10.819Zkflt 0.008705591
8082026-08-21T14:48:10.820Zlock 1:37:33.478037315
8092026-08-21T14:48:10.820Zslp 1:12:18.434630924
8102026-08-21T14:48:10.820Zlat 1:12.986777858
8112026-08-21T14:48:10.820Zstop 1:17.059435949
8122026-08-21T14:48:10.820Z+ banner copy
8132026-08-21T14:48:10.820Z
8142026-08-21T14:48:10.820Z #### #### ##### # #
8152026-08-21T14:48:10.820Z # # # # # # # #
8162026-08-21T14:48:10.820Z # # # # # #
8172026-08-21T14:48:10.820Z # # # ##### #
8182026-08-21T14:48:10.820Z # # # # # #
8192026-08-21T14:48:10.820Z #### #### # #
8202026-08-21T14:48:10.820Z
8212026-08-21T14:48:10.820Z+ pfexec mkdir -p /out
8222026-08-21T14:48:10.823Z+ pfexec chown 12345 /out
8232026-08-21T14:48:10.823Z+ PKG_NAME=/out/humility.p5p
8242026-08-21T14:48:10.823Z+ mv pkg/packages/repo/humility-0.13.8.718-3.0.p5p /out/humility.p5p
8252026-08-21T14:48:10.923Z+ sha256sum /out/humility.p5p
8262026-08-21T14:48:11.005Zprocess exited: duration 283329 ms, exit code 0
 
8272026-08-21T14:48:11.016Zfound 2 output files
8282026-08-21T14:48:11.016Zuploading: /out/humility.p5p (148766720 bytes)
8292026-08-21T14:48:12.838Zuploaded: /out/humility.p5p
8302026-08-21T14:48:12.841Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-08-21T14:48:13.848Zuploaded: /out/humility.p5p.sha256