01KTKPXRZTYKHRR5VQSDF3H36E: 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: 01KTKPY46GVPXGR3P7S6XP9BVV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T13:33:08.714Zjob assigned to worker 01KTKPY6X7YTVSX8NT1X75B1ZR [factory aws, i-03e334a640d54dbda] (queued for 54 s)
 
22026-06-08T13:33:15.446Zstarting task 0: "setup"
32026-06-08T13:33:15.476Z++ uname -s
42026-06-08T13:33:15.476Z+ kern=SunOS
52026-06-08T13:33:15.476Z+ build_user=build
62026-06-08T13:33:15.476Z+ build_uid=12345
72026-06-08T13:33:15.476Z+ work_dir=/work
82026-06-08T13:33:15.476Z+ input_dir=/input
92026-06-08T13:33:15.476Z+ [[ 0 == 12345 ]]
102026-06-08T13:33:15.476Z+ case "$kern" in
112026-06-08T13:33:15.476Z+ groupadd -g 12345 build
122026-06-08T13:33:15.476Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T13:33:17.461Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T13:33:17.560Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T13:33:17.563Z+ home_fs=zfs
162026-06-08T13:33:17.563Z+ [[ zfs == autofs ]]
172026-06-08T13:33:17.563Z+ mkdir -p /home/build
182026-06-08T13:33:17.563Z+ chown build:build /home/build /work
192026-06-08T13:33:19.565Z+ chmod 0700 /home/build /work
202026-06-08T13:33:19.568Zprocess exited: duration 4123 ms, exit code 0
 
212026-06-08T13:33:19.575Zstarting task 1: "rust-toolchain"
222026-06-08T13:33:19.580Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-08T13:33:19.580Z * rust toolchain channel = "stable"
242026-06-08T13:33:19.580Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-08T13:33:19.580Z * rust toolchain profile = "default"
262026-06-08T13:33:19.580Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T13:33:19.580Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T13:33:19.583Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T13:33:19.583Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-08T13:33:19.687Zinfo: downloading installer
312026-06-08T13:33:21.027Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T13:33:21.028Zwarn: /home/build/.rustup/settings.toml
332026-06-08T13:33:21.028Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T13:33:21.028Zwarn: instead of the one inferred from the default host triple.
352026-06-08T13:33:21.039Zinfo: profile set to default
362026-06-08T13:33:21.039Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T13:33:21.042Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-08T13:33:21.173Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-08T13:33:21.176Zinfo: downloading 6 components
402026-06-08T13:33:35.836Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-08T13:33:35.836Z
422026-06-08T13:33:35.866Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-08T13:33:35.866Z
442026-06-08T13:33:35.866Z
452026-06-08T13:33:35.866ZRust is installed now. Great!
462026-06-08T13:33:35.866Z
472026-06-08T13:33:35.866ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T13:33:35.866Zenvironment variable. This has not been done automatically.
492026-06-08T13:33:35.866Z
502026-06-08T13:33:35.866ZTo configure your current shell, you need to source
512026-06-08T13:33:35.866Zthe corresponding env file under $HOME/.cargo.
522026-06-08T13:33:35.869Z
532026-06-08T13:33:35.869ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T13:33:35.869Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T13:33:35.869Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T13:33:35.869Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T13:33:35.869Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T13:33:35.869Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T13:33:35.869Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T13:33:35.869Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T13:33:35.869Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T13:33:35.975Z+ rustup --version
632026-06-08T13:33:35.984Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T13:33:35.987Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T13:33:36.008Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-08T13:33:36.011Z+ cargo --version
672026-06-08T13:33:36.025Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-08T13:33:36.028Z+ rustc --version
692026-06-08T13:33:36.046Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-08T13:33:36.049Zprocess exited: duration 16473 ms, exit code 0
 
712026-06-08T13:33:36.055Zstarting task 2: "authentication"
722026-06-08T13:33:36.071Zprocess exited: duration 16 ms, exit code 0
 
732026-06-08T13:33:36.077Zstarting task 3: "clone repository"
742026-06-08T13:33:36.080Z+ mkdir -p /work/oxidecomputer/humility
752026-06-08T13:33:36.083Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
762026-06-08T13:33:36.120ZCloning into '/work/oxidecomputer/humility'...
772026-06-08T13:33:52.190Z+ cd /work/oxidecomputer/humility
782026-06-08T13:33:52.191Z+ git fetch origin 1496f183874170bd0ceaca600b08ed062b4ccbb7
792026-06-08T13:33:52.441ZFrom https://github.com/oxidecomputer/humility
802026-06-08T13:33:52.442Z * branch 1496f183874170bd0ceaca600b08ed062b4ccbb7 -> FETCH_HEAD
812026-06-08T13:33:52.448Z+ [[ -n mkeeter/more-core-cleanup ]]
822026-06-08T13:33:52.451Z++ git branch --show-current
832026-06-08T13:33:52.451Z+ current=master
842026-06-08T13:33:52.451Z+ [[ master != mkeeter/more-core-cleanup ]]
852026-06-08T13:33:52.451Z+ git branch -f mkeeter/more-core-cleanup 1496f183874170bd0ceaca600b08ed062b4ccbb7
862026-06-08T13:33:52.454Z+ git checkout -f mkeeter/more-core-cleanup
872026-06-08T13:33:52.809ZSwitched to branch 'mkeeter/more-core-cleanup'
882026-06-08T13:33:52.812Z+ git reset --hard 1496f183874170bd0ceaca600b08ed062b4ccbb7
892026-06-08T13:33:53.168ZHEAD is now at 1496f183 Simplify boilerplate using auto_impl
902026-06-08T13:33:53.171Zprocess exited: duration 17091 ms, exit code 0
 
912026-06-08T13:33:53.177Zstarting task 4: "build"
922026-06-08T13:33:53.182Z+ export CARGO_INCREMENTAL=0
932026-06-08T13:33:53.182Z+ CARGO_INCREMENTAL=0
942026-06-08T13:33:53.182Z+ banner deps
952026-06-08T13:33:53.185Z
962026-06-08T13:33:53.185Z ##### ###### ##### ####
972026-06-08T13:33:53.185Z # # # # # #
982026-06-08T13:33:53.185Z # # ##### # # ####
992026-06-08T13:33:53.185Z # # # ##### #
1002026-06-08T13:33:53.185Z # # # # # #
1012026-06-08T13:33:53.185Z ##### ###### # ####
1022026-06-08T13:33:53.185Z
1032026-06-08T13:33:53.185Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1042026-06-08T13:33:53.185Z+ PKG_SUCCESS_ON_NOP=1
1052026-06-08T13:33:53.185Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1062026-06-08T13:33:54.123Z Startup: Refreshing catalog 'helios' ... Done
1072026-06-08T13:33:54.210Z Startup: Caching catalogs ... Done
1082026-06-08T13:33:54.550ZPlanning: Solver setup ... Done (0.302s)
1092026-06-08T13:33:54.572ZPlanning: Running solver ... Done (0.022s)
1102026-06-08T13:33:54.583ZPlanning: Finding local manifests ... Done (0.003s)
1112026-06-08T13:33:54.595ZPlanning: Fetching manifests: 0/2 0% complete
1122026-06-08T13:33:54.609ZPlanning: Fetching manifests: 2/2 100% complete
1132026-06-08T13:33:54.622ZPlanning: Package planning ... Done (0.013s)
1142026-06-08T13:33:54.625ZPlanning: Merging actions ... Done (0.000s)
1152026-06-08T13:33:54.803ZPlanning: Checking for conflicting actions ... Done (0.181s)
1162026-06-08T13:33:54.806ZPlanning: Consolidating action changes ... Done (0.000s)
1172026-06-08T13:33:55.581ZPlanning: Evaluating mediators ... Done (0.778s)
1182026-06-08T13:33:55.584ZPlanning: Planning completed in 1.35 seconds
1192026-06-08T13:33:55.590Z Packages to install: 2
1202026-06-08T13:33:55.590Z Estimated space available: 155.78 GB
1212026-06-08T13:33:55.590ZEstimated space to be consumed: 17.56 MB
1222026-06-08T13:33:55.590Z Create boot environment: No
1232026-06-08T13:33:55.593ZCreate backup boot environment: No
1242026-06-08T13:33:55.593Z Rebuild boot archive: No
1252026-06-08T13:33:55.594Z
1262026-06-08T13:33:55.594ZChanged packages:
1272026-06-08T13:33:55.594Zhelios
1282026-06-08T13:33:55.594Z library/libftdi1
1292026-06-08T13:33:55.594Z None -> 1.5-3.0
1302026-06-08T13:33:55.594Z ooce/library/libusb-1
1312026-06-08T13:33:55.594Z None -> 1.0.29-3.1
1322026-06-08T13:33:55.614Z
1332026-06-08T13:33:55.614ZDownload: 0/22 items 0.0/0.4MB 0% complete
1342026-06-08T13:33:55.663ZDownload: Completed 377.70 kB in 0.05 seconds (7.6M/s)
1352026-06-08T13:33:55.785Z Actions: 1/61 actions (Installing new actions)
1362026-06-08T13:33:55.798Z Actions: Completed 61 actions in 0.01 seconds.
1372026-06-08T13:33:55.835ZFinalize: Updating package state database ... Done (0.037s)
1382026-06-08T13:33:55.835ZFinalize: Updating package cache ... Done (0.000s)
1392026-06-08T13:33:55.857ZFinalize: Updating image state ... Done (0.022s)
1402026-06-08T13:33:58.215ZFinalize: Creating fast lookup database ... Done (2.335s)
1412026-06-08T13:33:58.286ZFinalize: Reading search index ... Done (0.013s)
1422026-06-08T13:33:58.289ZFinalize: Updating search index ... Done (0.000s)
1432026-06-08T13:33:58.379ZFinalize: Updating package cache ... Done (0.000s)
1442026-06-08T13:33:58.476Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1452026-06-08T13:33:58.688ZFMRI IFO
1462026-06-08T13:33:58.688Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1472026-06-08T13:33:58.688Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1482026-06-08T13:33:58.723Z+ cargo --version
1492026-06-08T13:33:58.733Zcargo 1.96.0 (30a34c682 2026-05-25)
1502026-06-08T13:33:58.736Z+ rustc --version
1512026-06-08T13:33:58.757Zrustc 1.96.0 (ac68faa20 2026-05-25)
1522026-06-08T13:33:58.760Z+ banner package
1532026-06-08T13:33:58.760Z
1542026-06-08T13:33:58.760Z ##### ## #### # # ## #### ######
1552026-06-08T13:33:58.760Z # # # # # # # # # # # # #
1562026-06-08T13:33:58.760Z # # # # # #### # # # #####
1572026-06-08T13:33:58.760Z ##### ###### # # # ###### # ### #
1582026-06-08T13:33:58.760Z # # # # # # # # # # # #
1592026-06-08T13:33:58.760Z # # # #### # # # # #### ######
1602026-06-08T13:33:58.760Z
1612026-06-08T13:33:58.760Z+ ptime -m cargo xtask package
1622026-06-08T13:33:58.878Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1632026-06-08T13:33:59.112Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1642026-06-08T13:33:59.549Z Updating git repository `https://github.com/oxidecomputer/rusb`
1652026-06-08T13:33:59.903Z Updating git submodule `https://github.com/libusb/libusb.git`
1662026-06-08T13:34:00.679Z Updating crates.io index
1672026-06-08T13:34:00.683Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1682026-06-08T13:34:00.933Z Updating git repository `https://github.com/oxidecomputer/humpty`
1692026-06-08T13:34:01.225Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1702026-06-08T13:34:01.556Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1712026-06-08T13:34:01.979Z Updating git repository `https://github.com/oxidecomputer/hif`
1722026-06-08T13:34:02.204Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1732026-06-08T13:34:02.483Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1742026-06-08T13:34:03.669Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1752026-06-08T13:34:03.967Z Updating git repository `https://github.com/oxidecomputer/spd`
1762026-06-08T13:34:04.246Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1772026-06-08T13:34:04.470Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1782026-06-08T13:34:04.689Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1792026-06-08T13:34:04.941Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1802026-06-08T13:34:05.654Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1812026-06-08T13:34:07.469Z Downloading crates ...
1822026-06-08T13:34:07.520Z Downloaded anyhow v1.0.102
1832026-06-08T13:34:07.524Z Downloaded cargo-platform v0.3.3
1842026-06-08T13:34:07.527Z Downloaded proc-macro2 v1.0.106
1852026-06-08T13:34:07.530Z Downloaded colorchoice v1.0.5
1862026-06-08T13:34:07.533Z Downloaded strsim v0.11.1
1872026-06-08T13:34:07.536Z Downloaded is_terminal_polyfill v1.70.2
1882026-06-08T13:34:07.539Z Downloaded clap_lex v1.1.0
1892026-06-08T13:34:07.543Z Downloaded serde_spanned v1.1.1
1902026-06-08T13:34:07.546Z Downloaded anstyle-query v1.1.5
1912026-06-08T13:34:07.546Z Downloaded itoa v1.0.18
1922026-06-08T13:34:07.549Z Downloaded heck v0.5.0
1932026-06-08T13:34:07.553Z Downloaded utf8parse v0.2.2
1942026-06-08T13:34:07.556Z Downloaded lazy_static v1.5.0
1952026-06-08T13:34:07.556Z Downloaded equivalent v1.0.2
1962026-06-08T13:34:07.559Z Downloaded percent-encoding v2.3.2
1972026-06-08T13:34:07.573Z Downloaded anstream v1.0.0
1982026-06-08T13:34:07.576Z Downloaded anstyle v1.0.14
1992026-06-08T13:34:07.578Z Downloaded zmij v1.0.21
2002026-06-08T13:34:07.581Z Downloaded thiserror v2.0.18
2012026-06-08T13:34:07.584Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2022026-06-08T13:34:07.592Z Downloaded thiserror-impl v2.0.18
2032026-06-08T13:34:07.595Z Downloaded anstyle-parse v1.0.0
2042026-06-08T13:34:07.601Z Downloaded semver v1.0.28
2052026-06-08T13:34:07.604Z Downloaded toml_writer v1.1.1+spec-1.1.0
2062026-06-08T13:34:07.607Z Downloaded cargo_metadata v0.23.1
2072026-06-08T13:34:07.607Z Downloaded quote v1.0.45
2082026-06-08T13:34:07.609Z Downloaded camino v1.2.2
2092026-06-08T13:34:07.616Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-06-08T13:34:07.619Z Downloaded clap_derive v4.6.1
2112026-06-08T13:34:07.619Z Downloaded serde_core v1.0.228
2122026-06-08T13:34:07.622Z Downloaded unicode-ident v1.0.24
2132026-06-08T13:34:07.622Z Downloaded serde_derive v1.0.228
2142026-06-08T13:34:07.625Z Downloaded toml v1.1.2+spec-1.1.0
2152026-06-08T13:34:07.628Z Downloaded clap v4.6.1
2162026-06-08T13:34:07.632Z Downloaded cargo-readme v3.3.2
2172026-06-08T13:34:07.647Z Downloaded memchr v2.8.0
2182026-06-08T13:34:07.654Z Downloaded serde v1.0.228
2192026-06-08T13:34:07.670Z Downloaded indexmap v2.14.0
2202026-06-08T13:34:07.689Z Downloaded regex v1.12.3
2212026-06-08T13:34:07.692Z Downloaded hashbrown v0.17.0
2222026-06-08T13:34:07.700Z Downloaded serde_json v1.0.149
2232026-06-08T13:34:07.704Z Downloaded aho-corasick v1.1.4
2242026-06-08T13:34:07.707Z Downloaded winnow v1.0.2
2252026-06-08T13:34:07.712Z Downloaded clap_builder v4.6.0
2262026-06-08T13:34:07.732Z Downloaded syn v2.0.117
2272026-06-08T13:34:07.739Z Downloaded regex-syntax v0.8.10
2282026-06-08T13:34:07.755Z Downloaded regex-automata v0.4.14
2292026-06-08T13:34:07.794Z Compiling proc-macro2 v1.0.106
2302026-06-08T13:34:07.794Z Compiling serde_core v1.0.228
2312026-06-08T13:34:07.794Z Compiling quote v1.0.45
2322026-06-08T13:34:07.794Z Compiling unicode-ident v1.0.24
2332026-06-08T13:34:07.794Z Compiling memchr v2.8.0
2342026-06-08T13:34:07.798Z Compiling utf8parse v0.2.2
2352026-06-08T13:34:07.798Z Compiling colorchoice v1.0.5
2362026-06-08T13:34:07.875Z Compiling serde v1.0.228
2372026-06-08T13:34:07.996Z Compiling anstyle-parse v1.0.0
2382026-06-08T13:34:08.005Z Compiling anstyle v1.0.14
2392026-06-08T13:34:08.008Z Compiling anstyle-query v1.1.5
2402026-06-08T13:34:08.102Z Compiling is_terminal_polyfill v1.70.2
2412026-06-08T13:34:08.170Z Compiling zmij v1.0.21
2422026-06-08T13:34:08.187Z Compiling anstream v1.0.0
2432026-06-08T13:34:08.216Z Compiling clap_lex v1.1.0
2442026-06-08T13:34:08.271Z Compiling aho-corasick v1.1.4
2452026-06-08T13:34:08.279Z Compiling winnow v1.0.2
2462026-06-08T13:34:08.485Z Compiling thiserror v2.0.18
2472026-06-08T13:34:08.494Z Compiling camino v1.2.2
2482026-06-08T13:34:08.529Z Compiling heck v0.5.0
2492026-06-08T13:34:08.594Z Compiling serde_json v1.0.149
2502026-06-08T13:34:08.645Z Compiling strsim v0.11.1
2512026-06-08T13:34:08.736Z Compiling regex-syntax v0.8.10
2522026-06-08T13:34:08.838Z Compiling clap_builder v4.6.0
2532026-06-08T13:34:08.863Z Compiling toml_parser v1.1.2+spec-1.1.0
2542026-06-08T13:34:09.133Z Compiling anyhow v1.0.102
2552026-06-08T13:34:09.277Z Compiling syn v2.0.117
2562026-06-08T13:34:09.336Z Compiling toml_writer v1.1.1+spec-1.1.0
2572026-06-08T13:34:09.461Z Compiling itoa v1.0.18
2582026-06-08T13:34:09.603Z Compiling lazy_static v1.5.0
2592026-06-08T13:34:09.646Z Compiling percent-encoding v2.3.2
2602026-06-08T13:34:10.014Z Compiling serde_spanned v1.1.1
2612026-06-08T13:34:10.028Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-06-08T13:34:10.037Z Compiling cargo-platform v0.3.3
2632026-06-08T13:34:10.186Z Compiling regex-automata v0.4.14
2642026-06-08T13:34:10.319Z Compiling toml v1.1.2+spec-1.1.0
2652026-06-08T13:34:10.330Z Compiling semver v1.0.28
2662026-06-08T13:34:11.562Z Compiling serde_derive v1.0.228
2672026-06-08T13:34:11.562Z Compiling thiserror-impl v2.0.18
2682026-06-08T13:34:11.562Z Compiling clap_derive v4.6.1
2692026-06-08T13:34:11.803Z Compiling regex v1.12.3
2702026-06-08T13:34:12.813Z Compiling clap v4.6.1
2712026-06-08T13:34:13.775Z Compiling cargo-readme v3.3.2
2722026-06-08T13:34:13.776Z Compiling cargo_metadata v0.23.1
2732026-06-08T13:34:14.727Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2742026-06-08T13:34:16.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.31s
2752026-06-08T13:34:16.180Z Running `target/debug/xtask package`
2762026-06-08T13:34:19.304Z Compiling proc-macro2 v1.0.106
2772026-06-08T13:34:19.304Z Compiling quote v1.0.45
2782026-06-08T13:34:19.304Z Compiling unicode-ident v1.0.24
2792026-06-08T13:34:19.304Z Compiling serde_core v1.0.228
2802026-06-08T13:34:19.307Z Compiling libc v0.2.186
2812026-06-08T13:34:19.307Z Compiling serde v1.0.228
2822026-06-08T13:34:19.307Z Compiling cfg-if v1.0.4
2832026-06-08T13:34:19.307Z Compiling autocfg v1.5.0
2842026-06-08T13:34:19.423Z Compiling find-msvc-tools v0.1.9
2852026-06-08T13:34:19.459Z Compiling shlex v1.3.0
2862026-06-08T13:34:19.633Z Compiling log v0.4.29
2872026-06-08T13:34:19.642Z Compiling typenum v1.20.0
2882026-06-08T13:34:19.723Z Compiling scopeguard v1.2.0
2892026-06-08T13:34:19.804Z Compiling lock_api v0.4.14
2902026-06-08T13:34:19.928Z Compiling memchr v2.8.0
2912026-06-08T13:34:20.041Z Compiling heck v0.5.0
2922026-06-08T13:34:20.101Z Compiling jobserver v0.1.34
2932026-06-08T13:34:20.134Z Compiling errno v0.3.14
2942026-06-08T13:34:20.223Z Compiling pkg-config v0.3.33
2952026-06-08T13:34:20.295Z Compiling cc v1.2.61
2962026-06-08T13:34:20.513Z Compiling thiserror v2.0.18
2972026-06-08T13:34:20.653Z Compiling syn v2.0.117
2982026-06-08T13:34:20.656Z Compiling foldhash v0.2.0
2992026-06-08T13:34:20.656Z Compiling smallvec v1.15.1
3002026-06-08T13:34:20.847Z Compiling equivalent v1.0.2
3012026-06-08T13:34:20.893Z Compiling anyhow v1.0.102
3022026-06-08T13:34:20.915Z Compiling zeroize v1.8.2
3032026-06-08T13:34:20.929Z Compiling syn v1.0.109
3042026-06-08T13:34:21.126Z Compiling strsim v0.11.1
3052026-06-08T13:34:21.212Z Compiling zerocopy v0.8.48
3062026-06-08T13:34:21.277Z Compiling rustix v1.1.4
3072026-06-08T13:34:21.415Z Compiling libm v0.2.16
3082026-06-08T13:34:21.586Z Compiling num-traits v0.2.19
3092026-06-08T13:34:21.586Z Compiling const-oid v0.9.6
3102026-06-08T13:34:21.607Z Compiling bitflags v2.11.1
3112026-06-08T13:34:21.734Z Compiling version_check v0.9.5
3122026-06-08T13:34:21.954Z Compiling hybrid-array v0.4.11
3132026-06-08T13:34:21.983Z Compiling generic-array v0.14.7
3142026-06-08T13:34:22.069Z Compiling crossbeam-utils v0.8.21
3152026-06-08T13:34:22.198Z Compiling zmij v1.0.21
3162026-06-08T13:34:22.434Z Compiling aho-corasick v1.1.4
3172026-06-08T13:34:22.479Z Compiling ident_case v1.0.1
3182026-06-08T13:34:22.492Z Compiling once_cell v1.21.4
3192026-06-08T13:34:22.587Z Compiling regex-syntax v0.8.10
3202026-06-08T13:34:23.623Z Compiling darling_core v0.23.0
3212026-06-08T13:34:24.050Z Compiling allocator-api2 v0.2.21
3222026-06-08T13:34:24.095Z Compiling static_assertions v1.1.0
3232026-06-08T13:34:24.138Z Compiling crypto-common v0.2.1
3242026-06-08T13:34:24.161Z Compiling spin v0.9.8
3252026-06-08T13:34:24.380Z Compiling regex-automata v0.4.14
3262026-06-08T13:34:24.450Z Compiling hashbrown v0.16.1
3272026-06-08T13:34:24.558Z Compiling serde_derive v1.0.228
3282026-06-08T13:34:25.196Z Compiling thiserror-impl v2.0.18
3292026-06-08T13:34:25.356Z Compiling zerocopy-derive v0.8.48
3302026-06-08T13:34:25.795Z Compiling darling_macro v0.23.0
3312026-06-08T13:34:25.876Z Compiling base64ct v1.8.3
3322026-06-08T13:34:26.240Z Compiling itoa v1.0.18
3332026-06-08T13:34:26.345Z Compiling byteorder v1.5.0
3342026-06-08T13:34:26.519Z Compiling typeid v1.0.3
3352026-06-08T13:34:26.527Z Compiling darling v0.23.0
3362026-06-08T13:34:26.594Z Compiling regex v1.12.3
3372026-06-08T13:34:26.602Z Compiling pem-rfc7468 v0.7.0
3382026-06-08T13:34:26.787Z Compiling der_derive v0.7.3
3392026-06-08T13:34:27.739Z Compiling clap_derive v4.6.1
3402026-06-08T13:34:27.941Z Compiling crypto-common v0.1.7
3412026-06-08T13:34:27.953Z Compiling block-buffer v0.10.4
3422026-06-08T13:34:28.073Z Compiling hashbrown v0.17.0
3432026-06-08T13:34:28.102Z Compiling getrandom v0.2.17
3442026-06-08T13:34:28.332Z Compiling either v1.15.0
3452026-06-08T13:34:28.556Z Compiling radium v0.7.0
3462026-06-08T13:34:28.634Z Compiling flagset v0.4.7
3472026-06-08T13:34:28.773Z Compiling unicode-width v0.2.2
3482026-06-08T13:34:28.837Z Compiling cmov v0.5.3
3492026-06-08T13:34:28.845Z Compiling utf8parse v0.2.2
3502026-06-08T13:34:28.949Z Compiling crc32fast v1.5.0
3512026-06-08T13:34:29.072Z Compiling stable_deref_trait v1.2.1
3522026-06-08T13:34:29.092Z Compiling ctutils v0.4.2
3532026-06-08T13:34:29.153Z Compiling anstyle-parse v1.0.0
3542026-06-08T13:34:29.284Z Compiling der v0.7.10
3552026-06-08T13:34:29.329Z Compiling indexmap v2.14.0
3562026-06-08T13:34:29.378Z Compiling rand_core v0.6.4
3572026-06-08T13:34:29.492Z Compiling digest v0.10.7
3582026-06-08T13:34:29.654Z Compiling crossbeam-epoch v0.9.18
3592026-06-08T13:34:29.718Z Compiling block-buffer v0.12.0
3602026-06-08T13:34:29.899Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3612026-06-08T13:34:30.074Z Compiling tap v1.0.1
3622026-06-08T13:34:30.182Z Compiling powerfmt v0.2.0
3632026-06-08T13:34:30.185Z Compiling cpufeatures v0.3.0
3642026-06-08T13:34:30.257Z Compiling colorchoice v1.0.5
3652026-06-08T13:34:30.306Z Compiling is_terminal_polyfill v1.70.2
3662026-06-08T13:34:30.309Z Compiling anstyle-query v1.1.5
3672026-06-08T13:34:30.373Z Compiling const-oid v0.10.2
3682026-06-08T13:34:30.394Z Compiling simd-adler32 v0.3.9
3692026-06-08T13:34:30.407Z Compiling anstyle v1.0.14
3702026-06-08T13:34:30.470Z Compiling deranged v0.5.8
3712026-06-08T13:34:30.678Z Compiling anstream v1.0.0
3722026-06-08T13:34:30.694Z Compiling digest v0.11.2
3732026-06-08T13:34:30.899Z Compiling spki v0.7.3
3742026-06-08T13:34:31.062Z Compiling wyz v0.5.1
3752026-06-08T13:34:31.201Z Compiling crossbeam-deque v0.8.6
3762026-06-08T13:34:31.257Z Compiling ppv-lite86 v0.2.21
3772026-06-08T13:34:31.484Z Compiling funty v2.0.0
3782026-06-08T13:34:31.598Z Compiling time-core v0.1.8
3792026-06-08T13:34:31.679Z Compiling rand_core v0.10.1
3802026-06-08T13:34:31.701Z Compiling maybe-uninit v2.0.0
3812026-06-08T13:34:31.732Z Compiling getrandom v0.4.2
3822026-06-08T13:34:31.831Z Compiling cpufeatures v0.2.17
3832026-06-08T13:34:31.899Z Compiling num-conv v0.2.1
3842026-06-08T13:34:31.988Z Compiling num_threads v0.1.7
3852026-06-08T13:34:32.039Z Compiling adler2 v2.0.1
3862026-06-08T13:34:32.071Z Compiling time v0.3.47
3872026-06-08T13:34:32.219Z Compiling miniz_oxide v0.8.9
3882026-06-08T13:34:32.586Z Compiling sha2 v0.10.9
3892026-06-08T13:34:32.595Z Compiling bitvec v1.0.1
3902026-06-08T13:34:32.625Z Compiling rand_chacha v0.3.1
3912026-06-08T13:34:32.698Z Compiling lazy_static v1.5.0
3922026-06-08T13:34:32.784Z Compiling num-integer v0.1.46
3932026-06-08T13:34:33.097Z Compiling terminal_size v0.4.4
3942026-06-08T13:34:33.181Z Compiling indexmap v1.9.3
3952026-06-08T13:34:33.388Z Compiling clap_lex v1.1.0
3962026-06-08T13:34:33.455Z Compiling zlib-rs v0.6.3
3972026-06-08T13:34:33.565Z Compiling zstd-safe v7.2.4
3982026-06-08T13:34:33.801Z Compiling num-bigint-dig v0.8.6
3992026-06-08T13:34:33.822Z Compiling packed_struct v0.10.1
4002026-06-08T13:34:34.159Z Compiling num-iter v0.1.45
4012026-06-08T13:34:34.183Z Compiling rand v0.8.6
4022026-06-08T13:34:34.275Z Compiling clap_builder v4.6.0
4032026-06-08T13:34:34.828Z Compiling pkcs8 v0.10.2
4042026-06-08T13:34:34.970Z Compiling packed_struct_codegen v0.10.1
4052026-06-08T13:34:35.222Z Compiling bitfield-macros v0.19.4
4062026-06-08T13:34:35.821Z Compiling inout v0.2.2
4072026-06-08T13:34:35.942Z Compiling capstone-sys v0.18.0
4082026-06-08T13:34:35.970Z Compiling crc-catalog v2.5.0
4092026-06-08T13:34:35.981Z Compiling base64 v0.21.7
4102026-06-08T13:34:36.074Z Compiling object v0.39.1
4112026-06-08T13:34:36.347Z Compiling nodrop v0.1.14
4122026-06-08T13:34:36.365Z Compiling twox-hash v2.1.2
4132026-06-08T13:34:36.433Z Compiling hashbrown v0.12.3
4142026-06-08T13:34:36.520Z Compiling flate2 v1.1.9
4152026-06-08T13:34:36.549Z Compiling ruzstd v0.8.2
4162026-06-08T13:34:37.056Z Compiling array-init v0.0.4
4172026-06-08T13:34:37.404Z Compiling ron v0.8.1
4182026-06-08T13:34:37.501Z Compiling clap v4.6.1
4192026-06-08T13:34:37.579Z Compiling crc v3.4.0
4202026-06-08T13:34:39.487Z Compiling bitfield v0.19.4
4212026-06-08T13:34:39.790Z Compiling cipher v0.5.1
4222026-06-08T13:34:39.798Z Compiling pkcs1 v0.7.5
4232026-06-08T13:34:40.042Z Compiling smallvec v0.6.14
4242026-06-08T13:34:40.556Z Compiling hmac v0.13.0
4252026-06-08T13:34:40.723Z Compiling signature v2.2.0
4262026-06-08T13:34:40.900Z Compiling env_filter v1.0.1
4272026-06-08T13:34:41.084Z Compiling hubpack_derive v0.1.1
4282026-06-08T13:34:41.351Z Compiling semver v1.0.28
4292026-06-08T13:34:41.638Z Compiling rayon-core v1.13.0
4302026-06-08T13:34:41.777Z Compiling cpp_demangle v0.5.1
4312026-06-08T13:34:41.844Z Compiling lzss v0.9.1
4322026-06-08T13:34:41.877Z Compiling cpubits v0.1.1
4332026-06-08T13:34:41.948Z Compiling bumpalo v3.20.2
4342026-06-08T13:34:42.121Z Compiling winnow v1.0.2
4352026-06-08T13:34:42.167Z Compiling portable-atomic v1.13.1
4362026-06-08T13:34:42.239Z Compiling jiff v0.2.24
4372026-06-08T13:34:42.387Z Compiling libbz2-rs-sys v0.2.3
4382026-06-08T13:34:42.582Z Compiling serde_json v1.0.149
4392026-06-08T13:34:42.600Z Compiling prettyplease v0.2.37
4402026-06-08T13:34:42.809Z Compiling subtle v2.6.1
4412026-06-08T13:34:42.858Z Compiling bzip2 v0.6.1
4422026-06-08T13:34:42.959Z Compiling rsa v0.9.10
4432026-06-08T13:34:43.176Z Compiling toml_parser v1.1.2+spec-1.1.0
4442026-06-08T13:34:45.033Z Compiling zopfli v0.8.3
4452026-06-08T13:34:45.361Z Compiling env_logger v0.11.10
4462026-06-08T13:34:46.517Z Compiling aes v0.9.0
4472026-06-08T13:34:46.889Z Compiling hubpack v0.1.2
4482026-06-08T13:34:47.269Z Compiling pbkdf2 v0.13.0
4492026-06-08T13:34:47.530Z Compiling serde-hex v0.1.0
4502026-06-08T13:34:47.573Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4512026-06-08T13:34:47.720Z Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4522026-06-08T13:34:49.719Z Compiling lzma-rust2 v0.16.2
4532026-06-08T13:34:50.683Z Compiling x509-cert v0.2.5
4542026-06-08T13:34:55.064Z Compiling sha1 v0.11.0
4552026-06-08T13:34:55.611Z Compiling serde_with_macros v3.18.0
4562026-06-08T13:34:55.623Z Compiling scroll_derive v0.13.1
4572026-06-08T13:34:56.425Z Compiling num-derive v0.4.2
4582026-06-08T13:34:56.680Z Compiling toml_datetime v1.1.1+spec-1.1.0
4592026-06-08T13:34:57.084Z Compiling serde_spanned v1.1.1
4602026-06-08T13:34:57.182Z Compiling ppmd-rust v1.4.0
4612026-06-08T13:34:57.229Z Compiling fnv v1.0.7
4622026-06-08T13:34:57.324Z Compiling void v1.0.2
4632026-06-08T13:34:57.356Z Compiling deflate64 v0.1.12
4642026-06-08T13:34:57.423Z Compiling typed-path v0.12.3
4652026-06-08T13:34:57.602Z Compiling hex v0.4.3
4662026-06-08T13:34:57.894Z Compiling crc-any v2.5.0
4672026-06-08T13:34:57.929Z Compiling constant_time_eq v0.4.2
4682026-06-08T13:34:58.138Z Compiling toml_writer v1.1.1+spec-1.1.0
4692026-06-08T13:34:58.146Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4702026-06-08T13:34:58.316Z Compiling toml v1.1.2+spec-1.1.0
4712026-06-08T13:34:58.647Z Compiling gimli v0.33.0
4722026-06-08T13:35:00.241Z Compiling zstd v0.13.3
4732026-06-08T13:35:00.703Z Compiling zip v8.6.0
4742026-06-08T13:35:01.134Z Compiling serde_with v3.18.0
4752026-06-08T13:35:03.108Z Compiling scroll v0.13.0
4762026-06-08T13:35:04.355Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4772026-06-08T13:35:07.298Z Compiling console v0.16.3
4782026-06-08T13:35:07.594Z Compiling serde-big-array v0.5.1
4792026-06-08T13:35:07.742Z Compiling memmap2 v0.9.10
4802026-06-08T13:35:07.798Z Compiling fallible-iterator v0.3.0
4812026-06-08T13:35:08.042Z Compiling colored v3.1.1
4822026-06-08T13:35:08.136Z Compiling rustc-demangle v0.1.27
4832026-06-08T13:35:08.421Z Compiling path-slash v0.2.1
4842026-06-08T13:35:08.688Z Compiling typed-arena v2.0.2
4852026-06-08T13:35:08.839Z Compiling unit-prefix v0.5.2
4862026-06-08T13:35:08.986Z Compiling plain v0.2.3
4872026-06-08T13:35:08.995Z Compiling indicatif v0.18.4
4882026-06-08T13:35:09.028Z Compiling addr2line v0.26.1
4892026-06-08T13:35:09.095Z Compiling goblin v0.10.5
4902026-06-08T13:35:09.469Z Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7)
4912026-06-08T13:35:11.190Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
4922026-06-08T13:35:11.261Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
4932026-06-08T13:35:11.915Z Compiling rayon v1.12.0
4942026-06-08T13:35:12.333Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
4952026-06-08T13:35:13.336Z Compiling ron v0.12.1
4962026-06-08T13:35:14.235Z Compiling multimap v0.10.1
4972026-06-08T13:35:14.438Z Compiling auto_impl v1.3.0
4982026-06-08T13:35:15.325Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
4992026-06-08T13:35:15.995Z Compiling parse_int v0.9.0
5002026-06-08T13:35:16.137Z Compiling rustc_version v0.4.1
5012026-06-08T13:35:16.402Z Compiling ryu v1.0.23
5022026-06-08T13:35:16.758Z Compiling heapless v0.7.17
5032026-06-08T13:35:17.031Z Compiling proc-macro-hack v0.5.20+deprecated
5042026-06-08T13:35:17.313Z Compiling base64 v0.13.1
5052026-06-08T13:35:17.659Z Compiling hash32 v0.2.1
5062026-06-08T13:35:18.525Z Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2)
5072026-06-08T13:35:19.115Z Compiling postcard-cobs v0.1.5-pre
5082026-06-08T13:35:19.119Z Compiling thiserror v1.0.69
5092026-06-08T13:35:19.347Z Compiling bitflags v1.3.2
5102026-06-08T13:35:19.419Z Compiling postcard v0.7.3
5112026-06-08T13:35:19.593Z Compiling pkg-version-impl v0.1.1
5122026-06-08T13:35:19.739Z Compiling thiserror-impl v1.0.69
5132026-06-08T13:35:19.967Z Compiling linked-hash-map v0.5.6
5142026-06-08T13:35:20.974Z Compiling yaml-rust v0.4.5
5152026-06-08T13:35:20.982Z Compiling pkg-version v1.0.0
5162026-06-08T13:35:21.060Z Compiling jep106 v0.2.10
5172026-06-08T13:35:21.341Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5182026-06-08T13:35:21.690Z Compiling rusb v0.8.1
5192026-06-08T13:35:21.857Z Compiling serde_yaml v0.8.26
5202026-06-08T13:35:21.971Z Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5212026-06-08T13:35:22.186Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5222026-06-08T13:35:22.466Z Compiling bincode v1.3.3
5232026-06-08T13:35:22.842Z Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5242026-06-08T13:35:24.062Z Compiling fallible-iterator v0.2.0
5252026-06-08T13:35:24.416Z Compiling gimli v0.26.2
5262026-06-08T13:35:24.704Z Compiling capstone v0.14.0
5272026-06-08T13:35:24.978Z Compiling enum-primitive-derive v0.2.2
5282026-06-08T13:35:25.542Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5292026-06-08T13:35:25.791Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5302026-06-08T13:35:25.885Z Compiling jaylink v0.2.0
5312026-06-08T13:35:26.724Z Compiling chacha20 v0.10.0
5322026-06-08T13:35:27.147Z Compiling object v0.27.1
5332026-06-08T13:35:27.206Z Compiling svg v0.13.1
5342026-06-08T13:35:27.245Z Compiling scroll v0.10.2
5352026-06-08T13:35:27.529Z Compiling thousands v0.2.0
5362026-06-08T13:35:27.537Z Compiling ihex v3.0.0
5372026-06-08T13:35:27.670Z Compiling bitfield v0.13.2
5382026-06-08T13:35:27.848Z Compiling rand v0.10.1
5392026-06-08T13:35:27.888Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5402026-06-08T13:35:27.963Z Compiling unicode-segmentation v1.13.2
5412026-06-08T13:35:28.150Z Compiling signal-hook v0.3.18
5422026-06-08T13:35:28.335Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5432026-06-08T13:35:28.352Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5442026-06-08T13:35:28.825Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5452026-06-08T13:35:29.658Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
5462026-06-08T13:35:30.189Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
5472026-06-08T13:35:30.561Z Compiling parking_lot_core v0.9.12
5482026-06-08T13:35:31.545Z Compiling signal-hook-registry v1.4.8
5492026-06-08T13:35:32.229Z Compiling convert_case v0.10.0
5502026-06-08T13:35:32.233Z Compiling mio v1.2.0
5512026-06-08T13:35:32.486Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
5522026-06-08T13:35:32.600Z Compiling mio v0.8.11
5532026-06-08T13:35:32.612Z Compiling derive_more-impl v2.1.1
5542026-06-08T13:35:32.722Z Compiling parking_lot v0.12.5
5552026-06-08T13:35:33.101Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
5562026-06-08T13:35:33.153Z Compiling signal-hook-mio v0.2.5
5572026-06-08T13:35:33.426Z Compiling litrs v1.0.0
5582026-06-08T13:35:33.885Z Compiling document-features v0.2.12
5592026-06-08T13:35:34.220Z Compiling rustversion v1.0.22
5602026-06-08T13:35:34.562Z Compiling derive_more v2.1.1
5612026-06-08T13:35:34.608Z Compiling itertools v0.14.0
5622026-06-08T13:35:34.712Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
5632026-06-08T13:35:34.793Z Compiling paste v1.0.15
5642026-06-08T13:35:35.732Z Compiling crossterm v0.29.0
5652026-06-08T13:35:36.460Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
5662026-06-08T13:35:36.713Z Compiling convert_case v0.11.0
5672026-06-08T13:35:37.409Z Compiling jep106 v0.3.0
5682026-06-08T13:35:37.741Z Compiling camino v1.2.2
5692026-06-08T13:35:38.824Z Compiling castaway v0.2.4
5702026-06-08T13:35:39.001Z Compiling strum_macros v0.27.2
5712026-06-08T13:35:39.020Z Compiling crossbeam-channel v0.5.15
5722026-06-08T13:35:39.090Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
5732026-06-08T13:35:39.464Z Compiling instability v0.3.12
5742026-06-08T13:35:39.532Z Compiling indoc v2.0.7
5752026-06-08T13:35:39.856Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
5762026-06-08T13:35:39.966Z Compiling unicode-truncate v2.0.1
5772026-06-08T13:35:40.241Z Compiling compact_str v0.9.0
5782026-06-08T13:35:40.793Z Compiling strum v0.27.2
5792026-06-08T13:35:40.889Z Compiling lazy-regex-proc_macros v3.6.0
5802026-06-08T13:35:40.923Z Compiling kasuari v0.4.12
5812026-06-08T13:35:40.968Z Compiling lru v0.16.4
5822026-06-08T13:35:41.160Z Compiling crossbeam-queue v0.3.12
5832026-06-08T13:35:41.215Z Compiling cargo-platform v0.3.3
5842026-06-08T13:35:41.542Z Compiling cargo_metadata v0.23.1
5852026-06-08T13:35:41.611Z Compiling crossbeam v0.8.4
5862026-06-08T13:35:41.685Z Compiling ratatui-core v0.1.0
5872026-06-08T13:35:41.790Z Compiling lazy-regex v3.6.0
5882026-06-08T13:35:43.318Z Compiling unicode-width v0.1.14
5892026-06-08T13:35:43.564Z Compiling strict v0.2.0
5902026-06-08T13:35:43.596Z Compiling binrw_derive v0.14.2
5912026-06-08T13:35:43.660Z Compiling ron v0.6.6
5922026-06-08T13:35:43.708Z Compiling crokey-proc_macros v1.4.0
5932026-06-08T13:35:44.012Z Compiling crossterm v0.23.2
5942026-06-08T13:35:44.305Z Compiling line-clipping v0.3.7
5952026-06-08T13:35:44.387Z Compiling percent-encoding v2.3.2
5962026-06-08T13:35:44.662Z Compiling owo-colors v3.5.0
5972026-06-08T13:35:44.824Z Compiling binrw v0.14.2
5982026-06-08T13:35:45.106Z Compiling crokey v1.4.0
5992026-06-08T13:35:45.157Z Compiling cargo-readme v3.3.2
6002026-06-08T13:35:45.786Z Compiling coolor v0.8.0
6012026-06-08T13:35:45.806Z Compiling ratatui-widgets v0.3.0
6022026-06-08T13:35:46.047Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6032026-06-08T13:35:46.138Z Compiling coolor v1.1.0
6042026-06-08T13:35:46.414Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6052026-06-08T13:35:46.585Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6062026-06-08T13:35:47.493Z Compiling half v2.7.1
6072026-06-08T13:35:47.863Z Compiling minimad v0.14.0
6082026-06-08T13:35:48.055Z Compiling minimad v0.13.1
6092026-06-08T13:35:48.329Z Compiling bytemuck v1.25.0
6102026-06-08T13:35:48.566Z Compiling array-init v2.1.0
6112026-06-08T13:35:48.681Z Compiling convert_case v0.4.0
6122026-06-08T13:35:48.984Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6132026-06-08T13:35:49.103Z Compiling fastrand v2.4.1
6142026-06-08T13:35:49.488Z Compiling ciborium-io v0.2.2
6152026-06-08T13:35:49.588Z Compiling ciborium-ll v0.2.2
6162026-06-08T13:35:49.863Z Compiling tempfile v3.27.0
6172026-06-08T13:35:49.983Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6182026-06-08T13:35:50.047Z Compiling derive_more v0.99.20
6192026-06-08T13:35:51.068Z Compiling termimad v0.25.7
6202026-06-08T13:35:51.328Z Compiling termimad v0.34.1
6212026-06-08T13:35:51.627Z Compiling ratatui-macros v0.7.0
6222026-06-08T13:35:51.736Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6232026-06-08T13:35:52.316Z Compiling ratatui-crossterm v0.1.0
6242026-06-08T13:35:52.389Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6252026-06-08T13:35:52.498Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6262026-06-08T13:35:52.553Z Compiling sha2 v0.11.0
6272026-06-08T13:35:52.966Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6282026-06-08T13:35:53.239Z Compiling csv-core v0.1.13
6292026-06-08T13:35:53.763Z Compiling parse-size v1.1.0
6302026-06-08T13:35:53.887Z Compiling xml v1.2.1
6312026-06-08T13:35:53.963Z Compiling iana-time-zone v0.1.65
6322026-06-08T13:35:54.400Z Compiling chrono v0.4.44
6332026-06-08T13:35:54.789Z Compiling serde-xml-rs v0.8.2
6342026-06-08T13:35:56.200Z Compiling csv v1.4.0
6352026-06-08T13:35:57.361Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6362026-06-08T13:35:58.545Z Compiling ratatui v0.30.0
6372026-06-08T13:35:58.894Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
6382026-06-08T13:35:59.216Z Compiling raw-cpuid v11.6.0
6392026-06-08T13:35:59.550Z Compiling ciborium v0.2.2
6402026-06-08T13:36:00.327Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
6412026-06-08T13:36:00.538Z Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin)
6422026-06-08T13:36:01.049Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
6432026-06-08T13:36:01.234Z Compiling strum_macros v0.28.0
6442026-06-08T13:36:01.599Z Compiling termios v0.3.3
6452026-06-08T13:36:01.785Z Compiling srec v0.2.0
6462026-06-08T13:36:01.936Z Compiling strum v0.28.0
6472026-06-08T13:36:02.068Z Compiling splitty v1.0.2
6482026-06-08T13:36:02.248Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
6492026-06-08T13:36:02.540Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
6502026-06-08T13:36:02.608Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
6512026-06-08T13:36:03.062Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
6522026-06-08T13:36:03.258Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
6532026-06-08T13:36:05.005Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
6542026-06-08T13:36:05.879Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
6552026-06-08T13:36:06.234Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
6562026-06-08T13:36:07.497Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
6572026-06-08T13:36:07.612Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
6582026-06-08T13:36:08.568Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
6592026-06-08T13:36:10.678Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
6602026-06-08T13:36:12.064Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
6612026-06-08T13:36:13.625Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
6622026-06-08T13:36:13.792Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
6632026-06-08T13:36:14.594Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
6642026-06-08T13:36:14.907Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
6652026-06-08T13:36:16.693Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
6662026-06-08T13:36:18.772Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
6672026-06-08T13:36:20.410Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
6682026-06-08T13:36:22.871Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
6692026-06-08T13:36:23.455Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
6702026-06-08T13:36:23.627Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
6712026-06-08T13:36:25.146Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
6722026-06-08T13:36:25.300Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
6732026-06-08T13:36:25.653Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
6742026-06-08T13:36:27.296Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
6752026-06-08T13:36:28.118Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
6762026-06-08T13:36:29.720Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
6772026-06-08T13:36:30.116Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
6782026-06-08T13:36:30.708Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
6792026-06-08T13:36:31.124Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
6802026-06-08T13:36:31.903Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
6812026-06-08T13:36:32.447Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
6822026-06-08T13:36:33.887Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
6832026-06-08T13:36:35.506Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
6842026-06-08T13:36:35.755Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
6852026-06-08T13:36:36.983Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
6862026-06-08T13:36:37.863Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
6872026-06-08T13:36:38.036Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
6882026-06-08T13:36:38.057Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
6892026-06-08T13:36:39.284Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
6902026-06-08T13:36:39.961Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
6912026-06-08T13:36:41.480Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
6922026-06-08T13:36:41.640Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
6932026-06-08T13:36:42.582Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
6942026-06-08T13:36:42.804Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
6952026-06-08T13:36:43.386Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
6962026-06-08T13:36:44.468Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
6972026-06-08T13:36:44.895Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
6982026-06-08T13:36:45.528Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
6992026-06-08T13:36:45.655Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7002026-06-08T13:36:47.142Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
7012026-06-08T13:36:47.636Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
7022026-06-08T13:37:04.550Z Finished `release` profile [optimized + debuginfo] target(s) in 2m 45s
7032026-06-08T13:38:00.382Zpkg://helios/developer/debug/humility@0.12.18.691,5.11-3.0:20260608T133711Z
7042026-06-08T13:38:00.383ZPUBLISHED
7052026-06-08T13:38:00.600ZRetrieving packages for publisher helios ...
7062026-06-08T13:38:00.603ZRetrieving catalog 'helios' ... Done
7072026-06-08T13:38:00.607ZRetrieving and evaluating 1 package(s)...
7082026-06-08T13:38:00.607ZFetching manifests: 1/1 100% complete
7092026-06-08T13:38:00.607ZFetching manifests: 1/1 100% complete
7102026-06-08T13:38:00.607Z
7112026-06-08T13:38:00.607ZArchiving packages ...
7122026-06-08T13:38:00.607Z Packages to add: 1
7132026-06-08T13:38:00.607Z Files to retrieve: 1
7142026-06-08T13:38:00.607ZEstimated transfer size: 120.72 MB
7152026-06-08T13:38:00.607Z
7162026-06-08T13:38:00.607ZPackages to archive:
7172026-06-08T13:38:00.608Zdeveloper/debug/humility@0.12.18.691,5.11-3.0:20260608T133711Z
7182026-06-08T13:38:00.608Z
7192026-06-08T13:38:00.608ZDownload: 0/1 items 0.0/120.7MB 0% complete
7202026-06-08T13:38:00.820ZDownload: Completed 120.72 MB in 0.22 seconds (559M/s)
7212026-06-08T13:38:00.823ZArchiving: 1/10 items 0.0/120.7MB 0% complete
7222026-06-08T13:38:00.869ZArchiving: Completed 120.74 MB in 0.05 seconds
7232026-06-08T13:38:00.911ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.691-3.0.p5p.
7242026-06-08T13:38:00.917Z
7252026-06-08T13:38:00.921Zreal 4:02.150237144
7262026-06-08T13:38:00.921Zuser 19:59.115360414
7272026-06-08T13:38:00.921Zsys 1:23.239147364
7282026-06-08T13:38:00.921Ztrap 0.598108769
7292026-06-08T13:38:00.921Ztflt 1.189805490
7302026-06-08T13:38:00.921Zdflt 1.438872875
7312026-06-08T13:38:00.921Zkflt 0.013067708
7322026-06-08T13:38:00.921Zlock 1:23:25.416931279
7332026-06-08T13:38:00.922Zslp 1:04:55.098257780
7342026-06-08T13:38:00.922Zlat 1:10.223359142
7352026-06-08T13:38:00.922Zstop 55.928358856
7362026-06-08T13:38:00.922Z+ banner copy
7372026-06-08T13:38:00.922Z
7382026-06-08T13:38:00.922Z #### #### ##### # #
7392026-06-08T13:38:00.922Z # # # # # # # #
7402026-06-08T13:38:00.922Z # # # # # #
7412026-06-08T13:38:00.922Z # # # ##### #
7422026-06-08T13:38:00.922Z # # # # # #
7432026-06-08T13:38:00.922Z #### #### # #
7442026-06-08T13:38:00.922Z
7452026-06-08T13:38:00.922Z+ pfexec mkdir -p /out
7462026-06-08T13:38:00.925Z+ pfexec chown 12345 /out
7472026-06-08T13:38:00.925Z+ PKG_NAME=/out/humility.p5p
7482026-06-08T13:38:00.925Z+ mv pkg/packages/repo/humility-0.12.18.691-3.0.p5p /out/humility.p5p
7492026-06-08T13:38:01.013Z+ sha256sum /out/humility.p5p
7502026-06-08T13:38:01.084Zprocess exited: duration 247904 ms, exit code 0
 
7512026-06-08T13:38:01.096Zfound 2 output files
7522026-06-08T13:38:01.097Zuploading: /out/humility.p5p (126607360 bytes)
7532026-06-08T13:38:03.382Zuploaded: /out/humility.p5p
7542026-06-08T13:38:03.382Zuploading: /out/humility.p5p.sha256 (84 bytes)
7552026-06-08T13:38:04.394Zuploaded: /out/humility.p5p.sha256