01KW9YYK6N9SGJVBB8F2MQR0FF: 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: 01KW9YYWVYPZZAF07ZY4133V8H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T15:12:20.584Zjob assigned to worker 01KW9YYZCW7944SWNSMNCA7J1W [factory aws, i-0f548bdaaf342ff60] (queued for 52 s)
 
22026-06-29T15:12:27.465Zstarting task 0: "setup"
32026-06-29T15:12:27.472Z++ uname -s
42026-06-29T15:12:27.475Z+ kern=SunOS
52026-06-29T15:12:27.475Z+ build_user=build
62026-06-29T15:12:27.475Z+ build_uid=12345
72026-06-29T15:12:27.475Z+ work_dir=/work
82026-06-29T15:12:27.475Z+ input_dir=/input
92026-06-29T15:12:27.475Z+ [[ 0 == 12345 ]]
102026-06-29T15:12:27.475Z+ case "$kern" in
112026-06-29T15:12:27.475Z+ groupadd -g 12345 build
122026-06-29T15:12:27.478Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T15:12:29.482Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T15:12:29.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T15:12:29.555Z+ home_fs=zfs
162026-06-29T15:12:29.555Z+ [[ zfs == autofs ]]
172026-06-29T15:12:29.555Z+ mkdir -p /home/build
182026-06-29T15:12:29.555Z+ chown build:build /home/build /work
192026-06-29T15:12:31.556Z+ chmod 0700 /home/build /work
202026-06-29T15:12:31.560Zprocess exited: duration 4093 ms, exit code 0
 
212026-06-29T15:12:31.566Zstarting task 1: "rust-toolchain"
222026-06-29T15:12:31.570Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-29T15:12:31.570Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-29T15:12:31.570Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-29T15:12:31.570Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-29T15:12:31.570Z * rust toolchain channel = "stable"
272026-06-29T15:12:31.570Z * rust toolchain profile = "default"
282026-06-29T15:12:31.573Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T15:12:31.573Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-29T15:12:31.652Zinfo: downloading installer
312026-06-29T15:12:33.063Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T15:12:33.063Zwarn: /home/build/.rustup/settings.toml
332026-06-29T15:12:33.063Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T15:12:33.063Zwarn: instead of the one inferred from the default host triple.
352026-06-29T15:12:33.075Zinfo: profile set to default
362026-06-29T15:12:33.075Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T15:12:33.079Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-29T15:12:33.229Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T15:12:33.229Zinfo: downloading 6 components
402026-06-29T15:12:48.134Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-29T15:12:48.134Z
422026-06-29T15:12:48.162Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T15:12:48.162Z
442026-06-29T15:12:48.163Z
452026-06-29T15:12:48.163ZRust is installed now. Great!
462026-06-29T15:12:48.163Z
472026-06-29T15:12:48.163ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T15:12:48.163Zenvironment variable. This has not been done automatically.
492026-06-29T15:12:48.163Z
502026-06-29T15:12:48.163ZTo configure your current shell, you need to source
512026-06-29T15:12:48.163Zthe corresponding env file under $HOME/.cargo.
522026-06-29T15:12:48.163Z
532026-06-29T15:12:48.163ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T15:12:48.237Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T15:12:48.237Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T15:12:48.237Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T15:12:48.237Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T15:12:48.237Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T15:12:48.237Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T15:12:48.237Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T15:12:48.237Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T15:12:48.270Z+ rustup --version
632026-06-29T15:12:48.279Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T15:12:48.283Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T15:12:48.300Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T15:12:48.303Z+ cargo --version
672026-06-29T15:12:48.316Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T15:12:48.321Z+ rustc --version
692026-06-29T15:12:48.338Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T15:12:48.341Zprocess exited: duration 16774 ms, exit code 0
 
712026-06-29T15:12:48.347Zstarting task 2: "authentication"
722026-06-29T15:12:48.363Zprocess exited: duration 16 ms, exit code 0
 
732026-06-29T15:12:48.370Zstarting task 3: "clone repository"
742026-06-29T15:12:48.373Z+ mkdir -p /work/oxidecomputer/humility
752026-06-29T15:12:48.376Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-29T15:12:48.405ZCloning into '/work/oxidecomputer/humility'...
772026-06-29T15:13:04.682Z+ cd /work/oxidecomputer/humility
782026-06-29T15:13:04.682Z+ git fetch origin 0893af8d430e8e8f78946d4775a7b5b6b28fef02
792026-06-29T15:13:04.961ZFrom https://github.com/oxidecomputer/humility
802026-06-29T15:13:04.961Z * branch 0893af8d430e8e8f78946d4775a7b5b6b28fef02 -> FETCH_HEAD
812026-06-29T15:13:04.967Z+ [[ -n '' ]]
822026-06-29T15:13:04.967Z+ git reset --hard 0893af8d430e8e8f78946d4775a7b5b6b28fef02
832026-06-29T15:13:05.742ZHEAD is now at 0893af8d Move more net functionality into `humility-net`
842026-06-29T15:13:05.745Zprocess exited: duration 17373 ms, exit code 0
 
852026-06-29T15:13:05.751Zstarting task 4: "build"
862026-06-29T15:13:05.756Z+ export CARGO_INCREMENTAL=0
872026-06-29T15:13:05.756Z+ CARGO_INCREMENTAL=0
882026-06-29T15:13:05.756Z+ banner deps
892026-06-29T15:13:05.760Z
902026-06-29T15:13:05.760Z ##### ###### ##### ####
912026-06-29T15:13:05.760Z # # # # # #
922026-06-29T15:13:05.760Z # # ##### # # ####
932026-06-29T15:13:05.760Z # # # ##### #
942026-06-29T15:13:05.760Z # # # # # #
952026-06-29T15:13:05.760Z ##### ###### # ####
962026-06-29T15:13:05.760Z
972026-06-29T15:13:05.760Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
982026-06-29T15:13:05.760Z+ PKG_SUCCESS_ON_NOP=1
992026-06-29T15:13:05.760Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1002026-06-29T15:13:09.018Z Startup: Refreshing catalog 'helios' ... Done
1012026-06-29T15:13:09.128Z Startup: Caching catalogs ... Done
1022026-06-29T15:13:09.619ZPlanning: Solver setup ... Done (0.446s)
1032026-06-29T15:13:09.645ZPlanning: Running solver ... Done (0.026s)
1042026-06-29T15:13:09.656ZPlanning: Finding local manifests ... Done (0.003s)
1052026-06-29T15:13:09.667ZPlanning: Fetching manifests: 0/2 0% complete
1062026-06-29T15:13:09.680ZPlanning: Fetching manifests: 2/2 100% complete
1072026-06-29T15:13:09.693ZPlanning: Package planning ... Done (0.012s)
1082026-06-29T15:13:09.696ZPlanning: Merging actions ... Done (0.000s)
1092026-06-29T15:13:09.846ZPlanning: Checking for conflicting actions ... Done (0.152s)
1102026-06-29T15:13:09.849ZPlanning: Consolidating action changes ... Done (0.000s)
1112026-06-29T15:13:10.623ZPlanning: Evaluating mediators ... Done (0.776s)
1122026-06-29T15:13:10.626ZPlanning: Planning completed in 1.47 seconds
1132026-06-29T15:13:10.632Z Packages to install: 2
1142026-06-29T15:13:10.632Z Estimated space available: 155.77 GB
1152026-06-29T15:13:10.635ZEstimated space to be consumed: 23.20 MB
1162026-06-29T15:13:10.635Z Create boot environment: No
1172026-06-29T15:13:10.635ZCreate backup boot environment: No
1182026-06-29T15:13:10.635Z Rebuild boot archive: No
1192026-06-29T15:13:10.635Z
1202026-06-29T15:13:10.635ZChanged packages:
1212026-06-29T15:13:10.635Zhelios
1222026-06-29T15:13:10.635Z library/libftdi1
1232026-06-29T15:13:10.635Z None -> 1.5-3.0
1242026-06-29T15:13:10.635Z ooce/library/libusb-1
1252026-06-29T15:13:10.635Z None -> 1.0.29-3.1
1262026-06-29T15:13:10.656Z
1272026-06-29T15:13:10.656ZDownload: 0/22 items 0.0/0.4MB 0% complete
1282026-06-29T15:13:10.710ZDownload: Completed 377.70 kB in 0.05 seconds (6.9M/s)
1292026-06-29T15:13:10.774Z Actions: 1/61 actions (Installing new actions)
1302026-06-29T15:13:10.784Z Actions: Completed 61 actions in 0.01 seconds.
1312026-06-29T15:13:10.794ZFinalize: Updating package state database ... Done (0.010s)
1322026-06-29T15:13:10.798ZFinalize: Updating package cache ... Done (0.000s)
1332026-06-29T15:13:10.823ZFinalize: Updating image state ... Done (0.029s)
1342026-06-29T15:13:13.215ZFinalize: Creating fast lookup database ... Done (2.367s)
1352026-06-29T15:13:13.289ZFinalize: Reading search index ... Done (0.014s)
1362026-06-29T15:13:13.292ZFinalize: Updating search index ... Done (0.000s)
1372026-06-29T15:13:13.380ZFinalize: Updating package cache ... Done (0.000s)
1382026-06-29T15:13:13.485Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1392026-06-29T15:13:13.694ZFMRI IFO
1402026-06-29T15:13:13.694Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1412026-06-29T15:13:13.694Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1422026-06-29T15:13:13.727Z+ cargo --version
1432026-06-29T15:13:13.737Zcargo 1.96.0 (30a34c682 2026-05-25)
1442026-06-29T15:13:13.740Z+ rustc --version
1452026-06-29T15:13:13.761Zrustc 1.96.0 (ac68faa20 2026-05-25)
1462026-06-29T15:13:13.764Z+ banner package
1472026-06-29T15:13:13.767Z
1482026-06-29T15:13:13.767Z ##### ## #### # # ## #### ######
1492026-06-29T15:13:13.767Z # # # # # # # # # # # # #
1502026-06-29T15:13:13.767Z # # # # # #### # # # #####
1512026-06-29T15:13:13.767Z ##### ###### # # # ###### # ### #
1522026-06-29T15:13:13.767Z # # # # # # # # # # # #
1532026-06-29T15:13:13.767Z # # # #### # # # # #### ######
1542026-06-29T15:13:13.767Z
1552026-06-29T15:13:13.767Z+ ptime -m cargo xtask package
1562026-06-29T15:13:13.884Z Updating crates.io index
1572026-06-29T15:13:13.887Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1582026-06-29T15:13:14.189Z Updating git repository `https://github.com/oxidecomputer/humpty`
1592026-06-29T15:13:14.589Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1602026-06-29T15:13:14.918Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1612026-06-29T15:13:15.201Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1622026-06-29T15:13:15.517Z Updating git repository `https://github.com/oxidecomputer/hif`
1632026-06-29T15:13:15.777Z Updating git repository `https://github.com/oxidecomputer/nusb.git`
1642026-06-29T15:13:16.152Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1652026-06-29T15:13:20.178Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1662026-06-29T15:13:20.541Z Updating git repository `https://github.com/oxidecomputer/spd`
1672026-06-29T15:13:20.791Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1682026-06-29T15:13:21.005Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1692026-06-29T15:13:21.298Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1702026-06-29T15:13:21.585Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1712026-06-29T15:13:22.265Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1722026-06-29T15:13:22.513Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1732026-06-29T15:13:22.760Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1742026-06-29T15:13:24.956Z Downloading crates ...
1752026-06-29T15:13:25.018Z Downloaded itoa v1.0.18
1762026-06-29T15:13:25.021Z Downloaded strsim v0.11.1
1772026-06-29T15:13:25.024Z Downloaded equivalent v1.0.2
1782026-06-29T15:13:25.027Z Downloaded heck v0.5.0
1792026-06-29T15:13:25.028Z Downloaded colorchoice v1.0.5
1802026-06-29T15:13:25.028Z Downloaded clap_lex v1.1.0
1812026-06-29T15:13:25.033Z Downloaded percent-encoding v2.3.2
1822026-06-29T15:13:25.040Z Downloaded serde_spanned v1.1.1
1832026-06-29T15:13:25.044Z Downloaded lazy_static v1.5.0
1842026-06-29T15:13:25.044Z Downloaded is_terminal_polyfill v1.70.2
1852026-06-29T15:13:25.046Z Downloaded cargo-platform v0.3.3
1862026-06-29T15:13:25.049Z Downloaded anstyle-query v1.1.5
1872026-06-29T15:13:25.049Z Downloaded utf8parse v0.2.2
1882026-06-29T15:13:25.049Z Downloaded anstyle v1.0.14
1892026-06-29T15:13:25.062Z Downloaded quote v1.0.45
1902026-06-29T15:13:25.065Z Downloaded anstream v1.0.0
1912026-06-29T15:13:25.069Z Downloaded thiserror v2.0.18
1922026-06-29T15:13:25.072Z Downloaded zmij v1.0.21
1932026-06-29T15:13:25.075Z Downloaded anstyle-parse v1.0.0
1942026-06-29T15:13:25.075Z Downloaded thiserror-impl v2.0.18
1952026-06-29T15:13:25.081Z Downloaded anyhow v1.0.102
1962026-06-29T15:13:25.084Z Downloaded clap_derive v4.6.1
1972026-06-29T15:13:25.087Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1982026-06-29T15:13:25.090Z Downloaded toml_writer v1.1.1+spec-1.1.0
1992026-06-29T15:13:25.093Z Downloaded cargo_metadata v0.23.1
2002026-06-29T15:13:25.100Z Downloaded toml_parser v1.1.2+spec-1.1.0
2012026-06-29T15:13:25.103Z Downloaded cargo-readme v3.3.2
2022026-06-29T15:13:25.106Z Downloaded serde_core v1.0.228
2032026-06-29T15:13:25.111Z Downloaded camino v1.2.2
2042026-06-29T15:13:25.115Z Downloaded unicode-ident v1.0.24
2052026-06-29T15:13:25.118Z Downloaded serde_derive v1.0.228
2062026-06-29T15:13:25.125Z Downloaded semver v1.0.28
2072026-06-29T15:13:25.128Z Downloaded toml v1.1.2+spec-1.1.0
2082026-06-29T15:13:25.131Z Downloaded clap v4.6.1
2092026-06-29T15:13:25.135Z Downloaded proc-macro2 v1.0.106
2102026-06-29T15:13:25.139Z Downloaded aho-corasick v1.1.4
2112026-06-29T15:13:25.142Z Downloaded serde v1.0.228
2122026-06-29T15:13:25.154Z Downloaded memchr v2.8.0
2132026-06-29T15:13:25.157Z Downloaded indexmap v2.14.0
2142026-06-29T15:13:25.177Z Downloaded hashbrown v0.17.0
2152026-06-29T15:13:25.180Z Downloaded serde_json v1.0.149
2162026-06-29T15:13:25.184Z Downloaded regex v1.12.3
2172026-06-29T15:13:25.191Z Downloaded winnow v1.0.2
2182026-06-29T15:13:25.196Z Downloaded clap_builder v4.6.0
2192026-06-29T15:13:25.216Z Downloaded syn v2.0.117
2202026-06-29T15:13:25.223Z Downloaded regex-syntax v0.8.10
2212026-06-29T15:13:25.237Z Downloaded regex-automata v0.4.14
2222026-06-29T15:13:25.277Z Compiling serde_core v1.0.228
2232026-06-29T15:13:25.277Z Compiling proc-macro2 v1.0.106
2242026-06-29T15:13:25.277Z Compiling unicode-ident v1.0.24
2252026-06-29T15:13:25.280Z Compiling quote v1.0.45
2262026-06-29T15:13:25.280Z Compiling memchr v2.8.0
2272026-06-29T15:13:25.280Z Compiling utf8parse v0.2.2
2282026-06-29T15:13:25.280Z Compiling colorchoice v1.0.5
2292026-06-29T15:13:25.280Z Compiling anstyle v1.0.14
2302026-06-29T15:13:25.491Z Compiling anstyle-parse v1.0.0
2312026-06-29T15:13:25.500Z Compiling serde v1.0.228
2322026-06-29T15:13:25.506Z Compiling zmij v1.0.21
2332026-06-29T15:13:25.588Z Compiling is_terminal_polyfill v1.70.2
2342026-06-29T15:13:25.662Z Compiling anstyle-query v1.1.5
2352026-06-29T15:13:25.672Z Compiling heck v0.5.0
2362026-06-29T15:13:25.744Z Compiling anstream v1.0.0
2372026-06-29T15:13:25.761Z Compiling camino v1.2.2
2382026-06-29T15:13:25.812Z Compiling aho-corasick v1.1.4
2392026-06-29T15:13:25.833Z Compiling clap_lex v1.1.0
2402026-06-29T15:13:25.859Z Compiling serde_json v1.0.149
2412026-06-29T15:13:26.048Z Compiling regex-syntax v0.8.10
2422026-06-29T15:13:26.057Z Compiling strsim v0.11.1
2432026-06-29T15:13:26.068Z Compiling winnow v1.0.2
2442026-06-29T15:13:26.071Z Compiling thiserror v2.0.18
2452026-06-29T15:13:26.424Z Compiling toml_parser v1.1.2+spec-1.1.0
2462026-06-29T15:13:26.447Z Compiling clap_builder v4.6.0
2472026-06-29T15:13:26.580Z Compiling syn v2.0.117
2482026-06-29T15:13:26.607Z Compiling itoa v1.0.18
2492026-06-29T15:13:26.646Z Compiling anyhow v1.0.102
2502026-06-29T15:13:26.790Z Compiling toml_writer v1.1.1+spec-1.1.0
2512026-06-29T15:13:27.001Z Compiling lazy_static v1.5.0
2522026-06-29T15:13:27.096Z Compiling percent-encoding v2.3.2
2532026-06-29T15:13:27.402Z Compiling toml_datetime v1.1.1+spec-1.1.0
2542026-06-29T15:13:27.432Z Compiling serde_spanned v1.1.1
2552026-06-29T15:13:27.491Z Compiling regex-automata v0.4.14
2562026-06-29T15:13:27.501Z Compiling cargo-platform v0.3.3
2572026-06-29T15:13:27.704Z Compiling toml v1.1.2+spec-1.1.0
2582026-06-29T15:13:27.788Z Compiling semver v1.0.28
2592026-06-29T15:13:28.939Z Compiling serde_derive v1.0.228
2602026-06-29T15:13:28.940Z Compiling clap_derive v4.6.1
2612026-06-29T15:13:28.943Z Compiling thiserror-impl v2.0.18
2622026-06-29T15:13:29.130Z Compiling regex v1.12.3
2632026-06-29T15:13:30.202Z Compiling clap v4.6.1
2642026-06-29T15:13:31.119Z Compiling cargo_metadata v0.23.1
2652026-06-29T15:13:31.119Z Compiling cargo-readme v3.3.2
2662026-06-29T15:13:32.055Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2672026-06-29T15:13:33.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.62s
2682026-06-29T15:13:33.509Z Running `target/debug/xtask package`
2692026-06-29T15:13:37.268Z Compiling proc-macro2 v1.0.106
2702026-06-29T15:13:37.268Z Compiling unicode-ident v1.0.24
2712026-06-29T15:13:37.268Z Compiling quote v1.0.45
2722026-06-29T15:13:37.271Z Compiling serde_core v1.0.228
2732026-06-29T15:13:37.271Z Compiling libc v0.2.186
2742026-06-29T15:13:37.271Z Compiling serde v1.0.228
2752026-06-29T15:13:37.272Z Compiling cfg-if v1.0.4
2762026-06-29T15:13:37.272Z Compiling typenum v1.20.0
2772026-06-29T15:13:37.402Z Compiling memchr v2.8.0
2782026-06-29T15:13:37.433Z Compiling log v0.4.29
2792026-06-29T15:13:37.679Z Compiling autocfg v1.5.0
2802026-06-29T15:13:37.705Z Compiling thiserror v2.0.18
2812026-06-29T15:13:38.028Z Compiling scopeguard v1.2.0
2822026-06-29T15:13:38.110Z Compiling strsim v0.11.1
2832026-06-29T15:13:38.120Z Compiling stable_deref_trait v1.2.1
2842026-06-29T15:13:38.162Z Compiling lock_api v0.4.14
2852026-06-29T15:13:38.195Z Compiling errno v0.3.14
2862026-06-29T15:13:38.391Z Compiling foldhash v0.2.0
2872026-06-29T15:13:38.399Z Compiling smallvec v1.15.1
2882026-06-29T15:13:38.405Z Compiling heck v0.5.0
2892026-06-29T15:13:38.595Z Compiling syn v2.0.117
2902026-06-29T15:13:38.608Z Compiling equivalent v1.0.2
2912026-06-29T15:13:38.628Z Compiling rustversion v1.0.22
2922026-06-29T15:13:38.637Z Compiling ident_case v1.0.1
2932026-06-29T15:13:38.640Z Compiling jobserver v0.1.34
2942026-06-29T15:13:38.685Z Compiling zeroize v1.8.2
2952026-06-29T15:13:38.746Z Compiling find-msvc-tools v0.1.9
2962026-06-29T15:13:38.864Z Compiling shlex v1.3.0
2972026-06-29T15:13:38.917Z Compiling libm v0.2.16
2982026-06-29T15:13:38.965Z Compiling rustix v1.1.4
2992026-06-29T15:13:38.988Z Compiling anyhow v1.0.102
3002026-06-29T15:13:39.045Z Compiling cc v1.2.61
3012026-06-29T15:13:39.296Z Compiling num-traits v0.2.19
3022026-06-29T15:13:39.424Z Compiling const-oid v0.9.6
3032026-06-29T15:13:39.495Z Compiling zerocopy v0.8.48
3042026-06-29T15:13:39.526Z Compiling version_check v0.9.5
3052026-06-29T15:13:39.579Z Compiling bitflags v2.11.1
3062026-06-29T15:13:39.779Z Compiling generic-array v0.14.7
3072026-06-29T15:13:39.896Z Compiling aho-corasick v1.1.4
3082026-06-29T15:13:39.993Z Compiling regex-syntax v0.8.10
3092026-06-29T15:13:40.087Z Compiling hashbrown v0.17.0
3102026-06-29T15:13:40.313Z Compiling hybrid-array v0.4.11
3112026-06-29T15:13:40.317Z Compiling once_cell v1.21.4
3122026-06-29T15:13:40.784Z Compiling crossbeam-utils v0.8.21
3132026-06-29T15:13:40.792Z Compiling indexmap v2.14.0
3142026-06-29T15:13:41.354Z Compiling synstructure v0.13.2
3152026-06-29T15:13:41.666Z Compiling regex-automata v0.4.14
3162026-06-29T15:13:41.670Z Compiling syn v1.0.109
3172026-06-29T15:13:41.896Z Compiling itoa v1.0.18
3182026-06-29T15:13:42.022Z Compiling pkg-config v0.3.33
3192026-06-29T15:13:42.477Z Compiling crypto-common v0.1.7
3202026-06-29T15:13:42.606Z Compiling serde_derive v1.0.228
3212026-06-29T15:13:42.606Z Compiling thiserror-impl v2.0.18
3222026-06-29T15:13:42.843Z Compiling zerofrom-derive v0.1.7
3232026-06-29T15:13:43.927Z Compiling zerocopy-derive v0.8.48
3242026-06-29T15:13:44.004Z Compiling yoke-derive v0.8.2
3252026-06-29T15:13:44.241Z Compiling zerovec-derive v0.11.3
3262026-06-29T15:13:45.059Z Compiling regex v1.12.3
3272026-06-29T15:13:45.306Z Compiling block-buffer v0.10.4
3282026-06-29T15:13:45.454Z Compiling darling_core v0.23.0
3292026-06-29T15:13:45.933Z Compiling crypto-common v0.2.1
3302026-06-29T15:13:45.942Z Compiling zmij v1.0.21
3312026-06-29T15:13:46.220Z Compiling digest v0.10.7
3322026-06-29T15:13:46.444Z Compiling spin v0.9.8
3332026-06-29T15:13:46.676Z Compiling byteorder v1.5.0
3342026-06-29T15:13:46.935Z Compiling cmov v0.5.3
3352026-06-29T15:13:47.001Z Compiling radium v0.7.0
3362026-06-29T15:13:47.164Z Compiling ctutils v0.4.2
3372026-06-29T15:13:47.297Z Compiling displaydoc v0.2.5
3382026-06-29T15:13:47.408Z Compiling block-buffer v0.12.0
3392026-06-29T15:13:47.593Z Compiling crc32fast v1.5.0
3402026-06-29T15:13:47.614Z Compiling darling_macro v0.23.0
3412026-06-29T15:13:47.697Z Compiling allocator-api2 v0.2.21
3422026-06-29T15:13:47.816Z Compiling const-oid v0.10.2
3432026-06-29T15:13:47.872Z Compiling tap v1.0.1
3442026-06-29T15:13:47.983Z Compiling digest v0.11.2
3452026-06-29T15:13:48.019Z Compiling wyz v0.5.1
3462026-06-29T15:13:48.089Z Compiling hashbrown v0.16.1
3472026-06-29T15:13:48.153Z Compiling darling v0.23.0
3482026-06-29T15:13:48.188Z Compiling base64ct v1.8.3
3492026-06-29T15:13:48.223Z Compiling typeid v1.0.3
3502026-06-29T15:13:48.231Z Compiling funty v2.0.0
3512026-06-29T15:13:48.395Z Compiling static_assertions v1.1.0
3522026-06-29T15:13:48.466Z Compiling simd-adler32 v0.3.9
3532026-06-29T15:13:48.502Z Compiling either v1.15.0
3542026-06-29T15:13:48.541Z Compiling pem-rfc7468 v0.7.0
3552026-06-29T15:13:48.621Z Compiling bitvec v1.0.1
3562026-06-29T15:13:48.799Z Compiling der_derive v0.7.3
3572026-06-29T15:13:48.982Z Compiling clap_derive v4.6.1
3582026-06-29T15:13:49.128Z Compiling getrandom v0.2.17
3592026-06-29T15:13:49.342Z Compiling unicode-width v0.2.2
3602026-06-29T15:13:49.359Z Compiling adler2 v2.0.1
3612026-06-29T15:13:49.398Z Compiling utf8parse v0.2.2
3622026-06-29T15:13:49.502Z Compiling flagset v0.4.7
3632026-06-29T15:13:49.539Z Compiling cpufeatures v0.2.17
3642026-06-29T15:13:49.608Z Compiling sha2 v0.10.9
3652026-06-29T15:13:49.637Z Compiling anstyle-parse v1.0.0
3662026-06-29T15:13:49.653Z Compiling miniz_oxide v0.8.9
3672026-06-29T15:13:49.731Z Compiling der v0.7.10
3682026-06-29T15:13:49.911Z Compiling rand_core v0.6.4
3692026-06-29T15:13:50.179Z Compiling lazy_static v1.5.0
3702026-06-29T15:13:50.267Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3712026-06-29T15:13:50.352Z Compiling crossbeam-epoch v0.9.18
3722026-06-29T15:13:50.641Z Compiling colorchoice v1.0.5
3732026-06-29T15:13:50.663Z Compiling is_terminal_polyfill v1.70.2
3742026-06-29T15:13:50.752Z Compiling anstyle-query v1.1.5
3752026-06-29T15:13:50.760Z Compiling powerfmt v0.2.0
3762026-06-29T15:13:50.776Z Compiling anstyle v1.0.14
3772026-06-29T15:13:50.851Z Compiling cpufeatures v0.3.0
3782026-06-29T15:13:50.927Z Compiling zlib-rs v0.6.3
3792026-06-29T15:13:50.995Z Compiling anstream v1.0.0
3802026-06-29T15:13:51.030Z Compiling deranged v0.5.8
3812026-06-29T15:13:51.052Z Compiling spki v0.7.3
3822026-06-29T15:13:51.345Z Compiling crossbeam-deque v0.8.6
3832026-06-29T15:13:51.558Z Compiling ppv-lite86 v0.2.21
3842026-06-29T15:13:51.594Z Compiling time-core v0.1.8
3852026-06-29T15:13:51.607Z Compiling num_threads v0.1.7
3862026-06-29T15:13:51.695Z Compiling maybe-uninit v2.0.0
3872026-06-29T15:13:51.890Z Compiling num-conv v0.2.1
3882026-06-29T15:13:51.984Z Compiling object v0.39.1
3892026-06-29T15:13:52.036Z Compiling twox-hash v2.1.2
3902026-06-29T15:13:52.162Z Compiling ruzstd v0.8.2
3912026-06-29T15:13:52.192Z Compiling time v0.3.47
3922026-06-29T15:13:52.337Z Compiling rand_chacha v0.3.1
3932026-06-29T15:13:52.476Z Compiling bitfield-macros v0.19.4
3942026-06-29T15:13:52.805Z Compiling terminal_size v0.4.4
3952026-06-29T15:13:52.878Z Compiling num-integer v0.1.46
3962026-06-29T15:13:53.178Z Compiling clap_lex v1.1.0
3972026-06-29T15:13:53.424Z Compiling num-bigint-dig v0.8.6
3982026-06-29T15:13:53.427Z Compiling getrandom v0.4.2
3992026-06-29T15:13:53.596Z Compiling packed_struct v0.10.1
4002026-06-29T15:13:53.678Z Compiling rand_core v0.10.1
4012026-06-29T15:13:53.850Z Compiling zstd-safe v7.2.4
4022026-06-29T15:13:53.931Z Compiling clap_builder v4.6.0
4032026-06-29T15:13:54.076Z Compiling flate2 v1.1.9
4042026-06-29T15:13:54.801Z Compiling bitfield v0.19.4
4052026-06-29T15:13:55.104Z Compiling num-iter v0.1.45
4062026-06-29T15:13:55.224Z Compiling rand v0.8.6
4072026-06-29T15:13:55.794Z Compiling pkcs8 v0.10.2
4082026-06-29T15:13:56.583Z Compiling serde_with_macros v3.18.0
4092026-06-29T15:13:56.826Z Compiling packed_struct_codegen v0.10.1
4102026-06-29T15:13:57.238Z Compiling inout v0.2.2
4112026-06-29T15:13:57.390Z Compiling capstone-sys v0.18.0
4122026-06-29T15:13:57.648Z Compiling base64 v0.21.7
4132026-06-29T15:13:57.791Z Compiling fallible-iterator v0.3.0
4142026-06-29T15:13:57.846Z Compiling parking_lot_core v0.9.12
4152026-06-29T15:13:58.107Z Compiling nodrop v0.1.14
4162026-06-29T15:13:58.125Z Compiling crc-catalog v2.5.0
4172026-06-29T15:13:58.199Z Compiling array-init v0.0.4
4182026-06-29T15:13:58.224Z Compiling crc v3.4.0
4192026-06-29T15:13:58.233Z Compiling ron v0.8.1
4202026-06-29T15:13:58.560Z Compiling serde_with v3.18.0
4212026-06-29T15:14:00.049Z Compiling cipher v0.5.1
4222026-06-29T15:14:00.503Z Compiling pkcs1 v0.7.5
4232026-06-29T15:14:01.122Z Compiling clap v4.6.1
4242026-06-29T15:14:01.200Z Compiling smallvec v0.6.14
4252026-06-29T15:14:01.681Z Compiling signature v2.2.0
4262026-06-29T15:14:01.865Z Compiling hmac v0.13.0
4272026-06-29T15:14:02.074Z Compiling hubpack_derive v0.1.1
4282026-06-29T15:14:02.583Z Compiling env_filter v1.0.1
4292026-06-29T15:14:02.617Z Compiling scroll_derive v0.13.1
4302026-06-29T15:14:03.412Z Compiling parse_int v0.9.0
4312026-06-29T15:14:03.551Z Compiling slog v2.8.2
4322026-06-29T15:14:03.776Z Compiling indexmap v1.9.3
4332026-06-29T15:14:04.006Z Compiling cpubits v0.1.1
4342026-06-29T15:14:04.015Z Compiling prettyplease v0.2.37
4352026-06-29T15:14:04.090Z Compiling libbz2-rs-sys v0.2.3
4362026-06-29T15:14:04.247Z Compiling cpp_demangle v0.5.1
4372026-06-29T15:14:04.419Z Compiling subtle v2.6.1
4382026-06-29T15:14:04.570Z Compiling portable-atomic v1.13.1
4392026-06-29T15:14:04.646Z Compiling winnow v1.0.2
4402026-06-29T15:14:04.857Z Compiling lzss v0.9.1
4412026-06-29T15:14:05.009Z Compiling bumpalo v3.20.2
4422026-06-29T15:14:05.102Z Compiling serde_json v1.0.149
4432026-06-29T15:14:05.139Z Compiling jiff v0.2.24
4442026-06-29T15:14:05.296Z Compiling rayon-core v1.13.0
4452026-06-29T15:14:05.334Z Compiling zopfli v0.8.3
4462026-06-29T15:14:05.587Z Compiling toml_parser v1.1.2+spec-1.1.0
4472026-06-29T15:14:06.991Z Compiling bzip2 v0.6.1
4482026-06-29T15:14:07.253Z Compiling rsa v0.9.10
4492026-06-29T15:14:07.413Z Compiling aes v0.9.0
4502026-06-29T15:14:07.619Z Compiling scroll v0.13.0
4512026-06-29T15:14:07.743Z Compiling hubpack v0.1.2
4522026-06-29T15:14:08.009Z Compiling pbkdf2 v0.13.0
4532026-06-29T15:14:08.132Z Compiling env_logger v0.11.10
4542026-06-29T15:14:08.302Z Compiling serde-hex v0.1.0
4552026-06-29T15:14:08.594Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4562026-06-29T15:14:10.284Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4572026-06-29T15:14:10.473Z Compiling x509-cert v0.2.5
4582026-06-29T15:14:10.523Z Compiling sha1 v0.11.0
4592026-06-29T15:14:10.795Z Compiling lzma-rust2 v0.16.2
4602026-06-29T15:14:11.054Z Compiling erased-serde v0.3.31
4612026-06-29T15:14:11.684Z Compiling zerofrom v0.1.7
4622026-06-29T15:14:11.805Z Compiling num-derive v0.4.2
4632026-06-29T15:14:12.744Z Compiling toml_datetime v1.1.1+spec-1.1.0
4642026-06-29T15:14:13.237Z Compiling serde_spanned v1.1.1
4652026-06-29T15:14:13.383Z Compiling semver v1.0.28
4662026-06-29T15:14:13.669Z Compiling hex v0.4.3
4672026-06-29T15:14:13.955Z Compiling constant_time_eq v0.4.2
4682026-06-29T15:14:14.164Z Compiling typed-path v0.12.3
4692026-06-29T15:14:16.547Z Compiling deflate64 v0.1.12
4702026-06-29T15:14:16.844Z Compiling icu_properties_data v2.2.0
4712026-06-29T15:14:17.077Z Compiling toml_writer v1.1.1+spec-1.1.0
4722026-06-29T15:14:17.154Z Compiling void v1.0.2
4732026-06-29T15:14:17.259Z Compiling hashbrown v0.12.3
4742026-06-29T15:14:17.345Z Compiling crc-any v2.5.0
4752026-06-29T15:14:17.752Z Compiling fnv v1.0.7
4762026-06-29T15:14:17.770Z Compiling icu_normalizer_data v2.2.0
4772026-06-29T15:14:17.808Z Compiling ppmd-rust v1.4.0
4782026-06-29T15:14:17.843Z Compiling gimli v0.33.0
4792026-06-29T15:14:17.980Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4802026-06-29T15:14:18.235Z Compiling toml v1.1.2+spec-1.1.0
4812026-06-29T15:14:18.604Z Compiling yoke v0.8.2
4822026-06-29T15:14:21.649Z Compiling zstd v0.13.3
4832026-06-29T15:14:22.111Z Compiling zip v8.6.0
4842026-06-29T15:14:24.929Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#7a96eab9)
4852026-06-29T15:14:26.609Z Compiling console v0.16.3
4862026-06-29T15:14:27.149Z Compiling serde-big-array v0.5.1
4872026-06-29T15:14:27.297Z Compiling memmap2 v0.9.10
4882026-06-29T15:14:27.612Z Compiling colored v3.1.1
4892026-06-29T15:14:28.086Z Compiling plain v0.2.3
4902026-06-29T15:14:28.199Z Compiling unit-prefix v0.5.2
4912026-06-29T15:14:28.323Z Compiling path-slash v0.2.1
4922026-06-29T15:14:28.346Z Compiling typed-arena v2.0.2
4932026-06-29T15:14:28.486Z Compiling rustc-demangle v0.1.27
4942026-06-29T15:14:28.493Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git#5ea53d26)
4952026-06-29T15:14:28.575Z Compiling indicatif v0.18.4
4962026-06-29T15:14:28.595Z Compiling goblin v0.10.5
4972026-06-29T15:14:29.753Z Compiling addr2line v0.26.1
4982026-06-29T15:14:29.847Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
4992026-06-29T15:14:30.176Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
5002026-06-29T15:14:30.829Z Compiling rayon v1.12.0
5012026-06-29T15:14:32.082Z Compiling ron v0.12.1
5022026-06-29T15:14:32.936Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
5032026-06-29T15:14:33.185Z Compiling multimap v0.10.1
5042026-06-29T15:14:33.517Z Compiling auto_impl v1.3.0
5052026-06-29T15:14:34.388Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5062026-06-29T15:14:35.329Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5072026-06-29T15:14:35.617Z Compiling zerovec v0.11.6
5082026-06-29T15:14:37.257Z Compiling parking_lot v0.12.5
5092026-06-29T15:14:37.495Z Compiling tinystr v0.8.3
5102026-06-29T15:14:37.691Z Compiling rustc_version v0.4.1
5112026-06-29T15:14:37.950Z Compiling litemap v0.8.2
5122026-06-29T15:14:38.137Z Compiling ryu v1.0.23
5132026-06-29T15:14:38.494Z Compiling writeable v0.6.3
5142026-06-29T15:14:38.509Z Compiling heapless v0.7.17
5152026-06-29T15:14:38.686Z Compiling icu_locale_core v2.2.0
5162026-06-29T15:14:38.782Z Compiling potential_utf v0.1.5
5172026-06-29T15:14:38.930Z Compiling toml_edit v0.25.11+spec-1.1.0
5182026-06-29T15:14:39.617Z Compiling zerotrie v0.2.4
5192026-06-29T15:14:39.831Z Compiling strum_macros v0.28.0
5202026-06-29T15:14:40.063Z Compiling utf8_iter v1.0.4
5212026-06-29T15:14:40.205Z Compiling proc-macro-hack v0.5.20+deprecated
5222026-06-29T15:14:40.526Z Compiling icu_collections v2.2.0
5232026-06-29T15:14:40.960Z Compiling icu_provider v2.2.0
5242026-06-29T15:14:41.255Z Compiling proc-macro-crate v3.5.0
5252026-06-29T15:14:41.642Z Compiling strum v0.28.0
5262026-06-29T15:14:41.793Z Compiling hash32 v0.2.1
5272026-06-29T15:14:41.956Z Compiling strum_macros v0.27.2
5282026-06-29T15:14:42.003Z Compiling percent-encoding v2.3.2
5292026-06-29T15:14:43.732Z Compiling strum v0.27.2
5302026-06-29T15:14:44.708Z Compiling postcard-cobs v0.1.5-pre
5312026-06-29T15:14:45.044Z Compiling darling_core v0.20.11
5322026-06-29T15:14:45.098Z Compiling postcard v0.7.3
5332026-06-29T15:14:45.156Z Compiling pkg-version-impl v0.1.1
5342026-06-29T15:14:45.389Z Compiling capstone v0.14.0
5352026-06-29T15:14:45.584Z Compiling icu_normalizer v2.2.0
5362026-06-29T15:14:46.047Z Compiling icu_properties v2.2.0
5372026-06-29T15:14:46.285Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5382026-06-29T15:14:46.300Z Compiling itertools v0.14.0
5392026-06-29T15:14:46.505Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5402026-06-29T15:14:47.027Z Compiling darling_macro v0.20.11
5412026-06-29T15:14:47.171Z Compiling idna_adapter v1.2.2
5422026-06-29T15:14:47.282Z Compiling pkg-version v1.0.0
5432026-06-29T15:14:47.299Z Compiling unicode-width v0.1.14
5442026-06-29T15:14:47.367Z Compiling virtue v0.0.18
5452026-06-29T15:14:47.571Z Compiling darling v0.20.11
5462026-06-29T15:14:47.606Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5472026-06-29T15:14:47.648Z Compiling idna v1.1.0
5482026-06-29T15:14:47.918Z Compiling bincode_derive v2.0.1
5492026-06-29T15:14:47.932Z Compiling form_urlencoded v1.2.2
5502026-06-29T15:14:48.097Z Compiling bytemuck_derive v1.10.2
5512026-06-29T15:14:48.172Z Compiling pin-project-lite v0.2.17
5522026-06-29T15:14:48.272Z Compiling url v2.5.8
5532026-06-29T15:14:48.419Z Compiling deku_derive v0.18.1
5542026-06-29T15:14:48.528Z Compiling num_enum_derive v0.7.6
5552026-06-29T15:14:48.962Z Compiling jep106 v0.3.0
5562026-06-29T15:14:48.983Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5572026-06-29T15:14:49.234Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5582026-06-29T15:14:49.242Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5592026-06-29T15:14:49.340Z Compiling bytemuck v1.25.0
5602026-06-29T15:14:49.369Z Compiling tracing-core v0.1.36
5612026-06-29T15:14:49.532Z Compiling no_std_io2 v0.8.1
5622026-06-29T15:14:49.569Z Compiling csv-core v0.1.13
5632026-06-29T15:14:49.700Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5642026-06-29T15:14:49.764Z Compiling unsafe-libyaml v0.2.11
5652026-06-29T15:14:50.031Z Compiling unty v0.0.4
5662026-06-29T15:14:50.127Z Compiling futures-core v0.3.32
5672026-06-29T15:14:50.289Z Compiling heapless v0.9.3
5682026-06-29T15:14:50.438Z Compiling base64 v0.22.1
5692026-06-29T15:14:50.446Z Compiling serde_yaml v0.9.34+deprecated
5702026-06-29T15:14:50.739Z Compiling probe-rs-target v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5712026-06-29T15:14:50.755Z Compiling deku v0.18.1
5722026-06-29T15:14:51.064Z Compiling bincode v2.0.1
5732026-06-29T15:14:51.441Z Compiling csv v1.4.0
5742026-06-29T15:14:51.701Z Compiling num_enum v0.7.6
5752026-06-29T15:14:51.831Z Compiling hash32 v0.3.1
5762026-06-29T15:14:51.930Z Compiling md-5 v0.10.6
5772026-06-29T15:14:51.992Z Compiling serde_plain v1.0.2
5782026-06-29T15:14:52.091Z Compiling tracing-attributes v0.1.31
5792026-06-29T15:14:52.337Z Compiling miette-derive v7.6.0
5802026-06-29T15:14:52.387Z Compiling async-io v2.6.0
5812026-06-29T15:14:52.628Z Compiling libdevinfo-sys v1.1.0
5822026-06-29T15:14:52.675Z Compiling object v0.38.1
5832026-06-29T15:14:52.730Z Compiling slab v0.4.12
5842026-06-29T15:14:52.996Z Compiling devinfo v0.1.0
5852026-06-29T15:14:53.325Z Compiling tracing v0.1.44
5862026-06-29T15:14:53.443Z Compiling miette v7.6.0
5872026-06-29T15:14:53.504Z Compiling esp-idf-part v0.6.0
5882026-06-29T15:14:53.825Z Compiling probe-rs v0.31.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide_v0.31.0#2cfc92e4)
5892026-06-29T15:14:54.049Z Compiling futures-lite v2.6.1
5902026-06-29T15:14:54.456Z Compiling gimli v0.32.3
5912026-06-29T15:14:54.503Z Compiling md-5 v0.11.0
5922026-06-29T15:14:54.815Z Compiling docsplay-macros v0.1.2
5932026-06-29T15:14:54.894Z Compiling concurrent-queue v2.5.0
5942026-06-29T15:14:55.130Z Compiling polling v3.11.0
5952026-06-29T15:14:55.203Z Compiling rmp v0.8.15
5962026-06-29T15:14:55.289Z Compiling parking v2.2.1
5972026-06-29T15:14:55.483Z Compiling futures-io v0.3.32
5982026-06-29T15:14:55.538Z Compiling docsplay v0.1.3
5992026-06-29T15:14:55.643Z Compiling rmp-serde v1.3.1
6002026-06-29T15:14:56.151Z Compiling cobs v0.5.1
6012026-06-29T15:14:56.611Z Compiling nusb v0.2.3 (https://github.com/oxidecomputer/nusb.git?branch=add_illumos#899cccee)
6022026-06-29T15:14:58.033Z Compiling espflash v4.4.0
6032026-06-29T15:14:58.367Z Compiling ihex v3.0.0
6042026-06-29T15:14:58.470Z Compiling dunce v1.0.5
6052026-06-29T15:14:58.572Z Compiling uf2-decode v0.2.0
6062026-06-29T15:14:58.993Z Compiling chacha20 v0.10.0
6072026-06-29T15:14:59.014Z Compiling unicode-segmentation v1.13.2
6082026-06-29T15:14:59.093Z Compiling signal-hook v0.3.18
6092026-06-29T15:14:59.303Z Compiling rand v0.10.1
6102026-06-29T15:14:59.965Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
6112026-06-29T15:15:00.231Z Compiling signal-hook-registry v1.4.8
6122026-06-29T15:15:00.250Z Compiling convert_case v0.10.0
6132026-06-29T15:15:00.509Z Compiling humility-net v0.1.0 (/work/oxidecomputer/humility/humility-net)
6142026-06-29T15:15:00.916Z Compiling mio v0.8.11
6152026-06-29T15:15:01.243Z Compiling mio v1.2.0
6162026-06-29T15:15:01.552Z Compiling derive_more-impl v2.1.1
6172026-06-29T15:15:01.959Z Compiling signal-hook-mio v0.2.5
6182026-06-29T15:15:02.388Z Compiling litrs v1.0.0
6192026-06-29T15:15:02.834Z Compiling document-features v0.2.12
6202026-06-29T15:15:03.211Z Compiling derive_more v2.1.1
6212026-06-29T15:15:03.287Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
6222026-06-29T15:15:03.396Z Compiling crossterm v0.29.0
6232026-06-29T15:15:03.522Z Compiling convert_case v0.11.0
6242026-06-29T15:15:03.803Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
6252026-06-29T15:15:04.340Z Compiling paste v1.0.15
6262026-06-29T15:15:04.628Z Compiling camino v1.2.2
6272026-06-29T15:15:05.361Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
6282026-06-29T15:15:06.110Z Compiling crossbeam-channel v0.5.15
6292026-06-29T15:15:06.184Z Compiling castaway v0.2.4
6302026-06-29T15:15:06.410Z Compiling instability v0.3.12
6312026-06-29T15:15:06.420Z Compiling indoc v2.0.7
6322026-06-29T15:15:06.764Z Compiling thiserror v1.0.69
6332026-06-29T15:15:06.875Z Compiling unicode-truncate v2.0.1
6342026-06-29T15:15:07.097Z Compiling lazy-regex-proc_macros v3.6.0
6352026-06-29T15:15:07.190Z Compiling compact_str v0.9.0
6362026-06-29T15:15:07.887Z Compiling lru v0.16.4
6372026-06-29T15:15:07.960Z Compiling kasuari v0.4.12
6382026-06-29T15:15:07.987Z Compiling thiserror-impl v1.0.69
6392026-06-29T15:15:07.996Z Compiling crossbeam-queue v0.3.12
6402026-06-29T15:15:08.080Z Compiling cargo-platform v0.3.3
6412026-06-29T15:15:08.175Z Compiling crossbeam v0.8.4
6422026-06-29T15:15:08.249Z Compiling cargo_metadata v0.23.1
6432026-06-29T15:15:08.374Z Compiling ratatui-core v0.1.0
6442026-06-29T15:15:08.594Z Compiling lazy-regex v3.6.0
6452026-06-29T15:15:09.281Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
6462026-06-29T15:15:10.209Z Compiling base64 v0.13.1
6472026-06-29T15:15:10.221Z Compiling bitflags v1.3.2
6482026-06-29T15:15:10.500Z Compiling strict v0.2.0
6492026-06-29T15:15:10.545Z Compiling binrw_derive v0.14.2
6502026-06-29T15:15:10.588Z Compiling crossterm v0.23.2
6512026-06-29T15:15:10.644Z Compiling crokey-proc_macros v1.4.0
6522026-06-29T15:15:10.896Z Compiling ron v0.6.6
6532026-06-29T15:15:11.310Z Compiling line-clipping v0.3.7
6542026-06-29T15:15:11.661Z Compiling owo-colors v3.5.0
6552026-06-29T15:15:12.050Z Compiling binrw v0.14.2
6562026-06-29T15:15:12.108Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
6572026-06-29T15:15:12.434Z Compiling cargo-readme v3.3.2
6582026-06-29T15:15:12.682Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
6592026-06-29T15:15:13.091Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6602026-06-29T15:15:14.875Z Compiling crokey v1.4.0
6612026-06-29T15:15:15.037Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6622026-06-29T15:15:15.556Z Compiling ratatui-widgets v0.3.0
6632026-06-29T15:15:15.583Z Compiling coolor v0.8.0
6642026-06-29T15:15:15.848Z Compiling coolor v1.1.0
6652026-06-29T15:15:16.127Z Compiling humility-dump v0.1.0 (/work/oxidecomputer/humility/humility-dump)
6662026-06-29T15:15:16.655Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6672026-06-29T15:15:16.658Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6682026-06-29T15:15:17.765Z Compiling half v2.7.1
6692026-06-29T15:15:18.134Z Compiling minimad v0.13.1
6702026-06-29T15:15:18.143Z Compiling minimad v0.14.0
6712026-06-29T15:15:18.301Z Compiling array-init v2.1.0
6722026-06-29T15:15:18.417Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6732026-06-29T15:15:18.540Z Compiling ciborium-io v0.2.2
6742026-06-29T15:15:18.638Z Compiling convert_case v0.4.0
6752026-06-29T15:15:18.807Z Compiling ciborium-ll v0.2.2
6762026-06-29T15:15:18.960Z Compiling derive_more v0.99.20
6772026-06-29T15:15:19.087Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6782026-06-29T15:15:20.087Z Compiling termimad v0.34.1
6792026-06-29T15:15:20.182Z Compiling termimad v0.25.7
6802026-06-29T15:15:21.146Z Compiling ratatui-macros v0.7.0
6812026-06-29T15:15:21.257Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6822026-06-29T15:15:22.035Z Compiling ratatui-crossterm v0.1.0
6832026-06-29T15:15:22.099Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6842026-06-29T15:15:22.274Z Compiling sha2 v0.11.0
6852026-06-29T15:15:22.369Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6862026-06-29T15:15:22.570Z Compiling xml v1.2.1
6872026-06-29T15:15:22.631Z Compiling parse-size v1.1.0
6882026-06-29T15:15:22.838Z Compiling iana-time-zone v0.1.65
6892026-06-29T15:15:23.278Z Compiling serde-xml-rs v0.8.2
6902026-06-29T15:15:24.432Z Compiling chrono v0.4.44
6912026-06-29T15:15:24.652Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6922026-06-29T15:15:26.803Z Compiling ratatui v0.30.0
6932026-06-29T15:15:27.930Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
6942026-06-29T15:15:28.609Z Compiling raw-cpuid v11.6.0
6952026-06-29T15:15:28.920Z Compiling ciborium v0.2.2
6962026-06-29T15:15:29.013Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
6972026-06-29T15:15:29.195Z Compiling humility-flash v0.1.0 (/work/oxidecomputer/humility/humility-flash)
6982026-06-29T15:15:29.899Z Compiling humility-caboose v0.1.0 (/work/oxidecomputer/humility/humility-caboose)
6992026-06-29T15:15:30.494Z Compiling humility-bin v0.13.1 (/work/oxidecomputer/humility/humility-bin)
7002026-06-29T15:15:30.768Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
7012026-06-29T15:15:31.038Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
7022026-06-29T15:15:31.385Z Compiling tracing-log v0.2.0
7032026-06-29T15:15:31.839Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
7042026-06-29T15:15:32.028Z Compiling sharded-slab v0.1.7
7052026-06-29T15:15:32.233Z Compiling matchers v0.2.0
7062026-06-29T15:15:32.401Z Compiling termios v0.3.3
7072026-06-29T15:15:32.586Z Compiling thread_local v1.1.9
7082026-06-29T15:15:32.607Z Compiling splitty v1.0.2
7092026-06-29T15:15:32.772Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
7102026-06-29T15:15:32.790Z Compiling nu-ansi-term v0.50.3
7112026-06-29T15:15:33.019Z Compiling tracing-subscriber v0.3.23
7122026-06-29T15:15:33.030Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
7132026-06-29T15:15:33.135Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
7142026-06-29T15:15:33.425Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
7152026-06-29T15:15:34.551Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
7162026-06-29T15:15:34.572Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
7172026-06-29T15:15:35.980Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
7182026-06-29T15:15:37.240Z Compiling humility-cmd-caboose v0.1.0 (/work/oxidecomputer/humility/cmd/caboose)
7192026-06-29T15:15:37.858Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
7202026-06-29T15:15:39.300Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
7212026-06-29T15:15:40.395Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
7222026-06-29T15:15:40.404Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
7232026-06-29T15:15:40.624Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
7242026-06-29T15:15:41.151Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
7252026-06-29T15:15:45.350Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
7262026-06-29T15:15:48.502Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
7272026-06-29T15:15:49.216Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
7282026-06-29T15:15:50.088Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
7292026-06-29T15:15:51.758Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
7302026-06-29T15:15:52.445Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
7312026-06-29T15:15:54.211Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
7322026-06-29T15:15:55.578Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
7332026-06-29T15:15:58.086Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
7342026-06-29T15:15:59.196Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
7352026-06-29T15:16:00.435Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
7362026-06-29T15:16:00.893Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
7372026-06-29T15:16:02.244Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
7382026-06-29T15:16:02.581Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
7392026-06-29T15:16:03.193Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7402026-06-29T15:16:03.563Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
7412026-06-29T15:16:04.251Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
7422026-06-29T15:16:05.849Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
7432026-06-29T15:16:06.424Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7442026-06-29T15:16:07.019Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7452026-06-29T15:16:10.061Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7462026-06-29T15:16:10.598Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
7472026-06-29T15:16:10.652Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7482026-06-29T15:16:11.377Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
7492026-06-29T15:16:12.083Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
7502026-06-29T15:16:12.731Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
7512026-06-29T15:16:14.616Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
7522026-06-29T15:16:14.836Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
7532026-06-29T15:16:16.158Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7542026-06-29T15:16:16.559Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
7552026-06-29T15:16:17.016Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
7562026-06-29T15:16:17.910Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
7572026-06-29T15:16:18.172Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
7582026-06-29T15:16:19.280Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7592026-06-29T15:16:19.585Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
7602026-06-29T15:16:21.548Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7612026-06-29T15:16:22.008Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7622026-06-29T15:16:22.257Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
7632026-06-29T15:16:22.545Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
7642026-06-29T15:16:23.241Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7652026-06-29T15:16:23.537Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
7662026-06-29T15:16:45.085Z Finished `release` profile [optimized + debuginfo] target(s) in 3m 08s
7672026-06-29T15:17:46.258Zpkg://helios/developer/debug/humility@0.13.1.703,5.11-3.0:20260629T151651Z
7682026-06-29T15:17:46.258ZPUBLISHED
7692026-06-29T15:17:46.476ZRetrieving packages for publisher helios ...
7702026-06-29T15:17:46.479ZRetrieving catalog 'helios' ... Done
7712026-06-29T15:17:46.479ZRetrieving and evaluating 1 package(s)...
7722026-06-29T15:17:46.480ZFetching manifests: 1/1 100% complete
7732026-06-29T15:17:46.480ZFetching manifests: 1/1 100% complete
7742026-06-29T15:17:46.480Z
7752026-06-29T15:17:46.480ZArchiving packages ...
7762026-06-29T15:17:46.480Z Packages to add: 1
7772026-06-29T15:17:46.480Z Files to retrieve: 1
7782026-06-29T15:17:46.480ZEstimated transfer size: 137.67 MB
7792026-06-29T15:17:46.480Z
7802026-06-29T15:17:46.480ZPackages to archive:
7812026-06-29T15:17:46.480Zdeveloper/debug/humility@0.13.1.703,5.11-3.0:20260629T151651Z
7822026-06-29T15:17:46.480Z
7832026-06-29T15:17:46.480ZDownload: 0/1 items 0.0/137.7MB 0% complete
7842026-06-29T15:17:46.723ZDownload: Completed 137.67 MB in 0.24 seconds (563M/s)
7852026-06-29T15:17:46.727ZArchiving: 1/10 items 0.0/137.7MB 0% complete
7862026-06-29T15:17:46.778ZArchiving: Completed 137.69 MB in 0.05 seconds
7872026-06-29T15:17:46.821ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.13.1.703-3.0.p5p.
7882026-06-29T15:17:46.829Z
7892026-06-29T15:17:46.833Zreal 4:33.056046455
7902026-06-29T15:17:46.833Zuser 22:26.086803812
7912026-06-29T15:17:46.833Zsys 1:36.455267764
7922026-06-29T15:17:46.833Ztrap 0.667995641
7932026-06-29T15:17:46.833Ztflt 1.290416094
7942026-06-29T15:17:46.833Zdflt 1.536739350
7952026-06-29T15:17:46.833Zkflt 0.008045514
7962026-06-29T15:17:46.833Zlock 1:33:48.519304339
7972026-06-29T15:17:46.833Zslp 1:12:14.571279503
7982026-06-29T15:17:46.833Zlat 1:21.443582508
7992026-06-29T15:17:46.833Zstop 1:09.712553014
8002026-06-29T15:17:46.833Z+ banner copy
8012026-06-29T15:17:46.833Z
8022026-06-29T15:17:46.833Z #### #### ##### # #
8032026-06-29T15:17:46.833Z # # # # # # # #
8042026-06-29T15:17:46.834Z # # # # # #
8052026-06-29T15:17:46.834Z # # # ##### #
8062026-06-29T15:17:46.834Z # # # # # #
8072026-06-29T15:17:46.834Z #### #### # #
8082026-06-29T15:17:46.834Z
8092026-06-29T15:17:46.834Z+ pfexec mkdir -p /out
8102026-06-29T15:17:46.837Z+ pfexec chown 12345 /out
8112026-06-29T15:17:46.837Z+ PKG_NAME=/out/humility.p5p
8122026-06-29T15:17:46.837Z+ mv pkg/packages/repo/humility-0.13.1.703-3.0.p5p /out/humility.p5p
8132026-06-29T15:17:46.934Z+ sha256sum /out/humility.p5p
8142026-06-29T15:17:47.014Zprocess exited: duration 281258 ms, exit code 0
 
8152026-06-29T15:17:47.028Zfound 2 output files
8162026-06-29T15:17:47.029Zuploading: /out/humility.p5p (144384000 bytes)
8172026-06-29T15:17:49.092Zuploaded: /out/humility.p5p
8182026-06-29T15:17:49.097Zuploading: /out/humility.p5p.sha256 (84 bytes)
8192026-06-29T15:17:50.106Zuploaded: /out/humility.p5p.sha256