01M0FWXCSXS2SZ8VN14Q04AD6G: 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: 01M0FWXVKJ132BN16CAPEJHRX9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T15:34:58.202Zjob assigned to worker 01M0FWXXPTCYF492SPGKETRJ1A [factory aws, i-04c6615f44ed34944] (queued for 47 s)
 
22026-08-20T15:35:04.507Zstarting task 0: "setup"
32026-08-20T15:35:04.513Z++ uname -s
42026-08-20T15:35:04.516Z+ kern=SunOS
52026-08-20T15:35:04.516Z+ build_user=build
62026-08-20T15:35:04.516Z+ build_uid=12345
72026-08-20T15:35:04.516Z+ work_dir=/work
82026-08-20T15:35:04.516Z+ input_dir=/input
92026-08-20T15:35:04.517Z+ [[ 0 == 12345 ]]
102026-08-20T15:35:04.517Z+ case "$kern" in
112026-08-20T15:35:04.517Z+ groupadd -g 12345 build
122026-08-20T15:35:04.520Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T15:35:06.524Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T15:35:06.614Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T15:35:06.618Z+ home_fs=zfs
162026-08-20T15:35:06.618Z+ [[ zfs == autofs ]]
172026-08-20T15:35:06.618Z+ mkdir -p /home/build
182026-08-20T15:35:06.618Z+ chown build:build /home/build /work
192026-08-20T15:35:08.618Z+ chmod 0700 /home/build /work
202026-08-20T15:35:08.622Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-20T15:35:08.629Zstarting task 1: "rust-toolchain"
222026-08-20T15:35:08.633Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-20T15:35:08.633Z * rust toolchain channel = "stable"
242026-08-20T15:35:08.633Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T15:35:08.633Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T15:35:08.633Z * rust toolchain profile = "default"
272026-08-20T15:35:08.633Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T15:35:08.636Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T15:35:08.636Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T15:35:08.692Zinfo: downloading installer
312026-08-20T15:35:10.287Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T15:35:10.287Zwarn: /home/build/.rustup/settings.toml
332026-08-20T15:35:10.287Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T15:35:10.287Zwarn: instead of the one inferred from the default host triple.
352026-08-20T15:35:10.300Zinfo: profile set to default
362026-08-20T15:35:10.300Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T15:35:10.303Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T15:35:10.431Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T15:35:10.436Zinfo: downloading 6 components
402026-08-20T15:35:25.465Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-20T15:35:25.466Z
422026-08-20T15:35:25.492Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T15:35:25.492Z
442026-08-20T15:35:25.492Z
452026-08-20T15:35:25.492ZRust is installed now. Great!
462026-08-20T15:35:25.492Z
472026-08-20T15:35:25.492ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T15:35:25.492Zenvironment variable. This has not been done automatically.
492026-08-20T15:35:25.492Z
502026-08-20T15:35:25.492ZTo configure your current shell, you need to source
512026-08-20T15:35:25.492Zthe corresponding env file under $HOME/.cargo.
522026-08-20T15:35:25.492Z
532026-08-20T15:35:25.492ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T15:35:25.496Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T15:35:25.496Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T15:35:25.496Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T15:35:25.496Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T15:35:25.496Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T15:35:25.497Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T15:35:25.497Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T15:35:25.497Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T15:35:25.594Z+ rustup --version
632026-08-20T15:35:25.603Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T15:35:25.607Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T15:35:25.624Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T15:35:25.627Z+ cargo --version
672026-08-20T15:35:25.642Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T15:35:25.645Z+ rustc --version
692026-08-20T15:35:25.664Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T15:35:25.668Zprocess exited: duration 17037 ms, exit code 0
 
712026-08-20T15:35:25.675Zstarting task 2: "authentication"
722026-08-20T15:35:25.691Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T15:35:25.698Zstarting task 3: "clone repository"
742026-08-20T15:35:25.702Z+ mkdir -p /work/oxidecomputer/humility
752026-08-20T15:35:25.705Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-08-20T15:35:25.735ZCloning into '/work/oxidecomputer/humility'...
772026-08-20T15:35:43.286Z+ cd /work/oxidecomputer/humility
782026-08-20T15:35:43.286Z+ git fetch origin 35e7781ca4d7407013059a6a91a8dac71a1637dd
792026-08-20T15:35:43.578ZFrom https://github.com/oxidecomputer/humility
802026-08-20T15:35:43.578Z * branch 35e7781ca4d7407013059a6a91a8dac71a1637dd -> FETCH_HEAD
812026-08-20T15:35:43.587Z+ [[ -n correct_halting ]]
822026-08-20T15:35:43.590Z++ git branch --show-current
832026-08-20T15:35:43.590Z+ current=master
842026-08-20T15:35:43.590Z+ [[ master != correct_halting ]]
852026-08-20T15:35:43.590Z+ git branch -f correct_halting 35e7781ca4d7407013059a6a91a8dac71a1637dd
862026-08-20T15:35:43.593Z+ git checkout -f correct_halting
872026-08-20T15:35:44.423ZSwitched to branch 'correct_halting'
882026-08-20T15:35:44.427Z+ git reset --hard 35e7781ca4d7407013059a6a91a8dac71a1637dd
892026-08-20T15:35:44.435ZHEAD is now at 35e7781c Fix core halting in `validate`
902026-08-20T15:35:44.438Zprocess exited: duration 18737 ms, exit code 0
 
912026-08-20T15:35:44.445Zstarting task 4: "build"
922026-08-20T15:35:44.449Z+ export CARGO_INCREMENTAL=0
932026-08-20T15:35:44.449Z+ CARGO_INCREMENTAL=0
942026-08-20T15:35:44.449Z+ banner deps
952026-08-20T15:35:44.452Z
962026-08-20T15:35:44.452Z ##### ###### ##### ####
972026-08-20T15:35:44.452Z # # # # # #
982026-08-20T15:35:44.452Z # # ##### # # ####
992026-08-20T15:35:44.452Z # # # ##### #
1002026-08-20T15:35:44.452Z # # # # # #
1012026-08-20T15:35:44.452Z ##### ###### # ####
1022026-08-20T15:35:44.452Z
1032026-08-20T15:35:44.452Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-08-20T15:35:44.452Z+ PKG_SUCCESS_ON_NOP=1
1052026-08-20T15:35:44.452Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-08-20T15:35:46.488Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-20T15:35:46.825Z Startup: Caching catalogs ... Done
1082026-08-20T15:35:48.642ZPlanning: Solver setup ... Done (1.711s)
1092026-08-20T15:35:48.694ZPlanning: Running solver ... Done (0.055s)
1102026-08-20T15:35:48.741ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-20T15:35:48.753ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-20T15:35:48.763ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-20T15:35:48.775ZPlanning: Package planning ... Done (0.012s)
1142026-08-20T15:35:48.789ZPlanning: Merging actions ... Done (0.000s)
1152026-08-20T15:35:48.925ZPlanning: Checking for conflicting actions ... Done (0.148s)
1162026-08-20T15:35:48.929ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-08-20T15:35:49.698ZPlanning: Evaluating mediators ... Done (0.774s)
1182026-08-20T15:35:49.704ZPlanning: Planning completed in 2.84 seconds
1192026-08-20T15:35:49.708Z Packages to install: 2
1202026-08-20T15:35:49.708Z Estimated space available: 155.72 GB
1212026-08-20T15:35:49.708ZEstimated space to be consumed: 64.39 MB
1222026-08-20T15:35:49.708Z Create boot environment: No
1232026-08-20T15:35:49.708ZCreate backup boot environment: No
1242026-08-20T15:35:49.708Z Rebuild boot archive: No
1252026-08-20T15:35:49.708Z
1262026-08-20T15:35:49.708ZChanged packages:
1272026-08-20T15:35:49.709Zhelios
1282026-08-20T15:35:49.709Z library/libftdi1
1292026-08-20T15:35:49.709Z None -> 1.5-3.0
1302026-08-20T15:35:49.709Z ooce/library/libusb-1
1312026-08-20T15:35:49.709Z None -> 1.0.29-3.1
1322026-08-20T15:35:49.734Z
1332026-08-20T15:35:49.734ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-08-20T15:35:49.792ZDownload: Completed 377.70 kB in 0.06 seconds (6.2M/s)
1352026-08-20T15:35:49.840Z Actions: 1/61 actions (Installing new actions)
1362026-08-20T15:35:49.852Z Actions: Completed 61 actions in 0.01 seconds.
1372026-08-20T15:35:49.876ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-20T15:35:49.877ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-20T15:35:49.955ZFinalize: Updating image state ... Done (0.076s)
1402026-08-20T15:35:52.383ZFinalize: Creating fast lookup database ... Done (2.383s)
1412026-08-20T15:35:52.451ZFinalize: Reading search index ... Done (0.013s)
1422026-08-20T15:35:52.455ZFinalize: Updating search index ... Done (0.000s)
1432026-08-20T15:35:52.517ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-20T15:35:52.668Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-08-20T15:35:52.878ZFMRI IFO
1462026-08-20T15:35:52.878Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-08-20T15:35:52.878Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-08-20T15:35:52.913Z+ cargo --version
1492026-08-20T15:35:52.923Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-08-20T15:35:52.927Z+ rustc --version
1512026-08-20T15:35:52.945Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-08-20T15:35:52.948Z+ banner package
1532026-08-20T15:35:52.948Z
1542026-08-20T15:35:52.950Z ##### ## #### # # ## #### ######
1552026-08-20T15:35:52.950Z # # # # # # # # # # # # #
1562026-08-20T15:35:52.950Z # # # # # #### # # # #####
1572026-08-20T15:35:52.950Z ##### ###### # # # ###### # ### #
1582026-08-20T15:35:52.950Z # # # # # # # # # # # #
1592026-08-20T15:35:52.950Z # # # #### # # # # #### ######
1602026-08-20T15:35:52.950Z
1612026-08-20T15:35:52.951Z+ ptime -m cargo xtask package
1622026-08-20T15:35:53.060Z Updating crates.io index
1632026-08-20T15:35:53.063Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-08-20T15:35:53.382Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-08-20T15:35:54.769Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-08-20T15:35:55.115Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-08-20T15:35:55.468Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-08-20T15:35:55.873Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-08-20T15:35:56.186Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-08-20T15:35:57.090Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-08-20T15:36:01.507Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-08-20T15:36:01.845Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-08-20T15:36:02.470Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-08-20T15:36:02.790Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-08-20T15:36:03.111Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-08-20T15:36:03.419Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-08-20T15:36:04.200Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-08-20T15:36:04.493Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-08-20T15:36:04.932Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-08-20T15:36:05.480Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-08-20T15:36:07.774Z Downloading crates ...
1822026-08-20T15:36:07.814Z Downloaded semver v1.0.28
1832026-08-20T15:36:07.819Z Downloaded heck v0.5.0
1842026-08-20T15:36:07.822Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1852026-08-20T15:36:07.826Z Downloaded unicode-ident v1.0.24
1862026-08-20T15:36:07.826Z Downloaded thiserror v2.0.18
1872026-08-20T15:36:07.828Z Downloaded thiserror-impl v2.0.18
1882026-08-20T15:36:07.834Z Downloaded serde_spanned v1.1.1
1892026-08-20T15:36:07.838Z Downloaded strsim v0.11.1
1902026-08-20T15:36:07.842Z Downloaded is_terminal_polyfill v1.70.2
1912026-08-20T15:36:07.849Z Downloaded equivalent v1.0.2
1922026-08-20T15:36:07.852Z Downloaded lazy_static v1.5.0
1932026-08-20T15:36:07.852Z Downloaded percent-encoding v2.3.2
1942026-08-20T15:36:07.852Z Downloaded itoa v1.0.18
1952026-08-20T15:36:07.856Z Downloaded clap_lex v1.1.0
1962026-08-20T15:36:07.859Z Downloaded colorchoice v1.0.5
1972026-08-20T15:36:07.861Z Downloaded indexmap v2.14.0
1982026-08-20T15:36:07.864Z Downloaded utf8parse v0.2.2
1992026-08-20T15:36:07.867Z Downloaded anstyle-query v1.1.5
2002026-08-20T15:36:07.871Z Downloaded cargo-platform v0.3.3
2012026-08-20T15:36:07.879Z Downloaded quote v1.0.45
2022026-08-20T15:36:07.883Z Downloaded anstyle-parse v1.0.0
2032026-08-20T15:36:07.886Z Downloaded toml_writer v1.1.1+spec-1.1.0
2042026-08-20T15:36:07.896Z Downloaded clap_derive v4.6.1
2052026-08-20T15:36:07.899Z Downloaded anstyle v1.0.14
2062026-08-20T15:36:07.899Z Downloaded cargo_metadata v0.23.1
2072026-08-20T15:36:07.903Z Downloaded anyhow v1.0.102
2082026-08-20T15:36:07.906Z Downloaded camino v1.2.2
2092026-08-20T15:36:07.908Z Downloaded zmij v1.0.21
2102026-08-20T15:36:07.908Z Downloaded anstream v1.0.0
2112026-08-20T15:36:07.908Z Downloaded toml_parser v1.1.2+spec-1.1.0
2122026-08-20T15:36:07.916Z Downloaded serde_core v1.0.228
2132026-08-20T15:36:07.921Z Downloaded cargo-readme v3.3.2
2142026-08-20T15:36:07.929Z Downloaded serde_derive v1.0.228
2152026-08-20T15:36:07.941Z Downloaded toml v1.1.2+spec-1.1.0
2162026-08-20T15:36:07.944Z Downloaded clap v4.6.1
2172026-08-20T15:36:07.947Z Downloaded serde v1.0.228
2182026-08-20T15:36:07.950Z Downloaded proc-macro2 v1.0.106
2192026-08-20T15:36:07.958Z Downloaded memchr v2.8.0
2202026-08-20T15:36:07.982Z Downloaded serde_json v1.0.149
2212026-08-20T15:36:07.996Z Downloaded regex v1.12.3
2222026-08-20T15:36:07.999Z Downloaded hashbrown v0.17.0
2232026-08-20T15:36:08.003Z Downloaded clap_builder v4.6.0
2242026-08-20T15:36:08.006Z Downloaded aho-corasick v1.1.4
2252026-08-20T15:36:08.009Z Downloaded winnow v1.0.2
2262026-08-20T15:36:08.021Z Downloaded syn v2.0.117
2272026-08-20T15:36:08.039Z Downloaded regex-syntax v0.8.10
2282026-08-20T15:36:08.054Z Downloaded regex-automata v0.4.14
2292026-08-20T15:36:08.092Z Compiling serde_core v1.0.228
2302026-08-20T15:36:08.092Z Compiling proc-macro2 v1.0.106
2312026-08-20T15:36:08.095Z Compiling quote v1.0.45
2322026-08-20T15:36:08.095Z Compiling unicode-ident v1.0.24
2332026-08-20T15:36:08.095Z Compiling memchr v2.8.0
2342026-08-20T15:36:08.095Z Compiling utf8parse v0.2.2
2352026-08-20T15:36:08.095Z Compiling colorchoice v1.0.5
2362026-08-20T15:36:08.095Z Compiling is_terminal_polyfill v1.70.2
2372026-08-20T15:36:08.292Z Compiling anstyle-parse v1.0.0
2382026-08-20T15:36:08.302Z Compiling anstyle v1.0.14
2392026-08-20T15:36:08.306Z Compiling anstyle-query v1.1.5
2402026-08-20T15:36:08.319Z Compiling zmij v1.0.21
2412026-08-20T15:36:08.403Z Compiling serde v1.0.228
2422026-08-20T15:36:08.461Z Compiling anstream v1.0.0
2432026-08-20T15:36:08.508Z Compiling serde_json v1.0.149
2442026-08-20T15:36:08.559Z Compiling aho-corasick v1.1.4
2452026-08-20T15:36:08.626Z Compiling regex-syntax v0.8.10
2462026-08-20T15:36:08.721Z Compiling heck v0.5.0
2472026-08-20T15:36:08.739Z Compiling clap_lex v1.1.0
2482026-08-20T15:36:08.775Z Compiling winnow v1.0.2
2492026-08-20T15:36:08.838Z Compiling strsim v0.11.1
2502026-08-20T15:36:08.910Z Compiling thiserror v2.0.18
2512026-08-20T15:36:08.979Z Compiling camino v1.2.2
2522026-08-20T15:36:09.120Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-08-20T15:36:09.334Z Compiling clap_builder v4.6.0
2542026-08-20T15:36:09.395Z Compiling syn v2.0.117
2552026-08-20T15:36:09.460Z Compiling itoa v1.0.18
2562026-08-20T15:36:09.643Z Compiling anyhow v1.0.102
2572026-08-20T15:36:09.713Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-08-20T15:36:09.814Z Compiling lazy_static v1.5.0
2592026-08-20T15:36:09.910Z Compiling percent-encoding v2.3.2
2602026-08-20T15:36:10.103Z Compiling regex-automata v0.4.14
2612026-08-20T15:36:10.210Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-08-20T15:36:10.291Z Compiling serde_spanned v1.1.1
2632026-08-20T15:36:10.434Z Compiling toml v1.1.2+spec-1.1.0
2642026-08-20T15:36:10.529Z Compiling cargo-platform v0.3.3
2652026-08-20T15:36:10.785Z Compiling semver v1.0.28
2662026-08-20T15:36:11.666Z Compiling serde_derive v1.0.228
2672026-08-20T15:36:11.666Z Compiling clap_derive v4.6.1
2682026-08-20T15:36:11.669Z Compiling thiserror-impl v2.0.18
2692026-08-20T15:36:11.709Z Compiling regex v1.12.3
2702026-08-20T15:36:12.966Z Compiling clap v4.6.1
2712026-08-20T15:36:13.860Z Compiling cargo-readme v3.3.2
2722026-08-20T15:36:13.860Z Compiling cargo_metadata v0.23.1
2732026-08-20T15:36:14.807Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-08-20T15:36:16.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.27s
2752026-08-20T15:36:16.338Z Running `target/debug/xtask package`
2762026-08-20T15:36:19.863Z Compiling proc-macro2 v1.0.106
2772026-08-20T15:36:19.863Z Compiling unicode-ident v1.0.24
2782026-08-20T15:36:19.863Z Compiling quote v1.0.45
2792026-08-20T15:36:19.863Z Compiling serde_core v1.0.228
2802026-08-20T15:36:19.863Z Compiling serde v1.0.228
2812026-08-20T15:36:19.868Z Compiling cfg-if v1.0.4
2822026-08-20T15:36:19.868Z Compiling libc v0.2.186
2832026-08-20T15:36:19.999Z Compiling typenum v1.20.0
2842026-08-20T15:36:20.025Z Compiling log v0.4.29
2852026-08-20T15:36:20.335Z Compiling scopeguard v1.2.0
2862026-08-20T15:36:20.355Z Compiling memchr v2.8.0
2872026-08-20T15:36:20.427Z Compiling thiserror v2.0.18
2882026-08-20T15:36:20.662Z Compiling strsim v0.11.1
2892026-08-20T15:36:20.744Z Compiling stable_deref_trait v1.2.1
2902026-08-20T15:36:20.823Z Compiling autocfg v1.5.0
2912026-08-20T15:36:20.831Z Compiling errno v0.3.14
2922026-08-20T15:36:20.924Z Compiling lock_api v0.4.14
2932026-08-20T15:36:20.944Z Compiling smallvec v1.15.1
2942026-08-20T15:36:21.166Z Compiling syn v2.0.117
2952026-08-20T15:36:21.172Z Compiling foldhash v0.2.0
2962026-08-20T15:36:21.208Z Compiling equivalent v1.0.2
2972026-08-20T15:36:21.247Z Compiling heck v0.5.0
2982026-08-20T15:36:21.247Z Compiling rustversion v1.0.22
2992026-08-20T15:36:21.285Z Compiling ident_case v1.0.1
3002026-08-20T15:36:21.397Z Compiling jobserver v0.1.34
3012026-08-20T15:36:21.426Z Compiling zeroize v1.8.2
3022026-08-20T15:36:21.434Z Compiling find-msvc-tools v0.1.9
3032026-08-20T15:36:21.613Z Compiling shlex v1.3.0
3042026-08-20T15:36:21.709Z Compiling anyhow v1.0.102
3052026-08-20T15:36:21.791Z Compiling cc v1.2.61
3062026-08-20T15:36:21.808Z Compiling libm v0.2.16
3072026-08-20T15:36:21.851Z Compiling rustix v1.1.4
3082026-08-20T15:36:22.016Z Compiling num-traits v0.2.19
3092026-08-20T15:36:22.128Z Compiling const-oid v0.9.6
3102026-08-20T15:36:22.159Z Compiling version_check v0.9.5
3112026-08-20T15:36:22.167Z Compiling zerocopy v0.8.48
3122026-08-20T15:36:22.193Z Compiling bitflags v2.11.1
3132026-08-20T15:36:22.424Z Compiling generic-array v0.14.7
3142026-08-20T15:36:22.599Z Compiling aho-corasick v1.1.4
3152026-08-20T15:36:22.639Z Compiling regex-syntax v0.8.10
3162026-08-20T15:36:22.708Z Compiling hashbrown v0.17.0
3172026-08-20T15:36:23.059Z Compiling hybrid-array v0.4.11
3182026-08-20T15:36:23.091Z Compiling crossbeam-utils v0.8.21
3192026-08-20T15:36:23.379Z Compiling once_cell v1.21.4
3202026-08-20T15:36:23.533Z Compiling indexmap v2.14.0
3212026-08-20T15:36:24.167Z Compiling synstructure v0.13.2
3222026-08-20T15:36:24.190Z Compiling syn v1.0.109
3232026-08-20T15:36:24.361Z Compiling regex-automata v0.4.14
3242026-08-20T15:36:24.641Z Compiling itoa v1.0.18
3252026-08-20T15:36:24.681Z Compiling pkg-config v0.3.33
3262026-08-20T15:36:25.102Z Compiling crypto-common v0.1.7
3272026-08-20T15:36:25.158Z Compiling serde_derive v1.0.228
3282026-08-20T15:36:25.268Z Compiling thiserror-impl v2.0.18
3292026-08-20T15:36:25.365Z Compiling zerofrom-derive v0.1.7
3302026-08-20T15:36:26.549Z Compiling yoke-derive v0.8.2
3312026-08-20T15:36:26.595Z Compiling zerocopy-derive v0.8.48
3322026-08-20T15:36:26.798Z Compiling zerovec-derive v0.11.3
3332026-08-20T15:36:27.583Z Compiling regex v1.12.3
3342026-08-20T15:36:27.845Z Compiling block-buffer v0.10.4
3352026-08-20T15:36:27.995Z Compiling darling_core v0.23.0
3362026-08-20T15:36:28.487Z Compiling crypto-common v0.2.1
3372026-08-20T15:36:28.744Z Compiling zmij v1.0.21
3382026-08-20T15:36:29.023Z Compiling digest v0.10.7
3392026-08-20T15:36:29.244Z Compiling spin v0.9.8
3402026-08-20T15:36:29.460Z Compiling byteorder v1.5.0
3412026-08-20T15:36:29.472Z Compiling radium v0.7.0
3422026-08-20T15:36:29.723Z Compiling cmov v0.5.3
3432026-08-20T15:36:29.758Z Compiling displaydoc v0.2.5
3442026-08-20T15:36:29.948Z Compiling ctutils v0.4.2
3452026-08-20T15:36:30.080Z Compiling darling_macro v0.23.0
3462026-08-20T15:36:30.165Z Compiling block-buffer v0.12.0
3472026-08-20T15:36:30.184Z Compiling crc32fast v1.5.0
3482026-08-20T15:36:30.353Z Compiling const-oid v0.10.2
3492026-08-20T15:36:30.382Z Compiling tap v1.0.1
3502026-08-20T15:36:30.481Z Compiling allocator-api2 v0.2.21
3512026-08-20T15:36:30.518Z Compiling digest v0.11.2
3522026-08-20T15:36:30.531Z Compiling wyz v0.5.1
3532026-08-20T15:36:32.592Z Compiling darling v0.23.0
3542026-08-20T15:36:32.598Z Compiling funty v2.0.0
3552026-08-20T15:36:32.598Z Compiling simd-adler32 v0.3.9
3562026-08-20T15:36:32.598Z Compiling static_assertions v1.1.0
3572026-08-20T15:36:32.598Z Compiling hashbrown v0.16.1
3582026-08-20T15:36:32.598Z Compiling either v1.15.0
3592026-08-20T15:36:32.598Z Compiling typeid v1.0.3
3602026-08-20T15:36:32.598Z Compiling base64ct v1.8.3
3612026-08-20T15:36:32.599Z Compiling bitvec v1.0.1
3622026-08-20T15:36:32.599Z Compiling pem-rfc7468 v0.7.0
3632026-08-20T15:36:32.599Z Compiling clap_derive v4.6.1
3642026-08-20T15:36:32.599Z Compiling der_derive v0.7.3
3652026-08-20T15:36:32.599Z Compiling getrandom v0.2.17
3662026-08-20T15:36:32.599Z Compiling cpufeatures v0.2.17
3672026-08-20T15:36:32.599Z Compiling utf8parse v0.2.2
3682026-08-20T15:36:32.599Z Compiling unicode-width v0.2.2
3692026-08-20T15:36:32.599Z Compiling adler2 v2.0.1
3702026-08-20T15:36:32.599Z Compiling flagset v0.4.7
3712026-08-20T15:36:32.599Z Compiling miniz_oxide v0.8.9
3722026-08-20T15:36:32.599Z Compiling anstyle-parse v1.0.0
3732026-08-20T15:36:32.599Z Compiling sha2 v0.10.9
3742026-08-20T15:36:32.599Z Compiling der v0.7.10
3752026-08-20T15:36:32.599Z Compiling rand_core v0.6.4
3762026-08-20T15:36:33.851Z Compiling lazy_static v1.5.0
3772026-08-20T15:36:33.863Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-08-20T15:36:33.863Z Compiling crossbeam-epoch v0.9.18
3792026-08-20T15:36:33.863Z Compiling colorchoice v1.0.5
3802026-08-20T15:36:33.863Z Compiling powerfmt v0.2.0
3812026-08-20T15:36:33.863Z Compiling is_terminal_polyfill v1.70.2
3822026-08-20T15:36:33.863Z Compiling zlib-rs v0.6.3
3832026-08-20T15:36:33.863Z Compiling cpufeatures v0.3.0
3842026-08-20T15:36:33.863Z Compiling anstyle-query v1.1.5
3852026-08-20T15:36:33.863Z Compiling anstyle v1.0.14
3862026-08-20T15:36:33.863Z Compiling spki v0.7.3
3872026-08-20T15:36:33.863Z Compiling deranged v0.5.8
3882026-08-20T15:36:33.863Z Compiling anstream v1.0.0
3892026-08-20T15:36:34.087Z Compiling crossbeam-deque v0.8.6
3902026-08-20T15:36:34.097Z Compiling ppv-lite86 v0.2.21
3912026-08-20T15:36:34.159Z Compiling num_threads v0.1.7
3922026-08-20T15:36:34.285Z Compiling object v0.39.1
3932026-08-20T15:36:34.350Z Compiling time-core v0.1.8
3942026-08-20T15:36:34.743Z Compiling num-conv v0.2.1
3952026-08-20T15:36:34.755Z Compiling maybe-uninit v2.0.0
3962026-08-20T15:36:34.760Z Compiling twox-hash v2.1.2
3972026-08-20T15:36:34.760Z Compiling ruzstd v0.8.2
3982026-08-20T15:36:34.766Z Compiling time v0.3.47
3992026-08-20T15:36:34.872Z Compiling rand_chacha v0.3.1
4002026-08-20T15:36:35.139Z Compiling bitfield-macros v0.19.4
4012026-08-20T15:36:35.379Z Compiling terminal_size v0.4.4
4022026-08-20T15:36:35.430Z Compiling num-integer v0.1.46
4032026-08-20T15:36:35.893Z Compiling clap_lex v1.1.0
4042026-08-20T15:36:35.989Z Compiling getrandom v0.4.2
4052026-08-20T15:36:36.242Z Compiling zstd-safe v7.2.4
4062026-08-20T15:36:36.322Z Compiling flate2 v1.1.9
4072026-08-20T15:36:36.471Z Compiling rand_core v0.10.1
4082026-08-20T15:36:36.630Z Compiling num-bigint-dig v0.8.6
4092026-08-20T15:36:36.835Z Compiling packed_struct v0.10.1
4102026-08-20T15:36:37.000Z Compiling clap_builder v4.6.0
4112026-08-20T15:36:37.104Z Compiling bitfield v0.19.4
4122026-08-20T15:36:37.584Z Compiling num-iter v0.1.45
4132026-08-20T15:36:38.266Z Compiling rand v0.8.6
4142026-08-20T15:36:38.840Z Compiling pkcs8 v0.10.2
4152026-08-20T15:36:39.187Z Compiling serde_with_macros v3.18.0
4162026-08-20T15:36:39.427Z Compiling packed_struct_codegen v0.10.1
4172026-08-20T15:36:39.742Z Compiling inout v0.2.2
4182026-08-20T15:36:39.891Z Compiling capstone-sys v0.18.0
4192026-08-20T15:36:40.291Z Compiling nodrop v0.1.14
4202026-08-20T15:36:40.319Z Compiling parking_lot_core v0.9.12
4212026-08-20T15:36:40.383Z Compiling fallible-iterator v0.3.0
4222026-08-20T15:36:40.453Z Compiling crc-catalog v2.5.0
4232026-08-20T15:36:40.466Z Compiling base64 v0.21.7
4242026-08-20T15:36:40.565Z Compiling crc v3.4.0
4252026-08-20T15:36:40.723Z Compiling ron v0.8.1
4262026-08-20T15:36:40.750Z Compiling array-init v0.0.4
4272026-08-20T15:36:41.097Z Compiling serde_with v3.18.0
4282026-08-20T15:36:42.194Z Compiling cipher v0.5.1
4292026-08-20T15:36:42.444Z Compiling pkcs1 v0.7.5
4302026-08-20T15:36:43.046Z Compiling clap v4.6.1
4312026-08-20T15:36:43.125Z Compiling smallvec v0.6.14
4322026-08-20T15:36:44.450Z Compiling signature v2.2.0
4332026-08-20T15:36:44.555Z Compiling hmac v0.13.0
4342026-08-20T15:36:44.664Z Compiling hubpack_derive v0.1.1
4352026-08-20T15:36:44.723Z Compiling env_filter v1.0.1
4362026-08-20T15:36:45.154Z Compiling scroll_derive v0.13.1
4372026-08-20T15:36:45.967Z Compiling parse_int v0.9.0
4382026-08-20T15:36:46.132Z Compiling slog v2.8.2
4392026-08-20T15:36:46.153Z Compiling indexmap v1.9.3
4402026-08-20T15:36:46.348Z Compiling cpubits v0.1.1
4412026-08-20T15:36:46.376Z Compiling rayon-core v1.13.0
4422026-08-20T15:36:46.421Z Compiling lzss v0.9.1
4432026-08-20T15:36:46.586Z Compiling cpp_demangle v0.5.1
4442026-08-20T15:36:46.700Z Compiling serde_json v1.0.149
4452026-08-20T15:36:46.930Z Compiling subtle v2.6.1
4462026-08-20T15:36:46.966Z Compiling winnow v1.0.2
4472026-08-20T15:36:46.975Z Compiling prettyplease v0.2.37
4482026-08-20T15:36:46.998Z Compiling bumpalo v3.20.2
4492026-08-20T15:36:47.076Z Compiling portable-atomic v1.13.1
4502026-08-20T15:36:47.197Z Compiling jiff v0.2.24
4512026-08-20T15:36:47.282Z Compiling libbz2-rs-sys v0.2.3
4522026-08-20T15:36:47.405Z Compiling toml_parser v1.1.2+spec-1.1.0
4532026-08-20T15:36:47.534Z Compiling zopfli v0.8.3
4542026-08-20T15:36:49.179Z Compiling bzip2 v0.6.1
4552026-08-20T15:36:49.447Z Compiling rsa v0.9.10
4562026-08-20T15:36:49.558Z Compiling aes v0.9.0
4572026-08-20T15:36:49.840Z Compiling scroll v0.13.0
4582026-08-20T15:36:50.128Z Compiling env_logger v0.11.10
4592026-08-20T15:36:50.142Z Compiling hubpack v0.1.2
4602026-08-20T15:36:50.426Z Compiling pbkdf2 v0.13.0
4612026-08-20T15:36:50.941Z Compiling serde-hex v0.1.0
4622026-08-20T15:36:51.578Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4632026-08-20T15:36:52.875Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-08-20T15:36:53.115Z Compiling x509-cert v0.2.5
4652026-08-20T15:36:53.129Z Compiling sha1 v0.11.0
4662026-08-20T15:36:53.133Z Compiling lzma-rust2 v0.16.2
4672026-08-20T15:36:53.678Z Compiling erased-serde v0.3.31
4682026-08-20T15:36:54.285Z Compiling zerofrom v0.1.7
4692026-08-20T15:36:54.405Z Compiling num-derive v0.4.2
4702026-08-20T15:36:55.346Z Compiling serde_spanned v1.1.1
4712026-08-20T15:36:55.495Z Compiling toml_datetime v1.1.1+spec-1.1.0
4722026-08-20T15:36:55.992Z Compiling semver v1.0.28
4732026-08-20T15:36:56.280Z Compiling ppmd-rust v1.4.0
4742026-08-20T15:36:56.707Z Compiling icu_properties_data v2.2.0
4752026-08-20T15:36:56.922Z Compiling toml_writer v1.1.1+spec-1.1.0
4762026-08-20T15:36:57.186Z Compiling hex v0.4.3
4772026-08-20T15:36:57.469Z Compiling icu_normalizer_data v2.2.0
4782026-08-20T15:36:57.685Z Compiling crc-any v2.5.0
4792026-08-20T15:36:58.114Z Compiling hashbrown v0.12.3
4802026-08-20T15:36:58.667Z Compiling void v1.0.2
4812026-08-20T15:36:58.776Z Compiling fnv v1.0.7
4822026-08-20T15:36:58.870Z Compiling typed-path v0.12.3
4832026-08-20T15:36:58.900Z Compiling deflate64 v0.1.12
4842026-08-20T15:36:59.286Z Compiling constant_time_eq v0.4.2
4852026-08-20T15:36:59.492Z Compiling gimli v0.33.0
4862026-08-20T15:36:59.552Z Compiling yoke v0.8.2
4872026-08-20T15:36:59.997Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4882026-08-20T15:37:00.552Z Compiling toml v1.1.2+spec-1.1.0
4892026-08-20T15:37:03.599Z Compiling zstd v0.13.3
4902026-08-20T15:37:04.049Z Compiling zip v8.6.0
4912026-08-20T15:37:06.511Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-08-20T15:37:09.764Z Compiling console v0.16.3
4932026-08-20T15:37:09.789Z Compiling serde-big-array v0.5.1
4942026-08-20T15:37:09.940Z Compiling memmap2 v0.9.10
4952026-08-20T15:37:09.951Z Compiling plain v0.2.3
4962026-08-20T15:37:10.062Z Compiling typed-arena v2.0.2
4972026-08-20T15:37:10.215Z Compiling path-slash v0.2.1
4982026-08-20T15:37:10.258Z Compiling unit-prefix v0.5.2
4992026-08-20T15:37:10.441Z Compiling rustc-demangle v0.1.27
5002026-08-20T15:37:10.450Z Compiling colored v3.1.1
5012026-08-20T15:37:10.474Z Compiling indicatif v0.18.4
5022026-08-20T15:37:11.258Z Compiling addr2line v0.26.1
5032026-08-20T15:37:11.475Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5042026-08-20T15:37:11.712Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5052026-08-20T15:37:11.786Z Compiling goblin v0.10.5
5062026-08-20T15:37:11.963Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-08-20T15:37:12.672Z Compiling rayon v1.12.0
5082026-08-20T15:37:13.609Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-08-20T15:37:14.764Z Compiling ron v0.12.1
5102026-08-20T15:37:14.940Z Compiling multimap v0.10.1
5112026-08-20T15:37:15.155Z Compiling datamap v0.1.0
5122026-08-20T15:37:15.478Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-08-20T15:37:16.148Z Compiling auto_impl v1.3.0
5142026-08-20T15:37:17.293Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-08-20T15:37:17.591Z Compiling zerovec v0.11.6
5162026-08-20T15:37:19.474Z Compiling parking_lot v0.12.5
5172026-08-20T15:37:19.865Z Compiling tinystr v0.8.3
5182026-08-20T15:37:19.946Z Compiling rustc_version v0.4.1
5192026-08-20T15:37:20.223Z Compiling writeable v0.6.3
5202026-08-20T15:37:20.417Z Compiling litemap v0.8.2
5212026-08-20T15:37:20.607Z Compiling ryu v1.0.23
5222026-08-20T15:37:20.707Z Compiling icu_locale_core v2.2.0
5232026-08-20T15:37:20.963Z Compiling heapless v0.7.17
5242026-08-20T15:37:21.230Z Compiling potential_utf v0.1.5
5252026-08-20T15:37:21.384Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-08-20T15:37:21.622Z Compiling zerotrie v0.2.4
5272026-08-20T15:37:21.900Z Compiling strum_macros v0.28.0
5282026-08-20T15:37:22.270Z Compiling utf8_iter v1.0.4
5292026-08-20T15:37:22.614Z Compiling proc-macro-hack v0.5.20+deprecated
5302026-08-20T15:37:22.900Z Compiling icu_collections v2.2.0
5312026-08-20T15:37:23.333Z Compiling proc-macro-crate v3.5.0
5322026-08-20T15:37:23.676Z Compiling strum v0.28.0
5332026-08-20T15:37:23.725Z Compiling icu_provider v2.2.0
5342026-08-20T15:37:24.043Z Compiling hash32 v0.2.1
5352026-08-20T15:37:24.070Z Compiling strum_macros v0.27.2
5362026-08-20T15:37:24.690Z Compiling percent-encoding v2.3.2
5372026-08-20T15:37:25.870Z Compiling strum v0.27.2
5382026-08-20T15:37:26.871Z Compiling postcard-cobs v0.1.5-pre
5392026-08-20T15:37:26.951Z Compiling darling_core v0.20.11
5402026-08-20T15:37:26.984Z Compiling postcard v0.7.3
5412026-08-20T15:37:27.104Z Compiling pkg-version-impl v0.1.1
5422026-08-20T15:37:27.484Z Compiling icu_normalizer v2.2.0
5432026-08-20T15:37:27.811Z Compiling capstone v0.14.0
5442026-08-20T15:37:27.955Z Compiling icu_properties v2.2.0
5452026-08-20T15:37:28.294Z Compiling itertools v0.14.0
5462026-08-20T15:37:28.437Z Compiling bitflags v1.3.2
5472026-08-20T15:37:28.649Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5482026-08-20T15:37:28.825Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5492026-08-20T15:37:28.859Z Compiling darling_macro v0.20.11
5502026-08-20T15:37:29.031Z Compiling idna_adapter v1.2.2
5512026-08-20T15:37:29.240Z Compiling pkg-version v1.0.0
5522026-08-20T15:37:29.325Z Compiling virtue v0.0.18
5532026-08-20T15:37:29.408Z Compiling unicode-width v0.1.14
5542026-08-20T15:37:29.511Z Compiling darling v0.20.11
5552026-08-20T15:37:29.588Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5562026-08-20T15:37:29.828Z Compiling idna v1.1.0
5572026-08-20T15:37:29.856Z Compiling bincode_derive v2.0.1
5582026-08-20T15:37:29.871Z Compiling form_urlencoded v1.2.2
5592026-08-20T15:37:30.027Z Compiling bytemuck_derive v1.10.2
5602026-08-20T15:37:30.399Z Compiling pin-project-lite v0.2.17
5612026-08-20T15:37:30.476Z Compiling url v2.5.8
5622026-08-20T15:37:30.499Z Compiling deku_derive v0.18.1
5632026-08-20T15:37:30.762Z Compiling num_enum_derive v0.7.6
5642026-08-20T15:37:31.175Z Compiling bytemuck v1.25.0
5652026-08-20T15:37:31.323Z Compiling jep106 v0.3.0
5662026-08-20T15:37:31.392Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5672026-08-20T15:37:31.413Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5682026-08-20T15:37:31.595Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5692026-08-20T15:37:31.737Z Compiling tracing-core v0.1.36
5702026-08-20T15:37:31.788Z Compiling csv-core v0.1.13
5712026-08-20T15:37:31.963Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5722026-08-20T15:37:32.050Z Compiling no_std_io2 v0.8.1
5732026-08-20T15:37:32.122Z Compiling futures-core v0.3.32
5742026-08-20T15:37:32.246Z Compiling base64 v0.22.1
5752026-08-20T15:37:32.255Z Compiling heapless v0.9.3
5762026-08-20T15:37:32.539Z Compiling unty v0.0.4
5772026-08-20T15:37:32.602Z Compiling unsafe-libyaml v0.2.11
5782026-08-20T15:37:32.632Z Compiling bincode v2.0.1
5792026-08-20T15:37:32.871Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5802026-08-20T15:37:33.270Z Compiling serde_yaml v0.9.34+deprecated
5812026-08-20T15:37:33.337Z Compiling deku v0.18.1
5822026-08-20T15:37:33.490Z Compiling csv v1.4.0
5832026-08-20T15:37:33.799Z Compiling num_enum v0.7.6
5842026-08-20T15:37:33.919Z Compiling hash32 v0.3.1
5852026-08-20T15:37:34.009Z Compiling md-5 v0.10.6
5862026-08-20T15:37:34.086Z Compiling serde_plain v1.0.2
5872026-08-20T15:37:34.420Z Compiling miette-derive v7.6.0
5882026-08-20T15:37:34.487Z Compiling tracing-attributes v0.1.31
5892026-08-20T15:37:34.495Z Compiling async-io v2.6.0
5902026-08-20T15:37:34.730Z Compiling slab v0.4.12
5912026-08-20T15:37:34.939Z Compiling libdevinfo-sys v1.1.0
5922026-08-20T15:37:35.043Z Compiling object v0.38.1
5932026-08-20T15:37:35.254Z Compiling devinfo v0.1.0
5942026-08-20T15:37:35.515Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5952026-08-20T15:37:35.550Z Compiling miette v7.6.0
5962026-08-20T15:37:35.736Z Compiling tracing v0.1.44
5972026-08-20T15:37:35.846Z Compiling esp-idf-part v0.6.0
5982026-08-20T15:37:36.215Z Compiling futures-lite v2.6.1
5992026-08-20T15:37:36.669Z Compiling nix v0.26.4
6002026-08-20T15:37:36.880Z Compiling gimli v0.32.3
6012026-08-20T15:37:36.911Z Compiling md-5 v0.11.0
6022026-08-20T15:37:36.921Z Compiling docsplay-macros v0.1.2
6032026-08-20T15:37:37.217Z Compiling concurrent-queue v2.5.0
6042026-08-20T15:37:37.449Z Compiling polling v3.11.0
6052026-08-20T15:37:37.533Z Compiling rmp v0.8.15
6062026-08-20T15:37:37.622Z Compiling futures-io v0.3.32
6072026-08-20T15:37:37.796Z Compiling parking v2.2.1
6082026-08-20T15:37:37.845Z Compiling rmp-serde v1.3.1
6092026-08-20T15:37:38.121Z Compiling docsplay v0.1.3
6102026-08-20T15:37:38.204Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-08-20T15:37:39.035Z Compiling cobs v0.5.1
6122026-08-20T15:37:39.428Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6132026-08-20T15:37:40.251Z Compiling espflash v4.4.0
6142026-08-20T15:37:40.981Z Compiling uf2-decode v0.2.0
6152026-08-20T15:37:41.058Z Compiling dunce v1.0.5
6162026-08-20T15:37:41.160Z Compiling ihex v3.0.0
6172026-08-20T15:37:41.169Z Compiling chacha20 v0.10.0
6182026-08-20T15:37:41.470Z Compiling rand v0.10.1
6192026-08-20T15:37:41.501Z Compiling unicode-segmentation v1.13.2
6202026-08-20T15:37:41.765Z Compiling signal-hook v0.3.18
6212026-08-20T15:37:42.189Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6222026-08-20T15:37:42.772Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-08-20T15:37:43.182Z Compiling signal-hook-registry v1.4.8
6242026-08-20T15:37:43.342Z Compiling convert_case v0.10.0
6252026-08-20T15:37:43.728Z Compiling mio v0.8.11
6262026-08-20T15:37:44.127Z Compiling mio v1.2.0
6272026-08-20T15:37:44.136Z Compiling derive_more-impl v2.1.1
6282026-08-20T15:37:44.617Z Compiling signal-hook-mio v0.2.5
6292026-08-20T15:37:44.761Z Compiling litrs v1.0.0
6302026-08-20T15:37:45.238Z Compiling document-features v0.2.12
6312026-08-20T15:37:45.255Z Compiling derive_more v2.1.1
6322026-08-20T15:37:45.340Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6332026-08-20T15:37:45.795Z Compiling crossterm v0.29.0
6342026-08-20T15:37:45.815Z Compiling convert_case v0.11.0
6352026-08-20T15:37:46.045Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6362026-08-20T15:37:46.938Z Compiling paste v1.0.15
6372026-08-20T15:37:47.219Z Compiling camino v1.2.2
6382026-08-20T15:37:47.597Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-08-20T15:37:48.230Z Compiling crossbeam-channel v0.5.15
6402026-08-20T15:37:48.606Z Compiling castaway v0.2.4
6412026-08-20T15:37:48.982Z Compiling instability v0.3.12
6422026-08-20T15:37:49.015Z Compiling indoc v2.0.7
6432026-08-20T15:37:49.059Z Compiling thiserror v1.0.69
6442026-08-20T15:37:49.208Z Compiling unicode-truncate v2.0.1
6452026-08-20T15:37:49.381Z Compiling lazy-regex-proc_macros v3.6.0
6462026-08-20T15:37:49.525Z Compiling compact_str v0.9.0
6472026-08-20T15:37:50.071Z Compiling lru v0.16.4
6482026-08-20T15:37:50.171Z Compiling kasuari v0.4.12
6492026-08-20T15:37:50.276Z Compiling thiserror-impl v1.0.69
6502026-08-20T15:37:50.298Z Compiling crossbeam-queue v0.3.12
6512026-08-20T15:37:50.484Z Compiling cargo-platform v0.3.3
6522026-08-20T15:37:50.511Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6532026-08-20T15:37:50.697Z Compiling cargo_metadata v0.23.1
6542026-08-20T15:37:50.919Z Compiling ratatui-core v0.1.0
6552026-08-20T15:37:51.530Z Compiling crossbeam v0.8.4
6562026-08-20T15:37:51.607Z Compiling lazy-regex v3.6.0
6572026-08-20T15:37:52.463Z Compiling binrw_derive v0.14.2
6582026-08-20T15:37:52.839Z Compiling strict v0.2.0
6592026-08-20T15:37:52.969Z Compiling base64 v0.13.1
6602026-08-20T15:37:52.985Z Compiling crokey-proc_macros v1.4.0
6612026-08-20T15:37:53.150Z Compiling crossterm v0.23.2
6622026-08-20T15:37:53.217Z Compiling ron v0.6.6
6632026-08-20T15:37:53.585Z Compiling line-clipping v0.3.7
6642026-08-20T15:37:54.073Z Compiling owo-colors v3.5.0
6652026-08-20T15:37:54.116Z Compiling binrw v0.14.2
6662026-08-20T15:37:54.202Z Compiling cargo-readme v3.3.2
6672026-08-20T15:37:54.449Z Compiling crokey v1.4.0
6682026-08-20T15:37:54.704Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6692026-08-20T15:37:55.065Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-08-20T15:37:55.182Z Compiling ratatui-widgets v0.3.0
6712026-08-20T15:37:55.635Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6722026-08-20T15:37:57.482Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6732026-08-20T15:37:59.095Z Compiling coolor v0.8.0
6742026-08-20T15:37:59.104Z Compiling coolor v1.1.0
6752026-08-20T15:37:59.142Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-08-20T15:37:59.356Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6772026-08-20T15:37:59.365Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6782026-08-20T15:38:00.363Z Compiling half v2.7.1
6792026-08-20T15:38:00.740Z Compiling minimad v0.13.1
6802026-08-20T15:38:00.759Z Compiling minimad v0.14.0
6812026-08-20T15:38:01.065Z Compiling array-init v2.1.0
6822026-08-20T15:38:01.183Z Compiling convert_case v0.4.0
6832026-08-20T15:38:01.476Z Compiling ciborium-io v0.2.2
6842026-08-20T15:38:01.578Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6852026-08-20T15:38:01.700Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6862026-08-20T15:38:01.787Z Compiling ciborium-ll v0.2.2
6872026-08-20T15:38:01.843Z Compiling derive_more v0.99.20
6882026-08-20T15:38:02.648Z Compiling termimad v0.34.1
6892026-08-20T15:38:02.768Z Compiling termimad v0.25.7
6902026-08-20T15:38:02.900Z Compiling ratatui-macros v0.7.0
6912026-08-20T15:38:03.009Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-08-20T15:38:03.811Z Compiling ratatui-crossterm v0.1.0
6932026-08-20T15:38:04.063Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-08-20T15:38:04.096Z Compiling sha2 v0.11.0
6952026-08-20T15:38:04.148Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-08-20T15:38:04.411Z Compiling iana-time-zone v0.1.65
6972026-08-20T15:38:04.533Z Compiling parse-size v1.1.0
6982026-08-20T15:38:04.737Z Compiling xml v1.2.1
6992026-08-20T15:38:04.784Z Compiling chrono v0.4.44
7002026-08-20T15:38:06.205Z Compiling serde-xml-rs v0.8.2
7012026-08-20T15:38:07.667Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7022026-08-20T15:38:08.875Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7032026-08-20T15:38:09.156Z Compiling ratatui v0.30.0
7042026-08-20T15:38:10.311Z Compiling raw-cpuid v11.6.0
7052026-08-20T15:38:11.281Z Compiling ciborium v0.2.2
7062026-08-20T15:38:11.555Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-08-20T15:38:11.621Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-08-20T15:38:12.044Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-08-20T15:38:12.295Z Compiling humility-bin v0.13.7 (/work/oxidecomputer/humility/humility-bin)
7102026-08-20T15:38:12.624Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7112026-08-20T15:38:12.849Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7122026-08-20T15:38:13.553Z Compiling tracing-log v0.2.0
7132026-08-20T15:38:13.978Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-08-20T15:38:14.166Z Compiling sharded-slab v0.1.7
7152026-08-20T15:38:14.315Z Compiling matchers v0.2.0
7162026-08-20T15:38:14.490Z Compiling termios v0.3.3
7172026-08-20T15:38:14.580Z Compiling thread_local v1.1.9
7182026-08-20T15:38:14.597Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7192026-08-20T15:38:14.668Z Compiling splitty v1.0.2
7202026-08-20T15:38:14.853Z Compiling nu-ansi-term v0.50.3
7212026-08-20T15:38:14.862Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7222026-08-20T15:38:14.957Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7232026-08-20T15:38:14.981Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7242026-08-20T15:38:15.508Z Compiling tracing-subscriber v0.3.23
7252026-08-20T15:38:16.430Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7262026-08-20T15:38:17.189Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7272026-08-20T15:38:17.220Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7282026-08-20T15:38:19.469Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7292026-08-20T15:38:20.437Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7302026-08-20T15:38:21.537Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7312026-08-20T15:38:21.942Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7322026-08-20T15:38:23.309Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7332026-08-20T15:38:23.769Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7342026-08-20T15:38:25.321Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7352026-08-20T15:38:25.857Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7362026-08-20T15:38:30.067Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7372026-08-20T15:38:30.675Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7382026-08-20T15:38:31.514Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7392026-08-20T15:38:33.997Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7402026-08-20T15:38:34.245Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-08-20T15:38:36.939Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7422026-08-20T15:38:37.589Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7432026-08-20T15:38:40.280Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7442026-08-20T15:38:40.687Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7452026-08-20T15:38:42.383Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7462026-08-20T15:38:43.794Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7472026-08-20T15:38:44.350Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-08-20T15:38:44.561Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7492026-08-20T15:38:44.565Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7502026-08-20T15:38:45.651Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7512026-08-20T15:38:46.244Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7522026-08-20T15:38:48.392Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7532026-08-20T15:38:48.637Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7542026-08-20T15:38:49.174Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7552026-08-20T15:38:52.031Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7562026-08-20T15:38:52.068Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7572026-08-20T15:38:52.550Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7582026-08-20T15:38:54.084Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7592026-08-20T15:38:54.176Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7602026-08-20T15:38:54.728Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7612026-08-20T15:38:55.960Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7622026-08-20T15:38:57.198Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7632026-08-20T15:38:57.922Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7642026-08-20T15:38:58.669Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7652026-08-20T15:38:58.811Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7662026-08-20T15:38:59.280Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7672026-08-20T15:39:00.095Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7682026-08-20T15:39:00.945Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7692026-08-20T15:39:01.576Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7702026-08-20T15:39:02.312Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7712026-08-20T15:39:03.152Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7722026-08-20T15:39:04.099Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7732026-08-20T15:39:04.640Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7742026-08-20T15:39:04.804Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7752026-08-20T15:39:05.813Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7762026-08-20T15:39:27.270Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 07s
7772026-08-20T15:39:27.274Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-08-20T15:39:27.274Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-08-20T15:40:26.628Zpkg://helios/developer/debug/humility@0.13.7.717,5.11-3.0:20260820T153933Z
7802026-08-20T15:40:26.628ZPUBLISHED
7812026-08-20T15:40:26.842ZRetrieving packages for publisher helios ...
7822026-08-20T15:40:26.846ZRetrieving catalog 'helios' ... Done
7832026-08-20T15:40:26.847ZRetrieving and evaluating 1 package(s)...
7842026-08-20T15:40:26.847ZFetching manifests: 1/1 100% complete
7852026-08-20T15:40:26.847ZFetching manifests: 1/1 100% complete
7862026-08-20T15:40:26.847Z
7872026-08-20T15:40:26.847ZArchiving packages ...
7882026-08-20T15:40:26.847Z Packages to add: 1
7892026-08-20T15:40:26.847Z Files to retrieve: 1
7902026-08-20T15:40:26.847ZEstimated transfer size: 135.62 MB
7912026-08-20T15:40:26.847Z
7922026-08-20T15:40:26.847ZPackages to archive:
7932026-08-20T15:40:26.847Zdeveloper/debug/humility@0.13.7.717,5.11-3.0:20260820T153933Z
7942026-08-20T15:40:26.847Z
7952026-08-20T15:40:26.847ZDownload: 0/1 items 0.0/135.6MB 0% complete
7962026-08-20T15:40:27.085ZDownload: Completed 135.62 MB in 0.24 seconds (566M/s)
7972026-08-20T15:40:27.089ZArchiving: 1/10 items 0.0/135.6MB 0% complete
7982026-08-20T15:40:27.133ZArchiving: Completed 135.63 MB in 0.05 seconds
7992026-08-20T15:40:27.174ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.7.717-3.0.p5p.
8002026-08-20T15:40:27.181Z
8012026-08-20T15:40:27.184Zreal 4:34.226290178
8022026-08-20T15:40:27.185Zuser 22:20.426636670
8032026-08-20T15:40:27.185Zsys 1:37.432084442
8042026-08-20T15:40:27.185Ztrap 0.642378797
8052026-08-20T15:40:27.185Ztflt 1.137080797
8062026-08-20T15:40:27.185Zdflt 1.843682668
8072026-08-20T15:40:27.185Zkflt 0.009538441
8082026-08-20T15:40:27.185Zlock 1:37:30.246574895
8092026-08-20T15:40:27.185Zslp 1:12:08.077737969
8102026-08-20T15:40:27.185Zlat 1:13.407224288
8112026-08-20T15:40:27.185Zstop 1:19.282154114
8122026-08-20T15:40:27.185Z+ banner copy
8132026-08-20T15:40:27.185Z
8142026-08-20T15:40:27.185Z #### #### ##### # #
8152026-08-20T15:40:27.185Z # # # # # # # #
8162026-08-20T15:40:27.185Z # # # # # #
8172026-08-20T15:40:27.185Z # # # ##### #
8182026-08-20T15:40:27.185Z # # # # # #
8192026-08-20T15:40:27.185Z #### #### # #
8202026-08-20T15:40:27.185Z
8212026-08-20T15:40:27.185Z+ pfexec mkdir -p /out
8222026-08-20T15:40:27.189Z+ pfexec chown 12345 /out
8232026-08-20T15:40:27.189Z+ PKG_NAME=/out/humility.p5p
8242026-08-20T15:40:27.189Z+ mv pkg/packages/repo/humility-0.13.7.717-3.0.p5p /out/humility.p5p
8252026-08-20T15:40:27.297Z+ sha256sum /out/humility.p5p
8262026-08-20T15:40:27.379Zprocess exited: duration 282929 ms, exit code 0
 
8272026-08-20T15:40:27.392Zfound 2 output files
8282026-08-20T15:40:27.392Zuploading: /out/humility.p5p (142233600 bytes)
8292026-08-20T15:40:29.638Zuploaded: /out/humility.p5p
8302026-08-20T15:40:29.642Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-08-20T15:40:30.650Zuploaded: /out/humility.p5p.sha256