01M0WW42PCSAJG5ZM96ZJF1TVZ: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0WW4KTR9RR3GJCVKJ9CQT9M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T16:31:32.679Zjob assigned to worker 01M0WW4YM7DGD5FAF5MQJEYBFZ [factory aws, i-07c538cb52c47dd44] (queued for 1 m 1 s)
 
22026-08-25T16:31:39.321Zstarting task 0: "setup"
32026-08-25T16:31:39.328Z++ uname -s
42026-08-25T16:31:39.329Z+ kern=SunOS
52026-08-25T16:31:39.329Z+ build_user=build
62026-08-25T16:31:39.329Z+ build_uid=12345
72026-08-25T16:31:39.329Z+ work_dir=/work
82026-08-25T16:31:39.329Z+ input_dir=/input
92026-08-25T16:31:39.329Z+ [[ 0 == 12345 ]]
102026-08-25T16:31:39.329Z+ case "$kern" in
112026-08-25T16:31:39.329Z+ groupadd -g 12345 build
122026-08-25T16:31:39.329Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T16:31:41.331Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T16:31:41.427Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T16:31:41.434Z+ home_fs=zfs
162026-08-25T16:31:41.435Z+ [[ zfs == autofs ]]
172026-08-25T16:31:41.435Z+ mkdir -p /home/build
182026-08-25T16:31:41.435Z+ chown build:build /home/build /work
192026-08-25T16:31:43.427Z+ chmod 0700 /home/build /work
202026-08-25T16:31:43.430Zprocess exited: duration 4114 ms, exit code 0
 
212026-08-25T16:31:43.436Zstarting task 1: "rust-toolchain"
222026-08-25T16:31:43.441Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T16:31:43.441Z * rust toolchain channel = "1.97.1"
242026-08-25T16:31:43.441Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T16:31:43.441Z * rust toolchain profile = "default"
262026-08-25T16:31:43.441Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T16:31:43.444Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T16:31:43.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T16:31:43.444Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T16:31:43.498Zinfo: downloading installer
312026-08-25T16:31:44.765Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T16:31:44.765Zwarn: /home/build/.rustup/settings.toml
332026-08-25T16:31:44.765Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T16:31:44.765Zwarn: instead of the one inferred from the default host triple.
352026-08-25T16:31:44.779Zinfo: profile set to default
362026-08-25T16:31:44.779Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T16:31:44.782Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T16:31:44.918Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T16:31:44.921Zinfo: downloading 6 components
402026-08-25T16:31:58.465Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T16:31:58.465Z
422026-08-25T16:31:58.495Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T16:31:58.495Z
442026-08-25T16:31:58.495Z
452026-08-25T16:31:58.495ZRust is installed now. Great!
462026-08-25T16:31:58.495Z
472026-08-25T16:31:58.495ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T16:31:58.495Zenvironment variable. This has not been done automatically.
492026-08-25T16:31:58.495Z
502026-08-25T16:31:58.495ZTo configure your current shell, you need to source
512026-08-25T16:31:58.495Zthe corresponding env file under $HOME/.cargo.
522026-08-25T16:31:58.495Z
532026-08-25T16:31:58.495ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T16:31:58.495Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T16:31:58.495Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T16:31:58.495Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T16:31:58.495Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T16:31:58.495Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T16:31:58.495Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T16:31:58.499Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T16:31:58.499Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T16:31:58.600Z+ rustup --version
632026-08-25T16:31:58.609Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T16:31:58.612Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T16:31:58.630Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T16:31:58.633Z+ cargo --version
672026-08-25T16:31:58.647Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T16:31:58.650Z+ rustc --version
692026-08-25T16:31:58.668Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T16:31:58.672Zprocess exited: duration 15234 ms, exit code 0
 
712026-08-25T16:31:58.678Zstarting task 2: "authentication"
722026-08-25T16:31:58.697Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T16:31:58.703Zstarting task 3: "clone repository"
742026-08-25T16:31:58.706Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T16:31:58.709Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T16:31:58.743ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T16:32:11.915Z+ cd /work/oxidecomputer/omicron
782026-08-25T16:32:11.915Z+ git fetch origin 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b
792026-08-25T16:32:12.447ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T16:32:12.447Z * branch 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b -> FETCH_HEAD
812026-08-25T16:32:12.457Z+ [[ -n renovate/crate-postgres-protocol-vulnerability ]]
822026-08-25T16:32:12.460Z++ git branch --show-current
832026-08-25T16:32:12.460Z+ current=main
842026-08-25T16:32:12.460Z+ [[ main != renovate/crate-postgres-protocol-vulnerability ]]
852026-08-25T16:32:12.460Z+ git branch -f renovate/crate-postgres-protocol-vulnerability 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b
862026-08-25T16:32:12.465Z+ git checkout -f renovate/crate-postgres-protocol-vulnerability
872026-08-25T16:32:12.714ZSwitched to branch 'renovate/crate-postgres-protocol-vulnerability'
882026-08-25T16:32:12.718Z+ git reset --hard 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b
892026-08-25T16:32:12.733ZHEAD is now at 349e9bd3d Update Rust crate postgres-protocol to v0.6.12 [SECURITY]
902026-08-25T16:32:12.737Zprocess exited: duration 14031 ms, exit code 0
 
912026-08-25T16:32:12.747Zstarting task 4: "build"
922026-08-25T16:32:12.753Z+ source .github/buildomat/ci-env.sh
932026-08-25T16:32:12.753Z++ export CARGO_TERM_COLOR=always
942026-08-25T16:32:12.753Z++ CARGO_TERM_COLOR=always
952026-08-25T16:32:12.753Z+++ uname -s
962026-08-25T16:32:12.754Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T16:32:12.757Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T16:32:12.757Z+ cargo --version
992026-08-25T16:32:12.765Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T16:32:12.769Z+ rustc --version
1012026-08-25T16:32:12.784Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T16:32:12.787Z+ source ./env.sh
1032026-08-25T16:32:12.787Z++ OLD_SHELL_OPTS=ehxB
1042026-08-25T16:32:12.787Z++ set -o xtrace
1052026-08-25T16:32:12.790Z++++ dirname ./env.sh
1062026-08-25T16:32:12.791Z+++ readlink -f .
1072026-08-25T16:32:12.795Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-25T16:32:12.795Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-25T16:32:12.795Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-25T16:32:12.795Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-25T16:32:12.795Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-25T16:32:12.796Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-25T16:32:12.796Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-25T16:32:12.796Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-25T16:32:12.796Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-25T16:32:12.796Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-25T16:32:12.796Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-25T16:32:12.796Z++ case $OLD_SHELL_OPTS in
1192026-08-25T16:32:12.796Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-25T16:32:12.796Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-25T16:32:12.796Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-25T16:32:12.796Z+ banner prerequisites
1232026-08-25T16:32:12.796Z
1242026-08-25T16:32:12.796Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-25T16:32:12.796Z # # # # # # # # # # # # # # #
1262026-08-25T16:32:12.796Z # # # # ##### # # ##### # # # # # #### #
1272026-08-25T16:32:12.796Z ##### ##### # ##### # # # # # # # # #
1282026-08-25T16:32:12.796Z # # # # # # # # # # # # # # #
1292026-08-25T16:32:12.796Z # # # ###### # # ###### ### # #### # #### #
1302026-08-25T16:32:12.796Z
1312026-08-25T16:32:12.796Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-25T16:32:14.673Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-25T16:32:15.058Z Startup: Caching catalogs ... Done
1342026-08-25T16:32:17.189ZPlanning: Solver setup ... Done (2.014s)
1352026-08-25T16:32:17.251ZPlanning: Running solver ... Done (0.062s)
1362026-08-25T16:32:17.299ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-25T16:32:17.310ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-25T16:32:17.336ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-25T16:32:17.350ZPlanning: Package planning ... Done (0.013s)
1402026-08-25T16:32:17.353ZPlanning: Merging actions ... Done (0.001s)
1412026-08-25T16:32:17.573ZPlanning: Checking for conflicting actions ... Done (0.221s)
1422026-08-25T16:32:17.577ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-25T16:32:18.343ZPlanning: Evaluating mediators ... Done (0.769s)
1442026-08-25T16:32:18.346ZPlanning: Planning completed in 3.25 seconds
1452026-08-25T16:32:18.352Z Packages to install: 2
1462026-08-25T16:32:18.356Z Estimated space available: 156.01 GB
1472026-08-25T16:32:18.356ZEstimated space to be consumed: 80.56 MB
1482026-08-25T16:32:18.356Z Create boot environment: No
1492026-08-25T16:32:18.356ZCreate backup boot environment: No
1502026-08-25T16:32:18.356Z Rebuild boot archive: No
1512026-08-25T16:32:18.356Z
1522026-08-25T16:32:18.356ZChanged packages:
1532026-08-25T16:32:18.356Zhelios
1542026-08-25T16:32:18.356Z developer/build-essential
1552026-08-25T16:32:18.356Z None -> 11-3.0
1562026-08-25T16:32:18.356Z library/libxmlsec1
1572026-08-25T16:32:18.356Z None -> 1.2.35-3.0
1582026-08-25T16:32:18.376Z
1592026-08-25T16:32:18.376ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-25T16:32:18.453ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-08-25T16:32:18.514Z Actions: 1/268 actions (Installing new actions)
1622026-08-25T16:32:18.551Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-25T16:32:18.586ZFinalize: Updating package state database ... Done (0.035s)
1642026-08-25T16:32:18.589ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T16:32:18.672ZFinalize: Updating image state ... Done (0.086s)
1662026-08-25T16:32:21.086ZFinalize: Creating fast lookup database ... Done (2.361s)
1672026-08-25T16:32:21.153ZFinalize: Reading search index ... Done (0.013s)
1682026-08-25T16:32:21.156ZFinalize: Updating search index ... Done (0.000s)
1692026-08-25T16:32:21.298ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-25T16:32:21.670ZPlanning: Evaluating mediator changes ... Done
1712026-08-25T16:32:21.778ZPlanning: Checking for conflicting actions ... Done
1722026-08-25T16:32:21.782ZPlanning: Consolidating action changes ... Done
1732026-08-25T16:32:21.930ZPlanning: Evaluating mediators ... Done
1742026-08-25T16:32:21.933ZPlanning: Planning completed in 0.26 seconds
1752026-08-25T16:32:21.953Z Mediators to change: 2
1762026-08-25T16:32:21.953Z Create boot environment: No
1772026-08-25T16:32:21.956ZCreate backup boot environment: No
1782026-08-25T16:32:22.003ZFinalize: Updating package state database ... Done
1792026-08-25T16:32:22.003ZFinalize: Updating package cache ... Done
1802026-08-25T16:32:22.054ZFinalize: Updating image state ... Done
1812026-08-25T16:32:23.995ZFinalize: Creating fast lookup database ... Done
1822026-08-25T16:32:24.056ZFinalize: Reading search index ... Done
1832026-08-25T16:32:24.059ZFinalize: Updating search index ... Done
1842026-08-25T16:32:24.170ZFinalize: Updating package cache ... Done
1852026-08-25T16:32:24.452ZPlanning: Evaluating mediator changes ... Done
1862026-08-25T16:32:24.557ZPlanning: Checking for conflicting actions ... Done
1872026-08-25T16:32:24.560ZPlanning: Consolidating action changes ... Done
1882026-08-25T16:32:24.713ZPlanning: Evaluating mediators ... Done
1892026-08-25T16:32:24.716ZPlanning: Planning completed in 0.26 seconds
1902026-08-25T16:32:24.736Z Mediators to change: 1
1912026-08-25T16:32:24.736Z Create boot environment: No
1922026-08-25T16:32:24.736ZCreate backup boot environment: No
1932026-08-25T16:32:24.776ZFinalize: Updating package state database ... Done
1942026-08-25T16:32:24.776ZFinalize: Updating package cache ... Done
1952026-08-25T16:32:24.828ZFinalize: Updating image state ... Done
1962026-08-25T16:32:26.753ZFinalize: Creating fast lookup database ... Done
1972026-08-25T16:32:26.813ZFinalize: Reading search index ... Done
1982026-08-25T16:32:26.817ZFinalize: Updating search index ... Done
1992026-08-25T16:32:26.880ZFinalize: Updating package cache ... Done
2002026-08-25T16:32:27.188ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-25T16:32:27.188Zapache system 2.4 system
2022026-08-25T16:32:27.188Zclang system 15 system
2032026-08-25T16:32:27.188Zcsh system system illumos
2042026-08-25T16:32:27.188Zctags system system illumos
2052026-08-25T16:32:27.188Zfile vendor vendor darwinsys
2062026-08-25T16:32:27.188Zfile system system illumos
2072026-08-25T16:32:27.188Zgcc vendor 14 vendor
2082026-08-25T16:32:27.188Zgcc system 13 system
2092026-08-25T16:32:27.188Zgcc system 10 system
2102026-08-25T16:32:27.188Zgo system 1.25 system
2112026-08-25T16:32:27.188Zllvm system 15 system
2122026-08-25T16:32:27.188Zmariadb system 11.4 system
2132026-08-25T16:32:27.188Zmta vendor vendor dma
2142026-08-25T16:32:27.188Zopenjdk system 17 system
2152026-08-25T16:32:27.189Zopenjdk system 11 system
2162026-08-25T16:32:27.189Zopenssl vendor 3 vendor
2172026-08-25T16:32:27.189Zperl system 5.40 system
2182026-08-25T16:32:27.189Zpostgresql system 18 system
2192026-08-25T16:32:27.189Zpostgresql system 17 system
2202026-08-25T16:32:27.189Zpython vendor 3 vendor
2212026-08-25T16:32:27.189Zpython system 2 system
2222026-08-25T16:32:27.189Zpython3 vendor 3.13 vendor
2232026-08-25T16:32:27.189Zruby system 3.4 system
2242026-08-25T16:32:27.189Zruby system 3.0 system
2252026-08-25T16:32:27.189Zwords vendor vendor american-english
2262026-08-25T16:32:27.189Zwords system system australian-english
2272026-08-25T16:32:27.189Zwords system system british-english
2282026-08-25T16:32:27.189Zwords system system canadian-english
2292026-08-25T16:32:27.189Zwords system system french
2302026-08-25T16:32:27.189Zwords system system italian
2312026-08-25T16:32:27.189Zwords system system ngerman
2322026-08-25T16:32:27.189Zwords system system ogerman
2332026-08-25T16:32:27.189Zwords system system spanish
2342026-08-25T16:32:27.445ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-25T16:32:27.445Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-25T16:32:27.921ZFMRI IFO
2372026-08-25T16:32:27.921Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-25T16:32:27.921Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-25T16:32:27.921Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-25T16:32:27.921Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-25T16:32:27.921Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-25T16:32:27.921Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-25T16:32:27.921Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-25T16:32:27.921Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-25T16:32:27.921Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-25T16:32:28.266Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-25T16:32:28.575Z Updating crates.io index
2482026-08-25T16:32:28.578Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-25T16:32:28.858Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T16:32:30.483Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-25T16:32:31.512Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-25T16:32:32.063Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-25T16:32:34.052Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-25T16:32:35.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-25T16:32:35.481Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-25T16:32:35.861Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-25T16:32:37.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-25T16:32:37.972Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-25T16:32:38.417Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-25T16:32:38.721Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-25T16:32:39.006Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-25T16:32:40.571Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-25T16:32:41.917Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-25T16:32:42.194Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-25T16:32:42.512Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-25T16:32:43.021Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-25T16:32:43.431Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2682026-08-25T16:32:44.379Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-25T16:32:44.960Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-25T16:32:45.243Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-25T16:32:46.478Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-25T16:32:46.780Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-25T16:32:47.125Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-25T16:32:47.538Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-25T16:32:48.344Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-25T16:32:51.135Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-25T16:32:51.512Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-25T16:32:51.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-25T16:32:55.379Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-25T16:32:55.795Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-25T16:32:57.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-25T16:32:57.588Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-25T16:32:57.902Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-25T16:32:58.260Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-25T16:32:58.589Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-25T16:32:59.107Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-25T16:32:59.368Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-25T16:33:01.296Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-25T16:33:01.759Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-25T16:33:02.968Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-25T16:33:05.772Z Downloading crates ...
2922026-08-25T16:33:05.846Z Downloaded camino v1.2.5
2932026-08-25T16:33:05.885Z Downloaded anstream v1.0.0
2942026-08-25T16:33:05.885Z Downloaded anstyle v1.0.14
2952026-08-25T16:33:05.885Z Downloaded generic-array v0.14.7
2962026-08-25T16:33:05.885Z Downloaded zmij v1.0.21
2972026-08-25T16:33:05.885Z Downloaded zerocopy-derive v0.7.35
2982026-08-25T16:33:05.885Z Downloaded autocfg v1.5.0
2992026-08-25T16:33:05.886Z Downloaded bitflags v2.11.0
3002026-08-25T16:33:05.886Z Downloaded dtrace-parser v0.2.0
3012026-08-25T16:33:05.886Z Downloaded heck v0.4.1
3022026-08-25T16:33:05.886Z Downloaded zerocopy v0.7.35
3032026-08-25T16:33:05.886Z Downloaded block-buffer v0.10.4
3042026-08-25T16:33:05.886Z Downloaded errno v0.3.14
3052026-08-25T16:33:05.886Z Downloaded colorchoice v1.0.4
3062026-08-25T16:33:05.886Z Downloaded anstyle-query v1.1.5
3072026-08-25T16:33:05.886Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-25T16:33:05.886Z Downloaded dof v0.3.0
3092026-08-25T16:33:05.886Z Downloaded cargo_metadata v0.23.1
3102026-08-25T16:33:05.886Z Downloaded cargo-platform v0.3.2
3112026-08-25T16:33:05.886Z Downloaded fastrand v2.3.0
3122026-08-25T16:33:05.887Z Downloaded utf8parse v0.2.2
3132026-08-25T16:33:05.887Z Downloaded equivalent v1.0.2
3142026-08-25T16:33:05.887Z Downloaded proc-macro-error-attr v1.0.4
3152026-08-25T16:33:05.887Z Downloaded itoa v1.0.17
3162026-08-25T16:33:05.887Z Downloaded crypto-common v0.1.7
3172026-08-25T16:33:05.887Z Downloaded macaddr v1.0.1
3182026-08-25T16:33:05.887Z Downloaded memmap v0.7.0
3192026-08-25T16:33:05.887Z Downloaded heck v0.5.0
3202026-08-25T16:33:05.887Z Downloaded camino-tempfile v1.4.1
3212026-08-25T16:33:05.887Z Downloaded byteorder v1.5.0
3222026-08-25T16:33:05.887Z Downloaded pest_meta v2.8.6
3232026-08-25T16:33:05.887Z Downloaded anstyle-parse v1.0.0
3242026-08-25T16:33:05.887Z Downloaded fnv v1.0.7
3252026-08-25T16:33:05.912Z Downloaded cfg-if v1.0.4
3262026-08-25T16:33:05.912Z Downloaded unicode-linebreak v0.1.5
3272026-08-25T16:33:05.912Z Downloaded cpufeatures v0.2.17
3282026-08-25T16:33:05.912Z Downloaded usdt v0.5.0
3292026-08-25T16:33:05.912Z Downloaded toml_write v0.1.2
3302026-08-25T16:33:05.912Z Downloaded serde_spanned v0.6.9
3312026-08-25T16:33:05.912Z Downloaded thread-id v4.2.2
3322026-08-25T16:33:05.912Z Downloaded clap_lex v1.0.0
3332026-08-25T16:33:05.912Z Downloaded quote v1.0.45
3342026-08-25T16:33:05.913Z Downloaded pretty-hex v0.4.1
3352026-08-25T16:33:05.913Z Downloaded tabled_derive v0.7.0
3362026-08-25T16:33:05.945Z Downloaded swrite v0.1.0
3372026-08-25T16:33:05.945Z Downloaded usdt-attr-macro v0.5.0
3382026-08-25T16:33:05.945Z Downloaded terminal_size v0.4.3
3392026-08-25T16:33:05.945Z Downloaded version_check v0.9.5
3402026-08-25T16:33:05.945Z Downloaded scroll_derive v0.12.1
3412026-08-25T16:33:05.945Z Downloaded toml_datetime v0.6.11
3422026-08-25T16:33:05.945Z Downloaded smawk v0.3.2
3432026-08-25T16:33:05.975Z Downloaded digest v0.10.7
3442026-08-25T16:33:05.975Z Downloaded thiserror-impl v2.0.18
3452026-08-25T16:33:05.975Z Downloaded anyhow v1.0.104
3462026-08-25T16:33:05.975Z Downloaded pest_generator v2.8.6
3472026-08-25T16:33:05.975Z Downloaded plain v0.2.3
3482026-08-25T16:33:05.975Z Downloaded strsim v0.11.1
3492026-08-25T16:33:05.975Z Downloaded usdt-macro v0.5.0
3502026-08-25T16:33:05.976Z Downloaded cargo_toml v0.21.0
3512026-08-25T16:33:05.976Z Downloaded bytecount v0.6.9
3522026-08-25T16:33:05.976Z Downloaded serde_tokenstream v0.2.3
3532026-08-25T16:33:05.976Z Downloaded sha2 v0.10.9
3542026-08-25T16:33:06.018Z Downloaded once_cell v1.21.3
3552026-08-25T16:33:06.019Z Downloaded scroll v0.12.0
3562026-08-25T16:33:06.019Z Downloaded thiserror v1.0.69
3572026-08-25T16:33:06.019Z Downloaded usdt-impl v0.5.0
3582026-08-25T16:33:06.019Z Downloaded thiserror-impl v1.0.69
3592026-08-25T16:33:06.019Z Downloaded proc-macro-error v1.0.4
3602026-08-25T16:33:06.019Z Downloaded fs-err v3.3.0
3612026-08-25T16:33:06.019Z Downloaded thiserror v2.0.18
3622026-08-25T16:33:06.019Z Downloaded semver v1.0.28
3632026-08-25T16:33:06.020Z Downloaded pest_derive v2.8.6
3642026-08-25T16:33:06.020Z Downloaded ucd-trie v0.1.7
3652026-08-25T16:33:06.020Z Downloaded getrandom v0.4.3
3662026-08-25T16:33:06.047Z Downloaded serde_core v1.0.228
3672026-08-25T16:33:06.047Z Downloaded toml v0.8.23
3682026-08-25T16:33:06.047Z Downloaded clap v4.6.1
3692026-08-25T16:33:06.047Z Downloaded tempfile v3.27.0
3702026-08-25T16:33:06.059Z Downloaded clap_derive v4.6.1
3712026-08-25T16:33:06.075Z Downloaded papergrid v0.11.0
3722026-08-25T16:33:06.075Z Downloaded toml_edit v0.22.27
3732026-08-25T16:33:06.075Z Downloaded log v0.4.33
3742026-08-25T16:33:06.075Z Downloaded proc-macro2 v1.0.106
3752026-08-25T16:33:06.076Z Downloaded memchr v2.8.0
3762026-08-25T16:33:06.076Z Downloaded textwrap v0.16.2
3772026-08-25T16:33:06.076Z Downloaded serde_derive v1.0.228
3782026-08-25T16:33:06.076Z Downloaded unicode-ident v1.0.24
3792026-08-25T16:33:06.077Z Downloaded indexmap v2.14.0
3802026-08-25T16:33:06.085Z Downloaded serde v1.0.228
3812026-08-25T16:33:06.089Z Downloaded typenum v1.20.1
3822026-08-25T16:33:06.120Z Downloaded pest v2.8.6
3832026-08-25T16:33:06.164Z Downloaded clap_builder v4.6.0
3842026-08-25T16:33:06.181Z Downloaded hashbrown v0.17.0
3852026-08-25T16:33:06.181Z Downloaded serde_json v1.0.151
3862026-08-25T16:33:06.181Z Downloaded goblin v0.8.2
3872026-08-25T16:33:06.181Z Downloaded winnow v0.7.14
3882026-08-25T16:33:06.190Z Downloaded tabled v0.15.0
3892026-08-25T16:33:06.204Z Downloaded unicode-width v0.1.14
3902026-08-25T16:33:06.228Z Downloaded syn v1.0.109
3912026-08-25T16:33:06.228Z Downloaded unicode-width v0.2.0
3922026-08-25T16:33:06.244Z Downloaded syn v2.0.117
3932026-08-25T16:33:06.265Z Downloaded rustix v1.1.4
3942026-08-25T16:33:06.281Z Downloaded libc v0.2.185
3952026-08-25T16:33:06.339Z Compiling proc-macro2 v1.0.106
3962026-08-25T16:33:06.339Z Compiling unicode-ident v1.0.24
3972026-08-25T16:33:06.339Z Compiling quote v1.0.45
3982026-08-25T16:33:06.344Z Compiling serde_core v1.0.228
3992026-08-25T16:33:06.345Z Compiling libc v0.2.185
4002026-08-25T16:33:06.345Z Compiling version_check v0.9.5
4012026-08-25T16:33:06.345Z Compiling memchr v2.8.0
4022026-08-25T16:33:06.345Z Compiling serde v1.0.228
4032026-08-25T16:33:06.678Z Compiling zmij v1.0.21
4042026-08-25T16:33:06.877Z Compiling ucd-trie v0.1.7
4052026-08-25T16:33:06.906Z Compiling thiserror v1.0.69
4062026-08-25T16:33:07.128Z Compiling itoa v1.0.17
4072026-08-25T16:33:07.222Z Compiling pest v2.8.6
4082026-08-25T16:33:07.310Z Compiling byteorder v1.5.0
4092026-08-25T16:33:07.327Z Compiling rustix v1.1.4
4102026-08-25T16:33:07.386Z Compiling errno v0.3.14
4112026-08-25T16:33:07.543Z Compiling bitflags v2.11.0
4122026-08-25T16:33:07.546Z Compiling serde_json v1.0.151
4132026-08-25T16:33:07.761Z Compiling syn v2.0.117
4142026-08-25T16:33:07.831Z Compiling thread-id v4.2.2
4152026-08-25T16:33:07.844Z Compiling usdt-impl v0.5.0
4162026-08-25T16:33:07.909Z Compiling proc-macro-error-attr v1.0.4
4172026-08-25T16:33:08.017Z Compiling camino v1.2.5
4182026-08-25T16:33:08.046Z Compiling syn v1.0.109
4192026-08-25T16:33:08.240Z Compiling pest_meta v2.8.6
4202026-08-25T16:33:08.372Z Compiling proc-macro-error v1.0.4
4212026-08-25T16:33:08.393Z Compiling equivalent v1.0.2
4222026-08-25T16:33:08.450Z Compiling log v0.4.33
4232026-08-25T16:33:08.486Z Compiling getrandom v0.4.3
4242026-08-25T16:33:08.550Z Compiling hashbrown v0.17.0
4252026-08-25T16:33:08.628Z Compiling utf8parse v0.2.2
4262026-08-25T16:33:08.800Z Compiling plain v0.2.3
4272026-08-25T16:33:08.868Z Compiling anstyle-parse v1.0.0
4282026-08-25T16:33:08.938Z Compiling terminal_size v0.4.3
4292026-08-25T16:33:09.042Z Compiling indexmap v2.14.0
4302026-08-25T16:33:09.539Z Compiling anstyle-query v1.1.5
4312026-08-25T16:33:09.615Z Compiling toml_write v0.1.2
4322026-08-25T16:33:09.650Z Compiling winnow v0.7.14
4332026-08-25T16:33:09.667Z Compiling colorchoice v1.0.4
4342026-08-25T16:33:09.725Z Compiling cfg-if v1.0.4
4352026-08-25T16:33:09.785Z Compiling anstyle v1.0.14
4362026-08-25T16:33:09.805Z Compiling autocfg v1.5.0
4372026-08-25T16:33:09.810Z Compiling pretty-hex v0.4.1
4382026-08-25T16:33:09.854Z Compiling is_terminal_polyfill v1.70.2
4392026-08-25T16:33:09.932Z Compiling pest_generator v2.8.6
4402026-08-25T16:33:09.935Z Compiling thiserror v2.0.18
4412026-08-25T16:33:09.964Z Compiling anstream v1.0.0
4422026-08-25T16:33:10.216Z Compiling fs-err v3.3.0
4432026-08-25T16:33:10.376Z Compiling once_cell v1.21.3
4442026-08-25T16:33:10.400Z Compiling fastrand v2.3.0
4452026-08-25T16:33:10.457Z Compiling fnv v1.0.7
4462026-08-25T16:33:10.477Z Compiling strsim v0.11.1
4472026-08-25T16:33:10.564Z Compiling clap_lex v1.0.0
4482026-08-25T16:33:10.584Z Compiling unicode-width v0.1.14
4492026-08-25T16:33:10.625Z Compiling anyhow v1.0.104
4502026-08-25T16:33:10.654Z Compiling bytecount v0.6.9
4512026-08-25T16:33:10.789Z Compiling heck v0.5.0
4522026-08-25T16:33:10.793Z Compiling heck v0.4.1
4532026-08-25T16:33:10.851Z Compiling papergrid v0.11.0
4542026-08-25T16:33:10.870Z Compiling clap_builder v4.6.0
4552026-08-25T16:33:11.019Z Compiling tempfile v3.27.0
4562026-08-25T16:33:11.048Z Compiling tabled_derive v0.7.0
4572026-08-25T16:33:11.105Z Compiling cargo-platform v0.3.2
4582026-08-25T16:33:11.122Z Compiling semver v1.0.28
4592026-08-25T16:33:11.138Z Compiling memmap v0.7.0
4602026-08-25T16:33:11.324Z Compiling smawk v0.3.2
4612026-08-25T16:33:11.376Z Compiling unicode-linebreak v0.1.5
4622026-08-25T16:33:11.391Z Compiling unicode-width v0.2.0
4632026-08-25T16:33:11.435Z Compiling camino-tempfile v1.4.1
4642026-08-25T16:33:11.545Z Compiling serde_derive v1.0.228
4652026-08-25T16:33:11.606Z Compiling thiserror-impl v1.0.69
4662026-08-25T16:33:11.652Z Compiling zerocopy-derive v0.7.35
4672026-08-25T16:33:11.669Z Compiling pest_derive v2.8.6
4682026-08-25T16:33:11.736Z Compiling scroll_derive v0.12.1
4692026-08-25T16:33:11.961Z Compiling thiserror-impl v2.0.18
4702026-08-25T16:33:12.169Z Compiling clap_derive v4.6.1
4712026-08-25T16:33:12.281Z Compiling tabled v0.15.0
4722026-08-25T16:33:12.437Z Compiling scroll v0.12.0
4732026-08-25T16:33:12.523Z Compiling zerocopy v0.7.35
4742026-08-25T16:33:12.716Z Compiling goblin v0.8.2
4752026-08-25T16:33:13.032Z Compiling dtrace-parser v0.2.0
4762026-08-25T16:33:13.078Z Compiling textwrap v0.16.2
4772026-08-25T16:33:13.533Z Compiling swrite v0.1.0
4782026-08-25T16:33:13.893Z Compiling clap v4.6.1
4792026-08-25T16:33:14.616Z Compiling dof v0.3.0
4802026-08-25T16:33:14.616Z Compiling serde_tokenstream v0.2.3
4812026-08-25T16:33:14.630Z Compiling toml_datetime v0.6.11
4822026-08-25T16:33:14.651Z Compiling serde_spanned v0.6.9
4832026-08-25T16:33:14.657Z Compiling cargo_metadata v0.23.1
4842026-08-25T16:33:14.693Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-25T16:33:14.705Z Compiling macaddr v1.0.1
4862026-08-25T16:33:14.916Z Compiling toml_edit v0.22.27
4872026-08-25T16:33:15.418Z Compiling usdt-attr-macro v0.5.0
4882026-08-25T16:33:15.421Z Compiling usdt-macro v0.5.0
4892026-08-25T16:33:15.994Z Compiling usdt v0.5.0
4902026-08-25T16:33:16.219Z Compiling toml v0.8.23
4912026-08-25T16:33:16.542Z Compiling cargo_toml v0.21.0
4922026-08-25T16:33:17.807Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-25T16:33:19.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.70s
4942026-08-25T16:33:19.997Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-25T16:33:20.505Z Downloading crates ...
4962026-08-25T16:33:20.557Z Downloaded assert_matches v1.5.0
4972026-08-25T16:33:20.567Z Downloaded bit-vec v0.8.0
4982026-08-25T16:33:20.570Z Downloaded adler2 v2.0.1
4992026-08-25T16:33:20.575Z Downloaded aead v0.5.2
5002026-08-25T16:33:20.578Z Downloaded foreign-types v0.3.2
5012026-08-25T16:33:20.578Z Downloaded anstyle-parse v0.2.7
5022026-08-25T16:33:20.581Z Downloaded async-stream v0.3.6
5032026-08-25T16:33:20.581Z Downloaded futures-task v0.3.32
5042026-08-25T16:33:20.581Z Downloaded bcs v0.1.6
5052026-08-25T16:33:20.581Z Downloaded arrayref v0.3.9
5062026-08-25T16:33:20.585Z Downloaded bitfield-macros v0.19.4
5072026-08-25T16:33:20.585Z Downloaded const-oid v0.10.2
5082026-08-25T16:33:20.588Z Downloaded endian-type v0.1.2
5092026-08-25T16:33:20.588Z Downloaded gethostname v0.5.0
5102026-08-25T16:33:20.588Z Downloaded headers-core v0.3.0
5112026-08-25T16:33:20.588Z Downloaded fixedbitset v0.4.2
5122026-08-25T16:33:20.588Z Downloaded fxhash v0.2.1
5132026-08-25T16:33:20.591Z Downloaded find-msvc-tools v0.1.9
5142026-08-25T16:33:20.594Z Downloaded foreign-types-shared v0.1.1
5152026-08-25T16:33:20.594Z Downloaded generic-array v1.4.3
5162026-08-25T16:33:20.597Z Downloaded backtrace v0.3.76
5172026-08-25T16:33:20.597Z Downloaded embedded-io v0.6.1
5182026-08-25T16:33:20.600Z Downloaded argon2 v0.5.3
5192026-08-25T16:33:20.600Z Downloaded arrayvec v0.7.6
5202026-08-25T16:33:20.600Z Downloaded fatfs v0.3.6
5212026-08-25T16:33:20.603Z Downloaded ff v0.13.1
5222026-08-25T16:33:20.603Z Downloaded ahash v0.8.12
5232026-08-25T16:33:20.606Z Downloaded bit-set v0.5.3
5242026-08-25T16:33:20.606Z Downloaded atty v0.2.14
5252026-08-25T16:33:20.606Z Downloaded base16ct v0.2.0
5262026-08-25T16:33:20.606Z Downloaded bb8 v0.8.6
5272026-08-25T16:33:20.606Z Downloaded anstream v0.6.21
5282026-08-25T16:33:20.609Z Downloaded backoff v0.4.0
5292026-08-25T16:33:20.614Z Downloaded ff v0.14.0
5302026-08-25T16:33:20.617Z Downloaded funty v2.0.0
5312026-08-25T16:33:20.617Z Downloaded futures-util v0.3.32
5322026-08-25T16:33:20.622Z Downloaded futures-sink v0.3.32
5332026-08-25T16:33:20.625Z Downloaded console v0.15.11
5342026-08-25T16:33:20.625Z Downloaded array-init v0.0.4
5352026-08-25T16:33:20.625Z Downloaded backtrace-ext v0.2.1
5362026-08-25T16:33:20.625Z Downloaded cfg_aliases v0.1.1
5372026-08-25T16:33:20.625Z Downloaded cipher v0.5.2
5382026-08-25T16:33:20.625Z Downloaded foreign-types-macros v0.2.3
5392026-08-25T16:33:20.628Z Downloaded embedded-io v0.4.0
5402026-08-25T16:33:20.628Z Downloaded env_filter v2.0.0
5412026-08-25T16:33:20.628Z Downloaded fixedbitset v0.5.7
5422026-08-25T16:33:20.629Z Downloaded float-ord v0.3.2
5432026-08-25T16:33:20.629Z Downloaded foreign-types v0.5.0
5442026-08-25T16:33:20.631Z Downloaded form_urlencoded v1.2.2
5452026-08-25T16:33:20.631Z Downloaded futures-core v0.3.32
5462026-08-25T16:33:20.632Z Downloaded castaway v0.2.4
5472026-08-25T16:33:20.632Z Downloaded ciborium-ll v0.2.2
5482026-08-25T16:33:20.632Z Downloaded fallible-iterator v0.2.0
5492026-08-25T16:33:20.635Z Downloaded fs_extra v1.3.0
5502026-08-25T16:33:20.635Z Downloaded futures-channel v0.3.32
5512026-08-25T16:33:20.635Z Downloaded base16ct v1.0.0
5522026-08-25T16:33:20.639Z Downloaded ascii-canvas v3.0.0
5532026-08-25T16:33:20.644Z Downloaded async-recursion v1.1.1
5542026-08-25T16:33:20.644Z Downloaded cobs v0.3.0
5552026-08-25T16:33:20.647Z Downloaded foreign-types-shared v0.3.1
5562026-08-25T16:33:20.647Z Downloaded enum-as-inner v0.6.1
5572026-08-25T16:33:20.650Z Downloaded futures-io v0.3.32
5582026-08-25T16:33:20.650Z Downloaded float-cmp v0.10.0
5592026-08-25T16:33:20.653Z Downloaded hex-literal v1.1.0
5602026-08-25T16:33:20.653Z Downloaded base64ct v1.8.3
5612026-08-25T16:33:20.656Z Downloaded addr2line v0.25.1
5622026-08-25T16:33:20.656Z Downloaded flagset v0.4.7
5632026-08-25T16:33:20.659Z Downloaded bit-set v0.8.0
5642026-08-25T16:33:20.662Z Downloaded ghash v0.6.0
5652026-08-25T16:33:20.662Z Downloaded bcrypt-pbkdf v0.11.0
5662026-08-25T16:33:20.667Z Downloaded hostname v0.4.2
5672026-08-25T16:33:20.671Z Downloaded block-buffer v0.12.1
5682026-08-25T16:33:20.672Z Downloaded git-stub v1.0.0
5692026-08-25T16:33:20.672Z Downloaded async-stream-impl v0.3.6
5702026-08-25T16:33:20.675Z Downloaded block-padding v0.4.2
5712026-08-25T16:33:20.675Z Downloaded cfg_aliases v0.2.1
5722026-08-25T16:33:20.675Z Downloaded hex v0.4.3
5732026-08-25T16:33:20.681Z Downloaded newline-converter v0.3.0
5742026-08-25T16:33:20.690Z Downloaded atomicwrites v0.4.4
5752026-08-25T16:33:20.693Z Downloaded compression-core v0.4.31
5762026-08-25T16:33:20.693Z Downloaded bitfield-struct v0.6.2
5772026-08-25T16:33:20.693Z Downloaded ciborium-io v0.2.2
5782026-08-25T16:33:20.693Z Downloaded num_threads v0.1.7
5792026-08-25T16:33:20.693Z Downloaded hash32 v0.3.1
5802026-08-25T16:33:20.693Z Downloaded http-range v0.1.5
5812026-08-25T16:33:20.693Z Downloaded httpdate v1.0.3
5822026-08-25T16:33:20.693Z Downloaded fd-lock v4.0.4
5832026-08-25T16:33:20.697Z Downloaded hubpack v0.1.2
5842026-08-25T16:33:20.697Z Downloaded nibble_vec v0.1.0
5852026-08-25T16:33:20.697Z Downloaded nodrop v0.1.14
5862026-08-25T16:33:20.697Z Downloaded normalize-line-endings v0.3.0
5872026-08-25T16:33:20.697Z Downloaded num-derive v0.4.2
5882026-08-25T16:33:20.697Z Downloaded async-trait v0.1.89
5892026-08-25T16:33:20.702Z Downloaded hash32 v0.2.1
5902026-08-25T16:33:20.706Z Downloaded atomic-waker v1.1.2
5912026-08-25T16:33:20.706Z Downloaded byte-wrapper v0.1.0
5922026-08-25T16:33:20.706Z Downloaded home v0.5.12
5932026-08-25T16:33:20.706Z Downloaded hubpack_derive v0.1.1
5942026-08-25T16:33:20.710Z Downloaded hostname v0.3.1
5952026-08-25T16:33:20.710Z Downloaded bs58 v0.5.1
5962026-08-25T16:33:20.710Z Downloaded bit-vec v0.6.3
5972026-08-25T16:33:20.713Z Downloaded cmov v0.5.4
5982026-08-25T16:33:20.713Z Downloaded globwalk v0.9.1
5992026-08-25T16:33:20.713Z Downloaded http-body v1.0.1
6002026-08-25T16:33:20.716Z Downloaded proc-macro-crate v1.3.1
6012026-08-25T16:33:20.716Z Downloaded proc-macro-crate v3.4.0
6022026-08-25T16:33:20.719Z Downloaded allocator-api2 v0.2.21
6032026-08-25T16:33:20.719Z Downloaded bitflags v1.3.2
6042026-08-25T16:33:20.719Z Downloaded erased-serde v0.3.31
6052026-08-25T16:33:20.722Z Downloaded filetime v0.2.27
6062026-08-25T16:33:20.722Z Downloaded foldhash v0.1.5
6072026-08-25T16:33:20.722Z Downloaded futures-macro v0.3.32
6082026-08-25T16:33:20.725Z Downloaded blowfish v0.10.0
6092026-08-25T16:33:20.728Z Downloaded ena v0.14.4
6102026-08-25T16:33:20.732Z Downloaded potential_utf v0.1.4
6112026-08-25T16:33:20.732Z Downloaded flume v0.11.1
6122026-08-25T16:33:20.736Z Downloaded group v0.14.0
6132026-08-25T16:33:20.739Z Downloaded progenitor-macro v0.14.0
6142026-08-25T16:33:20.739Z Downloaded quick-error v1.2.3
6152026-08-25T16:33:20.739Z Downloaded rand_xorshift v0.4.0
6162026-08-25T16:33:20.739Z Downloaded same-file v1.0.6
6172026-08-25T16:33:20.739Z Downloaded serde_plain v1.0.2
6182026-08-25T16:33:20.742Z Downloaded russh-cryptovec v0.62.0
6192026-08-25T16:33:20.742Z Downloaded rfc6979 v0.4.0
6202026-08-25T16:33:20.742Z Downloaded rfc6979 v0.6.0
6212026-08-25T16:33:20.742Z Downloaded scopeguard v1.2.0
6222026-08-25T16:33:20.748Z Downloaded cmake v0.1.57
6232026-08-25T16:33:20.748Z Downloaded compression-codecs v0.4.37
6242026-08-25T16:33:20.752Z Downloaded camino-tempfile-ext v0.3.3
6252026-08-25T16:33:20.752Z Downloaded cassowary v0.3.0
6262026-08-25T16:33:20.752Z Downloaded secrecy v0.10.3
6272026-08-25T16:33:20.752Z Downloaded sha1 v0.10.6
6282026-08-25T16:33:20.752Z Downloaded signal-hook-tokio v0.3.1
6292026-08-25T16:33:20.755Z Downloaded bitfield v0.19.4
6302026-08-25T16:33:20.755Z Downloaded cexpr v0.6.0
6312026-08-25T16:33:20.755Z Downloaded serde_repr v0.1.20
6322026-08-25T16:33:20.759Z Downloaded futures-executor v0.3.32
6332026-08-25T16:33:20.759Z Downloaded env_logger v0.11.11
6342026-08-25T16:33:20.761Z Downloaded num-integer v0.1.46
6352026-08-25T16:33:20.762Z Downloaded foldhash v0.2.0
6362026-08-25T16:33:20.767Z Downloaded aead v0.6.1
6372026-08-25T16:33:20.770Z Downloaded chacha20 v0.10.0
6382026-08-25T16:33:20.770Z Downloaded blake2 v0.10.6
6392026-08-25T16:33:20.771Z Downloaded cipher v0.4.4
6402026-08-25T16:33:20.771Z Downloaded oxnet v0.1.6
6412026-08-25T16:33:20.774Z Downloaded oxide-generation v0.1.3
6422026-08-25T16:33:20.774Z Downloaded password-hash v0.5.0
6432026-08-25T16:33:20.774Z Downloaded pbkdf2 v0.13.0
6442026-08-25T16:33:20.774Z Downloaded peg v0.8.5
6452026-08-25T16:33:20.777Z Downloaded bzip2 v0.4.4
6462026-08-25T16:33:20.777Z Downloaded clang-sys v1.8.1
6472026-08-25T16:33:20.777Z Downloaded stable_deref_trait v1.2.1
6482026-08-25T16:33:20.777Z Downloaded strsim v0.10.0
6492026-08-25T16:33:20.780Z Downloaded argon2 v0.6.0-rc.8
6502026-08-25T16:33:20.780Z Downloaded colored v3.1.1
6512026-08-25T16:33:20.780Z Downloaded const-oid v0.9.6
6522026-08-25T16:33:20.783Z Downloaded subtle v2.6.1
6532026-08-25T16:33:20.783Z Downloaded glob v0.3.3
6542026-08-25T16:33:20.786Z Downloaded highway v1.3.0
6552026-08-25T16:33:20.789Z Downloaded phc v0.6.1
6562026-08-25T16:33:20.789Z Downloaded rand_seeder v0.4.0
6572026-08-25T16:33:20.792Z Downloaded sqlparser_derive v0.5.0
6582026-08-25T16:33:20.795Z Downloaded supports-unicode v3.0.0
6592026-08-25T16:33:20.795Z Downloaded progenitor-extras v0.2.0
6602026-08-25T16:33:20.795Z Downloaded rand_core v0.9.5
6612026-08-25T16:33:20.795Z Downloaded serde-hex v0.1.0
6622026-08-25T16:33:20.795Z Downloaded take_mut v0.2.2
6632026-08-25T16:33:20.795Z Downloaded topological-sort v0.2.2
6642026-08-25T16:33:20.799Z Downloaded enum_dispatch v0.3.13
6652026-08-25T16:33:20.803Z Downloaded httparse v1.10.1
6662026-08-25T16:33:20.803Z Downloaded fs-err v2.11.0
6672026-08-25T16:33:20.803Z Downloaded async-bb8-diesel v0.2.1
6682026-08-25T16:33:20.806Z Downloaded cancel-safe-futures v0.1.5
6692026-08-25T16:33:20.806Z Downloaded cbc v0.2.1
6702026-08-25T16:33:20.806Z Downloaded chacha20 v0.9.1
6712026-08-25T16:33:20.807Z Downloaded ciborium v0.2.2
6722026-08-25T16:33:20.809Z Downloaded colored v2.2.0
6732026-08-25T16:33:20.810Z Downloaded half v1.8.3
6742026-08-25T16:33:20.810Z Downloaded hmac v0.12.1
6752026-08-25T16:33:20.813Z Downloaded buf-list v1.1.2
6762026-08-25T16:33:20.814Z Downloaded bzip2 v0.6.1
6772026-08-25T16:33:20.817Z Downloaded blake2 v0.11.0-rc.6
6782026-08-25T16:33:20.817Z Downloaded console v0.16.2
6792026-08-25T16:33:20.817Z Downloaded serde_path_to_error v0.1.20
6802026-08-25T16:33:20.817Z Downloaded slog-dtrace v0.3.0
6812026-08-25T16:33:20.822Z Downloaded smf v0.2.3
6822026-08-25T16:33:20.825Z Downloaded spki v0.8.0
6832026-08-25T16:33:20.825Z Downloaded signature v2.2.0
6842026-08-25T16:33:20.828Z Downloaded rustls-native-certs v0.8.3
6852026-08-25T16:33:20.831Z Downloaded yoke-derive v0.8.1
6862026-08-25T16:33:20.831Z Downloaded arc-swap v1.8.2
6872026-08-25T16:33:20.835Z Downloaded unarray v0.1.4
6882026-08-25T16:33:20.835Z Downloaded want v0.3.1
6892026-08-25T16:33:20.835Z Downloaded utf-8 v0.7.6
6902026-08-25T16:33:20.835Z Downloaded zeroize_derive v1.5.0
6912026-08-25T16:33:20.838Z Downloaded pkcs1 v0.7.5
6922026-08-25T16:33:20.838Z Downloaded postgres-types v0.2.12
6932026-08-25T16:33:20.838Z Downloaded structmeta v0.3.0
6942026-08-25T16:33:20.843Z Downloaded xshell-macros v0.2.7
6952026-08-25T16:33:20.843Z Downloaded ar_archive_writer v0.5.1
6962026-08-25T16:33:20.846Z Downloaded convert_case v0.4.0
6972026-08-25T16:33:20.846Z Downloaded globset v0.4.18
6982026-08-25T16:33:20.846Z Downloaded base64 v0.21.7
6992026-08-25T16:33:20.846Z Downloaded pkcs8 v0.11.0
7002026-08-25T16:33:20.850Z Downloaded synstructure v0.13.2
7012026-08-25T16:33:20.850Z Downloaded phf v0.12.1
7022026-08-25T16:33:20.852Z Downloaded toml_writer v1.1.1+spec-1.1.0
7032026-08-25T16:33:20.852Z Downloaded crunchy v0.2.4
7042026-08-25T16:33:20.855Z Downloaded hmac v0.13.0
7052026-08-25T16:33:20.855Z Downloaded curve25519-dalek-derive v0.1.1
7062026-08-25T16:33:20.855Z Downloaded getrandom v0.2.17
7072026-08-25T16:33:20.858Z Downloaded git-stub-vcs v0.1.0
7082026-08-25T16:33:20.858Z Downloaded parking_lot_core v0.9.12
7092026-08-25T16:33:20.861Z Downloaded group v0.13.0
7102026-08-25T16:33:20.864Z Downloaded http-body-util v0.1.3
7112026-08-25T16:33:20.869Z Downloaded derive_builder_macro v0.20.2
7122026-08-25T16:33:20.872Z Downloaded darling_macro v0.20.11
7132026-08-25T16:33:20.872Z Downloaded dirs-sys-next v0.1.2
7142026-08-25T16:33:20.872Z Downloaded dropshot-api-manager-types v0.8.0
7152026-08-25T16:33:20.872Z Downloaded dyn-clone v1.0.20
7162026-08-25T16:33:20.875Z Downloaded backon v1.6.0
7172026-08-25T16:33:20.876Z Downloaded hyper-tls v0.6.0
7182026-08-25T16:33:20.876Z Downloaded elliptic-curve v0.14.1
7192026-08-25T16:33:20.879Z Downloaded chacha20poly1305 v0.10.1
7202026-08-25T16:33:20.879Z Downloaded omicron-zone-package v0.12.3
7212026-08-25T16:33:20.879Z Downloaded oso v0.27.3
7222026-08-25T16:33:20.882Z Downloaded chumsky v0.9.3
7232026-08-25T16:33:20.882Z Downloaded darling_macro v0.23.0
7242026-08-25T16:33:20.883Z Downloaded half v2.7.1
7252026-08-25T16:33:20.886Z Downloaded darling_macro v0.21.3
7262026-08-25T16:33:20.886Z Downloaded difflib v0.4.0
7272026-08-25T16:33:20.886Z Downloaded display-error-chain v0.2.2
7282026-08-25T16:33:20.886Z Downloaded expectorate v1.2.0
7292026-08-25T16:33:20.889Z Downloaded futures v0.3.32
7302026-08-25T16:33:20.889Z Downloaded illumos-nvpair v0.3.0
7312026-08-25T16:33:20.889Z Downloaded vergen-lib v0.1.6
7322026-08-25T16:33:20.892Z Downloaded string_cache v0.8.9
7332026-08-25T16:33:20.892Z Downloaded tls_codec v0.4.2
7342026-08-25T16:33:20.892Z Downloaded vergen-lib v9.1.0
7352026-08-25T16:33:20.892Z Downloaded instant v0.1.13
7362026-08-25T16:33:20.895Z Downloaded internet-checksum v0.2.1
7372026-08-25T16:33:20.895Z Downloaded jiff-static v0.2.34
7382026-08-25T16:33:20.895Z Downloaded lalrpop-util v0.19.12
7392026-08-25T16:33:20.898Z Downloaded match_cfg v0.1.0
7402026-08-25T16:33:20.898Z Downloaded poly1305 v0.9.0
7412026-08-25T16:33:20.901Z Downloaded lru-slab v0.1.2
7422026-08-25T16:33:20.901Z Downloaded polyval v0.7.1
7432026-08-25T16:33:20.902Z Downloaded rustls-pemfile v2.2.0
7442026-08-25T16:33:20.902Z Downloaded tiny-keccak v2.0.2
7452026-08-25T16:33:20.904Z Downloaded tls_codec_derive v0.4.2
7462026-08-25T16:33:20.904Z Downloaded mime v0.3.17
7472026-08-25T16:33:20.904Z Downloaded wyz v0.5.1
7482026-08-25T16:33:20.909Z Downloaded thread_local v1.1.9
7492026-08-25T16:33:20.913Z Downloaded whoami v1.6.1
7502026-08-25T16:33:20.916Z Downloaded corncobs v0.1.4
7512026-08-25T16:33:20.920Z Downloaded multimap v0.10.1
7522026-08-25T16:33:20.920Z Downloaded packed_struct_codegen v0.10.1
7532026-08-25T16:33:20.923Z Downloaded opaque-debug v0.3.1
7542026-08-25T16:33:20.923Z Downloaded bytes v1.11.1
7552026-08-25T16:33:20.923Z Downloaded olpc-cjson v0.1.4
7562026-08-25T16:33:20.926Z Downloaded term v1.2.1
7572026-08-25T16:33:20.926Z Downloaded slog-term v2.9.2
7582026-08-25T16:33:20.929Z Downloaded critical-section v1.2.0
7592026-08-25T16:33:20.929Z Downloaded slog v2.8.2
7602026-08-25T16:33:20.932Z Downloaded ctr v0.10.1
7612026-08-25T16:33:20.932Z Downloaded daft v0.1.8
7622026-08-25T16:33:20.932Z Downloaded diesel-dtrace v0.5.0
7632026-08-25T16:33:20.932Z Downloaded getrandom v0.3.4
7642026-08-25T16:33:20.935Z Downloaded deranged v0.5.8
7652026-08-25T16:33:20.935Z Downloaded num_enum_derive v0.5.11
7662026-08-25T16:33:20.935Z Downloaded oxide-update-engine-types v0.1.2
7672026-08-25T16:33:20.938Z Downloaded base64 v0.22.1
7682026-08-25T16:33:20.943Z Downloaded powerfmt v0.2.0
7692026-08-25T16:33:20.946Z Downloaded progenitor-macro v0.13.0
7702026-08-25T16:33:20.954Z Downloaded zerocopy v0.6.6
7712026-08-25T16:33:20.958Z Downloaded jobserver v0.1.34
7722026-08-25T16:33:20.961Z Downloaded lazy_static v1.5.0
7732026-08-25T16:33:20.961Z Downloaded humantime v2.3.0
7742026-08-25T16:33:20.966Z Downloaded instability v0.3.11
7752026-08-25T16:33:20.969Z Downloaded serde_spanned v1.1.1
7762026-08-25T16:33:20.969Z Downloaded signal-hook-mio v0.2.5
7772026-08-25T16:33:20.972Z Downloaded slog-bunyan v2.5.0
7782026-08-25T16:33:20.972Z Downloaded test-strategy v0.4.5
7792026-08-25T16:33:20.994Z Downloaded packed_struct v0.10.1
7802026-08-25T16:33:20.997Z Downloaded multer v3.1.0
7812026-08-25T16:33:20.997Z Downloaded phf_shared v0.11.3
7822026-08-25T16:33:20.997Z Downloaded testing_table v0.3.0
7832026-08-25T16:33:20.997Z Downloaded compact_str v0.8.1
7842026-08-25T16:33:21.001Z Downloaded der_derive v0.7.3
7852026-08-25T16:33:21.001Z Downloaded num-rational v0.4.2
7862026-08-25T16:33:21.001Z Downloaded oxide-update-engine-display v0.1.2
7872026-08-25T16:33:21.005Z Downloaded sync_wrapper v1.0.2
7882026-08-25T16:33:21.005Z Downloaded time-core v0.1.8
7892026-08-25T16:33:21.005Z Downloaded unicode-xid v0.2.6
7902026-08-25T16:33:21.008Z Downloaded bumpalo v3.20.2
7912026-08-25T16:33:21.011Z Downloaded signal-hook v0.3.18
7922026-08-25T16:33:21.014Z Downloaded postgres-protocol v0.6.12
7932026-08-25T16:33:21.014Z Downloaded phf v0.13.1
7942026-08-25T16:33:21.014Z Downloaded p256 v0.14.0
7952026-08-25T16:33:21.017Z Downloaded pkcs8 v0.10.2
7962026-08-25T16:33:21.017Z Downloaded proc-macro-error2 v2.0.1
7972026-08-25T16:33:21.020Z Downloaded supports-hyperlinks v3.2.0
7982026-08-25T16:33:21.020Z Downloaded heapless v0.8.0
7992026-08-25T16:33:21.023Z Downloaded headers v0.4.1
8002026-08-25T16:33:21.026Z Downloaded universal-hash v0.6.1
8012026-08-25T16:33:21.026Z Downloaded usdt-attr-macro v0.6.0
8022026-08-25T16:33:21.026Z Downloaded unicode-properties v0.1.4
8032026-08-25T16:33:21.026Z Downloaded heapless v0.7.17
8042026-08-25T16:33:21.029Z Downloaded async-compression v0.4.41
8052026-08-25T16:33:21.032Z Downloaded rand_chacha v0.3.1
8062026-08-25T16:33:21.035Z Downloaded rpassword v7.5.4
8072026-08-25T16:33:21.035Z Downloaded wait-timeout v0.2.1
8082026-08-25T16:33:21.035Z Downloaded flate2 v1.1.9
8092026-08-25T16:33:21.040Z Downloaded r2d2 v0.8.10
8102026-08-25T16:33:21.043Z Downloaded litrs v1.0.0
8112026-08-25T16:33:21.043Z Downloaded prettyplease v0.2.37
8122026-08-25T16:33:21.046Z Downloaded sec1 v0.8.1
8132026-08-25T16:33:21.049Z Downloaded crc-any v2.5.0
8142026-08-25T16:33:21.052Z Downloaded defmt v0.3.100
8152026-08-25T16:33:21.052Z Downloaded socket2 v0.5.10
8162026-08-25T16:33:21.052Z Downloaded rustc_version v0.4.1
8172026-08-25T16:33:21.052Z Downloaded rustversion v1.0.22
8182026-08-25T16:33:21.055Z Downloaded rusty-fork v0.3.1
8192026-08-25T16:33:21.055Z Downloaded sec1 v0.7.3
8202026-08-25T16:33:21.055Z Downloaded serdect v0.4.3
8212026-08-25T16:33:21.058Z Downloaded ingot-macros v0.2.0
8222026-08-25T16:33:21.058Z Downloaded schemars_derive v0.8.22
8232026-08-25T16:33:21.058Z Downloaded slog-async v2.8.0
8242026-08-25T16:33:21.058Z Downloaded digest-io v0.1.0
8252026-08-25T16:33:21.063Z Downloaded indent_write v2.2.0
8262026-08-25T16:33:21.067Z Downloaded dof v0.4.0
8272026-08-25T16:33:21.072Z Downloaded idna_adapter v1.2.1
8282026-08-25T16:33:21.077Z Downloaded samael v0.0.19
8292026-08-25T16:33:21.077Z Downloaded serde_derive_internals v0.29.1
8302026-08-25T16:33:21.081Z Downloaded simd-adler32 v0.3.8
8312026-08-25T16:33:21.081Z Downloaded downcast-rs v2.0.2
8322026-08-25T16:33:21.081Z Downloaded toml v0.7.8
8332026-08-25T16:33:21.081Z Downloaded memmap2 v0.9.10
8342026-08-25T16:33:21.081Z Downloaded parking_lot v0.11.2
8352026-08-25T16:33:21.081Z Downloaded cc v1.2.56
8362026-08-25T16:33:21.085Z Downloaded scuffle v0.1.0
8372026-08-25T16:33:21.085Z Downloaded is_ci v1.2.0
8382026-08-25T16:33:21.085Z Downloaded strum_macros v0.27.2
8392026-08-25T16:33:21.087Z Downloaded time-macros v0.2.27
8402026-08-25T16:33:21.087Z Downloaded unsafe-libyaml v0.2.11
8412026-08-25T16:33:21.087Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-08-25T16:33:21.090Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8432026-08-25T16:33:21.090Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8442026-08-25T16:33:21.090Z Downloaded uzers v0.12.2
8452026-08-25T16:33:21.090Z Downloaded keccak v0.1.6
8462026-08-25T16:33:21.094Z Downloaded linked-hash-map v0.5.6
8472026-08-25T16:33:21.094Z Downloaded lzss v0.8.2
8482026-08-25T16:33:21.094Z Downloaded lru-cache v0.1.2
8492026-08-25T16:33:21.094Z Downloaded managed v0.8.0
8502026-08-25T16:33:21.094Z Downloaded icu_provider v2.1.1
8512026-08-25T16:33:21.097Z Downloaded constant_time_eq v0.4.2
8522026-08-25T16:33:21.100Z Downloaded libbz2-rs-sys v0.2.2
8532026-08-25T16:33:21.103Z Downloaded zstd v0.13.3
8542026-08-25T16:33:21.114Z Downloaded aho-corasick v1.1.4
8552026-08-25T16:33:21.117Z Downloaded zeroize v1.9.0
8562026-08-25T16:33:21.120Z Downloaded zerovec-derive v0.11.2
8572026-08-25T16:33:21.120Z Downloaded hashbrown v0.12.3
8582026-08-25T16:33:21.123Z Downloaded delegate v0.13.5
8592026-08-25T16:33:21.128Z Downloaded ed25519 v3.0.0
8602026-08-25T16:33:21.130Z Downloaded papergrid v0.18.0
8612026-08-25T16:33:21.135Z Downloaded parking_lot v0.12.5
8622026-08-25T16:33:21.135Z Downloaded convert_case v0.10.0
8632026-08-25T16:33:21.135Z Downloaded ed25519 v2.2.3
8642026-08-25T16:33:21.138Z Downloaded ecdsa v0.16.9
8652026-08-25T16:33:21.138Z Downloaded ipnet v2.12.0
8662026-08-25T16:33:21.138Z Downloaded newtype-uuid-macros v0.1.0
8672026-08-25T16:33:21.138Z Downloaded nonempty v0.12.0
8682026-08-25T16:33:21.139Z Downloaded phf_shared v0.12.1
8692026-08-25T16:33:21.139Z Downloaded hickory-server v0.25.2
8702026-08-25T16:33:21.142Z Downloaded predicates-tree v1.0.13
8712026-08-25T16:33:21.142Z Downloaded ssh-encoding v0.3.0
8722026-08-25T16:33:21.144Z Downloaded pkcs5 v0.8.1
8732026-08-25T16:33:21.150Z Downloaded ingot v0.2.1
8742026-08-25T16:33:21.153Z Downloaded progenitor-client v0.14.0
8752026-08-25T16:33:21.156Z Downloaded ref-cast v1.0.25
8762026-08-25T16:33:21.157Z Downloaded scheduled-thread-pool v0.2.7
8772026-08-25T16:33:21.157Z Downloaded publicsuffix v2.3.0
8782026-08-25T16:33:21.160Z Downloaded stringprep v0.1.5
8792026-08-25T16:33:21.163Z Downloaded ignore v0.4.25
8802026-08-25T16:33:21.166Z Downloaded zerotrie v0.2.3
8812026-08-25T16:33:21.169Z Downloaded tracing-attributes v0.1.31
8822026-08-25T16:33:21.172Z Downloaded knus-derive v3.4.0
8832026-08-25T16:33:21.175Z Downloaded libefi-sys v0.1.0
8842026-08-25T16:33:21.175Z Downloaded russh-util v0.52.0
8852026-08-25T16:33:21.178Z Downloaded semver v0.1.20
8862026-08-25T16:33:21.178Z Downloaded strum v0.27.2
8872026-08-25T16:33:21.178Z Downloaded tabwriter v1.4.1
8882026-08-25T16:33:21.181Z Downloaded tinyvec_macros v0.1.1
8892026-08-25T16:33:21.181Z Downloaded try-lock v0.2.5
8902026-08-25T16:33:21.181Z Downloaded sponge-cursor v0.1.0
8912026-08-25T16:33:21.184Z Downloaded typed-path v0.9.3
8922026-08-25T16:33:21.184Z Downloaded aes-gcm v0.11.0
8932026-08-25T16:33:21.187Z Downloaded unit-prefix v0.5.2
8942026-08-25T16:33:21.187Z Downloaded libsw-core v0.3.2
8952026-08-25T16:33:21.187Z Downloaded hickory-resolver v0.25.2
8962026-08-25T16:33:21.190Z Downloaded hashbrown v0.13.2
8972026-08-25T16:33:21.193Z Downloaded nanorand v0.7.0
8982026-08-25T16:33:21.196Z Downloaded hickory-resolver v0.24.4
8992026-08-25T16:33:21.199Z Downloaded darling_core v0.20.11
9002026-08-25T16:33:21.202Z Downloaded utf8_iter v1.0.4
9012026-08-25T16:33:21.202Z Downloaded void v1.0.2
9022026-08-25T16:33:21.202Z Downloaded zerofrom v0.1.6
9032026-08-25T16:33:21.205Z Downloaded serde_yaml v0.9.34+deprecated
9042026-08-25T16:33:21.205Z Downloaded qorb v0.4.1
9052026-08-25T16:33:21.208Z Downloaded rcgen v0.12.1
9062026-08-25T16:33:21.208Z Downloaded num_enum v0.5.11
9072026-08-25T16:33:21.212Z Downloaded cookie_store v0.22.1
9082026-08-25T16:33:21.212Z Downloaded owo-colors v4.3.0
9092026-08-25T16:33:21.215Z Downloaded cookie v0.18.1
9102026-08-25T16:33:21.215Z Downloaded pem-rfc7468 v1.0.0
9112026-08-25T16:33:21.215Z Downloaded cstr-argument v0.1.2
9122026-08-25T16:33:21.215Z Downloaded nu-ansi-term v0.50.3
9132026-08-25T16:33:21.219Z Downloaded darling v0.21.3
9142026-08-25T16:33:21.223Z Downloaded waitgroup v0.1.2
9152026-08-25T16:33:21.223Z Downloaded snafu-derive v0.8.9
9162026-08-25T16:33:21.226Z Downloaded icu_locale_core v2.1.1
9172026-08-25T16:33:21.226Z Downloaded primeorder v0.13.6
9182026-08-25T16:33:21.230Z Downloaded poly1305 v0.8.0
9192026-08-25T16:33:21.230Z Downloaded ppv-lite86 v0.2.21
9202026-08-25T16:33:21.234Z Downloaded dtrace-parser v0.3.0
9212026-08-25T16:33:21.234Z Downloaded dunce v1.0.5
9222026-08-25T16:33:21.234Z Downloaded rand v0.10.1
9232026-08-25T16:33:21.237Z Downloaded rand_chacha v0.9.0
9242026-08-25T16:33:21.237Z Downloaded rand_core v0.6.4
9252026-08-25T16:33:21.242Z Downloaded defmt-parser v1.0.0
9262026-08-25T16:33:21.242Z Downloaded url v2.5.8
9272026-08-25T16:33:21.247Z Downloaded crossbeam-channel v0.5.15
9282026-08-25T16:33:21.247Z Downloaded unicode-segmentation v1.12.0
9292026-08-25T16:33:21.251Z Downloaded aes v0.9.1
9302026-08-25T16:33:21.251Z Downloaded scroll v0.13.0
9312026-08-25T16:33:21.251Z Downloaded strum_macros v0.24.3
9322026-08-25T16:33:21.254Z Downloaded is-terminal v0.4.17
9332026-08-25T16:33:21.254Z Downloaded md5 v0.8.0
9342026-08-25T16:33:21.254Z Downloaded num-iter v0.1.45
9352026-08-25T16:33:21.254Z Downloaded rustc-demangle v0.1.27
9362026-08-25T16:33:21.258Z Downloaded tungstenite v0.23.0
9372026-08-25T16:33:21.263Z Downloaded http v1.4.2
9382026-08-25T16:33:21.263Z Downloaded tower v0.5.3
9392026-08-25T16:33:21.272Z Downloaded slog-json v2.6.1
9402026-08-25T16:33:21.272Z Downloaded parse-size v1.1.0
9412026-08-25T16:33:21.272Z Downloaded peg-runtime v0.8.5
9422026-08-25T16:33:21.272Z Downloaded oso-derive v0.27.3
9432026-08-25T16:33:21.272Z Downloaded rayon-core v1.13.0
9442026-08-25T16:33:21.277Z Downloaded zstd-safe v7.2.4
9452026-08-25T16:33:21.277Z Downloaded slog-scope v4.4.1
9462026-08-25T16:33:21.277Z Downloaded spki v0.7.3
9472026-08-25T16:33:21.277Z Downloaded derive-where v1.6.0
9482026-08-25T16:33:21.304Z Downloaded peg-macros v0.8.5
9492026-08-25T16:33:21.304Z Downloaded const_format_proc_macros v0.2.34
9502026-08-25T16:33:21.309Z Downloaded thiserror-no-std v2.0.2
9512026-08-25T16:33:21.309Z Downloaded ecdsa v0.17.0
9522026-08-25T16:33:21.309Z Downloaded socket2 v0.6.3
9532026-08-25T16:33:21.309Z Downloaded icu_properties v2.1.2
9542026-08-25T16:33:21.309Z Downloaded quinn-udp v0.5.14
9552026-08-25T16:33:21.310Z Downloaded pin-project-lite v0.2.17
9562026-08-25T16:33:21.310Z Downloaded rand_pcg v0.10.2
9572026-08-25T16:33:21.310Z Downloaded parking_lot_core v0.8.6
9582026-08-25T16:33:21.310Z Downloaded serde-big-array v0.5.1
9592026-08-25T16:33:21.310Z Downloaded num v0.4.3
9602026-08-25T16:33:21.310Z Downloaded slog-envlogger v2.2.0
9612026-08-25T16:33:21.310Z Downloaded strip-ansi-escapes v0.2.1
9622026-08-25T16:33:21.310Z Downloaded thread-id v5.1.0
9632026-08-25T16:33:21.310Z Downloaded writeable v0.6.2
9642026-08-25T16:33:21.310Z Downloaded pretty_assertions v1.4.1
9652026-08-25T16:33:21.310Z Downloaded openssl-sys v0.9.117
9662026-08-25T16:33:21.310Z Downloaded tungstenite v0.21.0
9672026-08-25T16:33:21.315Z Downloaded uuid v1.23.4
9682026-08-25T16:33:21.315Z Downloaded md-5 v0.11.0
9692026-08-25T16:33:21.315Z Downloaded tui-tree-widget v0.23.1
9702026-08-25T16:33:21.319Z Downloaded tap v1.0.1
9712026-08-25T16:33:21.319Z Downloaded untrusted v0.7.1
9722026-08-25T16:33:21.321Z Downloaded predicates-core v1.0.10
9732026-08-25T16:33:21.322Z Downloaded trait-variant v0.1.2
9742026-08-25T16:33:21.322Z Downloaded universal-hash v0.5.1
9752026-08-25T16:33:21.322Z Downloaded rustc-hash v2.1.1
9762026-08-25T16:33:21.324Z Downloaded digest v0.11.3
9772026-08-25T16:33:21.328Z Downloaded yansi v1.0.1
9782026-08-25T16:33:21.331Z Downloaded serde_cbor v0.11.2
9792026-08-25T16:33:21.338Z Downloaded num-bigint-dig v0.8.6
9802026-08-25T16:33:21.341Z Downloaded xattr v1.6.1
9812026-08-25T16:33:21.341Z Downloaded signature v3.0.0
9822026-08-25T16:33:21.341Z Downloaded crc v3.4.0
9832026-08-25T16:33:21.341Z Downloaded tower-layer v0.3.3
9842026-08-25T16:33:21.341Z Downloaded darling_core v0.23.0
9852026-08-25T16:33:21.346Z Downloaded spin v0.9.8
9862026-08-25T16:33:21.351Z Downloaded dirs-next v2.0.0
9872026-08-25T16:33:21.351Z Downloaded port-file v0.1.0
9882026-08-25T16:33:21.351Z Downloaded crucible-workspace-hack v0.1.0
9892026-08-25T16:33:21.356Z Downloaded rsa v0.9.10
9902026-08-25T16:33:21.356Z Downloaded rustls-webpki v0.103.13
9912026-08-25T16:33:21.356Z Downloaded ident_case v1.0.1
9922026-08-25T16:33:21.356Z Downloaded sha2 v0.11.0
9932026-08-25T16:33:21.359Z Downloaded term v0.7.0
9942026-08-25T16:33:21.359Z Downloaded pin-project-internal v1.1.11
9952026-08-25T16:33:21.359Z Downloaded tokio-macros v2.7.0
9962026-08-25T16:33:21.362Z Downloaded derive_builder v0.20.2
9972026-08-25T16:33:21.368Z Downloaded hyper-staticfile v0.10.1
9982026-08-25T16:33:21.371Z Downloaded toml_parser v1.1.2+spec-1.1.0
9992026-08-25T16:33:21.371Z Downloaded inout v0.2.2
10002026-08-25T16:33:21.371Z Downloaded libloading v0.8.9
10012026-08-25T16:33:21.374Z Downloaded internal-russh-num-bigint v0.5.0
10022026-08-25T16:33:21.375Z Downloaded tokio-rustls v0.26.4
10032026-08-25T16:33:21.377Z Downloaded tokio-stream v0.1.18
10042026-08-25T16:33:21.380Z Downloaded module-lattice v0.2.3
10052026-08-25T16:33:21.381Z Downloaded newtype-uuid v1.3.2
10062026-08-25T16:33:21.381Z Downloaded zone v0.3.1
10072026-08-25T16:33:21.381Z Downloaded steno v0.4.1
10082026-08-25T16:33:21.383Z Downloaded debug-ignore v1.0.5
10092026-08-25T16:33:21.383Z Downloaded similar v2.7.0
10102026-08-25T16:33:21.387Z Downloaded tokio-postgres v0.7.16
10112026-08-25T16:33:21.393Z Downloaded yasna v0.5.2
10122026-08-25T16:33:21.393Z Downloaded maybe-uninit v2.0.0
10132026-08-25T16:33:21.403Z Downloaded openssl-probe v0.1.6
10142026-08-25T16:33:21.403Z Downloaded password-hash v0.6.1
10152026-08-25T16:33:21.403Z Downloaded tokio-tungstenite v0.23.1
10162026-08-25T16:33:21.413Z Downloaded kem v0.3.0
10172026-08-25T16:33:21.413Z Downloaded predicates v3.1.4
10182026-08-25T16:33:21.413Z Downloaded vergen-gitcl v1.0.8
10192026-08-25T16:33:21.413Z Downloaded hashbrown v0.14.5
10202026-08-25T16:33:21.413Z Downloaded hashbrown v0.16.1
10212026-08-25T16:33:21.421Z Downloaded hashbrown v0.15.5
10222026-08-25T16:33:21.421Z Downloaded miniz_oxide v0.8.9
10232026-08-25T16:33:21.421Z Downloaded crypto-bigint v0.5.5
10242026-08-25T16:33:21.431Z Downloaded des v0.9.0
10252026-08-25T16:33:21.431Z Downloaded sha1 v0.11.0
10262026-08-25T16:33:21.431Z Downloaded percent-encoding v2.3.2
10272026-08-25T16:33:21.431Z Downloaded radium v0.7.0
10282026-08-25T16:33:21.431Z Downloaded darling_core v0.13.4
10292026-08-25T16:33:21.435Z Downloaded sapling-renderdag v0.1.0
10302026-08-25T16:33:21.435Z Downloaded cpufeatures v0.3.0
10312026-08-25T16:33:21.435Z Downloaded tokio-test v0.4.5
10322026-08-25T16:33:21.446Z Downloaded derive_more v2.1.1
10332026-08-25T16:33:21.449Z Downloaded zerofrom-derive v0.1.6
10342026-08-25T16:33:21.449Z Downloaded displaydoc v0.2.5
10352026-08-25T16:33:21.449Z Downloaded ed25519-dalek v3.0.0
10362026-08-25T16:33:21.449Z Downloaded progenitor-impl v0.13.0
10372026-08-25T16:33:21.449Z Downloaded unicase v2.9.0
10382026-08-25T16:33:21.449Z Downloaded keccak v0.2.0
10392026-08-25T16:33:21.449Z Downloaded rand_core v0.10.0
10402026-08-25T16:33:21.449Z Downloaded sigpipe v0.1.3
10412026-08-25T16:33:21.453Z Downloaded supports-color v3.0.2
10422026-08-25T16:33:21.456Z Downloaded defmt v1.0.1
10432026-08-25T16:33:21.461Z Downloaded wnaf v0.14.0
10442026-08-25T16:33:21.461Z Downloaded either v1.15.0
10452026-08-25T16:33:21.461Z Downloaded ipnetwork v0.21.1
10462026-08-25T16:33:21.461Z Downloaded zerovec v0.11.5
10472026-08-25T16:33:21.467Z Downloaded static_assertions v1.1.0
10482026-08-25T16:33:21.471Z Downloaded oxide-update-engine v0.1.2
10492026-08-25T16:33:21.471Z Downloaded progenitor v0.13.0
10502026-08-25T16:33:21.476Z Downloaded kstat-rs v0.2.5
10512026-08-25T16:33:21.480Z Downloaded darling_macro v0.13.4
10522026-08-25T16:33:21.480Z Downloaded ryu v1.0.23
10532026-08-25T16:33:21.483Z Downloaded memoffset v0.9.1
10542026-08-25T16:33:21.483Z Downloaded rand v0.9.2
10552026-08-25T16:33:21.493Z Downloaded mime_guess v2.0.5
10562026-08-25T16:33:21.496Z Downloaded native-tls v0.2.18
10572026-08-25T16:33:21.496Z Downloaded rtoolbox v0.0.3
10582026-08-25T16:33:21.496Z Downloaded inout v0.1.4
10592026-08-25T16:33:21.496Z Downloaded pem-rfc7468 v0.7.0
10602026-08-25T16:33:21.502Z Downloaded darling v0.23.0
10612026-08-25T16:33:21.507Z Downloaded tough v0.22.0
10622026-08-25T16:33:21.510Z Downloaded smallvec v0.6.14
10632026-08-25T16:33:21.510Z Downloaded sqlformat v0.3.5
10642026-08-25T16:33:21.510Z Downloaded darling v0.20.11
10652026-08-25T16:33:21.513Z Downloaded mio v1.2.0
10662026-08-25T16:33:21.516Z Downloaded tinystr v0.8.2
10672026-08-25T16:33:21.516Z Downloaded tokio-tungstenite v0.21.0
10682026-08-25T16:33:21.516Z Downloaded indexmap v1.9.3
10692026-08-25T16:33:21.520Z Downloaded unicode-truncate v1.1.0
10702026-08-25T16:33:21.520Z Downloaded serde_tokenstream v0.3.0
10712026-08-25T16:33:21.520Z Downloaded whoami v2.1.0
10722026-08-25T16:33:21.524Z Downloaded tokio-util v0.7.18
10732026-08-25T16:33:21.528Z Downloaded support-bundle-viewer v0.1.2
10742026-08-25T16:33:21.528Z Downloaded vsss-rs v3.3.4
10752026-08-25T16:33:21.534Z Downloaded zone_cfg_derive v0.3.1
10762026-08-25T16:33:21.539Z Downloaded serde_urlencoded v0.7.1
10772026-08-25T16:33:21.542Z Downloaded ctutils v0.4.2
10782026-08-25T16:33:21.542Z Downloaded dropshot-api-manager v0.8.0
10792026-08-25T16:33:21.548Z Downloaded linear-map v1.2.0
10802026-08-25T16:33:21.552Z Downloaded litemap v0.8.1
10812026-08-25T16:33:21.562Z Downloaded dsl_auto_type v0.2.0
10822026-08-25T16:33:21.568Z Downloaded postcard v1.1.3
10832026-08-25T16:33:21.568Z Downloaded aws-lc-rs v1.16.3
10842026-08-25T16:33:21.568Z Downloaded progenitor-impl v0.14.0
10852026-08-25T16:33:21.568Z Downloaded rustls-platform-verifier v0.6.2
10862026-08-25T16:33:21.577Z Downloaded pkg-config v0.3.32
10872026-08-25T16:33:21.581Z Downloaded num_enum v0.7.6
10882026-08-25T16:33:21.581Z Downloaded num_enum_derive v0.7.6
10892026-08-25T16:33:21.581Z Downloaded hkdf v0.13.0
10902026-08-25T16:33:21.581Z Downloaded new_debug_unreachable v1.0.6
10912026-08-25T16:33:21.584Z Downloaded scrypt v0.12.0
10922026-08-25T16:33:21.584Z Downloaded parse-display-derive v0.10.0
10932026-08-25T16:33:21.584Z Downloaded drift v0.2.0
10942026-08-25T16:33:21.588Z Downloaded indicatif v0.18.4
10952026-08-25T16:33:21.590Z Downloaded thiserror-impl-no-std v2.0.2
10962026-08-25T16:33:21.590Z Downloaded untrusted v0.9.0
10972026-08-25T16:33:21.591Z Downloaded const_format v0.2.35
10982026-08-25T16:33:21.594Z Downloaded path-slash v0.1.5
10992026-08-25T16:33:21.597Z Downloaded rustc_version v0.1.7
11002026-08-25T16:33:21.597Z Downloaded termtree v0.5.1
11012026-08-25T16:33:21.603Z Downloaded progenitor v0.14.0
11022026-08-25T16:33:21.603Z Downloaded serde_with_macros v1.5.2
11032026-08-25T16:33:21.620Z Downloaded slog-stdlog v4.1.1
11042026-08-25T16:33:21.620Z Downloaded crc8 v0.1.1
11052026-08-25T16:33:21.620Z Downloaded h2 v0.4.15
11062026-08-25T16:33:21.620Z Downloaded usdt-impl v0.6.0
11072026-08-25T16:33:21.620Z Downloaded unicode_categories v0.1.1
11082026-08-25T16:33:21.620Z Downloaded daft-derive v0.1.8
11092026-08-25T16:33:21.620Z Downloaded diesel_derives v2.3.7
11102026-08-25T16:33:21.624Z Downloaded crc32fast v1.5.0
11112026-08-25T16:33:21.624Z Downloaded diesel_table_macro_syntax v0.3.0
11122026-08-25T16:33:21.624Z Downloaded strum_macros v0.26.4
11132026-08-25T16:33:21.624Z Downloaded crossbeam-utils v0.8.21
11142026-08-25T16:33:21.624Z Downloaded defmt-macros v1.0.1
11152026-08-25T16:33:21.628Z Downloaded blake3 v1.8.5
11162026-08-25T16:33:21.636Z Downloaded iana-time-zone v0.1.65
11172026-08-25T16:33:21.645Z Downloaded maplit v1.0.2
11182026-08-25T16:33:21.645Z Downloaded openssl-macros v0.1.1
11192026-08-25T16:33:21.659Z Downloaded oxide-tokio-rt v0.1.4
11202026-08-25T16:33:21.659Z Downloaded recursive v0.1.1
11212026-08-25T16:33:21.659Z Downloaded shell-words v1.1.1
11222026-08-25T16:33:21.659Z Downloaded hkdf v0.12.4
11232026-08-25T16:33:21.659Z Downloaded tokio-dtrace v0.1.1
11242026-08-25T16:33:21.659Z Downloaded primeorder v0.14.0
11252026-08-25T16:33:21.659Z Downloaded progenitor-client v0.13.0
11262026-08-25T16:33:21.659Z Downloaded precomputed-hash v0.1.1
11272026-08-25T16:33:21.659Z Downloaded sync-ptr v0.1.4
11282026-08-25T16:33:21.659Z Downloaded typify-macro v0.6.2
11292026-08-25T16:33:21.659Z Downloaded secrecy v0.8.0
11302026-08-25T16:33:21.666Z Downloaded ron v0.8.1
11312026-08-25T16:33:21.672Z Downloaded icu_normalizer v2.1.1
11322026-08-25T16:33:21.672Z Downloaded signal-hook-registry v1.4.8
11332026-08-25T16:33:21.676Z Downloaded siphasher v1.0.2
11342026-08-25T16:33:21.676Z Downloaded serde_bytes v0.11.19
11352026-08-25T16:33:21.676Z Downloaded usdt v0.6.0
11362026-08-25T16:33:21.676Z Downloaded salsa20 v0.11.0
11372026-08-25T16:33:21.681Z Downloaded twox-hash v2.1.2
11382026-08-25T16:33:21.684Z Downloaded strum v0.26.3
11392026-08-25T16:33:21.691Z Downloaded typify v0.6.2
11402026-08-25T16:33:21.691Z Downloaded vergen v9.1.0
11412026-08-25T16:33:21.691Z Downloaded xshell v0.2.7
11422026-08-25T16:33:21.691Z Downloaded parse-display v0.10.0
11432026-08-25T16:33:21.691Z Downloaded ref-cast-impl v1.0.25
11442026-08-25T16:33:21.695Z Downloaded knus v3.4.0
11452026-08-25T16:33:21.695Z Downloaded data-encoding v2.10.0
11462026-08-25T16:33:21.695Z Downloaded impl-trait-for-tuples v0.2.3
11472026-08-25T16:33:21.695Z Downloaded termios v0.3.3
11482026-08-25T16:33:21.702Z Downloaded miette-derive v7.6.0
11492026-08-25T16:33:21.705Z Downloaded paste v1.0.15
11502026-08-25T16:33:21.712Z Downloaded libscf-sys v1.2.0
11512026-08-25T16:33:21.717Z Downloaded lru v0.12.5
11522026-08-25T16:33:21.717Z Downloaded icu_properties_data v2.1.2
11532026-08-25T16:33:21.724Z Downloaded ml-kem v0.3.2
11542026-08-25T16:33:21.728Z Downloaded indoc v1.0.9
11552026-08-25T16:33:21.728Z Downloaded psm v0.1.30
11562026-08-25T16:33:21.733Z Downloaded openssl-probe v0.2.1
11572026-08-25T16:33:21.736Z Downloaded cpubits v0.1.1
11582026-08-25T16:33:21.736Z Downloaded num-conv v0.2.0
11592026-08-25T16:33:21.736Z Downloaded darling v0.13.4
11602026-08-25T16:33:21.739Z Downloaded psl-types v2.0.11
11612026-08-25T16:33:21.739Z Downloaded derive_builder_core v0.20.2
11622026-08-25T16:33:21.742Z Downloaded structmeta-derive v0.3.0
11632026-08-25T16:33:21.745Z Downloaded seq-macro v0.3.6
11642026-08-25T16:33:21.752Z Downloaded p521 v0.14.0
11652026-08-25T16:33:21.756Z Downloaded pkcs1 v0.8.0-rc.4
11662026-08-25T16:33:21.756Z Downloaded indoc v2.0.7
11672026-08-25T16:33:21.765Z Downloaded tinyvec v1.10.0
11682026-08-25T16:33:21.770Z Downloaded usdt-macro v0.6.0
11692026-08-25T16:33:21.770Z Downloaded rand v0.8.6
11702026-08-25T16:33:21.776Z Downloaded elliptic-curve v0.13.8
11712026-08-25T16:33:21.779Z Downloaded dropshot_endpoint v0.17.1
11722026-08-25T16:33:21.782Z Downloaded num-traits v0.2.19
11732026-08-25T16:33:21.782Z Downloaded derive_more v0.99.20
11742026-08-25T16:33:21.785Z Downloaded oxide-generation-macros v0.2.0
11752026-08-25T16:33:21.785Z Downloaded tagptr v0.2.0
11762026-08-25T16:33:21.788Z Downloaded illumos-nvpair-sys v0.2.0
11772026-08-25T16:33:21.788Z Downloaded newtype_derive v0.1.6
11782026-08-25T16:33:21.788Z Downloaded lock_api v0.4.14
11792026-08-25T16:33:21.788Z Downloaded phf_shared v0.13.1
11802026-08-25T16:33:21.788Z Downloaded crypto-common v0.2.2
11812026-08-25T16:33:21.788Z Downloaded quinn v0.11.11
11822026-08-25T16:33:21.793Z Downloaded scroll_derive v0.13.1
11832026-08-25T16:33:21.793Z Downloaded tower-service v0.3.3
11842026-08-25T16:33:21.797Z Downloaded pem v3.0.6
11852026-08-25T16:33:21.800Z Downloaded crossbeam-deque v0.8.6
11862026-08-25T16:33:21.816Z Downloaded shlex v1.3.0
11872026-08-25T16:33:21.819Z Downloaded yoke v0.8.1
11882026-08-25T16:33:21.819Z Downloaded resolv-conf v0.7.6
11892026-08-25T16:33:21.819Z Downloaded stacker v0.1.23
11902026-08-25T16:33:21.819Z Downloaded crc-catalog v2.4.0
11912026-08-25T16:33:21.819Z Downloaded document-features v0.2.12
11922026-08-25T16:33:21.822Z Downloaded bitvec v1.0.1
11932026-08-25T16:33:21.827Z Downloaded recursive-proc-macro-impl v0.1.1
11942026-08-25T16:33:21.831Z Downloaded derive_more-impl v2.1.1
11952026-08-25T16:33:21.831Z Downloaded hyper-rustls v0.27.7
11962026-08-25T16:33:21.834Z Downloaded winnow v0.6.26
11972026-08-25T16:33:21.845Z Downloaded snafu v0.8.9
11982026-08-25T16:33:21.845Z Downloaded tar v0.4.46
11992026-08-25T16:33:21.845Z Downloaded bindgen v0.71.1
12002026-08-25T16:33:21.848Z Downloaded chrono v0.4.45
12012026-08-25T16:33:21.853Z Downloaded derive-ex v0.1.8
12022026-08-25T16:33:21.856Z Downloaded ingot-types v0.2.0
12032026-08-25T16:33:21.856Z Downloaded itertools v0.14.0
12042026-08-25T16:33:21.860Z Downloaded num-complex v0.4.6
12052026-08-25T16:33:21.863Z Downloaded reedline v0.40.0
12062026-08-25T16:33:21.865Z Downloaded schemars v1.2.1
12072026-08-25T16:33:21.873Z Downloaded ssh-cipher v0.3.0
12082026-08-25T16:33:21.876Z Downloaded vte v0.14.1
12092026-08-25T16:33:21.876Z Downloaded crossterm v0.28.1
12102026-08-25T16:33:21.879Z Downloaded zip v0.6.6
12112026-08-25T16:33:21.883Z Downloaded rustls-pki-types v1.14.0
12122026-08-25T16:33:21.886Z Downloaded serde_with v1.14.0
12132026-08-25T16:33:21.889Z Downloaded rustyline v14.0.0
12142026-08-25T16:33:21.893Z Downloaded crossbeam-epoch v0.9.18
12152026-08-25T16:33:21.893Z Downloaded walkdir v2.5.0
12162026-08-25T16:33:21.896Z Downloaded hybrid-array v0.4.13
12172026-08-25T16:33:21.896Z Downloaded tokio-native-tls v0.3.1
12182026-08-25T16:33:21.896Z Downloaded num-bigint v0.4.6
12192026-08-25T16:33:21.899Z Downloaded serde_with_macros v3.21.0
12202026-08-25T16:33:21.899Z Downloaded primefield v0.14.0
12212026-08-25T16:33:21.899Z Downloaded csv-core v0.1.13
12222026-08-25T16:33:21.903Z Downloaded vergen-git2 v9.1.0
12232026-08-25T16:33:21.903Z Downloaded libsw v3.5.0
12242026-08-25T16:33:21.903Z Downloaded crypto-primes v0.7.2
12252026-08-25T16:33:21.907Z Downloaded slab v0.4.12
12262026-08-25T16:33:21.907Z Downloaded git2 v0.20.4
12272026-08-25T16:33:21.911Z Downloaded winnow v0.5.40
12282026-08-25T16:33:21.915Z Downloaded hyper-util v0.1.20
12292026-08-25T16:33:21.920Z Downloaded schemars v0.8.22
12302026-08-25T16:33:21.926Z Downloaded quick-xml v0.37.5
12312026-08-25T16:33:21.931Z Downloaded subprocess v0.2.15
12322026-08-25T16:33:21.934Z Downloaded prefix-trie v0.7.0
12332026-08-25T16:33:21.934Z Downloaded vcpkg v0.2.15
12342026-08-25T16:33:21.954Z Downloaded icu_collections v2.1.1
12352026-08-25T16:33:21.959Z Downloaded diff v0.1.13
12362026-08-25T16:33:21.962Z Downloaded tower-http v0.6.8
12372026-08-25T16:33:21.965Z Downloaded toml v1.1.2+spec-1.1.0
12382026-08-25T16:33:21.969Z Downloaded tracing-core v0.1.36
12392026-08-25T16:33:21.969Z Downloaded zopfli v0.8.3
12402026-08-25T16:33:21.972Z Downloaded lalrpop v0.19.12
12412026-08-25T16:33:21.975Z Downloaded zerocopy-derive v0.8.55
12422026-08-25T16:33:21.979Z Downloaded der v0.8.0
12432026-08-25T16:33:21.983Z Downloaded ed25519-dalek v2.2.0
12442026-08-25T16:33:21.986Z Downloaded russh v0.62.4
12452026-08-25T16:33:21.989Z Downloaded idna v1.1.0
12462026-08-25T16:33:21.992Z Downloaded libxml v0.3.3
12472026-08-25T16:33:21.995Z Downloaded icu_normalizer_data v2.1.1
12482026-08-25T16:33:21.999Z Downloaded goblin v0.10.5
12492026-08-25T16:33:22.002Z Downloaded unicode-bidi v0.3.18
12502026-08-25T16:33:22.005Z Downloaded darling_core v0.21.3
12512026-08-25T16:33:22.005Z Downloaded smallvec v1.15.1
12522026-08-25T16:33:22.007Z Downloaded rsa v0.10.0-rc.18
12532026-08-25T16:33:22.011Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-08-25T16:33:22.017Z Downloaded crossterm v0.29.0
12552026-08-25T16:33:22.020Z Downloaded schemars v0.9.0
12562026-08-25T16:33:22.023Z Downloaded itertools v0.10.5
12572026-08-25T16:33:22.026Z Downloaded p384 v0.14.0
12582026-08-25T16:33:22.026Z Downloaded pin-project v1.1.11
12592026-08-25T16:33:22.031Z Downloaded time v0.3.47
12602026-08-25T16:33:22.037Z Downloaded toml_edit v0.19.15
12612026-08-25T16:33:22.045Z Downloaded nom v7.1.3
12622026-08-25T16:33:22.048Z Downloaded nom v8.0.0
12632026-08-25T16:33:22.052Z Downloaded x509-cert v0.2.5
12642026-08-25T16:33:22.055Z Downloaded minimal-lexical v0.2.1
12652026-08-25T16:33:22.058Z Downloaded itertools v0.15.0
12662026-08-25T16:33:22.060Z Downloaded jiff-core v0.1.0
12672026-08-25T16:33:22.063Z Downloaded rawzip v0.4.4
12682026-08-25T16:33:22.068Z Downloaded openssl v0.10.80
12692026-08-25T16:33:22.074Z Downloaded der v0.7.10
12702026-08-25T16:33:22.081Z Downloaded miette v7.6.0
12712026-08-25T16:33:22.081Z Downloaded iri-string v0.7.10
12722026-08-25T16:33:22.085Z Downloaded zip v4.6.1
12732026-08-25T16:33:22.086Z Downloaded serde_with v3.21.0
12742026-08-25T16:33:22.088Z Downloaded ssh-key v0.7.0-rc.11
12752026-08-25T16:33:22.091Z Downloaded tabled v0.21.0
12762026-08-25T16:33:22.100Z Downloaded zlib-rs v0.6.2
12772026-08-25T16:33:22.103Z Downloaded itertools v0.12.1
12782026-08-25T16:33:22.106Z Downloaded p384 v0.13.1
12792026-08-25T16:33:22.109Z Downloaded regex v1.12.3
12802026-08-25T16:33:22.112Z Downloaded salty v0.3.0
12812026-08-25T16:33:22.116Z Downloaded sha3 v0.12.0
12822026-08-25T16:33:22.123Z Downloaded unicode-normalization v0.1.25
12832026-08-25T16:33:22.126Z Downloaded nix v0.27.1
12842026-08-25T16:33:22.129Z Downloaded iddqd v0.4.2
12852026-08-25T16:33:22.134Z Downloaded gimli v0.32.3
12862026-08-25T16:33:22.138Z Downloaded libm v0.2.16
12872026-08-25T16:33:22.144Z Downloaded hyper v1.10.1
12882026-08-25T16:33:22.149Z Downloaded rayon v1.11.0
12892026-08-25T16:33:22.157Z Downloaded bstr v1.12.1
12902026-08-25T16:33:22.162Z Downloaded portable-atomic v1.13.1
12912026-08-25T16:33:22.166Z Downloaded reqwest v0.12.28
12922026-08-25T16:33:22.169Z Downloaded nix v0.28.0
12932026-08-25T16:33:22.178Z Downloaded winnow v1.0.3
12942026-08-25T16:33:22.183Z Downloaded crypto-bigint v0.7.5
12952026-08-25T16:33:22.191Z Downloaded itertools v0.13.0
12962026-08-25T16:33:22.195Z Downloaded reqwest v0.13.2
12972026-08-25T16:33:22.201Z Downloaded petname v2.0.2
12982026-08-25T16:33:22.203Z Downloaded nix v0.31.2
12992026-08-25T16:33:22.208Z Downloaded object v0.30.4
13002026-08-25T16:33:22.212Z Downloaded quinn-proto v0.11.16
13012026-08-25T16:33:22.238Z Downloaded regex-syntax v0.6.29
13022026-08-25T16:33:22.241Z Downloaded hickory-proto v0.24.4
13032026-08-25T16:33:22.247Z Downloaded object v0.37.3
13042026-08-25T16:33:22.253Z Downloaded curve25519-dalek v5.0.0
13052026-08-25T16:33:22.258Z Downloaded proptest v1.11.0
13062026-08-25T16:33:22.263Z Downloaded regress v0.11.1
13072026-08-25T16:33:22.267Z Downloaded rustls v0.23.41
13082026-08-25T16:33:22.274Z Downloaded curve25519-dalek v4.1.3
13092026-08-25T16:33:22.279Z Downloaded syn v3.0.3
13102026-08-25T16:33:22.285Z Downloaded smoltcp v0.9.1
13112026-08-25T16:33:22.291Z Downloaded regex-syntax v0.8.10
13122026-08-25T16:33:22.295Z Downloaded hickory-proto v0.25.2
13132026-08-25T16:33:22.303Z Downloaded zerocopy v0.8.55
13142026-08-25T16:33:22.313Z Downloaded polar-core v0.27.3
13152026-08-25T16:33:22.317Z Downloaded openapiv3 v2.2.0
13162026-08-25T16:33:22.337Z Downloaded radix_trie v0.2.1
13172026-08-25T16:33:22.343Z Downloaded dropshot v0.17.1
13182026-08-25T16:33:22.350Z Downloaded moka v0.12.13
13192026-08-25T16:33:22.359Z Downloaded rustix v0.38.44
13202026-08-25T16:33:22.372Z Downloaded ratatui v0.29.0
13212026-08-25T16:33:22.381Z Downloaded zerocopy-derive v0.6.6
13222026-08-25T16:33:22.386Z Downloaded sqlparser v0.61.0
13232026-08-25T16:33:22.394Z Downloaded regress v0.10.5
13242026-08-25T16:33:22.399Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-25T16:33:22.404Z Downloaded regex-automata v0.4.14
13262026-08-25T16:33:22.418Z Downloaded tracing v0.1.44
13272026-08-25T16:33:22.433Z Downloaded sled v0.34.7
13282026-08-25T16:33:22.436Z Downloaded smoltcp v0.11.0
13292026-08-25T16:33:22.443Z Downloaded sha3 v0.11.0
13302026-08-25T16:33:22.450Z Downloaded diesel v2.3.7
13312026-08-25T16:33:22.460Z Downloaded typify-impl v0.6.2
13322026-08-25T16:33:22.470Z Downloaded chrono-tz v0.10.4
13332026-08-25T16:33:22.499Z Downloaded jiff v0.2.34
13342026-08-25T16:33:22.508Z Downloaded petgraph v0.8.3
13352026-08-25T16:33:22.521Z Downloaded petgraph v0.6.5
13362026-08-25T16:33:22.571Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-25T16:33:22.609Z Downloaded tokio v1.52.1
13382026-08-25T16:33:22.633Z Downloaded libz-sys v1.1.24
13392026-08-25T16:33:22.645Z Downloaded sha3 v0.10.8
13402026-08-25T16:33:22.648Z Downloaded csv v1.4.0
13412026-08-25T16:33:22.660Z Downloaded ring v0.17.14
13422026-08-25T16:33:22.684Z Downloaded encoding_rs v0.8.35
13432026-08-25T16:33:22.698Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-08-25T16:33:23.198Z Downloaded aws-lc-sys v0.40.0
13452026-08-25T16:33:23.469Z Compiling serde_core v1.0.228
13462026-08-25T16:33:23.469Z Compiling libc v0.2.185
13472026-08-25T16:33:23.469Z Compiling serde v1.0.228
13482026-08-25T16:33:23.472Z Compiling log v0.4.33
13492026-08-25T16:33:23.472Z Compiling smallvec v1.15.1
13502026-08-25T16:33:23.623Z Compiling subtle v2.6.1
13512026-08-25T16:33:23.628Z Compiling find-msvc-tools v0.1.9
13522026-08-25T16:33:23.634Z Compiling syn v2.0.117
13532026-08-25T16:33:23.817Z Compiling shlex v1.3.0
13542026-08-25T16:33:23.832Z Compiling typenum v1.20.1
13552026-08-25T16:33:23.836Z Compiling scopeguard v1.2.0
13562026-08-25T16:33:23.913Z Compiling stable_deref_trait v1.2.1
13572026-08-25T16:33:23.926Z Compiling lock_api v0.4.14
13582026-08-25T16:33:23.950Z Compiling getrandom v0.4.3
13592026-08-25T16:33:23.983Z Compiling portable-atomic v1.13.1
13602026-08-25T16:33:24.002Z Compiling serde_json v1.0.151
13612026-08-25T16:33:24.147Z Compiling rand_core v0.10.0
13622026-08-25T16:33:24.183Z Compiling zerocopy v0.8.55
13632026-08-25T16:33:24.308Z Compiling critical-section v1.2.0
13642026-08-25T16:33:24.324Z Compiling libm v0.2.16
13652026-08-25T16:33:24.414Z Compiling errno v0.3.14
13662026-08-25T16:33:24.428Z Compiling jobserver v0.1.34
13672026-08-25T16:33:24.598Z Compiling num-traits v0.2.19
13682026-08-25T16:33:24.612Z Compiling pkg-config v0.3.32
13692026-08-25T16:33:24.640Z Compiling cc v1.2.56
13702026-08-25T16:33:24.800Z Compiling pin-project-lite v0.2.17
13712026-08-25T16:33:24.909Z Compiling parking_lot_core v0.9.12
13722026-08-25T16:33:24.946Z Compiling once_cell v1.21.3
13732026-08-25T16:33:25.018Z Compiling signal-hook-registry v1.4.8
13742026-08-25T16:33:25.151Z Compiling getrandom v0.2.17
13752026-08-25T16:33:25.166Z Compiling percent-encoding v2.3.2
13762026-08-25T16:33:25.285Z Compiling futures-core v0.3.32
13772026-08-25T16:33:25.348Z Compiling writeable v0.6.2
13782026-08-25T16:33:25.375Z Compiling litemap v0.8.1
13792026-08-25T16:33:25.432Z Compiling parking_lot v0.12.5
13802026-08-25T16:33:25.454Z Compiling rand_core v0.6.4
13812026-08-25T16:33:25.561Z Compiling mio v1.2.0
13822026-08-25T16:33:25.726Z Compiling bitflags v2.11.0
13832026-08-25T16:33:25.792Z Compiling semver v1.0.28
13842026-08-25T16:33:25.846Z Compiling icu_properties_data v2.1.2
13852026-08-25T16:33:25.947Z Compiling icu_normalizer_data v2.1.1
13862026-08-25T16:33:26.018Z Compiling generic-array v0.14.7
13872026-08-25T16:33:26.051Z Compiling const-oid v0.9.6
13882026-08-25T16:33:26.128Z Compiling socket2 v0.6.3
13892026-08-25T16:33:26.156Z Compiling rustix v1.1.4
13902026-08-25T16:33:26.228Z Compiling futures-sink v0.3.32
13912026-08-25T16:33:26.242Z Compiling indexmap v2.14.0
13922026-08-25T16:33:26.254Z Compiling futures-task v0.3.32
13932026-08-25T16:33:26.330Z Compiling synstructure v0.13.2
13942026-08-25T16:33:26.418Z Compiling futures-channel v0.3.32
13952026-08-25T16:33:26.530Z Compiling futures-io v0.3.32
13962026-08-25T16:33:26.637Z Compiling slab v0.4.12
13972026-08-25T16:33:26.678Z Compiling getrandom v0.3.4
13982026-08-25T16:33:26.774Z Compiling utf8_iter v1.0.4
13992026-08-25T16:33:26.812Z Compiling form_urlencoded v1.2.2
14002026-08-25T16:33:26.837Z Compiling cmov v0.5.4
14012026-08-25T16:33:26.948Z Compiling rustversion v1.0.22
14022026-08-25T16:33:26.948Z Compiling iana-time-zone v0.1.65
14032026-08-25T16:33:26.993Z Compiling base64ct v1.8.3
14042026-08-25T16:33:27.066Z Compiling cmake v0.1.57
14052026-08-25T16:33:27.146Z Compiling ctutils v0.4.2
14062026-08-25T16:33:27.149Z Compiling flagset v0.4.7
14072026-08-25T16:33:27.283Z Compiling pem-rfc7468 v0.7.0
14082026-08-25T16:33:27.297Z Compiling dunce v1.0.5
14092026-08-25T16:33:27.406Z Compiling fs_extra v1.3.0
14102026-08-25T16:33:27.409Z Compiling ident_case v1.0.1
14112026-08-25T16:33:27.469Z Compiling regex-syntax v0.8.10
14122026-08-25T16:33:27.544Z Compiling uuid v1.23.4
14132026-08-25T16:33:27.990Z Compiling base64 v0.22.1
14142026-08-25T16:33:27.993Z Compiling syn v1.0.109
14152026-08-25T16:33:27.993Z Compiling aws-lc-sys v0.40.0
14162026-08-25T16:33:27.993Z Compiling vcpkg v0.2.15
14172026-08-25T16:33:27.993Z Compiling rand_core v0.9.5
14182026-08-25T16:33:27.993Z Compiling serde_derive_internals v0.29.1
14192026-08-25T16:33:27.993Z Compiling rustc_version v0.4.1
14202026-08-25T16:33:28.071Z Compiling serde_derive v1.0.228
14212026-08-25T16:33:28.227Z Compiling zeroize_derive v1.5.0
14222026-08-25T16:33:28.241Z Compiling zerofrom-derive v0.1.6
14232026-08-25T16:33:28.292Z Compiling yoke-derive v0.8.1
14242026-08-25T16:33:28.626Z Compiling zerocopy-derive v0.8.55
14252026-08-25T16:33:28.844Z Compiling zerovec-derive v0.11.2
14262026-08-25T16:33:28.875Z Compiling displaydoc v0.2.5
14272026-08-25T16:33:29.475Z Compiling tokio-macros v2.7.0
14282026-08-25T16:33:29.642Z Compiling futures-macro v0.3.32
14292026-08-25T16:33:29.667Z Compiling zerofrom v0.1.6
14302026-08-25T16:33:29.793Z Compiling yoke v0.8.1
14312026-08-25T16:33:29.819Z Compiling der_derive v0.7.3
14322026-08-25T16:33:29.949Z Compiling thiserror-impl v2.0.18
14332026-08-25T16:33:29.982Z Compiling zerovec v0.11.5
14342026-08-25T16:33:30.220Z Compiling zerotrie v0.2.3
14352026-08-25T16:33:30.443Z Compiling tinystr v0.8.2
14362026-08-25T16:33:30.496Z Compiling potential_utf v0.1.4
14372026-08-25T16:33:30.523Z Compiling futures-util v0.3.32
14382026-08-25T16:33:30.657Z Compiling icu_locale_core v2.1.1
14392026-08-25T16:33:30.671Z Compiling icu_collections v2.1.1
14402026-08-25T16:33:30.794Z Compiling openssl-sys v0.9.117
14412026-08-25T16:33:31.146Z Compiling tracing-attributes v0.1.31
14422026-08-25T16:33:31.281Z Compiling icu_provider v2.1.1
14432026-08-25T16:33:31.306Z Compiling thiserror v2.0.18
14442026-08-25T16:33:31.413Z Compiling tracing-core v0.1.36
14452026-08-25T16:33:31.522Z Compiling zeroize v1.9.0
14462026-08-25T16:33:31.558Z Compiling bytes v1.11.1
14472026-08-25T16:33:31.573Z Compiling icu_normalizer v2.1.1
14482026-08-25T16:33:32.006Z Compiling icu_properties v2.1.2
14492026-08-25T16:33:32.123Z Compiling tokio v1.52.1
14502026-08-25T16:33:32.186Z Compiling hybrid-array v0.4.13
14512026-08-25T16:33:32.363Z Compiling crypto-common v0.1.7
14522026-08-25T16:33:32.509Z Compiling block-buffer v0.10.4
14532026-08-25T16:33:32.523Z Compiling chrono v0.4.45
14542026-08-25T16:33:32.684Z Compiling digest v0.10.7
14552026-08-25T16:33:32.809Z Compiling der v0.7.10
14562026-08-25T16:33:32.937Z Compiling idna_adapter v1.2.1
14572026-08-25T16:33:32.954Z Compiling http v1.4.2
14582026-08-25T16:33:33.079Z Compiling idna v1.1.0
14592026-08-25T16:33:33.094Z Compiling ppv-lite86 v0.2.21
14602026-08-25T16:33:33.267Z Compiling crypto-common v0.2.2
14612026-08-25T16:33:33.417Z Compiling url v2.5.8
14622026-08-25T16:33:33.729Z Compiling spki v0.7.3
14632026-08-25T16:33:33.856Z Compiling block-buffer v0.12.1
14642026-08-25T16:33:33.893Z Compiling simd-adler32 v0.3.8
14652026-08-25T16:33:33.939Z Compiling schemars v0.8.22
14662026-08-25T16:33:33.996Z Compiling aws-lc-rs v1.16.3
14672026-08-25T16:33:34.056Z Compiling dyn-clone v1.0.20
14682026-08-25T16:33:34.129Z Compiling pkcs8 v0.10.2
14692026-08-25T16:33:34.162Z Compiling http-body v1.0.1
14702026-08-25T16:33:34.190Z Compiling tracing v0.1.44
14712026-08-25T16:33:34.193Z Compiling rustls-pki-types v1.14.0
14722026-08-25T16:33:34.308Z Compiling schemars_derive v0.8.22
14732026-08-25T16:33:34.378Z Compiling spin v0.9.8
14742026-08-25T16:33:34.451Z Compiling tinyvec_macros v0.1.1
14752026-08-25T16:33:34.522Z Compiling crc32fast v1.5.0
14762026-08-25T16:33:34.579Z Compiling adler2 v2.0.1
14772026-08-25T16:33:34.634Z Compiling openssl-probe v0.2.1
14782026-08-25T16:33:34.706Z Compiling httparse v1.10.1
14792026-08-25T16:33:34.804Z Compiling miniz_oxide v0.8.9
14802026-08-25T16:33:34.823Z Compiling tinyvec v1.10.0
14812026-08-25T16:33:34.957Z Compiling tempfile v3.27.0
14822026-08-25T16:33:35.074Z Compiling pest_generator v2.8.6
14832026-08-25T16:33:35.157Z Compiling rand_chacha v0.9.0
14842026-08-25T16:33:35.310Z Compiling terminal_size v0.4.3
14852026-08-25T16:33:35.380Z Compiling aho-corasick v1.1.4
14862026-08-25T16:33:35.447Z Compiling tower-service v0.3.3
14872026-08-25T16:33:35.544Z Compiling tower-layer v0.3.3
14882026-08-25T16:33:35.704Z Compiling radium v0.7.0
14892026-08-25T16:33:35.731Z Compiling untrusted v0.7.1
14902026-08-25T16:33:35.830Z Compiling tokio-util v0.7.18
14912026-08-25T16:33:35.857Z Compiling try-lock v0.2.5
14922026-08-25T16:33:35.944Z Compiling atomic-waker v1.1.2
14932026-08-25T16:33:35.982Z Compiling want v0.3.1
14942026-08-25T16:33:36.069Z Compiling pest_derive v2.8.6
14952026-08-25T16:33:36.142Z Compiling rand v0.9.2
14962026-08-25T16:33:36.498Z Compiling h2 v0.4.15
14972026-08-25T16:33:36.731Z Compiling regex-automata v0.4.14
14982026-08-25T16:33:37.037Z Compiling block-padding v0.4.2
14992026-08-25T16:33:37.094Z Compiling ipnet v2.12.0
15002026-08-25T16:33:37.162Z Compiling scroll_derive v0.13.1
15012026-08-25T16:33:37.200Z Compiling darling_core v0.20.11
15022026-08-25T16:33:37.578Z Compiling rustls v0.23.41
15032026-08-25T16:33:37.746Z Compiling maybe-uninit v2.0.0
15042026-08-25T16:33:37.769Z Compiling httpdate v1.0.3
15052026-08-25T16:33:37.942Z Compiling openssl v0.10.80
15062026-08-25T16:33:38.002Z Compiling foreign-types-shared v0.1.1
15072026-08-25T16:33:38.006Z Compiling cpufeatures v0.2.17
15082026-08-25T16:33:38.028Z Compiling const-oid v0.10.2
15092026-08-25T16:33:38.085Z Compiling untrusted v0.9.0
15102026-08-25T16:33:38.099Z Compiling tap v1.0.1
15112026-08-25T16:33:38.181Z Compiling digest v0.11.3
15122026-08-25T16:33:38.203Z Compiling wyz v0.5.1
15132026-08-25T16:33:38.208Z Compiling foreign-types v0.3.2
15142026-08-25T16:33:38.273Z Compiling scroll v0.13.0
15152026-08-25T16:33:38.287Z Compiling inout v0.2.2
15162026-08-25T16:33:38.399Z Compiling unicode-normalization v0.1.25
15172026-08-25T16:33:38.531Z Compiling rand_chacha v0.3.1
15182026-08-25T16:33:38.594Z Compiling signature v2.2.0
15192026-08-25T16:33:38.777Z Compiling hex v0.4.3
15202026-08-25T16:33:38.850Z Compiling thiserror-impl v1.0.69
15212026-08-25T16:33:38.853Z Compiling openssl-macros v0.1.1
15222026-08-25T16:33:39.042Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15232026-08-25T16:33:39.244Z Compiling bzip2-sys v0.1.13+1.0.8
15242026-08-25T16:33:39.289Z Compiling num-integer v0.1.46
15252026-08-25T16:33:39.411Z Compiling wait-timeout v0.2.1
15262026-08-25T16:33:39.415Z Compiling darling_macro v0.20.11
15272026-08-25T16:33:39.511Z Compiling ahash v0.8.12
15282026-08-25T16:33:39.596Z Compiling hyper v1.10.1
15292026-08-25T16:33:39.681Z Compiling quick-error v1.2.3
15302026-08-25T16:33:39.710Z Compiling funty v2.0.0
15312026-08-25T16:33:39.790Z Compiling native-tls v0.2.18
15322026-08-25T16:33:39.879Z Compiling cpufeatures v0.3.0
15332026-08-25T16:33:39.958Z Compiling bit-vec v0.8.0
15342026-08-25T16:33:39.989Z Compiling packed_struct v0.10.1
15352026-08-25T16:33:40.048Z Compiling powerfmt v0.2.0
15362026-08-25T16:33:40.187Z Compiling num-conv v0.2.0
15372026-08-25T16:33:40.227Z Compiling time-core v0.1.8
15382026-08-25T16:33:40.246Z Compiling num-bigint-dig v0.8.6
15392026-08-25T16:33:40.287Z Compiling deranged v0.5.8
15402026-08-25T16:33:40.314Z Compiling bit-set v0.8.0
15412026-08-25T16:33:40.370Z Compiling time-macros v0.2.27
15422026-08-25T16:33:40.444Z Compiling thiserror v1.0.69
15432026-08-25T16:33:40.475Z Compiling bitvec v1.0.1
15442026-08-25T16:33:40.557Z Compiling darling v0.20.11
15452026-08-25T16:33:40.574Z Compiling clap_builder v4.6.0
15462026-08-25T16:33:40.641Z Compiling rusty-fork v0.3.1
15472026-08-25T16:33:40.724Z Compiling hyper-util v0.1.20
15482026-08-25T16:33:41.144Z Compiling num-iter v0.1.45
15492026-08-25T16:33:41.377Z Compiling rand v0.8.6
15502026-08-25T16:33:41.748Z Compiling goblin v0.10.5
15512026-08-25T16:33:41.868Z Compiling cipher v0.5.2
15522026-08-25T16:33:42.194Z Compiling sha2 v0.10.9
15532026-08-25T16:33:42.251Z Compiling packed_struct_codegen v0.10.1
15542026-08-25T16:33:42.411Z Compiling lazy_static v1.5.0
15552026-08-25T16:33:42.505Z Compiling serde_spanned v0.6.9
15562026-08-25T16:33:42.653Z Compiling toml_datetime v0.6.11
15572026-08-25T16:33:42.914Z Compiling rand_xorshift v0.4.0
15582026-08-25T16:33:43.079Z Compiling zerocopy-derive v0.6.6
15592026-08-25T16:33:43.305Z Compiling clap_derive v4.6.1
15602026-08-25T16:33:43.492Z Compiling bitfield-macros v0.19.4
15612026-08-25T16:33:43.511Z Compiling sync_wrapper v1.0.2
15622026-08-25T16:33:43.621Z Compiling indexmap v1.9.3
15632026-08-25T16:33:43.804Z Compiling object v0.37.3
15642026-08-25T16:33:43.885Z Compiling paste v1.0.15
15652026-08-25T16:33:44.063Z Compiling siphasher v1.0.2
15662026-08-25T16:33:44.146Z Compiling zlib-rs v0.6.2
15672026-08-25T16:33:44.174Z Compiling crossbeam-utils v0.8.21
15682026-08-25T16:33:44.191Z Compiling usdt-impl v0.6.0
15692026-08-25T16:33:44.245Z Compiling unarray v0.1.4
15702026-08-25T16:33:44.355Z Compiling unicode-segmentation v1.12.0
15712026-08-25T16:33:44.386Z Compiling num_threads v0.1.7
15722026-08-25T16:33:44.446Z Compiling nodrop v0.1.14
15732026-08-25T16:33:44.485Z Compiling crc-catalog v2.4.0
15742026-08-25T16:33:44.540Z Compiling array-init v0.0.4
15752026-08-25T16:33:44.579Z Compiling crc v3.4.0
15762026-08-25T16:33:44.735Z Compiling dof v0.4.0
15772026-08-25T16:33:44.768Z Compiling time v0.3.47
15782026-08-25T16:33:44.919Z Compiling proptest v1.11.0
15792026-08-25T16:33:45.005Z Compiling clap v4.6.1
15802026-08-25T16:33:45.088Z Compiling bitfield v0.19.4
15812026-08-25T16:33:45.465Z Compiling zerocopy v0.6.6
15822026-08-25T16:33:45.797Z Compiling tower v0.5.3
15832026-08-25T16:33:46.241Z Compiling smallvec v0.6.14
15842026-08-25T16:33:46.275Z Compiling chacha20 v0.10.0
15852026-08-25T16:33:46.628Z Compiling derive_builder_core v0.20.2
15862026-08-25T16:33:46.751Z Compiling dtrace-parser v0.3.0
15872026-08-25T16:33:47.250Z Compiling flate2 v1.1.9
15882026-08-25T16:33:47.471Z Compiling ipnetwork v0.21.1
15892026-08-25T16:33:47.486Z Compiling http-body-util v0.1.3
15902026-08-25T16:33:47.515Z Compiling pkcs1 v0.7.5
15912026-08-25T16:33:47.663Z Compiling heapless v0.7.17
15922026-08-25T16:33:47.723Z Compiling structmeta-derive v0.3.0
15932026-08-25T16:33:47.737Z Compiling scroll_derive v0.12.1
15942026-08-25T16:33:47.853Z Compiling slog v2.8.2
15952026-08-25T16:33:47.883Z Compiling darling_core v0.23.0
15962026-08-25T16:33:47.899Z Compiling thread-id v5.1.0
15972026-08-25T16:33:47.984Z Compiling cookie v0.18.1
15982026-08-25T16:33:48.035Z Compiling env_filter v2.0.0
15992026-08-25T16:33:48.163Z Compiling syn v3.0.3
16002026-08-25T16:33:48.329Z Compiling winnow v0.5.40
16012026-08-25T16:33:48.441Z Compiling signal-hook v0.3.18
16022026-08-25T16:33:48.566Z Compiling unicode-bidi v0.3.18
16032026-08-25T16:33:48.782Z Compiling base64 v0.21.7
16042026-08-25T16:33:49.092Z Compiling iri-string v0.7.10
16052026-08-25T16:33:49.106Z Compiling allocator-api2 v0.2.21
16062026-08-25T16:33:49.434Z Compiling hashbrown v0.12.3
16072026-08-25T16:33:49.755Z Compiling unicode-properties v0.1.4
16082026-08-25T16:33:49.891Z Compiling zstd-safe v7.2.4
16092026-08-25T16:33:49.939Z Compiling gimli v0.32.3
16102026-08-25T16:33:50.084Z Compiling anyhow v1.0.104
16112026-08-25T16:33:50.369Z Compiling ryu v1.0.23
16122026-08-25T16:33:50.549Z Compiling serde_urlencoded v0.7.1
16132026-08-25T16:33:50.569Z Compiling darling_macro v0.23.0
16142026-08-25T16:33:50.594Z Compiling tower-http v0.6.8
16152026-08-25T16:33:50.817Z Compiling stringprep v0.1.5
16162026-08-25T16:33:51.054Z Compiling toml_edit v0.19.15
16172026-08-25T16:33:51.250Z Compiling ron v0.8.1
16182026-08-25T16:33:51.372Z Compiling structmeta v0.3.0
16192026-08-25T16:33:51.546Z Compiling daft-derive v0.1.8
16202026-08-25T16:33:51.569Z Compiling scroll v0.12.0
16212026-08-25T16:33:51.574Z Compiling env_logger v0.11.11
16222026-08-25T16:33:51.819Z Compiling addr2line v0.25.1
16232026-08-25T16:33:52.129Z Compiling rsa v0.9.10
16242026-08-25T16:33:52.161Z Compiling oxnet v0.1.6
16252026-08-25T16:33:52.199Z Compiling derive_builder_macro v0.20.2
16262026-08-25T16:33:52.283Z Compiling newtype-uuid v1.3.2
16272026-08-25T16:33:52.514Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16282026-08-25T16:33:52.593Z Compiling hashbrown v0.13.2
16292026-08-25T16:33:52.616Z Compiling rand v0.10.1
16302026-08-25T16:33:52.663Z Compiling bzip2 v0.4.4
16312026-08-25T16:33:52.871Z Compiling serde-hex v0.1.0
16322026-08-25T16:33:53.066Z Compiling tokio-native-tls v0.3.1
16332026-08-25T16:33:53.241Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-25T16:33:53.768Z Compiling camino v1.2.5
16352026-08-25T16:33:54.117Z Compiling sha2 v0.11.0
16362026-08-25T16:33:54.470Z Compiling bstr v1.12.1
16372026-08-25T16:33:54.653Z Compiling md-5 v0.11.0
16382026-08-25T16:33:54.894Z Compiling hmac v0.13.0
16392026-08-25T16:33:55.114Z Compiling rustls-native-certs v0.8.3
16402026-08-25T16:33:55.146Z Compiling x509-cert v0.2.5
16412026-08-25T16:33:55.158Z Compiling erased-serde v0.3.31
16422026-08-25T16:33:55.345Z Compiling serde_tokenstream v0.2.3
16432026-08-25T16:33:55.612Z Compiling curve25519-dalek v4.1.3
16442026-08-25T16:33:55.643Z Compiling pin-project-internal v1.1.11
16452026-08-25T16:33:55.661Z Compiling async-trait v0.1.89
16462026-08-25T16:33:55.773Z Compiling zerocopy-derive v0.7.35
16472026-08-25T16:33:55.931Z Compiling vergen-lib v9.1.0
16482026-08-25T16:33:56.109Z Compiling hash32 v0.2.1
16492026-08-25T16:33:56.147Z Compiling memoffset v0.9.1
16502026-08-25T16:33:56.319Z Compiling encoding_rs v0.8.35
16512026-08-25T16:33:56.331Z Compiling rustc-demangle v0.1.27
16522026-08-25T16:33:56.617Z Compiling litrs v1.0.0
16532026-08-25T16:33:56.639Z Compiling rustix v0.38.44
16542026-08-25T16:33:56.645Z Compiling owo-colors v4.3.0
16552026-08-25T16:33:56.715Z Compiling psl-types v2.0.11
16562026-08-25T16:33:56.727Z Compiling mime v0.3.17
16572026-08-25T16:33:56.838Z Compiling crc-any v2.5.0
16582026-08-25T16:33:56.963Z Compiling fallible-iterator v0.2.0
16592026-08-25T16:33:56.977Z Compiling cfg_aliases v0.2.1
16602026-08-25T16:33:57.035Z Compiling smoltcp v0.9.1
16612026-08-25T16:33:57.042Z Compiling ref-cast v1.0.25
16622026-08-25T16:33:57.062Z Compiling nix v0.31.2
16632026-08-25T16:33:57.119Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16642026-08-25T16:33:57.141Z Compiling document-features v0.2.12
16652026-08-25T16:33:57.289Z Compiling postgres-protocol v0.6.12
16662026-08-25T16:33:57.413Z Compiling publicsuffix v2.3.0
16672026-08-25T16:33:57.429Z Compiling pin-project v1.1.11
16682026-08-25T16:33:57.455Z Compiling zerocopy v0.7.35
16692026-08-25T16:33:57.534Z Compiling backtrace v0.3.76
16702026-08-25T16:33:57.823Z Compiling daft v0.1.8
16712026-08-25T16:33:57.850Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16722026-08-25T16:33:57.995Z Compiling hyper-tls v0.6.0
16732026-08-25T16:33:58.094Z Compiling object v0.30.4
16742026-08-25T16:33:58.136Z Compiling zip v0.6.6
16752026-08-25T16:33:58.231Z Compiling derive_builder v0.20.2
16762026-08-25T16:33:58.260Z Compiling toml v0.7.8
16772026-08-25T16:33:58.456Z Compiling goblin v0.8.2
16782026-08-25T16:33:58.664Z Compiling derive-ex v0.1.8
16792026-08-25T16:33:58.769Z Compiling darling v0.23.0
16802026-08-25T16:33:58.855Z Compiling convert_case v0.10.0
16812026-08-25T16:33:58.972Z Compiling phf_shared v0.13.1
16822026-08-25T16:33:59.140Z Compiling regex v1.12.3
16832026-08-25T16:33:59.147Z Compiling hubpack_derive v0.1.1
16842026-08-25T16:33:59.237Z Compiling hmac v0.12.1
16852026-08-25T16:33:59.371Z Compiling futures-executor v0.3.32
16862026-08-25T16:33:59.610Z Compiling strum_macros v0.27.2
16872026-08-25T16:33:59.743Z Compiling snafu-derive v0.8.9
16882026-08-25T16:33:59.743Z Compiling ref-cast-impl v1.0.25
16892026-08-25T16:34:00.242Z Compiling curve25519-dalek-derive v0.1.1
16902026-08-25T16:34:00.275Z Compiling vergen v9.1.0
16912026-08-25T16:34:00.445Z Compiling ff v0.13.1
16922026-08-25T16:34:00.627Z Compiling cargo-platform v0.3.2
16932026-08-25T16:34:00.799Z Compiling fs-err v3.3.0
16942026-08-25T16:34:00.880Z Compiling path-slash v0.1.5
16952026-08-25T16:34:00.915Z Compiling bitflags v1.3.2
16962026-08-25T16:34:00.974Z Compiling base16ct v0.2.0
16972026-08-25T16:34:00.989Z Compiling managed v0.8.0
16982026-08-25T16:34:01.002Z Compiling bumpalo v3.20.2
16992026-08-25T16:34:01.149Z Compiling is_ci v1.2.0
17002026-08-25T16:34:01.184Z Compiling foldhash v0.2.0
17012026-08-25T16:34:01.257Z Compiling same-file v1.0.6
17022026-08-25T16:34:01.286Z Compiling jiff-core v0.1.0
17032026-08-25T16:34:01.449Z Compiling foldhash v0.1.5
17042026-08-25T16:34:01.456Z Compiling libbz2-rs-sys v0.2.2
17052026-08-25T16:34:01.456Z Compiling either v1.15.0
17062026-08-25T16:34:01.456Z Compiling strum v0.27.2
17072026-08-25T16:34:01.568Z Compiling hashbrown v0.15.5
17082026-08-25T16:34:01.568Z Compiling textwrap v0.16.2
17092026-08-25T16:34:01.627Z Compiling snafu v0.8.9
17102026-08-25T16:34:01.818Z Compiling bzip2 v0.6.1
17112026-08-25T16:34:02.023Z Compiling jiff v0.2.34
17122026-08-25T16:34:02.070Z Compiling walkdir v2.5.0
17132026-08-25T16:34:02.099Z Compiling hashbrown v0.16.1
17142026-08-25T16:34:02.125Z Compiling supports-color v3.0.2
17152026-08-25T16:34:02.139Z Compiling zopfli v0.8.3
17162026-08-25T16:34:02.353Z Compiling sec1 v0.7.3
17172026-08-25T16:34:02.476Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17182026-08-25T16:34:02.691Z Compiling cargo_metadata v0.23.1
17192026-08-25T16:34:02.797Z Compiling dof v0.3.0
17202026-08-25T16:34:03.105Z Compiling group v0.13.0
17212026-08-25T16:34:03.322Z Compiling test-strategy v0.4.5
17222026-08-25T16:34:03.661Z Compiling hubpack v0.1.2
17232026-08-25T16:34:03.840Z Compiling futures v0.3.32
17242026-08-25T16:34:03.887Z Compiling hkdf v0.12.4
17252026-08-25T16:34:03.931Z Compiling phf v0.13.1
17262026-08-25T16:34:04.047Z Compiling derive_more-impl v2.1.1
17272026-08-25T16:34:04.082Z Compiling signal-hook-mio v0.2.5
17282026-08-25T16:34:04.228Z Compiling serde_with_macros v3.21.0
17292026-08-25T16:34:04.410Z Compiling cookie_store v0.22.1
17302026-08-25T16:34:04.789Z Compiling zstd v0.13.3
17312026-08-25T16:34:05.044Z Compiling reqwest v0.12.28
17322026-08-25T16:34:05.075Z Compiling backtrace-ext v0.2.1
17332026-08-25T16:34:05.229Z Compiling postgres-types v0.2.12
17342026-08-25T16:34:05.557Z Compiling usdt-macro v0.6.0
17352026-08-25T16:34:05.571Z Compiling usdt-attr-macro v0.6.0
17362026-08-25T16:34:05.748Z Compiling globset v0.4.18
17372026-08-25T16:34:06.048Z Compiling phf_shared v0.11.3
17382026-08-25T16:34:06.095Z Compiling dtrace-parser v0.2.0
17392026-08-25T16:34:06.231Z Compiling byte-wrapper v0.1.0
17402026-08-25T16:34:06.291Z Compiling olpc-cjson v0.1.4
17412026-08-25T16:34:06.306Z Compiling ed25519 v2.2.3
17422026-08-25T16:34:06.354Z Compiling crypto-bigint v0.5.5
17432026-08-25T16:34:06.437Z Compiling serde_plain v1.0.2
17442026-08-25T16:34:06.449Z Compiling serde-big-array v0.5.1
17452026-08-25T16:34:06.557Z Compiling serde_repr v0.1.20
17462026-08-25T16:34:06.588Z Compiling enum-as-inner v0.6.1
17472026-08-25T16:34:06.603Z Compiling strum_macros v0.26.4
17482026-08-25T16:34:06.816Z Compiling miette-derive v7.6.0
17492026-08-25T16:34:07.124Z Compiling async-recursion v1.1.1
17502026-08-25T16:34:07.140Z Compiling pem v3.0.6
17512026-08-25T16:34:07.242Z Compiling float-cmp v0.10.0
17522026-08-25T16:34:07.395Z Compiling thread-id v4.2.2
17532026-08-25T16:34:07.460Z Compiling memmap2 v0.9.10
17542026-08-25T16:34:07.486Z Compiling static_assertions v1.1.0
17552026-08-25T16:34:07.562Z Compiling supports-unicode v3.0.0
17562026-08-25T16:34:07.686Z Compiling typed-path v0.9.3
17572026-08-25T16:34:07.724Z Compiling keccak v0.1.6
17582026-08-25T16:34:07.777Z Compiling winnow v1.0.3
17592026-08-25T16:34:08.007Z Compiling predicates-core v1.0.10
17602026-08-25T16:34:08.187Z Compiling precomputed-hash v0.1.1
17612026-08-25T16:34:08.280Z Compiling supports-hyperlinks v3.2.0
17622026-08-25T16:34:08.378Z Compiling fixedbitset v0.5.7
17632026-08-25T16:34:08.434Z Compiling data-encoding v2.10.0
17642026-08-25T16:34:08.464Z Compiling fixedbitset v0.4.2
17652026-08-25T16:34:08.481Z Compiling new_debug_unreachable v1.0.6
17662026-08-25T16:34:08.551Z Compiling normalize-line-endings v0.3.0
17672026-08-25T16:34:08.652Z Compiling whoami v2.1.0
17682026-08-25T16:34:08.678Z Compiling difflib v0.4.0
17692026-08-25T16:34:08.682Z Compiling petgraph v0.6.5
17702026-08-25T16:34:08.722Z Compiling hickory-proto v0.25.2
17712026-08-25T16:34:08.830Z Compiling toml_parser v1.1.2+spec-1.1.0
17722026-08-25T16:34:08.899Z Compiling predicates v3.1.4
17732026-08-25T16:34:09.016Z Compiling tokio-postgres v0.7.16
17742026-08-25T16:34:09.107Z Compiling petgraph v0.8.3
17752026-08-25T16:34:09.216Z Compiling toml_edit v0.22.27
17762026-08-25T16:34:09.439Z Compiling string_cache v0.8.9
17772026-08-25T16:34:09.524Z Compiling miette v7.6.0
17782026-08-25T16:34:09.661Z Compiling strum v0.26.3
17792026-08-25T16:34:09.793Z Compiling sha3 v0.10.8
17802026-08-25T16:34:10.131Z Compiling usdt v0.6.0
17812026-08-25T16:34:10.261Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17822026-08-25T16:34:10.392Z Compiling usdt-impl v0.5.0
17832026-08-25T16:34:10.632Z Compiling elliptic-curve v0.13.8
17842026-08-25T16:34:10.958Z Compiling ed25519-dalek v2.2.0
17852026-08-25T16:34:11.025Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17862026-08-25T16:34:11.043Z Compiling crossterm v0.28.1
17872026-08-25T16:34:11.480Z Compiling serde_with v3.21.0
17882026-08-25T16:34:11.870Z Compiling derive_more v2.1.1
17892026-08-25T16:34:11.999Z Compiling zip v4.6.1
17902026-08-25T16:34:12.549Z Compiling iddqd v0.4.2
17912026-08-25T16:34:12.889Z Compiling itertools v0.13.0
17922026-08-25T16:34:12.962Z Compiling itertools v0.15.0
17932026-08-25T16:34:13.099Z Compiling similar v2.7.0
17942026-08-25T16:34:13.153Z Compiling crossbeam-epoch v0.9.18
17952026-08-25T16:34:13.290Z Compiling heck v0.4.1
17962026-08-25T16:34:13.393Z Compiling tokio-stream v0.1.18
17972026-08-25T16:34:13.480Z Compiling buf-list v1.1.2
17982026-08-25T16:34:13.514Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-08-25T16:34:13.741Z Compiling openapiv3 v2.2.0
18002026-08-25T16:34:13.826Z Compiling lalrpop-util v0.19.12
18012026-08-25T16:34:13.871Z Compiling peg-runtime v0.8.5
18022026-08-25T16:34:13.872Z Compiling thread_local v1.1.9
18032026-08-25T16:34:13.924Z Compiling slog-async v2.8.0
18042026-08-25T16:34:13.994Z Compiling crossbeam-channel v0.5.15
18052026-08-25T16:34:14.067Z Compiling is-terminal v0.4.17
18062026-08-25T16:34:14.120Z Compiling filetime v0.2.27
18072026-08-25T16:34:14.139Z Compiling xattr v1.6.1
18082026-08-25T16:34:14.165Z Compiling take_mut v0.2.2
18092026-08-25T16:34:14.194Z Compiling term v1.2.1
18102026-08-25T16:34:14.428Z Compiling tar v0.4.46
18112026-08-25T16:34:14.463Z Compiling camino-tempfile v1.4.1
18122026-08-25T16:34:14.514Z Compiling slog-term v2.9.2
18132026-08-25T16:34:20.441Z Compiling rustls-webpki v0.103.13
18142026-08-25T16:34:23.101Z Compiling tokio-rustls v0.26.4
18152026-08-25T16:34:23.101Z Compiling rustls-platform-verifier v0.6.2
18162026-08-25T16:34:23.106Z Compiling tough v0.22.0
18172026-08-25T16:34:23.316Z Compiling hyper-rustls v0.27.7
18182026-08-25T16:34:23.515Z Compiling reqwest v0.13.2
18192026-08-25T16:34:25.713Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18202026-08-25T16:34:25.926Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18212026-08-25T16:34:28.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18222026-08-25T16:34:28.982Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18232026-08-25T16:34:29.041ZAug 25 16:34:27.455 INFO Starting download, target: DendriteStub
18242026-08-25T16:34:29.041ZAug 25 16:34:27.455 INFO Starting download, target: Cockroach
18252026-08-25T16:34:29.041ZAug 25 16:34:27.455 INFO Starting download, target: Clickhouse
18262026-08-25T16:34:29.041ZAug 25 16:34:27.455 INFO Starting download, target: MaghemiteMgd
18272026-08-25T16:34:29.046ZAug 25 16:34:27.455 INFO Starting download, target: Console
18282026-08-25T16:34:29.046ZAug 25 16:34:27.455 INFO Starting download, target: MaghemiteDdmd
18292026-08-25T16:34:29.046ZAug 25 16:34:27.455 INFO Starting download, target: TransceiverControl
18302026-08-25T16:34:29.046ZAug 25 16:34:27.455 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18312026-08-25T16:34:29.046ZAug 25 16:34:27.455 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18322026-08-25T16:34:29.047ZAug 25 16:34:27.455 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18332026-08-25T16:34:29.047ZAug 25 16:34:27.455 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18342026-08-25T16:34:29.047ZAug 25 16:34:27.455 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18352026-08-25T16:34:29.047ZAug 25 16:34:27.455 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18362026-08-25T16:34:29.047ZAug 25 16:34:27.455 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18372026-08-25T16:34:29.628ZAug 25 16:34:28.019 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18382026-08-25T16:34:29.866ZAug 25 16:34:28.258 INFO Download complete, target: TransceiverControl
18392026-08-25T16:34:30.339ZAug 25 16:34:28.743 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18402026-08-25T16:34:30.777ZAug 25 16:34:29.176 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18412026-08-25T16:34:31.011ZAug 25 16:34:29.419 INFO Download complete, target: Console
18422026-08-25T16:34:31.355ZAug 25 16:34:29.629 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18432026-08-25T16:34:32.121ZAug 25 16:34:30.527 INFO Download complete, target: MaghemiteDdmd
18442026-08-25T16:34:32.159ZAug 25 16:34:30.571 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18452026-08-25T16:34:32.381ZAug 25 16:34:30.788 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18462026-08-25T16:34:32.730ZAug 25 16:34:31.146 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18472026-08-25T16:34:32.730ZAug 25 16:34:31.146 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18482026-08-25T16:34:34.661ZAug 25 16:34:33.078 INFO Download complete, target: DendriteStub
18492026-08-25T16:34:34.838ZAug 25 16:34:33.256 INFO Download complete, target: MaghemiteMgd
18502026-08-25T16:34:37.285ZAug 25 16:34:35.703 INFO Checking that binary works, target: Cockroach
18512026-08-25T16:34:37.408ZAug 25 16:34:35.818 INFO Download complete, target: Cockroach
18522026-08-25T16:34:37.962ZAug 25 16:34:36.379 INFO Checking that binary works, target: Clickhouse
18532026-08-25T16:34:38.059ZAug 25 16:34:36.476 INFO Download complete, target: Clickhouse
18542026-08-25T16:34:38.076ZAll builder prerequisites installed successfully, and PATH looks valid
18552026-08-25T16:34:38.082Z
18562026-08-25T16:34:38.082Zreal 2:25.277680262
18572026-08-25T16:34:38.082Zuser 7:18.900897063
18582026-08-25T16:34:38.082Zsys 1:26.784544190
18592026-08-25T16:34:38.082Ztrap 0.246164785
18602026-08-25T16:34:38.082Ztflt 0.568250856
18612026-08-25T16:34:38.082Zdflt 0.888489707
18622026-08-25T16:34:38.082Zkflt 0.025294905
18632026-08-25T16:34:38.082Zlock 28:15.288421568
18642026-08-25T16:34:38.082Zslp 22:37.482629078
18652026-08-25T16:34:38.083Zlat 46.792003151
18662026-08-25T16:34:38.083Zstop 2:41.452956284
18672026-08-25T16:34:38.083Z+ banner hack-check
18682026-08-25T16:34:38.083Z
18692026-08-25T16:34:38.083Z # # ## #### # # #### # # ###### #### # #
18702026-08-25T16:34:38.083Z # # # # # # # # # # # # # # # # #
18712026-08-25T16:34:38.083Z ###### # # # #### ##### # ###### ##### # ####
18722026-08-25T16:34:38.083Z # # ###### # # # # # # # # # #
18732026-08-25T16:34:38.083Z # # # # # # # # # # # # # # # # #
18742026-08-25T16:34:38.083Z # # # # #### # # #### # # ###### #### # #
18752026-08-25T16:34:38.083Z
18762026-08-25T16:34:38.083Z+ export CARGO_INCREMENTAL=0
18772026-08-25T16:34:38.083Z+ CARGO_INCREMENTAL=0
18782026-08-25T16:34:38.083Z+ ptime -m timeout 2h cargo xtask check-features --ci
18792026-08-25T16:34:38.541Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18802026-08-25T16:34:38.824Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18812026-08-25T16:34:40.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18822026-08-25T16:34:40.765Z Running `target/debug/xtask check-features --ci`
18832026-08-25T16:34:40.793Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18842026-08-25T16:34:40.796Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18852026-08-25T16:34:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18862026-08-25T16:34:41.239Z Running `target/debug/xtask download cargo-hack`
18872026-08-25T16:34:42.020Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18882026-08-25T16:34:42.322Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18892026-08-25T16:34:44.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18902026-08-25T16:34:45.031Z Running `target/debug/xtask-downloader cargo-hack`
18912026-08-25T16:34:45.069ZAug 25 16:34:43.485 INFO Starting download, target: CargoHack
18922026-08-25T16:34:45.073ZAug 25 16:34:43.486 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18932026-08-25T16:34:45.521ZAug 25 16:34:43.934 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18942026-08-25T16:34:45.565ZAug 25 16:34:43.983 INFO Download complete, target: CargoHack
18952026-08-25T16:34:45.568Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18962026-08-25T16:34:45.582Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18972026-08-25T16:34:45.745Zinfo: running `cargo check --bins` on api_identity (1/377)
18982026-08-25T16:34:46.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-25T16:34:46.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-25T16:34:46.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-25T16:34:46.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-25T16:34:46.299Z
19032026-08-25T16:34:46.299Zinfo: running `cargo check --bins` on bootstore (2/377)
19042026-08-25T16:34:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-25T16:34:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-25T16:34:46.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-25T16:34:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-25T16:34:46.855Z
19092026-08-25T16:34:46.855Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19102026-08-25T16:34:47.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-25T16:34:47.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-25T16:34:47.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-25T16:34:47.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19142026-08-25T16:34:47.408Z
19152026-08-25T16:34:47.408Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19162026-08-25T16:34:47.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-25T16:34:47.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-25T16:34:47.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-25T16:34:47.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-25T16:34:47.957Z
19212026-08-25T16:34:47.957Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19222026-08-25T16:34:48.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-25T16:34:48.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-25T16:34:48.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-25T16:34:48.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-25T16:34:48.505Z
19272026-08-25T16:34:48.505Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19282026-08-25T16:34:48.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-25T16:34:48.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-25T16:34:48.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-25T16:34:49.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19322026-08-25T16:34:49.074Z
19332026-08-25T16:34:49.074Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19342026-08-25T16:34:49.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-25T16:34:49.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-25T16:34:49.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-25T16:34:49.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19382026-08-25T16:34:49.637Z
19392026-08-25T16:34:49.637Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19402026-08-25T16:34:50.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-25T16:34:50.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-25T16:34:50.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-25T16:34:50.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19442026-08-25T16:34:50.212Z
19452026-08-25T16:34:50.212Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19462026-08-25T16:34:50.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-25T16:34:50.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-25T16:34:50.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-25T16:34:50.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-25T16:34:50.624Z
19512026-08-25T16:34:50.624Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19522026-08-25T16:34:50.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-25T16:34:51.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-25T16:34:51.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-25T16:34:51.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-25T16:34:51.042Z
19572026-08-25T16:34:51.042Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19582026-08-25T16:34:51.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-25T16:34:51.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-25T16:34:51.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-25T16:34:51.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-25T16:34:51.494Z
19632026-08-25T16:34:51.494Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19642026-08-25T16:34:51.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-25T16:34:51.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-25T16:34:51.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-25T16:34:51.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-25T16:34:51.960Z
19692026-08-25T16:34:51.960Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19702026-08-25T16:34:52.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-25T16:34:52.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-25T16:34:52.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-25T16:34:52.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-25T16:34:52.441Z
19752026-08-25T16:34:52.441Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19762026-08-25T16:34:52.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-25T16:34:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-25T16:34:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-25T16:34:52.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-25T16:34:52.959Z
19812026-08-25T16:34:52.959Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19822026-08-25T16:34:53.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-25T16:34:53.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-25T16:34:53.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-25T16:34:53.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-25T16:34:53.114Z
19872026-08-25T16:34:53.114Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19882026-08-25T16:34:53.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-25T16:34:53.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-25T16:34:53.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-25T16:34:53.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-25T16:34:53.582Z
19932026-08-25T16:34:53.582Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19942026-08-25T16:34:53.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-25T16:34:54.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-25T16:34:54.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-25T16:34:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-25T16:34:54.006Z
19992026-08-25T16:34:54.006Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
20002026-08-25T16:34:54.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-25T16:34:54.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-25T16:34:54.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-25T16:34:54.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-25T16:34:54.395Z
20052026-08-25T16:34:54.395Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20062026-08-25T16:34:54.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-25T16:34:54.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-25T16:34:54.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-25T16:34:54.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-25T16:34:54.881Z
20112026-08-25T16:34:54.881Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20122026-08-25T16:34:55.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-25T16:34:55.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-25T16:34:55.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-25T16:34:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20162026-08-25T16:34:55.238Z
20172026-08-25T16:34:55.238Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20182026-08-25T16:34:55.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-25T16:34:55.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-25T16:34:55.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-25T16:34:55.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20222026-08-25T16:34:55.786Z
20232026-08-25T16:34:55.786Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20242026-08-25T16:34:55.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-25T16:34:55.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-25T16:34:55.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-25T16:34:55.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20282026-08-25T16:34:55.982Z
20292026-08-25T16:34:55.982Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20302026-08-25T16:34:56.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-25T16:34:56.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-25T16:34:56.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-25T16:34:56.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20342026-08-25T16:34:56.837Z
20352026-08-25T16:34:56.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20362026-08-25T16:34:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-25T16:34:56.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-25T16:34:56.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-25T16:34:56.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-08-25T16:34:56.846Z
20412026-08-25T16:34:56.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20422026-08-25T16:34:57.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-25T16:34:57.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-25T16:34:57.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-25T16:34:57.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-08-25T16:34:57.218Z
20472026-08-25T16:34:57.218Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20482026-08-25T16:34:57.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-25T16:34:57.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-25T16:34:57.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-25T16:34:57.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-25T16:34:57.732Z
20532026-08-25T16:34:57.732Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20542026-08-25T16:34:58.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-25T16:34:58.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-25T16:34:58.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-25T16:34:58.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-25T16:34:58.153Z
20592026-08-25T16:34:58.153Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20602026-08-25T16:34:58.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-25T16:34:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-25T16:34:58.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-25T16:34:58.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-25T16:34:58.593Z
20652026-08-25T16:34:58.593Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20662026-08-25T16:34:59.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-25T16:34:59.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-25T16:34:59.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-25T16:34:59.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-08-25T16:34:59.543Z
20712026-08-25T16:34:59.543Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20722026-08-25T16:34:59.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-25T16:34:59.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-25T16:34:59.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-25T16:34:59.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-25T16:34:59.543Z
20772026-08-25T16:34:59.543Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20782026-08-25T16:34:59.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-25T16:34:59.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-25T16:34:59.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-25T16:34:59.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-25T16:34:59.824Z
20832026-08-25T16:34:59.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20842026-08-25T16:35:00.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-25T16:35:00.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-25T16:35:00.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-25T16:35:00.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-25T16:35:00.159Z
20892026-08-25T16:35:00.159Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20902026-08-25T16:35:01.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-25T16:35:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-25T16:35:01.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-25T16:35:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-25T16:35:01.258Z
20952026-08-25T16:35:01.258Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20962026-08-25T16:35:01.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-25T16:35:01.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-25T16:35:01.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-25T16:35:01.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-25T16:35:01.259Z
21012026-08-25T16:35:01.259Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
21022026-08-25T16:35:01.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-25T16:35:01.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-25T16:35:01.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-25T16:35:01.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-25T16:35:01.840Z
21072026-08-25T16:35:01.840Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21082026-08-25T16:35:01.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-25T16:35:01.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-25T16:35:01.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-25T16:35:01.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-25T16:35:01.879Z
21132026-08-25T16:35:01.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21142026-08-25T16:35:02.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-25T16:35:02.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-25T16:35:02.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-25T16:35:02.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-25T16:35:02.193Z
21192026-08-25T16:35:02.193Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21202026-08-25T16:35:02.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-25T16:35:02.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-25T16:35:02.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-25T16:35:02.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-25T16:35:02.638Z
21252026-08-25T16:35:02.638Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21262026-08-25T16:35:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-25T16:35:03.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-25T16:35:03.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-25T16:35:03.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-25T16:35:03.017Z
21312026-08-25T16:35:03.017Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21322026-08-25T16:35:03.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-25T16:35:03.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-25T16:35:03.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-25T16:35:03.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-25T16:35:03.401Z
21372026-08-25T16:35:03.402Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21382026-08-25T16:35:03.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-25T16:35:03.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-25T16:35:03.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-25T16:35:03.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-25T16:35:03.946Z
21432026-08-25T16:35:03.946Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21442026-08-25T16:35:04.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-25T16:35:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-25T16:35:04.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-25T16:35:04.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-25T16:35:04.258Z
21492026-08-25T16:35:04.258Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21502026-08-25T16:35:05.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-25T16:35:05.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-25T16:35:05.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-25T16:35:05.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21542026-08-25T16:35:05.149Z
21552026-08-25T16:35:05.149Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21562026-08-25T16:35:05.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-25T16:35:05.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-25T16:35:05.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-25T16:35:05.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-25T16:35:05.150Z
21612026-08-25T16:35:05.150Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21622026-08-25T16:35:05.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-25T16:35:05.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-25T16:35:05.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-25T16:35:05.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-25T16:35:05.580Z
21672026-08-25T16:35:05.580Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21682026-08-25T16:35:05.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-25T16:35:06.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-25T16:35:06.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-25T16:35:06.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-25T16:35:06.153Z
21732026-08-25T16:35:06.153Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21742026-08-25T16:35:06.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-25T16:35:06.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-25T16:35:06.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-25T16:35:06.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21782026-08-25T16:35:06.539Z
21792026-08-25T16:35:06.539Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21802026-08-25T16:35:06.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-25T16:35:06.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-25T16:35:06.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-25T16:35:06.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21842026-08-25T16:35:06.754Z
21852026-08-25T16:35:06.754Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21862026-08-25T16:35:07.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-25T16:35:07.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-25T16:35:07.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-25T16:35:07.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21902026-08-25T16:35:07.144Z
21912026-08-25T16:35:07.144Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21922026-08-25T16:35:09.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-25T16:35:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-25T16:35:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-25T16:35:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21962026-08-25T16:35:10.674Z
21972026-08-25T16:35:10.674Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21982026-08-25T16:35:10.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-25T16:35:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-25T16:35:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-25T16:35:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22022026-08-25T16:35:10.674Z
22032026-08-25T16:35:10.674Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
22042026-08-25T16:35:10.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-25T16:35:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-25T16:35:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-25T16:35:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22082026-08-25T16:35:10.674Z
22092026-08-25T16:35:10.674Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22102026-08-25T16:35:10.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-25T16:35:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-25T16:35:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-25T16:35:10.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22142026-08-25T16:35:10.675Z
22152026-08-25T16:35:10.675Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22162026-08-25T16:35:10.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-25T16:35:10.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-25T16:35:10.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-25T16:35:10.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22202026-08-25T16:35:10.675Z
22212026-08-25T16:35:10.675Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22222026-08-25T16:35:11.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-25T16:35:11.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-25T16:35:11.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-25T16:35:11.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22262026-08-25T16:35:11.252Z
22272026-08-25T16:35:11.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22282026-08-25T16:35:11.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-25T16:35:11.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-25T16:35:11.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-25T16:35:11.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22322026-08-25T16:35:11.252Z
22332026-08-25T16:35:11.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22342026-08-25T16:35:11.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-25T16:35:11.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-25T16:35:11.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-25T16:35:11.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22382026-08-25T16:35:11.253Z
22392026-08-25T16:35:11.253Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22402026-08-25T16:35:11.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-25T16:35:11.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-25T16:35:11.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-25T16:35:11.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22442026-08-25T16:35:11.292Z
22452026-08-25T16:35:11.292Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22462026-08-25T16:35:11.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-25T16:35:11.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-25T16:35:11.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-25T16:35:11.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22502026-08-25T16:35:11.522Z
22512026-08-25T16:35:11.523Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22522026-08-25T16:35:11.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-25T16:35:12.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-25T16:35:12.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-25T16:35:12.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22562026-08-25T16:35:12.230Z
22572026-08-25T16:35:12.230Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22582026-08-25T16:35:12.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-25T16:35:12.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-25T16:35:12.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-25T16:35:12.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22622026-08-25T16:35:12.230Z
22632026-08-25T16:35:12.230Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22642026-08-25T16:35:12.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-25T16:35:12.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-25T16:35:12.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-25T16:35:12.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22682026-08-25T16:35:12.687Z
22692026-08-25T16:35:12.687Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22702026-08-25T16:35:12.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-25T16:35:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-25T16:35:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-25T16:35:13.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22742026-08-25T16:35:13.009Z
22752026-08-25T16:35:13.009Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22762026-08-25T16:35:13.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-25T16:35:13.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-25T16:35:13.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-25T16:35:13.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22802026-08-25T16:35:13.425Z
22812026-08-25T16:35:13.425Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22822026-08-25T16:35:13.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-25T16:35:13.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-25T16:35:13.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-25T16:35:13.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22862026-08-25T16:35:13.816Z
22872026-08-25T16:35:13.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22882026-08-25T16:35:14.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-25T16:35:14.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-25T16:35:14.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-25T16:35:14.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22922026-08-25T16:35:14.197Z
22932026-08-25T16:35:14.197Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22942026-08-25T16:35:14.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-25T16:35:14.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-25T16:35:14.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-25T16:35:14.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22982026-08-25T16:35:14.670Z
22992026-08-25T16:35:14.670Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
23002026-08-25T16:35:14.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-25T16:35:14.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-25T16:35:14.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-25T16:35:14.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23042026-08-25T16:35:15.035Z
23052026-08-25T16:35:15.035Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23062026-08-25T16:35:15.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-25T16:35:15.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-25T16:35:15.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-25T16:35:15.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23102026-08-25T16:35:15.531Z
23112026-08-25T16:35:15.531Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23122026-08-25T16:35:15.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-25T16:35:15.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-25T16:35:15.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-25T16:35:15.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23162026-08-25T16:35:15.990Z
23172026-08-25T16:35:15.990Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23182026-08-25T16:35:16.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-25T16:35:16.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-25T16:35:16.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-25T16:35:16.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23222026-08-25T16:35:16.284Z
23232026-08-25T16:35:16.284Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23242026-08-25T16:35:16.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-25T16:35:16.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-25T16:35:16.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-25T16:35:16.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23282026-08-25T16:35:16.740Z
23292026-08-25T16:35:16.740Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23302026-08-25T16:35:17.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-25T16:35:17.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-25T16:35:17.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-25T16:35:17.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23342026-08-25T16:35:17.291Z
23352026-08-25T16:35:17.291Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23362026-08-25T16:35:17.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-25T16:35:17.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-25T16:35:17.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-25T16:35:17.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23402026-08-25T16:35:17.813Z
23412026-08-25T16:35:17.813Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23422026-08-25T16:35:17.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-25T16:35:17.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-25T16:35:17.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-25T16:35:17.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23462026-08-25T16:35:17.983Z
23472026-08-25T16:35:17.984Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23482026-08-25T16:35:18.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-25T16:35:18.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-25T16:35:18.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-25T16:35:18.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23522026-08-25T16:35:18.499Z
23532026-08-25T16:35:18.499Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23542026-08-25T16:35:18.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-25T16:35:18.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-25T16:35:18.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572026-08-25T16:35:18.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23582026-08-25T16:35:18.862Z
23592026-08-25T16:35:18.862Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23602026-08-25T16:35:19.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612026-08-25T16:35:19.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622026-08-25T16:35:19.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632026-08-25T16:35:19.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23642026-08-25T16:35:19.294Z
23652026-08-25T16:35:19.294Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23662026-08-25T16:35:19.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672026-08-25T16:35:19.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682026-08-25T16:35:19.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692026-08-25T16:35:19.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23702026-08-25T16:35:19.683Z
23712026-08-25T16:35:19.683Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23722026-08-25T16:35:20.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732026-08-25T16:35:20.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742026-08-25T16:35:20.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752026-08-25T16:35:20.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23762026-08-25T16:35:20.083Z
23772026-08-25T16:35:20.083Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23782026-08-25T16:35:20.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792026-08-25T16:35:20.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802026-08-25T16:35:20.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812026-08-25T16:35:20.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23822026-08-25T16:35:20.485Z
23832026-08-25T16:35:20.485Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23842026-08-25T16:35:20.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852026-08-25T16:35:20.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862026-08-25T16:35:20.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872026-08-25T16:35:20.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23882026-08-25T16:35:20.906Z
23892026-08-25T16:35:20.906Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23902026-08-25T16:35:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912026-08-25T16:35:21.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922026-08-25T16:35:21.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932026-08-25T16:35:21.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23942026-08-25T16:35:21.293Z
23952026-08-25T16:35:21.293Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23962026-08-25T16:35:21.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972026-08-25T16:35:21.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982026-08-25T16:35:21.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992026-08-25T16:35:21.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24002026-08-25T16:35:21.715Z
24012026-08-25T16:35:21.715Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
24022026-08-25T16:35:22.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032026-08-25T16:35:22.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042026-08-25T16:35:22.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052026-08-25T16:35:22.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24062026-08-25T16:35:22.135Z
24072026-08-25T16:35:22.135Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24082026-08-25T16:35:22.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092026-08-25T16:35:22.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102026-08-25T16:35:22.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112026-08-25T16:35:22.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24122026-08-25T16:35:22.582Z
24132026-08-25T16:35:22.582Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24142026-08-25T16:35:22.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152026-08-25T16:35:22.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162026-08-25T16:35:22.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172026-08-25T16:35:22.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24182026-08-25T16:35:22.978Z
24192026-08-25T16:35:22.979Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24202026-08-25T16:35:23.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212026-08-25T16:35:23.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222026-08-25T16:35:23.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232026-08-25T16:35:23.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24242026-08-25T16:35:23.428Z
24252026-08-25T16:35:23.429Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24262026-08-25T16:35:23.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272026-08-25T16:35:23.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282026-08-25T16:35:23.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292026-08-25T16:35:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24302026-08-25T16:35:23.991Z
24312026-08-25T16:35:23.991Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24322026-08-25T16:35:24.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332026-08-25T16:35:24.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342026-08-25T16:35:24.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352026-08-25T16:35:24.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24362026-08-25T16:35:24.587Z
24372026-08-25T16:35:24.587Zinfo: running `cargo check --bins` on nexus-config (91/377)
24382026-08-25T16:35:25.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392026-08-25T16:35:25.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402026-08-25T16:35:25.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412026-08-25T16:35:25.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24422026-08-25T16:35:25.189Z
24432026-08-25T16:35:25.189Zinfo: running `cargo check --bins` on nexus-types (92/377)
24442026-08-25T16:35:25.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452026-08-25T16:35:25.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462026-08-25T16:35:25.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472026-08-25T16:35:25.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24482026-08-25T16:35:25.790Z
24492026-08-25T16:35:25.790Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24502026-08-25T16:35:26.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512026-08-25T16:35:26.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522026-08-25T16:35:26.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532026-08-25T16:35:26.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24542026-08-25T16:35:26.367Z
24552026-08-25T16:35:26.367Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24562026-08-25T16:35:26.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572026-08-25T16:35:26.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582026-08-25T16:35:26.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592026-08-25T16:35:26.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24602026-08-25T16:35:26.936Z
24612026-08-25T16:35:26.937Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24622026-08-25T16:35:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632026-08-25T16:35:27.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642026-08-25T16:35:27.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652026-08-25T16:35:27.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24662026-08-25T16:35:27.520Z
24672026-08-25T16:35:27.521Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24682026-08-25T16:35:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692026-08-25T16:35:27.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702026-08-25T16:35:27.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712026-08-25T16:35:27.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24722026-08-25T16:35:28.044Z
24732026-08-25T16:35:28.044Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24742026-08-25T16:35:28.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752026-08-25T16:35:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762026-08-25T16:35:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772026-08-25T16:35:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24782026-08-25T16:35:28.624Z
24792026-08-25T16:35:28.624Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24802026-08-25T16:35:29.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812026-08-25T16:35:29.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822026-08-25T16:35:29.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832026-08-25T16:35:29.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24842026-08-25T16:35:29.197Z
24852026-08-25T16:35:29.197Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24862026-08-25T16:35:29.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872026-08-25T16:35:29.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882026-08-25T16:35:29.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892026-08-25T16:35:29.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24902026-08-25T16:35:29.759Z
24912026-08-25T16:35:29.759Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24922026-08-25T16:35:30.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932026-08-25T16:35:30.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942026-08-25T16:35:30.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952026-08-25T16:35:30.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24962026-08-25T16:35:30.322Z
24972026-08-25T16:35:30.322Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24982026-08-25T16:35:30.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992026-08-25T16:35:30.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002026-08-25T16:35:30.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012026-08-25T16:35:30.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25022026-08-25T16:35:30.911Z
25032026-08-25T16:35:30.911Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
25042026-08-25T16:35:31.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052026-08-25T16:35:31.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062026-08-25T16:35:31.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072026-08-25T16:35:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25082026-08-25T16:35:31.441Z
25092026-08-25T16:35:31.442Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25102026-08-25T16:35:31.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112026-08-25T16:35:31.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122026-08-25T16:35:31.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132026-08-25T16:35:31.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25142026-08-25T16:35:31.969Z
25152026-08-25T16:35:31.969Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25162026-08-25T16:35:32.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172026-08-25T16:35:32.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182026-08-25T16:35:32.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192026-08-25T16:35:32.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25202026-08-25T16:35:32.545Z
25212026-08-25T16:35:32.545Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25222026-08-25T16:35:33.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232026-08-25T16:35:33.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242026-08-25T16:35:33.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252026-08-25T16:35:33.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25262026-08-25T16:35:33.117Z
25272026-08-25T16:35:33.117Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25282026-08-25T16:35:33.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292026-08-25T16:35:33.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302026-08-25T16:35:33.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312026-08-25T16:35:33.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25322026-08-25T16:35:33.717Z
25332026-08-25T16:35:33.717Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25342026-08-25T16:35:34.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352026-08-25T16:35:34.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362026-08-25T16:35:34.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372026-08-25T16:35:34.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25382026-08-25T16:35:34.224Z
25392026-08-25T16:35:34.224Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25402026-08-25T16:35:34.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412026-08-25T16:35:34.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422026-08-25T16:35:34.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432026-08-25T16:35:34.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25442026-08-25T16:35:34.789Z
25452026-08-25T16:35:34.789Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25462026-08-25T16:35:35.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472026-08-25T16:35:35.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482026-08-25T16:35:35.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492026-08-25T16:35:35.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25502026-08-25T16:35:35.352Z
25512026-08-25T16:35:35.352Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25522026-08-25T16:35:35.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532026-08-25T16:35:35.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542026-08-25T16:35:35.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552026-08-25T16:35:35.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25562026-08-25T16:35:35.903Z
25572026-08-25T16:35:35.903Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25582026-08-25T16:35:36.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592026-08-25T16:35:36.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602026-08-25T16:35:36.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612026-08-25T16:35:36.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25622026-08-25T16:35:36.455Z
25632026-08-25T16:35:36.455Zinfo: running `cargo check --bins` on ereport-types (112/377)
25642026-08-25T16:35:36.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652026-08-25T16:35:36.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662026-08-25T16:35:36.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672026-08-25T16:35:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25682026-08-25T16:35:37.013Z
25692026-08-25T16:35:37.013Zinfo: running `cargo check --bins` on gateway-client (113/377)
25702026-08-25T16:35:37.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712026-08-25T16:35:37.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722026-08-25T16:35:37.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732026-08-25T16:35:37.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25742026-08-25T16:35:37.561Z
25752026-08-25T16:35:37.562Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25762026-08-25T16:35:38.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772026-08-25T16:35:38.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782026-08-25T16:35:38.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792026-08-25T16:35:38.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25802026-08-25T16:35:38.133Z
25812026-08-25T16:35:38.133Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25822026-08-25T16:35:38.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832026-08-25T16:35:38.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842026-08-25T16:35:38.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852026-08-25T16:35:38.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25862026-08-25T16:35:38.663Z
25872026-08-25T16:35:38.663Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25882026-08-25T16:35:39.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892026-08-25T16:35:39.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902026-08-25T16:35:39.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912026-08-25T16:35:39.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25922026-08-25T16:35:39.248Z
25932026-08-25T16:35:39.248Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25942026-08-25T16:35:39.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952026-08-25T16:35:39.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962026-08-25T16:35:39.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972026-08-25T16:35:39.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25982026-08-25T16:35:39.910Z
25992026-08-25T16:35:39.910Zinfo: running `cargo check --bins` on key-manager-types (118/377)
26002026-08-25T16:35:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-08-25T16:35:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-08-25T16:35:40.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-08-25T16:35:40.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26042026-08-25T16:35:40.366Z
26052026-08-25T16:35:40.367Zinfo: running `cargo check --bins` on oxlog (119/377)
26062026-08-25T16:35:40.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-08-25T16:35:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-08-25T16:35:40.961Z Checking cfg-if v1.0.4
26092026-08-25T16:35:41.004Z Checking serde_core v1.0.228
26102026-08-25T16:35:41.101Z Checking libc v0.2.185
26112026-08-25T16:35:41.177Z Checking memchr v2.8.0
26122026-08-25T16:35:41.177Z Checking smallvec v1.15.1
26132026-08-25T16:35:41.177Z Checking log v0.4.33
26142026-08-25T16:35:41.177Z Checking subtle v2.6.1
26152026-08-25T16:35:41.205Z Checking itoa v1.0.17
26162026-08-25T16:35:41.205Z Checking typenum v1.20.1
26172026-08-25T16:35:41.290Z Checking scopeguard v1.2.0
26182026-08-25T16:35:41.308Z Checking stable_deref_trait v1.2.1
26192026-08-25T16:35:41.309Z Checking zerofrom v0.1.6
26202026-08-25T16:35:41.309Z Checking rand_core v0.10.0
26212026-08-25T16:35:41.338Z Checking portable-atomic v1.13.1
26222026-08-25T16:35:41.347Z Checking lock_api v0.4.14
26232026-08-25T16:35:41.387Z Checking yoke v0.8.1
26242026-08-25T16:35:41.414Z Checking critical-section v1.2.0
26252026-08-25T16:35:41.442Z Checking zerocopy v0.8.55
26262026-08-25T16:35:41.481Z Checking errno v0.3.14
26272026-08-25T16:35:41.525Z Checking getrandom v0.4.3
26282026-08-25T16:35:41.561Z Checking pin-project-lite v0.2.17
26292026-08-25T16:35:41.561Z Checking zerovec v0.11.5
26302026-08-25T16:35:41.628Z Checking libm v0.2.16
26312026-08-25T16:35:41.682Z Checking zmij v1.0.21
26322026-08-25T16:35:41.724Z Checking signal-hook-registry v1.4.8
26332026-08-25T16:35:41.872Z Checking once_cell v1.21.3
26342026-08-25T16:35:41.950Z Checking parking_lot_core v0.9.12
26352026-08-25T16:35:41.950Z Checking getrandom v0.2.17
26362026-08-25T16:35:41.950Z Checking litemap v0.8.1
26372026-08-25T16:35:41.950Z Checking writeable v0.6.2
26382026-08-25T16:35:41.987Z Checking tinystr v0.8.2
26392026-08-25T16:35:41.987Z Checking percent-encoding v2.3.2
26402026-08-25T16:35:42.008Z Checking futures-core v0.3.32
26412026-08-25T16:35:42.034Z Checking parking_lot v0.12.5
26422026-08-25T16:35:42.056Z Checking potential_utf v0.1.4
26432026-08-25T16:35:42.134Z Checking rand_core v0.6.4
26442026-08-25T16:35:42.150Z Checking zerotrie v0.2.3
26452026-08-25T16:35:42.150Z Checking icu_locale_core v2.1.1
26462026-08-25T16:35:42.197Z Checking mio v1.2.0
26472026-08-25T16:35:42.248Z Checking equivalent v1.0.2
26482026-08-25T16:35:42.296Z Checking num-traits v0.2.19
26492026-08-25T16:35:42.333Z Checking icu_collections v2.1.1
26502026-08-25T16:35:42.333Z Checking const-oid v0.9.6
26512026-08-25T16:35:42.365Z Checking socket2 v0.6.3
26522026-08-25T16:35:42.484Z Checking icu_normalizer_data v2.1.1
26532026-08-25T16:35:42.580Z Checking icu_properties_data v2.1.2
26542026-08-25T16:35:42.625Z Checking serde v1.0.228
26552026-08-25T16:35:42.625Z Checking bitflags v2.11.0
26562026-08-25T16:35:42.626Z Checking serde_json v1.0.151
26572026-08-25T16:35:42.657Z Checking byteorder v1.5.0
26582026-08-25T16:35:42.671Z Checking icu_provider v2.1.1
26592026-08-25T16:35:42.794Z Checking futures-sink v0.3.32
26602026-08-25T16:35:42.871Z Checking hashbrown v0.17.0
26612026-08-25T16:35:42.937Z Checking futures-channel v0.3.32
26622026-08-25T16:35:42.937Z Checking utf8_iter v1.0.4
26632026-08-25T16:35:42.937Z Checking icu_properties v2.1.2
26642026-08-25T16:35:42.978Z Checking zeroize v1.9.0
26652026-08-25T16:35:43.023Z Checking bytes v1.11.1
26662026-08-25T16:35:43.023Z Checking icu_normalizer v2.1.1
26672026-08-25T16:35:43.038Z Checking futures-io v0.3.32
26682026-08-25T16:35:43.110Z Checking generic-array v0.14.7
26692026-08-25T16:35:43.143Z Checking slab v0.4.12
26702026-08-25T16:35:43.274Z Checking futures-task v0.3.32
26712026-08-25T16:35:43.308Z Checking indexmap v2.14.0
26722026-08-25T16:35:43.308Z Checking rustix v1.1.4
26732026-08-25T16:35:43.308Z Checking form_urlencoded v1.2.2
26742026-08-25T16:35:43.380Z Checking futures-util v0.3.32
26752026-08-25T16:35:43.400Z Checking tokio v1.52.1
26762026-08-25T16:35:43.443Z Checking cmov v0.5.4
26772026-08-25T16:35:43.605Z Checking getrandom v0.3.4
26782026-08-25T16:35:43.643Z Checking ctutils v0.4.2
26792026-08-25T16:35:43.709Z Checking idna_adapter v1.2.1
26802026-08-25T16:35:43.734Z Checking crypto-common v0.1.7
26812026-08-25T16:35:43.818Z Checking hybrid-array v0.4.13
26822026-08-25T16:35:43.863Z Checking block-buffer v0.10.4
26832026-08-25T16:35:43.863Z Checking idna v1.1.0
26842026-08-25T16:35:43.863Z Checking base64ct v1.8.3
26852026-08-25T16:35:43.950Z Checking fnv v1.0.7
26862026-08-25T16:35:44.047Z Checking digest v0.10.7
26872026-08-25T16:35:44.070Z Checking url v2.5.8
26882026-08-25T16:35:44.070Z Checking pem-rfc7468 v0.7.0
26892026-08-25T16:35:44.091Z Checking flagset v0.4.7
26902026-08-25T16:35:44.172Z Checking ppv-lite86 v0.2.21
26912026-08-25T16:35:44.214Z Checking iana-time-zone v0.1.65
26922026-08-25T16:35:44.248Z Checking der v0.7.10
26932026-08-25T16:35:44.297Z Checking uuid v1.23.4
26942026-08-25T16:35:44.440Z Checking chrono v0.4.45
26952026-08-25T16:35:45.134Z Checking base64 v0.22.1
26962026-08-25T16:35:45.134Z Checking regex-syntax v0.8.10
26972026-08-25T16:35:45.134Z Checking http v1.4.2
26982026-08-25T16:35:45.134Z Checking block-buffer v0.12.1
26992026-08-25T16:35:45.134Z Checking crypto-common v0.2.2
27002026-08-25T16:35:45.134Z Checking rand_core v0.9.5
27012026-08-25T16:35:45.134Z Checking tracing-core v0.1.36
27022026-08-25T16:35:45.134Z Checking spki v0.7.3
27032026-08-25T16:35:45.134Z Checking simd-adler32 v0.3.8
27042026-08-25T16:35:45.197Z Checking dyn-clone v1.0.20
27052026-08-25T16:35:45.228Z Checking pkcs8 v0.10.2
27062026-08-25T16:35:45.229Z Checking tracing v0.1.44
27072026-08-25T16:35:45.328Z Checking http-body v1.0.1
27082026-08-25T16:35:45.401Z Checking rustls-pki-types v1.14.0
27092026-08-25T16:35:45.401Z Checking semver v1.0.28
27102026-08-25T16:35:45.401Z Checking spin v0.9.8
27112026-08-25T16:35:45.401Z Checking anstyle v1.0.14
27122026-08-25T16:35:45.401Z Checking tinyvec_macros v0.1.1
27132026-08-25T16:35:45.427Z Checking utf8parse v0.2.2
27142026-08-25T16:35:45.427Z Checking openssl-probe v0.2.1
27152026-08-25T16:35:45.468Z Checking adler2 v2.0.1
27162026-08-25T16:35:45.493Z Checking schemars v0.8.22
27172026-08-25T16:35:45.523Z Checking tinyvec v1.10.0
27182026-08-25T16:35:45.523Z Checking anstyle-parse v1.0.0
27192026-08-25T16:35:45.560Z Checking rand_chacha v0.9.0
27202026-08-25T16:35:45.560Z Checking terminal_size v0.4.3
27212026-08-25T16:35:45.578Z Checking miniz_oxide v0.8.9
27222026-08-25T16:35:45.642Z Checking aws-lc-sys v0.40.0
27232026-08-25T16:35:45.642Z Checking thiserror v2.0.18
27242026-08-25T16:35:45.744Z Checking untrusted v0.7.1
27252026-08-25T16:35:45.752Z Checking tower-layer v0.3.3
27262026-08-25T16:35:45.806Z Checking try-lock v0.2.5
27272026-08-25T16:35:45.857Z Checking tower-service v0.3.3
27282026-08-25T16:35:45.857Z Checking anstyle-query v1.1.5
27292026-08-25T16:35:45.938Z Checking atomic-waker v1.1.2
27302026-08-25T16:35:45.992Z Checking colorchoice v1.0.4
27312026-08-25T16:35:45.993Z Checking fastrand v2.3.0
27322026-08-25T16:35:45.993Z Checking is_terminal_polyfill v1.70.2
27332026-08-25T16:35:45.993Z Checking want v0.3.1
27342026-08-25T16:35:45.993Z Checking rand v0.9.2
27352026-08-25T16:35:46.034Z Checking anstream v1.0.0
27362026-08-25T16:35:46.034Z Checking block-padding v0.4.2
27372026-08-25T16:35:46.103Z Checking ipnet v2.12.0
27382026-08-25T16:35:46.103Z Checking tempfile v3.27.0
27392026-08-25T16:35:46.113Z Checking crc32fast v1.5.0
27402026-08-25T16:35:46.164Z Checking httparse v1.10.1
27412026-08-25T16:35:46.211Z Checking aws-lc-rs v1.16.3
27422026-08-25T16:35:46.211Z Checking aho-corasick v1.1.4
27432026-08-25T16:35:46.240Z Checking httpdate v1.0.3
27442026-08-25T16:35:46.272Z Checking plain v0.2.3
27452026-08-25T16:35:46.316Z Checking cpufeatures v0.2.17
27462026-08-25T16:35:46.360Z Checking tap v1.0.1
27472026-08-25T16:35:46.405Z Checking untrusted v0.9.0
27482026-08-25T16:35:46.405Z Checking const-oid v0.10.2
27492026-08-25T16:35:46.405Z Checking foreign-types-shared v0.1.1
27502026-08-25T16:35:46.420Z Checking inout v0.2.2
27512026-08-25T16:35:46.444Z Checking wyz v0.5.1
27522026-08-25T16:35:46.498Z Checking unicode-normalization v0.1.25
27532026-08-25T16:35:46.498Z Checking foreign-types v0.3.2
27542026-08-25T16:35:46.543Z Checking digest v0.11.3
27552026-08-25T16:35:46.628Z Checking rand_chacha v0.3.1
27562026-08-25T16:35:46.629Z Checking signature v2.2.0
27572026-08-25T16:35:46.677Z Checking radium v0.7.0
27582026-08-25T16:35:46.677Z Checking tokio-util v0.7.18
27592026-08-25T16:35:46.728Z Checking hex v0.4.3
27602026-08-25T16:35:46.728Z Checking num-integer v0.1.46
27612026-08-25T16:35:46.805Z Checking openssl-sys v0.9.117
27622026-08-25T16:35:46.847Z Checking wait-timeout v0.2.1
27632026-08-25T16:35:46.894Z Checking regex-automata v0.4.14
27642026-08-25T16:35:46.894Z Checking cpufeatures v0.3.0
27652026-08-25T16:35:46.951Z Checking quick-error v1.2.3
27662026-08-25T16:35:46.952Z Checking bit-vec v0.8.0
27672026-08-25T16:35:46.952Z Checking funty v2.0.0
27682026-08-25T16:35:46.952Z Checking strsim v0.11.1
27692026-08-25T16:35:46.960Z Checking rustls-webpki v0.103.13
27702026-08-25T16:35:47.018Z Checking ucd-trie v0.1.7
27712026-08-25T16:35:47.105Z Checking clap_lex v1.0.0
27722026-08-25T16:35:47.154Z Checking unicode-ident v1.0.24
27732026-08-25T16:35:47.155Z Checking openssl v0.10.80
27742026-08-25T16:35:47.155Z Checking pest v2.8.6
27752026-08-25T16:35:47.234Z Checking proc-macro2 v1.0.106
27762026-08-25T16:35:47.250Z Checking bitvec v1.0.1
27772026-08-25T16:35:47.250Z Checking h2 v0.4.15
27782026-08-25T16:35:47.250Z Checking clap_builder v4.6.0
27792026-08-25T16:35:47.417Z Checking rustls v0.23.41
27802026-08-25T16:35:47.506Z Checking bit-set v0.8.0
27812026-08-25T16:35:47.671Z Checking rusty-fork v0.3.1
27822026-08-25T16:35:47.816Z Checking num-iter v0.1.45
27832026-08-25T16:35:47.928Z Checking rand v0.8.6
27842026-08-25T16:35:48.177Z Checking cipher v0.5.2
27852026-08-25T16:35:48.404Z Checking sha2 v0.10.9
27862026-08-25T16:35:48.450Z Checking lazy_static v1.5.0
27872026-08-25T16:35:48.482Z Checking rand_xorshift v0.4.0
27882026-08-25T16:35:48.496Z Checking thiserror v1.0.69
27892026-08-25T16:35:48.530Z Checking maybe-uninit v2.0.0
27902026-08-25T16:35:48.570Z Checking serde_spanned v0.6.9
27912026-08-25T16:35:48.580Z Checking toml_datetime v0.6.11
27922026-08-25T16:35:48.614Z Checking sync_wrapper v1.0.2
27932026-08-25T16:35:48.641Z Checking siphasher v1.0.2
27942026-08-25T16:35:48.663Z Checking pretty-hex v0.4.1
27952026-08-25T16:35:48.687Z Checking unarray v0.1.4
27962026-08-25T16:35:48.707Z Checking nodrop v0.1.14
27972026-08-25T16:35:48.768Z Checking crc-catalog v2.4.0
27982026-08-25T16:35:48.801Z Checking zlib-rs v0.6.2
27992026-08-25T16:35:48.801Z Checking powerfmt v0.2.0
28002026-08-25T16:35:48.824Z Checking array-init v0.0.4
28012026-08-25T16:35:48.824Z Checking proptest v1.11.0
28022026-08-25T16:35:48.861Z Checking crc v3.4.0
28032026-08-25T16:35:48.941Z Checking deranged v0.5.8
28042026-08-25T16:35:49.006Z Checking tower v0.5.3
28052026-08-25T16:35:49.077Z Checking native-tls v0.2.18
28062026-08-25T16:35:49.127Z Checking smallvec v0.6.14
28072026-08-25T16:35:49.262Z Checking num-bigint-dig v0.8.6
28082026-08-25T16:35:49.275Z Checking packed_struct v0.10.1
28092026-08-25T16:35:49.380Z Checking clap v4.6.1
28102026-08-25T16:35:49.668Z Checking chacha20 v0.10.0
28112026-08-25T16:35:49.705Z Checking quote v1.0.45
28122026-08-25T16:35:49.705Z Checking flate2 v1.1.9
28132026-08-25T16:35:49.741Z Checking ipnetwork v0.21.1
28142026-08-25T16:35:49.765Z Checking http-body-util v0.1.3
28152026-08-25T16:35:49.891Z Checking pkcs1 v0.7.5
28162026-08-25T16:35:49.961Z Checking crossbeam-utils v0.8.21
28172026-08-25T16:35:49.968Z Checking bitfield v0.19.4
28182026-08-25T16:35:49.979Z Checking zerocopy v0.6.6
28192026-08-25T16:35:50.002Z Checking hyper v1.10.1
28202026-08-25T16:35:50.087Z Checking bzip2-sys v0.1.13+1.0.8
28212026-08-25T16:35:50.094Z Checking ahash v0.8.12
28222026-08-25T16:35:50.165Z Checking scroll v0.13.0
28232026-08-25T16:35:50.224Z Checking env_filter v2.0.0
28242026-08-25T16:35:50.266Z Checking time-core v0.1.8
28252026-08-25T16:35:50.276Z Checking num_threads v0.1.7
28262026-08-25T16:35:50.286Z Checking allocator-api2 v0.2.21
28272026-08-25T16:35:50.334Z Checking unicode-bidi v0.3.18
28282026-08-25T16:35:50.358Z Checking gimli v0.32.3
28292026-08-25T16:35:50.365Z Checking unicode-properties v0.1.4
28302026-08-25T16:35:50.378Z Checking winnow v0.5.40
28312026-08-25T16:35:50.394Z Checking hashbrown v0.12.3
28322026-08-25T16:35:50.542Z Checking num-conv v0.2.0
28332026-08-25T16:35:50.560Z Checking ryu v1.0.23
28342026-08-25T16:35:50.602Z Checking iri-string v0.7.10
28352026-08-25T16:35:50.618Z Checking base64 v0.21.7
28362026-08-25T16:35:50.655Z Checking time v0.3.47
28372026-08-25T16:35:50.691Z Checking serde_urlencoded v0.7.1
28382026-08-25T16:35:50.804Z Checking indexmap v1.9.3
28392026-08-25T16:35:50.853Z Checking ron v0.8.1
28402026-08-25T16:35:50.897Z Checking stringprep v0.1.5
28412026-08-25T16:35:50.906Z Checking hyper-util v0.1.20
28422026-08-25T16:35:51.042Z Checking newtype-uuid v1.3.2
28432026-08-25T16:35:51.119Z Checking goblin v0.10.5
28442026-08-25T16:35:51.265Z Checking env_logger v0.11.11
28452026-08-25T16:35:51.361Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28462026-08-25T16:35:51.430Z Checking hashbrown v0.13.2
28472026-08-25T16:35:51.619Z Checking toml_edit v0.19.15
28482026-08-25T16:35:51.659Z Checking tower-http v0.6.8
28492026-08-25T16:35:51.789Z Checking crossbeam-epoch v0.9.18
28502026-08-25T16:35:51.860Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28512026-08-25T16:35:51.881Z Checking addr2line v0.25.1
28522026-08-25T16:35:51.891Z Checking bzip2 v0.4.4
28532026-08-25T16:35:51.997Z Checking rsa v0.9.10
28542026-08-25T16:35:52.007Z Checking oxnet v0.1.6
28552026-08-25T16:35:52.049Z Checking syn v2.0.117
28562026-08-25T16:35:52.122Z Checking rand v0.10.1
28572026-08-25T16:35:52.164Z Checking serde-hex v0.1.0
28582026-08-25T16:35:52.291Z Checking tokio-native-tls v0.3.1
28592026-08-25T16:35:52.528Z Checking bstr v1.12.1
28602026-08-25T16:35:52.568Z Checking sha2 v0.11.0
28612026-08-25T16:35:52.568Z Checking hmac v0.13.0
28622026-08-25T16:35:52.668Z Checking md-5 v0.11.0
28632026-08-25T16:35:52.731Z Checking rustls-native-certs v0.8.3
28642026-08-25T16:35:52.801Z Checking x509-cert v0.2.5
28652026-08-25T16:35:52.848Z Checking scroll v0.12.0
28662026-08-25T16:35:52.848Z Checking object v0.37.3
28672026-08-25T16:35:53.050Z Checking zstd-sys v2.0.16+zstd.1.5.7
28682026-08-25T16:35:53.149Z Checking hash32 v0.2.1
28692026-08-25T16:35:53.178Z Checking encoding_rs v0.8.35
28702026-08-25T16:35:53.271Z Checking psl-types v2.0.11
28712026-08-25T16:35:53.386Z Checking fallible-iterator v0.2.0
28722026-08-25T16:35:53.447Z Checking either v1.15.0
28732026-08-25T16:35:53.447Z Checking rustc-demangle v0.1.27
28742026-08-25T16:35:53.797Z Checking mime v0.3.17
28752026-08-25T16:35:53.831Z Checking crc-any v2.5.0
28762026-08-25T16:35:53.831Z Checking postgres-protocol v0.6.12
28772026-08-25T16:35:53.831Z Checking dof v0.4.0
28782026-08-25T16:35:53.832Z Checking publicsuffix v2.3.0
28792026-08-25T16:35:53.832Z Checking heapless v0.7.17
28802026-08-25T16:35:53.916Z Checking zstd-safe v7.2.4
28812026-08-25T16:35:54.008Z Checking goblin v0.8.2
28822026-08-25T16:35:54.116Z Checking toml v0.7.8
28832026-08-25T16:35:54.172Z Checking hyper-tls v0.6.0
28842026-08-25T16:35:54.230Z Checking daft v0.1.8
28852026-08-25T16:35:54.409Z Checking zip v0.6.6
28862026-08-25T16:35:54.409Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28872026-08-25T16:35:54.470Z Checking object v0.30.4
28882026-08-25T16:35:54.470Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28892026-08-25T16:35:54.547Z Checking cookie v0.18.1
28902026-08-25T16:35:54.547Z Checking tokio-rustls v0.26.4
28912026-08-25T16:35:54.547Z Checking phf_shared v0.13.1
28922026-08-25T16:35:54.726Z Checking dtrace-parser v0.3.0
28932026-08-25T16:35:54.777Z Checking pin-project v1.1.11
28942026-08-25T16:35:54.777Z Checking zerocopy v0.7.35
28952026-08-25T16:35:54.777Z Checking signal-hook v0.3.18
28962026-08-25T16:35:54.777Z Checking futures-executor v0.3.32
28972026-08-25T16:35:54.799Z Checking hmac v0.12.1
28982026-08-25T16:35:54.870Z Checking ff v0.13.1
28992026-08-25T16:35:54.897Z Checking thread-id v5.1.0
29002026-08-25T16:35:54.946Z Compiling illumos-nvpair-sys v0.2.0
29012026-08-25T16:35:54.957Z Checking libbz2-rs-sys v0.2.2
29022026-08-25T16:35:54.958Z Checking unicode-width v0.2.0
29032026-08-25T16:35:55.093Z Checking foldhash v0.2.0
29042026-08-25T16:35:55.101Z Checking backtrace v0.3.76
29052026-08-25T16:35:55.119Z Checking managed v0.8.0
29062026-08-25T16:35:55.203Z Checking jiff-core v0.1.0
29072026-08-25T16:35:55.238Z Checking smawk v0.3.2
29082026-08-25T16:35:55.296Z Checking bumpalo v3.20.2
29092026-08-25T16:35:55.305Z Checking foldhash v0.1.5
29102026-08-25T16:35:55.314Z Checking bitflags v1.3.2
29112026-08-25T16:35:55.364Z Checking path-slash v0.1.5
29122026-08-25T16:35:55.388Z Checking same-file v1.0.6
29132026-08-25T16:35:55.399Z Compiling rayon-core v1.13.0
29142026-08-25T16:35:55.466Z Checking unicode-linebreak v0.1.5
29152026-08-25T16:35:55.490Z Checking is_ci v1.2.0
29162026-08-25T16:35:55.507Z Checking base16ct v0.2.0
29172026-08-25T16:35:55.507Z Checking walkdir v2.5.0
29182026-08-25T16:35:55.551Z Checking supports-color v3.0.2
29192026-08-25T16:35:55.586Z Checking zopfli v0.8.3
29202026-08-25T16:35:55.607Z Checking sec1 v0.7.3
29212026-08-25T16:35:55.633Z Checking textwrap v0.16.2
29222026-08-25T16:35:55.651Z Checking hashbrown v0.15.5
29232026-08-25T16:35:55.687Z Checking backtrace-ext v0.2.1
29242026-08-25T16:35:55.780Z Checking smoltcp v0.9.1
29252026-08-25T16:35:55.825Z Checking bzip2 v0.6.1
29262026-08-25T16:35:55.846Z Checking dof v0.3.0
29272026-08-25T16:35:55.860Z Checking hashbrown v0.16.1
29282026-08-25T16:35:55.917Z Checking jiff v0.2.34
29292026-08-25T16:35:55.954Z Checking group v0.13.0
29302026-08-25T16:35:55.979Z Checking hkdf v0.12.4
29312026-08-25T16:35:56.065Z Checking usdt-impl v0.6.0
29322026-08-25T16:35:56.112Z Checking signal-hook-mio v0.2.5
29332026-08-25T16:35:56.129Z Checking futures v0.3.32
29342026-08-25T16:35:56.129Z Checking snafu v0.8.9
29352026-08-25T16:35:56.179Z Checking phf v0.13.1
29362026-08-25T16:35:56.200Z Checking hyper-rustls v0.27.7
29372026-08-25T16:35:56.318Z Checking cookie_store v0.22.1
29382026-08-25T16:35:56.348Z Checking reqwest v0.12.28
29392026-08-25T16:35:56.372Z Checking zstd v0.13.3
29402026-08-25T16:35:56.372Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29412026-08-25T16:35:56.410Z Checking postgres-types v0.2.12
29422026-08-25T16:35:56.410Z Checking rustls-platform-verifier v0.6.2
29432026-08-25T16:35:56.437Z Checking globset v0.4.18
29442026-08-25T16:35:56.501Z Checking crossbeam-deque v0.8.6
29452026-08-25T16:35:56.513Z Checking phf_shared v0.11.3
29462026-08-25T16:35:56.647Z Checking regex v1.12.3
29472026-08-25T16:35:56.647Z Checking dtrace-parser v0.2.0
29482026-08-25T16:35:56.666Z Checking byte-wrapper v0.1.0
29492026-08-25T16:35:56.679Z Checking curve25519-dalek v4.1.3
29502026-08-25T16:35:56.695Z Checking ref-cast v1.0.25
29512026-08-25T16:35:56.695Z Checking strum v0.27.2
29522026-08-25T16:35:56.780Z Checking olpc-cjson v0.1.4
29532026-08-25T16:35:56.796Z Checking hubpack v0.1.2
29542026-08-25T16:35:56.869Z Checking ed25519 v2.2.3
29552026-08-25T16:35:56.896Z Checking memoffset v0.9.1
29562026-08-25T16:35:56.912Z Checking owo-colors v4.3.0
29572026-08-25T16:35:56.923Z Checking rustix v0.38.44
29582026-08-25T16:35:56.967Z Checking pem v3.0.6
29592026-08-25T16:35:57.007Z Checking crypto-bigint v0.5.5
29602026-08-25T16:35:57.055Z Checking serde_plain v1.0.2
29612026-08-25T16:35:57.096Z Checking serde-big-array v0.5.1
29622026-08-25T16:35:57.108Z Checking erased-serde v0.3.31
29632026-08-25T16:35:57.193Z Checking float-cmp v0.10.0
29642026-08-25T16:35:57.215Z Checking thread-id v4.2.2
29652026-08-25T16:35:57.285Z Checking memmap2 v0.9.10
29662026-08-25T16:35:57.473Z Checking normalize-line-endings v0.3.0
29672026-08-25T16:35:57.505Z Checking static_assertions v1.1.0
29682026-08-25T16:35:57.505Z Checking fixedbitset v0.4.2
29692026-08-25T16:35:57.505Z Checking data-encoding v2.10.0
29702026-08-25T16:35:57.505Z Checking typed-path v0.9.3
29712026-08-25T16:35:57.505Z Checking keccak v0.1.6
29722026-08-25T16:35:57.505Z Checking precomputed-hash v0.1.1
29732026-08-25T16:35:57.578Z Checking difflib v0.4.0
29742026-08-25T16:35:57.597Z Checking new_debug_unreachable v1.0.6
29752026-08-25T16:35:57.644Z Checking fixedbitset v0.5.7
29762026-08-25T16:35:57.663Z Checking supports-hyperlinks v3.2.0
29772026-08-25T16:35:57.683Z Checking unicode-segmentation v1.12.0
29782026-08-25T16:35:57.722Z Checking winnow v0.7.14
29792026-08-25T16:35:57.753Z Checking predicates-core v1.0.10
29802026-08-25T16:35:57.769Z Checking supports-unicode v3.0.0
29812026-08-25T16:35:57.769Z Checking toml_write v0.1.2
29822026-08-25T16:35:57.826Z Checking unicode-width v0.1.14
29832026-08-25T16:35:57.848Z Checking whoami v2.1.0
29842026-08-25T16:35:57.894Z Checking winnow v1.0.3
29852026-08-25T16:35:57.894Z Checking elliptic-curve v0.13.8
29862026-08-25T16:35:57.928Z Checking predicates v3.1.4
29872026-08-25T16:35:58.001Z Checking similar v2.7.0
29882026-08-25T16:35:58.045Z Checking tokio-postgres v0.7.16
29892026-08-25T16:35:58.072Z Checking miette v7.6.0
29902026-08-25T16:35:58.177Z Checking petgraph v0.8.3
29912026-08-25T16:35:58.212Z Checking zip v4.6.1
29922026-08-25T16:35:58.240Z Checking tough v0.22.0
29932026-08-25T16:35:58.356Z Checking hickory-proto v0.25.2
29942026-08-25T16:35:58.624Z Checking crossterm v0.28.1
29952026-08-25T16:35:58.821Z Checking toml_parser v1.1.2+spec-1.1.0
29962026-08-25T16:35:58.921Z Checking string_cache v0.8.9
29972026-08-25T16:35:58.944Z Checking toml_edit v0.22.27
29982026-08-25T16:35:58.944Z Checking sha3 v0.10.8
29992026-08-25T16:35:59.016Z Checking petgraph v0.6.5
30002026-08-25T16:35:59.153Z Checking slog v2.8.2
30012026-08-25T16:35:59.246Z Checking ed25519-dalek v2.2.0
30022026-08-25T16:35:59.318Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30032026-08-25T16:35:59.416Z Checking usdt v0.6.0
30042026-08-25T16:35:59.507Z Checking usdt-impl v0.5.0
30052026-08-25T16:35:59.572Z Checking nix v0.31.2
30062026-08-25T16:35:59.840Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30072026-08-25T16:35:59.895Z Checking iddqd v0.4.2
30082026-08-25T16:36:00.254Z Checking reqwest v0.13.2
30092026-08-25T16:36:00.355Z Checking itertools v0.15.0
30102026-08-25T16:36:00.419Z Checking itertools v0.13.0
30112026-08-25T16:36:00.477Z Checking strum v0.26.3
30122026-08-25T16:36:00.530Z Checking serde_with v3.21.0
30132026-08-25T16:36:00.714Z Checking derive_more v2.1.1
30142026-08-25T16:36:00.761Z Checking fs-err v3.3.0
30152026-08-25T16:36:00.793Z Checking tokio-stream v0.1.18
30162026-08-25T16:36:01.061Z Checking buf-list v1.1.2
30172026-08-25T16:36:01.111Z Checking anyhow v1.0.104
30182026-08-25T16:36:01.175Z Checking camino v1.2.5
30192026-08-25T16:36:01.201Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30202026-08-25T16:36:01.244Z Checking openapiv3 v2.2.0
30212026-08-25T16:36:01.272Z Checking lalrpop-util v0.19.12
30222026-08-25T16:36:01.384Z Checking peg-runtime v0.8.5
30232026-08-25T16:36:01.420Z Checking illumos-nvpair v0.3.0
30242026-08-25T16:36:01.420Z Checking rayon v1.11.0
30252026-08-25T16:36:01.494Z Checking sigpipe v0.1.3
30262026-08-25T16:36:01.494Z Checking glob v0.3.3
30272026-08-25T16:36:02.431Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-08-25T16:36:02.730Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30292026-08-25T16:36:02.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.59s
30302026-08-25T16:36:03.123Z
30312026-08-25T16:36:03.123Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30322026-08-25T16:36:03.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-25T16:36:03.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-25T16:36:03.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-25T16:36:03.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30362026-08-25T16:36:03.685Z
30372026-08-25T16:36:03.685Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30382026-08-25T16:36:04.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-25T16:36:04.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-25T16:36:04.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-25T16:36:04.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30422026-08-25T16:36:04.250Z
30432026-08-25T16:36:04.250Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30442026-08-25T16:36:04.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-25T16:36:04.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-25T16:36:04.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-25T16:36:04.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30482026-08-25T16:36:04.829Z
30492026-08-25T16:36:04.829Zinfo: running `cargo check --bins` on oxql-types (123/377)
30502026-08-25T16:36:05.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-25T16:36:05.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-25T16:36:05.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-25T16:36:05.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30542026-08-25T16:36:05.379Z
30552026-08-25T16:36:05.379Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30562026-08-25T16:36:05.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-25T16:36:05.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-25T16:36:05.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-25T16:36:05.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30602026-08-25T16:36:05.967Z
30612026-08-25T16:36:05.967Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30622026-08-25T16:36:06.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-25T16:36:06.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-25T16:36:06.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-08-25T16:36:06.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30662026-08-25T16:36:06.507Z
30672026-08-25T16:36:06.507Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30682026-08-25T16:36:06.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-08-25T16:36:06.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-08-25T16:36:06.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-08-25T16:36:06.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30722026-08-25T16:36:07.058Z
30732026-08-25T16:36:07.058Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30742026-08-25T16:36:07.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-08-25T16:36:07.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-08-25T16:36:07.747Z Compiling multer v3.1.0
30772026-08-25T16:36:07.840Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-08-25T16:36:07.840Z Compiling async-stream-impl v0.3.6
30792026-08-25T16:36:07.856Z Compiling serde_tokenstream v0.3.0
30802026-08-25T16:36:07.864Z Compiling dropshot v0.17.1
30812026-08-25T16:36:07.884Z Compiling parse-display-derive v0.10.0
30822026-08-25T16:36:07.891Z Compiling dropshot_endpoint v0.17.1
30832026-08-25T16:36:07.891Z Compiling newtype-uuid-macros v0.1.0
30842026-08-25T16:36:08.057Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-08-25T16:36:08.118Z Checking thread_local v1.1.9
30862026-08-25T16:36:08.159Z Compiling oxide-generation-macros v0.2.0
30872026-08-25T16:36:08.231Z Checking match_cfg v0.1.0
30882026-08-25T16:36:08.276Z Checking compression-core v0.4.31
30892026-08-25T16:36:08.294Z Checking hostname v0.3.1
30902026-08-25T16:36:08.393Z Checking crossbeam-channel v0.5.15
30912026-08-25T16:36:08.430Z Checking compression-codecs v0.4.37
30922026-08-25T16:36:08.430Z Checking atomicwrites v0.4.4
30932026-08-25T16:36:08.464Z Checking slog-json v2.6.1
30942026-08-25T16:36:08.549Z Checking is-terminal v0.4.17
30952026-08-25T16:36:08.566Z Checking toml_datetime v1.1.1+spec-1.1.0
30962026-08-25T16:36:08.620Z Checking serde_spanned v1.1.1
30972026-08-25T16:36:08.663Z Checking toml_writer v1.1.1+spec-1.1.0
30982026-08-25T16:36:08.669Z Checking take_mut v0.2.2
30992026-08-25T16:36:08.744Z Checking debug-ignore v1.0.5
31002026-08-25T16:36:08.751Z Checking term v1.2.1
31012026-08-25T16:36:08.764Z Checking slog-async v2.8.0
31022026-08-25T16:36:08.768Z Checking slog-bunyan v2.5.0
31032026-08-25T16:36:08.803Z Checking toml v1.1.2+spec-1.1.0
31042026-08-25T16:36:08.820Z Checking async-compression v0.4.41
31052026-08-25T16:36:08.866Z Checking async-stream v0.3.6
31062026-08-25T16:36:08.885Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31072026-08-25T16:36:08.924Z Checking progenitor-client v0.14.0
31082026-08-25T16:36:08.953Z Checking slog-term v2.9.2
31092026-08-25T16:36:09.002Z Checking oxide-generation v0.1.3
31102026-08-25T16:36:09.063Z Checking sha1 v0.11.0
31112026-08-25T16:36:09.178Z Checking waitgroup v0.1.2
31122026-08-25T16:36:09.218Z Checking rustls-pemfile v2.2.0
31132026-08-25T16:36:09.242Z Checking backon v1.6.0
31142026-08-25T16:36:09.242Z Checking serde_path_to_error v0.1.20
31152026-08-25T16:36:09.271Z Checking hostname v0.4.2
31162026-08-25T16:36:09.277Z Checking instant v0.1.13
31172026-08-25T16:36:09.450Z Checking backoff v0.4.0
31182026-08-25T16:36:09.450Z Checking progenitor-extras v0.2.0
31192026-08-25T16:36:09.450Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31202026-08-25T16:36:09.524Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31212026-08-25T16:36:09.532Z Checking parse-display v0.10.0
31222026-08-25T16:36:09.542Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31232026-08-25T16:36:09.556Z Checking regress v0.10.5
31242026-08-25T16:36:09.584Z Checking itertools v0.14.0
31252026-08-25T16:36:09.668Z Checking macaddr v1.0.1
31262026-08-25T16:36:09.854Z Checking humantime v2.3.0
31272026-08-25T16:36:10.691Z Compiling prettyplease v0.2.37
31282026-08-25T16:36:10.996Z Checking num-rational v0.4.2
31292026-08-25T16:36:11.331Z Checking num-complex v0.4.6
31302026-08-25T16:36:11.596Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31312026-08-25T16:36:11.643Z Compiling num v0.4.3
31322026-08-25T16:36:11.779Z Compiling usdt-macro v0.5.0
31332026-08-25T16:36:11.804Z Compiling usdt-attr-macro v0.5.0
31342026-08-25T16:36:11.815Z Checking memmap v0.7.0
31352026-08-25T16:36:11.854Z Checking float-ord v0.3.2
31362026-08-25T16:36:11.969Z Compiling convert_case v0.4.0
31372026-08-25T16:36:12.328Z Compiling derive_more v0.99.20
31382026-08-25T16:36:12.403Z Checking newline-converter v0.3.0
31392026-08-25T16:36:12.508Z Checking console v0.15.11
31402026-08-25T16:36:12.535Z Compiling toml v0.8.23
31412026-08-25T16:36:12.582Z Checking usdt v0.5.0
31422026-08-25T16:36:12.749Z Compiling minimal-lexical v0.2.1
31432026-08-25T16:36:12.778Z Checking linked-hash-map v0.5.6
31442026-08-25T16:36:12.947Z Checking lru-cache v0.1.2
31452026-08-25T16:36:13.007Z Compiling nom v7.1.3
31462026-08-25T16:36:13.118Z Checking expectorate v1.2.0
31472026-08-25T16:36:13.206Z Checking camino-tempfile v1.4.1
31482026-08-25T16:36:13.354Z Checking hickory-proto v0.24.4
31492026-08-25T16:36:13.472Z Checking phf_shared v0.12.1
31502026-08-25T16:36:13.598Z Compiling slog-dtrace v0.3.0
31512026-08-25T16:36:13.611Z Compiling unicode-xid v0.2.6
31522026-08-25T16:36:13.746Z Checking resolv-conf v0.7.6
31532026-08-25T16:36:13.922Z Compiling chrono-tz v0.10.4
31542026-08-25T16:36:14.026Z Checking heck v0.5.0
31552026-08-25T16:36:14.156Z Compiling const_format_proc_macros v0.2.34
31562026-08-25T16:36:14.180Z Checking phf v0.12.1
31572026-08-25T16:36:14.319Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31582026-08-25T16:36:14.337Z Checking tokio-dtrace v0.1.1
31592026-08-25T16:36:14.342Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31602026-08-25T16:36:14.526Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31612026-08-25T16:36:14.889Z Compiling derive-where v1.6.0
31622026-08-25T16:36:14.925Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31632026-08-25T16:36:15.086Z Checking highway v1.3.0
31642026-08-25T16:36:15.237Z Checking hickory-resolver v0.24.4
31652026-08-25T16:36:15.297Z Checking const_format v0.2.35
31662026-08-25T16:36:15.534Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31672026-08-25T16:36:15.936Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31682026-08-25T16:36:15.990Z Checking oxide-tokio-rt v0.1.4
31692026-08-25T16:36:16.091Z Checking qorb v0.4.1
31702026-08-25T16:36:16.233Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31712026-08-25T16:36:16.278Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31722026-08-25T16:36:16.393Z Checking gethostname v0.5.0
31732026-08-25T16:36:16.418Z Checking bcs v0.1.6
31742026-08-25T16:36:16.475Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31752026-08-25T16:36:16.573Z Checking termtree v0.5.1
31762026-08-25T16:36:19.397Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31772026-08-25T16:36:22.431Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31782026-08-25T16:36:24.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.59s
31792026-08-25T16:36:24.820Z
31802026-08-25T16:36:24.820Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31812026-08-25T16:36:25.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-08-25T16:36:25.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-08-25T16:36:25.508Z Compiling ar_archive_writer v0.5.1
31842026-08-25T16:36:25.612Z Compiling stacker v0.1.23
31852026-08-25T16:36:25.634Z Compiling cfg_aliases v0.1.1
31862026-08-25T16:36:25.651Z Compiling proc-macro-error v1.0.4
31872026-08-25T16:36:25.651Z Checking fd-lock v4.0.4
31882026-08-25T16:36:25.651Z Checking nibble_vec v0.1.0
31892026-08-25T16:36:25.651Z Compiling recursive-proc-macro-impl v0.1.1
31902026-08-25T16:36:25.651Z Checking vte v0.14.1
31912026-08-25T16:36:25.680Z Compiling nix v0.28.0
31922026-08-25T16:36:25.753Z Checking bytecount v0.6.9
31932026-08-25T16:36:25.772Z Checking endian-type v0.1.2
31942026-08-25T16:36:25.807Z Checking strip-ansi-escapes v0.2.1
31952026-08-25T16:36:25.840Z Checking papergrid v0.11.0
31962026-08-25T16:36:25.875Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31972026-08-25T16:36:25.887Z Checking radix_trie v0.2.1
31982026-08-25T16:36:25.903Z Compiling peg-macros v0.8.5
31992026-08-25T16:36:25.918Z Compiling tabled_derive v0.7.0
32002026-08-25T16:36:26.039Z Checking winnow v0.6.26
32012026-08-25T16:36:26.137Z Compiling sqlparser_derive v0.5.0
32022026-08-25T16:36:26.640Z Checking home v0.5.12
32032026-08-25T16:36:26.751Z Compiling psm v0.1.30
32042026-08-25T16:36:26.751Z Checking nu-ansi-term v0.50.3
32052026-08-25T16:36:26.751Z Checking unicode_categories v0.1.1
32062026-08-25T16:36:26.813Z Checking crossterm v0.29.0
32072026-08-25T16:36:26.813Z Checking reedline v0.40.0
32082026-08-25T16:36:26.860Z Checking display-error-chain v0.2.2
32092026-08-25T16:36:26.878Z Checking tabled v0.15.0
32102026-08-25T16:36:26.970Z Checking rustyline v14.0.0
32112026-08-25T16:36:27.153Z Checking recursive v0.1.1
32122026-08-25T16:36:27.175Z Checking sqlformat v0.3.5
32132026-08-25T16:36:27.223Z Checking peg v0.8.5
32142026-08-25T16:36:27.277Z Checking sqlparser v0.61.0
32152026-08-25T16:36:38.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
32162026-08-25T16:36:38.597Z
32172026-08-25T16:36:38.597Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32182026-08-25T16:36:39.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T16:36:39.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T16:36:39.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T16:36:43.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
32222026-08-25T16:36:43.245Z
32232026-08-25T16:36:43.246Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32242026-08-25T16:36:43.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T16:36:43.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T16:36:43.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T16:36:46.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
32282026-08-25T16:36:46.416Z
32292026-08-25T16:36:46.416Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32302026-08-25T16:36:46.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T16:36:46.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T16:36:46.952Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T16:36:50.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
32342026-08-25T16:36:50.446Z
32352026-08-25T16:36:50.446Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32362026-08-25T16:36:50.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T16:36:50.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T16:36:51.109Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T16:36:54.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32402026-08-25T16:36:54.642Z
32412026-08-25T16:36:54.642Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32422026-08-25T16:36:55.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T16:36:55.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T16:36:55.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T16:36:57.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
32462026-08-25T16:36:58.136Z
32472026-08-25T16:36:58.136Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32482026-08-25T16:36:59.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T16:36:59.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T16:36:59.186Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-08-25T16:37:02.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32522026-08-25T16:37:02.813Z
32532026-08-25T16:37:02.813Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32542026-08-25T16:37:02.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T16:37:02.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T16:37:02.813Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32572026-08-25T16:37:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32582026-08-25T16:37:06.020Z
32592026-08-25T16:37:06.021Zinfo: running `cargo check --bins` on oximeter (136/377)
32602026-08-25T16:37:06.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T16:37:06.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T16:37:06.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-25T16:37:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32642026-08-25T16:37:06.584Z
32652026-08-25T16:37:06.584Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32662026-08-25T16:37:07.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T16:37:07.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T16:37:07.216Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-08-25T16:37:07.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32702026-08-25T16:37:07.779Z
32712026-08-25T16:37:07.779Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32722026-08-25T16:37:08.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T16:37:08.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T16:37:08.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T16:37:08.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32762026-08-25T16:37:08.323Z
32772026-08-25T16:37:08.324Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32782026-08-25T16:37:08.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T16:37:08.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T16:37:08.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T16:37:08.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32822026-08-25T16:37:08.913Z
32832026-08-25T16:37:08.913Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32842026-08-25T16:37:09.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T16:37:09.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T16:37:09.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T16:37:09.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-25T16:37:09.484Z
32892026-08-25T16:37:09.484Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32902026-08-25T16:37:11.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T16:37:11.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T16:37:11.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T16:37:11.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32942026-08-25T16:37:11.864Z
32952026-08-25T16:37:11.865Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32962026-08-25T16:37:11.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T16:37:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T16:37:11.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T16:37:11.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-25T16:37:11.865Z
33012026-08-25T16:37:11.865Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
33022026-08-25T16:37:11.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T16:37:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T16:37:11.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-25T16:37:11.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33062026-08-25T16:37:11.865Z
33072026-08-25T16:37:11.865Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
33082026-08-25T16:37:11.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-25T16:37:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-25T16:37:11.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-08-25T16:37:11.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33122026-08-25T16:37:11.865Z
33132026-08-25T16:37:11.865Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33142026-08-25T16:37:12.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-08-25T16:37:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-08-25T16:37:12.578Z Compiling crucible-workspace-hack v0.1.0
33172026-08-25T16:37:12.578Z Compiling regress v0.11.1
33182026-08-25T16:37:12.578Z Checking secrecy v0.10.3
33192026-08-25T16:37:12.582Z Checking half v2.7.1
33202026-08-25T16:37:12.582Z Checking ciborium-io v0.2.2
33212026-08-25T16:37:12.582Z Checking inout v0.1.4
33222026-08-25T16:37:12.582Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33232026-08-25T16:37:12.710Z Checking universal-hash v0.5.1
33242026-08-25T16:37:12.802Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33252026-08-25T16:37:12.830Z Compiling thiserror-impl-no-std v2.0.2
33262026-08-25T16:37:12.872Z Checking opaque-debug v0.3.1
33272026-08-25T16:37:12.872Z Checking cipher v0.4.4
33282026-08-25T16:37:13.007Z Checking poly1305 v0.8.0
33292026-08-25T16:37:13.025Z Checking ciborium-ll v0.2.2
33302026-08-25T16:37:13.025Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33312026-08-25T16:37:13.025Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33322026-08-25T16:37:13.080Z Checking chacha20 v0.9.1
33332026-08-25T16:37:13.124Z Checking ciborium v0.2.2
33342026-08-25T16:37:13.200Z Checking password-hash v0.5.0
33352026-08-25T16:37:13.264Z Checking blake2 v0.10.6
33362026-08-25T16:37:13.278Z Checking aead v0.5.2
33372026-08-25T16:37:13.365Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33382026-08-25T16:37:13.420Z Compiling toml_datetime v0.7.5+spec-1.1.0
33392026-08-25T16:37:13.420Z Checking indent_write v2.2.0
33402026-08-25T16:37:13.501Z Checking argon2 v0.5.3
33412026-08-25T16:37:13.529Z Checking chacha20poly1305 v0.10.1
33422026-08-25T16:37:13.547Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33432026-08-25T16:37:13.659Z Compiling toml_edit v0.23.10+spec-1.0.0
33442026-08-25T16:37:13.679Z Compiling unsafe-libyaml v0.2.11
33452026-08-25T16:37:13.849Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33462026-08-25T16:37:13.964Z Checking thiserror-no-std v2.0.2
33472026-08-25T16:37:14.053Z Checking vsss-rs v3.3.4
33482026-08-25T16:37:14.068Z Compiling heapless v0.8.0
33492026-08-25T16:37:14.156Z Compiling ingot-macros v0.2.0
33502026-08-25T16:37:14.345Z Compiling typify-impl v0.6.2
33512026-08-25T16:37:14.399Z Compiling serde_yaml v0.9.34+deprecated
33522026-08-25T16:37:14.690Z Compiling proc-macro-crate v3.4.0
33532026-08-25T16:37:15.072Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33542026-08-25T16:37:15.189Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33552026-08-25T16:37:15.250Z Compiling num_enum_derive v0.7.6
33562026-08-25T16:37:15.351Z Checking hash32 v0.3.1
33572026-08-25T16:37:15.481Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33582026-08-25T16:37:15.628Z Compiling smoltcp v0.11.0
33592026-08-25T16:37:15.834Z Checking tabwriter v1.4.1
33602026-08-25T16:37:15.936Z Checking cobs v0.3.0
33612026-08-25T16:37:15.985Z Checking swrite v0.1.0
33622026-08-25T16:37:15.985Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33632026-08-25T16:37:16.077Z Checking postcard v1.1.3
33642026-08-25T16:37:16.107Z Compiling proc-macro-crate v1.3.1
33652026-08-25T16:37:16.199Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33662026-08-25T16:37:16.281Z Checking num_enum v0.7.6
33672026-08-25T16:37:16.307Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33682026-08-25T16:37:16.369Z Compiling foreign-types-macros v0.2.3
33692026-08-25T16:37:16.395Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33702026-08-25T16:37:16.409Z Checking colored v3.1.1
33712026-08-25T16:37:16.513Z Checking foreign-types-shared v0.3.1
33722026-08-25T16:37:16.604Z Compiling num_enum_derive v0.5.11
33732026-08-25T16:37:16.727Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33742026-08-25T16:37:16.746Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33752026-08-25T16:37:16.928Z Checking ingot-types v0.2.0
33762026-08-25T16:37:16.950Z Checking foreign-types v0.5.0
33772026-08-25T16:37:17.030Z Checking cstr-argument v0.1.2
33782026-08-25T16:37:17.155Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33792026-08-25T16:37:17.171Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33802026-08-25T16:37:17.191Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33812026-08-25T16:37:17.257Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33822026-08-25T16:37:17.277Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33832026-08-25T16:37:17.295Z Checking ingot v0.2.1
33842026-08-25T16:37:17.354Z Compiling zone_cfg_derive v0.3.1
33852026-08-25T16:37:17.370Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33862026-08-25T16:37:17.484Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33872026-08-25T16:37:17.593Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33882026-08-25T16:37:17.613Zerror[E0432]: unresolved import `omicron_common::api::external::Generation`
33892026-08-25T16:37:17.613Z --> sled-agent/types/versions/src/add_update_disposition/inventory.rs:38:5
33902026-08-25T16:37:17.613Z |
33912026-08-25T16:37:17.613Z38 | use omicron_common::api::external::Generation;
33922026-08-25T16:37:17.613Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Generation` in `api::external`
33932026-08-25T16:37:17.613Z
33942026-08-25T16:37:17.618Z Checking num_enum v0.5.11
33952026-08-25T16:37:17.735Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33962026-08-25T16:37:17.768Z Checking itertools v0.12.1
33972026-08-25T16:37:17.918Z Compiling num-derive v0.4.2
33982026-08-25T16:37:18.011Z Compiling semver v0.1.20
33992026-08-25T16:37:18.240Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34002026-08-25T16:37:18.300Z Compiling rustc_version v0.1.7
34012026-08-25T16:37:18.530Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34022026-08-25T16:37:18.607Z Checking smf v0.2.3
34032026-08-25T16:37:18.687Z Checking csv-core v0.1.13
34042026-08-25T16:37:18.786Z Checking zone v0.3.1
34052026-08-25T16:37:18.805Z Compiling typify-macro v0.6.2
34062026-08-25T16:37:18.821Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34072026-08-25T16:37:18.841Z Checking nom v8.0.0
34082026-08-25T16:37:18.864Z Checking whoami v1.6.1
34092026-08-25T16:37:18.891Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34102026-08-25T16:37:19.003Z Checking csv v1.4.0
34112026-08-25T16:37:19.033Z Compiling newtype_derive v0.1.6
34122026-08-25T16:37:19.047Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34132026-08-25T16:37:19.129Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34142026-08-25T16:37:19.178Z Compiling cancel-safe-futures v0.1.5
34152026-08-25T16:37:19.276Z Compiling libefi-sys v0.1.0
34162026-08-25T16:37:19.368Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34172026-08-25T16:37:19.404Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34182026-08-25T16:37:19.568Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34192026-08-25T16:37:19.617Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34202026-08-25T16:37:19.769Z Checking oxide-update-engine-types v0.1.2
34212026-08-25T16:37:19.821Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34222026-08-25T16:37:19.849Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34232026-08-25T16:37:20.007Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34242026-08-25T16:37:20.025Z Compiling bitfield-struct v0.6.2
34252026-08-25T16:37:20.040Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34262026-08-25T16:37:20.170Z Checking linear-map v1.2.0
34272026-08-25T16:37:20.349Z Checking steno v0.4.1
34282026-08-25T16:37:20.551Z Compiling typify v0.6.2
34292026-08-25T16:37:20.656Z Compiling progenitor-impl v0.14.0
34302026-08-25T16:37:20.671Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34312026-08-25T16:37:20.674Z Checking oxide-update-engine v0.1.2
34322026-08-25T16:37:20.837Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34332026-08-25T16:37:20.910Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34342026-08-25T16:37:21.077Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34352026-08-25T16:37:21.092Z Checking sha1 v0.10.6
34362026-08-25T16:37:21.117Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34372026-08-25T16:37:21.199Z Checking utf-8 v0.7.6
34382026-08-25T16:37:21.262Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34392026-08-25T16:37:21.296Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34402026-08-25T16:37:21.335Z Checking tungstenite v0.21.0
34412026-08-25T16:37:21.349Z Checking ignore v0.4.25
34422026-08-25T16:37:21.446Z Checking anstyle-parse v0.2.7
34432026-08-25T16:37:21.495Z Compiling xshell-macros v0.2.7
34442026-08-25T16:37:21.612Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34452026-08-25T16:37:21.688Z Checking anstream v0.6.21
34462026-08-25T16:37:21.754Z Checking globwalk v0.9.1
34472026-08-25T16:37:21.758Z Checking tokio-tungstenite v0.21.0
34482026-08-25T16:37:21.815Z Checking predicates-tree v1.0.13
34492026-08-25T16:37:21.865Z Checking xshell v0.2.7
34502026-08-25T16:37:21.891Z Checking filetime v0.2.27
34512026-08-25T16:37:21.925Z Checking tagptr v0.2.0
34522026-08-25T16:37:21.941Z Checking xattr v1.6.1
34532026-08-25T16:37:22.027Z Checking camino-tempfile-ext v0.3.3
34542026-08-25T16:37:22.115Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34552026-08-25T16:37:22.115Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34562026-08-25T16:37:22.115Z Checking tar v0.4.46
34572026-08-25T16:37:22.115Z Checking moka v0.12.13
34582026-08-25T16:37:22.191Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34592026-08-25T16:37:22.220Z Checking rand_seeder v0.4.0
34602026-08-25T16:37:22.236Z Checking half v1.8.3
34612026-08-25T16:37:22.332Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34622026-08-25T16:37:22.368Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34632026-08-25T16:37:22.432Z Checking serde_cbor v0.11.2
34642026-08-25T16:37:22.451Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34652026-08-25T16:37:22.664Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34662026-08-25T16:37:22.701Z Checking digest-io v0.1.0
34672026-08-25T16:37:22.728Z Checking hickory-resolver v0.25.2
34682026-08-25T16:37:22.811Z Compiling petname v2.0.2
34692026-08-25T16:37:22.834Z Checking rawzip v0.4.4
34702026-08-25T16:37:23.203Z Compiling progenitor-macro v0.14.0
34712026-08-25T16:37:23.268Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34722026-08-25T16:37:23.284Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34732026-08-25T16:37:23.428Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34742026-08-25T16:37:23.474Z Checking sapling-renderdag v0.1.0
34752026-08-25T16:37:23.665Z Checking subprocess v0.2.15
34762026-08-25T16:37:23.716Z Checking sync-ptr v0.1.4
34772026-08-25T16:37:23.862Z Checking colored v2.2.0
34782026-08-25T16:37:23.894Z Checking assert_matches v1.5.0
34792026-08-25T16:37:23.956Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34802026-08-25T16:37:24.101ZFor more information about this error, try `rustc --explain E0432`.
34812026-08-25T16:37:24.232Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34822026-08-25T16:37:24.277Zerror: could not compile `sled-agent-types-versions` (lib) due to 1 previous error
34832026-08-25T16:37:24.278Zwarning: build failed, waiting for other jobs to finish...
34842026-08-25T16:37:26.043Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/reconfigurator-cli/Cargo.toml` (exit status: 101)
34852026-08-25T16:37:26.047ZError: cargo-hack install failed: exit status: 1
34862026-08-25T16:37:26.050Z
34872026-08-25T16:37:26.050Zreal 2:47.966938256
34882026-08-25T16:37:26.051Zuser 5:50.536307101
34892026-08-25T16:37:26.051Zsys 1:40.078427655
34902026-08-25T16:37:26.051Ztrap 0.153246282
34912026-08-25T16:37:26.051Ztflt 0.117135659
34922026-08-25T16:37:26.051Zdflt 0.461906097
34932026-08-25T16:37:26.051Zkflt 0.002141880
34942026-08-25T16:37:26.051Zlock 17:56.425412195
34952026-08-25T16:37:26.051Zslp 22:59.438869776
34962026-08-25T16:37:26.051Zlat 33.054217752
34972026-08-25T16:37:26.051Zstop 2:12.025238314
34982026-08-25T16:37:26.051Zprocess exited: duration 313299 ms, exit code 1
 
34992026-08-25T16:37:26.059Zfound 0 output files