01KTMBPZGZKZXEFJYVC6PDHA74: 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: 01KTMBQKSYM60EA75GY1YVT0YW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T19:36:36.766Zjob assigned to worker 01KTMBQQA0Q53AV43JWHMKKCN3 [factory aws, i-002541817e621d44b] (queued for 55 s)
 
22026-06-08T19:36:42.836Zstarting task 0: "setup"
32026-06-08T19:36:42.840Z++ uname -s
42026-06-08T19:36:42.844Z+ kern=SunOS
52026-06-08T19:36:42.844Z+ build_user=build
62026-06-08T19:36:42.844Z+ build_uid=12345
72026-06-08T19:36:42.844Z+ work_dir=/work
82026-06-08T19:36:42.844Z+ input_dir=/input
92026-06-08T19:36:42.844Z+ [[ 0 == 12345 ]]
102026-06-08T19:36:42.844Z+ case "$kern" in
112026-06-08T19:36:42.844Z+ groupadd -g 12345 build
122026-06-08T19:36:42.847Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T19:36:44.850Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T19:36:44.919Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T19:36:44.922Z+ home_fs=zfs
162026-06-08T19:36:44.922Z+ [[ zfs == autofs ]]
172026-06-08T19:36:44.922Z+ mkdir -p /home/build
182026-06-08T19:36:44.922Z+ chown build:build /home/build /work
192026-06-08T19:36:46.923Z+ chmod 0700 /home/build /work
202026-06-08T19:36:46.927Zprocess exited: duration 4092 ms, exit code 0
 
212026-06-08T19:36:46.933Zstarting task 1: "rust-toolchain"
222026-06-08T19:36:46.938Z * rust toolchain channel = "stable"
232026-06-08T19:36:46.938Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-06-08T19:36:46.938Z * rust toolchain profile = "default"
252026-06-08T19:36:46.938Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-08T19:36:46.938Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T19:36:46.938Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T19:36:46.942Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T19:36:46.942Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-08T19:36:47.018Zinfo: downloading installer
312026-06-08T19:36:48.415Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T19:36:48.415Zwarn: /home/build/.rustup/settings.toml
332026-06-08T19:36:48.415Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T19:36:48.415Zwarn: instead of the one inferred from the default host triple.
352026-06-08T19:36:48.427Zinfo: profile set to default
362026-06-08T19:36:48.427Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T19:36:48.431Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-08T19:36:48.567Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-08T19:36:48.571Zinfo: downloading 6 components
402026-06-08T19:37:03.585Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-08T19:37:03.585Z
422026-06-08T19:37:03.612Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-08T19:37:03.612Z
442026-06-08T19:37:03.612Z
452026-06-08T19:37:03.612ZRust is installed now. Great!
462026-06-08T19:37:03.612Z
472026-06-08T19:37:03.616ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T19:37:03.616Zenvironment variable. This has not been done automatically.
492026-06-08T19:37:03.616Z
502026-06-08T19:37:03.616ZTo configure your current shell, you need to source
512026-06-08T19:37:03.616Zthe corresponding env file under $HOME/.cargo.
522026-06-08T19:37:03.616Z
532026-06-08T19:37:03.616ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T19:37:03.616Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T19:37:03.616Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T19:37:03.616Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T19:37:03.616Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T19:37:03.616Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T19:37:03.616Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T19:37:03.616Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T19:37:03.617Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T19:37:03.715Z+ rustup --version
632026-06-08T19:37:03.725Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T19:37:03.730Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T19:37:03.745Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-08T19:37:03.749Z+ cargo --version
672026-06-08T19:37:03.760Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-08T19:37:03.764Z+ rustc --version
692026-06-08T19:37:03.783Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-08T19:37:03.786Zprocess exited: duration 16850 ms, exit code 0
 
712026-06-08T19:37:03.795Zstarting task 2: "authentication"
722026-06-08T19:37:03.813Zprocess exited: duration 16 ms, exit code 0
 
732026-06-08T19:37:03.821Zstarting task 3: "clone repository"
742026-06-08T19:37:03.827Z+ mkdir -p /work/oxidecomputer/humility
752026-06-08T19:37:03.827Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-08T19:37:03.864ZCloning into '/work/oxidecomputer/humility'...
772026-06-08T19:37:28.766Z+ cd /work/oxidecomputer/humility
782026-06-08T19:37:28.766Z+ git fetch origin 13612c401563a342600d25e0308259e0590aa4c7
792026-06-08T19:37:28.995ZFrom https://github.com/oxidecomputer/humility
802026-06-08T19:37:28.995Z * branch 13612c401563a342600d25e0308259e0590aa4c7 -> FETCH_HEAD
812026-06-08T19:37:29.001Z+ [[ -n mkeeter/the-slog-of-slogs ]]
822026-06-08T19:37:29.004Z++ git branch --show-current
832026-06-08T19:37:29.004Z+ current=master
842026-06-08T19:37:29.004Z+ [[ master != mkeeter/the-slog-of-slogs ]]
852026-06-08T19:37:29.004Z+ git branch -f mkeeter/the-slog-of-slogs 13612c401563a342600d25e0308259e0590aa4c7
862026-06-08T19:37:29.007Z+ git checkout -f mkeeter/the-slog-of-slogs
872026-06-08T19:37:29.458ZSwitched to branch 'mkeeter/the-slog-of-slogs'
882026-06-08T19:37:29.462Z+ git reset --hard 13612c401563a342600d25e0308259e0590aa4c7
892026-06-08T19:37:29.910ZHEAD is now at 13612c40 Switch to `slog` for logging
902026-06-08T19:37:29.913Zprocess exited: duration 26090 ms, exit code 0
 
912026-06-08T19:37:29.919Zstarting task 4: "build"
922026-06-08T19:37:29.924Z+ export CARGO_INCREMENTAL=0
932026-06-08T19:37:29.924Z+ CARGO_INCREMENTAL=0
942026-06-08T19:37:29.924Z+ banner deps
952026-06-08T19:37:29.928Z
962026-06-08T19:37:29.928Z ##### ###### ##### ####
972026-06-08T19:37:29.928Z # # # # # #
982026-06-08T19:37:29.928Z # # ##### # # ####
992026-06-08T19:37:29.928Z # # # ##### #
1002026-06-08T19:37:29.928Z # # # # # #
1012026-06-08T19:37:29.928Z ##### ###### # ####
1022026-06-08T19:37:29.928Z
1032026-06-08T19:37:29.928Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-08T19:37:29.928Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-08T19:37:29.928Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-08T19:37:30.899Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-08T19:37:30.986Z Startup: Caching catalogs ... Done
1082026-06-08T19:37:31.304ZPlanning: Solver setup ... Done (0.279s)
1092026-06-08T19:37:31.324ZPlanning: Running solver ... Done (0.020s)
1102026-06-08T19:37:31.330ZPlanning: Finding local manifests ... Done (0.003s)
1112026-06-08T19:37:31.341ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-08T19:37:31.355ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-08T19:37:31.367ZPlanning: Package planning ... Done (0.012s)
1142026-06-08T19:37:31.370ZPlanning: Merging actions ... Done (0.000s)
1152026-06-08T19:37:31.557ZPlanning: Checking for conflicting actions ... Done (0.189s)
1162026-06-08T19:37:31.560ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-08T19:37:32.347ZPlanning: Evaluating mediators ... Done (0.789s)
1182026-06-08T19:37:32.351ZPlanning: Planning completed in 1.34 seconds
1192026-06-08T19:37:32.358Z Packages to install: 2
1202026-06-08T19:37:32.358Z Estimated space available: 155.77 GB
1212026-06-08T19:37:32.364ZEstimated space to be consumed: 17.57 MB
1222026-06-08T19:37:32.365Z Create boot environment: No
1232026-06-08T19:37:32.365ZCreate backup boot environment: No
1242026-06-08T19:37:32.365Z Rebuild boot archive: No
1252026-06-08T19:37:32.365Z
1262026-06-08T19:37:32.365ZChanged packages:
1272026-06-08T19:37:32.365Zhelios
1282026-06-08T19:37:32.365Z library/libftdi1
1292026-06-08T19:37:32.365Z None -> 1.5-3.0
1302026-06-08T19:37:32.365Z ooce/library/libusb-1
1312026-06-08T19:37:32.365Z None -> 1.0.29-3.1
1322026-06-08T19:37:32.382Z
1332026-06-08T19:37:32.382ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-08T19:37:32.429ZDownload: Completed 377.70 kB in 0.04 seconds (8.2M/s)
1352026-06-08T19:37:32.483Z Actions: 1/61 actions (Installing new actions)
1362026-06-08T19:37:32.496Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-08T19:37:32.528ZFinalize: Updating package state database ... Done (0.033s)
1382026-06-08T19:37:32.528ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-08T19:37:32.552ZFinalize: Updating image state ... Done (0.022s)
1402026-06-08T19:37:34.896ZFinalize: Creating fast lookup database ... Done (2.324s)
1412026-06-08T19:37:34.965ZFinalize: Reading search index ... Done (0.012s)
1422026-06-08T19:37:34.968ZFinalize: Updating search index ... Done (0.000s)
1432026-06-08T19:37:35.028ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-08T19:37:35.115Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-08T19:37:35.323ZFMRI IFO
1462026-06-08T19:37:35.323Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-08T19:37:35.323Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-08T19:37:35.357Z+ cargo --version
1492026-06-08T19:37:35.367Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-08T19:37:35.372Z+ rustc --version
1512026-06-08T19:37:35.390Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-08T19:37:35.394Z+ banner package
1532026-06-08T19:37:35.394Z
1542026-06-08T19:37:35.394Z ##### ## #### # # ## #### ######
1552026-06-08T19:37:35.394Z # # # # # # # # # # # # #
1562026-06-08T19:37:35.394Z # # # # # #### # # # #####
1572026-06-08T19:37:35.395Z ##### ###### # # # ###### # ### #
1582026-06-08T19:37:35.395Z # # # # # # # # # # # #
1592026-06-08T19:37:35.395Z # # # #### # # # # #### ######
1602026-06-08T19:37:35.395Z
1612026-06-08T19:37:35.395Z+ ptime -m cargo xtask package
1622026-06-08T19:37:35.503Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1632026-06-08T19:37:35.791Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1642026-06-08T19:37:36.262Z Updating git repository `https://github.com/oxidecomputer/rusb`
1652026-06-08T19:37:36.654Z Updating git submodule `https://github.com/libusb/libusb.git`
1662026-06-08T19:37:37.469Z Updating crates.io index
1672026-06-08T19:37:37.472Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1682026-06-08T19:37:37.756Z Updating git repository `https://github.com/oxidecomputer/humpty`
1692026-06-08T19:37:38.018Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1702026-06-08T19:37:38.371Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1712026-06-08T19:37:38.635Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1722026-06-08T19:37:38.875Z Updating git repository `https://github.com/oxidecomputer/hif`
1732026-06-08T19:37:39.134Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1742026-06-08T19:37:40.527Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1752026-06-08T19:37:40.786Z Updating git repository `https://github.com/oxidecomputer/spd`
1762026-06-08T19:37:41.022Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1772026-06-08T19:37:41.286Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1782026-06-08T19:37:41.562Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1792026-06-08T19:37:41.800Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1802026-06-08T19:37:42.554Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1812026-06-08T19:37:44.645Z Downloading crates ...
1822026-06-08T19:37:44.720Z Downloaded colorchoice v1.0.5
1832026-06-08T19:37:44.767Z Downloaded cargo-platform v0.3.3
1842026-06-08T19:37:44.767Z Downloaded equivalent v1.0.2
1852026-06-08T19:37:44.767Z Downloaded aho-corasick v1.1.4
1862026-06-08T19:37:44.767Z Downloaded itoa v1.0.18
1872026-06-08T19:37:44.767Z Downloaded lazy_static v1.5.0
1882026-06-08T19:37:44.767Z Downloaded utf8parse v0.2.2
1892026-06-08T19:37:44.767Z Downloaded heck v0.5.0
1902026-06-08T19:37:44.767Z Downloaded anstyle v1.0.14
1912026-06-08T19:37:44.767Z Downloaded zmij v1.0.21
1922026-06-08T19:37:44.767Z Downloaded serde_spanned v1.1.1
1932026-06-08T19:37:44.767Z Downloaded is_terminal_polyfill v1.70.2
1942026-06-08T19:37:44.787Z Downloaded quote v1.0.45
1952026-06-08T19:37:44.787Z Downloaded clap_lex v1.1.0
1962026-06-08T19:37:44.787Z Downloaded anstream v1.0.0
1972026-06-08T19:37:44.787Z Downloaded camino v1.2.2
1982026-06-08T19:37:44.788Z Downloaded anstyle-query v1.1.5
1992026-06-08T19:37:44.788Z Downloaded percent-encoding v2.3.2
2002026-06-08T19:37:44.788Z Downloaded anstyle-parse v1.0.0
2012026-06-08T19:37:44.788Z Downloaded toml_writer v1.1.1+spec-1.1.0
2022026-06-08T19:37:44.788Z Downloaded cargo_metadata v0.23.1
2032026-06-08T19:37:44.788Z Downloaded toml_parser v1.1.2+spec-1.1.0
2042026-06-08T19:37:44.788Z Downloaded anyhow v1.0.102
2052026-06-08T19:37:44.788Z Downloaded strsim v0.11.1
2062026-06-08T19:37:44.788Z Downloaded serde_derive v1.0.228
2072026-06-08T19:37:44.788Z Downloaded proc-macro2 v1.0.106
2082026-06-08T19:37:44.788Z Downloaded thiserror-impl v2.0.18
2092026-06-08T19:37:44.824Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2102026-06-08T19:37:44.824Z Downloaded thiserror v2.0.18
2112026-06-08T19:37:44.824Z Downloaded cargo-readme v3.3.2
2122026-06-08T19:37:44.825Z Downloaded clap_derive v4.6.1
2132026-06-08T19:37:44.825Z Downloaded clap v4.6.1
2142026-06-08T19:37:44.825Z Downloaded toml v1.1.2+spec-1.1.0
2152026-06-08T19:37:44.825Z Downloaded unicode-ident v1.0.24
2162026-06-08T19:37:44.825Z Downloaded serde_core v1.0.228
2172026-06-08T19:37:44.842Z Downloaded semver v1.0.28
2182026-06-08T19:37:44.842Z Downloaded serde v1.0.228
2192026-06-08T19:37:44.842Z Downloaded indexmap v2.14.0
2202026-06-08T19:37:44.842Z Downloaded memchr v2.8.0
2212026-06-08T19:37:44.856Z Downloaded regex v1.12.3
2222026-06-08T19:37:44.866Z Downloaded hashbrown v0.17.0
2232026-06-08T19:37:44.866Z Downloaded serde_json v1.0.149
2242026-06-08T19:37:44.866Z Downloaded clap_builder v4.6.0
2252026-06-08T19:37:44.886Z Downloaded winnow v1.0.2
2262026-06-08T19:37:44.916Z Downloaded syn v2.0.117
2272026-06-08T19:37:44.916Z Downloaded regex-syntax v0.8.10
2282026-06-08T19:37:44.943Z Downloaded regex-automata v0.4.14
2292026-06-08T19:37:44.979Z Compiling serde_core v1.0.228
2302026-06-08T19:37:44.979Z Compiling proc-macro2 v1.0.106
2312026-06-08T19:37:44.980Z Compiling unicode-ident v1.0.24
2322026-06-08T19:37:44.980Z Compiling quote v1.0.45
2332026-06-08T19:37:44.980Z Compiling memchr v2.8.0
2342026-06-08T19:37:44.980Z Compiling utf8parse v0.2.2
2352026-06-08T19:37:44.980Z Compiling colorchoice v1.0.5
2362026-06-08T19:37:44.983Z Compiling anstyle v1.0.14
2372026-06-08T19:37:45.154Z Compiling anstyle-parse v1.0.0
2382026-06-08T19:37:45.163Z Compiling is_terminal_polyfill v1.70.2
2392026-06-08T19:37:45.163Z Compiling anstyle-query v1.1.5
2402026-06-08T19:37:45.257Z Compiling serde v1.0.228
2412026-06-08T19:37:45.266Z Compiling zmij v1.0.21
2422026-06-08T19:37:45.267Z Compiling heck v0.5.0
2432026-06-08T19:37:45.331Z Compiling anstream v1.0.0
2442026-06-08T19:37:45.428Z Compiling aho-corasick v1.1.4
2452026-06-08T19:37:45.443Z Compiling camino v1.2.2
2462026-06-08T19:37:45.559Z Compiling regex-syntax v0.8.10
2472026-06-08T19:37:45.572Z Compiling winnow v1.0.2
2482026-06-08T19:37:45.659Z Compiling strsim v0.11.1
2492026-06-08T19:37:45.714Z Compiling clap_lex v1.1.0
2502026-06-08T19:37:45.777Z Compiling thiserror v2.0.18
2512026-06-08T19:37:45.937Z Compiling serde_json v1.0.149
2522026-06-08T19:37:45.953Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-06-08T19:37:46.065Z Compiling clap_builder v4.6.0
2542026-06-08T19:37:46.334Z Compiling syn v2.0.117
2552026-06-08T19:37:46.374Z Compiling itoa v1.0.18
2562026-06-08T19:37:46.530Z Compiling anyhow v1.0.102
2572026-06-08T19:37:46.632Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-06-08T19:37:46.657Z Compiling percent-encoding v2.3.2
2592026-06-08T19:37:46.832Z Compiling lazy_static v1.5.0
2602026-06-08T19:37:47.051Z Compiling regex-automata v0.4.14
2612026-06-08T19:37:47.155Z Compiling serde_spanned v1.1.1
2622026-06-08T19:37:47.278Z Compiling toml_datetime v1.1.1+spec-1.1.0
2632026-06-08T19:37:47.292Z Compiling semver v1.0.28
2642026-06-08T19:37:47.526Z Compiling toml v1.1.2+spec-1.1.0
2652026-06-08T19:37:47.608Z Compiling cargo-platform v0.3.3
2662026-06-08T19:37:48.551Z Compiling serde_derive v1.0.228
2672026-06-08T19:37:48.551Z Compiling clap_derive v4.6.1
2682026-06-08T19:37:48.556Z Compiling thiserror-impl v2.0.18
2692026-06-08T19:37:48.624Z Compiling regex v1.12.3
2702026-06-08T19:37:49.797Z Compiling clap v4.6.1
2712026-06-08T19:37:50.733Z Compiling cargo_metadata v0.23.1
2722026-06-08T19:37:50.733Z Compiling cargo-readme v3.3.2
2732026-06-08T19:37:51.666Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-06-08T19:37:53.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
2752026-06-08T19:37:53.127Z Running `target/debug/xtask package`
2762026-06-08T19:37:56.400Z Compiling proc-macro2 v1.0.106
2772026-06-08T19:37:56.400Z Compiling unicode-ident v1.0.24
2782026-06-08T19:37:56.400Z Compiling quote v1.0.45
2792026-06-08T19:37:56.445Z Compiling serde_core v1.0.228
2802026-06-08T19:37:56.446Z Compiling libc v0.2.186
2812026-06-08T19:37:56.446Z Compiling serde v1.0.228
2822026-06-08T19:37:56.446Z Compiling cfg-if v1.0.4
2832026-06-08T19:37:56.446Z Compiling autocfg v1.5.0
2842026-06-08T19:37:56.584Z Compiling shlex v1.3.0
2852026-06-08T19:37:56.681Z Compiling find-msvc-tools v0.1.9
2862026-06-08T19:37:56.711Z Compiling log v0.4.29
2872026-06-08T19:37:56.777Z Compiling typenum v1.20.0
2882026-06-08T19:37:56.862Z Compiling scopeguard v1.2.0
2892026-06-08T19:37:56.862Z Compiling memchr v2.8.0
2902026-06-08T19:37:56.971Z Compiling lock_api v0.4.14
2912026-06-08T19:37:57.192Z Compiling jobserver v0.1.34
2922026-06-08T19:37:57.284Z Compiling errno v0.3.14
2932026-06-08T19:37:57.284Z Compiling heck v0.5.0
2942026-06-08T19:37:57.354Z Compiling pkg-config v0.3.33
2952026-06-08T19:37:57.431Z Compiling cc v1.2.61
2962026-06-08T19:37:57.601Z Compiling thiserror v2.0.18
2972026-06-08T19:37:57.697Z Compiling syn v2.0.117
2982026-06-08T19:37:57.737Z Compiling smallvec v1.15.1
2992026-06-08T19:37:57.813Z Compiling foldhash v0.2.0
3002026-06-08T19:37:57.928Z Compiling zerocopy v0.8.48
3012026-06-08T19:37:57.980Z Compiling strsim v0.11.1
3022026-06-08T19:37:58.048Z Compiling zeroize v1.8.2
3032026-06-08T19:37:58.245Z Compiling syn v1.0.109
3042026-06-08T19:37:58.275Z Compiling anyhow v1.0.102
3052026-06-08T19:37:58.275Z Compiling equivalent v1.0.2
3062026-06-08T19:37:58.323Z Compiling rustix v1.1.4
3072026-06-08T19:37:58.335Z Compiling libm v0.2.16
3082026-06-08T19:37:58.534Z Compiling num-traits v0.2.19
3092026-06-08T19:37:58.599Z Compiling const-oid v0.9.6
3102026-06-08T19:37:58.622Z Compiling bitflags v2.11.1
3112026-06-08T19:37:58.665Z Compiling rustversion v1.0.22
3122026-06-08T19:37:58.740Z Compiling version_check v0.9.5
3132026-06-08T19:37:58.990Z Compiling generic-array v0.14.7
3142026-06-08T19:37:59.017Z Compiling hybrid-array v0.4.11
3152026-06-08T19:37:59.080Z Compiling crossbeam-utils v0.8.21
3162026-06-08T19:37:59.196Z Compiling zmij v1.0.21
3172026-06-08T19:37:59.471Z Compiling aho-corasick v1.1.4
3182026-06-08T19:37:59.479Z Compiling regex-syntax v0.8.10
3192026-06-08T19:37:59.646Z Compiling ident_case v1.0.1
3202026-06-08T19:38:00.369Z Compiling darling_core v0.23.0
3212026-06-08T19:38:00.823Z Compiling allocator-api2 v0.2.21
3222026-06-08T19:38:00.961Z Compiling once_cell v1.21.4
3232026-06-08T19:38:01.217Z Compiling regex-automata v0.4.14
3242026-06-08T19:38:01.217Z Compiling static_assertions v1.1.0
3252026-06-08T19:38:01.230Z Compiling hashbrown v0.16.1
3262026-06-08T19:38:01.288Z Compiling crypto-common v0.2.1
3272026-06-08T19:38:01.523Z Compiling serde_derive v1.0.228
3282026-06-08T19:38:01.951Z Compiling thiserror-impl v2.0.18
3292026-06-08T19:38:02.390Z Compiling zerocopy-derive v0.8.48
3302026-06-08T19:38:02.525Z Compiling darling_macro v0.23.0
3312026-06-08T19:38:03.008Z Compiling spin v0.9.8
3322026-06-08T19:38:03.065Z Compiling base64ct v1.8.3
3332026-06-08T19:38:03.220Z Compiling itoa v1.0.18
3342026-06-08T19:38:03.278Z Compiling typeid v1.0.3
3352026-06-08T19:38:03.417Z Compiling regex v1.12.3
3362026-06-08T19:38:03.487Z Compiling byteorder v1.5.0
3372026-06-08T19:38:03.555Z Compiling pem-rfc7468 v0.7.0
3382026-06-08T19:38:03.730Z Compiling darling v0.23.0
3392026-06-08T19:38:03.802Z Compiling der_derive v0.7.3
3402026-06-08T19:38:04.409Z Compiling clap_derive v4.6.1
3412026-06-08T19:38:04.755Z Compiling crypto-common v0.1.7
3422026-06-08T19:38:04.839Z Compiling block-buffer v0.10.4
3432026-06-08T19:38:04.886Z Compiling hashbrown v0.17.0
3442026-06-08T19:38:05.006Z Compiling getrandom v0.2.17
3452026-06-08T19:38:05.281Z Compiling cmov v0.5.3
3462026-06-08T19:38:05.387Z Compiling crc32fast v1.5.0
3472026-06-08T19:38:05.507Z Compiling either v1.15.0
3482026-06-08T19:38:05.615Z Compiling stable_deref_trait v1.2.1
3492026-06-08T19:38:05.665Z Compiling utf8parse v0.2.2
3502026-06-08T19:38:05.694Z Compiling flagset v0.4.7
3512026-06-08T19:38:05.722Z Compiling unicode-width v0.2.2
3522026-06-08T19:38:05.769Z Compiling radium v0.7.0
3532026-06-08T19:38:05.824Z Compiling der v0.7.10
3542026-06-08T19:38:06.040Z Compiling anstyle-parse v1.0.0
3552026-06-08T19:38:06.139Z Compiling indexmap v2.14.0
3562026-06-08T19:38:06.157Z Compiling ctutils v0.4.2
3572026-06-08T19:38:06.364Z Compiling rand_core v0.6.4
3582026-06-08T19:38:06.630Z Compiling digest v0.10.7
3592026-06-08T19:38:06.745Z Compiling crossbeam-epoch v0.9.18
3602026-06-08T19:38:06.849Z Compiling block-buffer v0.12.0
3612026-06-08T19:38:06.916Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3622026-06-08T19:38:07.006Z Compiling is_terminal_polyfill v1.70.2
3632026-06-08T19:38:07.025Z Compiling anstyle-query v1.1.5
3642026-06-08T19:38:07.088Z Compiling powerfmt v0.2.0
3652026-06-08T19:38:07.122Z Compiling simd-adler32 v0.3.9
3662026-06-08T19:38:07.307Z Compiling cpufeatures v0.3.0
3672026-06-08T19:38:07.361Z Compiling colorchoice v1.0.5
3682026-06-08T19:38:07.374Z Compiling tap v1.0.1
3692026-06-08T19:38:07.381Z Compiling const-oid v0.10.2
3702026-06-08T19:38:07.397Z Compiling anstyle v1.0.14
3712026-06-08T19:38:07.472Z Compiling wyz v0.5.1
3722026-06-08T19:38:07.660Z Compiling anstream v1.0.0
3732026-06-08T19:38:07.663Z Compiling digest v0.11.2
3742026-06-08T19:38:07.681Z Compiling deranged v0.5.8
3752026-06-08T19:38:07.805Z Compiling crossbeam-deque v0.8.6
3762026-06-08T19:38:07.862Z Compiling ppv-lite86 v0.2.21
3772026-06-08T19:38:08.014Z Compiling spki v0.7.3
3782026-06-08T19:38:08.307Z Compiling cpufeatures v0.2.17
3792026-06-08T19:38:08.376Z Compiling num_threads v0.1.7
3802026-06-08T19:38:08.447Z Compiling num-conv v0.2.1
3812026-06-08T19:38:08.450Z Compiling time-core v0.1.8
3822026-06-08T19:38:08.469Z Compiling funty v2.0.0
3832026-06-08T19:38:08.589Z Compiling adler2 v2.0.1
3842026-06-08T19:38:08.764Z Compiling maybe-uninit v2.0.0
3852026-06-08T19:38:08.770Z Compiling time v0.3.47
3862026-06-08T19:38:09.061Z Compiling bitvec v1.0.1
3872026-06-08T19:38:09.309Z Compiling miniz_oxide v0.8.9
3882026-06-08T19:38:09.383Z Compiling sha2 v0.10.9
3892026-06-08T19:38:09.391Z Compiling rand_chacha v0.3.1
3902026-06-08T19:38:09.503Z Compiling lazy_static v1.5.0
3912026-06-08T19:38:09.584Z Compiling num-integer v0.1.46
3922026-06-08T19:38:09.593Z Compiling terminal_size v0.4.4
3932026-06-08T19:38:09.737Z Compiling indexmap v1.9.3
3942026-06-08T19:38:09.934Z Compiling rand_core v0.10.1
3952026-06-08T19:38:09.955Z Compiling zlib-rs v0.6.3
3962026-06-08T19:38:10.124Z Compiling packed_struct v0.10.1
3972026-06-08T19:38:10.133Z Compiling zstd-safe v7.2.4
3982026-06-08T19:38:10.649Z Compiling num-bigint-dig v0.8.6
3992026-06-08T19:38:10.859Z Compiling clap_lex v1.1.0
4002026-06-08T19:38:10.988Z Compiling getrandom v0.4.2
4012026-06-08T19:38:11.251Z Compiling clap_builder v4.6.0
4022026-06-08T19:38:11.292Z Compiling num-iter v0.1.45
4032026-06-08T19:38:11.297Z Compiling rand v0.8.6
4042026-06-08T19:38:11.465Z Compiling pkcs8 v0.10.2
4052026-06-08T19:38:11.559Z Compiling packed_struct_codegen v0.10.1
4062026-06-08T19:38:11.780Z Compiling bitfield-macros v0.19.4
4072026-06-08T19:38:12.444Z Compiling inout v0.2.2
4082026-06-08T19:38:12.480Z Compiling capstone-sys v0.18.0
4092026-06-08T19:38:12.558Z Compiling crc-catalog v2.5.0
4102026-06-08T19:38:12.586Z Compiling nodrop v0.1.14
4112026-06-08T19:38:12.659Z Compiling twox-hash v2.1.2
4122026-06-08T19:38:12.673Z Compiling hashbrown v0.12.3
4132026-06-08T19:38:12.829Z Compiling object v0.39.1
4142026-06-08T19:38:12.884Z Compiling base64 v0.21.7
4152026-06-08T19:38:13.097Z Compiling flate2 v1.1.9
4162026-06-08T19:38:13.499Z Compiling clap v4.6.1
4172026-06-08T19:38:13.521Z Compiling ron v0.8.1
4182026-06-08T19:38:13.724Z Compiling ruzstd v0.8.2
4192026-06-08T19:38:14.143Z Compiling array-init v0.0.4
4202026-06-08T19:38:14.484Z Compiling crc v3.4.0
4212026-06-08T19:38:16.128Z Compiling cipher v0.5.1
4222026-06-08T19:38:16.349Z Compiling bitfield v0.19.4
4232026-06-08T19:38:16.650Z Compiling pkcs1 v0.7.5
4242026-06-08T19:38:17.067Z Compiling smallvec v0.6.14
4252026-06-08T19:38:17.357Z Compiling hmac v0.13.0
4262026-06-08T19:38:17.505Z Compiling signature v2.2.0
4272026-06-08T19:38:17.517Z Compiling env_filter v1.0.1
4282026-06-08T19:38:17.671Z Compiling hubpack_derive v0.1.1
4292026-06-08T19:38:18.228Z Compiling slog v2.8.2
4302026-06-08T19:38:18.368Z Compiling semver v1.0.28
4312026-06-08T19:38:18.424Z Compiling jiff v0.2.24
4322026-06-08T19:38:18.647Z Compiling winnow v1.0.2
4332026-06-08T19:38:18.654Z Compiling serde_json v1.0.149
4342026-06-08T19:38:18.878Z Compiling rayon-core v1.13.0
4352026-06-08T19:38:18.958Z Compiling lzss v0.9.1
4362026-06-08T19:38:19.100Z Compiling prettyplease v0.2.37
4372026-06-08T19:38:19.104Z Compiling cpubits v0.1.1
4382026-06-08T19:38:19.173Z Compiling portable-atomic v1.13.1
4392026-06-08T19:38:19.232Z Compiling bumpalo v3.20.2
4402026-06-08T19:38:19.326Z Compiling libbz2-rs-sys v0.2.3
4412026-06-08T19:38:19.524Z Compiling cpp_demangle v0.5.1
4422026-06-08T19:38:19.600Z Compiling subtle v2.6.1
4432026-06-08T19:38:19.747Z Compiling rsa v0.9.10
4442026-06-08T19:38:19.928Z Compiling bzip2 v0.6.1
4452026-06-08T19:38:20.220Z Compiling zopfli v0.8.3
4462026-06-08T19:38:22.211Z Compiling env_logger v0.11.10
4472026-06-08T19:38:22.442Z Compiling aes v0.9.0
4482026-06-08T19:38:22.606Z Compiling toml_parser v1.1.2+spec-1.1.0
4492026-06-08T19:38:23.751Z Compiling hubpack v0.1.2
4502026-06-08T19:38:24.008Z Compiling pbkdf2 v0.13.0
4512026-06-08T19:38:24.024Z Compiling serde-hex v0.1.0
4522026-06-08T19:38:24.124Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4532026-06-08T19:38:24.460Z Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4542026-06-08T19:38:26.135Z Compiling lzma-rust2 v0.16.2
4552026-06-08T19:38:27.373Z Compiling x509-cert v0.2.5
4562026-06-08T19:38:31.097Z Compiling sha1 v0.11.0
4572026-06-08T19:38:31.569Z Compiling erased-serde v0.3.31
4582026-06-08T19:38:31.881Z Compiling serde_with_macros v3.18.0
4592026-06-08T19:38:32.239Z Compiling num-derive v0.4.2
4602026-06-08T19:38:32.936Z Compiling scroll_derive v0.13.1
4612026-06-08T19:38:33.167Z Compiling serde_spanned v1.1.1
4622026-06-08T19:38:33.306Z Compiling toml_datetime v1.1.1+spec-1.1.0
4632026-06-08T19:38:33.670Z Compiling ppmd-rust v1.4.0
4642026-06-08T19:38:33.726Z Compiling fnv v1.0.7
4652026-06-08T19:38:33.786Z Compiling hex v0.4.3
4662026-06-08T19:38:33.817Z Compiling crc-any v2.5.0
4672026-06-08T19:38:34.062Z Compiling typed-path v0.12.3
4682026-06-08T19:38:34.088Z Compiling void v1.0.2
4692026-06-08T19:38:34.186Z Compiling toml_writer v1.1.1+spec-1.1.0
4702026-06-08T19:38:34.233Z Compiling deflate64 v0.1.12
4712026-06-08T19:38:34.445Z Compiling constant_time_eq v0.4.2
4722026-06-08T19:38:34.606Z Compiling toml v1.1.2+spec-1.1.0
4732026-06-08T19:38:34.832Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4742026-06-08T19:38:34.888Z Compiling gimli v0.33.0
4752026-06-08T19:38:37.444Z Compiling zstd v0.13.3
4762026-06-08T19:38:37.676Z Compiling zip v8.6.0
4772026-06-08T19:38:37.940Z Compiling scroll v0.13.0
4782026-06-08T19:38:38.191Z Compiling serde_with v3.18.0
4792026-06-08T19:38:40.879Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4802026-06-08T19:38:42.732Z Compiling console v0.16.3
4812026-06-08T19:38:44.036Z Compiling serde-big-array v0.5.1
4822026-06-08T19:38:44.184Z Compiling memmap2 v0.9.10
4832026-06-08T19:38:44.455Z Compiling colored v3.1.1
4842026-06-08T19:38:44.485Z Compiling path-slash v0.2.1
4852026-06-08T19:38:44.555Z Compiling unit-prefix v0.5.2
4862026-06-08T19:38:44.705Z Compiling rustc-demangle v0.1.27
4872026-06-08T19:38:44.744Z Compiling plain v0.2.3
4882026-06-08T19:38:44.854Z Compiling typed-arena v2.0.2
4892026-06-08T19:38:44.864Z Compiling fallible-iterator v0.3.0
4902026-06-08T19:38:44.998Z Compiling goblin v0.10.5
4912026-06-08T19:38:45.227Z Compiling addr2line v0.26.1
4922026-06-08T19:38:45.365Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
4932026-06-08T19:38:45.676Z Compiling indicatif v0.18.4
4942026-06-08T19:38:46.006Z Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7)
4952026-06-08T19:38:48.069Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
4962026-06-08T19:38:48.685Z Compiling rayon v1.12.0
4972026-06-08T19:38:48.812Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
4982026-06-08T19:38:49.888Z Compiling ron v0.12.1
4992026-06-08T19:38:50.991Z Compiling multimap v0.10.1
5002026-06-08T19:38:51.191Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5012026-06-08T19:38:51.838Z Compiling auto_impl v1.3.0
5022026-06-08T19:38:52.705Z Compiling parse_int v0.9.0
5032026-06-08T19:38:52.846Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5042026-06-08T19:38:52.919Z Compiling rustc_version v0.4.1
5052026-06-08T19:38:53.178Z Compiling heapless v0.7.17
5062026-06-08T19:38:53.446Z Compiling proc-macro-hack v0.5.20+deprecated
5072026-06-08T19:38:53.801Z Compiling hash32 v0.2.1
5082026-06-08T19:38:54.002Z Compiling ryu v1.0.23
5092026-06-08T19:38:55.031Z Compiling postcard-cobs v0.1.5-pre
5102026-06-08T19:38:55.269Z Compiling base64 v0.13.1
5112026-06-08T19:38:55.534Z Compiling postcard v0.7.3
5122026-06-08T19:38:55.623Z Compiling pkg-version-impl v0.1.1
5132026-06-08T19:38:55.792Z Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2)
5142026-06-08T19:38:55.960Z Compiling pkg-version v1.0.0
5152026-06-08T19:38:56.109Z Compiling bitflags v1.3.2
5162026-06-08T19:38:56.183Z Compiling thiserror v1.0.69
5172026-06-08T19:38:56.284Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5182026-06-08T19:38:56.551Z Compiling thiserror-impl v1.0.69
5192026-06-08T19:38:56.627Z Compiling linked-hash-map v0.5.6
5202026-06-08T19:38:57.607Z Compiling yaml-rust v0.4.5
5212026-06-08T19:38:57.765Z Compiling jep106 v0.2.10
5222026-06-08T19:38:57.929Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5232026-06-08T19:38:58.276Z Compiling rusb v0.8.1
5242026-06-08T19:38:58.456Z Compiling serde_yaml v0.8.26
5252026-06-08T19:38:58.545Z Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5262026-06-08T19:38:58.653Z Compiling bincode v1.3.3
5272026-06-08T19:38:59.257Z Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5282026-06-08T19:39:00.003Z Compiling capstone v0.14.0
5292026-06-08T19:39:00.381Z Compiling fallible-iterator v0.2.0
5302026-06-08T19:39:00.730Z Compiling gimli v0.26.2
5312026-06-08T19:39:00.855Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5322026-06-08T19:39:01.368Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5332026-06-08T19:39:01.717Z Compiling enum-primitive-derive v0.2.2
5342026-06-08T19:39:01.999Z Compiling jaylink v0.2.0
5352026-06-08T19:39:02.955Z Compiling chacha20 v0.10.0
5362026-06-08T19:39:03.134Z Compiling object v0.27.1
5372026-06-08T19:39:03.253Z Compiling ihex v3.0.0
5382026-06-08T19:39:03.312Z Compiling thousands v0.2.0
5392026-06-08T19:39:03.474Z Compiling bitfield v0.13.2
5402026-06-08T19:39:03.482Z Compiling scroll v0.10.2
5412026-06-08T19:39:03.651Z Compiling svg v0.13.1
5422026-06-08T19:39:03.654Z Compiling rand v0.10.1
5432026-06-08T19:39:03.772Z Compiling unicode-segmentation v1.13.2
5442026-06-08T19:39:03.859Z Compiling signal-hook v0.3.18
5452026-06-08T19:39:04.066Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5462026-06-08T19:39:04.152Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5472026-06-08T19:39:04.561Z Compiling parking_lot_core v0.9.12
5482026-06-08T19:39:04.822Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5492026-06-08T19:39:06.055Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
5502026-06-08T19:39:06.685Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
5512026-06-08T19:39:06.957Z Compiling signal-hook-registry v1.4.8
5522026-06-08T19:39:07.646Z Compiling convert_case v0.10.0
5532026-06-08T19:39:07.907Z Compiling mio v1.2.0
5542026-06-08T19:39:08.017Z Compiling mio v0.8.11
5552026-06-08T19:39:08.079Z Compiling derive_more-impl v2.1.1
5562026-06-08T19:39:08.747Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
5572026-06-08T19:39:08.863Z Compiling signal-hook-mio v0.2.5
5582026-06-08T19:39:08.937Z Compiling parking_lot v0.12.5
5592026-06-08T19:39:09.047Z Compiling litrs v1.0.0
5602026-06-08T19:39:09.188Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
5612026-06-08T19:39:09.444Z Compiling document-features v0.2.12
5622026-06-08T19:39:10.222Z Compiling derive_more v2.1.1
5632026-06-08T19:39:10.300Z Compiling itertools v0.14.0
5642026-06-08T19:39:10.309Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
5652026-06-08T19:39:10.500Z Compiling crossterm v0.29.0
5662026-06-08T19:39:11.872Z Compiling convert_case v0.11.0
5672026-06-08T19:39:12.049Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
5682026-06-08T19:39:13.718Z Compiling paste v1.0.15
5692026-06-08T19:39:13.886Z Compiling camino v1.2.2
5702026-06-08T19:39:14.241Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
5712026-06-08T19:39:14.423Z Compiling jep106 v0.3.0
5722026-06-08T19:39:14.468Z Compiling strum_macros v0.27.2
5732026-06-08T19:39:14.553Z Compiling crossbeam-channel v0.5.15
5742026-06-08T19:39:14.627Z Compiling castaway v0.2.4
5752026-06-08T19:39:14.934Z Compiling indoc v2.0.7
5762026-06-08T19:39:15.077Z Compiling instability v0.3.12
5772026-06-08T19:39:15.515Z Compiling compact_str v0.9.0
5782026-06-08T19:39:15.660Z Compiling unicode-truncate v2.0.1
5792026-06-08T19:39:16.158Z Compiling lazy-regex-proc_macros v3.6.0
5802026-06-08T19:39:16.284Z Compiling strum v0.27.2
5812026-06-08T19:39:16.380Z Compiling kasuari v0.4.12
5822026-06-08T19:39:16.419Z Compiling lru v0.16.4
5832026-06-08T19:39:16.547Z Compiling crossbeam-queue v0.3.12
5842026-06-08T19:39:16.603Z Compiling cargo-platform v0.3.3
5852026-06-08T19:39:16.827Z Compiling cargo_metadata v0.23.1
5862026-06-08T19:39:16.879Z Compiling crossbeam v0.8.4
5872026-06-08T19:39:16.951Z Compiling ratatui-core v0.1.0
5882026-06-08T19:39:17.026Z Compiling lazy-regex v3.6.0
5892026-06-08T19:39:17.595Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
5902026-06-08T19:39:18.915Z Compiling binrw_derive v0.14.2
5912026-06-08T19:39:19.079Z Compiling unicode-width v0.1.14
5922026-06-08T19:39:19.202Z Compiling strict v0.2.0
5932026-06-08T19:39:19.252Z Compiling ron v0.6.6
5942026-06-08T19:39:19.343Z Compiling crokey-proc_macros v1.4.0
5952026-06-08T19:39:19.493Z Compiling crossterm v0.23.2
5962026-06-08T19:39:19.920Z Compiling line-clipping v0.3.7
5972026-06-08T19:39:20.161Z Compiling owo-colors v3.5.0
5982026-06-08T19:39:20.275Z Compiling binrw v0.14.2
5992026-06-08T19:39:20.582Z Compiling percent-encoding v2.3.2
6002026-06-08T19:39:20.756Z Compiling crokey v1.4.0
6012026-06-08T19:39:20.763Z Compiling cargo-readme v3.3.2
6022026-06-08T19:39:21.482Z Compiling ratatui-widgets v0.3.0
6032026-06-08T19:39:21.489Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6042026-06-08T19:39:21.551Z Compiling coolor v0.8.0
6052026-06-08T19:39:21.820Z Compiling coolor v1.1.0
6062026-06-08T19:39:22.026Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6072026-06-08T19:39:22.082Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6082026-06-08T19:39:23.091Z Compiling half v2.7.1
6092026-06-08T19:39:23.445Z Compiling minimad v0.14.0
6102026-06-08T19:39:23.475Z Compiling minimad v0.13.1
6112026-06-08T19:39:23.525Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6122026-06-08T19:39:23.643Z Compiling bytemuck v1.25.0
6132026-06-08T19:39:23.866Z Compiling ciborium-io v0.2.2
6142026-06-08T19:39:23.962Z Compiling array-init v2.1.0
6152026-06-08T19:39:24.075Z Compiling convert_case v0.4.0
6162026-06-08T19:39:24.362Z Compiling derive_more v0.99.20
6172026-06-08T19:39:25.403Z Compiling ciborium-ll v0.2.2
6182026-06-08T19:39:25.458Z Compiling termimad v0.25.7
6192026-06-08T19:39:25.693Z Compiling termimad v0.34.1
6202026-06-08T19:39:26.621Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6212026-06-08T19:39:27.020Z Compiling ratatui-macros v0.7.0
6222026-06-08T19:39:27.126Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6232026-06-08T19:39:27.890Z Compiling ratatui-crossterm v0.1.0
6242026-06-08T19:39:27.923Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6252026-06-08T19:39:27.965Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6262026-06-08T19:39:28.124Z Compiling sha2 v0.11.0
6272026-06-08T19:39:28.431Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6282026-06-08T19:39:28.694Z Compiling csv-core v0.1.13
6292026-06-08T19:39:29.160Z Compiling parse-size v1.1.0
6302026-06-08T19:39:29.357Z Compiling iana-time-zone v0.1.65
6312026-06-08T19:39:29.430Z Compiling xml v1.2.1
6322026-06-08T19:39:29.787Z Compiling chrono v0.4.44
6332026-06-08T19:39:30.317Z Compiling serde-xml-rs v0.8.2
6342026-06-08T19:39:31.725Z Compiling csv v1.4.0
6352026-06-08T19:39:32.886Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6362026-06-08T19:39:33.537Z Compiling ratatui v0.30.0
6372026-06-08T19:39:34.187Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
6382026-06-08T19:39:34.196Z Compiling raw-cpuid v11.6.0
6392026-06-08T19:39:34.265Z Compiling ciborium v0.2.2
6402026-06-08T19:39:34.515Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
6412026-06-08T19:39:35.257Z Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin)
6422026-06-08T19:39:35.752Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
6432026-06-08T19:39:36.859Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
6442026-06-08T19:39:37.404Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
6452026-06-08T19:39:37.576Z Compiling strum_macros v0.28.0
6462026-06-08T19:39:37.610Z Compiling termios v0.3.3
6472026-06-08T19:39:37.637Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
6482026-06-08T19:39:37.782Z Compiling strum v0.28.0
6492026-06-08T19:39:37.911Z Compiling splitty v1.0.2
6502026-06-08T19:39:37.992Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
6512026-06-08T19:39:38.085Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
6522026-06-08T19:39:38.197Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
6532026-06-08T19:39:39.368Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
6542026-06-08T19:39:40.025Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
6552026-06-08T19:39:40.336Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
6562026-06-08T19:39:41.035Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
6572026-06-08T19:39:42.331Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
6582026-06-08T19:39:42.858Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
6592026-06-08T19:39:44.358Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
6602026-06-08T19:39:46.343Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
6612026-06-08T19:39:46.815Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
6622026-06-08T19:39:46.979Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
6632026-06-08T19:39:48.311Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
6642026-06-08T19:39:49.073Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
6652026-06-08T19:39:49.120Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
6662026-06-08T19:39:51.175Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
6672026-06-08T19:39:53.392Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
6682026-06-08T19:39:55.429Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
6692026-06-08T19:39:57.147Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
6702026-06-08T19:39:58.365Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
6712026-06-08T19:39:59.463Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
6722026-06-08T19:39:59.505Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
6732026-06-08T19:40:00.076Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
6742026-06-08T19:40:01.349Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
6752026-06-08T19:40:03.149Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
6762026-06-08T19:40:03.836Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
6772026-06-08T19:40:04.439Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
6782026-06-08T19:40:04.986Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
6792026-06-08T19:40:05.105Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
6802026-06-08T19:40:05.395Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
6812026-06-08T19:40:07.640Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
6822026-06-08T19:40:07.863Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
6832026-06-08T19:40:08.630Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
6842026-06-08T19:40:09.375Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
6852026-06-08T19:40:10.633Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
6862026-06-08T19:40:10.925Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
6872026-06-08T19:40:11.382Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
6882026-06-08T19:40:12.850Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
6892026-06-08T19:40:13.769Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
6902026-06-08T19:40:13.974Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
6912026-06-08T19:40:14.321Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
6922026-06-08T19:40:14.393Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
6932026-06-08T19:40:15.553Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
6942026-06-08T19:40:15.951Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
6952026-06-08T19:40:17.286Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
6962026-06-08T19:40:17.859Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
6972026-06-08T19:40:18.647Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
6982026-06-08T19:40:18.766Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
6992026-06-08T19:40:18.780Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
7002026-06-08T19:40:20.028Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7012026-06-08T19:40:20.497Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7022026-06-08T19:40:22.655Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7032026-06-08T19:40:39.089Z Finished `release` profile [optimized + debuginfo] target(s) in 2m 42s
7042026-06-08T19:41:34.382Zpkg://helios/developer/debug/humility@0.12.18.691,5.11-3.0:20260608T194045Z
7052026-06-08T19:41:34.382ZPUBLISHED
7062026-06-08T19:41:34.588ZRetrieving packages for publisher helios ...
7072026-06-08T19:41:34.592ZRetrieving catalog 'helios' ... Done
7082026-06-08T19:41:34.592ZRetrieving and evaluating 1 package(s)...
7092026-06-08T19:41:34.592ZFetching manifests: 1/1 100% complete
7102026-06-08T19:41:34.592ZFetching manifests: 1/1 100% complete
7112026-06-08T19:41:34.592Z
7122026-06-08T19:41:34.592ZArchiving packages ...
7132026-06-08T19:41:34.592Z Packages to add: 1
7142026-06-08T19:41:34.592Z Files to retrieve: 1
7152026-06-08T19:41:34.592ZEstimated transfer size: 120.74 MB
7162026-06-08T19:41:34.592Z
7172026-06-08T19:41:34.592ZPackages to archive:
7182026-06-08T19:41:34.593Zdeveloper/debug/humility@0.12.18.691,5.11-3.0:20260608T194045Z
7192026-06-08T19:41:34.593Z
7202026-06-08T19:41:34.593ZDownload: 0/1 items 0.0/120.7MB 0% complete
7212026-06-08T19:41:34.811ZDownload: Completed 120.74 MB in 0.21 seconds (567M/s)
7222026-06-08T19:41:34.815ZArchiving: 1/10 items 0.0/120.8MB 0% complete
7232026-06-08T19:41:34.851ZArchiving: Completed 120.76 MB in 0.05 seconds
7242026-06-08T19:41:34.893ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.691-3.0.p5p.
7252026-06-08T19:41:34.899Z
7262026-06-08T19:41:34.900Zreal 3:59.500829395
7272026-06-08T19:41:34.900Zuser 19:37.363393926
7282026-06-08T19:41:34.900Zsys 1:22.098923243
7292026-06-08T19:41:34.926Ztrap 0.591603181
7302026-06-08T19:41:34.926Ztflt 0.972897726
7312026-06-08T19:41:34.926Zdflt 1.370570569
7322026-06-08T19:41:34.926Zkflt 0.010504500
7332026-06-08T19:41:34.926Zlock 1:21:58.471927397
7342026-06-08T19:41:34.926Zslp 1:03:51.816321656
7352026-06-08T19:41:34.926Zlat 1:07.007650738
7362026-06-08T19:41:34.934Zstop 55.156210571
7372026-06-08T19:41:34.934Z+ banner copy
7382026-06-08T19:41:34.934Z
7392026-06-08T19:41:34.934Z #### #### ##### # #
7402026-06-08T19:41:34.934Z # # # # # # # #
7412026-06-08T19:41:34.934Z # # # # # #
7422026-06-08T19:41:34.934Z # # # ##### #
7432026-06-08T19:41:34.934Z # # # # # #
7442026-06-08T19:41:34.934Z #### #### # #
7452026-06-08T19:41:34.934Z
7462026-06-08T19:41:34.934Z+ pfexec mkdir -p /out
7472026-06-08T19:41:34.935Z+ pfexec chown 12345 /out
7482026-06-08T19:41:34.935Z+ PKG_NAME=/out/humility.p5p
7492026-06-08T19:41:34.935Z+ mv pkg/packages/repo/humility-0.12.18.691-3.0.p5p /out/humility.p5p
7502026-06-08T19:41:34.999Z+ sha256sum /out/humility.p5p
7512026-06-08T19:41:35.070Zprocess exited: duration 245142 ms, exit code 0
 
7522026-06-08T19:41:35.093Zfound 2 output files
7532026-06-08T19:41:35.093Zuploading: /out/humility.p5p (126627840 bytes)
7542026-06-08T19:41:41.178Zuploaded: /out/humility.p5p
7552026-06-08T19:41:41.178Zuploading: /out/humility.p5p.sha256 (84 bytes)
7562026-06-08T19:41:42.338Zuploaded: /out/humility.p5p.sha256