01KZE64CTZQBAZAD7BS7SWYE2K: 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: 01KZE64MVEDHMFWY2710T36ZH8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T13:21:56.587Zjob assigned to worker 01KZE64SGTVC797W7MNCXDCSKN [factory aws, i-08a950c16e7676637] (queued for 57 s)
 
22026-08-07T13:22:02.273Zstarting task 0: "setup"
32026-08-07T13:22:02.278Z++ uname -s
42026-08-07T13:22:02.281Z+ kern=SunOS
52026-08-07T13:22:02.281Z+ build_user=build
62026-08-07T13:22:02.281Z+ build_uid=12345
72026-08-07T13:22:02.281Z+ work_dir=/work
82026-08-07T13:22:02.281Z+ input_dir=/input
92026-08-07T13:22:02.281Z+ [[ 0 == 12345 ]]
102026-08-07T13:22:02.281Z+ case "$kern" in
112026-08-07T13:22:02.281Z+ groupadd -g 12345 build
122026-08-07T13:22:02.284Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T13:22:04.287Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T13:22:04.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T13:22:04.356Z+ home_fs=zfs
162026-08-07T13:22:04.356Z+ [[ zfs == autofs ]]
172026-08-07T13:22:04.356Z+ mkdir -p /home/build
182026-08-07T13:22:04.356Z+ chown build:build /home/build /work
192026-08-07T13:22:06.357Z+ chmod 0700 /home/build /work
202026-08-07T13:22:06.360Zprocess exited: duration 4086 ms, exit code 0
 
212026-08-07T13:22:06.365Zstarting task 1: "rust-toolchain"
222026-08-07T13:22:06.369Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T13:22:06.369Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T13:22:06.369Z * rust toolchain channel = "stable"
252026-08-07T13:22:06.369Z * rust toolchain profile = "default"
262026-08-07T13:22:06.369Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T13:22:06.369Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T13:22:06.372Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T13:22:06.372Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T13:22:06.461Zinfo: downloading installer
312026-08-07T13:22:08.010Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T13:22:08.010Zwarn: /home/build/.rustup/settings.toml
332026-08-07T13:22:08.010Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T13:22:08.010Zwarn: instead of the one inferred from the default host triple.
352026-08-07T13:22:08.022Zinfo: profile set to default
362026-08-07T13:22:08.022Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T13:22:08.025Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-07T13:22:08.142Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-07T13:22:08.145Zinfo: downloading 6 components
402026-08-07T13:22:22.564Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-07T13:22:22.564Z
422026-08-07T13:22:22.594Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-07T13:22:22.594Z
442026-08-07T13:22:22.594Z
452026-08-07T13:22:22.594ZRust is installed now. Great!
462026-08-07T13:22:22.594Z
472026-08-07T13:22:22.594ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T13:22:22.594Zenvironment variable. This has not been done automatically.
492026-08-07T13:22:22.594Z
502026-08-07T13:22:22.594ZTo configure your current shell, you need to source
512026-08-07T13:22:22.594Zthe corresponding env file under $HOME/.cargo.
522026-08-07T13:22:22.594Z
532026-08-07T13:22:22.594ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T13:22:22.594Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T13:22:22.594Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T13:22:22.594Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T13:22:22.594Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T13:22:22.594Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T13:22:22.594Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T13:22:22.598Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T13:22:22.598Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T13:22:22.696Z+ rustup --version
632026-08-07T13:22:22.704Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T13:22:22.707Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T13:22:22.725Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-07T13:22:22.728Z+ cargo --version
672026-08-07T13:22:22.743Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-07T13:22:22.746Z+ rustc --version
692026-08-07T13:22:22.765Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-07T13:22:22.768Zprocess exited: duration 16400 ms, exit code 0
 
712026-08-07T13:22:22.773Zstarting task 2: "authentication"
722026-08-07T13:22:22.790Zprocess exited: duration 16 ms, exit code 0
 
732026-08-07T13:22:22.796Zstarting task 3: "clone repository"
742026-08-07T13:22:22.800Z+ mkdir -p /work/oxidecomputer/humility
752026-08-07T13:22:22.802Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-08-07T13:22:22.831ZCloning into '/work/oxidecomputer/humility'...
772026-08-07T13:22:42.002Z+ cd /work/oxidecomputer/humility
782026-08-07T13:22:42.002Z+ git fetch origin 8c5a4bcba35eaa026fc97e8debb21528d01cfad1
792026-08-07T13:22:42.328ZFrom https://github.com/oxidecomputer/humility
802026-08-07T13:22:42.328Z * branch 8c5a4bcba35eaa026fc97e8debb21528d01cfad1 -> FETCH_HEAD
812026-08-07T13:22:42.334Z+ [[ -n probe_go_fast ]]
822026-08-07T13:22:42.337Z++ git branch --show-current
832026-08-07T13:22:42.337Z+ current=master
842026-08-07T13:22:42.337Z+ [[ master != probe_go_fast ]]
852026-08-07T13:22:42.337Z+ git branch -f probe_go_fast 8c5a4bcba35eaa026fc97e8debb21528d01cfad1
862026-08-07T13:22:42.340Z+ git checkout -f probe_go_fast
872026-08-07T13:22:43.167ZSwitched to branch 'probe_go_fast'
882026-08-07T13:22:43.170Z+ git reset --hard 8c5a4bcba35eaa026fc97e8debb21528d01cfad1
892026-08-07T13:22:43.179ZHEAD is now at 8c5a4bcb Set a default probe speed
902026-08-07T13:22:43.182Zprocess exited: duration 20383 ms, exit code 0
 
912026-08-07T13:22:43.187Zstarting task 4: "build"
922026-08-07T13:22:43.191Z+ export CARGO_INCREMENTAL=0
932026-08-07T13:22:43.191Z+ CARGO_INCREMENTAL=0
942026-08-07T13:22:43.191Z+ banner deps
952026-08-07T13:22:43.194Z
962026-08-07T13:22:43.194Z ##### ###### ##### ####
972026-08-07T13:22:43.194Z # # # # # #
982026-08-07T13:22:43.194Z # # ##### # # ####
992026-08-07T13:22:43.194Z # # # ##### #
1002026-08-07T13:22:43.194Z # # # # # #
1012026-08-07T13:22:43.194Z ##### ###### # ####
1022026-08-07T13:22:43.194Z
1032026-08-07T13:22:43.196Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-08-07T13:22:43.196Z+ PKG_SUCCESS_ON_NOP=1
1052026-08-07T13:22:43.196Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-08-07T13:22:44.385Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-07T13:22:44.641Z Startup: Caching catalogs ... Done
1082026-08-07T13:22:46.053ZPlanning: Solver setup ... Done (1.329s)
1092026-08-07T13:22:46.098ZPlanning: Running solver ... Done (0.045s)
1102026-08-07T13:22:46.131ZPlanning: Finding local manifests ... Done (0.002s)
1112026-08-07T13:22:46.142ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-07T13:22:46.154ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-07T13:22:46.167ZPlanning: Package planning ... Done (0.012s)
1142026-08-07T13:22:46.170ZPlanning: Merging actions ... Done (0.000s)
1152026-08-07T13:22:46.316ZPlanning: Checking for conflicting actions ... Done (0.148s)
1162026-08-07T13:22:46.319ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-08-07T13:22:47.114ZPlanning: Evaluating mediators ... Done (0.798s)
1182026-08-07T13:22:47.118ZPlanning: Planning completed in 2.44 seconds
1192026-08-07T13:22:47.123Z Packages to install: 2
1202026-08-07T13:22:47.126Z Estimated space available: 155.72 GB
1212026-08-07T13:22:47.126ZEstimated space to be consumed: 50.10 MB
1222026-08-07T13:22:47.126Z Create boot environment: No
1232026-08-07T13:22:47.126ZCreate backup boot environment: No
1242026-08-07T13:22:47.126Z Rebuild boot archive: No
1252026-08-07T13:22:47.126Z
1262026-08-07T13:22:47.126ZChanged packages:
1272026-08-07T13:22:47.126Zhelios
1282026-08-07T13:22:47.126Z library/libftdi1
1292026-08-07T13:22:47.126Z None -> 1.5-3.0
1302026-08-07T13:22:47.126Z ooce/library/libusb-1
1312026-08-07T13:22:47.126Z None -> 1.0.29-3.1
1322026-08-07T13:22:47.148Z
1332026-08-07T13:22:47.148ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-08-07T13:22:47.184ZDownload: Completed 377.70 kB in 0.04 seconds (10.2M/s)
1352026-08-07T13:22:47.237Z Actions: 1/61 actions (Installing new actions)
1362026-08-07T13:22:47.248Z Actions: Completed 61 actions in 0.01 seconds.
1372026-08-07T13:22:47.272ZFinalize: Updating package state database ... Done (0.024s)
1382026-08-07T13:22:47.272ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-07T13:22:47.333ZFinalize: Updating image state ... Done (0.060s)
1402026-08-07T13:22:49.799ZFinalize: Creating fast lookup database ... Done (2.428s)
1412026-08-07T13:22:49.862ZFinalize: Reading search index ... Done (0.011s)
1422026-08-07T13:22:49.866ZFinalize: Updating search index ... Done (0.000s)
1432026-08-07T13:22:49.934ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-07T13:22:50.067Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-08-07T13:22:50.278ZFMRI IFO
1462026-08-07T13:22:50.278Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-08-07T13:22:50.278Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-08-07T13:22:50.313Z+ cargo --version
1492026-08-07T13:22:50.323Zcargo 1.97.1 (c980f4866 2026-06-30)
1502026-08-07T13:22:50.326Z+ rustc --version
1512026-08-07T13:22:50.345Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1522026-08-07T13:22:50.348Z+ banner package
1532026-08-07T13:22:50.351Z
1542026-08-07T13:22:50.351Z ##### ## #### # # ## #### ######
1552026-08-07T13:22:50.351Z # # # # # # # # # # # # #
1562026-08-07T13:22:50.351Z # # # # # #### # # # #####
1572026-08-07T13:22:50.351Z ##### ###### # # # ###### # ### #
1582026-08-07T13:22:50.351Z # # # # # # # # # # # #
1592026-08-07T13:22:50.351Z # # # #### # # # # #### ######
1602026-08-07T13:22:50.351Z
1612026-08-07T13:22:50.351Z+ ptime -m cargo xtask package
1622026-08-07T13:22:50.466Z Updating crates.io index
1632026-08-07T13:22:50.469Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1642026-08-07T13:22:50.808Z Updating git repository `https://github.com/oxidecomputer/humpty`
1652026-08-07T13:22:51.430Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1662026-08-07T13:22:51.787Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1672026-08-07T13:22:52.132Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1682026-08-07T13:22:52.715Z Updating git repository `https://github.com/oxidecomputer/hif`
1692026-08-07T13:22:53.013Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1702026-08-07T13:22:53.782Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1712026-08-07T13:22:57.886Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1722026-08-07T13:22:58.228Z Updating git repository `https://github.com/oxidecomputer/spd`
1732026-08-07T13:22:58.555Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1742026-08-07T13:22:58.868Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1752026-08-07T13:22:59.153Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1762026-08-07T13:22:59.455Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1772026-08-07T13:23:00.531Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1782026-08-07T13:23:00.851Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1792026-08-07T13:23:01.257Z Updating git submodule `https://github.com/libusb/hidapi.git`
1802026-08-07T13:23:01.812Z Updating git repository `https://github.com/oxidecomputer/serialport-rs`
1812026-08-07T13:23:04.328Z Downloading crates ...
1822026-08-07T13:23:04.414Z Downloaded anstyle-query v1.1.5
1832026-08-07T13:23:04.417Z Downloaded cargo-platform v0.3.3
1842026-08-07T13:23:04.417Z Downloaded utf8parse v0.2.2
1852026-08-07T13:23:04.421Z Downloaded itoa v1.0.18
1862026-08-07T13:23:04.424Z Downloaded heck v0.5.0
1872026-08-07T13:23:04.427Z Downloaded serde_spanned v1.1.1
1882026-08-07T13:23:04.429Z Downloaded colorchoice v1.0.5
1892026-08-07T13:23:04.434Z Downloaded strsim v0.11.1
1902026-08-07T13:23:04.440Z Downloaded lazy_static v1.5.0
1912026-08-07T13:23:04.443Z Downloaded clap_lex v1.1.0
1922026-08-07T13:23:04.445Z Downloaded is_terminal_polyfill v1.70.2
1932026-08-07T13:23:04.454Z Downloaded aho-corasick v1.1.4
1942026-08-07T13:23:04.457Z Downloaded anstream v1.0.0
1952026-08-07T13:23:04.460Z Downloaded anstyle v1.0.14
1962026-08-07T13:23:04.460Z Downloaded percent-encoding v2.3.2
1972026-08-07T13:23:04.460Z Downloaded thiserror v2.0.18
1982026-08-07T13:23:04.463Z Downloaded cargo_metadata v0.23.1
1992026-08-07T13:23:04.466Z Downloaded thiserror-impl v2.0.18
2002026-08-07T13:23:04.469Z Downloaded toml_writer v1.1.1+spec-1.1.0
2012026-08-07T13:23:04.469Z Downloaded equivalent v1.0.2
2022026-08-07T13:23:04.473Z Downloaded quote v1.0.45
2032026-08-07T13:23:04.479Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2042026-08-07T13:23:04.483Z Downloaded zmij v1.0.21
2052026-08-07T13:23:04.486Z Downloaded anstyle-parse v1.0.0
2062026-08-07T13:23:04.489Z Downloaded toml_parser v1.1.2+spec-1.1.0
2072026-08-07T13:23:04.489Z Downloaded clap_derive v4.6.1
2082026-08-07T13:23:04.492Z Downloaded semver v1.0.28
2092026-08-07T13:23:04.492Z Downloaded cargo-readme v3.3.2
2102026-08-07T13:23:04.501Z Downloaded unicode-ident v1.0.24
2112026-08-07T13:23:04.504Z Downloaded proc-macro2 v1.0.106
2122026-08-07T13:23:04.504Z Downloaded camino v1.2.2
2132026-08-07T13:23:04.506Z Downloaded serde_core v1.0.228
2142026-08-07T13:23:04.514Z Downloaded serde_derive v1.0.228
2152026-08-07T13:23:04.517Z Downloaded toml v1.1.2+spec-1.1.0
2162026-08-07T13:23:04.519Z Downloaded anyhow v1.0.102
2172026-08-07T13:23:04.527Z Downloaded memchr v2.8.0
2182026-08-07T13:23:04.532Z Downloaded serde v1.0.228
2192026-08-07T13:23:04.535Z Downloaded clap v4.6.1
2202026-08-07T13:23:04.549Z Downloaded indexmap v2.14.0
2212026-08-07T13:23:04.573Z Downloaded regex v1.12.3
2222026-08-07T13:23:04.576Z Downloaded serde_json v1.0.149
2232026-08-07T13:23:04.580Z Downloaded hashbrown v0.17.0
2242026-08-07T13:23:04.584Z Downloaded clap_builder v4.6.0
2252026-08-07T13:23:04.589Z Downloaded winnow v1.0.2
2262026-08-07T13:23:04.609Z Downloaded syn v2.0.117
2272026-08-07T13:23:04.617Z Downloaded regex-syntax v0.8.10
2282026-08-07T13:23:04.633Z Downloaded regex-automata v0.4.14
2292026-08-07T13:23:04.671Z Compiling proc-macro2 v1.0.106
2302026-08-07T13:23:04.671Z Compiling serde_core v1.0.228
2312026-08-07T13:23:04.671Z Compiling unicode-ident v1.0.24
2322026-08-07T13:23:04.674Z Compiling quote v1.0.45
2332026-08-07T13:23:04.675Z Compiling memchr v2.8.0
2342026-08-07T13:23:04.675Z Compiling utf8parse v0.2.2
2352026-08-07T13:23:04.675Z Compiling colorchoice v1.0.5
2362026-08-07T13:23:04.758Z Compiling anstyle-query v1.1.5
2372026-08-07T13:23:04.879Z Compiling anstyle-parse v1.0.0
2382026-08-07T13:23:04.882Z Compiling zmij v1.0.21
2392026-08-07T13:23:04.882Z Compiling anstyle v1.0.14
2402026-08-07T13:23:04.908Z Compiling serde v1.0.228
2412026-08-07T13:23:05.074Z Compiling is_terminal_polyfill v1.70.2
2422026-08-07T13:23:05.108Z Compiling camino v1.2.2
2432026-08-07T13:23:05.146Z Compiling anstream v1.0.0
2442026-08-07T13:23:05.156Z Compiling strsim v0.11.1
2452026-08-07T13:23:05.215Z Compiling aho-corasick v1.1.4
2462026-08-07T13:23:05.262Z Compiling clap_lex v1.1.0
2472026-08-07T13:23:05.460Z Compiling heck v0.5.0
2482026-08-07T13:23:05.468Z Compiling regex-syntax v0.8.10
2492026-08-07T13:23:05.500Z Compiling winnow v1.0.2
2502026-08-07T13:23:05.512Z Compiling serde_json v1.0.149
2512026-08-07T13:23:05.558Z Compiling thiserror v2.0.18
2522026-08-07T13:23:05.688Z Compiling clap_builder v4.6.0
2532026-08-07T13:23:05.985Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-08-07T13:23:06.020Z Compiling syn v2.0.117
2552026-08-07T13:23:06.074Z Compiling anyhow v1.0.102
2562026-08-07T13:23:06.082Z Compiling itoa v1.0.18
2572026-08-07T13:23:06.261Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-08-07T13:23:06.470Z Compiling percent-encoding v2.3.2
2592026-08-07T13:23:06.593Z Compiling lazy_static v1.5.0
2602026-08-07T13:23:06.850Z Compiling regex-automata v0.4.14
2612026-08-07T13:23:06.864Z Compiling serde_spanned v1.1.1
2622026-08-07T13:23:06.925Z Compiling toml_datetime v1.1.1+spec-1.1.0
2632026-08-07T13:23:07.034Z Compiling cargo-platform v0.3.3
2642026-08-07T13:23:07.225Z Compiling toml v1.1.2+spec-1.1.0
2652026-08-07T13:23:07.319Z Compiling semver v1.0.28
2662026-08-07T13:23:08.354Z Compiling serde_derive v1.0.228
2672026-08-07T13:23:08.354Z Compiling clap_derive v4.6.1
2682026-08-07T13:23:08.354Z Compiling thiserror-impl v2.0.18
2692026-08-07T13:23:08.474Z Compiling regex v1.12.3
2702026-08-07T13:23:09.600Z Compiling clap v4.6.1
2712026-08-07T13:23:10.551Z Compiling cargo-readme v3.3.2
2722026-08-07T13:23:10.551Z Compiling cargo_metadata v0.23.1
2732026-08-07T13:23:11.522Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-08-07T13:23:12.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.60s
2752026-08-07T13:23:13.066Z Running `target/debug/xtask package`
2762026-08-07T13:23:16.229Z Compiling proc-macro2 v1.0.106
2772026-08-07T13:23:16.229Z Compiling quote v1.0.45
2782026-08-07T13:23:16.229Z Compiling unicode-ident v1.0.24
2792026-08-07T13:23:16.229Z Compiling serde_core v1.0.228
2802026-08-07T13:23:16.232Z Compiling serde v1.0.228
2812026-08-07T13:23:16.232Z Compiling cfg-if v1.0.4
2822026-08-07T13:23:16.232Z Compiling libc v0.2.186
2832026-08-07T13:23:16.360Z Compiling typenum v1.20.0
2842026-08-07T13:23:16.394Z Compiling thiserror v2.0.18
2852026-08-07T13:23:16.630Z Compiling memchr v2.8.0
2862026-08-07T13:23:16.725Z Compiling scopeguard v1.2.0
2872026-08-07T13:23:16.827Z Compiling log v0.4.29
2882026-08-07T13:23:17.013Z Compiling autocfg v1.5.0
2892026-08-07T13:23:17.102Z Compiling stable_deref_trait v1.2.1
2902026-08-07T13:23:17.183Z Compiling strsim v0.11.1
2912026-08-07T13:23:17.190Z Compiling errno v0.3.14
2922026-08-07T13:23:17.231Z Compiling lock_api v0.4.14
2932026-08-07T13:23:17.366Z Compiling foldhash v0.2.0
2942026-08-07T13:23:17.491Z Compiling smallvec v1.15.1
2952026-08-07T13:23:17.500Z Compiling equivalent v1.0.2
2962026-08-07T13:23:17.578Z Compiling syn v2.0.117
2972026-08-07T13:23:17.586Z Compiling heck v0.5.0
2982026-08-07T13:23:17.608Z Compiling ident_case v1.0.1
2992026-08-07T13:23:17.621Z Compiling rustversion v1.0.22
3002026-08-07T13:23:17.718Z Compiling jobserver v0.1.34
3012026-08-07T13:23:17.735Z Compiling find-msvc-tools v0.1.9
3022026-08-07T13:23:17.766Z Compiling shlex v1.3.0
3032026-08-07T13:23:17.947Z Compiling zeroize v1.8.2
3042026-08-07T13:23:17.957Z Compiling cc v1.2.61
3052026-08-07T13:23:18.069Z Compiling libm v0.2.16
3062026-08-07T13:23:18.139Z Compiling rustix v1.1.4
3072026-08-07T13:23:18.223Z Compiling anyhow v1.0.102
3082026-08-07T13:23:18.378Z Compiling num-traits v0.2.19
3092026-08-07T13:23:18.521Z Compiling zerocopy v0.8.48
3102026-08-07T13:23:18.531Z Compiling bitflags v2.11.1
3112026-08-07T13:23:18.550Z Compiling const-oid v0.9.6
3122026-08-07T13:23:18.598Z Compiling version_check v0.9.5
3132026-08-07T13:23:18.849Z Compiling generic-array v0.14.7
3142026-08-07T13:23:18.919Z Compiling aho-corasick v1.1.4
3152026-08-07T13:23:18.992Z Compiling regex-syntax v0.8.10
3162026-08-07T13:23:19.108Z Compiling hashbrown v0.17.0
3172026-08-07T13:23:19.208Z Compiling hybrid-array v0.4.11
3182026-08-07T13:23:19.429Z Compiling crossbeam-utils v0.8.21
3192026-08-07T13:23:19.713Z Compiling once_cell v1.21.4
3202026-08-07T13:23:19.810Z Compiling indexmap v2.14.0
3212026-08-07T13:23:20.568Z Compiling synstructure v0.13.2
3222026-08-07T13:23:20.590Z Compiling syn v1.0.109
3232026-08-07T13:23:20.720Z Compiling regex-automata v0.4.14
3242026-08-07T13:23:20.969Z Compiling itoa v1.0.18
3252026-08-07T13:23:21.060Z Compiling pkg-config v0.3.33
3262026-08-07T13:23:21.502Z Compiling crypto-common v0.1.7
3272026-08-07T13:23:21.627Z Compiling serde_derive v1.0.228
3282026-08-07T13:23:21.642Z Compiling thiserror-impl v2.0.18
3292026-08-07T13:23:21.782Z Compiling zerofrom-derive v0.1.7
3302026-08-07T13:23:22.970Z Compiling yoke-derive v0.8.2
3312026-08-07T13:23:22.984Z Compiling zerocopy-derive v0.8.48
3322026-08-07T13:23:23.253Z Compiling zerovec-derive v0.11.3
3332026-08-07T13:23:23.999Z Compiling regex v1.12.3
3342026-08-07T13:23:24.329Z Compiling block-buffer v0.10.4
3352026-08-07T13:23:24.476Z Compiling darling_core v0.23.0
3362026-08-07T13:23:24.987Z Compiling crypto-common v0.2.1
3372026-08-07T13:23:25.107Z Compiling zmij v1.0.21
3382026-08-07T13:23:25.398Z Compiling digest v0.10.7
3392026-08-07T13:23:25.632Z Compiling spin v0.9.8
3402026-08-07T13:23:25.862Z Compiling radium v0.7.0
3412026-08-07T13:23:25.949Z Compiling cmov v0.5.3
3422026-08-07T13:23:26.134Z Compiling byteorder v1.5.0
3432026-08-07T13:23:26.176Z Compiling ctutils v0.4.2
3442026-08-07T13:23:26.397Z Compiling displaydoc v0.2.5
3452026-08-07T13:23:26.411Z Compiling block-buffer v0.12.0
3462026-08-07T13:23:26.590Z Compiling tap v1.0.1
3472026-08-07T13:23:26.632Z Compiling darling_macro v0.23.0
3482026-08-07T13:23:26.697Z Compiling const-oid v0.10.2
3492026-08-07T13:23:26.716Z Compiling allocator-api2 v0.2.21
3502026-08-07T13:23:26.979Z Compiling crc32fast v1.5.0
3512026-08-07T13:23:27.020Z Compiling digest v0.11.2
3522026-08-07T13:23:27.113Z Compiling hashbrown v0.16.1
3532026-08-07T13:23:27.113Z Compiling wyz v0.5.1
3542026-08-07T13:23:27.195Z Compiling darling v0.23.0
3552026-08-07T13:23:27.269Z Compiling typeid v1.0.3
3562026-08-07T13:23:27.291Z Compiling base64ct v1.8.3
3572026-08-07T13:23:27.316Z Compiling funty v2.0.0
3582026-08-07T13:23:27.446Z Compiling either v1.15.0
3592026-08-07T13:23:27.544Z Compiling simd-adler32 v0.3.9
3602026-08-07T13:23:27.650Z Compiling static_assertions v1.1.0
3612026-08-07T13:23:27.662Z Compiling bitvec v1.0.1
3622026-08-07T13:23:27.675Z Compiling pem-rfc7468 v0.7.0
3632026-08-07T13:23:27.817Z Compiling der_derive v0.7.3
3642026-08-07T13:23:27.987Z Compiling clap_derive v4.6.1
3652026-08-07T13:23:28.278Z Compiling getrandom v0.2.17
3662026-08-07T13:23:28.422Z Compiling cpufeatures v0.2.17
3672026-08-07T13:23:28.492Z Compiling unicode-width v0.2.2
3682026-08-07T13:23:28.508Z Compiling adler2 v2.0.1
3692026-08-07T13:23:28.512Z Compiling flagset v0.4.7
3702026-08-07T13:23:28.645Z Compiling utf8parse v0.2.2
3712026-08-07T13:23:28.694Z Compiling miniz_oxide v0.8.9
3722026-08-07T13:23:28.749Z Compiling anstyle-parse v1.0.0
3732026-08-07T13:23:28.763Z Compiling der v0.7.10
3742026-08-07T13:23:28.799Z Compiling sha2 v0.10.9
3752026-08-07T13:23:29.057Z Compiling rand_core v0.6.4
3762026-08-07T13:23:29.335Z Compiling lazy_static v1.5.0
3772026-08-07T13:23:29.424Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3782026-08-07T13:23:29.460Z Compiling crossbeam-epoch v0.9.18
3792026-08-07T13:23:29.666Z Compiling cpufeatures v0.3.0
3802026-08-07T13:23:29.738Z Compiling anstyle-query v1.1.5
3812026-08-07T13:23:29.831Z Compiling zlib-rs v0.6.3
3822026-08-07T13:23:29.840Z Compiling powerfmt v0.2.0
3832026-08-07T13:23:29.863Z Compiling anstyle v1.0.14
3842026-08-07T13:23:30.046Z Compiling is_terminal_polyfill v1.70.2
3852026-08-07T13:23:30.132Z Compiling colorchoice v1.0.5
3862026-08-07T13:23:30.145Z Compiling deranged v0.5.8
3872026-08-07T13:23:30.249Z Compiling anstream v1.0.0
3882026-08-07T13:23:30.518Z Compiling spki v0.7.3
3892026-08-07T13:23:30.583Z Compiling crossbeam-deque v0.8.6
3902026-08-07T13:23:30.798Z Compiling ppv-lite86 v0.2.21
3912026-08-07T13:23:30.825Z Compiling num_threads v0.1.7
3922026-08-07T13:23:30.828Z Compiling time-core v0.1.8
3932026-08-07T13:23:30.914Z Compiling twox-hash v2.1.2
3942026-08-07T13:23:30.970Z Compiling num-conv v0.2.1
3952026-08-07T13:23:31.130Z Compiling maybe-uninit v2.0.0
3962026-08-07T13:23:31.195Z Compiling object v0.39.1
3972026-08-07T13:23:31.269Z Compiling time v0.3.47
3982026-08-07T13:23:31.443Z Compiling rand_chacha v0.3.1
3992026-08-07T13:23:31.497Z Compiling ruzstd v0.8.2
4002026-08-07T13:23:31.725Z Compiling bitfield-macros v0.19.4
4012026-08-07T13:23:31.901Z Compiling terminal_size v0.4.4
4022026-08-07T13:23:31.995Z Compiling num-integer v0.1.46
4032026-08-07T13:23:32.429Z Compiling zstd-safe v7.2.4
4042026-08-07T13:23:32.542Z Compiling num-bigint-dig v0.8.6
4052026-08-07T13:23:32.653Z Compiling rand_core v0.10.1
4062026-08-07T13:23:32.753Z Compiling getrandom v0.4.2
4072026-08-07T13:23:32.815Z Compiling packed_struct v0.10.1
4082026-08-07T13:23:32.871Z Compiling clap_lex v1.1.0
4092026-08-07T13:23:33.073Z Compiling flate2 v1.1.9
4102026-08-07T13:23:33.312Z Compiling clap_builder v4.6.0
4112026-08-07T13:23:33.709Z Compiling bitfield v0.19.4
4122026-08-07T13:23:34.034Z Compiling num-iter v0.1.45
4132026-08-07T13:23:34.821Z Compiling rand v0.8.6
4142026-08-07T13:23:35.442Z Compiling pkcs8 v0.10.2
4152026-08-07T13:23:36.000Z Compiling serde_with_macros v3.18.0
4162026-08-07T13:23:36.218Z Compiling packed_struct_codegen v0.10.1
4172026-08-07T13:23:36.348Z Compiling inout v0.2.2
4182026-08-07T13:23:36.501Z Compiling capstone-sys v0.18.0
4192026-08-07T13:23:36.902Z Compiling nodrop v0.1.14
4202026-08-07T13:23:36.982Z Compiling base64 v0.21.7
4212026-08-07T13:23:36.991Z Compiling crc-catalog v2.5.0
4222026-08-07T13:23:37.071Z Compiling parking_lot_core v0.9.12
4232026-08-07T13:23:37.095Z Compiling fallible-iterator v0.3.0
4242026-08-07T13:23:37.330Z Compiling ron v0.8.1
4252026-08-07T13:23:37.433Z Compiling serde_with v3.18.0
4262026-08-07T13:23:37.570Z Compiling crc v3.4.0
4272026-08-07T13:23:37.751Z Compiling array-init v0.0.4
4282026-08-07T13:23:38.881Z Compiling cipher v0.5.1
4292026-08-07T13:23:39.129Z Compiling pkcs1 v0.7.5
4302026-08-07T13:23:39.381Z Compiling smallvec v0.6.14
4312026-08-07T13:23:40.153Z Compiling clap v4.6.1
4322026-08-07T13:23:41.194Z Compiling signature v2.2.0
4332026-08-07T13:23:41.286Z Compiling hmac v0.13.0
4342026-08-07T13:23:41.410Z Compiling hubpack_derive v0.1.1
4352026-08-07T13:23:41.449Z Compiling env_filter v1.0.1
4362026-08-07T13:23:41.921Z Compiling scroll_derive v0.13.1
4372026-08-07T13:23:42.711Z Compiling parse_int v0.9.0
4382026-08-07T13:23:42.840Z Compiling slog v2.8.2
4392026-08-07T13:23:42.843Z Compiling indexmap v1.9.3
4402026-08-07T13:23:43.056Z Compiling bumpalo v3.20.2
4412026-08-07T13:23:43.060Z Compiling jiff v0.2.24
4422026-08-07T13:23:43.352Z Compiling winnow v1.0.2
4432026-08-07T13:23:43.587Z Compiling cpubits v0.1.1
4442026-08-07T13:23:43.627Z Compiling cpp_demangle v0.5.1
4452026-08-07T13:23:43.657Z Compiling rayon-core v1.13.0
4462026-08-07T13:23:43.818Z Compiling serde_json v1.0.149
4472026-08-07T13:23:43.870Z Compiling subtle v2.6.1
4482026-08-07T13:23:44.019Z Compiling lzss v0.9.1
4492026-08-07T13:23:44.022Z Compiling prettyplease v0.2.37
4502026-08-07T13:23:44.044Z Compiling portable-atomic v1.13.1
4512026-08-07T13:23:44.249Z Compiling libbz2-rs-sys v0.2.3
4522026-08-07T13:23:44.358Z Compiling rsa v0.9.10
4532026-08-07T13:23:44.531Z Compiling toml_parser v1.1.2+spec-1.1.0
4542026-08-07T13:23:45.884Z Compiling bzip2 v0.6.1
4552026-08-07T13:23:46.142Z Compiling env_logger v0.11.10
4562026-08-07T13:23:46.365Z Compiling aes v0.9.0
4572026-08-07T13:23:47.175Z Compiling zopfli v0.8.3
4582026-08-07T13:23:47.574Z Compiling scroll v0.13.0
4592026-08-07T13:23:47.671Z Compiling hubpack v0.1.2
4602026-08-07T13:23:47.819Z Compiling pbkdf2 v0.13.0
4612026-08-07T13:23:47.939Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4622026-08-07T13:23:48.261Z Compiling serde-hex v0.1.0
4632026-08-07T13:23:49.375Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4642026-08-07T13:23:49.622Z Compiling x509-cert v0.2.5
4652026-08-07T13:23:49.639Z Compiling sha1 v0.11.0
4662026-08-07T13:23:50.189Z Compiling lzma-rust2 v0.16.2
4672026-08-07T13:23:50.460Z Compiling erased-serde v0.3.31
4682026-08-07T13:23:51.071Z Compiling zerofrom v0.1.7
4692026-08-07T13:23:51.187Z Compiling num-derive v0.4.2
4702026-08-07T13:23:52.113Z Compiling toml_datetime v1.1.1+spec-1.1.0
4712026-08-07T13:23:52.623Z Compiling serde_spanned v1.1.1
4722026-08-07T13:23:52.764Z Compiling semver v1.0.28
4732026-08-07T13:23:53.124Z Compiling deflate64 v0.1.12
4742026-08-07T13:23:53.689Z Compiling crc-any v2.5.0
4752026-08-07T13:23:54.105Z Compiling icu_properties_data v2.2.0
4762026-08-07T13:23:54.326Z Compiling icu_normalizer_data v2.2.0
4772026-08-07T13:23:54.539Z Compiling fnv v1.0.7
4782026-08-07T13:23:54.633Z Compiling void v1.0.2
4792026-08-07T13:23:54.734Z Compiling toml_writer v1.1.1+spec-1.1.0
4802026-08-07T13:23:55.030Z Compiling constant_time_eq v0.4.2
4812026-08-07T13:23:55.242Z Compiling hashbrown v0.12.3
4822026-08-07T13:23:55.813Z Compiling hex v0.4.3
4832026-08-07T13:23:55.929Z Compiling typed-path v0.12.3
4842026-08-07T13:23:55.951Z Compiling ppmd-rust v1.4.0
4852026-08-07T13:23:56.102Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4862026-08-07T13:23:56.383Z Compiling toml v1.1.2+spec-1.1.0
4872026-08-07T13:23:56.736Z Compiling gimli v0.33.0
4882026-08-07T13:23:59.455Z Compiling yoke v0.8.2
4892026-08-07T13:24:00.604Z Compiling zstd v0.13.3
4902026-08-07T13:24:01.068Z Compiling zip v8.6.0
4912026-08-07T13:24:02.610Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4922026-08-07T13:24:06.248Z Compiling console v0.16.3
4932026-08-07T13:24:06.248Z Compiling serde-big-array v0.5.1
4942026-08-07T13:24:06.398Z Compiling memmap2 v0.9.10
4952026-08-07T13:24:06.422Z Compiling rustc-demangle v0.1.27
4962026-08-07T13:24:06.699Z Compiling unit-prefix v0.5.2
4972026-08-07T13:24:06.860Z Compiling plain v0.2.3
4982026-08-07T13:24:06.972Z Compiling typed-arena v2.0.2
4992026-08-07T13:24:07.118Z Compiling path-slash v0.2.1
5002026-08-07T13:24:07.380Z Compiling colored v3.1.1
5012026-08-07T13:24:07.611Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
5022026-08-07T13:24:07.725Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
5032026-08-07T13:24:07.926Z Compiling addr2line v0.26.1
5042026-08-07T13:24:07.974Z Compiling goblin v0.10.5
5052026-08-07T13:24:08.204Z Compiling indicatif v0.18.4
5062026-08-07T13:24:08.225Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5072026-08-07T13:24:08.855Z Compiling rayon v1.12.0
5082026-08-07T13:24:11.234Z Compiling ron v0.12.1
5092026-08-07T13:24:11.551Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5102026-08-07T13:24:12.592Z Compiling multimap v0.10.1
5112026-08-07T13:24:12.923Z Compiling datamap v0.1.0
5122026-08-07T13:24:13.106Z Compiling auto_impl v1.3.0
5132026-08-07T13:24:13.983Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5142026-08-07T13:24:14.957Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5152026-08-07T13:24:15.247Z Compiling zerovec v0.11.6
5162026-08-07T13:24:16.441Z Compiling parking_lot v0.12.5
5172026-08-07T13:24:16.934Z Compiling tinystr v0.8.3
5182026-08-07T13:24:17.133Z Compiling rustc_version v0.4.1
5192026-08-07T13:24:17.387Z Compiling writeable v0.6.3
5202026-08-07T13:24:17.576Z Compiling litemap v0.8.2
5212026-08-07T13:24:17.662Z Compiling ryu v1.0.23
5222026-08-07T13:24:17.761Z Compiling icu_locale_core v2.2.0
5232026-08-07T13:24:18.018Z Compiling heapless v0.7.17
5242026-08-07T13:24:18.293Z Compiling potential_utf v0.1.5
5252026-08-07T13:24:18.445Z Compiling toml_edit v0.25.11+spec-1.1.0
5262026-08-07T13:24:18.693Z Compiling zerotrie v0.2.4
5272026-08-07T13:24:18.975Z Compiling strum_macros v0.28.0
5282026-08-07T13:24:19.317Z Compiling utf8_iter v1.0.4
5292026-08-07T13:24:19.629Z Compiling proc-macro-hack v0.5.20+deprecated
5302026-08-07T13:24:19.950Z Compiling icu_collections v2.2.0
5312026-08-07T13:24:20.397Z Compiling proc-macro-crate v3.5.0
5322026-08-07T13:24:20.795Z Compiling icu_provider v2.2.0
5332026-08-07T13:24:20.834Z Compiling strum v0.28.0
5342026-08-07T13:24:21.110Z Compiling hash32 v0.2.1
5352026-08-07T13:24:21.232Z Compiling strum_macros v0.27.2
5362026-08-07T13:24:21.305Z Compiling percent-encoding v2.3.2
5372026-08-07T13:24:23.011Z Compiling strum v0.27.2
5382026-08-07T13:24:24.234Z Compiling postcard-cobs v0.1.5-pre
5392026-08-07T13:24:24.285Z Compiling darling_core v0.20.11
5402026-08-07T13:24:24.452Z Compiling postcard v0.7.3
5412026-08-07T13:24:24.464Z Compiling pkg-version-impl v0.1.1
5422026-08-07T13:24:24.759Z Compiling icu_normalizer v2.2.0
5432026-08-07T13:24:24.840Z Compiling icu_properties v2.2.0
5442026-08-07T13:24:25.243Z Compiling capstone v0.14.0
5452026-08-07T13:24:25.591Z Compiling itertools v0.14.0
5462026-08-07T13:24:25.626Z Compiling bitflags v1.3.2
5472026-08-07T13:24:25.832Z Compiling idna_adapter v1.2.2
5482026-08-07T13:24:25.976Z Compiling pkg-version v1.0.0
5492026-08-07T13:24:26.040Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5502026-08-07T13:24:26.055Z Compiling virtue v0.0.18
5512026-08-07T13:24:26.287Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5522026-08-07T13:24:26.366Z Compiling darling_macro v0.20.11
5532026-08-07T13:24:26.589Z Compiling unicode-width v0.1.14
5542026-08-07T13:24:26.598Z Compiling bincode_derive v2.0.1
5552026-08-07T13:24:26.892Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5562026-08-07T13:24:26.919Z Compiling darling v0.20.11
5572026-08-07T13:24:26.995Z Compiling idna v1.1.0
5582026-08-07T13:24:27.190Z Compiling form_urlencoded v1.2.2
5592026-08-07T13:24:27.206Z Compiling bytemuck_derive v1.10.2
5602026-08-07T13:24:27.348Z Compiling pin-project-lite v0.2.17
5612026-08-07T13:24:27.446Z Compiling url v2.5.8
5622026-08-07T13:24:27.512Z Compiling deku_derive v0.18.1
5632026-08-07T13:24:28.161Z Compiling num_enum_derive v0.7.6
5642026-08-07T13:24:28.190Z Compiling jep106 v0.3.0
5652026-08-07T13:24:28.279Z Compiling hidapi v2.6.6 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-v2.6.6#74fcda94)
5662026-08-07T13:24:28.354Z Compiling bytemuck v1.25.0
5672026-08-07T13:24:28.452Z Compiling tracing-core v0.1.36
5682026-08-07T13:24:28.519Z Compiling no_std_io2 v0.8.1
5692026-08-07T13:24:28.584Z Compiling csv-core v0.1.13
5702026-08-07T13:24:28.592Z Compiling heapless v0.9.3
5712026-08-07T13:24:28.649Z Compiling futures-core v0.3.32
5722026-08-07T13:24:28.813Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5732026-08-07T13:24:28.882Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5742026-08-07T13:24:28.994Z Compiling unty v0.0.4
5752026-08-07T13:24:29.036Z Compiling base64 v0.22.1
5762026-08-07T13:24:29.084Z Compiling unsafe-libyaml v0.2.11
5772026-08-07T13:24:29.326Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5782026-08-07T13:24:29.336Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5792026-08-07T13:24:29.747Z Compiling serde_yaml v0.9.34+deprecated
5802026-08-07T13:24:29.755Z Compiling deku v0.18.1
5812026-08-07T13:24:29.874Z Compiling num_enum v0.7.6
5822026-08-07T13:24:30.004Z Compiling bincode v2.0.1
5832026-08-07T13:24:30.480Z Compiling csv v1.4.0
5842026-08-07T13:24:31.062Z Compiling hash32 v0.3.1
5852026-08-07T13:24:31.212Z Compiling md-5 v0.10.6
5862026-08-07T13:24:31.227Z Compiling serde_plain v1.0.2
5872026-08-07T13:24:31.565Z Compiling miette-derive v7.6.0
5882026-08-07T13:24:31.606Z Compiling tracing-attributes v0.1.31
5892026-08-07T13:24:31.646Z Compiling async-io v2.6.0
5902026-08-07T13:24:31.698Z Compiling libdevinfo-sys v1.1.0
5912026-08-07T13:24:31.798Z Compiling object v0.38.1
5922026-08-07T13:24:31.877Z Compiling slab v0.4.12
5932026-08-07T13:24:32.227Z Compiling devinfo v0.1.0
5942026-08-07T13:24:32.313Z Compiling esp-idf-part v0.6.0
5952026-08-07T13:24:32.647Z Compiling miette v7.6.0
5962026-08-07T13:24:32.814Z Compiling tracing v0.1.44
5972026-08-07T13:24:33.212Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#7b3437e1)
5982026-08-07T13:24:33.639Z Compiling futures-lite v2.6.1
5992026-08-07T13:24:33.790Z Compiling nix v0.26.4
6002026-08-07T13:24:34.071Z Compiling gimli v0.32.3
6012026-08-07T13:24:34.098Z Compiling md-5 v0.11.0
6022026-08-07T13:24:34.098Z Compiling docsplay-macros v0.1.2
6032026-08-07T13:24:34.411Z Compiling concurrent-queue v2.5.0
6042026-08-07T13:24:34.626Z Compiling polling v3.11.0
6052026-08-07T13:24:34.634Z Compiling rmp v0.8.15
6062026-08-07T13:24:34.739Z Compiling parking v2.2.1
6072026-08-07T13:24:34.995Z Compiling futures-io v0.3.32
6082026-08-07T13:24:34.998Z Compiling rmp-serde v1.3.1
6092026-08-07T13:24:35.223Z Compiling docsplay v0.1.3
6102026-08-07T13:24:35.816Z Compiling serialport v4.7.1-alpha.0 (https://github.com/oxidecomputer/serialport-rs?branch=illumos-support-4.7.1#8d0fd3a8)
6112026-08-07T13:24:36.119Z Compiling cobs v0.5.1
6122026-08-07T13:24:36.540Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6132026-08-07T13:24:37.032Z Compiling espflash v4.4.0
6142026-08-07T13:24:38.037Z Compiling uf2-decode v0.2.0
6152026-08-07T13:24:38.147Z Compiling dunce v1.0.5
6162026-08-07T13:24:38.248Z Compiling ihex v3.0.0
6172026-08-07T13:24:38.514Z Compiling chacha20 v0.10.0
6182026-08-07T13:24:38.848Z Compiling rand v0.10.1
6192026-08-07T13:24:38.919Z Compiling unicode-segmentation v1.13.2
6202026-08-07T13:24:39.314Z Compiling signal-hook v0.3.18
6212026-08-07T13:24:39.526Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6222026-08-07T13:24:40.223Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6232026-08-07T13:24:40.502Z Compiling signal-hook-registry v1.4.8
6242026-08-07T13:24:40.607Z Compiling convert_case v0.10.0
6252026-08-07T13:24:40.875Z Compiling mio v0.8.11
6262026-08-07T13:24:41.065Z Compiling mio v1.2.0
6272026-08-07T13:24:41.381Z Compiling signal-hook-mio v0.2.5
6282026-08-07T13:24:41.528Z Compiling derive_more-impl v2.1.1
6292026-08-07T13:24:42.054Z Compiling litrs v1.0.0
6302026-08-07T13:24:42.515Z Compiling document-features v0.2.12
6312026-08-07T13:24:42.662Z Compiling derive_more v2.1.1
6322026-08-07T13:24:42.902Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6332026-08-07T13:24:43.074Z Compiling crossterm v0.29.0
6342026-08-07T13:24:43.184Z Compiling convert_case v0.11.0
6352026-08-07T13:24:43.448Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6362026-08-07T13:24:44.413Z Compiling paste v1.0.15
6372026-08-07T13:24:44.496Z Compiling camino v1.2.2
6382026-08-07T13:24:44.947Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6392026-08-07T13:24:45.801Z Compiling crossbeam-channel v0.5.15
6402026-08-07T13:24:45.843Z Compiling castaway v0.2.4
6412026-08-07T13:24:45.966Z Compiling indoc v2.0.7
6422026-08-07T13:24:46.146Z Compiling instability v0.3.12
6432026-08-07T13:24:46.248Z Compiling thiserror v1.0.69
6442026-08-07T13:24:46.535Z Compiling lazy-regex-proc_macros v3.6.0
6452026-08-07T13:24:46.596Z Compiling compact_str v0.9.0
6462026-08-07T13:24:46.722Z Compiling unicode-truncate v2.0.1
6472026-08-07T13:24:47.436Z Compiling lru v0.16.4
6482026-08-07T13:24:47.456Z Compiling kasuari v0.4.12
6492026-08-07T13:24:47.465Z Compiling thiserror-impl v1.0.69
6502026-08-07T13:24:47.628Z Compiling crossbeam-queue v0.3.12
6512026-08-07T13:24:47.671Z Compiling cargo-platform v0.3.3
6522026-08-07T13:24:47.799Z Compiling crossbeam v0.8.4
6532026-08-07T13:24:47.874Z Compiling cargo_metadata v0.23.1
6542026-08-07T13:24:47.910Z Compiling ratatui-core v0.1.0
6552026-08-07T13:24:47.930Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6562026-08-07T13:24:49.092Z Compiling lazy-regex v3.6.0
6572026-08-07T13:24:49.697Z Compiling strict v0.2.0
6582026-08-07T13:24:49.841Z Compiling binrw_derive v0.14.2
6592026-08-07T13:24:50.100Z Compiling base64 v0.13.1
6602026-08-07T13:24:50.186Z Compiling crokey-proc_macros v1.4.0
6612026-08-07T13:24:50.356Z Compiling ron v0.6.6
6622026-08-07T13:24:50.440Z Compiling crossterm v0.23.2
6632026-08-07T13:24:50.781Z Compiling line-clipping v0.3.7
6642026-08-07T13:24:51.220Z Compiling owo-colors v3.5.0
6652026-08-07T13:24:51.245Z Compiling binrw v0.14.2
6662026-08-07T13:24:51.444Z Compiling cargo-readme v3.3.2
6672026-08-07T13:24:51.596Z Compiling crokey v1.4.0
6682026-08-07T13:24:51.855Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6692026-08-07T13:24:52.203Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6702026-08-07T13:24:52.467Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6712026-08-07T13:24:52.739Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6722026-08-07T13:24:54.352Z Compiling ratatui-widgets v0.3.0
6732026-08-07T13:24:54.539Z Compiling coolor v0.8.0
6742026-08-07T13:24:54.806Z Compiling coolor v1.1.0
6752026-08-07T13:24:55.085Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6762026-08-07T13:24:56.334Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6772026-08-07T13:24:56.448Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6782026-08-07T13:24:57.021Z Compiling half v2.7.1
6792026-08-07T13:24:57.387Z Compiling minimad v0.13.1
6802026-08-07T13:24:57.468Z Compiling minimad v0.14.0
6812026-08-07T13:24:57.690Z Compiling ciborium-io v0.2.2
6822026-08-07T13:24:57.788Z Compiling array-init v2.1.0
6832026-08-07T13:24:57.902Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6842026-08-07T13:24:58.025Z Compiling convert_case v0.4.0
6852026-08-07T13:24:58.322Z Compiling derive_more v0.99.20
6862026-08-07T13:24:58.767Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6872026-08-07T13:24:59.497Z Compiling termimad v0.34.1
6882026-08-07T13:24:59.973Z Compiling ciborium-ll v0.2.2
6892026-08-07T13:25:00.290Z Compiling termimad v0.25.7
6902026-08-07T13:25:00.602Z Compiling ratatui-macros v0.7.0
6912026-08-07T13:25:00.715Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6922026-08-07T13:25:00.953Z Compiling ratatui-crossterm v0.1.0
6932026-08-07T13:25:01.198Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6942026-08-07T13:25:01.428Z Compiling sha2 v0.11.0
6952026-08-07T13:25:01.532Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6962026-08-07T13:25:01.676Z Compiling xml v1.2.1
6972026-08-07T13:25:01.796Z Compiling iana-time-zone v0.1.65
6982026-08-07T13:25:02.167Z Compiling parse-size v1.1.0
6992026-08-07T13:25:02.370Z Compiling serde-xml-rs v0.8.2
7002026-08-07T13:25:03.519Z Compiling chrono v0.4.44
7012026-08-07T13:25:03.799Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
7022026-08-07T13:25:06.361Z Compiling raw-cpuid v11.6.0
7032026-08-07T13:25:08.015Z Compiling ratatui v0.30.0
7042026-08-07T13:25:08.422Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
7052026-08-07T13:25:08.537Z Compiling ciborium v0.2.2
7062026-08-07T13:25:08.707Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
7072026-08-07T13:25:08.716Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
7082026-08-07T13:25:09.544Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
7092026-08-07T13:25:10.185Z Compiling humility-bin v0.13.6 (/work/oxidecomputer/humility/humility-bin)
7102026-08-07T13:25:10.411Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7112026-08-07T13:25:10.736Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7122026-08-07T13:25:11.125Z Compiling tracing-log v0.2.0
7132026-08-07T13:25:11.449Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7142026-08-07T13:25:11.538Z Compiling sharded-slab v0.1.7
7152026-08-07T13:25:11.634Z Compiling matchers v0.2.0
7162026-08-07T13:25:11.738Z Compiling termios v0.3.3
7172026-08-07T13:25:11.799Z Compiling thread_local v1.1.9
7182026-08-07T13:25:11.920Z Compiling nu-ansi-term v0.50.3
7192026-08-07T13:25:12.203Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7202026-08-07T13:25:12.225Z Compiling splitty v1.0.2
7212026-08-07T13:25:12.410Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7222026-08-07T13:25:12.449Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7232026-08-07T13:25:12.560Z Compiling tracing-subscriber v0.3.23
7242026-08-07T13:25:12.569Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7252026-08-07T13:25:14.412Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7262026-08-07T13:25:14.441Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7272026-08-07T13:25:15.260Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7282026-08-07T13:25:17.061Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7292026-08-07T13:25:17.905Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7302026-08-07T13:25:18.798Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7312026-08-07T13:25:19.157Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7322026-08-07T13:25:19.619Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7332026-08-07T13:25:20.804Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7342026-08-07T13:25:21.471Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7352026-08-07T13:25:22.856Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7362026-08-07T13:25:26.221Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7372026-08-07T13:25:28.458Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7382026-08-07T13:25:30.118Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7392026-08-07T13:25:30.361Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7402026-08-07T13:25:32.586Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7412026-08-07T13:25:33.892Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7422026-08-07T13:25:36.514Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7432026-08-07T13:25:37.724Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7442026-08-07T13:25:37.809Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7452026-08-07T13:25:38.064Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7462026-08-07T13:25:40.428Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7472026-08-07T13:25:41.891Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7482026-08-07T13:25:42.636Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7492026-08-07T13:25:43.005Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7502026-08-07T13:25:43.680Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7512026-08-07T13:25:44.633Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7522026-08-07T13:25:45.312Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7532026-08-07T13:25:46.507Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7542026-08-07T13:25:46.794Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7552026-08-07T13:25:49.046Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7562026-08-07T13:25:50.477Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7572026-08-07T13:25:50.536Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7582026-08-07T13:25:51.009Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7592026-08-07T13:25:52.068Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7602026-08-07T13:25:52.842Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7612026-08-07T13:25:54.105Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7622026-08-07T13:25:54.963Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7632026-08-07T13:25:55.602Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7642026-08-07T13:25:56.445Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7652026-08-07T13:25:56.559Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7662026-08-07T13:25:58.303Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7672026-08-07T13:25:58.871Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7682026-08-07T13:25:59.351Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7692026-08-07T13:26:00.521Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7702026-08-07T13:26:00.655Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7712026-08-07T13:26:00.981Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7722026-08-07T13:26:01.732Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7732026-08-07T13:26:03.673Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7742026-08-07T13:26:03.907Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7752026-08-07T13:26:04.021Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7762026-08-07T13:26:25.636Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 09s
7772026-08-07T13:26:25.639Zwarning: the following packages contain code that will be rejected by a future version of Rust: binrw v0.14.2
7782026-08-07T13:26:25.639Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
7792026-08-07T13:27:25.594Zpkg://helios/developer/debug/humility@0.13.6.714,5.11-3.0:20260807T132632Z
7802026-08-07T13:27:25.594ZPUBLISHED
7812026-08-07T13:27:25.815ZRetrieving packages for publisher helios ...
7822026-08-07T13:27:25.818ZRetrieving catalog 'helios' ... Done
7832026-08-07T13:27:25.821ZRetrieving and evaluating 1 package(s)...
7842026-08-07T13:27:25.821ZFetching manifests: 1/1 100% complete
7852026-08-07T13:27:25.821ZFetching manifests: 1/1 100% complete
7862026-08-07T13:27:25.821Z
7872026-08-07T13:27:25.821ZArchiving packages ...
7882026-08-07T13:27:25.821Z Packages to add: 1
7892026-08-07T13:27:25.821Z Files to retrieve: 1
7902026-08-07T13:27:25.821ZEstimated transfer size: 135.61 MB
7912026-08-07T13:27:25.821Z
7922026-08-07T13:27:25.821ZPackages to archive:
7932026-08-07T13:27:25.821Zdeveloper/debug/humility@0.13.6.714,5.11-3.0:20260807T132632Z
7942026-08-07T13:27:25.821Z
7952026-08-07T13:27:25.821ZDownload: 0/1 items 0.0/135.6MB 0% complete
7962026-08-07T13:27:26.066ZDownload: Completed 135.61 MB in 0.25 seconds (547M/s)
7972026-08-07T13:27:26.069ZArchiving: 1/10 items 0.0/135.6MB 0% complete
7982026-08-07T13:27:26.123ZArchiving: Completed 135.63 MB in 0.06 seconds
7992026-08-07T13:27:26.163ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.6.714-3.0.p5p.
8002026-08-07T13:27:26.170Z
8012026-08-07T13:27:26.173Zreal 4:35.814923928
8022026-08-07T13:27:26.174Zuser 22:35.567393423
8032026-08-07T13:27:26.174Zsys 1:36.984733643
8042026-08-07T13:27:26.174Ztrap 0.661472044
8052026-08-07T13:27:26.174Ztflt 1.031640522
8062026-08-07T13:27:26.174Zdflt 1.784906945
8072026-08-07T13:27:26.174Zkflt 0.005157530
8082026-08-07T13:27:26.174Zlock 1:38:25.787074836
8092026-08-07T13:27:26.174Zslp 1:12:47.541982857
8102026-08-07T13:27:26.174Zlat 1:14.095900015
8112026-08-07T13:27:26.174Zstop 1:20.865901065
8122026-08-07T13:27:26.174Z+ banner copy
8132026-08-07T13:27:26.174Z
8142026-08-07T13:27:26.174Z #### #### ##### # #
8152026-08-07T13:27:26.174Z # # # # # # # #
8162026-08-07T13:27:26.174Z # # # # # #
8172026-08-07T13:27:26.174Z # # # ##### #
8182026-08-07T13:27:26.174Z # # # # # #
8192026-08-07T13:27:26.174Z #### #### # #
8202026-08-07T13:27:26.174Z
8212026-08-07T13:27:26.174Z+ pfexec mkdir -p /out
8222026-08-07T13:27:26.178Z+ pfexec chown 12345 /out
8232026-08-07T13:27:26.178Z+ PKG_NAME=/out/humility.p5p
8242026-08-07T13:27:26.178Z+ mv pkg/packages/repo/humility-0.13.6.714-3.0.p5p /out/humility.p5p
8252026-08-07T13:27:26.273Z+ sha256sum /out/humility.p5p
8262026-08-07T13:27:26.353Zprocess exited: duration 283162 ms, exit code 0
 
8272026-08-07T13:27:26.365Zfound 2 output files
8282026-08-07T13:27:26.365Zuploading: /out/humility.p5p (142223360 bytes)
8292026-08-07T13:27:28.730Zuploaded: /out/humility.p5p
8302026-08-07T13:27:28.733Zuploading: /out/humility.p5p.sha256 (84 bytes)
8312026-08-07T13:27:29.741Zuploaded: /out/humility.p5p.sha256