01KTM2KN579G6PADS6TWHG74W7: 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: 01KTM2N60X526PM3SK7FH9C9ZK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T16:57:56.805Zjob assigned to worker 01KTM2N88CM856YAC93GR68A30 [factory aws, i-0399d37a38cd8ec47] (queued for 52 s)
 
22026-06-08T16:58:03.795Zstarting task 0: "setup"
32026-06-08T16:58:03.808Z++ uname -s
42026-06-08T16:58:03.808Z+ kern=SunOS
52026-06-08T16:58:03.808Z+ build_user=build
62026-06-08T16:58:03.808Z+ build_uid=12345
72026-06-08T16:58:03.808Z+ work_dir=/work
82026-06-08T16:58:03.808Z+ input_dir=/input
92026-06-08T16:58:03.809Z+ [[ 0 == 12345 ]]
102026-06-08T16:58:03.809Z+ case "$kern" in
112026-06-08T16:58:03.809Z+ groupadd -g 12345 build
122026-06-08T16:58:03.820Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T16:58:05.813Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T16:58:05.928Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T16:58:05.955Z+ home_fs=zfs
162026-06-08T16:58:05.955Z+ [[ zfs == autofs ]]
172026-06-08T16:58:05.956Z+ mkdir -p /home/build
182026-06-08T16:58:05.956Z+ chown build:build /home/build /work
192026-06-08T16:58:07.939Z+ chmod 0700 /home/build /work
202026-06-08T16:58:08.009Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-08T16:58:08.107Zstarting task 1: "rust-toolchain"
222026-06-08T16:58:08.184Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-08T16:58:08.184Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T16:58:08.184Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-08T16:58:08.184Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-08T16:58:08.184Z * rust toolchain channel = "stable"
272026-06-08T16:58:08.184Z * rust toolchain profile = "default"
282026-06-08T16:58:08.184Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T16:58:08.184Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-08T16:58:08.256Zinfo: downloading installer
312026-06-08T16:58:09.551Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T16:58:09.551Zwarn: /home/build/.rustup/settings.toml
332026-06-08T16:58:09.551Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T16:58:09.551Zwarn: instead of the one inferred from the default host triple.
352026-06-08T16:58:09.561Zinfo: profile set to default
362026-06-08T16:58:09.561Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T16:58:09.561Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-06-08T16:58:09.696Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-08T16:58:09.699Zinfo: downloading 6 components
402026-06-08T16:58:25.086Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-06-08T16:58:25.087Z
422026-06-08T16:58:25.117Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-08T16:58:25.117Z
442026-06-08T16:58:25.117Z
452026-06-08T16:58:25.117ZRust is installed now. Great!
462026-06-08T16:58:25.117Z
472026-06-08T16:58:25.117ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T16:58:25.117Zenvironment variable. This has not been done automatically.
492026-06-08T16:58:25.122Z
502026-06-08T16:58:25.122ZTo configure your current shell, you need to source
512026-06-08T16:58:25.122Zthe corresponding env file under $HOME/.cargo.
522026-06-08T16:58:25.122Z
532026-06-08T16:58:25.122ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T16:58:25.122Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T16:58:25.122Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T16:58:25.122Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T16:58:25.122Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T16:58:25.122Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T16:58:25.122Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T16:58:25.122Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T16:58:25.122Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T16:58:25.219Z+ rustup --version
632026-06-08T16:58:25.229Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T16:58:25.231Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T16:58:25.250Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-08T16:58:25.253Z+ cargo --version
672026-06-08T16:58:25.266Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-08T16:58:25.268Z+ rustc --version
692026-06-08T16:58:25.304Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-08T16:58:25.309Zprocess exited: duration 17210 ms, exit code 0
 
712026-06-08T16:58:25.315Zstarting task 2: "authentication"
722026-06-08T16:58:25.328ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-08T16:58:37.479Zprocess exited: duration 12114 ms, exit code 0
 
742026-06-08T16:58:37.559Zstarting task 3: "clone repository"
752026-06-08T16:58:37.599Z+ mkdir -p /work/oxidecomputer/humility
762026-06-08T16:58:37.599Z+ git clone https://github.com/oxidecomputer/humility /work/oxidecomputer/humility
772026-06-08T16:58:37.599ZCloning into '/work/oxidecomputer/humility'...
782026-06-08T16:59:09.245Z+ cd /work/oxidecomputer/humility
792026-06-08T16:59:09.245Z+ git fetch origin 9c8549ac4788a031b5e64a43b314d9901de0f448
802026-06-08T16:59:09.480ZFrom https://github.com/oxidecomputer/humility
812026-06-08T16:59:09.480Z * branch 9c8549ac4788a031b5e64a43b314d9901de0f448 -> FETCH_HEAD
822026-06-08T16:59:09.491Z+ [[ -n mkeeter/probe-that-elf ]]
832026-06-08T16:59:09.502Z++ git branch --show-current
842026-06-08T16:59:09.502Z+ current=master
852026-06-08T16:59:09.502Z+ [[ master != mkeeter/probe-that-elf ]]
862026-06-08T16:59:09.502Z+ git branch -f mkeeter/probe-that-elf 9c8549ac4788a031b5e64a43b314d9901de0f448
872026-06-08T16:59:09.502Z+ git checkout -f mkeeter/probe-that-elf
882026-06-08T16:59:10.259ZSwitched to branch 'mkeeter/probe-that-elf'
892026-06-08T16:59:10.264Z+ git reset --hard 9c8549ac4788a031b5e64a43b314d9901de0f448
902026-06-08T16:59:10.275ZHEAD is now at 9c8549ac Load ELF data directly using probe_rs
912026-06-08T16:59:10.280Zprocess exited: duration 32741 ms, exit code 0
 
922026-06-08T16:59:10.301Zstarting task 4: "build"
932026-06-08T16:59:10.309Z+ export CARGO_INCREMENTAL=0
942026-06-08T16:59:10.309Z+ CARGO_INCREMENTAL=0
952026-06-08T16:59:10.309Z+ banner deps
962026-06-08T16:59:10.309Z
972026-06-08T16:59:10.309Z ##### ###### ##### ####
982026-06-08T16:59:10.309Z # # # # # #
992026-06-08T16:59:10.309Z # # ##### # # ####
1002026-06-08T16:59:10.309Z # # # ##### #
1012026-06-08T16:59:10.309Z # # # # # #
1022026-06-08T16:59:10.309Z ##### ###### # ####
1032026-06-08T16:59:10.309Z
1042026-06-08T16:59:10.309Z+ need=('/ooce/library/libusb-1' '/library/libftdi1')
1052026-06-08T16:59:10.310Z+ PKG_SUCCESS_ON_NOP=1
1062026-06-08T16:59:10.310Z+ pfexec pkg install -v /ooce/library/libusb-1 /library/libftdi1
1072026-06-08T16:59:11.242Z Startup: Refreshing catalog 'helios' ... Done
1082026-06-08T16:59:11.327Z Startup: Caching catalogs ... Done
1092026-06-08T16:59:11.647ZPlanning: Solver setup ... Done (0.283s)
1102026-06-08T16:59:11.668ZPlanning: Running solver ... Done (0.021s)
1112026-06-08T16:59:11.677ZPlanning: Finding local manifests ... Done (0.004s)
1122026-06-08T16:59:11.688ZPlanning: Fetching manifests: 0/2 0% complete
1132026-06-08T16:59:11.703ZPlanning: Fetching manifests: 2/2 100% complete
1142026-06-08T16:59:11.716ZPlanning: Package planning ... Done (0.012s)
1152026-06-08T16:59:11.720ZPlanning: Merging actions ... Done (0.000s)
1162026-06-08T16:59:11.892ZPlanning: Checking for conflicting actions ... Done (0.177s)
1172026-06-08T16:59:11.895ZPlanning: Consolidating action changes ... Done (0.000s)
1182026-06-08T16:59:12.688ZPlanning: Evaluating mediators ... Done (0.796s)
1192026-06-08T16:59:12.692ZPlanning: Planning completed in 1.34 seconds
1202026-06-08T16:59:12.786Z Packages to install: 2
1212026-06-08T16:59:12.786Z Estimated space available: 155.81 GB
1222026-06-08T16:59:12.786ZEstimated space to be consumed: 17.57 MB
1232026-06-08T16:59:12.786Z Create boot environment: No
1242026-06-08T16:59:12.786ZCreate backup boot environment: No
1252026-06-08T16:59:12.790Z Rebuild boot archive: No
1262026-06-08T16:59:12.790Z
1272026-06-08T16:59:12.790ZChanged packages:
1282026-06-08T16:59:12.790Zhelios
1292026-06-08T16:59:12.790Z library/libftdi1
1302026-06-08T16:59:12.790Z None -> 1.5-3.0
1312026-06-08T16:59:12.790Z ooce/library/libusb-1
1322026-06-08T16:59:12.790Z None -> 1.0.29-3.1
1332026-06-08T16:59:12.815Z
1342026-06-08T16:59:12.815ZDownload: 0/22 items 0.0/0.4MB 0% complete
1352026-06-08T16:59:12.856ZDownload: Completed 377.70 kB in 0.04 seconds (8.3M/s)
1362026-06-08T16:59:12.974Z Actions: 1/61 actions (Installing new actions)
1372026-06-08T16:59:12.988Z Actions: Completed 61 actions in 0.01 seconds.
1382026-06-08T16:59:13.023ZFinalize: Updating package state database ... Done (0.035s)
1392026-06-08T16:59:13.023ZFinalize: Updating package cache ... Done (0.000s)
1402026-06-08T16:59:13.044ZFinalize: Updating image state ... Done (0.022s)
1412026-06-08T16:59:15.389ZFinalize: Creating fast lookup database ... Done (2.322s)
1422026-06-08T16:59:15.456ZFinalize: Reading search index ... Done (0.013s)
1432026-06-08T16:59:15.459ZFinalize: Updating search index ... Done (0.000s)
1442026-06-08T16:59:15.528ZFinalize: Updating package cache ... Done (0.000s)
1452026-06-08T16:59:15.616Z+ pkg list -v /ooce/library/libusb-1 /library/libftdi1
1462026-06-08T16:59:15.825ZFMRI IFO
1472026-06-08T16:59:15.825Zpkg://helios/library/libftdi1@1.5-3.0:20260306T163507Z im-
1482026-06-08T16:59:15.825Zpkg://helios/ooce/library/libusb-1@1.0.29-3.1:20260306T162253Z im-
1492026-06-08T16:59:15.858Z+ cargo --version
1502026-06-08T16:59:15.872Zcargo 1.96.0 (30a34c682 2026-05-25)
1512026-06-08T16:59:15.877Z+ rustc --version
1522026-06-08T16:59:15.891Zrustc 1.96.0 (ac68faa20 2026-05-25)
1532026-06-08T16:59:15.894Z+ banner package
1542026-06-08T16:59:15.900Z
1552026-06-08T16:59:15.900Z ##### ## #### # # ## #### ######
1562026-06-08T16:59:15.900Z # # # # # # # # # # # # #
1572026-06-08T16:59:15.900Z # # # # # #### # # # #####
1582026-06-08T16:59:15.900Z ##### ###### # # # ###### # ### #
1592026-06-08T16:59:15.900Z # # # # # # # # # # # #
1602026-06-08T16:59:15.900Z # # # #### # # # # #### ######
1612026-06-08T16:59:15.901Z
1622026-06-08T16:59:15.901Z+ ptime -m cargo xtask package
1632026-06-08T16:59:16.008Z Updating git repository `https://github.com/oxidecomputer/hidapi-rs`
1642026-06-08T16:59:16.276Z Updating git submodule `https://github.com/oxidecomputer/hidapi.git`
1652026-06-08T16:59:16.764Z Updating git repository `https://github.com/oxidecomputer/rusb`
1662026-06-08T16:59:17.142Z Updating git submodule `https://github.com/libusb/libusb.git`
1672026-06-08T16:59:17.947Z Updating crates.io index
1682026-06-08T16:59:17.950Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1692026-06-08T16:59:18.228Z Updating git repository `https://github.com/oxidecomputer/humpty`
1702026-06-08T16:59:18.638Z Updating git repository `https://github.com/oxidecomputer/idolatry.git`
1712026-06-08T16:59:18.959Z Updating git repository `https://github.com/oxidecomputer/tlvc`
1722026-06-08T16:59:19.324Z Updating git repository `https://github.com/oxidecomputer/hif`
1732026-06-08T16:59:19.555Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1742026-06-08T16:59:19.811Z Updating git repository `https://github.com/oxidecomputer/probe-rs.git`
1752026-06-08T16:59:21.809Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1762026-06-08T16:59:22.269Z Updating git repository `https://github.com/oxidecomputer/spd`
1772026-06-08T16:59:22.590Z Updating git repository `https://github.com/oxidecomputer/gimlet-inspector-protocol`
1782026-06-08T16:59:22.883Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1792026-06-08T16:59:23.200Z Updating git repository `https://github.com/oxidecomputer/turin-post-decoder`
1802026-06-08T16:59:23.432Z Updating git repository `https://github.com/oxidecomputer/vsc7448.git`
1812026-06-08T16:59:24.184Z Updating git repository `https://github.com/oxidecomputer/idt8a3xxxx`
1822026-06-08T16:59:26.508Z Downloading crates ...
1832026-06-08T16:59:26.541Z Downloaded anstream v1.0.0
1842026-06-08T16:59:26.541Z Downloaded anstyle-parse v1.0.0
1852026-06-08T16:59:26.541Z Downloaded anstyle-query v1.1.5
1862026-06-08T16:59:26.541Z Downloaded colorchoice v1.0.5
1872026-06-08T16:59:26.541Z Downloaded anstyle v1.0.14
1882026-06-08T16:59:26.541Z Downloaded anyhow v1.0.102
1892026-06-08T16:59:26.541Z Downloaded strsim v0.11.1
1902026-06-08T16:59:26.541Z Downloaded is_terminal_polyfill v1.70.2
1912026-06-08T16:59:26.563Z Downloaded equivalent v1.0.2
1922026-06-08T16:59:26.564Z Downloaded serde_spanned v1.1.1
1932026-06-08T16:59:26.564Z Downloaded itoa v1.0.18
1942026-06-08T16:59:26.564Z Downloaded aho-corasick v1.1.4
1952026-06-08T16:59:26.564Z Downloaded clap_lex v1.1.0
1962026-06-08T16:59:26.582Z Downloaded cargo-platform v0.3.3
1972026-06-08T16:59:26.582Z Downloaded percent-encoding v2.3.2
1982026-06-08T16:59:26.582Z Downloaded utf8parse v0.2.2
1992026-06-08T16:59:26.582Z Downloaded lazy_static v1.5.0
2002026-06-08T16:59:26.583Z Downloaded heck v0.5.0
2012026-06-08T16:59:26.583Z Downloaded toml_writer v1.1.1+spec-1.1.0
2022026-06-08T16:59:26.583Z Downloaded thiserror v2.0.18
2032026-06-08T16:59:26.583Z Downloaded quote v1.0.45
2042026-06-08T16:59:26.598Z Downloaded cargo_metadata v0.23.1
2052026-06-08T16:59:26.598Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2062026-06-08T16:59:26.598Z Downloaded thiserror-impl v2.0.18
2072026-06-08T16:59:26.621Z Downloaded zmij v1.0.21
2082026-06-08T16:59:26.621Z Downloaded clap_derive v4.6.1
2092026-06-08T16:59:26.642Z Downloaded camino v1.2.2
2102026-06-08T16:59:26.642Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-06-08T16:59:26.642Z Downloaded semver v1.0.28
2122026-06-08T16:59:26.642Z Downloaded toml v1.1.2+spec-1.1.0
2132026-06-08T16:59:26.663Z Downloaded serde_derive v1.0.228
2142026-06-08T16:59:26.663Z Downloaded unicode-ident v1.0.24
2152026-06-08T16:59:26.663Z Downloaded clap v4.6.1
2162026-06-08T16:59:26.663Z Downloaded cargo-readme v3.3.2
2172026-06-08T16:59:26.663Z Downloaded proc-macro2 v1.0.106
2182026-06-08T16:59:26.681Z Downloaded serde_core v1.0.228
2192026-06-08T16:59:26.704Z Downloaded memchr v2.8.0
2202026-06-08T16:59:26.705Z Downloaded serde v1.0.228
2212026-06-08T16:59:26.705Z Downloaded indexmap v2.14.0
2222026-06-08T16:59:26.730Z Downloaded hashbrown v0.17.0
2232026-06-08T16:59:26.730Z Downloaded serde_json v1.0.149
2242026-06-08T16:59:26.759Z Downloaded winnow v1.0.2
2252026-06-08T16:59:26.759Z Downloaded regex v1.12.3
2262026-06-08T16:59:26.759Z Downloaded clap_builder v4.6.0
2272026-06-08T16:59:26.774Z Downloaded regex-syntax v0.8.10
2282026-06-08T16:59:26.774Z Downloaded syn v2.0.117
2292026-06-08T16:59:26.794Z Downloaded regex-automata v0.4.14
2302026-06-08T16:59:26.823Z Compiling proc-macro2 v1.0.106
2312026-06-08T16:59:26.823Z Compiling serde_core v1.0.228
2322026-06-08T16:59:26.823Z Compiling quote v1.0.45
2332026-06-08T16:59:26.823Z Compiling unicode-ident v1.0.24
2342026-06-08T16:59:26.823Z Compiling memchr v2.8.0
2352026-06-08T16:59:26.823Z Compiling utf8parse v0.2.2
2362026-06-08T16:59:26.823Z Compiling anstyle-query v1.1.5
2372026-06-08T16:59:27.372Z Compiling anstyle v1.0.14
2382026-06-08T16:59:27.425Z Compiling anstyle-parse v1.0.0
2392026-06-08T16:59:27.425Z Compiling is_terminal_polyfill v1.70.2
2402026-06-08T16:59:27.425Z Compiling serde v1.0.228
2412026-06-08T16:59:27.425Z Compiling colorchoice v1.0.5
2422026-06-08T16:59:27.425Z Compiling zmij v1.0.21
2432026-06-08T16:59:27.425Z Compiling camino v1.2.2
2442026-06-08T16:59:27.425Z Compiling anstream v1.0.0
2452026-06-08T16:59:27.425Z Compiling aho-corasick v1.1.4
2462026-06-08T16:59:27.425Z Compiling clap_lex v1.1.0
2472026-06-08T16:59:28.073Z Compiling serde_json v1.0.149
2482026-06-08T16:59:28.073Z Compiling heck v0.5.0
2492026-06-08T16:59:28.148Z Compiling strsim v0.11.1
2502026-06-08T16:59:28.148Z Compiling regex-syntax v0.8.10
2512026-06-08T16:59:28.148Z Compiling winnow v1.0.2
2522026-06-08T16:59:28.148Z Compiling thiserror v2.0.18
2532026-06-08T16:59:28.148Z Compiling clap_builder v4.6.0
2542026-06-08T16:59:28.148Z Compiling toml_parser v1.1.2+spec-1.1.0
2552026-06-08T16:59:28.148Z Compiling syn v2.0.117
2562026-06-08T16:59:28.202Z Compiling itoa v1.0.18
2572026-06-08T16:59:28.466Z Compiling toml_writer v1.1.1+spec-1.1.0
2582026-06-08T16:59:29.006Z Compiling anyhow v1.0.102
2592026-06-08T16:59:29.423Z Compiling lazy_static v1.5.0
2602026-06-08T16:59:29.423Z Compiling percent-encoding v2.3.2
2612026-06-08T16:59:29.423Z Compiling toml_datetime v1.1.1+spec-1.1.0
2622026-06-08T16:59:29.423Z Compiling serde_spanned v1.1.1
2632026-06-08T16:59:29.423Z Compiling cargo-platform v0.3.3
2642026-06-08T16:59:29.423Z Compiling regex-automata v0.4.14
2652026-06-08T16:59:30.050Z Compiling semver v1.0.28
2662026-06-08T16:59:30.050Z Compiling toml v1.1.2+spec-1.1.0
2672026-06-08T16:59:30.572Z Compiling serde_derive v1.0.228
2682026-06-08T16:59:30.572Z Compiling clap_derive v4.6.1
2692026-06-08T16:59:30.572Z Compiling thiserror-impl v2.0.18
2702026-06-08T16:59:30.717Z Compiling regex v1.12.3
2712026-06-08T16:59:31.842Z Compiling clap v4.6.1
2722026-06-08T16:59:32.819Z Compiling cargo_metadata v0.23.1
2732026-06-08T16:59:32.819Z Compiling cargo-readme v3.3.2
2742026-06-08T16:59:33.561Z Compiling xtask v1.0.0 (/work/oxidecomputer/humility/xtask)
2752026-06-08T16:59:34.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s
2762026-06-08T16:59:34.997Z Running `target/debug/xtask package`
2772026-06-08T16:59:38.574Z Compiling proc-macro2 v1.0.106
2782026-06-08T16:59:38.574Z Compiling quote v1.0.45
2792026-06-08T16:59:38.574Z Compiling unicode-ident v1.0.24
2802026-06-08T16:59:38.574Z Compiling serde_core v1.0.228
2812026-06-08T16:59:38.597Z Compiling libc v0.2.186
2822026-06-08T16:59:38.597Z Compiling serde v1.0.228
2832026-06-08T16:59:38.597Z Compiling cfg-if v1.0.4
2842026-06-08T16:59:38.597Z Compiling autocfg v1.5.0
2852026-06-08T16:59:38.695Z Compiling find-msvc-tools v0.1.9
2862026-06-08T16:59:38.843Z Compiling shlex v1.3.0
2872026-06-08T16:59:38.929Z Compiling log v0.4.29
2882026-06-08T16:59:39.024Z Compiling typenum v1.20.0
2892026-06-08T16:59:39.025Z Compiling scopeguard v1.2.0
2902026-06-08T16:59:39.055Z Compiling memchr v2.8.0
2912026-06-08T16:59:39.195Z Compiling lock_api v0.4.14
2922026-06-08T16:59:39.373Z Compiling errno v0.3.14
2932026-06-08T16:59:39.462Z Compiling jobserver v0.1.34
2942026-06-08T16:59:39.495Z Compiling heck v0.5.0
2952026-06-08T16:59:39.546Z Compiling pkg-config v0.3.33
2962026-06-08T16:59:39.631Z Compiling cc v1.2.61
2972026-06-08T16:59:40.151Z Compiling thiserror v2.0.18
2982026-06-08T16:59:40.181Z Compiling syn v2.0.117
2992026-06-08T16:59:40.181Z Compiling smallvec v1.15.1
3002026-06-08T16:59:40.181Z Compiling foldhash v0.2.0
3012026-06-08T16:59:40.181Z Compiling syn v1.0.109
3022026-06-08T16:59:40.246Z Compiling zerocopy v0.8.48
3032026-06-08T16:59:40.295Z Compiling equivalent v1.0.2
3042026-06-08T16:59:40.324Z Compiling strsim v0.11.1
3052026-06-08T16:59:40.389Z Compiling anyhow v1.0.102
3062026-06-08T16:59:40.473Z Compiling zeroize v1.8.2
3072026-06-08T16:59:40.646Z Compiling rustix v1.1.4
3082026-06-08T16:59:40.658Z Compiling libm v0.2.16
3092026-06-08T16:59:40.687Z Compiling num-traits v0.2.19
3102026-06-08T16:59:40.827Z Compiling const-oid v0.9.6
3112026-06-08T16:59:40.925Z Compiling bitflags v2.11.1
3122026-06-08T16:59:40.961Z Compiling version_check v0.9.5
3132026-06-08T16:59:41.233Z Compiling generic-array v0.14.7
3142026-06-08T16:59:41.338Z Compiling hybrid-array v0.4.11
3152026-06-08T16:59:41.419Z Compiling crossbeam-utils v0.8.21
3162026-06-08T16:59:41.450Z Compiling zmij v1.0.21
3172026-06-08T16:59:41.744Z Compiling aho-corasick v1.1.4
3182026-06-08T16:59:41.773Z Compiling ident_case v1.0.1
3192026-06-08T16:59:41.773Z Compiling regex-syntax v0.8.10
3202026-06-08T16:59:42.435Z Compiling allocator-api2 v0.2.21
3212026-06-08T16:59:42.676Z Compiling darling_core v0.23.0
3222026-06-08T16:59:42.783Z Compiling static_assertions v1.1.0
3232026-06-08T16:59:42.863Z Compiling once_cell v1.21.4
3242026-06-08T16:59:43.095Z Compiling hashbrown v0.16.1
3252026-06-08T16:59:43.105Z Compiling crypto-common v0.2.1
3262026-06-08T16:59:43.292Z Compiling spin v0.9.8
3272026-06-08T16:59:43.540Z Compiling regex-automata v0.4.14
3282026-06-08T16:59:43.742Z Compiling serde_derive v1.0.228
3292026-06-08T16:59:43.873Z Compiling thiserror-impl v2.0.18
3302026-06-08T16:59:44.494Z Compiling zerocopy-derive v0.8.48
3312026-06-08T16:59:44.811Z Compiling darling_macro v0.23.0
3322026-06-08T16:59:44.838Z Compiling byteorder v1.5.0
3332026-06-08T16:59:45.090Z Compiling base64ct v1.8.3
3342026-06-08T16:59:45.148Z Compiling typeid v1.0.3
3352026-06-08T16:59:45.387Z Compiling itoa v1.0.18
3362026-06-08T16:59:45.448Z Compiling darling v0.23.0
3372026-06-08T16:59:45.486Z Compiling pem-rfc7468 v0.7.0
3382026-06-08T16:59:45.523Z Compiling der_derive v0.7.3
3392026-06-08T16:59:45.605Z Compiling clap_derive v4.6.1
3402026-06-08T16:59:46.292Z Compiling regex v1.12.3
3412026-06-08T16:59:46.450Z Compiling block-buffer v0.10.4
3422026-06-08T16:59:46.574Z Compiling crypto-common v0.1.7
3432026-06-08T16:59:46.712Z Compiling hashbrown v0.17.0
3442026-06-08T16:59:47.030Z Compiling getrandom v0.2.17
3452026-06-08T16:59:47.295Z Compiling either v1.15.0
3462026-06-08T16:59:47.326Z Compiling utf8parse v0.2.2
3472026-06-08T16:59:47.392Z Compiling radium v0.7.0
3482026-06-08T16:59:47.433Z Compiling flagset v0.4.7
3492026-06-08T16:59:47.489Z Compiling unicode-width v0.2.2
3502026-06-08T16:59:47.542Z Compiling cmov v0.5.3
3512026-06-08T16:59:47.680Z Compiling stable_deref_trait v1.2.1
3522026-06-08T16:59:47.859Z Compiling crc32fast v1.5.0
3532026-06-08T16:59:47.923Z Compiling ctutils v0.4.2
3542026-06-08T16:59:47.923Z Compiling der v0.7.10
3552026-06-08T16:59:47.980Z Compiling anstyle-parse v1.0.0
3562026-06-08T16:59:48.042Z Compiling indexmap v2.14.0
3572026-06-08T16:59:48.300Z Compiling rand_core v0.6.4
3582026-06-08T16:59:48.579Z Compiling digest v0.10.7
3592026-06-08T16:59:48.744Z Compiling crossbeam-epoch v0.9.18
3602026-06-08T16:59:48.789Z Compiling block-buffer v0.12.0
3612026-06-08T16:59:48.908Z Compiling zstd-sys v2.0.16+zstd.1.5.7
3622026-06-08T16:59:48.975Z Compiling const-oid v0.10.2
3632026-06-08T16:59:49.143Z Compiling colorchoice v1.0.5
3642026-06-08T16:59:49.228Z Compiling cpufeatures v0.3.0
3652026-06-08T16:59:49.300Z Compiling powerfmt v0.2.0
3662026-06-08T16:59:49.315Z Compiling tap v1.0.1
3672026-06-08T16:59:49.315Z Compiling is_terminal_polyfill v1.70.2
3682026-06-08T16:59:49.403Z Compiling anstyle-query v1.1.5
3692026-06-08T16:59:49.429Z Compiling simd-adler32 v0.3.9
3702026-06-08T16:59:49.429Z Compiling anstyle v1.0.14
3712026-06-08T16:59:49.471Z Compiling deranged v0.5.8
3722026-06-08T16:59:49.570Z Compiling anstream v1.0.0
3732026-06-08T16:59:49.689Z Compiling wyz v0.5.1
3742026-06-08T16:59:49.861Z Compiling digest v0.11.2
3752026-06-08T16:59:50.082Z Compiling crossbeam-deque v0.8.6
3762026-06-08T16:59:50.108Z Compiling ppv-lite86 v0.2.21
3772026-06-08T16:59:50.147Z Compiling spki v0.7.3
3782026-06-08T16:59:50.432Z Compiling adler2 v2.0.1
3792026-06-08T16:59:50.594Z Compiling cpufeatures v0.2.17
3802026-06-08T16:59:50.616Z Compiling maybe-uninit v2.0.0
3812026-06-08T16:59:50.616Z Compiling num-conv v0.2.1
3822026-06-08T16:59:50.655Z Compiling num_threads v0.1.7
3832026-06-08T16:59:50.737Z Compiling funty v2.0.0
3842026-06-08T16:59:50.818Z Compiling time-core v0.1.8
3852026-06-08T16:59:50.884Z Compiling sha2 v0.10.9
3862026-06-08T16:59:50.964Z Compiling time v0.3.47
3872026-06-08T16:59:51.277Z Compiling bitvec v1.0.1
3882026-06-08T16:59:51.540Z Compiling miniz_oxide v0.8.9
3892026-06-08T16:59:51.555Z Compiling rand_chacha v0.3.1
3902026-06-08T16:59:51.677Z Compiling lazy_static v1.5.0
3912026-06-08T16:59:51.756Z Compiling num-integer v0.1.46
3922026-06-08T16:59:51.779Z Compiling terminal_size v0.4.4
3932026-06-08T16:59:51.932Z Compiling indexmap v1.9.3
3942026-06-08T16:59:52.155Z Compiling zstd-safe v7.2.4
3952026-06-08T16:59:52.304Z Compiling zlib-rs v0.6.3
3962026-06-08T16:59:52.374Z Compiling packed_struct v0.10.1
3972026-06-08T16:59:52.409Z Compiling rand_core v0.10.1
3982026-06-08T16:59:52.429Z Compiling getrandom v0.4.2
3992026-06-08T16:59:52.663Z Compiling clap_lex v1.1.0
4002026-06-08T16:59:52.716Z Compiling num-bigint-dig v0.8.6
4012026-06-08T16:59:52.913Z Compiling clap_builder v4.6.0
4022026-06-08T16:59:53.161Z Compiling num-iter v0.1.45
4032026-06-08T16:59:53.266Z Compiling rand v0.8.6
4042026-06-08T16:59:53.559Z Compiling pkcs8 v0.10.2
4052026-06-08T16:59:53.796Z Compiling packed_struct_codegen v0.10.1
4062026-06-08T16:59:53.816Z Compiling bitfield-macros v0.19.4
4072026-06-08T16:59:54.496Z Compiling inout v0.2.2
4082026-06-08T16:59:54.550Z Compiling capstone-sys v0.18.0
4092026-06-08T16:59:54.647Z Compiling object v0.39.1
4102026-06-08T16:59:54.798Z Compiling crc-catalog v2.5.0
4112026-06-08T16:59:54.909Z Compiling hashbrown v0.12.3
4122026-06-08T16:59:54.935Z Compiling twox-hash v2.1.2
4132026-06-08T16:59:54.964Z Compiling base64 v0.21.7
4142026-06-08T16:59:55.163Z Compiling nodrop v0.1.14
4152026-06-08T16:59:55.232Z Compiling array-init v0.0.4
4162026-06-08T16:59:55.451Z Compiling flate2 v1.1.9
4172026-06-08T16:59:55.504Z Compiling ron v0.8.1
4182026-06-08T16:59:56.017Z Compiling ruzstd v0.8.2
4192026-06-08T16:59:56.410Z Compiling crc v3.4.0
4202026-06-08T16:59:56.585Z Compiling clap v4.6.1
4212026-06-08T16:59:58.323Z Compiling cipher v0.5.1
4222026-06-08T16:59:58.402Z Compiling bitfield v0.19.4
4232026-06-08T16:59:58.615Z Compiling pkcs1 v0.7.5
4242026-06-08T16:59:59.438Z Compiling smallvec v0.6.14
4252026-06-08T16:59:59.660Z Compiling hmac v0.13.0
4262026-06-08T16:59:59.724Z Compiling signature v2.2.0
4272026-06-08T16:59:59.814Z Compiling env_filter v1.0.1
4282026-06-08T16:59:59.924Z Compiling hubpack_derive v0.1.1
4292026-06-08T17:00:00.469Z Compiling semver v1.0.28
4302026-06-08T17:00:00.649Z Compiling bumpalo v3.20.2
4312026-06-08T17:00:00.675Z Compiling subtle v2.6.1
4322026-06-08T17:00:00.745Z Compiling cpp_demangle v0.5.1
4332026-06-08T17:00:00.818Z Compiling winnow v1.0.2
4342026-06-08T17:00:00.939Z Compiling serde_json v1.0.149
4352026-06-08T17:00:01.113Z Compiling lzss v0.9.1
4362026-06-08T17:00:01.156Z Compiling libbz2-rs-sys v0.2.3
4372026-06-08T17:00:01.275Z Compiling jiff v0.2.24
4382026-06-08T17:00:01.286Z Compiling rayon-core v1.13.0
4392026-06-08T17:00:01.406Z Compiling prettyplease v0.2.37
4402026-06-08T17:00:01.483Z Compiling portable-atomic v1.13.1
4412026-06-08T17:00:01.622Z Compiling cpubits v0.1.1
4422026-06-08T17:00:01.698Z Compiling aes v0.9.0
4432026-06-08T17:00:01.969Z Compiling bzip2 v0.6.1
4442026-06-08T17:00:02.252Z Compiling toml_parser v1.1.2+spec-1.1.0
4452026-06-08T17:00:02.874Z Compiling zopfli v0.8.3
4462026-06-08T17:00:04.183Z Compiling rsa v0.9.10
4472026-06-08T17:00:04.890Z Compiling env_logger v0.11.10
4482026-06-08T17:00:05.136Z Compiling hubpack v0.1.2
4492026-06-08T17:00:05.366Z Compiling pbkdf2 v0.13.0
4502026-06-08T17:00:05.383Z Compiling serde-hex v0.1.0
4512026-06-08T17:00:06.414Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4522026-06-08T17:00:07.533Z Compiling tlvc v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4532026-06-08T17:00:07.749Z Compiling lzma-rust2 v0.16.2
4542026-06-08T17:00:09.196Z Compiling x509-cert v0.2.5
4552026-06-08T17:00:13.573Z Compiling sha1 v0.11.0
4562026-06-08T17:00:13.932Z Compiling serde_with_macros v3.18.0
4572026-06-08T17:00:14.110Z Compiling num-derive v0.4.2
4582026-06-08T17:00:14.976Z Compiling scroll_derive v0.13.1
4592026-06-08T17:00:15.034Z Compiling toml_datetime v1.1.1+spec-1.1.0
4602026-06-08T17:00:15.434Z Compiling serde_spanned v1.1.1
4612026-06-08T17:00:15.521Z Compiling toml_writer v1.1.1+spec-1.1.0
4622026-06-08T17:00:15.576Z Compiling deflate64 v0.1.12
4632026-06-08T17:00:15.808Z Compiling fnv v1.0.7
4642026-06-08T17:00:15.827Z Compiling constant_time_eq v0.4.2
4652026-06-08T17:00:15.861Z Compiling void v1.0.2
4662026-06-08T17:00:15.963Z Compiling hex v0.4.3
4672026-06-08T17:00:15.987Z Compiling crc-any v2.5.0
4682026-06-08T17:00:16.175Z Compiling ppmd-rust v1.4.0
4692026-06-08T17:00:16.255Z Compiling typed-path v0.12.3
4702026-06-08T17:00:16.430Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
4712026-06-08T17:00:16.823Z Compiling gimli v0.33.0
4722026-06-08T17:00:17.573Z Compiling scroll v0.13.0
4732026-06-08T17:00:17.821Z Compiling toml v1.1.2+spec-1.1.0
4742026-06-08T17:00:19.244Z Compiling zstd v0.13.3
4752026-06-08T17:00:19.710Z Compiling zip v8.6.0
4762026-06-08T17:00:19.989Z Compiling serde_with v3.18.0
4772026-06-08T17:00:23.271Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc#2f69360d)
4782026-06-08T17:00:25.840Z Compiling console v0.16.3
4792026-06-08T17:00:26.431Z Compiling serde-big-array v0.5.1
4802026-06-08T17:00:26.512Z Compiling memmap2 v0.9.10
4812026-06-08T17:00:26.609Z Compiling colored v3.1.1
4822026-06-08T17:00:30.327Z Compiling fallible-iterator v0.3.0
4832026-06-08T17:00:30.569Z Compiling unit-prefix v0.5.2
4842026-06-08T17:00:30.569Z Compiling rustc-demangle v0.1.27
4852026-06-08T17:00:30.569Z Compiling typed-arena v2.0.2
4862026-06-08T17:00:30.569Z Compiling path-slash v0.2.1
4872026-06-08T17:00:30.569Z Compiling plain v0.2.3
4882026-06-08T17:00:30.569Z Compiling addr2line v0.26.1
4892026-06-08T17:00:30.569Z Compiling hubtools v0.4.8 (https://github.com/oxidecomputer/hubtools.git#5e41fbe7)
4902026-06-08T17:00:30.569Z Compiling goblin v0.10.5
4912026-06-08T17:00:30.569Z Compiling indicatif v0.18.4
4922026-06-08T17:00:30.709Z Compiling humility-log v0.1.0 (/work/oxidecomputer/humility/humility-log)
4932026-06-08T17:00:30.710Z Compiling humpty v0.1.5 (https://github.com/oxidecomputer/humpty#c19ec79a)
4942026-06-08T17:00:30.710Z Compiling rayon v1.12.0
4952026-06-08T17:00:30.710Z Compiling idol v0.6.0 (https://github.com/oxidecomputer/idolatry.git#2c43ec51)
4962026-06-08T17:00:32.383Z Compiling ron v0.12.1
4972026-06-08T17:00:32.667Z Compiling multimap v0.10.1
4982026-06-08T17:00:32.874Z Compiling auto_impl v1.3.0
4992026-06-08T17:00:33.751Z Compiling humility_load_derive v0.1.0 (/work/oxidecomputer/humility/load_derive)
5002026-06-08T17:00:34.408Z Compiling parse_int v0.9.0
5012026-06-08T17:00:34.548Z Compiling rustc_version v0.4.1
5022026-06-08T17:00:34.820Z Compiling heapless v0.7.17
5032026-06-08T17:00:35.092Z Compiling proc-macro-hack v0.5.20+deprecated
5042026-06-08T17:00:35.447Z Compiling hash32 v0.2.1
5052026-06-08T17:00:35.643Z Compiling ryu v1.0.23
5062026-06-08T17:00:37.226Z Compiling postcard-cobs v0.1.5-pre
5072026-06-08T17:00:37.456Z Compiling base64 v0.13.1
5082026-06-08T17:00:37.503Z Compiling postcard v0.7.3
5092026-06-08T17:00:37.699Z Compiling pkg-version-impl v0.1.1
5102026-06-08T17:00:37.877Z Compiling libusb1-sys v0.5.0 (https://github.com/oxidecomputer/rusb?branch=probe-rs-0.12-libusb-v1.0.26#b97a32d2)
5112026-06-08T17:00:38.074Z Compiling pkg-version v1.0.0
5122026-06-08T17:00:38.173Z Compiling thiserror v1.0.69
5132026-06-08T17:00:38.369Z Compiling bitflags v1.3.2
5142026-06-08T17:00:38.481Z Compiling hif v0.3.1 (https://github.com/oxidecomputer/hif#0e9a9d07)
5152026-06-08T17:00:38.639Z Compiling thiserror-impl v1.0.69
5162026-06-08T17:00:39.231Z Compiling linked-hash-map v0.5.6
5172026-06-08T17:00:39.408Z Compiling yaml-rust v0.4.5
5182026-06-08T17:00:39.733Z Compiling jep106 v0.2.10
5192026-06-08T17:00:39.863Z Compiling hidapi v1.4.1 (https://github.com/oxidecomputer/hidapi-rs?branch=oxide-stable#69f84dea)
5202026-06-08T17:00:39.995Z Compiling rusb v0.8.1
5212026-06-08T17:00:40.272Z Compiling serde_yaml v0.8.26
5222026-06-08T17:00:40.471Z Compiling probe-rs-target v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5232026-06-08T17:00:40.679Z Compiling bincode v1.3.3
5242026-06-08T17:00:41.127Z Compiling probe-rs v0.12.0 (https://github.com/oxidecomputer/probe-rs.git?branch=oxide-v0.12.0#078eafb4)
5252026-06-08T17:00:41.986Z Compiling fallible-iterator v0.2.0
5262026-06-08T17:00:42.487Z Compiling gimli v0.26.2
5272026-06-08T17:00:42.782Z Compiling enum-primitive-derive v0.2.2
5282026-06-08T17:00:43.588Z Compiling jaylink v0.2.0
5292026-06-08T17:00:43.629Z Compiling capstone v0.14.0
5302026-06-08T17:00:44.860Z Compiling humility-arch-arm v0.1.0 (/work/oxidecomputer/humility/humility-arch-arm)
5312026-06-08T17:00:44.956Z Compiling chacha20 v0.10.0
5322026-06-08T17:00:45.069Z Compiling humility-core v0.1.0 (/work/oxidecomputer/humility/humility-core)
5332026-06-08T17:00:45.169Z Compiling object v0.27.1
5342026-06-08T17:00:45.387Z Compiling scroll v0.10.2
5352026-06-08T17:00:45.572Z Compiling svg v0.13.1
5362026-06-08T17:00:45.615Z Compiling bitfield v0.13.2
5372026-06-08T17:00:45.708Z Compiling ihex v3.0.0
5382026-06-08T17:00:45.734Z Compiling thousands v0.2.0
5392026-06-08T17:00:46.232Z Compiling rand v0.10.1
5402026-06-08T17:00:46.604Z Compiling measurement-token v0.1.0 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
5412026-06-08T17:00:46.733Z Compiling unicode-segmentation v1.13.2
5422026-06-08T17:00:46.733Z Compiling parking_lot_core v0.9.12
5432026-06-08T17:00:46.860Z Compiling signal-hook v0.3.18
5442026-06-08T17:00:47.389Z Compiling signal-hook-registry v1.4.8
5452026-06-08T17:00:48.006Z Compiling humility-idol v0.1.0 (/work/oxidecomputer/humility/humility-idol)
5462026-06-08T17:00:48.038Z Compiling humility-doppel v0.1.0 (/work/oxidecomputer/humility/humility-doppel)
5472026-06-08T17:00:48.038Z Compiling convert_case v0.10.0
5482026-06-08T17:00:48.038Z Compiling mio v1.2.0
5492026-06-08T17:00:48.267Z Compiling mio v0.8.11
5502026-06-08T17:00:48.621Z Compiling humility-hiffy v0.1.0 (/work/oxidecomputer/humility/humility-hiffy)
5512026-06-08T17:00:48.839Z Compiling signal-hook-mio v0.2.5
5522026-06-08T17:00:48.977Z Compiling humility-dump-agent v0.1.0 (/work/oxidecomputer/humility/humility-dump-agent)
5532026-06-08T17:00:49.290Z Compiling derive_more-impl v2.1.1
5542026-06-08T17:00:49.565Z Compiling humility-net-core v0.1.0 (/work/oxidecomputer/humility/humility-net-core)
5552026-06-08T17:00:50.061Z Compiling parking_lot v0.12.5
5562026-06-08T17:00:50.199Z Compiling humility-probes-core v0.1.0 (/work/oxidecomputer/humility/humility-probes-core)
5572026-06-08T17:00:51.267Z Compiling humility-cli v0.1.0 (/work/oxidecomputer/humility/humility-cli)
5582026-06-08T17:00:51.999Z Compiling litrs v1.0.0
5592026-06-08T17:00:52.249Z Compiling rustversion v1.0.22
5602026-06-08T17:00:52.288Z Compiling document-features v0.2.12
5612026-06-08T17:00:52.725Z Compiling derive_more v2.1.1
5622026-06-08T17:00:52.896Z Compiling itertools v0.14.0
5632026-06-08T17:00:52.916Z Compiling humility-hexdump v0.1.0 (/work/oxidecomputer/humility/humility-hexdump)
5642026-06-08T17:00:53.465Z Compiling crossterm v0.29.0
5652026-06-08T17:00:54.756Z Compiling humility-i2c v0.1.0 (/work/oxidecomputer/humility/humility-i2c)
5662026-06-08T17:00:55.673Z Compiling convert_case v0.11.0
5672026-06-08T17:00:56.012Z Compiling camino v1.2.2
5682026-06-08T17:00:56.083Z Compiling paste v1.0.15
5692026-06-08T17:00:57.111Z Compiling castaway v0.2.4
5702026-06-08T17:00:57.221Z Compiling jep106 v0.3.0
5712026-06-08T17:00:57.221Z Compiling strum_macros v0.27.2
5722026-06-08T17:00:57.221Z Compiling crossbeam-channel v0.5.15
5732026-06-08T17:00:57.221Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus#a28e6603)
5742026-06-08T17:00:57.221Z Compiling indoc v2.0.7
5752026-06-08T17:00:57.221Z Compiling instability v0.3.12
5762026-06-08T17:00:57.963Z Compiling unicode-truncate v2.0.1
5772026-06-08T17:00:58.195Z Compiling compact_str v0.9.0
5782026-06-08T17:00:58.516Z Compiling lazy-regex-proc_macros v3.6.0
5792026-06-08T17:00:58.578Z Compiling strum v0.27.2
5802026-06-08T17:00:58.794Z Compiling kasuari v0.4.12
5812026-06-08T17:00:58.862Z Compiling lru v0.16.4
5822026-06-08T17:00:58.862Z Compiling crossbeam-queue v0.3.12
5832026-06-08T17:00:58.862Z Compiling cargo-platform v0.3.3
5842026-06-08T17:00:59.035Z Compiling ratatui-core v0.1.0
5852026-06-08T17:00:59.372Z Compiling cargo_metadata v0.23.1
5862026-06-08T17:00:59.379Z Compiling lazy-regex v3.6.0
5872026-06-08T17:00:59.853Z Compiling crossbeam v0.8.4
5882026-06-08T17:01:00.070Z Compiling humility-cortex v0.1.0 (/work/oxidecomputer/humility/humility-arch-cortex)
5892026-06-08T17:01:01.264Z Compiling strict v0.2.0
5902026-06-08T17:01:01.396Z Compiling binrw_derive v0.14.2
5912026-06-08T17:01:01.432Z Compiling unicode-width v0.1.14
5922026-06-08T17:01:01.721Z Compiling ron v0.6.6
5932026-06-08T17:01:01.742Z Compiling crokey-proc_macros v1.4.0
5942026-06-08T17:01:01.785Z Compiling crossterm v0.23.2
5952026-06-08T17:01:02.728Z Compiling line-clipping v0.3.7
5962026-06-08T17:01:02.902Z Compiling percent-encoding v2.3.2
5972026-06-08T17:01:02.902Z Compiling owo-colors v3.5.0
5982026-06-08T17:01:03.168Z Compiling binrw v0.14.2
5992026-06-08T17:01:03.168Z Compiling crokey v1.4.0
6002026-06-08T17:01:03.239Z Compiling cargo-readme v3.3.2
6012026-06-08T17:01:03.550Z Compiling ratatui-widgets v0.3.0
6022026-06-08T17:01:04.048Z Compiling idt8a3xxxx v0.1.0 (https://github.com/oxidecomputer/idt8a3xxxx#68ca4e7c)
6032026-06-08T17:01:04.048Z Compiling coolor v0.8.0
6042026-06-08T17:01:04.113Z Compiling coolor v1.1.0
6052026-06-08T17:01:04.516Z Compiling humility-pmbus v0.1.0 (/work/oxidecomputer/humility/humility-pmbus)
6062026-06-08T17:01:04.818Z Compiling humility-stack v0.1.0 (/work/oxidecomputer/humility/humility-stack)
6072026-06-08T17:01:05.557Z Compiling half v2.7.1
6082026-06-08T17:01:05.633Z Compiling minimad v0.14.0
6092026-06-08T17:01:06.485Z Compiling minimad v0.13.1
6102026-06-08T17:01:06.660Z Compiling spd v0.1.0 (https://github.com/oxidecomputer/spd#2e45cc36)
6112026-06-08T17:01:06.660Z Compiling array-init v2.1.0
6122026-06-08T17:01:06.660Z Compiling ciborium-io v0.2.2
6132026-06-08T17:01:06.660Z Compiling bytemuck v1.25.0
6142026-06-08T17:01:06.661Z Compiling convert_case v0.4.0
6152026-06-08T17:01:06.839Z Compiling derive_more v0.99.20
6162026-06-08T17:01:07.607Z Compiling ciborium-ll v0.2.2
6172026-06-08T17:01:07.761Z Compiling termimad v0.25.7
6182026-06-08T17:01:07.840Z Compiling humility-spd v0.1.0 (/work/oxidecomputer/humility/humility-spd)
6192026-06-08T17:01:08.912Z Compiling termimad v0.34.1
6202026-06-08T17:01:09.202Z Compiling ratatui-macros v0.7.0
6212026-06-08T17:01:09.304Z Compiling humility-cmd-doc v0.1.0 (/work/oxidecomputer/humility/cmd/doc)
6222026-06-08T17:01:09.707Z Compiling ratatui-crossterm v0.1.0
6232026-06-08T17:01:09.905Z Compiling humility-auxflash v0.1.0 (/work/oxidecomputer/humility/humility-auxflash)
6242026-06-08T17:01:10.041Z Compiling humility-jefe v0.1.0 (/work/oxidecomputer/humility/humility-jefe)
6252026-06-08T17:01:10.085Z Compiling sha2 v0.11.0
6262026-06-08T17:01:10.537Z Compiling vsc7448-types v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6272026-06-08T17:01:10.796Z Compiling csv-core v0.1.13
6282026-06-08T17:01:11.256Z Compiling iana-time-zone v0.1.65
6292026-06-08T17:01:11.377Z Compiling xml v1.2.1
6302026-06-08T17:01:11.706Z Compiling parse-size v1.1.0
6312026-06-08T17:01:11.894Z Compiling chrono v0.4.44
6322026-06-08T17:01:12.264Z Compiling serde-xml-rs v0.8.2
6332026-06-08T17:01:13.698Z Compiling csv v1.4.0
6342026-06-08T17:01:14.875Z Compiling vsc7448-info v0.1.0 (https://github.com/oxidecomputer/vsc7448.git#a9e71588)
6352026-06-08T17:01:15.997Z Compiling ratatui v0.30.0
6362026-06-08T17:01:16.184Z Compiling ipcc-data v0.0.1 (https://github.com/oxidecomputer/ipcc-rs#7cdf2ab9)
6372026-06-08T17:01:16.399Z Compiling raw-cpuid v11.6.0
6382026-06-08T17:01:16.805Z Compiling ciborium v0.2.2
6392026-06-08T17:01:17.638Z Compiling humility-cmd-tasks v0.1.0 (/work/oxidecomputer/humility/cmd/tasks)
6402026-06-08T17:01:17.808Z Compiling humility-bin v0.12.18 (/work/oxidecomputer/humility/humility-bin)
6412026-06-08T17:01:18.307Z Compiling humility-vpd-lib v0.1.0 (/work/oxidecomputer/humility/humility-vpd-lib)
6422026-06-08T17:01:18.856Z Compiling humility-validate v0.1.0 (/work/oxidecomputer/humility/humility-validate)
6432026-06-08T17:01:19.417Z Compiling gimlet-inspector-protocol v0.1.0 (https://github.com/oxidecomputer/gimlet-inspector-protocol#030004d0)
6442026-06-08T17:01:19.599Z Compiling strum_macros v0.28.0
6452026-06-08T17:01:19.652Z Compiling termios v0.3.3
6462026-06-08T17:01:19.787Z Compiling splitty v1.0.2
6472026-06-08T17:01:19.949Z Compiling strum v0.28.0
6482026-06-08T17:01:20.078Z Compiling turin-post-decoder v0.4.0 (https://github.com/oxidecomputer/turin-post-decoder#2ced4872)
6492026-06-08T17:01:20.205Z Compiling humility-cmd-exec v0.1.0 (/work/oxidecomputer/humility/cmd/exec)
6502026-06-08T17:01:20.386Z Compiling humility-cmd-host v0.1.0 (/work/oxidecomputer/humility/cmd/host)
6512026-06-08T17:01:20.470Z Compiling humility-cmd-console-proxy v0.1.0 (/work/oxidecomputer/humility/cmd/console-proxy)
6522026-06-08T17:01:21.432Z Compiling humility-cmd-gimlet v0.1.0 (/work/oxidecomputer/humility/cmd/gimlet)
6532026-06-08T17:01:22.570Z Compiling humility-cmd-validate v0.1.0 (/work/oxidecomputer/humility/cmd/validate)
6542026-06-08T17:01:23.199Z Compiling humility-cmd-vpd v0.1.0 (/work/oxidecomputer/humility/cmd/vpd)
6552026-06-08T17:01:23.657Z Compiling humility-cmd-test v0.1.0 (/work/oxidecomputer/humility/cmd/test)
6562026-06-08T17:01:23.956Z Compiling humility-cmd-sbrmi v0.1.0 (/work/oxidecomputer/humility/cmd/sbrmi)
6572026-06-08T17:01:25.162Z Compiling humility-cmd-ereport v0.1.0 (/work/oxidecomputer/humility/cmd/ereport)
6582026-06-08T17:01:26.954Z Compiling humility-cmd-dashboard v0.1.0 (/work/oxidecomputer/humility/cmd/dashboard)
6592026-06-08T17:01:27.364Z Compiling humility-cmd-rencm v0.1.0 (/work/oxidecomputer/humility/cmd/rencm)
6602026-06-08T17:01:28.289Z Compiling humility-cmd-pmbus v0.1.0 (/work/oxidecomputer/humility/cmd/pmbus)
6612026-06-08T17:01:29.258Z Compiling humility-cmd-mwocp v0.1.0 (/work/oxidecomputer/humility/cmd/mwocp)
6622026-06-08T17:01:31.138Z Compiling humility-cmd-ibc v0.1.0 (/work/oxidecomputer/humility/cmd/ibc)
6632026-06-08T17:01:31.433Z Compiling humility-cmd-powershelf v0.1.0 (/work/oxidecomputer/humility/cmd/powershelf)
6642026-06-08T17:01:33.113Z Compiling humility-cmd-rendmp v0.1.0 (/work/oxidecomputer/humility/cmd/rendmp)
6652026-06-08T17:01:34.042Z Compiling humility-cmd-monorail v0.1.0 (/work/oxidecomputer/humility/cmd/monorail)
6662026-06-08T17:01:34.950Z Compiling humility-cmd-writeword v0.1.0 (/work/oxidecomputer/humility/cmd/writeword)
6672026-06-08T17:01:36.461Z Compiling humility-cmd-readmem v0.1.0 (/work/oxidecomputer/humility/cmd/readmem)
6682026-06-08T17:01:38.784Z Compiling humility-cmd-qspi v0.1.0 (/work/oxidecomputer/humility/cmd/qspi)
6692026-06-08T17:01:40.593Z Compiling humility-cmd-hash v0.1.0 (/work/oxidecomputer/humility/cmd/hash)
6702026-06-08T17:01:41.230Z Compiling humility-cmd-jefe v0.1.0 (/work/oxidecomputer/humility/cmd/jefe)
6712026-06-08T17:01:42.133Z Compiling humility-cmd-diagnose v0.1.0 (/work/oxidecomputer/humility/cmd/diagnose)
6722026-06-08T17:01:42.715Z Compiling humility-cmd-flash v0.1.0 (/work/oxidecomputer/humility/cmd/flash)
6732026-06-08T17:01:44.202Z Compiling humility-cmd-auxflash v0.1.0 (/work/oxidecomputer/humility/cmd/auxflash)
6742026-06-08T17:01:45.056Z Compiling humility-cmd-spd v0.1.0 (/work/oxidecomputer/humility/cmd/spd)
6752026-06-08T17:01:45.345Z Compiling humility-cmd-registers v0.1.0 (/work/oxidecomputer/humility/cmd/registers)
6762026-06-08T17:01:45.374Z Compiling humility-cmd-rebootleby v0.1.0 (/work/oxidecomputer/humility/cmd/rebootleby)
6772026-06-08T17:01:46.511Z Compiling humility-cmd-debugmailbox v0.1.0 (/work/oxidecomputer/humility/cmd/debugmailbox)
6782026-06-08T17:01:48.618Z Compiling humility-cmd-probe v0.1.0 (/work/oxidecomputer/humility/cmd/probe)
6792026-06-08T17:01:49.158Z Compiling humility-cmd-i2c v0.1.0 (/work/oxidecomputer/humility/cmd/i2c)
6802026-06-08T17:01:49.710Z Compiling humility-cmd-sensors v0.1.0 (/work/oxidecomputer/humility/cmd/sensors)
6812026-06-08T17:01:49.788Z Compiling humility-cmd-hiffy v0.1.0 (/work/oxidecomputer/humility/cmd/hiffy)
6822026-06-08T17:01:50.767Z Compiling humility-cmd-spi v0.1.0 (/work/oxidecomputer/humility/cmd/spi)
6832026-06-08T17:01:51.837Z Compiling humility-cmd-spctrl v0.1.0 (/work/oxidecomputer/humility/cmd/spctrl)
6842026-06-08T17:01:52.737Z Compiling humility-cmd-lpc55gpio v0.1.0 (/work/oxidecomputer/humility/cmd/lpc55gpio)
6852026-06-08T17:01:54.626Z Compiling humility-cmd-manifest v0.1.0 (/work/oxidecomputer/humility/cmd/manifest)
6862026-06-08T17:01:55.232Z Compiling humility-cmd-gpio v0.1.0 (/work/oxidecomputer/humility/cmd/gpio)
6872026-06-08T17:01:55.797Z Compiling humility-cmd-stackmargin v0.1.0 (/work/oxidecomputer/humility/cmd/stackmargin)
6882026-06-08T17:01:56.208Z Compiling humility-cmd-lsusb v0.1.0 (/work/oxidecomputer/humility/cmd/lsusb)
6892026-06-08T17:01:56.520Z Compiling humility-cmd-counters v0.1.0 (/work/oxidecomputer/humility/cmd/counters)
6902026-06-08T17:01:57.179Z Compiling humility-cmd-net v0.1.0 (/work/oxidecomputer/humility/cmd/net)
6912026-06-08T17:01:57.245Z Compiling humility-cmd-extract v0.1.0 (/work/oxidecomputer/humility/cmd/extract)
6922026-06-08T17:01:58.903Z Compiling humility-cmd-stmsecure v0.1.0 (/work/oxidecomputer/humility/cmd/stmsecure)
6932026-06-08T17:01:59.148Z Compiling humility-cmd-ringbuf v0.1.0 (/work/oxidecomputer/humility/cmd/ringbuf)
6942026-06-08T17:01:59.224Z Compiling humility-cmd-discover v0.1.0 (/work/oxidecomputer/humility/cmd/discover)
6952026-06-08T17:01:59.832Z Compiling humility-cmd-power v0.1.0 (/work/oxidecomputer/humility/cmd/power)
6962026-06-08T17:02:01.254Z Compiling humility-cmd-dump v0.1.0 (/work/oxidecomputer/humility/cmd/dump)
6972026-06-08T17:02:03.142Z Compiling humility-cmd-hydrate v0.1.0 (/work/oxidecomputer/humility/cmd/hydrate)
6982026-06-08T17:02:03.282Z Compiling humility-cmd-tofino-eeprom v0.1.0 (/work/oxidecomputer/humility/cmd/tofino-eeprom)
6992026-06-08T17:02:04.042Z Compiling humility-cmd-readvar v0.1.0 (/work/oxidecomputer/humility/cmd/readvar)
7002026-06-08T17:02:04.089Z Compiling humility-cmd-reset v0.1.0 (/work/oxidecomputer/humility/cmd/reset)
7012026-06-08T17:02:04.497Z Compiling humility-cmd-map v0.1.0 (/work/oxidecomputer/humility/cmd/map)
7022026-06-08T17:02:21.650Z Finished `release` profile [optimized + debuginfo] target(s) in 2m 43s
7032026-06-08T17:03:16.787Zpkg://helios/developer/debug/humility@0.12.18.690,5.11-3.0:20260608T170227Z
7042026-06-08T17:03:16.787ZPUBLISHED
7052026-06-08T17:03:16.997ZRetrieving packages for publisher helios ...
7062026-06-08T17:03:17.157ZRetrieving catalog 'helios' ... Done
7072026-06-08T17:03:17.157ZRetrieving and evaluating 1 package(s)...
7082026-06-08T17:03:17.157ZFetching manifests: 1/1 100% complete
7092026-06-08T17:03:17.157ZFetching manifests: 1/1 100% complete
7102026-06-08T17:03:17.157Z
7112026-06-08T17:03:17.157ZArchiving packages ...
7122026-06-08T17:03:17.157Z Packages to add: 1
7132026-06-08T17:03:17.157Z Files to retrieve: 1
7142026-06-08T17:03:17.157ZEstimated transfer size: 120.61 MB
7152026-06-08T17:03:17.157Z
7162026-06-08T17:03:17.157ZPackages to archive:
7172026-06-08T17:03:17.157Zdeveloper/debug/humility@0.12.18.690,5.11-3.0:20260608T170227Z
7182026-06-08T17:03:17.158Z
7192026-06-08T17:03:17.158ZDownload: 0/1 items 0.0/120.6MB 0% complete
7202026-06-08T17:03:17.262ZDownload: Completed 120.61 MB in 0.21 seconds (570M/s)
7212026-06-08T17:03:17.284ZArchiving: 1/10 items 0.0/120.6MB 0% complete
7222026-06-08T17:03:17.284ZArchiving: Completed 120.62 MB in 0.05 seconds
7232026-06-08T17:03:17.360ZSuccessfully built package /work/oxidecomputer/humility/pkg/packages/repo/humility-0.12.18.690-3.0.p5p.
7242026-06-08T17:03:17.410Z
7252026-06-08T17:03:17.410Zreal 4:01.386797537
7262026-06-08T17:03:17.410Zuser 19:42.195956455
7272026-06-08T17:03:17.410Zsys 1:20.553571647
7282026-06-08T17:03:17.410Ztrap 0.583901211
7292026-06-08T17:03:17.410Ztflt 1.037494466
7302026-06-08T17:03:17.410Zdflt 1.299732228
7312026-06-08T17:03:17.410Zkflt 0.009858735
7322026-06-08T17:03:17.410Zlock 1:22:28.354270723
7332026-06-08T17:03:17.410Zslp 1:04:17.729172205
7342026-06-08T17:03:17.410Zlat 1:08.732405696
7352026-06-08T17:03:17.410Zstop 52.909361974
7362026-06-08T17:03:17.410Z+ banner copy
7372026-06-08T17:03:17.415Z
7382026-06-08T17:03:17.415Z #### #### ##### # #
7392026-06-08T17:03:17.415Z # # # # # # # #
7402026-06-08T17:03:17.415Z # # # # # #
7412026-06-08T17:03:17.415Z # # # ##### #
7422026-06-08T17:03:17.415Z # # # # # #
7432026-06-08T17:03:17.415Z #### #### # #
7442026-06-08T17:03:17.415Z
7452026-06-08T17:03:17.415Z+ pfexec mkdir -p /out
7462026-06-08T17:03:17.415Z+ pfexec chown 12345 /out
7472026-06-08T17:03:17.415Z+ PKG_NAME=/out/humility.p5p
7482026-06-08T17:03:17.416Z+ mv pkg/packages/repo/humility-0.12.18.690-3.0.p5p /out/humility.p5p
7492026-06-08T17:03:17.471Z+ sha256sum /out/humility.p5p
7502026-06-08T17:03:17.523Zprocess exited: duration 247155 ms, exit code 0
 
7512026-06-08T17:03:18.798Zfound 2 output files
7522026-06-08T17:03:18.798Zuploading: /out/humility.p5p (126494720 bytes)
7532026-06-08T17:03:25.933Zuploaded: /out/humility.p5p
7542026-06-08T17:03:25.934Zuploading: /out/humility.p5p.sha256 (84 bytes)
7552026-06-08T17:03:28.343Zuploaded: /out/humility.p5p.sha256