01KY0RET6D7KMH361SFET22N8J: 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: 01KY0RF3JYNX8WT94A2B9DMZZG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T21:57:00.290Zjob assigned to worker 01KY0RFA45ZFBERQKNBGS6H34X [factory aws, i-08b32d80668f1e1ab] (queued for 47 s)
 
22026-07-20T21:57:06.878Zstarting task 0: "setup"
32026-07-20T21:57:06.882Z++ uname -s
42026-07-20T21:57:06.886Z+ kern=SunOS
52026-07-20T21:57:06.886Z+ build_user=build
62026-07-20T21:57:06.886Z+ build_uid=12345
72026-07-20T21:57:06.886Z+ work_dir=/work
82026-07-20T21:57:06.886Z+ input_dir=/input
92026-07-20T21:57:06.886Z+ [[ 0 == 12345 ]]
102026-07-20T21:57:06.886Z+ case "$kern" in
112026-07-20T21:57:06.887Z+ groupadd -g 12345 build
122026-07-20T21:57:06.889Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T21:57:08.893Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T21:57:09.029Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T21:57:09.032Z+ home_fs=zfs
162026-07-20T21:57:09.032Z+ [[ zfs == autofs ]]
172026-07-20T21:57:09.032Z+ mkdir -p /home/build
182026-07-20T21:57:09.032Z+ chown build:build /home/build /work
192026-07-20T21:57:11.033Z+ chmod 0700 /home/build /work
202026-07-20T21:57:11.036Zprocess exited: duration 4160 ms, exit code 0
 
212026-07-20T21:57:11.042Zstarting task 1: "rust-toolchain"
222026-07-20T21:57:11.047Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T21:57:11.047Z * rust toolchain channel = "stable"
242026-07-20T21:57:11.047Z * rust toolchain profile = "default"
252026-07-20T21:57:11.047Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T21:57:11.047Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T21:57:11.047Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T21:57:11.050Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T21:57:11.050Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T21:57:11.109Zinfo: downloading installer
312026-07-20T21:57:12.486Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T21:57:12.486Zwarn: /home/build/.rustup/settings.toml
332026-07-20T21:57:12.486Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T21:57:12.486Zwarn: instead of the one inferred from the default host triple.
352026-07-20T21:57:12.498Zinfo: profile set to default
362026-07-20T21:57:12.499Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T21:57:12.503Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-07-20T21:57:12.634Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-20T21:57:12.639Zinfo: downloading 6 components
402026-07-20T21:57:27.934Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-07-20T21:57:27.934Z
422026-07-20T21:57:27.961Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-20T21:57:27.961Z
442026-07-20T21:57:27.962Z
452026-07-20T21:57:27.962ZRust is installed now. Great!
462026-07-20T21:57:27.962Z
472026-07-20T21:57:27.967ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T21:57:27.967Zenvironment variable. This has not been done automatically.
492026-07-20T21:57:27.967Z
502026-07-20T21:57:27.967ZTo configure your current shell, you need to source
512026-07-20T21:57:27.967Zthe corresponding env file under $HOME/.cargo.
522026-07-20T21:57:27.967Z
532026-07-20T21:57:27.967ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T21:57:27.967Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T21:57:27.967Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T21:57:27.967Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T21:57:27.967Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T21:57:27.967Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T21:57:27.967Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T21:57:27.967Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T21:57:27.968Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T21:57:28.052Z+ rustup --version
632026-07-20T21:57:28.061Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T21:57:28.064Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T21:57:28.083Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-20T21:57:28.087Z+ cargo --version
672026-07-20T21:57:28.101Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-20T21:57:28.104Z+ rustc --version
692026-07-20T21:57:28.123Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-20T21:57:28.126Zprocess exited: duration 17083 ms, exit code 0
 
712026-07-20T21:57:28.132Zstarting task 2: "authentication"
722026-07-20T21:57:28.149Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T21:57:28.156Zstarting task 3: "clone repository"
742026-07-20T21:57:28.159Z+ mkdir -p /work/oxidecomputer/humility
752026-07-20T21:57:28.162Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-07-20T21:57:28.197ZCloning into '/work/oxidecomputer/humility'...
772026-07-20T21:57:45.052Z+ cd /work/oxidecomputer/humility
782026-07-20T21:57:45.052Z+ git fetch origin 4f038cc209fbc41b9b38e6262ef7da5ddefcd23e
792026-07-20T21:57:45.324ZFrom https://github.com/oxidecomputer/humility
802026-07-20T21:57:45.324Z * branch 4f038cc209fbc41b9b38e6262ef7da5ddefcd23e -> FETCH_HEAD
812026-07-20T21:57:45.332Z+ [[ -n evan/rustfmt-edition ]]
822026-07-20T21:57:45.335Z++ git branch --show-current
832026-07-20T21:57:45.336Z+ current=master
842026-07-20T21:57:45.336Z+ [[ master != evan/rustfmt-edition ]]
852026-07-20T21:57:45.336Z+ git branch -f evan/rustfmt-edition 4f038cc209fbc41b9b38e6262ef7da5ddefcd23e
862026-07-20T21:57:45.339Z+ git checkout -f evan/rustfmt-edition
872026-07-20T21:57:46.136ZSwitched to branch 'evan/rustfmt-edition'
882026-07-20T21:57:46.139Z+ git reset --hard 4f038cc209fbc41b9b38e6262ef7da5ddefcd23e
892026-07-20T21:57:46.146ZHEAD is now at 4f038cc2 Set rustfmt edition and style_edition for consistency
902026-07-20T21:57:46.149Zprocess exited: duration 17990 ms, exit code 0
 
912026-07-20T21:57:46.156Zstarting task 4: "build"
922026-07-20T21:57:46.160Z+ export CARGO_INCREMENTAL=0
932026-07-20T21:57:46.160Z+ CARGO_INCREMENTAL=0
942026-07-20T21:57:46.160Z+ banner deps
952026-07-20T21:57:46.164Z
962026-07-20T21:57:46.164Z ##### ###### ##### ####
972026-07-20T21:57:46.164Z # # # # # #
982026-07-20T21:57:46.164Z # # ##### # # ####
992026-07-20T21:57:46.164Z # # # ##### #
1002026-07-20T21:57:46.164Z # # # # # #
1012026-07-20T21:57:46.164Z ##### ###### # ####
1022026-07-20T21:57:46.164Z
1032026-07-20T21:57:46.164Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-07-20T21:57:46.164Z+ PKG_SUCCESS_ON_NOP=1
1052026-07-20T21:57:46.164Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-07-20T21:57:48.707Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-20T21:57:48.896Z Startup: Caching catalogs ... Done
1082026-07-20T21:57:49.770ZPlanning: Solver setup ... Done (0.808s)
1092026-07-20T21:57:49.808ZPlanning: Running solver ... Done (0.039s)
1102026-07-20T21:57:49.830ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-20T21:57:49.841ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-20T21:57:49.855ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-20T21:57:49.868ZPlanning: Package planning ... Done (0.013s)
1142026-07-20T21:57:49.871ZPlanning: Merging actions ... Done (0.000s)
1152026-07-20T21:57:50.059ZPlanning: Checking for conflicting actions ... Done (0.191s)
1162026-07-20T21:57:50.063ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-07-20T21:57:50.833ZPlanning: Evaluating mediators ... Done (0.773s)
1182026-07-20T21:57:50.837ZPlanning: Planning completed in 1.91 seconds
1192026-07-20T21:57:50.842Z Packages to install: 2
1202026-07-20T21:57:50.842Z Estimated space available: 155.74 GB
1212026-07-20T21:57:50.842ZEstimated space to be consumed: 37.47 MB
1222026-07-20T21:57:50.842Z Create boot environment: No
1232026-07-20T21:57:50.845ZCreate backup boot environment: No
1242026-07-20T21:57:50.845Z Rebuild boot archive: No
1252026-07-20T21:57:50.845Z
1262026-07-20T21:57:50.845ZChanged packages:
1272026-07-20T21:57:50.845Zhelios
1282026-07-20T21:57:50.845Z library/libftdi1
1292026-07-20T21:57:50.845Z None -> 1.5-3.0
1302026-07-20T21:57:50.845Z ooce/library/libusb-1
1312026-07-20T21:57:50.845Z None -> 1.0.29-3.1
1322026-07-20T21:57:50.868Z
1332026-07-20T21:57:50.868ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-07-20T21:57:50.905ZDownload: Completed 377.70 kB in 0.04 seconds (10.0M/s)
1352026-07-20T21:57:50.964Z Actions: 1/61 actions (Installing new actions)
1362026-07-20T21:57:50.975Z Actions: Completed 61 actions in 0.01 seconds.
1372026-07-20T21:57:50.993ZFinalize: Updating package state database ... Done (0.017s)
1382026-07-20T21:57:50.996ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-20T21:57:51.038ZFinalize: Updating image state ... Done (0.045s)
1402026-07-20T21:57:53.507ZFinalize: Creating fast lookup database ... Done (2.435s)
1412026-07-20T21:57:53.572ZFinalize: Reading search index ... Done (0.012s)
1422026-07-20T21:57:53.576ZFinalize: Updating search index ... Done (0.000s)
1432026-07-20T21:57:53.639ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-20T21:57:53.762Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-07-20T21:57:53.977ZFMRI IFO
1462026-07-20T21:57:53.977Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-07-20T21:57:53.977Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-07-20T21:57:54.013Z+ cargo --version
1492026-07-20T21:57:54.023Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-07-20T21:57:54.027Z+ rustc --version
1512026-07-20T21:57:54.046Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-07-20T21:57:54.050Z+ banner package
1532026-07-20T21:57:54.050Z
1542026-07-20T21:57:54.050Z ##### ## #### # # ## #### ######
1552026-07-20T21:57:54.050Z # # # # # # # # # # # # #
1562026-07-20T21:57:54.050Z # # # # # #### # # # #####
1572026-07-20T21:57:54.050Z ##### ###### # # # ###### # ### #
1582026-07-20T21:57:54.050Z # # # # # # # # # # # #
1592026-07-20T21:57:54.050Z # # # #### # # # # #### ######
1602026-07-20T21:57:54.050Z
1612026-07-20T21:57:54.054Z+ ptime -m cargo xtask package
1622026-07-20T21:57:54.163Z Updating crates.io index
1632026-07-20T21:57:54.167Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-07-20T21:57:54.419Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-07-20T21:57:54.659Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-07-20T21:57:55.103Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-07-20T21:57:55.530Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-07-20T21:57:55.873Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-07-20T21:57:56.129Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-07-20T21:57:56.475Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-07-20T21:58:00.596Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-07-20T21:58:00.873Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-07-20T21:58:01.127Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-07-20T21:58:01.382Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-07-20T21:58:01.649Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-07-20T21:58:01.904Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-07-20T21:58:02.772Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-07-20T21:58:03.024Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-07-20T21:58:03.310Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1802026-07-20T21:58:05.531Z Downloading crates ...
1812026-07-20T21:58:05.586Z Downloaded anstream v1.0.0
1822026-07-20T21:58:05.589Z Downloaded clap v4.6.1
1832026-07-20T21:58:05.593Z Downloaded cargo-platform v0.3.3
1842026-07-20T21:58:05.596Z Downloaded utf8parse v0.2.2
1852026-07-20T21:58:05.599Z Downloaded itoa v1.0.18
1862026-07-20T21:58:05.602Z Downloaded clap_lex v1.1.0
1872026-07-20T21:58:05.602Z Downloaded percent-encoding v2.3.2
1882026-07-20T21:58:05.605Z Downloaded anstyle-query v1.1.5
1892026-07-20T21:58:05.605Z Downloaded colorchoice v1.0.5
1902026-07-20T21:58:05.605Z Downloaded equivalent v1.0.2
1912026-07-20T21:58:05.605Z Downloaded is_terminal_polyfill v1.70.2
1922026-07-20T21:58:05.608Z Downloaded lazy_static v1.5.0
1932026-07-20T21:58:05.619Z Downloaded strsim v0.11.1
1942026-07-20T21:58:05.628Z Downloaded heck v0.5.0
1952026-07-20T21:58:05.631Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1962026-07-20T21:58:05.636Z Downloaded serde_spanned v1.1.1
1972026-07-20T21:58:05.640Z Downloaded quote v1.0.45
1982026-07-20T21:58:05.643Z Downloaded zmij v1.0.21
1992026-07-20T21:58:05.646Z Downloaded thiserror v2.0.18
2002026-07-20T21:58:05.649Z Downloaded thiserror-impl v2.0.18
2012026-07-20T21:58:05.649Z Downloaded anstyle-parse v1.0.0
2022026-07-20T21:58:05.652Z Downloaded toml_writer v1.1.1+spec-1.1.0
2032026-07-20T21:58:05.656Z Downloaded anstyle v1.0.14
2042026-07-20T21:58:05.663Z Downloaded camino v1.2.2
2052026-07-20T21:58:05.666Z Downloaded anyhow v1.0.102
2062026-07-20T21:58:05.669Z Downloaded clap_derive v4.6.1
2072026-07-20T21:58:05.674Z Downloaded cargo_metadata v0.23.1
2082026-07-20T21:58:05.679Z Downloaded toml_parser v1.1.2+spec-1.1.0
2092026-07-20T21:58:05.682Z Downloaded cargo-readme v3.3.2
2102026-07-20T21:58:05.685Z Downloaded semver v1.0.28
2112026-07-20T21:58:05.690Z Downloaded serde_derive v1.0.228
2122026-07-20T21:58:05.693Z Downloaded unicode-ident v1.0.24
2132026-07-20T21:58:05.696Z Downloaded proc-macro2 v1.0.106
2142026-07-20T21:58:05.699Z Downloaded toml v1.1.2+spec-1.1.0
2152026-07-20T21:58:05.714Z Downloaded serde_core v1.0.228
2162026-07-20T21:58:05.717Z Downloaded serde v1.0.228
2172026-07-20T21:58:05.725Z Downloaded indexmap v2.14.0
2182026-07-20T21:58:05.729Z Downloaded memchr v2.8.0
2192026-07-20T21:58:05.759Z Downloaded serde_json v1.0.149
2202026-07-20T21:58:05.762Z Downloaded regex v1.12.3
2212026-07-20T21:58:05.767Z Downloaded clap_builder v4.6.0
2222026-07-20T21:58:05.771Z Downloaded hashbrown v0.17.0
2232026-07-20T21:58:05.773Z Downloaded winnow v1.0.2
2242026-07-20T21:58:05.778Z Downloaded aho-corasick v1.1.4
2252026-07-20T21:58:05.798Z Downloaded regex-syntax v0.8.10
2262026-07-20T21:58:05.803Z Downloaded syn v2.0.117
2272026-07-20T21:58:05.821Z Downloaded regex-automata v0.4.14
2282026-07-20T21:58:05.860Z Compiling proc-macro2 v1.0.106
2292026-07-20T21:58:05.860Z Compiling serde_core v1.0.228
2302026-07-20T21:58:05.860Z Compiling quote v1.0.45
2312026-07-20T21:58:05.860Z Compiling unicode-ident v1.0.24
2322026-07-20T21:58:05.860Z Compiling memchr v2.8.0
2332026-07-20T21:58:05.863Z Compiling utf8parse v0.2.2
2342026-07-20T21:58:05.863Z Compiling zmij v1.0.21
2352026-07-20T21:58:05.950Z Compiling anstyle v1.0.14
2362026-07-20T21:58:06.078Z Compiling anstyle-parse v1.0.0
2372026-07-20T21:58:06.087Z Compiling colorchoice v1.0.5
2382026-07-20T21:58:06.176Z Compiling anstyle-query v1.1.5
2392026-07-20T21:58:06.188Z Compiling serde v1.0.228
2402026-07-20T21:58:06.253Z Compiling is_terminal_polyfill v1.70.2
2412026-07-20T21:58:06.275Z Compiling strsim v0.11.1
2422026-07-20T21:58:06.342Z Compiling anstream v1.0.0
2432026-07-20T21:58:06.351Z Compiling aho-corasick v1.1.4
2442026-07-20T21:58:06.354Z Compiling camino v1.2.2
2452026-07-20T21:58:06.534Z Compiling thiserror v2.0.18
2462026-07-20T21:58:06.648Z Compiling heck v0.5.0
2472026-07-20T21:58:06.668Z Compiling winnow v1.0.2
2482026-07-20T21:58:06.677Z Compiling serde_json v1.0.149
2492026-07-20T21:58:06.680Z Compiling clap_lex v1.1.0
2502026-07-20T21:58:06.855Z Compiling regex-syntax v0.8.10
2512026-07-20T21:58:06.913Z Compiling clap_builder v4.6.0
2522026-07-20T21:58:07.018Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-07-20T21:58:07.161Z Compiling syn v2.0.117
2542026-07-20T21:58:07.223Z Compiling itoa v1.0.18
2552026-07-20T21:58:07.341Z Compiling anyhow v1.0.102
2562026-07-20T21:58:07.410Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-07-20T21:58:07.625Z Compiling percent-encoding v2.3.2
2582026-07-20T21:58:07.718Z Compiling lazy_static v1.5.0
2592026-07-20T21:58:08.009Z Compiling toml_datetime v1.1.1+spec-1.1.0
2602026-07-20T21:58:08.009Z Compiling serde_spanned v1.1.1
2612026-07-20T21:58:08.064Z Compiling cargo-platform v0.3.3
2622026-07-20T21:58:08.185Z Compiling semver v1.0.28
2632026-07-20T21:58:08.241Z Compiling toml v1.1.2+spec-1.1.0
2642026-07-20T21:58:08.308Z Compiling regex-automata v0.4.14
2652026-07-20T21:58:09.585Z Compiling serde_derive v1.0.228
2662026-07-20T21:58:09.585Z Compiling thiserror-impl v2.0.18
2672026-07-20T21:58:09.585Z Compiling clap_derive v4.6.1
2682026-07-20T21:58:10.020Z Compiling regex v1.12.3
2692026-07-20T21:58:10.890Z Compiling clap v4.6.1
2702026-07-20T21:58:11.812Z Compiling cargo_metadata v0.23.1
2712026-07-20T21:58:11.813Z Compiling cargo-readme v3.3.2
2722026-07-20T21:58:12.788Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2732026-07-20T21:58:14.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
2742026-07-20T21:58:14.398Z Running `target/debug/xtask package`
2752026-07-20T21:58:17.868Z Compiling proc-macro2 v1.0.106
2762026-07-20T21:58:17.868Z Compiling quote v1.0.45
2772026-07-20T21:58:17.871Z Compiling unicode-ident v1.0.24
2782026-07-20T21:58:17.871Z Compiling serde_core v1.0.228
2792026-07-20T21:58:17.871Z Compiling libc v0.2.186
2802026-07-20T21:58:17.871Z Compiling serde v1.0.228
2812026-07-20T21:58:17.872Z Compiling cfg-if v1.0.4
2822026-07-20T21:58:17.872Z Compiling typenum v1.20.0
2832026-07-20T21:58:17.995Z Compiling log v0.4.29
2842026-07-20T21:58:18.051Z Compiling thiserror v2.0.18
2852026-07-20T21:58:18.273Z Compiling memchr v2.8.0
2862026-07-20T21:58:18.283Z Compiling stable_deref_trait v1.2.1
2872026-07-20T21:58:18.387Z Compiling autocfg v1.5.0
2882026-07-20T21:58:18.711Z Compiling scopeguard v1.2.0
2892026-07-20T21:58:18.731Z Compiling strsim v0.11.1
2902026-07-20T21:58:18.734Z Compiling errno v0.3.14
2912026-07-20T21:58:18.798Z Compiling lock_api v0.4.14
2922026-07-20T21:58:18.806Z Compiling smallvec v1.15.1
2932026-07-20T21:58:18.936Z Compiling foldhash v0.2.0
2942026-07-20T21:58:19.059Z Compiling equivalent v1.0.2
2952026-07-20T21:58:19.085Z Compiling heck v0.5.0
2962026-07-20T21:58:19.149Z Compiling rustversion v1.0.22
2972026-07-20T21:58:19.177Z Compiling ident_case v1.0.1
2982026-07-20T21:58:19.245Z Compiling syn v2.0.117
2992026-07-20T21:58:19.288Z Compiling jobserver v0.1.34
3002026-07-20T21:58:19.291Z Compiling find-msvc-tools v0.1.9
3012026-07-20T21:58:19.303Z Compiling shlex v1.3.0
3022026-07-20T21:58:19.477Z Compiling zeroize v1.8.2
3032026-07-20T21:58:19.515Z Compiling cc v1.2.61
3042026-07-20T21:58:19.685Z Compiling rustix v1.1.4
3052026-07-20T21:58:19.763Z Compiling libm v0.2.16
3062026-07-20T21:58:19.800Z Compiling anyhow v1.0.102
3072026-07-20T21:58:20.085Z Compiling num-traits v0.2.19
3082026-07-20T21:58:20.092Z Compiling const-oid v0.9.6
3092026-07-20T21:58:20.115Z Compiling zerocopy v0.8.48
3102026-07-20T21:58:20.212Z Compiling version_check v0.9.5
3112026-07-20T21:58:20.220Z Compiling bitflags v2.11.1
3122026-07-20T21:58:20.478Z Compiling generic-array v0.14.7
3132026-07-20T21:58:20.523Z Compiling aho-corasick v1.1.4
3142026-07-20T21:58:20.691Z Compiling regex-syntax v0.8.10
3152026-07-20T21:58:20.739Z Compiling hashbrown v0.17.0
3162026-07-20T21:58:20.815Z Compiling hybrid-array v0.4.11
3172026-07-20T21:58:21.006Z Compiling once_cell v1.21.4
3182026-07-20T21:58:21.290Z Compiling crossbeam-utils v0.8.21
3192026-07-20T21:58:21.431Z Compiling indexmap v2.14.0
3202026-07-20T21:58:22.107Z Compiling synstructure v0.13.2
3212026-07-20T21:58:22.146Z Compiling syn v1.0.109
3222026-07-20T21:58:22.458Z Compiling regex-automata v0.4.14
3232026-07-20T21:58:22.657Z Compiling pkg-config v0.3.33
3242026-07-20T21:58:22.668Z Compiling itoa v1.0.18
3252026-07-20T21:58:23.089Z Compiling crypto-common v0.1.7
3262026-07-20T21:58:23.148Z Compiling block-buffer v0.10.4
3272026-07-20T21:58:23.225Z Compiling darling_core v0.23.0
3282026-07-20T21:58:23.304Z Compiling crypto-common v0.2.1
3292026-07-20T21:58:23.359Z Compiling serde_derive v1.0.228
3302026-07-20T21:58:24.973Z Compiling thiserror-impl v2.0.18
3312026-07-20T21:58:25.041Z Compiling zerofrom-derive v0.1.7
3322026-07-20T21:58:25.339Z Compiling zerocopy-derive v0.8.48
3332026-07-20T21:58:26.222Z Compiling yoke-derive v0.8.2
3342026-07-20T21:58:26.281Z Compiling regex v1.12.3
3352026-07-20T21:58:26.708Z Compiling zerovec-derive v0.11.3
3362026-07-20T21:58:26.808Z Compiling zmij v1.0.21
3372026-07-20T21:58:27.126Z Compiling darling_macro v0.23.0
3382026-07-20T21:58:27.303Z Compiling digest v0.10.7
3392026-07-20T21:58:27.533Z Compiling spin v0.9.8
3402026-07-20T21:58:27.707Z Compiling byteorder v1.5.0
3412026-07-20T21:58:27.756Z Compiling radium v0.7.0
3422026-07-20T21:58:27.848Z Compiling cmov v0.5.3
3432026-07-20T21:58:27.974Z Compiling darling v0.23.0
3442026-07-20T21:58:28.051Z Compiling ctutils v0.4.2
3452026-07-20T21:58:28.060Z Compiling displaydoc v0.2.5
3462026-07-20T21:58:28.080Z Compiling block-buffer v0.12.0
3472026-07-20T21:58:28.251Z Compiling const-oid v0.10.2
3482026-07-20T21:58:28.261Z Compiling crc32fast v1.5.0
3492026-07-20T21:58:28.286Z Compiling tap v1.0.1
3502026-07-20T21:58:28.398Z Compiling allocator-api2 v0.2.21
3512026-07-20T21:58:28.514Z Compiling digest v0.11.2
3522026-07-20T21:58:28.574Z Compiling wyz v0.5.1
3532026-07-20T21:58:28.723Z Compiling static_assertions v1.1.0
3542026-07-20T21:58:28.775Z Compiling hashbrown v0.16.1
3552026-07-20T21:58:28.785Z Compiling typeid v1.0.3
3562026-07-20T21:58:28.793Z Compiling funty v2.0.0
3572026-07-20T21:58:28.793Z Compiling base64ct v1.8.3
3582026-07-20T21:58:28.807Z Compiling either v1.15.0
3592026-07-20T21:58:29.016Z Compiling simd-adler32 v0.3.9
3602026-07-20T21:58:29.058Z Compiling pem-rfc7468 v0.7.0
3612026-07-20T21:58:29.149Z Compiling bitvec v1.0.1
3622026-07-20T21:58:29.756Z Compiling clap_derive v4.6.1
3632026-07-20T21:58:29.778Z Compiling der_derive v0.7.3
3642026-07-20T21:58:29.873Z Compiling getrandom v0.2.17
3652026-07-20T21:58:29.947Z Compiling utf8parse v0.2.2
3662026-07-20T21:58:30.054Z Compiling cpufeatures v0.2.17
3672026-07-20T21:58:30.066Z Compiling unicode-width v0.2.2
3682026-07-20T21:58:30.103Z Compiling adler2 v2.0.1
3692026-07-20T21:58:30.122Z Compiling flagset v0.4.7
3702026-07-20T21:58:30.259Z Compiling miniz_oxide v0.8.9
3712026-07-20T21:58:30.290Z Compiling sha2 v0.10.9
3722026-07-20T21:58:30.386Z Compiling anstyle-parse v1.0.0
3732026-07-20T21:58:30.616Z Compiling rand_core v0.6.4
3742026-07-20T21:58:30.740Z Compiling der v0.7.10
3752026-07-20T21:58:30.899Z Compiling lazy_static v1.5.0
3762026-07-20T21:58:30.988Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3772026-07-20T21:58:31.362Z Compiling crossbeam-epoch v0.9.18
3782026-07-20T21:58:31.376Z Compiling colorchoice v1.0.5
3792026-07-20T21:58:31.404Z Compiling powerfmt v0.2.0
3802026-07-20T21:58:31.447Z Compiling cpufeatures v0.3.0
3812026-07-20T21:58:31.494Z Compiling anstyle-query v1.1.5
3822026-07-20T21:58:31.517Z Compiling anstyle v1.0.14
3832026-07-20T21:58:31.597Z Compiling zlib-rs v0.6.3
3842026-07-20T21:58:31.692Z Compiling is_terminal_polyfill v1.70.2
3852026-07-20T21:58:31.793Z Compiling anstream v1.0.0
3862026-07-20T21:58:31.802Z Compiling spki v0.7.3
3872026-07-20T21:58:31.927Z Compiling crossbeam-deque v0.8.6
3882026-07-20T21:58:31.963Z Compiling deranged v0.5.8
3892026-07-20T21:58:32.158Z Compiling ppv-lite86 v0.2.21
3902026-07-20T21:58:32.394Z Compiling twox-hash v2.1.2
3912026-07-20T21:58:32.499Z Compiling maybe-uninit v2.0.0
3922026-07-20T21:58:32.556Z Compiling num_threads v0.1.7
3932026-07-20T21:58:32.644Z Compiling time-core v0.1.8
3942026-07-20T21:58:32.644Z Compiling num-conv v0.2.1
3952026-07-20T21:58:32.777Z Compiling object v0.39.1
3962026-07-20T21:58:32.822Z Compiling ruzstd v0.8.2
3972026-07-20T21:58:33.100Z Compiling time v0.3.47
3982026-07-20T21:58:33.112Z Compiling rand_chacha v0.3.1
3992026-07-20T21:58:33.136Z Compiling bitfield-macros v0.19.4
4002026-07-20T21:58:33.664Z Compiling terminal_size v0.4.4
4012026-07-20T21:58:33.713Z Compiling num-integer v0.1.46
4022026-07-20T21:58:33.846Z Compiling packed_struct v0.10.1
4032026-07-20T21:58:34.101Z Compiling num-bigint-dig v0.8.6
4042026-07-20T21:58:34.269Z Compiling getrandom v0.4.2
4052026-07-20T21:58:34.520Z Compiling rand_core v0.10.1
4062026-07-20T21:58:34.589Z Compiling zstd-safe v7.2.4
4072026-07-20T21:58:34.681Z Compiling flate2 v1.1.9
4082026-07-20T21:58:34.822Z Compiling clap_lex v1.1.0
4092026-07-20T21:58:35.288Z Compiling clap_builder v4.6.0
4102026-07-20T21:58:35.587Z Compiling num-iter v0.1.45
4112026-07-20T21:58:35.708Z Compiling bitfield v0.19.4
4122026-07-20T21:58:36.018Z Compiling rand v0.8.6
4132026-07-20T21:58:36.596Z Compiling pkcs8 v0.10.2
4142026-07-20T21:58:37.351Z Compiling serde_with_macros v3.18.0
4152026-07-20T21:58:37.569Z Compiling packed_struct_codegen v0.10.1
4162026-07-20T21:58:37.850Z Compiling inout v0.2.2
4172026-07-20T21:58:38.003Z Compiling capstone-sys v0.18.0
4182026-07-20T21:58:38.407Z Compiling fallible-iterator v0.3.0
4192026-07-20T21:58:38.455Z Compiling crc-catalog v2.5.0
4202026-07-20T21:58:38.567Z Compiling parking_lot_core v0.9.12
4212026-07-20T21:58:38.601Z Compiling base64 v0.21.7
4222026-07-20T21:58:38.747Z Compiling nodrop v0.1.14
4232026-07-20T21:58:38.833Z Compiling array-init v0.0.4
4242026-07-20T21:58:39.086Z Compiling ron v0.8.1
4252026-07-20T21:58:39.175Z Compiling crc v3.4.0
4262026-07-20T21:58:39.191Z Compiling serde_with v3.18.0
4272026-07-20T21:58:40.494Z Compiling cipher v0.5.1
4282026-07-20T21:58:40.750Z Compiling clap v4.6.1
4292026-07-20T21:58:40.831Z Compiling pkcs1 v0.7.5
4302026-07-20T21:58:41.935Z Compiling smallvec v0.6.14
4312026-07-20T21:58:42.408Z Compiling signature v2.2.0
4322026-07-20T21:58:42.592Z Compiling hmac v0.13.0
4332026-07-20T21:58:42.807Z Compiling hubpack_derive v0.1.1
4342026-07-20T21:58:42.926Z Compiling env_filter v1.0.1
4352026-07-20T21:58:43.330Z Compiling scroll_derive v0.13.1
4362026-07-20T21:58:44.144Z Compiling parse_int v0.9.0
4372026-07-20T21:58:44.283Z Compiling slog v2.8.2
4382026-07-20T21:58:44.344Z Compiling indexmap v1.9.3
4392026-07-20T21:58:44.500Z Compiling subtle v2.6.1
4402026-07-20T21:58:44.569Z Compiling lzss v0.9.1
4412026-07-20T21:58:44.651Z Compiling rayon-core v1.13.0
4422026-07-20T21:58:44.867Z Compiling portable-atomic v1.13.1
4432026-07-20T21:58:44.877Z Compiling jiff v0.2.24
4442026-07-20T21:58:45.311Z Compiling cpubits v0.1.1
4452026-07-20T21:58:45.387Z Compiling serde_json v1.0.149
4462026-07-20T21:58:45.599Z Compiling bumpalo v3.20.2
4472026-07-20T21:58:45.610Z Compiling prettyplease v0.2.37
4482026-07-20T21:58:45.623Z Compiling cpp_demangle v0.5.1
4492026-07-20T21:58:45.832Z Compiling libbz2-rs-sys v0.2.3
4502026-07-20T21:58:45.889Z Compiling winnow v1.0.2
4512026-07-20T21:58:46.033Z Compiling zopfli v0.8.3
4522026-07-20T21:58:46.341Z Compiling bzip2 v0.6.1
4532026-07-20T21:58:46.599Z Compiling toml_parser v1.1.2+spec-1.1.0
4542026-07-20T21:58:48.265Z Compiling env_logger v0.11.10
4552026-07-20T21:58:48.441Z Compiling aes v0.9.0
4562026-07-20T21:58:48.517Z Compiling rsa v0.9.10
4572026-07-20T21:58:48.949Z Compiling scroll v0.13.0
4582026-07-20T21:58:49.276Z Compiling hubpack v0.1.2
4592026-07-20T21:58:49.613Z Compiling pbkdf2 v0.13.0
4602026-07-20T21:58:49.728Z Compiling serde-hex v0.1.0
4612026-07-20T21:58:49.935Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-07-20T21:58:51.846Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4632026-07-20T21:58:51.949Z Compiling x509-cert v0.2.5
4642026-07-20T21:58:51.972Z Compiling sha1 v0.11.0
4652026-07-20T21:58:52.102Z Compiling lzma-rust2 v0.16.2
4662026-07-20T21:58:52.549Z Compiling erased-serde v0.3.31
4672026-07-20T21:58:53.173Z Compiling zerofrom v0.1.7
4682026-07-20T21:58:53.299Z Compiling num-derive v0.4.2
4692026-07-20T21:58:54.239Z Compiling serde_spanned v1.1.1
4702026-07-20T21:58:54.383Z Compiling toml_datetime v1.1.1+spec-1.1.0
4712026-07-20T21:58:54.887Z Compiling semver v1.0.28
4722026-07-20T21:58:55.180Z Compiling constant_time_eq v0.4.2
4732026-07-20T21:58:55.391Z Compiling icu_properties_data v2.2.0
4742026-07-20T21:58:55.612Z Compiling typed-path v0.12.3
4752026-07-20T21:58:57.950Z Compiling hashbrown v0.12.3
4762026-07-20T21:58:58.009Z Compiling toml_writer v1.1.1+spec-1.1.0
4772026-07-20T21:58:58.280Z Compiling hex v0.4.3
4782026-07-20T21:58:58.284Z Compiling icu_normalizer_data v2.2.0
4792026-07-20T21:58:58.510Z Compiling void v1.0.2
4802026-07-20T21:58:58.519Z Compiling deflate64 v0.1.12
4812026-07-20T21:58:58.611Z Compiling crc-any v2.5.0
4822026-07-20T21:58:58.650Z Compiling ppmd-rust v1.4.0
4832026-07-20T21:58:59.041Z Compiling fnv v1.0.7
4842026-07-20T21:58:59.096Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4852026-07-20T21:58:59.100Z Compiling yoke v0.8.2
4862026-07-20T21:58:59.134Z Compiling gimli v0.33.0
4872026-07-20T21:58:59.456Z Compiling toml v1.1.2+spec-1.1.0
4882026-07-20T21:59:02.659Z Compiling zstd v0.13.3
4892026-07-20T21:59:03.118Z Compiling zip v8.6.0
4902026-07-20T21:59:05.575Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4912026-07-20T21:59:07.991Z Compiling console v0.16.3
4922026-07-20T21:59:08.640Z Compiling serde-big-array v0.5.1
4932026-07-20T21:59:08.745Z Compiling memmap2 v0.9.10
4942026-07-20T21:59:08.794Z Compiling colored v3.1.1
4952026-07-20T21:59:09.058Z Compiling unit-prefix v0.5.2
4962026-07-20T21:59:09.217Z Compiling typed-arena v2.0.2
4972026-07-20T21:59:09.367Z Compiling plain v0.2.3
4982026-07-20T21:59:09.477Z Compiling path-slash v0.2.1
4992026-07-20T21:59:09.622Z Compiling rustc-demangle v0.1.27
5002026-07-20T21:59:09.690Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5012026-07-20T21:59:09.728Z Compiling goblin v0.10.5
5022026-07-20T21:59:09.742Z Compiling indicatif v0.18.4
5032026-07-20T21:59:10.915Z Compiling addr2line v0.26.1
5042026-07-20T21:59:10.999Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5052026-07-20T21:59:11.331Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5062026-07-20T21:59:12.016Z Compiling rayon v1.12.0
5072026-07-20T21:59:13.749Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5082026-07-20T21:59:14.167Z Compiling ron v0.12.1
5092026-07-20T21:59:14.394Z Compiling multimap v0.10.1
5102026-07-20T21:59:14.605Z Compiling datamap v0.1.0
5112026-07-20T21:59:14.915Z Compiling auto_impl v1.3.0
5122026-07-20T21:59:15.813Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-07-20T21:59:16.783Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5142026-07-20T21:59:17.106Z Compiling zerovec v0.11.6
5152026-07-20T21:59:18.981Z Compiling parking_lot v0.12.5
5162026-07-20T21:59:19.303Z Compiling tinystr v0.8.3
5172026-07-20T21:59:19.509Z Compiling rustc_version v0.4.1
5182026-07-20T21:59:19.778Z Compiling ryu v1.0.23
5192026-07-20T21:59:20.147Z Compiling litemap v0.8.2
5202026-07-20T21:59:20.245Z Compiling writeable v0.6.3
5212026-07-20T21:59:20.340Z Compiling heapless v0.7.17
5222026-07-20T21:59:20.436Z Compiling icu_locale_core v2.2.0
5232026-07-20T21:59:20.615Z Compiling potential_utf v0.1.5
5242026-07-20T21:59:20.793Z Compiling toml_edit v0.25.11+spec-1.1.0
5252026-07-20T21:59:21.379Z Compiling zerotrie v0.2.4
5262026-07-20T21:59:21.666Z Compiling strum_macros v0.28.0
5272026-07-20T21:59:21.714Z Compiling proc-macro-hack v0.5.20+deprecated
5282026-07-20T21:59:21.996Z Compiling utf8_iter v1.0.4
5292026-07-20T21:59:22.325Z Compiling icu_collections v2.2.0
5302026-07-20T21:59:22.812Z Compiling icu_provider v2.2.0
5312026-07-20T21:59:23.119Z Compiling proc-macro-crate v3.5.0
5322026-07-20T21:59:23.522Z Compiling strum v0.28.0
5332026-07-20T21:59:23.684Z Compiling hash32 v0.2.1
5342026-07-20T21:59:23.804Z Compiling strum_macros v0.27.2
5352026-07-20T21:59:24.093Z Compiling percent-encoding v2.3.2
5362026-07-20T21:59:25.641Z Compiling strum v0.27.2
5372026-07-20T21:59:26.817Z Compiling postcard-cobs v0.1.5-pre
5382026-07-20T21:59:27.107Z Compiling postcard v0.7.3
5392026-07-20T21:59:27.160Z Compiling darling_core v0.20.11
5402026-07-20T21:59:27.269Z Compiling capstone v0.14.0
5412026-07-20T21:59:27.416Z Compiling pkg-version-impl v0.1.1
5422026-07-20T21:59:27.660Z Compiling icu_normalizer v2.2.0
5432026-07-20T21:59:27.807Z Compiling icu_properties v2.2.0
5442026-07-20T21:59:28.134Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5452026-07-20T21:59:28.184Z Compiling itertools v0.14.0
5462026-07-20T21:59:28.408Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5472026-07-20T21:59:28.906Z Compiling idna_adapter v1.2.2
5482026-07-20T21:59:29.114Z Compiling pkg-version v1.0.0
5492026-07-20T21:59:29.133Z Compiling unicode-width v0.1.14
5502026-07-20T21:59:29.142Z Compiling darling_macro v0.20.11
5512026-07-20T21:59:29.196Z Compiling virtue v0.0.18
5522026-07-20T21:59:29.437Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5532026-07-20T21:59:29.703Z Compiling darling v0.20.11
5542026-07-20T21:59:29.727Z Compiling bincode_derive v2.0.1
5552026-07-20T21:59:29.769Z Compiling idna v1.1.0
5562026-07-20T21:59:29.776Z Compiling form_urlencoded v1.2.2
5572026-07-20T21:59:29.937Z Compiling bytemuck_derive v1.10.2
5582026-07-20T21:59:30.214Z Compiling pin-project-lite v0.2.17
5592026-07-20T21:59:30.278Z Compiling url v2.5.8
5602026-07-20T21:59:30.312Z Compiling deku_derive v0.18.1
5612026-07-20T21:59:30.321Z Compiling num_enum_derive v0.7.6
5622026-07-20T21:59:30.718Z Compiling jep106 v0.3.0
5632026-07-20T21:59:30.985Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5642026-07-20T21:59:30.993Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5652026-07-20T21:59:31.112Z Compiling bytemuck v1.25.0
5662026-07-20T21:59:31.307Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5672026-07-20T21:59:31.337Z Compiling tracing-core v0.1.36
5682026-07-20T21:59:31.346Z Compiling csv-core v0.1.13
5692026-07-20T21:59:31.350Z Compiling no_std_io2 v0.8.1
5702026-07-20T21:59:31.420Z Compiling unsafe-libyaml v0.2.11
5712026-07-20T21:59:31.674Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5722026-07-20T21:59:31.805Z Compiling unty v0.0.4
5732026-07-20T21:59:32.126Z Compiling base64 v0.22.1
5742026-07-20T21:59:32.256Z Compiling futures-core v0.3.32
5752026-07-20T21:59:32.305Z Compiling heapless v0.9.3
5762026-07-20T21:59:32.429Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#c4680958)
5772026-07-20T21:59:32.432Z Compiling serde_yaml v0.9.34+deprecated
5782026-07-20T21:59:32.652Z Compiling deku v0.18.1
5792026-07-20T21:59:33.128Z Compiling bincode v2.0.1
5802026-07-20T21:59:33.407Z Compiling csv v1.4.0
5812026-07-20T21:59:33.515Z Compiling num_enum v0.7.6
5822026-07-20T21:59:33.722Z Compiling hash32 v0.3.1
5832026-07-20T21:59:33.731Z Compiling md-5 v0.10.6
5842026-07-20T21:59:33.903Z Compiling serde_plain v1.0.2
5852026-07-20T21:59:33.945Z Compiling tracing-attributes v0.1.31
5862026-07-20T21:59:34.218Z Compiling miette-derive v7.6.0
5872026-07-20T21:59:34.235Z Compiling async-io v2.6.0
5882026-07-20T21:59:34.473Z Compiling slab v0.4.12
5892026-07-20T21:59:34.689Z Compiling object v0.38.1
5902026-07-20T21:59:34.974Z Compiling libdevinfo-sys v1.1.0
5912026-07-20T21:59:35.079Z Compiling devinfo v0.1.0
5922026-07-20T21:59:35.173Z Compiling tracing v0.1.44
5932026-07-20T21:59:35.201Z Compiling esp-idf-part v0.6.0
5942026-07-20T21:59:35.345Z Compiling miette v7.6.0
5952026-07-20T21:59:35.574Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#c4680958)
5962026-07-20T21:59:36.125Z Compiling futures-lite v2.6.1
5972026-07-20T21:59:36.613Z Compiling gimli v0.32.3
5982026-07-20T21:59:36.680Z Compiling md-5 v0.11.0
5992026-07-20T21:59:36.689Z Compiling docsplay-macros v0.1.2
6002026-07-20T21:59:36.985Z Compiling concurrent-queue v2.5.0
6012026-07-20T21:59:37.002Z Compiling polling v3.11.0
6022026-07-20T21:59:37.038Z Compiling rmp v0.8.15
6032026-07-20T21:59:37.330Z Compiling futures-io v0.3.32
6042026-07-20T21:59:37.377Z Compiling parking v2.2.1
6052026-07-20T21:59:37.482Z Compiling docsplay v0.1.3
6062026-07-20T21:59:37.549Z Compiling rmp-serde v1.3.1
6072026-07-20T21:59:38.122Z Compiling cobs v0.5.1
6082026-07-20T21:59:38.621Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6092026-07-20T21:59:39.806Z Compiling espflash v4.4.0
6102026-07-20T21:59:40.294Z Compiling uf2-decode v0.2.0
6112026-07-20T21:59:40.333Z Compiling dunce v1.0.5
6122026-07-20T21:59:40.437Z Compiling ihex v3.0.0
6132026-07-20T21:59:40.740Z Compiling chacha20 v0.10.0
6142026-07-20T21:59:40.791Z Compiling unicode-segmentation v1.13.2
6152026-07-20T21:59:41.063Z Compiling rand v0.10.1
6162026-07-20T21:59:41.073Z Compiling signal-hook v0.3.18
6172026-07-20T21:59:41.871Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6182026-07-20T21:59:42.260Z Compiling signal-hook-registry v1.4.8
6192026-07-20T21:59:42.281Z Compiling convert_case v0.10.0
6202026-07-20T21:59:42.539Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6212026-07-20T21:59:43.009Z Compiling mio v0.8.11
6222026-07-20T21:59:43.380Z Compiling mio v1.2.0
6232026-07-20T21:59:43.548Z Compiling derive_more-impl v2.1.1
6242026-07-20T21:59:43.917Z Compiling signal-hook-mio v0.2.5
6252026-07-20T21:59:44.373Z Compiling litrs v1.0.0
6262026-07-20T21:59:44.716Z Compiling derive_more v2.1.1
6272026-07-20T21:59:44.798Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6282026-07-20T21:59:44.829Z Compiling document-features v0.2.12
6292026-07-20T21:59:45.399Z Compiling crossterm v0.29.0
6302026-07-20T21:59:45.487Z Compiling convert_case v0.11.0
6312026-07-20T21:59:45.588Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6322026-07-20T21:59:46.330Z Compiling camino v1.2.2
6332026-07-20T21:59:46.584Z Compiling paste v1.0.15
6342026-07-20T21:59:47.347Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6352026-07-20T21:59:47.906Z Compiling crossbeam-channel v0.5.15
6362026-07-20T21:59:48.147Z Compiling castaway v0.2.4
6372026-07-20T21:59:48.482Z Compiling thiserror v1.0.69
6382026-07-20T21:59:48.494Z Compiling indoc v2.0.7
6392026-07-20T21:59:48.771Z Compiling instability v0.3.12
6402026-07-20T21:59:48.940Z Compiling unicode-truncate v2.0.1
6412026-07-20T21:59:49.091Z Compiling lazy-regex-proc_macros v3.6.0
6422026-07-20T21:59:49.110Z Compiling compact_str v0.9.0
6432026-07-20T21:59:49.772Z Compiling lru v0.16.4
6442026-07-20T21:59:49.972Z Compiling kasuari v0.4.12
6452026-07-20T21:59:50.000Z Compiling thiserror-impl v1.0.69
6462026-07-20T21:59:50.039Z Compiling crossbeam-queue v0.3.12
6472026-07-20T21:59:50.039Z Compiling cargo-platform v0.3.3
6482026-07-20T21:59:50.211Z Compiling cargo_metadata v0.23.1
6492026-07-20T21:59:50.317Z Compiling ratatui-core v0.1.0
6502026-07-20T21:59:50.466Z Compiling crossbeam v0.8.4
6512026-07-20T21:59:50.542Z Compiling lazy-regex v3.6.0
6522026-07-20T21:59:51.246Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6532026-07-20T21:59:52.270Z Compiling base64 v0.13.1
6542026-07-20T21:59:52.548Z Compiling binrw_derive v0.14.2
6552026-07-20T21:59:52.620Z Compiling bitflags v1.3.2
6562026-07-20T21:59:52.698Z Compiling strict v0.2.0
6572026-07-20T21:59:52.911Z Compiling ron v0.6.6
6582026-07-20T21:59:52.926Z Compiling crokey-proc_macros v1.4.0
6592026-07-20T21:59:52.979Z Compiling crossterm v0.23.2
6602026-07-20T21:59:53.599Z Compiling line-clipping v0.3.7
6612026-07-20T21:59:53.620Z Compiling binrw v0.14.2
6622026-07-20T21:59:54.087Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6632026-07-20T21:59:54.199Z Compiling owo-colors v3.5.0
6642026-07-20T21:59:54.251Z Compiling cargo-readme v3.3.2
6652026-07-20T21:59:54.844Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6662026-07-20T21:59:55.012Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6672026-07-20T21:59:56.664Z Compiling crokey v1.4.0
6682026-07-20T21:59:57.113Z Compiling ratatui-widgets v0.3.0
6692026-07-20T21:59:57.328Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-07-20T21:59:57.883Z Compiling coolor v0.8.0
6712026-07-20T21:59:58.151Z Compiling coolor v1.1.0
6722026-07-20T21:59:58.432Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6732026-07-20T21:59:58.643Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6742026-07-20T21:59:59.312Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6752026-07-20T22:00:00.025Z Compiling half v2.7.1
6762026-07-20T22:00:00.371Z Compiling minimad v0.13.1
6772026-07-20T22:00:00.408Z Compiling minimad v0.14.0
6782026-07-20T22:00:00.413Z Compiling convert_case v0.4.0
6792026-07-20T22:00:00.735Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6802026-07-20T22:00:00.836Z Compiling ciborium-io v0.2.2
6812026-07-20T22:00:00.940Z Compiling array-init v2.1.0
6822026-07-20T22:00:02.043Z Compiling ciborium-ll v0.2.2
6832026-07-20T22:00:02.046Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6842026-07-20T22:00:02.361Z Compiling derive_more v0.99.20
6852026-07-20T22:00:02.473Z Compiling termimad v0.34.1
6862026-07-20T22:00:02.786Z Compiling termimad v0.25.7
6872026-07-20T22:00:03.234Z Compiling ratatui-macros v0.7.0
6882026-07-20T22:00:03.348Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6892026-07-20T22:00:03.945Z Compiling ratatui-crossterm v0.1.0
6902026-07-20T22:00:04.159Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6912026-07-20T22:00:04.199Z Compiling sha2 v0.11.0
6922026-07-20T22:00:04.652Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6932026-07-20T22:00:04.690Z Compiling parse-size v1.1.0
6942026-07-20T22:00:04.897Z Compiling iana-time-zone v0.1.65
6952026-07-20T22:00:04.919Z Compiling xml v1.2.1
6962026-07-20T22:00:05.277Z Compiling chrono v0.4.44
6972026-07-20T22:00:06.332Z Compiling serde-xml-rs v0.8.2
6982026-07-20T22:00:07.806Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6992026-07-20T22:00:09.151Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7002026-07-20T22:00:10.321Z Compiling ratatui v0.30.0
7012026-07-20T22:00:11.040Z Compiling raw-cpuid v11.6.0
7022026-07-20T22:00:11.589Z Compiling ciborium v0.2.2
7032026-07-20T22:00:11.731Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7042026-07-20T22:00:11.875Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7052026-07-20T22:00:12.422Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7062026-07-20T22:00:12.635Z Compiling humility-bin v0.13.2 (/work/oxidecomputer/humility/humility-bin)
7072026-07-20T22:00:13.008Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7082026-07-20T22:00:13.191Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7092026-07-20T22:00:13.757Z Compiling tracing-log v0.2.0
7102026-07-20T22:00:14.188Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7112026-07-20T22:00:14.375Z Compiling sharded-slab v0.1.7
7122026-07-20T22:00:15.000Z Compiling matchers v0.2.0
7132026-07-20T22:00:15.080Z Compiling termios v0.3.3
7142026-07-20T22:00:15.150Z Compiling thread_local v1.1.9
7152026-07-20T22:00:15.168Z Compiling nu-ansi-term v0.50.3
7162026-07-20T22:00:15.194Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7172026-07-20T22:00:15.259Z Compiling splitty v1.0.2
7182026-07-20T22:00:15.458Z Compiling tracing-subscriber v0.3.23
7192026-07-20T22:00:15.551Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7202026-07-20T22:00:15.551Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7212026-07-20T22:00:15.800Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7222026-07-20T22:00:17.319Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7232026-07-20T22:00:17.517Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7242026-07-20T22:00:17.992Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7252026-07-20T22:00:19.961Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7262026-07-20T22:00:21.166Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7272026-07-20T22:00:22.422Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7282026-07-20T22:00:22.951Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7292026-07-20T22:00:23.663Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7302026-07-20T22:00:24.250Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7312026-07-20T22:00:26.342Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7322026-07-20T22:00:27.425Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7332026-07-20T22:00:32.265Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7342026-07-20T22:00:32.605Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7352026-07-20T22:00:32.991Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7362026-07-20T22:00:33.978Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7372026-07-20T22:00:35.893Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7382026-07-20T22:00:38.023Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7392026-07-20T22:00:38.972Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7402026-07-20T22:00:40.359Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7412026-07-20T22:00:42.236Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7422026-07-20T22:00:42.879Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7432026-07-20T22:00:44.220Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7442026-07-20T22:00:44.532Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7452026-07-20T22:00:45.923Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7462026-07-20T22:00:46.184Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7472026-07-20T22:00:46.521Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7482026-07-20T22:00:47.814Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7492026-07-20T22:00:48.090Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7502026-07-20T22:00:49.446Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7512026-07-20T22:00:49.803Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7522026-07-20T22:00:50.667Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7532026-07-20T22:00:53.018Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7542026-07-20T22:00:53.776Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7552026-07-20T22:00:54.028Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7562026-07-20T22:00:54.669Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7572026-07-20T22:00:55.760Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7582026-07-20T22:00:56.723Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7592026-07-20T22:00:56.856Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7602026-07-20T22:00:57.609Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7612026-07-20T22:00:58.257Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7622026-07-20T22:00:59.697Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7632026-07-20T22:01:00.267Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7642026-07-20T22:01:00.493Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7652026-07-20T22:01:01.358Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7662026-07-20T22:01:01.386Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7672026-07-20T22:01:01.863Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7682026-07-20T22:01:03.215Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7692026-07-20T22:01:04.312Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7702026-07-20T22:01:04.796Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7712026-07-20T22:01:05.106Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7722026-07-20T22:01:06.142Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7732026-07-20T22:01:27.499Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 09s
7742026-07-20T22:01:27.502Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7752026-07-20T22:01:27.502Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7762026-07-20T22:02:27.493Zpkg://helios/developer/debug/humility@0.13.2.708,5.11-3.0:20260720T220134Z
7772026-07-20T22:02:27.493ZPUBLISHED
7782026-07-20T22:02:27.712ZRetrieving packages for publisher helios ...
7792026-07-20T22:02:27.716ZRetrieving catalog 'helios' ... Done
7802026-07-20T22:02:27.716ZRetrieving and evaluating 1 package(s)...
7812026-07-20T22:02:27.716ZFetching manifests: 1/1 100% complete
7822026-07-20T22:02:27.716ZFetching manifests: 1/1 100% complete
7832026-07-20T22:02:27.716Z
7842026-07-20T22:02:27.716ZArchiving packages ...
7852026-07-20T22:02:27.716Z Packages to add: 1
7862026-07-20T22:02:27.716Z Files to retrieve: 1
7872026-07-20T22:02:27.716ZEstimated transfer size: 134.37 MB
7882026-07-20T22:02:27.716Z
7892026-07-20T22:02:27.716ZPackages to archive:
7902026-07-20T22:02:27.716Zdeveloper/debug/humility@0.13.2.708,5.11-3.0:20260720T220134Z
7912026-07-20T22:02:27.716Z
7922026-07-20T22:02:27.716ZDownload: 0/1 items 0.0/134.4MB 0% complete
7932026-07-20T22:02:27.956ZDownload: Completed 134.37 MB in 0.24 seconds (559M/s)
7942026-07-20T22:02:27.960ZArchiving: 1/10 items 0.0/134.4MB 0% complete
7952026-07-20T22:02:28.008ZArchiving: Completed 134.39 MB in 0.05 seconds
7962026-07-20T22:02:28.053ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.2.708-3.0.p5p.
7972026-07-20T22:02:28.060Z
7982026-07-20T22:02:28.063Zreal 4:34.003401835
7992026-07-20T22:02:28.063Zuser 22:44.614249498
8002026-07-20T22:02:28.063Zsys 1:38.395649987
8012026-07-20T22:02:28.064Ztrap 0.685944648
8022026-07-20T22:02:28.064Ztflt 1.123830689
8032026-07-20T22:02:28.064Zdflt 1.805643917
8042026-07-20T22:02:28.064Zkflt 0.011269900
8052026-07-20T22:02:28.064Zlock 1:39:07.740274478
8062026-07-20T22:02:28.064Zslp 1:13:20.898857224
8072026-07-20T22:02:28.064Zlat 1:13.776033034
8082026-07-20T22:02:28.064Zstop 1:18.866765104
8092026-07-20T22:02:28.064Z+ banner copy
8102026-07-20T22:02:28.064Z
8112026-07-20T22:02:28.064Z #### #### ##### # #
8122026-07-20T22:02:28.064Z # # # # # # # #
8132026-07-20T22:02:28.065Z # # # # # #
8142026-07-20T22:02:28.065Z # # # ##### #
8152026-07-20T22:02:28.065Z # # # # # #
8162026-07-20T22:02:28.065Z #### #### # #
8172026-07-20T22:02:28.065Z
8182026-07-20T22:02:28.065Z+ pfexec mkdir -p /out
8192026-07-20T22:02:28.069Z+ pfexec chown 12345 /out
8202026-07-20T22:02:28.070Z+ PKG_NAME=/out/humility.p5p
8212026-07-20T22:02:28.070Z+ mv pkg/packages/repo/humility-0.13.2.708-3.0.p5p /out/humility.p5p
8222026-07-20T22:02:28.173Z+ sha256sum /out/humility.p5p
8232026-07-20T22:02:28.253Zprocess exited: duration 282094 ms, exit code 0
 
8242026-07-20T22:02:28.266Zfound 2 output files
8252026-07-20T22:02:28.266Zuploading: /out/humility.p5p (140922880 bytes)
8262026-07-20T22:02:30.287Zuploaded: /out/humility.p5p
8272026-07-20T22:02:30.287Zuploading: /out/humility.p5p.sha256 (84 bytes)
8282026-07-20T22:02:31.296Zuploaded: /out/humility.p5p.sha256