01KTKZQVW9X9KGGH0D9EMSRTHR: 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: 01KTKZR52SCQDW4729AM1507Q6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T16:06:59.545Zjob assigned to worker 01KTKZR6R9NV1F3GS23C9FPY8S [factory aws, i-0842f2c03a23d9c0b] (queued for 43 s)
 
22026-06-08T16:07:06.523Zstarting task 0: "setup"
32026-06-08T16:07:06.529Z++ uname -s
42026-06-08T16:07:06.532Z+ kern=SunOS
52026-06-08T16:07:06.532Z+ build_user=build
62026-06-08T16:07:06.532Z+ build_uid=12345
72026-06-08T16:07:06.532Z+ work_dir=/work
82026-06-08T16:07:06.532Z+ input_dir=/input
92026-06-08T16:07:06.532Z+ [[ 0 == 12345 ]]
102026-06-08T16:07:06.532Z+ case "$kern" in
112026-06-08T16:07:06.532Z+ groupadd -g 12345 build
122026-06-08T16:07:06.532Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T16:07:08.537Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T16:07:08.654Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T16:07:08.656Z+ home_fs=zfs
162026-06-08T16:07:08.656Z+ [[ zfs == autofs ]]
172026-06-08T16:07:08.656Z+ mkdir -p /home/build
182026-06-08T16:07:08.657Z+ chown build:build /home/build /work
192026-06-08T16:07:10.658Z+ chmod 0700 /home/build /work
202026-06-08T16:07:10.661Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-08T16:07:10.667Zstarting task 1: "rust-toolchain"
222026-06-08T16:07:10.670Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-08T16:07:10.670Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T16:07:10.673Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-08T16:07:10.673Z * rust toolchain channel = "stable"
262026-06-08T16:07:10.673Z * rust toolchain profile = "default"
272026-06-08T16:07:10.673Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T16:07:10.673Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T16:07:10.673Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-08T16:07:10.777Zinfo: downloading installer
312026-06-08T16:07:12.038Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T16:07:12.038Zwarn: /home/build/.rustup/settings.toml
332026-06-08T16:07:12.038Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T16:07:12.038Zwarn: instead of the one inferred from the default host triple.
352026-06-08T16:07:12.051Zinfo: profile set to default
362026-06-08T16:07:12.051Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T16:07:12.054Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-08T16:07:12.181Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-08T16:07:12.184Zinfo: downloading 6 components
402026-06-08T16:07:26.453Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-08T16:07:26.453Z
422026-06-08T16:07:26.481Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-08T16:07:26.482Z
442026-06-08T16:07:26.485Z
452026-06-08T16:07:26.485ZRust is installed now. Great!
462026-06-08T16:07:26.485Z
472026-06-08T16:07:26.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T16:07:26.485Zenvironment variable. This has not been done automatically.
492026-06-08T16:07:26.485Z
502026-06-08T16:07:26.485ZTo configure your current shell, you need to source
512026-06-08T16:07:26.485Zthe corresponding env file under $HOME/.cargo.
522026-06-08T16:07:26.485Z
532026-06-08T16:07:26.485ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T16:07:26.486Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T16:07:26.486Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T16:07:26.486Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T16:07:26.486Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T16:07:26.486Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T16:07:26.486Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T16:07:26.486Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T16:07:26.486Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T16:07:26.581Z+ rustup --version
632026-06-08T16:07:26.590Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T16:07:26.594Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T16:07:26.611Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-08T16:07:26.614Z+ cargo --version
672026-06-08T16:07:26.628Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-08T16:07:26.630Z+ rustc --version
692026-06-08T16:07:26.650Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-08T16:07:26.652Zprocess exited: duration 15985 ms, exit code 0
 
712026-06-08T16:07:26.658Zstarting task 2: "authentication"
722026-06-08T16:07:26.674Zprocess exited: duration 16 ms, exit code 0
 
732026-06-08T16:07:26.681Zstarting task 3: "clone repository"
742026-06-08T16:07:26.684Z+ mkdir -p /work/oxidecomputer/humility
752026-06-08T16:07:26.687Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-08T16:07:26.724ZCloning into '/work/oxidecomputer/humility'...
772026-06-08T16:07:49.780Z+ cd /work/oxidecomputer/humility
782026-06-08T16:07:49.780Z+ git fetch origin aa0d38edb13046d83da2fb5e0bb8c179e1a84219
792026-06-08T16:07:50.099ZFrom https://github.com/oxidecomputer/humility
802026-06-08T16:07:50.099Z * branch aa0d38edb13046d83da2fb5e0bb8c179e1a84219 -> FETCH_HEAD
812026-06-08T16:07:50.108Z+ [[ -n vpd_lib ]]
822026-06-08T16:07:50.111Z++ git branch --show-current
832026-06-08T16:07:50.111Z+ current=master
842026-06-08T16:07:50.111Z+ [[ master != vpd_lib ]]
852026-06-08T16:07:50.111Z+ git branch -f vpd_lib aa0d38edb13046d83da2fb5e0bb8c179e1a84219
862026-06-08T16:07:50.113Z+ git checkout -f vpd_lib
872026-06-08T16:07:50.732ZSwitched to branch 'vpd_lib'
882026-06-08T16:07:50.735Z+ git reset --hard aa0d38edb13046d83da2fb5e0bb8c179e1a84219
892026-06-08T16:07:50.742ZHEAD is now at aa0d38ed Introduce `humility-vpd-lib`
902026-06-08T16:07:50.745Zprocess exited: duration 24063 ms, exit code 0
 
912026-06-08T16:07:50.751Zstarting task 4: "build"
922026-06-08T16:07:50.754Z+ export CARGO_INCREMENTAL=0
932026-06-08T16:07:50.754Z+ CARGO_INCREMENTAL=0
942026-06-08T16:07:50.754Z+ banner deps
952026-06-08T16:07:50.757Z
962026-06-08T16:07:50.757Z ##### ###### ##### ####
972026-06-08T16:07:50.757Z # # # # # #
982026-06-08T16:07:50.757Z # # ##### # # ####
992026-06-08T16:07:50.757Z # # # ##### #
1002026-06-08T16:07:50.757Z # # # # # #
1012026-06-08T16:07:50.757Z ##### ###### # ####
1022026-06-08T16:07:50.757Z
1032026-06-08T16:07:50.757Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-08T16:07:50.757Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-08T16:07:50.757Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-08T16:07:52.470Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-08T16:07:52.556Z Startup: Caching catalogs ... Done
1082026-06-08T16:07:52.876ZPlanning: Solver setup ... Done (0.283s)
1092026-06-08T16:07:52.897ZPlanning: Running solver ... Done (0.021s)
1102026-06-08T16:07:52.905ZPlanning: Finding local manifests ... Done (0.003s)
1112026-06-08T16:07:52.914ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-08T16:07:52.925ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-08T16:07:52.938ZPlanning: Package planning ... Done (0.012s)
1142026-06-08T16:07:52.941ZPlanning: Merging actions ... Done (0.000s)
1152026-06-08T16:07:53.114ZPlanning: Checking for conflicting actions ... Done (0.175s)
1162026-06-08T16:07:53.117ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-08T16:07:53.919ZPlanning: Evaluating mediators ... Done (0.805s)
1182026-06-08T16:07:53.922ZPlanning: Planning completed in 1.34 seconds
1192026-06-08T16:07:53.928Z Packages to install: 2
1202026-06-08T16:07:53.931Z Estimated space available: 155.78 GB
1212026-06-08T16:07:53.931ZEstimated space to be consumed: 17.57 MB
1222026-06-08T16:07:53.931Z Create boot environment: No
1232026-06-08T16:07:53.931ZCreate backup boot environment: No
1242026-06-08T16:07:53.931Z Rebuild boot archive: No
1252026-06-08T16:07:53.931Z
1262026-06-08T16:07:53.931ZChanged packages:
1272026-06-08T16:07:53.931Zhelios
1282026-06-08T16:07:53.931Z library/libftdi1
1292026-06-08T16:07:53.931Z None -> 1.5-3.0
1302026-06-08T16:07:53.931Z ooce/library/libusb-1
1312026-06-08T16:07:53.931Z None -> 1.0.29-3.1
1322026-06-08T16:07:53.953Z
1332026-06-08T16:07:53.953ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-08T16:07:54.000ZDownload: Completed 377.70 kB in 0.05 seconds (7.8M/s)
1352026-06-08T16:07:54.076Z Actions: 1/61 actions (Installing new actions)
1362026-06-08T16:07:54.088Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-08T16:07:54.128ZFinalize: Updating package state database ... Done (0.040s)
1382026-06-08T16:07:54.131ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-08T16:07:54.150ZFinalize: Updating image state ... Done (0.023s)
1402026-06-08T16:07:56.487ZFinalize: Creating fast lookup database ... Done (2.313s)
1412026-06-08T16:07:56.554ZFinalize: Reading search index ... Done (0.012s)
1422026-06-08T16:07:56.557ZFinalize: Updating search index ... Done (0.000s)
1432026-06-08T16:07:56.651ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-08T16:07:56.743Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-08T16:07:56.952ZFMRI IFO
1462026-06-08T16:07:56.952Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-08T16:07:56.952Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-08T16:07:56.985Z+ cargo --version
1492026-06-08T16:07:56.995Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-08T16:07:56.997Z+ rustc --version
1512026-06-08T16:07:57.017Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-08T16:07:57.020Z+ banner package
1532026-06-08T16:07:57.020Z
1542026-06-08T16:07:57.020Z ##### ## #### # # ## #### ######
1552026-06-08T16:07:57.020Z # # # # # # # # # # # # #
1562026-06-08T16:07:57.020Z # # # # # #### # # # #####
1572026-06-08T16:07:57.020Z ##### ###### # # # ###### # ### #
1582026-06-08T16:07:57.020Z # # # # # # # # # # # #
1592026-06-08T16:07:57.020Z # # # #### # # # # #### ######
1602026-06-08T16:07:57.020Z
1612026-06-08T16:07:57.020Z+ ptime -m cargo xtask package
1622026-06-08T16:07:57.133Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1632026-06-08T16:07:57.513Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1642026-06-08T16:07:59.451Z Updating git repository `https://github.com/oxidecomputer/rusb`
1652026-06-08T16:07:59.926Z Updating git submodule `https://github.com/libusb/libusb.git`
1662026-06-08T16:08:00.919Z Updating crates.io index
1672026-06-08T16:08:00.922Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1682026-06-08T16:08:01.242Z Updating git repository `https://github.com/oxidecomputer/humpty`
1692026-06-08T16:08:01.685Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1702026-06-08T16:08:02.070Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1712026-06-08T16:08:02.368Z Updating git repository `https://github.com/oxidecomputer/hif`
1722026-06-08T16:08:02.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1732026-06-08T16:08:03.060Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1742026-06-08T16:08:05.220Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1752026-06-08T16:08:05.578Z Updating git repository `https://github.com/oxidecomputer/spd`
1762026-06-08T16:08:05.853Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1772026-06-08T16:08:06.145Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1782026-06-08T16:08:06.441Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1792026-06-08T16:08:06.709Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1802026-06-08T16:08:07.617Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1812026-06-08T16:08:09.472Z Downloading crates ...
1822026-06-08T16:08:09.521Z Downloaded cargo-readme v3.3.2
1832026-06-08T16:08:09.532Z Downloaded serde_spanned v1.1.1
1842026-06-08T16:08:09.536Z Downloaded toml_writer v1.1.1+spec-1.1.0
1852026-06-08T16:08:09.544Z Downloaded serde_core v1.0.228
1862026-06-08T16:08:09.547Z Downloaded cargo-platform v0.3.3
1872026-06-08T16:08:09.547Z Downloaded aho-corasick v1.1.4
1882026-06-08T16:08:09.549Z Downloaded itoa v1.0.18
1892026-06-08T16:08:09.552Z Downloaded colorchoice v1.0.5
1902026-06-08T16:08:09.554Z Downloaded percent-encoding v2.3.2
1912026-06-08T16:08:09.559Z Downloaded anyhow v1.0.102
1922026-06-08T16:08:09.563Z Downloaded clap_lex v1.1.0
1932026-06-08T16:08:09.568Z Downloaded is_terminal_polyfill v1.70.2
1942026-06-08T16:08:09.574Z Downloaded utf8parse v0.2.2
1952026-06-08T16:08:09.576Z Downloaded strsim v0.11.1
1962026-06-08T16:08:09.582Z Downloaded anstyle v1.0.14
1972026-06-08T16:08:09.585Z Downloaded anstream v1.0.0
1982026-06-08T16:08:09.587Z Downloaded zmij v1.0.21
1992026-06-08T16:08:09.587Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2002026-06-08T16:08:09.590Z Downloaded thiserror v2.0.18
2012026-06-08T16:08:09.593Z Downloaded heck v0.5.0
2022026-06-08T16:08:09.596Z Downloaded anstyle-query v1.1.5
2032026-06-08T16:08:09.598Z Downloaded lazy_static v1.5.0
2042026-06-08T16:08:09.601Z Downloaded equivalent v1.0.2
2052026-06-08T16:08:09.601Z Downloaded thiserror-impl v2.0.18
2062026-06-08T16:08:09.604Z Downloaded cargo_metadata v0.23.1
2072026-06-08T16:08:09.607Z Downloaded anstyle-parse v1.0.0
2082026-06-08T16:08:09.618Z Downloaded quote v1.0.45
2092026-06-08T16:08:09.622Z Downloaded camino v1.2.2
2102026-06-08T16:08:09.625Z Downloaded clap_derive v4.6.1
2112026-06-08T16:08:09.628Z Downloaded clap v4.6.1
2122026-06-08T16:08:09.633Z Downloaded toml_parser v1.1.2+spec-1.1.0
2132026-06-08T16:08:09.635Z Downloaded serde_derive v1.0.228
2142026-06-08T16:08:09.638Z Downloaded semver v1.0.28
2152026-06-08T16:08:09.638Z Downloaded toml v1.1.2+spec-1.1.0
2162026-06-08T16:08:09.641Z Downloaded unicode-ident v1.0.24
2172026-06-08T16:08:09.641Z Downloaded proc-macro2 v1.0.106
2182026-06-08T16:08:09.652Z Downloaded serde v1.0.228
2192026-06-08T16:08:09.666Z Downloaded memchr v2.8.0
2202026-06-08T16:08:09.689Z Downloaded indexmap v2.14.0
2212026-06-08T16:08:09.707Z Downloaded serde_json v1.0.149
2222026-06-08T16:08:09.711Z Downloaded regex v1.12.3
2232026-06-08T16:08:09.714Z Downloaded clap_builder v4.6.0
2242026-06-08T16:08:09.719Z Downloaded winnow v1.0.2
2252026-06-08T16:08:09.724Z Downloaded hashbrown v0.17.0
2262026-06-08T16:08:09.735Z Downloaded syn v2.0.117
2272026-06-08T16:08:09.742Z Downloaded regex-syntax v0.8.10
2282026-06-08T16:08:09.757Z Downloaded regex-automata v0.4.14
2292026-06-08T16:08:09.796Z Compiling serde_core v1.0.228
2302026-06-08T16:08:09.796Z Compiling proc-macro2 v1.0.106
2312026-06-08T16:08:09.796Z Compiling unicode-ident v1.0.24
2322026-06-08T16:08:09.799Z Compiling quote v1.0.45
2332026-06-08T16:08:09.799Z Compiling memchr v2.8.0
2342026-06-08T16:08:09.799Z Compiling utf8parse v0.2.2
2352026-06-08T16:08:09.799Z Compiling is_terminal_polyfill v1.70.2
2362026-06-08T16:08:09.877Z Compiling anstyle v1.0.14
2372026-06-08T16:08:09.981Z Compiling anstyle-parse v1.0.0
2382026-06-08T16:08:09.998Z Compiling anstyle-query v1.1.5
2392026-06-08T16:08:10.007Z Compiling zmij v1.0.21
2402026-06-08T16:08:10.094Z Compiling serde v1.0.228
2412026-06-08T16:08:10.103Z Compiling colorchoice v1.0.5
2422026-06-08T16:08:10.154Z Compiling clap_lex v1.1.0
2432026-06-08T16:08:10.208Z Compiling anstream v1.0.0
2442026-06-08T16:08:10.274Z Compiling aho-corasick v1.1.4
2452026-06-08T16:08:10.319Z Compiling strsim v0.11.1
2462026-06-08T16:08:10.395Z Compiling serde_json v1.0.149
2472026-06-08T16:08:10.434Z Compiling regex-syntax v0.8.10
2482026-06-08T16:08:10.523Z Compiling heck v0.5.0
2492026-06-08T16:08:10.567Z Compiling thiserror v2.0.18
2502026-06-08T16:08:10.631Z Compiling winnow v1.0.2
2512026-06-08T16:08:10.725Z Compiling camino v1.2.2
2522026-06-08T16:08:10.747Z Compiling clap_builder v4.6.0
2532026-06-08T16:08:11.102Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-06-08T16:08:11.124Z Compiling anyhow v1.0.102
2552026-06-08T16:08:11.248Z Compiling syn v2.0.117
2562026-06-08T16:08:11.391Z Compiling itoa v1.0.18
2572026-06-08T16:08:11.435Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-06-08T16:08:11.670Z Compiling lazy_static v1.5.0
2592026-06-08T16:08:11.768Z Compiling percent-encoding v2.3.2
2602026-06-08T16:08:11.974Z Compiling regex-automata v0.4.14
2612026-06-08T16:08:12.056Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-06-08T16:08:12.174Z Compiling serde_spanned v1.1.1
2632026-06-08T16:08:12.204Z Compiling semver v1.0.28
2642026-06-08T16:08:12.303Z Compiling toml v1.1.2+spec-1.1.0
2652026-06-08T16:08:12.375Z Compiling cargo-platform v0.3.3
2662026-06-08T16:08:13.558Z Compiling serde_derive v1.0.228
2672026-06-08T16:08:13.558Z Compiling thiserror-impl v2.0.18
2682026-06-08T16:08:13.558Z Compiling clap_derive v4.6.1
2692026-06-08T16:08:13.629Z Compiling regex v1.12.3
2702026-06-08T16:08:14.828Z Compiling clap v4.6.1
2712026-06-08T16:08:15.750Z Compiling cargo_metadata v0.23.1
2722026-06-08T16:08:15.750Z Compiling cargo-readme v3.3.2
2732026-06-08T16:08:16.725Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-06-08T16:08:18.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
2752026-06-08T16:08:18.196Z Running `target/debug/xtask package`
2762026-06-08T16:08:21.961Z Compiling proc-macro2 v1.0.106
2772026-06-08T16:08:21.961Z Compiling unicode-ident v1.0.24
2782026-06-08T16:08:21.961Z Compiling quote v1.0.45
2792026-06-08T16:08:21.961Z Compiling serde_core v1.0.228
2802026-06-08T16:08:21.961Z Compiling libc v0.2.186
2812026-06-08T16:08:21.964Z Compiling serde v1.0.228
2822026-06-08T16:08:21.964Z Compiling cfg-if v1.0.4
2832026-06-08T16:08:22.017Z Compiling autocfg v1.5.0
2842026-06-08T16:08:22.083Z Compiling shlex v1.3.0
2852026-06-08T16:08:22.115Z Compiling find-msvc-tools v0.1.9
2862026-06-08T16:08:22.255Z Compiling log v0.4.29
2872026-06-08T16:08:22.330Z Compiling scopeguard v1.2.0
2882026-06-08T16:08:22.349Z Compiling typenum v1.20.0
2892026-06-08T16:08:22.414Z Compiling lock_api v0.4.14
2902026-06-08T16:08:22.521Z Compiling memchr v2.8.0
2912026-06-08T16:08:22.653Z Compiling heck v0.5.0
2922026-06-08T16:08:22.723Z Compiling jobserver v0.1.34
2932026-06-08T16:08:22.758Z Compiling errno v0.3.14
2942026-06-08T16:08:22.842Z Compiling pkg-config v0.3.33
2952026-06-08T16:08:22.922Z Compiling cc v1.2.61
2962026-06-08T16:08:23.195Z Compiling thiserror v2.0.18
2972026-06-08T16:08:23.291Z Compiling syn v2.0.117
2982026-06-08T16:08:23.300Z Compiling foldhash v0.2.0
2992026-06-08T16:08:23.331Z Compiling smallvec v1.15.1
3002026-06-08T16:08:23.526Z Compiling syn v1.0.109
3012026-06-08T16:08:23.537Z Compiling anyhow v1.0.102
3022026-06-08T16:08:23.594Z Compiling zerocopy v0.8.48
3032026-06-08T16:08:23.836Z Compiling strsim v0.11.1
3042026-06-08T16:08:23.849Z Compiling zeroize v1.8.2
3052026-06-08T16:08:23.979Z Compiling equivalent v1.0.2
3062026-06-08T16:08:24.050Z Compiling rustix v1.1.4
3072026-06-08T16:08:24.078Z Compiling libm v0.2.16
3082026-06-08T16:08:24.132Z Compiling num-traits v0.2.19
3092026-06-08T16:08:24.233Z Compiling version_check v0.9.5
3102026-06-08T16:08:24.255Z Compiling const-oid v0.9.6
3112026-06-08T16:08:24.356Z Compiling bitflags v2.11.1
3122026-06-08T16:08:24.496Z Compiling generic-array v0.14.7
3132026-06-08T16:08:24.641Z Compiling hybrid-array v0.4.11
3142026-06-08T16:08:24.706Z Compiling crossbeam-utils v0.8.21
3152026-06-08T16:08:24.822Z Compiling zmij v1.0.21
3162026-06-08T16:08:25.093Z Compiling aho-corasick v1.1.4
3172026-06-08T16:08:25.124Z Compiling ident_case v1.0.1
3182026-06-08T16:08:25.154Z Compiling once_cell v1.21.4
3192026-06-08T16:08:25.241Z Compiling regex-syntax v0.8.10
3202026-06-08T16:08:25.938Z Compiling darling_core v0.23.0
3212026-06-08T16:08:26.588Z Compiling allocator-api2 v0.2.21
3222026-06-08T16:08:26.921Z Compiling regex-automata v0.4.14
3232026-06-08T16:08:26.996Z Compiling static_assertions v1.1.0
3242026-06-08T16:08:27.025Z Compiling hashbrown v0.16.1
3252026-06-08T16:08:27.063Z Compiling crypto-common v0.2.1
3262026-06-08T16:08:27.183Z Compiling serde_derive v1.0.228
3272026-06-08T16:08:27.754Z Compiling thiserror-impl v2.0.18
3282026-06-08T16:08:27.950Z Compiling zerocopy-derive v0.8.48
3292026-06-08T16:08:28.135Z Compiling darling_macro v0.23.0
3302026-06-08T16:08:28.679Z Compiling spin v0.9.8
3312026-06-08T16:08:28.798Z Compiling byteorder v1.5.0
3322026-06-08T16:08:28.895Z Compiling itoa v1.0.18
3332026-06-08T16:08:29.045Z Compiling regex v1.12.3
3342026-06-08T16:08:29.091Z Compiling typeid v1.0.3
3352026-06-08T16:08:29.169Z Compiling base64ct v1.8.3
3362026-06-08T16:08:29.370Z Compiling darling v0.23.0
3372026-06-08T16:08:29.447Z Compiling pem-rfc7468 v0.7.0
3382026-06-08T16:08:29.520Z Compiling der_derive v0.7.3
3392026-06-08T16:08:30.338Z Compiling clap_derive v4.6.1
3402026-06-08T16:08:30.487Z Compiling crypto-common v0.1.7
3412026-06-08T16:08:30.529Z Compiling block-buffer v0.10.4
3422026-06-08T16:08:30.620Z Compiling hashbrown v0.17.0
3432026-06-08T16:08:30.678Z Compiling getrandom v0.2.17
3442026-06-08T16:08:30.957Z Compiling flagset v0.4.7
3452026-06-08T16:08:31.010Z Compiling unicode-width v0.2.2
3462026-06-08T16:08:31.093Z Compiling radium v0.7.0
3472026-06-08T16:08:31.354Z Compiling crc32fast v1.5.0
3482026-06-08T16:08:31.362Z Compiling utf8parse v0.2.2
3492026-06-08T16:08:31.395Z Compiling stable_deref_trait v1.2.1
3502026-06-08T16:08:31.469Z Compiling either v1.15.0
3512026-06-08T16:08:31.476Z Compiling cmov v0.5.3
3522026-06-08T16:08:31.672Z Compiling ctutils v0.4.2
3532026-06-08T16:08:31.687Z Compiling anstyle-parse v1.0.0
3542026-06-08T16:08:31.713Z Compiling indexmap v2.14.0
3552026-06-08T16:08:31.909Z Compiling der v0.7.10
3562026-06-08T16:08:32.080Z Compiling rand_core v0.6.4
3572026-06-08T16:08:32.359Z Compiling digest v0.10.7
3582026-06-08T16:08:32.408Z Compiling crossbeam-epoch v0.9.18
3592026-06-08T16:08:32.569Z Compiling block-buffer v0.12.0
3602026-06-08T16:08:32.584Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3612026-06-08T16:08:32.647Z Compiling colorchoice v1.0.5
3622026-06-08T16:08:32.747Z Compiling const-oid v0.10.2
3632026-06-08T16:08:32.766Z Compiling powerfmt v0.2.0
3642026-06-08T16:08:32.985Z Compiling tap v1.0.1
3652026-06-08T16:08:33.045Z Compiling anstyle v1.0.14
3662026-06-08T16:08:33.052Z Compiling simd-adler32 v0.3.9
3672026-06-08T16:08:33.062Z Compiling cpufeatures v0.3.0
3682026-06-08T16:08:33.096Z Compiling anstyle-query v1.1.5
3692026-06-08T16:08:33.129Z Compiling is_terminal_polyfill v1.70.2
3702026-06-08T16:08:33.136Z Compiling wyz v0.5.1
3712026-06-08T16:08:33.216Z Compiling anstream v1.0.0
3722026-06-08T16:08:33.320Z Compiling deranged v0.5.8
3732026-06-08T16:08:33.327Z Compiling digest v0.11.2
3742026-06-08T16:08:33.532Z Compiling spki v0.7.3
3752026-06-08T16:08:33.716Z Compiling crossbeam-deque v0.8.6
3762026-06-08T16:08:33.811Z Compiling ppv-lite86 v0.2.21
3772026-06-08T16:08:34.065Z Compiling rand_core v0.10.1
3782026-06-08T16:08:34.197Z Compiling num-conv v0.2.1
3792026-06-08T16:08:34.222Z Compiling getrandom v0.4.2
3802026-06-08T16:08:34.363Z Compiling time-core v0.1.8
3812026-06-08T16:08:34.441Z Compiling adler2 v2.0.1
3822026-06-08T16:08:34.451Z Compiling maybe-uninit v2.0.0
3832026-06-08T16:08:34.482Z Compiling funty v2.0.0
3842026-06-08T16:08:34.499Z Compiling cpufeatures v0.2.17
3852026-06-08T16:08:34.567Z Compiling num_threads v0.1.7
3862026-06-08T16:08:34.654Z Compiling time v0.3.47
3872026-06-08T16:08:34.720Z Compiling sha2 v0.10.9
3882026-06-08T16:08:34.749Z Compiling miniz_oxide v0.8.9
3892026-06-08T16:08:35.255Z Compiling bitvec v1.0.1
3902026-06-08T16:08:35.545Z Compiling rand_chacha v0.3.1
3912026-06-08T16:08:35.602Z Compiling lazy_static v1.5.0
3922026-06-08T16:08:35.690Z Compiling num-integer v0.1.46
3932026-06-08T16:08:35.729Z Compiling terminal_size v0.4.4
3942026-06-08T16:08:35.881Z Compiling indexmap v1.9.3
3952026-06-08T16:08:36.105Z Compiling num-bigint-dig v0.8.6
3962026-06-08T16:08:36.298Z Compiling zlib-rs v0.6.3
3972026-06-08T16:08:36.341Z Compiling zstd-safe v7.2.4
3982026-06-08T16:08:36.569Z Compiling clap_lex v1.1.0
3992026-06-08T16:08:36.624Z Compiling packed_struct v0.10.1
4002026-06-08T16:08:36.737Z Compiling clap_builder v4.6.0
4012026-06-08T16:08:36.920Z Compiling num-iter v0.1.45
4022026-06-08T16:08:37.020Z Compiling rand v0.8.6
4032026-06-08T16:08:37.535Z Compiling pkcs8 v0.10.2
4042026-06-08T16:08:37.575Z Compiling packed_struct_codegen v0.10.1
4052026-06-08T16:08:37.591Z Compiling bitfield-macros v0.19.4
4062026-06-08T16:08:38.301Z Compiling inout v0.2.2
4072026-06-08T16:08:38.450Z Compiling capstone-sys v0.18.0
4082026-06-08T16:08:38.522Z Compiling object v0.39.1
4092026-06-08T16:08:38.633Z Compiling twox-hash v2.1.2
4102026-06-08T16:08:38.751Z Compiling crc-catalog v2.5.0
4112026-06-08T16:08:38.794Z Compiling base64 v0.21.7
4122026-06-08T16:08:38.847Z Compiling hashbrown v0.12.3
4132026-06-08T16:08:38.854Z Compiling nodrop v0.1.14
4142026-06-08T16:08:38.938Z Compiling array-init v0.0.4
4152026-06-08T16:08:39.282Z Compiling ron v0.8.1
4162026-06-08T16:08:39.351Z Compiling flate2 v1.1.9
4172026-06-08T16:08:39.953Z Compiling crc v3.4.0
4182026-06-08T16:08:39.996Z Compiling ruzstd v0.8.2
4192026-06-08T16:08:40.132Z Compiling clap v4.6.1
4202026-06-08T16:08:41.933Z Compiling cipher v0.5.1
4212026-06-08T16:08:42.196Z Compiling bitfield v0.19.4
4222026-06-08T16:08:42.258Z Compiling pkcs1 v0.7.5
4232026-06-08T16:08:42.507Z Compiling smallvec v0.6.14
4242026-06-08T16:08:43.212Z Compiling hmac v0.13.0
4252026-06-08T16:08:43.377Z Compiling signature v2.2.0
4262026-06-08T16:08:43.554Z Compiling env_filter v1.0.1
4272026-06-08T16:08:43.676Z Compiling hubpack_derive v0.1.1
4282026-06-08T16:08:44.224Z Compiling semver v1.0.28
4292026-06-08T16:08:44.513Z Compiling lzss v0.9.1
4302026-06-08T16:08:44.533Z Compiling subtle v2.6.1
4312026-06-08T16:08:44.570Z Compiling winnow v1.0.2
4322026-06-08T16:08:44.678Z Compiling serde_json v1.0.149
4332026-06-08T16:08:44.791Z Compiling cpp_demangle v0.5.1
4342026-06-08T16:08:44.902Z Compiling rayon-core v1.13.0
4352026-06-08T16:08:45.020Z Compiling bumpalo v3.20.2
4362026-06-08T16:08:45.034Z Compiling portable-atomic v1.13.1
4372026-06-08T16:08:45.112Z Compiling prettyplease v0.2.37
4382026-06-08T16:08:45.195Z Compiling libbz2-rs-sys v0.2.3
4392026-06-08T16:08:45.311Z Compiling jiff v0.2.24
4402026-06-08T16:08:45.343Z Compiling cpubits v0.1.1
4412026-06-08T16:08:45.427Z Compiling aes v0.9.0
4422026-06-08T16:08:45.543Z Compiling zopfli v0.8.3
4432026-06-08T16:08:46.639Z Compiling bzip2 v0.6.1
4442026-06-08T16:08:46.940Z Compiling toml_parser v1.1.2+spec-1.1.0
4452026-06-08T16:08:47.860Z Compiling rsa v0.9.10
4462026-06-08T16:08:48.762Z Compiling env_logger v0.11.10
4472026-06-08T16:08:49.062Z Compiling hubpack v0.1.2
4482026-06-08T16:08:49.328Z Compiling pbkdf2 v0.13.0
4492026-06-08T16:08:49.449Z Compiling serde-hex v0.1.0
4502026-06-08T16:08:50.301Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4512026-06-08T16:08:51.637Z Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4522026-06-08T16:08:51.854Z Compiling lzma-rust2 v0.16.2
4532026-06-08T16:08:53.112Z Compiling x509-cert v0.2.5
4542026-06-08T16:08:57.736Z Compiling sha1 v0.11.0
4552026-06-08T16:08:58.135Z Compiling serde_with_macros v3.18.0
4562026-06-08T16:08:58.279Z Compiling num-derive v0.4.2
4572026-06-08T16:08:59.217Z Compiling scroll_derive v0.13.1
4582026-06-08T16:08:59.220Z Compiling serde_spanned v1.1.1
4592026-06-08T16:08:59.363Z Compiling toml_datetime v1.1.1+spec-1.1.0
4602026-06-08T16:08:59.467Z Compiling constant_time_eq v0.4.2
4612026-06-08T16:08:59.681Z Compiling hex v0.4.3
4622026-06-08T16:08:59.859Z Compiling fnv v1.0.7
4632026-06-08T16:08:59.953Z Compiling crc-any v2.5.0
4642026-06-08T16:08:59.981Z Compiling toml_writer v1.1.1+spec-1.1.0
4652026-06-08T16:09:00.053Z Compiling ppmd-rust v1.4.0
4662026-06-08T16:09:00.246Z Compiling typed-path v0.12.3
4672026-06-08T16:09:00.375Z Compiling void v1.0.2
4682026-06-08T16:09:00.474Z Compiling deflate64 v0.1.12
4692026-06-08T16:09:00.722Z Compiling toml v1.1.2+spec-1.1.0
4702026-06-08T16:09:01.073Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4712026-06-08T16:09:01.516Z Compiling scroll v0.13.0
4722026-06-08T16:09:01.830Z Compiling gimli v0.33.0
4732026-06-08T16:09:03.164Z Compiling zstd v0.13.3
4742026-06-08T16:09:03.610Z Compiling zip v8.6.0
4752026-06-08T16:09:03.949Z Compiling serde_with v3.18.0
4762026-06-08T16:09:06.859Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4772026-06-08T16:09:09.853Z Compiling console v0.16.3
4782026-06-08T16:09:10.059Z Compiling serde-big-array v0.5.1
4792026-06-08T16:09:10.209Z Compiling memmap2 v0.9.10
4802026-06-08T16:09:10.516Z Compiling rustc-demangle v0.1.27
4812026-06-08T16:09:10.549Z Compiling fallible-iterator v0.3.0
4822026-06-08T16:09:10.877Z Compiling unit-prefix v0.5.2
4832026-06-08T16:09:11.042Z Compiling plain v0.2.3
4842026-06-08T16:09:11.154Z Compiling typed-arena v2.0.2
4852026-06-08T16:09:11.318Z Compiling path-slash v0.2.1
4862026-06-08T16:09:11.410Z Compiling colored v3.1.1
4872026-06-08T16:09:11.588Z Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7)
4882026-06-08T16:09:11.617Z Compiling addr2line v0.26.1
4892026-06-08T16:09:11.801Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
4902026-06-08T16:09:11.872Z Compiling goblin v0.10.5
4912026-06-08T16:09:12.336Z Compiling indicatif v0.18.4
4922026-06-08T16:09:13.679Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
4932026-06-08T16:09:14.315Z Compiling rayon v1.12.0
4942026-06-08T16:09:15.479Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
4952026-06-08T16:09:16.635Z Compiling ron v0.12.1
4962026-06-08T16:09:16.642Z Compiling multimap v0.10.1
4972026-06-08T16:09:16.848Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
4982026-06-08T16:09:17.518Z Compiling auto_impl v1.3.0
4992026-06-08T16:09:18.404Z Compiling parse_int v0.9.0
5002026-06-08T16:09:18.547Z Compiling rustc_version v0.4.1
5012026-06-08T16:09:18.813Z Compiling heapless v0.7.17
5022026-06-08T16:09:19.087Z Compiling proc-macro-hack v0.5.20+deprecated
5032026-06-08T16:09:19.448Z Compiling hash32 v0.2.1
5042026-06-08T16:09:19.651Z Compiling ryu v1.0.23
5052026-06-08T16:09:21.280Z Compiling base64 v0.13.1
5062026-06-08T16:09:21.537Z Compiling postcard-cobs v0.1.5-pre
5072026-06-08T16:09:21.779Z Compiling postcard v0.7.3
5082026-06-08T16:09:21.831Z Compiling pkg-version-impl v0.1.1
5092026-06-08T16:09:22.068Z Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2)
5102026-06-08T16:09:22.208Z Compiling pkg-version v1.0.0
5112026-06-08T16:09:22.425Z Compiling bitflags v1.3.2
5122026-06-08T16:09:22.501Z Compiling thiserror v1.0.69
5132026-06-08T16:09:22.550Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5142026-06-08T16:09:22.821Z Compiling thiserror-impl v1.0.69
5152026-06-08T16:09:23.421Z Compiling linked-hash-map v0.5.6
5162026-06-08T16:09:23.598Z Compiling yaml-rust v0.4.5
5172026-06-08T16:09:24.062Z Compiling jep106 v0.2.10
5182026-06-08T16:09:24.070Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5192026-06-08T16:09:24.364Z Compiling rusb v0.8.1
5202026-06-08T16:09:24.481Z Compiling serde_yaml v0.8.26
5212026-06-08T16:09:24.705Z Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5222026-06-08T16:09:24.922Z Compiling bincode v1.3.3
5232026-06-08T16:09:26.306Z Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5242026-06-08T16:09:26.367Z Compiling fallible-iterator v0.2.0
5252026-06-08T16:09:26.883Z Compiling gimli v0.26.2
5262026-06-08T16:09:27.113Z Compiling enum-primitive-derive v0.2.2
5272026-06-08T16:09:27.684Z Compiling capstone v0.14.0
5282026-06-08T16:09:28.506Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5292026-06-08T16:09:28.509Z Compiling jaylink v0.2.0
5302026-06-08T16:09:28.940Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5312026-06-08T16:09:29.363Z Compiling chacha20 v0.10.0
5322026-06-08T16:09:29.671Z Compiling object v0.27.1
5332026-06-08T16:09:29.871Z Compiling ihex v3.0.0
5342026-06-08T16:09:29.994Z Compiling svg v0.13.1
5352026-06-08T16:09:30.149Z Compiling bitfield v0.13.2
5362026-06-08T16:09:30.329Z Compiling thousands v0.2.0
5372026-06-08T16:09:30.499Z Compiling scroll v0.10.2
5382026-06-08T16:09:30.630Z Compiling rand v0.10.1
5392026-06-08T16:09:30.701Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5402026-06-08T16:09:30.791Z Compiling unicode-segmentation v1.13.2
5412026-06-08T16:09:30.841Z Compiling signal-hook v0.3.18
5422026-06-08T16:09:31.052Z Compiling parking_lot_core v0.9.12
5432026-06-08T16:09:31.634Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5442026-06-08T16:09:31.713Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5452026-06-08T16:09:32.157Z Compiling signal-hook-registry v1.4.8
5462026-06-08T16:09:32.503Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5472026-06-08T16:09:32.846Z Compiling convert_case v0.10.0
5482026-06-08T16:09:33.098Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
5492026-06-08T16:09:33.203Z Compiling mio v1.2.0
5502026-06-08T16:09:33.924Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
5512026-06-08T16:09:34.043Z Compiling mio v0.8.11
5522026-06-08T16:09:34.071Z Compiling derive_more-impl v2.1.1
5532026-06-08T16:09:34.223Z Compiling parking_lot v0.12.5
5542026-06-08T16:09:34.867Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
5552026-06-08T16:09:35.035Z Compiling signal-hook-mio v0.2.5
5562026-06-08T16:09:35.502Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
5572026-06-08T16:09:36.013Z Compiling litrs v1.0.0
5582026-06-08T16:09:36.477Z Compiling document-features v0.2.12
5592026-06-08T16:09:36.785Z Compiling rustversion v1.0.22
5602026-06-08T16:09:36.931Z Compiling derive_more v2.1.1
5612026-06-08T16:09:37.010Z Compiling itertools v0.14.0
5622026-06-08T16:09:37.040Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
5632026-06-08T16:09:37.169Z Compiling paste v1.0.15
5642026-06-08T16:09:38.510Z Compiling crossterm v0.29.0
5652026-06-08T16:09:38.641Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
5662026-06-08T16:09:38.837Z Compiling convert_case v0.11.0
5672026-06-08T16:09:39.118Z Compiling jep106 v0.3.0
5682026-06-08T16:09:40.641Z Compiling camino v1.2.2
5692026-06-08T16:09:41.018Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
5702026-06-08T16:09:41.443Z Compiling castaway v0.2.4
5712026-06-08T16:09:41.559Z Compiling strum_macros v0.27.2
5722026-06-08T16:09:41.579Z Compiling crossbeam-channel v0.5.15
5732026-06-08T16:09:41.823Z Compiling indoc v2.0.7
5742026-06-08T16:09:42.298Z Compiling instability v0.3.12
5752026-06-08T16:09:42.437Z Compiling unicode-truncate v2.0.1
5762026-06-08T16:09:42.542Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
5772026-06-08T16:09:42.711Z Compiling compact_str v0.9.0
5782026-06-08T16:09:43.343Z Compiling lazy-regex-proc_macros v3.6.0
5792026-06-08T16:09:43.376Z Compiling strum v0.27.2
5802026-06-08T16:09:43.458Z Compiling kasuari v0.4.12
5812026-06-08T16:09:43.467Z Compiling lru v0.16.4
5822026-06-08T16:09:43.504Z Compiling crossbeam-queue v0.3.12
5832026-06-08T16:09:43.657Z Compiling cargo-platform v0.3.3
5842026-06-08T16:09:44.111Z Compiling cargo_metadata v0.23.1
5852026-06-08T16:09:44.154Z Compiling ratatui-core v0.1.0
5862026-06-08T16:09:44.255Z Compiling lazy-regex v3.6.0
5872026-06-08T16:09:44.575Z Compiling crossbeam v0.8.4
5882026-06-08T16:09:45.746Z Compiling binrw_derive v0.14.2
5892026-06-08T16:09:45.781Z Compiling unicode-width v0.1.14
5902026-06-08T16:09:46.078Z Compiling strict v0.2.0
5912026-06-08T16:09:46.133Z Compiling ron v0.6.6
5922026-06-08T16:09:46.229Z Compiling crokey-proc_macros v1.4.0
5932026-06-08T16:09:46.458Z Compiling crossterm v0.23.2
5942026-06-08T16:09:46.817Z Compiling line-clipping v0.3.7
5952026-06-08T16:09:46.880Z Compiling binrw v0.14.2
5962026-06-08T16:09:47.176Z Compiling percent-encoding v2.3.2
5972026-06-08T16:09:47.334Z Compiling owo-colors v3.5.0
5982026-06-08T16:09:47.443Z Compiling cargo-readme v3.3.2
5992026-06-08T16:09:47.613Z Compiling crokey v1.4.0
6002026-06-08T16:09:48.172Z Compiling ratatui-widgets v0.3.0
6012026-06-08T16:09:48.299Z Compiling coolor v0.8.0
6022026-06-08T16:09:48.502Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6032026-06-08T16:09:48.566Z Compiling coolor v1.1.0
6042026-06-08T16:09:48.844Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6052026-06-08T16:09:49.043Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6062026-06-08T16:09:49.916Z Compiling half v2.7.1
6072026-06-08T16:09:50.278Z Compiling minimad v0.13.1
6082026-06-08T16:09:50.504Z Compiling minimad v0.14.0
6092026-06-08T16:09:50.748Z Compiling bytemuck v1.25.0
6102026-06-08T16:09:50.980Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6112026-06-08T16:09:51.101Z Compiling fastrand v2.4.1
6122026-06-08T16:09:51.503Z Compiling ciborium-io v0.2.2
6132026-06-08T16:09:51.602Z Compiling convert_case v0.4.0
6142026-06-08T16:09:51.897Z Compiling array-init v2.1.0
6152026-06-08T16:09:52.007Z Compiling derive_more v0.99.20
6162026-06-08T16:09:52.256Z Compiling ciborium-ll v0.2.2
6172026-06-08T16:09:52.537Z Compiling tempfile v3.27.0
6182026-06-08T16:09:52.561Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6192026-06-08T16:09:53.762Z Compiling termimad v0.34.1
6202026-06-08T16:09:53.874Z Compiling termimad v0.25.7
6212026-06-08T16:09:54.252Z Compiling ratatui-macros v0.7.0
6222026-06-08T16:09:54.336Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6232026-06-08T16:09:54.343Z Compiling ratatui-crossterm v0.1.0
6242026-06-08T16:09:54.580Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6252026-06-08T16:09:54.760Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6262026-06-08T16:09:55.097Z Compiling sha2 v0.11.0
6272026-06-08T16:09:55.239Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6282026-06-08T16:09:55.502Z Compiling csv-core v0.1.13
6292026-06-08T16:09:55.971Z Compiling parse-size v1.1.0
6302026-06-08T16:09:56.053Z Compiling iana-time-zone v0.1.65
6312026-06-08T16:09:56.170Z Compiling xml v1.2.1
6322026-06-08T16:09:56.531Z Compiling chrono v0.4.44
6332026-06-08T16:09:58.347Z Compiling serde-xml-rs v0.8.2
6342026-06-08T16:09:58.771Z Compiling csv v1.4.0
6352026-06-08T16:09:59.955Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6362026-06-08T16:10:00.824Z Compiling raw-cpuid v11.6.0
6372026-06-08T16:10:01.016Z Compiling ratatui v0.30.0
6382026-06-08T16:10:01.889Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
6392026-06-08T16:10:02.129Z Compiling ciborium v0.2.2
6402026-06-08T16:10:02.706Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
6412026-06-08T16:10:03.131Z Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin)
6422026-06-08T16:10:03.638Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
6432026-06-08T16:10:04.407Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
6442026-06-08T16:10:04.550Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
6452026-06-08T16:10:04.574Z Compiling strum_macros v0.28.0
6462026-06-08T16:10:04.724Z Compiling termios v0.3.3
6472026-06-08T16:10:04.895Z Compiling strum v0.28.0
6482026-06-08T16:10:04.903Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
6492026-06-08T16:10:05.025Z Compiling srec v0.2.0
6502026-06-08T16:10:05.285Z Compiling splitty v1.0.2
6512026-06-08T16:10:05.469Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
6522026-06-08T16:10:05.773Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
6532026-06-08T16:10:06.372Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
6542026-06-08T16:10:06.402Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
6552026-06-08T16:10:07.885Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
6562026-06-08T16:10:08.002Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
6572026-06-08T16:10:08.292Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
6582026-06-08T16:10:10.991Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
6592026-06-08T16:10:11.258Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
6602026-06-08T16:10:11.258Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
6612026-06-08T16:10:12.682Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
6622026-06-08T16:10:13.337Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
6632026-06-08T16:10:13.977Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
6642026-06-08T16:10:15.730Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
6652026-06-08T16:10:17.524Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
6662026-06-08T16:10:17.596Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
6672026-06-08T16:10:18.283Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
6682026-06-08T16:10:20.513Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
6692026-06-08T16:10:21.738Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
6702026-06-08T16:10:24.605Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
6712026-06-08T16:10:25.481Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
6722026-06-08T16:10:25.974Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
6732026-06-08T16:10:27.173Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
6742026-06-08T16:10:28.713Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
6752026-06-08T16:10:28.737Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
6762026-06-08T16:10:30.279Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
6772026-06-08T16:10:30.700Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
6782026-06-08T16:10:31.648Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
6792026-06-08T16:10:32.463Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
6802026-06-08T16:10:32.628Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
6812026-06-08T16:10:34.195Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
6822026-06-08T16:10:35.080Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
6832026-06-08T16:10:35.427Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
6842026-06-08T16:10:36.656Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
6852026-06-08T16:10:36.932Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
6862026-06-08T16:10:37.217Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
6872026-06-08T16:10:38.302Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
6882026-06-08T16:10:39.755Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
6892026-06-08T16:10:40.838Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
6902026-06-08T16:10:41.325Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
6912026-06-08T16:10:41.719Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
6922026-06-08T16:10:41.740Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
6932026-06-08T16:10:41.928Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
6942026-06-08T16:10:42.954Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
6952026-06-08T16:10:43.710Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
6962026-06-08T16:10:43.997Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
6972026-06-08T16:10:46.407Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
6982026-06-08T16:10:46.597Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
6992026-06-08T16:10:47.444Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
7002026-06-08T16:10:47.453Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7012026-06-08T16:10:47.706Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
7022026-06-08T16:10:47.791Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
7032026-06-08T16:10:48.437Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
7042026-06-08T16:11:06.690Z Finished `release` profile [optimized + debuginfo] target(s) in 2m 45s
7052026-06-08T16:12:01.958Zpkg://helios/developer/debug/humility@0.12.18.689,5.11-3.0:20260608T161112Z
7062026-06-08T16:12:01.958ZPUBLISHED
7072026-06-08T16:12:02.173ZRetrieving packages for publisher helios ...
7082026-06-08T16:12:02.176ZRetrieving catalog 'helios' ... Done
7092026-06-08T16:12:02.178ZRetrieving and evaluating 1 package(s)...
7102026-06-08T16:12:02.178ZFetching manifests: 1/1 100% complete
7112026-06-08T16:12:02.178ZFetching manifests: 1/1 100% complete
7122026-06-08T16:12:02.178Z
7132026-06-08T16:12:02.178ZArchiving packages ...
7142026-06-08T16:12:02.178Z Packages to add: 1
7152026-06-08T16:12:02.178Z Files to retrieve: 1
7162026-06-08T16:12:02.179ZEstimated transfer size: 120.95 MB
7172026-06-08T16:12:02.179Z
7182026-06-08T16:12:02.179ZPackages to archive:
7192026-06-08T16:12:02.179Zdeveloper/debug/humility@0.12.18.689,5.11-3.0:20260608T161112Z
7202026-06-08T16:12:02.179Z
7212026-06-08T16:12:02.179ZDownload: 0/1 items 0.0/121.0MB 0% complete
7222026-06-08T16:12:02.391ZDownload: Completed 120.95 MB in 0.21 seconds (562M/s)
7232026-06-08T16:12:02.394ZArchiving: 1/10 items 0.0/121.0MB 0% complete
7242026-06-08T16:12:02.439ZArchiving: Completed 120.97 MB in 0.05 seconds
7252026-06-08T16:12:02.481ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.689-3.0.p5p.
7262026-06-08T16:12:02.488Z
7272026-06-08T16:12:02.490Zreal 4:05.460768699
7282026-06-08T16:12:02.490Zuser 19:55.311975745
7292026-06-08T16:12:02.490Zsys 1:23.331973639
7302026-06-08T16:12:02.491Ztrap 0.597628377
7312026-06-08T16:12:02.491Ztflt 1.081854976
7322026-06-08T16:12:02.491Zdflt 1.435541586
7332026-06-08T16:12:02.491Zkflt 0.009247805
7342026-06-08T16:12:02.491Zlock 1:23:17.367942321
7352026-06-08T16:12:02.491Zslp 1:04:49.917192373
7362026-06-08T16:12:02.491Zlat 1:11.149933508
7372026-06-08T16:12:02.491Zstop 56.389654333
7382026-06-08T16:12:02.491Z+ banner copy
7392026-06-08T16:12:02.491Z
7402026-06-08T16:12:02.491Z #### #### ##### # #
7412026-06-08T16:12:02.491Z # # # # # # # #
7422026-06-08T16:12:02.491Z # # # # # #
7432026-06-08T16:12:02.491Z # # # ##### #
7442026-06-08T16:12:02.491Z # # # # # #
7452026-06-08T16:12:02.491Z #### #### # #
7462026-06-08T16:12:02.491Z
7472026-06-08T16:12:02.491Z+ pfexec mkdir -p /out
7482026-06-08T16:12:02.494Z+ pfexec chown 12345 /out
7492026-06-08T16:12:02.494Z+ PKG_NAME=/out/humility.p5p
7502026-06-08T16:12:02.494Z+ mv pkg/packages/repo/humility-0.12.18.689-3.0.p5p /out/humility.p5p
7512026-06-08T16:12:02.579Z+ sha256sum /out/humility.p5p
7522026-06-08T16:12:02.650Zprocess exited: duration 251897 ms, exit code 0
 
7532026-06-08T16:12:02.661Zfound 2 output files
7542026-06-08T16:12:02.661Zuploading: /out/humility.p5p (126853120 bytes)
7552026-06-08T16:12:04.468Zuploaded: /out/humility.p5p
7562026-06-08T16:12:04.472Zuploading: /out/humility.p5p.sha256 (84 bytes)
7572026-06-08T16:12:05.478Zuploaded: /out/humility.p5p.sha256