01KZECABBPBMJEBPZ90SRHA5VR: 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: 01KZECAKZE6FQ8DEKVEQM2A74Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T15:09:52.238Zjob assigned to worker 01KZECAQEJGY49E2XGV5T6WW43 [factory aws, i-0d44aef616bc0002d] (queued for 45 s)
 
22026-08-07T15:09:59.076Zstarting task 0: "setup"
32026-08-07T15:09:59.094Z++ uname -s
42026-08-07T15:09:59.094Z+ kern=SunOS
52026-08-07T15:09:59.094Z+ build_user=build
62026-08-07T15:09:59.094Z+ build_uid=12345
72026-08-07T15:09:59.094Z+ work_dir=/work
82026-08-07T15:09:59.094Z+ input_dir=/input
92026-08-07T15:09:59.094Z+ [[ 0 == 12345 ]]
102026-08-07T15:09:59.094Z+ case "$kern" in
112026-08-07T15:09:59.094Z+ groupadd -g 12345 build
122026-08-07T15:09:59.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T15:10:01.090Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T15:10:01.245Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T15:10:01.247Z+ home_fs=zfs
162026-08-07T15:10:01.248Z+ [[ zfs == autofs ]]
172026-08-07T15:10:01.248Z+ mkdir -p /home/build
182026-08-07T15:10:01.248Z+ chown build:build /home/build /work
192026-08-07T15:10:03.249Z+ chmod 0700 /home/build /work
202026-08-07T15:10:03.252Zprocess exited: duration 4178 ms, exit code 0
 
212026-08-07T15:10:03.259Zstarting task 1: "rust-toolchain"
222026-08-07T15:10:03.263Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T15:10:03.264Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T15:10:03.264Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-07T15:10:03.264Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-07T15:10:03.264Z * rust toolchain channel = "stable"
272026-08-07T15:10:03.264Z * rust toolchain profile = "default"
282026-08-07T15:10:03.267Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T15:10:03.267Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T15:10:03.370Zinfo: downloading installer
312026-08-07T15:10:04.953Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T15:10:04.954Zwarn: /home/build/.rustup/settings.toml
332026-08-07T15:10:04.954Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T15:10:04.954Zwarn: instead of the one inferred from the default host triple.
352026-08-07T15:10:04.966Zinfo: profile set to default
362026-08-07T15:10:04.966Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T15:10:04.969Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-07T15:10:05.112Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-07T15:10:05.116Zinfo: downloading 6 components
402026-08-07T15:10:20.300Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-07T15:10:20.300Z
422026-08-07T15:10:20.328Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-07T15:10:20.328Z
442026-08-07T15:10:20.328Z
452026-08-07T15:10:20.328ZRust is installed now. Great!
462026-08-07T15:10:20.328Z
472026-08-07T15:10:20.328ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T15:10:20.328Zenvironment variable. This has not been done automatically.
492026-08-07T15:10:20.328Z
502026-08-07T15:10:20.328ZTo configure your current shell, you need to source
512026-08-07T15:10:20.328Zthe corresponding env file under $HOME/.cargo.
522026-08-07T15:10:20.328Z
532026-08-07T15:10:20.328ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T15:10:20.332Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T15:10:20.332Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T15:10:20.332Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T15:10:20.332Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T15:10:20.332Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T15:10:20.332Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T15:10:20.332Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T15:10:20.332Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T15:10:20.423Z+ rustup --version
632026-08-07T15:10:20.432Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T15:10:20.435Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T15:10:20.453Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-07T15:10:20.456Z+ cargo --version
672026-08-07T15:10:20.470Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-07T15:10:20.473Z+ rustc --version
692026-08-07T15:10:20.492Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-07T15:10:20.495Zprocess exited: duration 17235 ms, exit code 0
 
712026-08-07T15:10:20.502Zstarting task 2: "authentication"
722026-08-07T15:10:20.519Zprocess exited: duration 16 ms, exit code 0
 
732026-08-07T15:10:20.526Zstarting task 3: "clone repository"
742026-08-07T15:10:20.529Z+ mkdir -p /work/oxidecomputer/humility
752026-08-07T15:10:20.532Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-08-07T15:10:20.566ZCloning into '/work/oxidecomputer/humility'...
772026-08-07T15:10:55.065Z+ cd /work/oxidecomputer/humility
782026-08-07T15:10:55.065Z+ git fetch origin a24f3bf6977bed8c712452aae2b82ade8398f6d5
792026-08-07T15:10:55.378ZFrom https://github.com/oxidecomputer/humility
802026-08-07T15:10:55.378Z * branch a24f3bf6977bed8c712452aae2b82ade8398f6d5 -> FETCH_HEAD
812026-08-07T15:10:55.385Z+ [[ -n james/probe-go-faster ]]
822026-08-07T15:10:55.388Z++ git branch --show-current
832026-08-07T15:10:55.388Z+ current=master
842026-08-07T15:10:55.391Z+ [[ master != james/probe-go-faster ]]
852026-08-07T15:10:55.391Z+ git branch -f james/probe-go-faster a24f3bf6977bed8c712452aae2b82ade8398f6d5
862026-08-07T15:10:55.393Z+ git checkout -f james/probe-go-faster
872026-08-07T15:10:55.984ZSwitched to branch 'james/probe-go-faster'
882026-08-07T15:10:55.987Z+ git reset --hard a24f3bf6977bed8c712452aae2b82ade8398f6d5
892026-08-07T15:10:55.996ZHEAD is now at a24f3bf6 Re-bless tests, address review comments
902026-08-07T15:10:55.999Zprocess exited: duration 35470 ms, exit code 0
 
912026-08-07T15:10:56.005Zstarting task 4: "build"
922026-08-07T15:10:56.010Z+ export CARGO_INCREMENTAL=0
932026-08-07T15:10:56.010Z+ CARGO_INCREMENTAL=0
942026-08-07T15:10:56.010Z+ banner deps
952026-08-07T15:10:56.050Z
962026-08-07T15:10:56.050Z ##### ###### ##### ####
972026-08-07T15:10:56.050Z # # # # # #
982026-08-07T15:10:56.050Z # # ##### # # ####
992026-08-07T15:10:56.050Z # # # ##### #
1002026-08-07T15:10:56.050Z # # # # # #
1012026-08-07T15:10:56.050Z ##### ###### # ####
1022026-08-07T15:10:56.050Z
1032026-08-07T15:10:56.050Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-08-07T15:10:56.050Z+ PKG_SUCCESS_ON_NOP=1
1052026-08-07T15:10:56.050Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-08-07T15:10:57.222Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-07T15:10:57.489Z Startup: Caching catalogs ... Done
1082026-08-07T15:10:58.883ZPlanning: Solver setup ... Done (1.309s)
1092026-08-07T15:10:58.929ZPlanning: Running solver ... Done (0.046s)
1102026-08-07T15:10:58.962ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-07T15:10:58.974ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-07T15:10:58.987ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-07T15:10:59.001ZPlanning: Package planning ... Done (0.013s)
1142026-08-07T15:10:59.006ZPlanning: Merging actions ... Done (0.000s)
1152026-08-07T15:10:59.151ZPlanning: Checking for conflicting actions ... Done (0.150s)
1162026-08-07T15:10:59.154ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-08-07T15:10:59.960ZPlanning: Evaluating mediators ... Done (0.808s)
1182026-08-07T15:10:59.964ZPlanning: Planning completed in 2.44 seconds
1192026-08-07T15:10:59.969Z Packages to install: 2
1202026-08-07T15:10:59.972Z Estimated space available: 155.72 GB
1212026-08-07T15:10:59.972ZEstimated space to be consumed: 50.11 MB
1222026-08-07T15:10:59.972Z Create boot environment: No
1232026-08-07T15:10:59.972ZCreate backup boot environment: No
1242026-08-07T15:10:59.972Z Rebuild boot archive: No
1252026-08-07T15:10:59.972Z
1262026-08-07T15:10:59.972ZChanged packages:
1272026-08-07T15:10:59.972Zhelios
1282026-08-07T15:10:59.972Z library/libftdi1
1292026-08-07T15:10:59.972Z None -> 1.5-3.0
1302026-08-07T15:10:59.972Z ooce/library/libusb-1
1312026-08-07T15:10:59.972Z None -> 1.0.29-3.1
1322026-08-07T15:10:59.995Z
1332026-08-07T15:10:59.995ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-08-07T15:11:00.029ZDownload: Completed 377.70 kB in 0.03 seconds (10.6M/s)
1352026-08-07T15:11:00.082Z Actions: 1/61 actions (Installing new actions)
1362026-08-07T15:11:00.094Z Actions: Completed 61 actions in 0.01 seconds.
1372026-08-07T15:11:00.117ZFinalize: Updating package state database ... Done (0.023s)
1382026-08-07T15:11:00.120ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-07T15:11:00.178ZFinalize: Updating image state ... Done (0.061s)
1402026-08-07T15:11:02.670ZFinalize: Creating fast lookup database ... Done (2.454s)
1412026-08-07T15:11:02.739ZFinalize: Reading search index ... Done (0.013s)
1422026-08-07T15:11:02.742ZFinalize: Updating search index ... Done (0.000s)
1432026-08-07T15:11:02.835ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-07T15:11:02.974Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-08-07T15:11:03.186ZFMRI IFO
1462026-08-07T15:11:03.186Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-08-07T15:11:03.186Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-08-07T15:11:03.222Z+ cargo --version
1492026-08-07T15:11:03.233Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-08-07T15:11:03.235Z+ rustc --version
1512026-08-07T15:11:03.255Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-08-07T15:11:03.258Z+ banner package
1532026-08-07T15:11:03.258Z
1542026-08-07T15:11:03.258Z ##### ## #### # # ## #### ######
1552026-08-07T15:11:03.258Z # # # # # # # # # # # # #
1562026-08-07T15:11:03.258Z # # # # # #### # # # #####
1572026-08-07T15:11:03.258Z ##### ###### # # # ###### # ### #
1582026-08-07T15:11:03.259Z # # # # # # # # # # # #
1592026-08-07T15:11:03.259Z # # # #### # # # # #### ######
1602026-08-07T15:11:03.259Z
1612026-08-07T15:11:03.262Z+ ptime -m cargo xtask package
1622026-08-07T15:11:03.376Z Updating crates.io index
1632026-08-07T15:11:03.379Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-08-07T15:11:03.719Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-08-07T15:11:04.014Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-08-07T15:11:04.402Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-08-07T15:11:04.748Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-08-07T15:11:05.052Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-08-07T15:11:05.406Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-08-07T15:11:05.812Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-08-07T15:11:10.473Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-08-07T15:11:10.801Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-08-07T15:11:11.400Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-08-07T15:11:11.932Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-08-07T15:11:12.313Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-08-07T15:11:12.646Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-08-07T15:11:15.411Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-08-07T15:11:15.682Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-08-07T15:11:16.080Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-08-07T15:11:16.614Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-08-07T15:11:19.100Z Downloading crates ...
1822026-08-07T15:11:19.158Z Downloaded heck v0.5.0
1832026-08-07T15:11:19.162Z Downloaded serde_spanned v1.1.1
1842026-08-07T15:11:19.165Z Downloaded anstyle-query v1.1.5
1852026-08-07T15:11:19.165Z Downloaded utf8parse v0.2.2
1862026-08-07T15:11:19.170Z Downloaded itoa v1.0.18
1872026-08-07T15:11:19.173Z Downloaded lazy_static v1.5.0
1882026-08-07T15:11:19.173Z Downloaded percent-encoding v2.3.2
1892026-08-07T15:11:19.176Z Downloaded clap_lex v1.1.0
1902026-08-07T15:11:19.180Z Downloaded cargo-platform v0.3.3
1912026-08-07T15:11:19.184Z Downloaded is_terminal_polyfill v1.70.2
1922026-08-07T15:11:19.192Z Downloaded strsim v0.11.1
1932026-08-07T15:11:19.198Z Downloaded equivalent v1.0.2
1942026-08-07T15:11:19.200Z Downloaded colorchoice v1.0.5
1952026-08-07T15:11:19.215Z Downloaded anstream v1.0.0
1962026-08-07T15:11:19.218Z Downloaded thiserror-impl v2.0.18
1972026-08-07T15:11:19.224Z Downloaded thiserror v2.0.18
1982026-08-07T15:11:19.227Z Downloaded quote v1.0.45
1992026-08-07T15:11:19.229Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2002026-08-07T15:11:19.232Z Downloaded toml_writer v1.1.1+spec-1.1.0
2012026-08-07T15:11:19.232Z Downloaded anstyle v1.0.14
2022026-08-07T15:11:19.248Z Downloaded anstyle-parse v1.0.0
2032026-08-07T15:11:19.251Z Downloaded cargo_metadata v0.23.1
2042026-08-07T15:11:19.254Z Downloaded cargo-readme v3.3.2
2052026-08-07T15:11:19.257Z Downloaded toml_parser v1.1.2+spec-1.1.0
2062026-08-07T15:11:19.260Z Downloaded zmij v1.0.21
2072026-08-07T15:11:19.260Z Downloaded anyhow v1.0.102
2082026-08-07T15:11:19.277Z Downloaded toml v1.1.2+spec-1.1.0
2092026-08-07T15:11:19.280Z Downloaded semver v1.0.28
2102026-08-07T15:11:19.283Z Downloaded clap v4.6.1
2112026-08-07T15:11:19.286Z Downloaded serde_core v1.0.228
2122026-08-07T15:11:19.292Z Downloaded camino v1.2.2
2132026-08-07T15:11:19.295Z Downloaded unicode-ident v1.0.24
2142026-08-07T15:11:19.302Z Downloaded serde_derive v1.0.228
2152026-08-07T15:11:19.305Z Downloaded clap_derive v4.6.1
2162026-08-07T15:11:19.311Z Downloaded proc-macro2 v1.0.106
2172026-08-07T15:11:19.328Z Downloaded memchr v2.8.0
2182026-08-07T15:11:19.331Z Downloaded serde v1.0.228
2192026-08-07T15:11:19.345Z Downloaded indexmap v2.14.0
2202026-08-07T15:11:19.383Z Downloaded regex v1.12.3
2212026-08-07T15:11:19.392Z Downloaded serde_json v1.0.149
2222026-08-07T15:11:19.396Z Downloaded aho-corasick v1.1.4
2232026-08-07T15:11:19.399Z Downloaded clap_builder v4.6.0
2242026-08-07T15:11:19.402Z Downloaded syn v2.0.117
2252026-08-07T15:11:19.408Z Downloaded hashbrown v0.17.0
2262026-08-07T15:11:19.411Z Downloaded winnow v1.0.2
2272026-08-07T15:11:19.430Z Downloaded regex-syntax v0.8.10
2282026-08-07T15:11:19.451Z Downloaded regex-automata v0.4.14
2292026-08-07T15:11:19.490Z Compiling serde_core v1.0.228
2302026-08-07T15:11:19.490Z Compiling proc-macro2 v1.0.106
2312026-08-07T15:11:19.490Z Compiling unicode-ident v1.0.24
2322026-08-07T15:11:19.493Z Compiling quote v1.0.45
2332026-08-07T15:11:19.493Z Compiling memchr v2.8.0
2342026-08-07T15:11:19.493Z Compiling utf8parse v0.2.2
2352026-08-07T15:11:19.493Z Compiling anstyle v1.0.14
2362026-08-07T15:11:19.493Z Compiling colorchoice v1.0.5
2372026-08-07T15:11:19.705Z Compiling anstyle-parse v1.0.0
2382026-08-07T15:11:19.708Z Compiling serde v1.0.228
2392026-08-07T15:11:19.708Z Compiling anstyle-query v1.1.5
2402026-08-07T15:11:19.795Z Compiling is_terminal_polyfill v1.70.2
2412026-08-07T15:11:19.807Z Compiling zmij v1.0.21
2422026-08-07T15:11:19.878Z Compiling anstream v1.0.0
2432026-08-07T15:11:19.888Z Compiling clap_lex v1.1.0
2442026-08-07T15:11:19.958Z Compiling strsim v0.11.1
2452026-08-07T15:11:20.052Z Compiling aho-corasick v1.1.4
2462026-08-07T15:11:20.126Z Compiling camino v1.2.2
2472026-08-07T15:11:20.135Z Compiling thiserror v2.0.18
2482026-08-07T15:11:20.195Z Compiling heck v0.5.0
2492026-08-07T15:11:20.272Z Compiling regex-syntax v0.8.10
2502026-08-07T15:11:20.354Z Compiling winnow v1.0.2
2512026-08-07T15:11:20.391Z Compiling serde_json v1.0.149
2522026-08-07T15:11:20.481Z Compiling clap_builder v4.6.0
2532026-08-07T15:11:20.657Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-08-07T15:11:20.804Z Compiling syn v2.0.117
2552026-08-07T15:11:20.861Z Compiling toml_writer v1.1.1+spec-1.1.0
2562026-08-07T15:11:21.009Z Compiling itoa v1.0.18
2572026-08-07T15:11:21.074Z Compiling anyhow v1.0.102
2582026-08-07T15:11:21.195Z Compiling lazy_static v1.5.0
2592026-08-07T15:11:21.289Z Compiling percent-encoding v2.3.2
2602026-08-07T15:11:21.650Z Compiling serde_spanned v1.1.1
2612026-08-07T15:11:21.650Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-08-07T15:11:21.714Z Compiling regex-automata v0.4.14
2632026-08-07T15:11:21.825Z Compiling cargo-platform v0.3.3
2642026-08-07T15:11:21.963Z Compiling toml v1.1.2+spec-1.1.0
2652026-08-07T15:11:21.973Z Compiling semver v1.0.28
2662026-08-07T15:11:23.085Z Compiling serde_derive v1.0.228
2672026-08-07T15:11:23.085Z Compiling clap_derive v4.6.1
2682026-08-07T15:11:23.108Z Compiling thiserror-impl v2.0.18
2692026-08-07T15:11:23.402Z Compiling regex v1.12.3
2702026-08-07T15:11:24.417Z Compiling clap v4.6.1
2712026-08-07T15:11:25.324Z Compiling cargo_metadata v0.23.1
2722026-08-07T15:11:25.324Z Compiling cargo-readme v3.3.2
2732026-08-07T15:11:26.296Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-08-07T15:11:27.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.49s
2752026-08-07T15:11:27.871Z Running `target/debug/xtask package`
2762026-08-07T15:11:31.542Z Compiling proc-macro2 v1.0.106
2772026-08-07T15:11:31.542Z Compiling quote v1.0.45
2782026-08-07T15:11:31.542Z Compiling unicode-ident v1.0.24
2792026-08-07T15:11:31.542Z Compiling serde_core v1.0.228
2802026-08-07T15:11:31.545Z Compiling serde v1.0.228
2812026-08-07T15:11:31.545Z Compiling cfg-if v1.0.4
2822026-08-07T15:11:31.545Z Compiling libc v0.2.186
2832026-08-07T15:11:31.678Z Compiling typenum v1.20.0
2842026-08-07T15:11:31.707Z Compiling log v0.4.29
2852026-08-07T15:11:31.954Z Compiling thiserror v2.0.18
2862026-08-07T15:11:31.996Z Compiling scopeguard v1.2.0
2872026-08-07T15:11:32.090Z Compiling memchr v2.8.0
2882026-08-07T15:11:32.276Z Compiling autocfg v1.5.0
2892026-08-07T15:11:32.346Z Compiling stable_deref_trait v1.2.1
2902026-08-07T15:11:32.424Z Compiling strsim v0.11.1
2912026-08-07T15:11:32.525Z Compiling errno v0.3.14
2922026-08-07T15:11:32.580Z Compiling lock_api v0.4.14
2932026-08-07T15:11:32.611Z Compiling smallvec v1.15.1
2942026-08-07T15:11:32.704Z Compiling foldhash v0.2.0
2952026-08-07T15:11:32.829Z Compiling equivalent v1.0.2
2962026-08-07T15:11:32.867Z Compiling syn v2.0.117
2972026-08-07T15:11:32.876Z Compiling heck v0.5.0
2982026-08-07T15:11:32.928Z Compiling ident_case v1.0.1
2992026-08-07T15:11:32.948Z Compiling rustversion v1.0.22
3002026-08-07T15:11:32.955Z Compiling jobserver v0.1.34
3012026-08-07T15:11:33.044Z Compiling zeroize v1.8.2
3022026-08-07T15:11:33.081Z Compiling shlex v1.3.0
3032026-08-07T15:11:33.254Z Compiling find-msvc-tools v0.1.9
3042026-08-07T15:11:33.276Z Compiling anyhow v1.0.102
3052026-08-07T15:11:33.462Z Compiling cc v1.2.61
3062026-08-07T15:11:33.477Z Compiling libm v0.2.16
3072026-08-07T15:11:33.583Z Compiling rustix v1.1.4
3082026-08-07T15:11:33.592Z Compiling num-traits v0.2.19
3092026-08-07T15:11:33.807Z Compiling version_check v0.9.5
3102026-08-07T15:11:33.821Z Compiling zerocopy v0.8.48
3112026-08-07T15:11:33.851Z Compiling const-oid v0.9.6
3122026-08-07T15:11:33.894Z Compiling bitflags v2.11.1
3132026-08-07T15:11:34.060Z Compiling generic-array v0.14.7
3142026-08-07T15:11:34.274Z Compiling aho-corasick v1.1.4
3152026-08-07T15:11:34.283Z Compiling regex-syntax v0.8.10
3162026-08-07T15:11:34.410Z Compiling hashbrown v0.17.0
3172026-08-07T15:11:34.733Z Compiling hybrid-array v0.4.11
3182026-08-07T15:11:34.748Z Compiling crossbeam-utils v0.8.21
3192026-08-07T15:11:35.108Z Compiling once_cell v1.21.4
3202026-08-07T15:11:35.217Z Compiling indexmap v2.14.0
3212026-08-07T15:11:35.835Z Compiling synstructure v0.13.2
3222026-08-07T15:11:35.946Z Compiling regex-automata v0.4.14
3232026-08-07T15:11:36.081Z Compiling syn v1.0.109
3242026-08-07T15:11:36.403Z Compiling itoa v1.0.18
3252026-08-07T15:11:36.432Z Compiling pkg-config v0.3.33
3262026-08-07T15:11:36.875Z Compiling block-buffer v0.10.4
3272026-08-07T15:11:36.928Z Compiling serde_derive v1.0.228
3282026-08-07T15:11:37.052Z Compiling thiserror-impl v2.0.18
3292026-08-07T15:11:37.161Z Compiling zerofrom-derive v0.1.7
3302026-08-07T15:11:38.347Z Compiling zerocopy-derive v0.8.48
3312026-08-07T15:11:38.365Z Compiling yoke-derive v0.8.2
3322026-08-07T15:11:38.621Z Compiling zerovec-derive v0.11.3
3332026-08-07T15:11:39.401Z Compiling regex v1.12.3
3342026-08-07T15:11:39.692Z Compiling crypto-common v0.1.7
3352026-08-07T15:11:39.822Z Compiling darling_core v0.23.0
3362026-08-07T15:11:40.282Z Compiling crypto-common v0.2.1
3372026-08-07T15:11:40.516Z Compiling zmij v1.0.21
3382026-08-07T15:11:40.798Z Compiling digest v0.10.7
3392026-08-07T15:11:41.035Z Compiling spin v0.9.8
3402026-08-07T15:11:41.267Z Compiling byteorder v1.5.0
3412026-08-07T15:11:41.331Z Compiling cmov v0.5.3
3422026-08-07T15:11:41.532Z Compiling radium v0.7.0
3432026-08-07T15:11:41.561Z Compiling ctutils v0.4.2
3442026-08-07T15:11:41.808Z Compiling displaydoc v0.2.5
3452026-08-07T15:11:41.827Z Compiling block-buffer v0.12.0
3462026-08-07T15:11:41.986Z Compiling darling_macro v0.23.0
3472026-08-07T15:11:42.006Z Compiling allocator-api2 v0.2.21
3482026-08-07T15:11:42.061Z Compiling crc32fast v1.5.0
3492026-08-07T15:11:42.313Z Compiling tap v1.0.1
3502026-08-07T15:11:42.335Z Compiling const-oid v0.10.2
3512026-08-07T15:11:42.401Z Compiling wyz v0.5.1
3522026-08-07T15:11:42.460Z Compiling hashbrown v0.16.1
3532026-08-07T15:11:42.531Z Compiling digest v0.11.2
3542026-08-07T15:11:42.543Z Compiling darling v0.23.0
3552026-08-07T15:11:42.616Z Compiling base64ct v1.8.3
3562026-08-07T15:11:42.653Z Compiling typeid v1.0.3
3572026-08-07T15:11:42.735Z Compiling funty v2.0.0
3582026-08-07T15:11:42.821Z Compiling static_assertions v1.1.0
3592026-08-07T15:11:42.891Z Compiling either v1.15.0
3602026-08-07T15:11:42.923Z Compiling simd-adler32 v0.3.9
3612026-08-07T15:11:42.966Z Compiling pem-rfc7468 v0.7.0
3622026-08-07T15:11:43.105Z Compiling bitvec v1.0.1
3632026-08-07T15:11:43.182Z Compiling der_derive v0.7.3
3642026-08-07T15:11:43.290Z Compiling clap_derive v4.6.1
3652026-08-07T15:11:43.662Z Compiling getrandom v0.2.17
3662026-08-07T15:11:43.812Z Compiling unicode-width v0.2.2
3672026-08-07T15:11:43.843Z Compiling adler2 v2.0.1
3682026-08-07T15:11:43.896Z Compiling utf8parse v0.2.2
3692026-08-07T15:11:44.001Z Compiling cpufeatures v0.2.17
3702026-08-07T15:11:44.027Z Compiling flagset v0.4.7
3712026-08-07T15:11:44.071Z Compiling sha2 v0.10.9
3722026-08-07T15:11:44.115Z Compiling anstyle-parse v1.0.0
3732026-08-07T15:11:44.124Z Compiling miniz_oxide v0.8.9
3742026-08-07T15:11:44.156Z Compiling der v0.7.10
3752026-08-07T15:11:44.353Z Compiling rand_core v0.6.4
3762026-08-07T15:11:44.624Z Compiling lazy_static v1.5.0
3772026-08-07T15:11:44.714Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-08-07T15:11:44.834Z Compiling crossbeam-epoch v0.9.18
3792026-08-07T15:11:44.985Z Compiling zlib-rs v0.6.3
3802026-08-07T15:11:45.123Z Compiling colorchoice v1.0.5
3812026-08-07T15:11:45.245Z Compiling powerfmt v0.2.0
3822026-08-07T15:11:45.300Z Compiling anstyle v1.0.14
3832026-08-07T15:11:45.413Z Compiling anstyle-query v1.1.5
3842026-08-07T15:11:45.518Z Compiling is_terminal_polyfill v1.70.2
3852026-08-07T15:11:45.526Z Compiling cpufeatures v0.3.0
3862026-08-07T15:11:45.583Z Compiling anstream v1.0.0
3872026-08-07T15:11:45.592Z Compiling deranged v0.5.8
3882026-08-07T15:11:45.710Z Compiling spki v0.7.3
3892026-08-07T15:11:45.995Z Compiling crossbeam-deque v0.8.6
3902026-08-07T15:11:46.065Z Compiling ppv-lite86 v0.2.21
3912026-08-07T15:11:46.205Z Compiling twox-hash v2.1.2
3922026-08-07T15:11:46.208Z Compiling num-conv v0.2.1
3932026-08-07T15:11:46.352Z Compiling time-core v0.1.8
3942026-08-07T15:11:46.364Z Compiling maybe-uninit v2.0.0
3952026-08-07T15:11:46.525Z Compiling object v0.39.1
3962026-08-07T15:11:46.643Z Compiling num_threads v0.1.7
3972026-08-07T15:11:46.733Z Compiling time v0.3.47
3982026-08-07T15:11:46.795Z Compiling rand_chacha v0.3.1
3992026-08-07T15:11:46.840Z Compiling ruzstd v0.8.2
4002026-08-07T15:11:47.125Z Compiling bitfield-macros v0.19.4
4012026-08-07T15:11:47.342Z Compiling terminal_size v0.4.4
4022026-08-07T15:11:47.365Z Compiling num-integer v0.1.46
4032026-08-07T15:11:47.762Z Compiling num-bigint-dig v0.8.6
4042026-08-07T15:11:47.921Z Compiling zstd-safe v7.2.4
4052026-08-07T15:11:48.042Z Compiling flate2 v1.1.9
4062026-08-07T15:11:48.147Z Compiling clap_lex v1.1.0
4072026-08-07T15:11:48.501Z Compiling getrandom v0.4.2
4082026-08-07T15:11:48.586Z Compiling packed_struct v0.10.1
4092026-08-07T15:11:48.647Z Compiling rand_core v0.10.1
4102026-08-07T15:11:48.858Z Compiling clap_builder v4.6.0
4112026-08-07T15:11:49.067Z Compiling bitfield v0.19.4
4122026-08-07T15:11:49.408Z Compiling num-iter v0.1.45
4132026-08-07T15:11:50.209Z Compiling rand v0.8.6
4142026-08-07T15:11:50.801Z Compiling pkcs8 v0.10.2
4152026-08-07T15:11:51.155Z Compiling serde_with_macros v3.18.0
4162026-08-07T15:11:51.352Z Compiling packed_struct_codegen v0.10.1
4172026-08-07T15:11:51.778Z Compiling inout v0.2.2
4182026-08-07T15:11:51.930Z Compiling capstone-sys v0.18.0
4192026-08-07T15:11:52.241Z Compiling crc-catalog v2.5.0
4202026-08-07T15:11:52.333Z Compiling base64 v0.21.7
4212026-08-07T15:11:52.350Z Compiling fallible-iterator v0.3.0
4222026-08-07T15:11:52.375Z Compiling nodrop v0.1.14
4232026-08-07T15:11:52.397Z Compiling parking_lot_core v0.9.12
4242026-08-07T15:11:52.462Z Compiling array-init v0.0.4
4252026-08-07T15:11:52.657Z Compiling ron v0.8.1
4262026-08-07T15:11:52.912Z Compiling crc v3.4.0
4272026-08-07T15:11:53.095Z Compiling serde_with v3.18.0
4282026-08-07T15:11:54.337Z Compiling cipher v0.5.1
4292026-08-07T15:11:54.594Z Compiling pkcs1 v0.7.5
4302026-08-07T15:11:55.065Z Compiling clap v4.6.1
4312026-08-07T15:11:55.147Z Compiling smallvec v0.6.14
4322026-08-07T15:11:56.603Z Compiling signature v2.2.0
4332026-08-07T15:11:56.653Z Compiling hmac v0.13.0
4342026-08-07T15:11:56.818Z Compiling hubpack_derive v0.1.1
4352026-08-07T15:11:56.826Z Compiling env_filter v1.0.1
4362026-08-07T15:11:57.317Z Compiling scroll_derive v0.13.1
4372026-08-07T15:11:58.111Z Compiling parse_int v0.9.0
4382026-08-07T15:11:58.197Z Compiling slog v2.8.2
4392026-08-07T15:11:58.246Z Compiling indexmap v1.9.3
4402026-08-07T15:11:58.420Z Compiling rayon-core v1.13.0
4412026-08-07T15:11:58.474Z Compiling prettyplease v0.2.37
4422026-08-07T15:11:58.639Z Compiling winnow v1.0.2
4432026-08-07T15:11:58.711Z Compiling subtle v2.6.1
4442026-08-07T15:11:58.869Z Compiling jiff v0.2.24
4452026-08-07T15:11:58.936Z Compiling cpp_demangle v0.5.1
4462026-08-07T15:11:59.027Z Compiling libbz2-rs-sys v0.2.3
4472026-08-07T15:11:59.099Z Compiling serde_json v1.0.149
4482026-08-07T15:11:59.323Z Compiling bumpalo v3.20.2
4492026-08-07T15:11:59.332Z Compiling portable-atomic v1.13.1
4502026-08-07T15:11:59.616Z Compiling cpubits v0.1.1
4512026-08-07T15:11:59.690Z Compiling lzss v0.9.1
4522026-08-07T15:11:59.789Z Compiling aes v0.9.0
4532026-08-07T15:12:00.008Z Compiling zopfli v0.8.3
4542026-08-07T15:12:00.995Z Compiling bzip2 v0.6.1
4552026-08-07T15:12:01.286Z Compiling toml_parser v1.1.2+spec-1.1.0
4562026-08-07T15:12:01.673Z Compiling rsa v0.9.10
4572026-08-07T15:12:01.981Z Compiling env_logger v0.11.10
4582026-08-07T15:12:02.418Z Compiling scroll v0.13.0
4592026-08-07T15:12:02.728Z Compiling hubpack v0.1.2
4602026-08-07T15:12:03.133Z Compiling pbkdf2 v0.13.0
4612026-08-07T15:12:03.379Z Compiling serde-hex v0.1.0
4622026-08-07T15:12:03.446Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4632026-08-07T15:12:05.105Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-08-07T15:12:05.278Z Compiling x509-cert v0.2.5
4652026-08-07T15:12:05.340Z Compiling sha1 v0.11.0
4662026-08-07T15:12:05.512Z Compiling lzma-rust2 v0.16.2
4672026-08-07T15:12:05.921Z Compiling erased-serde v0.3.31
4682026-08-07T15:12:06.560Z Compiling zerofrom v0.1.7
4692026-08-07T15:12:06.683Z Compiling num-derive v0.4.2
4702026-08-07T15:12:07.624Z Compiling toml_datetime v1.1.1+spec-1.1.0
4712026-08-07T15:12:08.134Z Compiling serde_spanned v1.1.1
4722026-08-07T15:12:08.281Z Compiling semver v1.0.28
4732026-08-07T15:12:08.574Z Compiling void v1.0.2
4742026-08-07T15:12:08.682Z Compiling fnv v1.0.7
4752026-08-07T15:12:08.778Z Compiling deflate64 v0.1.12
4762026-08-07T15:12:09.345Z Compiling icu_properties_data v2.2.0
4772026-08-07T15:12:09.567Z Compiling hashbrown v0.12.3
4782026-08-07T15:12:10.129Z Compiling icu_normalizer_data v2.2.0
4792026-08-07T15:12:10.354Z Compiling ppmd-rust v1.4.0
4802026-08-07T15:12:10.865Z Compiling crc-any v2.5.0
4812026-08-07T15:12:11.310Z Compiling toml_writer v1.1.1+spec-1.1.0
4822026-08-07T15:12:11.445Z Compiling constant_time_eq v0.4.2
4832026-08-07T15:12:11.584Z Compiling typed-path v0.12.3
4842026-08-07T15:12:11.640Z Compiling hex v0.4.3
4852026-08-07T15:12:11.658Z Compiling toml v1.1.2+spec-1.1.0
4862026-08-07T15:12:11.935Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4872026-08-07T15:12:11.948Z Compiling yoke v0.8.2
4882026-08-07T15:12:12.647Z Compiling gimli v0.33.0
4892026-08-07T15:12:16.069Z Compiling zstd v0.13.3
4902026-08-07T15:12:16.528Z Compiling zip v8.6.0
4912026-08-07T15:12:17.739Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-08-07T15:12:22.010Z Compiling console v0.16.3
4932026-08-07T15:12:22.171Z Compiling serde-big-array v0.5.1
4942026-08-07T15:12:22.181Z Compiling memmap2 v0.9.10
4952026-08-07T15:12:22.320Z Compiling rustc-demangle v0.1.27
4962026-08-07T15:12:22.751Z Compiling typed-arena v2.0.2
4972026-08-07T15:12:22.901Z Compiling unit-prefix v0.5.2
4982026-08-07T15:12:23.059Z Compiling path-slash v0.2.1
4992026-08-07T15:12:23.327Z Compiling plain v0.2.3
5002026-08-07T15:12:23.440Z Compiling colored v3.1.1
5012026-08-07T15:12:23.592Z Compiling goblin v0.10.5
5022026-08-07T15:12:23.595Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5032026-08-07T15:12:23.731Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5042026-08-07T15:12:24.048Z Compiling indicatif v0.18.4
5052026-08-07T15:12:24.073Z Compiling addr2line v0.26.1
5062026-08-07T15:12:24.267Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-08-07T15:12:24.940Z Compiling rayon v1.12.0
5082026-08-07T15:12:26.377Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5092026-08-07T15:12:27.360Z Compiling ron v0.12.1
5102026-08-07T15:12:28.468Z Compiling multimap v0.10.1
5112026-08-07T15:12:28.810Z Compiling datamap v0.1.0
5122026-08-07T15:12:28.995Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5132026-08-07T15:12:29.676Z Compiling auto_impl v1.3.0
5142026-08-07T15:12:30.883Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-08-07T15:12:31.179Z Compiling zerovec v0.11.6
5162026-08-07T15:12:32.467Z Compiling parking_lot v0.12.5
5172026-08-07T15:12:33.055Z Compiling tinystr v0.8.3
5182026-08-07T15:12:33.258Z Compiling rustc_version v0.4.1
5192026-08-07T15:12:33.512Z Compiling litemap v0.8.2
5202026-08-07T15:12:33.700Z Compiling ryu v1.0.23
5212026-08-07T15:12:33.703Z Compiling writeable v0.6.3
5222026-08-07T15:12:33.903Z Compiling icu_locale_core v2.2.0
5232026-08-07T15:12:34.060Z Compiling heapless v0.7.17
5242026-08-07T15:12:34.337Z Compiling potential_utf v0.1.5
5252026-08-07T15:12:34.490Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-08-07T15:12:34.829Z Compiling zerotrie v0.2.4
5272026-08-07T15:12:35.116Z Compiling strum_macros v0.28.0
5282026-08-07T15:12:35.381Z Compiling proc-macro-hack v0.5.20+deprecated
5292026-08-07T15:12:35.837Z Compiling utf8_iter v1.0.4
5302026-08-07T15:12:35.982Z Compiling icu_collections v2.2.0
5312026-08-07T15:12:36.468Z Compiling icu_provider v2.2.0
5322026-08-07T15:12:36.773Z Compiling proc-macro-crate v3.5.0
5332026-08-07T15:12:36.973Z Compiling strum v0.28.0
5342026-08-07T15:12:37.198Z Compiling hash32 v0.2.1
5352026-08-07T15:12:37.380Z Compiling strum_macros v0.27.2
5362026-08-07T15:12:37.871Z Compiling percent-encoding v2.3.2
5372026-08-07T15:12:39.180Z Compiling strum v0.27.2
5382026-08-07T15:12:39.774Z Compiling postcard-cobs v0.1.5-pre
5392026-08-07T15:12:40.087Z Compiling darling_core v0.20.11
5402026-08-07T15:12:40.114Z Compiling postcard v0.7.3
5412026-08-07T15:12:40.155Z Compiling pkg-version-impl v0.1.1
5422026-08-07T15:12:40.404Z Compiling icu_normalizer v2.2.0
5432026-08-07T15:12:40.553Z Compiling icu_properties v2.2.0
5442026-08-07T15:12:40.929Z Compiling capstone v0.14.0
5452026-08-07T15:12:41.121Z Compiling itertools v0.14.0
5462026-08-07T15:12:41.657Z Compiling bitflags v1.3.2
5472026-08-07T15:12:41.679Z Compiling idna_adapter v1.2.2
5482026-08-07T15:12:41.815Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5492026-08-07T15:12:41.949Z Compiling pkg-version v1.0.0
5502026-08-07T15:12:41.981Z Compiling virtue v0.0.18
5512026-08-07T15:12:42.036Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5522026-08-07T15:12:42.105Z Compiling darling_macro v0.20.11
5532026-08-07T15:12:42.518Z Compiling unicode-width v0.1.14
5542026-08-07T15:12:42.639Z Compiling bincode_derive v2.0.1
5552026-08-07T15:12:42.672Z Compiling darling v0.20.11
5562026-08-07T15:12:42.694Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5572026-08-07T15:12:42.831Z Compiling idna v1.1.0
5582026-08-07T15:12:42.976Z Compiling form_urlencoded v1.2.2
5592026-08-07T15:12:43.141Z Compiling bytemuck_derive v1.10.2
5602026-08-07T15:12:43.247Z Compiling pin-project-lite v0.2.17
5612026-08-07T15:12:43.346Z Compiling url v2.5.8
5622026-08-07T15:12:43.354Z Compiling deku_derive v0.18.1
5632026-08-07T15:12:44.052Z Compiling num_enum_derive v0.7.6
5642026-08-07T15:12:44.061Z Compiling jep106 v0.3.0
5652026-08-07T15:12:44.308Z Compiling bytemuck v1.25.0
5662026-08-07T15:12:44.317Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5672026-08-07T15:12:44.329Z Compiling tracing-core v0.1.36
5682026-08-07T15:12:44.368Z Compiling csv-core v0.1.13
5692026-08-07T15:12:44.543Z Compiling no_std_io2 v0.8.1
5702026-08-07T15:12:44.594Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5712026-08-07T15:12:44.613Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5722026-08-07T15:12:44.675Z Compiling unty v0.0.4
5732026-08-07T15:12:44.834Z Compiling futures-core v0.3.32
5742026-08-07T15:12:45.005Z Compiling heapless v0.9.3
5752026-08-07T15:12:45.067Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5762026-08-07T15:12:45.098Z Compiling base64 v0.22.1
5772026-08-07T15:12:45.258Z Compiling unsafe-libyaml v0.2.11
5782026-08-07T15:12:45.408Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5792026-08-07T15:12:45.467Z Compiling deku v0.18.1
5802026-08-07T15:12:45.976Z Compiling serde_yaml v0.9.34+deprecated
5812026-08-07T15:12:45.996Z Compiling num_enum v0.7.6
5822026-08-07T15:12:46.121Z Compiling bincode v2.0.1
5832026-08-07T15:12:46.768Z Compiling csv v1.4.0
5842026-08-07T15:12:46.948Z Compiling hash32 v0.3.1
5852026-08-07T15:12:47.119Z Compiling md-5 v0.10.6
5862026-08-07T15:12:47.291Z Compiling serde_plain v1.0.2
5872026-08-07T15:12:47.333Z Compiling tracing-attributes v0.1.31
5882026-08-07T15:12:47.612Z Compiling miette-derive v7.6.0
5892026-08-07T15:12:47.619Z Compiling async-io v2.6.0
5902026-08-07T15:12:47.856Z Compiling slab v0.4.12
5912026-08-07T15:12:47.929Z Compiling libdevinfo-sys v1.1.0
5922026-08-07T15:12:48.033Z Compiling object v0.38.1
5932026-08-07T15:12:48.095Z Compiling devinfo v0.1.0
5942026-08-07T15:12:48.455Z Compiling esp-idf-part v0.6.0
5952026-08-07T15:12:48.558Z Compiling tracing v0.1.44
5962026-08-07T15:12:48.641Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5972026-08-07T15:12:48.716Z Compiling miette v7.6.0
5982026-08-07T15:12:49.373Z Compiling futures-lite v2.6.1
5992026-08-07T15:12:49.696Z Compiling nix v0.26.4
6002026-08-07T15:12:49.836Z Compiling gimli v0.32.3
6012026-08-07T15:12:49.927Z Compiling md-5 v0.11.0
6022026-08-07T15:12:50.089Z Compiling docsplay-macros v0.1.2
6032026-08-07T15:12:50.242Z Compiling concurrent-queue v2.5.0
6042026-08-07T15:12:50.246Z Compiling polling v3.11.0
6052026-08-07T15:12:50.486Z Compiling rmp v0.8.15
6062026-08-07T15:12:50.722Z Compiling futures-io v0.3.32
6072026-08-07T15:12:50.825Z Compiling parking v2.2.1
6082026-08-07T15:12:51.077Z Compiling docsplay v0.1.3
6092026-08-07T15:12:51.117Z Compiling rmp-serde v1.3.1
6102026-08-07T15:12:51.179Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-08-07T15:12:52.374Z Compiling cobs v0.5.1
6122026-08-07T15:12:52.769Z Compiling espflash v4.4.0
6132026-08-07T15:12:53.293Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6142026-08-07T15:12:53.917Z Compiling uf2-decode v0.2.0
6152026-08-07T15:12:54.098Z Compiling dunce v1.0.5
6162026-08-07T15:12:54.201Z Compiling ihex v3.0.0
6172026-08-07T15:12:54.210Z Compiling chacha20 v0.10.0
6182026-08-07T15:12:54.515Z Compiling rand v0.10.1
6192026-08-07T15:12:54.803Z Compiling unicode-segmentation v1.13.2
6202026-08-07T15:12:55.203Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6212026-08-07T15:12:55.358Z Compiling signal-hook v0.3.18
6222026-08-07T15:12:55.793Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-08-07T15:12:56.913Z Compiling signal-hook-registry v1.4.8
6242026-08-07T15:12:57.008Z Compiling convert_case v0.10.0
6252026-08-07T15:12:57.079Z Compiling mio v1.2.0
6262026-08-07T15:12:57.505Z Compiling mio v0.8.11
6272026-08-07T15:12:57.723Z Compiling derive_more-impl v2.1.1
6282026-08-07T15:12:57.924Z Compiling signal-hook-mio v0.2.5
6292026-08-07T15:12:58.416Z Compiling litrs v1.0.0
6302026-08-07T15:12:58.697Z Compiling derive_more v2.1.1
6312026-08-07T15:12:58.717Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6322026-08-07T15:12:58.868Z Compiling document-features v0.2.12
6332026-08-07T15:12:59.189Z Compiling convert_case v0.11.0
6342026-08-07T15:12:59.198Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6352026-08-07T15:12:59.418Z Compiling crossterm v0.29.0
6362026-08-07T15:13:00.224Z Compiling paste v1.0.15
6372026-08-07T15:13:00.511Z Compiling camino v1.2.2
6382026-08-07T15:13:01.061Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-08-07T15:13:01.654Z Compiling crossbeam-channel v0.5.15
6402026-08-07T15:13:01.676Z Compiling castaway v0.2.4
6412026-08-07T15:13:02.010Z Compiling indoc v2.0.7
6422026-08-07T15:13:02.290Z Compiling thiserror v1.0.69
6432026-08-07T15:13:02.411Z Compiling instability v0.3.12
6442026-08-07T15:13:02.548Z Compiling lazy-regex-proc_macros v3.6.0
6452026-08-07T15:13:02.638Z Compiling compact_str v0.9.0
6462026-08-07T15:13:03.090Z Compiling unicode-truncate v2.0.1
6472026-08-07T15:13:03.334Z Compiling lru v0.16.4
6482026-08-07T15:13:03.457Z Compiling kasuari v0.4.12
6492026-08-07T15:13:03.574Z Compiling thiserror-impl v1.0.69
6502026-08-07T15:13:03.632Z Compiling crossbeam-queue v0.3.12
6512026-08-07T15:13:03.689Z Compiling cargo-platform v0.3.3
6522026-08-07T15:13:03.811Z Compiling crossbeam v0.8.4
6532026-08-07T15:13:03.888Z Compiling cargo_metadata v0.23.1
6542026-08-07T15:13:03.934Z Compiling ratatui-core v0.1.0
6552026-08-07T15:13:04.017Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6562026-08-07T15:13:05.112Z Compiling lazy-regex v3.6.0
6572026-08-07T15:13:05.786Z Compiling strict v0.2.0
6582026-08-07T15:13:05.804Z Compiling base64 v0.13.1
6592026-08-07T15:13:06.074Z Compiling binrw_derive v0.14.2
6602026-08-07T15:13:06.238Z Compiling ron v0.6.6
6612026-08-07T15:13:06.379Z Compiling crokey-proc_macros v1.4.0
6622026-08-07T15:13:06.508Z Compiling crossterm v0.23.2
6632026-08-07T15:13:06.954Z Compiling line-clipping v0.3.7
6642026-08-07T15:13:07.333Z Compiling binrw v0.14.2
6652026-08-07T15:13:07.343Z Compiling owo-colors v3.5.0
6662026-08-07T15:13:07.413Z Compiling cargo-readme v3.3.2
6672026-08-07T15:13:07.630Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6682026-08-07T15:13:08.098Z Compiling crokey v1.4.0
6692026-08-07T15:13:08.558Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6702026-08-07T15:13:08.717Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6712026-08-07T15:13:10.362Z Compiling ratatui-widgets v0.3.0
6722026-08-07T15:13:10.628Z Compiling coolor v0.8.0
6732026-08-07T15:13:10.933Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6742026-08-07T15:13:11.496Z Compiling coolor v1.1.0
6752026-08-07T15:13:11.776Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-08-07T15:13:12.096Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6772026-08-07T15:13:12.336Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6782026-08-07T15:13:13.338Z Compiling half v2.7.1
6792026-08-07T15:13:13.483Z Compiling minimad v0.13.1
6802026-08-07T15:13:13.712Z Compiling minimad v0.14.0
6812026-08-07T15:13:13.715Z Compiling ciborium-io v0.2.2
6822026-08-07T15:13:13.818Z Compiling convert_case v0.4.0
6832026-08-07T15:13:14.119Z Compiling array-init v2.1.0
6842026-08-07T15:13:14.238Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6852026-08-07T15:13:14.364Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6862026-08-07T15:13:15.431Z Compiling derive_more v0.99.20
6872026-08-07T15:13:15.559Z Compiling termimad v0.34.1
6882026-08-07T15:13:15.754Z Compiling ciborium-ll v0.2.2
6892026-08-07T15:13:16.063Z Compiling termimad v0.25.7
6902026-08-07T15:13:16.996Z Compiling ratatui-macros v0.7.0
6912026-08-07T15:13:17.069Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-08-07T15:13:17.090Z Compiling ratatui-crossterm v0.1.0
6932026-08-07T15:13:17.336Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-08-07T15:13:17.699Z Compiling sha2 v0.11.0
6952026-08-07T15:13:17.817Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-08-07T15:13:17.876Z Compiling xml v1.2.1
6972026-08-07T15:13:18.082Z Compiling iana-time-zone v0.1.65
6982026-08-07T15:13:18.462Z Compiling parse-size v1.1.0
6992026-08-07T15:13:18.672Z Compiling serde-xml-rs v0.8.2
7002026-08-07T15:13:19.806Z Compiling chrono v0.4.44
7012026-08-07T15:13:20.117Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7022026-08-07T15:13:22.548Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7032026-08-07T15:13:24.333Z Compiling ratatui v0.30.0
7042026-08-07T15:13:24.584Z Compiling raw-cpuid v11.6.0
7052026-08-07T15:13:24.680Z Compiling ciborium v0.2.2
7062026-08-07T15:13:24.708Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-08-07T15:13:25.027Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-08-07T15:13:25.248Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-08-07T15:13:25.703Z Compiling humility-bin v0.13.7 (/work/oxidecomputer/humility/humility-bin)
7102026-08-07T15:13:25.841Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7112026-08-07T15:13:26.283Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7122026-08-07T15:13:26.576Z Compiling tracing-log v0.2.0
7132026-08-07T15:13:27.007Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-08-07T15:13:27.198Z Compiling sharded-slab v0.1.7
7152026-08-07T15:13:27.888Z Compiling matchers v0.2.0
7162026-08-07T15:13:28.032Z Compiling termios v0.3.3
7172026-08-07T15:13:28.061Z Compiling thread_local v1.1.9
7182026-08-07T15:13:28.218Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7192026-08-07T15:13:28.300Z Compiling splitty v1.0.2
7202026-08-07T15:13:28.479Z Compiling nu-ansi-term v0.50.3
7212026-08-07T15:13:28.488Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7222026-08-07T15:13:28.591Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7232026-08-07T15:13:28.651Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7242026-08-07T15:13:29.129Z Compiling tracing-subscriber v0.3.23
7252026-08-07T15:13:30.408Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7262026-08-07T15:13:30.484Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7272026-08-07T15:13:31.352Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7282026-08-07T15:13:33.123Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7292026-08-07T15:13:34.131Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7302026-08-07T15:13:35.735Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7312026-08-07T15:13:36.737Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7322026-08-07T15:13:37.440Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7332026-08-07T15:13:37.562Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7342026-08-07T15:13:38.905Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7352026-08-07T15:13:39.067Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7362026-08-07T15:13:41.084Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7372026-08-07T15:13:44.805Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7382026-08-07T15:13:45.838Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7392026-08-07T15:13:46.567Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7402026-08-07T15:13:48.672Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-08-07T15:13:50.420Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7422026-08-07T15:13:51.298Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7432026-08-07T15:13:52.860Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7442026-08-07T15:13:54.382Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7452026-08-07T15:13:55.112Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7462026-08-07T15:13:55.551Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7472026-08-07T15:13:59.095Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-08-07T15:13:59.260Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7492026-08-07T15:13:59.569Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7502026-08-07T15:13:59.732Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7512026-08-07T15:13:59.872Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7522026-08-07T15:14:00.037Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7532026-08-07T15:14:03.141Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7542026-08-07T15:14:03.994Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7552026-08-07T15:14:04.888Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7562026-08-07T15:14:05.569Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7572026-08-07T15:14:07.132Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7582026-08-07T15:14:07.552Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7592026-08-07T15:14:07.866Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7602026-08-07T15:14:08.204Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7612026-08-07T15:14:08.947Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7622026-08-07T15:14:10.470Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7632026-08-07T15:14:10.601Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7642026-08-07T15:14:10.938Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7652026-08-07T15:14:12.353Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7662026-08-07T15:14:13.536Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7672026-08-07T15:14:13.648Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7682026-08-07T15:14:14.743Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7692026-08-07T15:14:15.216Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7702026-08-07T15:14:16.831Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7712026-08-07T15:14:17.442Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7722026-08-07T15:14:17.803Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7732026-08-07T15:14:18.128Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7742026-08-07T15:14:18.594Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7752026-08-07T15:14:19.318Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7762026-08-07T15:14:42.626Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 11s
7772026-08-07T15:14:42.629Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-08-07T15:14:42.629Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-08-07T15:15:42.687Zpkg://helios/developer/debug/humility@0.13.7.718,5.11-3.0:20260807T151449Z
7802026-08-07T15:15:42.687ZPUBLISHED
7812026-08-07T15:15:42.918ZRetrieving packages for publisher helios ...
7822026-08-07T15:15:42.921ZRetrieving catalog 'helios' ... Done
7832026-08-07T15:15:42.921ZRetrieving and evaluating 1 package(s)...
7842026-08-07T15:15:42.921ZFetching manifests: 1/1 100% complete
7852026-08-07T15:15:42.921ZFetching manifests: 1/1 100% complete
7862026-08-07T15:15:42.921Z
7872026-08-07T15:15:42.921ZArchiving packages ...
7882026-08-07T15:15:42.921Z Packages to add: 1
7892026-08-07T15:15:42.921Z Files to retrieve: 1
7902026-08-07T15:15:42.922ZEstimated transfer size: 135.62 MB
7912026-08-07T15:15:42.922Z
7922026-08-07T15:15:42.922ZPackages to archive:
7932026-08-07T15:15:42.922Zdeveloper/debug/humility@0.13.7.718,5.11-3.0:20260807T151449Z
7942026-08-07T15:15:42.922Z
7952026-08-07T15:15:42.922ZDownload: 0/1 items 0.0/135.6MB 0% complete
7962026-08-07T15:15:43.175ZDownload: Completed 135.62 MB in 0.25 seconds (533M/s)
7972026-08-07T15:15:43.178ZArchiving: 1/10 items 0.0/135.6MB 0% complete
7982026-08-07T15:15:43.205ZArchiving: Completed 135.64 MB in 0.03 seconds
7992026-08-07T15:15:43.246ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.7.718-3.0.p5p.
8002026-08-07T15:15:43.253Z
8012026-08-07T15:15:43.256Zreal 4:39.986603835
8022026-08-07T15:15:43.256Zuser 22:43.077484261
8032026-08-07T15:15:43.256Zsys 1:38.954240157
8042026-08-07T15:15:43.256Ztrap 0.666259487
8052026-08-07T15:15:43.256Ztflt 1.023650706
8062026-08-07T15:15:43.256Zdflt 1.727649055
8072026-08-07T15:15:43.256Zkflt 0.008907031
8082026-08-07T15:15:43.256Zlock 1:39:09.867646449
8092026-08-07T15:15:43.256Zslp 1:13:17.815917017
8102026-08-07T15:15:43.256Zlat 1:14.380090178
8112026-08-07T15:15:43.256Zstop 1:21.353230815
8122026-08-07T15:15:43.256Z+ banner copy
8132026-08-07T15:15:43.256Z
8142026-08-07T15:15:43.256Z #### #### ##### # #
8152026-08-07T15:15:43.256Z # # # # # # # #
8162026-08-07T15:15:43.256Z # # # # # #
8172026-08-07T15:15:43.256Z # # # ##### #
8182026-08-07T15:15:43.256Z # # # # # #
8192026-08-07T15:15:43.256Z #### #### # #
8202026-08-07T15:15:43.256Z
8212026-08-07T15:15:43.256Z+ pfexec mkdir -p /out
8222026-08-07T15:15:43.259Z+ pfexec chown 12345 /out
8232026-08-07T15:15:43.259Z+ PKG_NAME=/out/humility.p5p
8242026-08-07T15:15:43.259Z+ mv pkg/packages/repo/humility-0.13.7.718-3.0.p5p /out/humility.p5p
8252026-08-07T15:15:43.365Z+ sha256sum /out/humility.p5p
8262026-08-07T15:15:43.445Zprocess exited: duration 287437 ms, exit code 0
 
8272026-08-07T15:15:43.456Zfound 2 output files
8282026-08-07T15:15:43.456Zuploading: /out/humility.p5p (142233600 bytes)
8292026-08-07T15:15:45.468Zuploaded: /out/humility.p5p
8302026-08-07T15:15:45.468Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-08-07T15:15:46.477Zuploaded: /out/humility.p5p.sha256