01M0BQP1JF8XSF5MJEJYMN7X69: 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: 01M0BQPE93WDHZMJ56DG1ZMM3Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T00:46:38.990Zjob assigned to worker 01M0BQPQVQAZ8CKHW0PJ8DA86Z [factory aws, i-03d8a91407ce36328] (queued for 52 s)
 
22026-08-19T00:46:44.840Zstarting task 0: "setup"
32026-08-19T00:46:44.846Z++ uname -s
42026-08-19T00:46:44.849Z+ kern=SunOS
52026-08-19T00:46:44.849Z+ build_user=build
62026-08-19T00:46:44.849Z+ build_uid=12345
72026-08-19T00:46:44.849Z+ work_dir=/work
82026-08-19T00:46:44.849Z+ input_dir=/input
92026-08-19T00:46:44.849Z+ [[ 0 == 12345 ]]
102026-08-19T00:46:44.849Z+ case "$kern" in
112026-08-19T00:46:44.849Z+ groupadd -g 12345 build
122026-08-19T00:46:44.852Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T00:46:46.855Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T00:46:46.946Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T00:46:46.950Z+ home_fs=zfs
162026-08-19T00:46:46.950Z+ [[ zfs == autofs ]]
172026-08-19T00:46:46.950Z+ mkdir -p /home/build
182026-08-19T00:46:46.950Z+ chown build:build /home/build /work
192026-08-19T00:46:48.950Z+ chmod 0700 /home/build /work
202026-08-19T00:46:48.953Zprocess exited: duration 4110 ms, exit code 0
 
212026-08-19T00:46:48.961Zstarting task 1: "rust-toolchain"
222026-08-19T00:46:48.965Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T00:46:48.965Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-19T00:46:48.965Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-19T00:46:48.965Z * rust toolchain channel = "1.97.1"
262026-08-19T00:46:48.965Z * rust toolchain profile = "default"
272026-08-19T00:46:48.965Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T00:46:48.968Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T00:46:48.968Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T00:46:49.068Zinfo: downloading installer
312026-08-19T00:46:50.381Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T00:46:50.381Zwarn: /home/build/.rustup/settings.toml
332026-08-19T00:46:50.381Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T00:46:50.381Zwarn: instead of the one inferred from the default host triple.
352026-08-19T00:46:50.393Zinfo: profile set to default
362026-08-19T00:46:50.393Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T00:46:50.396Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T00:46:50.544Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T00:46:50.548Zinfo: downloading 6 components
402026-08-19T00:47:05.192Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T00:47:05.192Z
422026-08-19T00:47:05.219Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T00:47:05.220Z
442026-08-19T00:47:05.220Z
452026-08-19T00:47:05.220ZRust is installed now. Great!
462026-08-19T00:47:05.224Z
472026-08-19T00:47:05.224ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T00:47:05.224Zenvironment variable. This has not been done automatically.
492026-08-19T00:47:05.224Z
502026-08-19T00:47:05.224ZTo configure your current shell, you need to source
512026-08-19T00:47:05.224Zthe corresponding env file under $HOME/.cargo.
522026-08-19T00:47:05.224Z
532026-08-19T00:47:05.224ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T00:47:05.224Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T00:47:05.224Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T00:47:05.224Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T00:47:05.224Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T00:47:05.224Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T00:47:05.224Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T00:47:05.224Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T00:47:05.224Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T00:47:05.306Z+ rustup --version
632026-08-19T00:47:05.314Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T00:47:05.317Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T00:47:05.335Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T00:47:05.338Z+ cargo --version
672026-08-19T00:47:05.353Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T00:47:05.356Z+ rustc --version
692026-08-19T00:47:05.375Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T00:47:05.378Zprocess exited: duration 16415 ms, exit code 0
 
712026-08-19T00:47:05.384Zstarting task 2: "authentication"
722026-08-19T00:47:05.401Zprocess exited: duration 16 ms, exit code 0
 
732026-08-19T00:47:05.406Zstarting task 3: "clone repository"
742026-08-19T00:47:05.409Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T00:47:05.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T00:47:05.447ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T00:47:18.538Z+ cd /work/oxidecomputer/omicron
782026-08-19T00:47:18.538Z+ git fetch origin 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
792026-08-19T00:47:18.901ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T00:47:18.902Z * branch 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 -> FETCH_HEAD
812026-08-19T00:47:18.913Z+ [[ -n sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]]
822026-08-19T00:47:18.916Z++ git branch --show-current
832026-08-19T00:47:18.916Z+ current=main
842026-08-19T00:47:18.916Z+ [[ main != sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]]
852026-08-19T00:47:18.916Z+ git branch -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
862026-08-19T00:47:18.919Z+ git checkout -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1
872026-08-19T00:47:19.177ZSwitched to branch 'sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1'
882026-08-19T00:47:19.180Z+ git reset --hard 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
892026-08-19T00:47:19.197ZHEAD is now at 2b9c2a026 rebase on main
902026-08-19T00:47:19.200Zprocess exited: duration 13791 ms, exit code 0
 
912026-08-19T00:47:19.207Zstarting task 4: "build"
922026-08-19T00:47:19.211Z+ source .github/buildomat/ci-env.sh
932026-08-19T00:47:19.211Z++ export CARGO_TERM_COLOR=always
942026-08-19T00:47:19.211Z++ CARGO_TERM_COLOR=always
952026-08-19T00:47:19.214Z+++ uname -s
962026-08-19T00:47:19.214Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-19T00:47:19.214Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-19T00:47:19.214Z+ cargo --version
992026-08-19T00:47:19.223Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-19T00:47:19.226Z+ rustc --version
1012026-08-19T00:47:19.245Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-19T00:47:19.249Z+ source ./env.sh
1032026-08-19T00:47:19.249Z++ OLD_SHELL_OPTS=ehxB
1042026-08-19T00:47:19.249Z++ set -o xtrace
1052026-08-19T00:47:19.252Z++++ dirname ./env.sh
1062026-08-19T00:47:19.252Z+++ readlink -f .
1072026-08-19T00:47:19.257Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-19T00:47:19.257Z++ 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-19T00:47:19.257Z++ 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-19T00:47:19.257Z++ 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-19T00:47:19.257Z++ 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-19T00:47:19.257Z++ 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-19T00:47:19.258Z++ 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-19T00:47:19.258Z++ 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-19T00:47:19.258Z++ 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-19T00:47:19.258Z++ 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-19T00:47:19.258Z++ 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-19T00:47:19.258Z++ case $OLD_SHELL_OPTS in
1192026-08-19T00:47:19.258Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-19T00:47:19.258Z+ 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-19T00:47:19.258Z+ 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-19T00:47:19.258Z+ banner prerequisites
1232026-08-19T00:47:19.258Z
1242026-08-19T00:47:19.258Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-19T00:47:19.258Z # # # # # # # # # # # # # # #
1262026-08-19T00:47:19.258Z # # # # ##### # # ##### # # # # # #### #
1272026-08-19T00:47:19.261Z ##### ##### # ##### # # # # # # # # #
1282026-08-19T00:47:19.261Z # # # # # # # # # # # # # # #
1292026-08-19T00:47:19.261Z # # # ###### # # ###### ### # #### # #### #
1302026-08-19T00:47:19.261Z
1312026-08-19T00:47:19.261Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-19T00:47:21.151Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-19T00:47:21.468Z Startup: Caching catalogs ... Done
1342026-08-19T00:47:23.204ZPlanning: Solver setup ... Done (1.633s)
1352026-08-19T00:47:23.259ZPlanning: Running solver ... Done (0.055s)
1362026-08-19T00:47:23.296ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-19T00:47:23.308ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-19T00:47:23.328ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-19T00:47:23.342ZPlanning: Package planning ... Done (0.013s)
1402026-08-19T00:47:23.345ZPlanning: Merging actions ... Done (0.001s)
1412026-08-19T00:47:23.541ZPlanning: Checking for conflicting actions ... Done (0.198s)
1422026-08-19T00:47:23.545ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-19T00:47:24.313ZPlanning: Evaluating mediators ... Done (0.771s)
1442026-08-19T00:47:24.316ZPlanning: Planning completed in 2.81 seconds
1452026-08-19T00:47:24.322Z Packages to install: 2
1462026-08-19T00:47:24.325Z Estimated space available: 156.01 GB
1472026-08-19T00:47:24.325ZEstimated space to be consumed: 69.36 MB
1482026-08-19T00:47:24.325Z Create boot environment: No
1492026-08-19T00:47:24.325ZCreate backup boot environment: No
1502026-08-19T00:47:24.325Z Rebuild boot archive: No
1512026-08-19T00:47:24.325Z
1522026-08-19T00:47:24.325ZChanged packages:
1532026-08-19T00:47:24.325Zhelios
1542026-08-19T00:47:24.325Z developer/build-essential
1552026-08-19T00:47:24.325Z None -> 11-3.0
1562026-08-19T00:47:24.325Z library/libxmlsec1
1572026-08-19T00:47:24.325Z None -> 1.2.35-3.0
1582026-08-19T00:47:24.348Z
1592026-08-19T00:47:24.348ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-19T00:47:24.423ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1612026-08-19T00:47:24.496Z Actions: 1/268 actions (Installing new actions)
1622026-08-19T00:47:24.533Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-19T00:47:24.561ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-19T00:47:24.564ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-19T00:47:24.635ZFinalize: Updating image state ... Done (0.073s)
1662026-08-19T00:47:27.100ZFinalize: Creating fast lookup database ... Done (2.418s)
1672026-08-19T00:47:27.172ZFinalize: Reading search index ... Done (0.014s)
1682026-08-19T00:47:27.174ZFinalize: Updating search index ... Done (0.000s)
1692026-08-19T00:47:27.309ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-19T00:47:27.659ZPlanning: Evaluating mediator changes ... Done
1712026-08-19T00:47:27.763ZPlanning: Checking for conflicting actions ... Done
1722026-08-19T00:47:27.766ZPlanning: Consolidating action changes ... Done
1732026-08-19T00:47:27.920ZPlanning: Evaluating mediators ... Done
1742026-08-19T00:47:27.923ZPlanning: Planning completed in 0.26 seconds
1752026-08-19T00:47:27.943Z Mediators to change: 2
1762026-08-19T00:47:27.943Z Create boot environment: No
1772026-08-19T00:47:27.944ZCreate backup boot environment: No
1782026-08-19T00:47:27.984ZFinalize: Updating package state database ... Done
1792026-08-19T00:47:27.984ZFinalize: Updating package cache ... Done
1802026-08-19T00:47:28.030ZFinalize: Updating image state ... Done
1812026-08-19T00:47:29.955ZFinalize: Creating fast lookup database ... Done
1822026-08-19T00:47:30.017ZFinalize: Reading search index ... Done
1832026-08-19T00:47:30.021ZFinalize: Updating search index ... Done
1842026-08-19T00:47:30.096ZFinalize: Updating package cache ... Done
1852026-08-19T00:47:30.378ZPlanning: Evaluating mediator changes ... Done
1862026-08-19T00:47:30.483ZPlanning: Checking for conflicting actions ... Done
1872026-08-19T00:47:30.486ZPlanning: Consolidating action changes ... Done
1882026-08-19T00:47:30.640ZPlanning: Evaluating mediators ... Done
1892026-08-19T00:47:30.646ZPlanning: Planning completed in 0.26 seconds
1902026-08-19T00:47:30.674Z Mediators to change: 1
1912026-08-19T00:47:30.674Z Create boot environment: No
1922026-08-19T00:47:30.674ZCreate backup boot environment: No
1932026-08-19T00:47:30.706ZFinalize: Updating package state database ... Done
1942026-08-19T00:47:30.706ZFinalize: Updating package cache ... Done
1952026-08-19T00:47:30.750ZFinalize: Updating image state ... Done
1962026-08-19T00:47:32.664ZFinalize: Creating fast lookup database ... Done
1972026-08-19T00:47:32.726ZFinalize: Reading search index ... Done
1982026-08-19T00:47:32.730ZFinalize: Updating search index ... Done
1992026-08-19T00:47:32.802ZFinalize: Updating package cache ... Done
2002026-08-19T00:47:33.107ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-19T00:47:33.107Zapache system 2.4 system
2022026-08-19T00:47:33.107Zclang system 15 system
2032026-08-19T00:47:33.107Zcsh system system illumos
2042026-08-19T00:47:33.107Zctags system system illumos
2052026-08-19T00:47:33.107Zfile vendor vendor darwinsys
2062026-08-19T00:47:33.107Zfile system system illumos
2072026-08-19T00:47:33.107Zgcc vendor 14 vendor
2082026-08-19T00:47:33.107Zgcc system 13 system
2092026-08-19T00:47:33.108Zgcc system 10 system
2102026-08-19T00:47:33.108Zgo system 1.25 system
2112026-08-19T00:47:33.108Zllvm system 15 system
2122026-08-19T00:47:33.108Zmariadb system 11.4 system
2132026-08-19T00:47:33.108Zmta vendor vendor dma
2142026-08-19T00:47:33.108Zopenjdk system 17 system
2152026-08-19T00:47:33.108Zopenjdk system 11 system
2162026-08-19T00:47:33.108Zopenssl vendor 3 vendor
2172026-08-19T00:47:33.108Zperl system 5.40 system
2182026-08-19T00:47:33.108Zpostgresql system 18 system
2192026-08-19T00:47:33.108Zpostgresql system 17 system
2202026-08-19T00:47:33.108Zpython vendor 3 vendor
2212026-08-19T00:47:33.108Zpython system 2 system
2222026-08-19T00:47:33.108Zpython3 vendor 3.13 vendor
2232026-08-19T00:47:33.108Zruby system 3.4 system
2242026-08-19T00:47:33.108Zruby system 3.0 system
2252026-08-19T00:47:33.108Zwords vendor vendor american-english
2262026-08-19T00:47:33.108Zwords system system australian-english
2272026-08-19T00:47:33.108Zwords system system british-english
2282026-08-19T00:47:33.108Zwords system system canadian-english
2292026-08-19T00:47:33.110Zwords system system french
2302026-08-19T00:47:33.110Zwords system system italian
2312026-08-19T00:47:33.110Zwords system system ngerman
2322026-08-19T00:47:33.110Zwords system system ogerman
2332026-08-19T00:47:33.110Zwords system system spanish
2342026-08-19T00:47:33.359ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-19T00:47:33.359Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-19T00:47:33.802ZFMRI IFO
2372026-08-19T00:47:33.802Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-19T00:47:33.802Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-19T00:47:33.802Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-19T00:47:33.802Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-19T00:47:33.802Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-19T00:47:33.802Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-19T00:47:33.802Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-19T00:47:33.802Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-19T00:47:33.802Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-19T00:47:34.129Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-19T00:47:34.454Z Updating crates.io index
2482026-08-19T00:47:34.457Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-19T00:47:34.778Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-19T00:47:35.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-19T00:47:36.513Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-19T00:47:37.136Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-19T00:47:39.160Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-19T00:47:40.236Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-19T00:47:40.533Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-19T00:47:40.911Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-19T00:47:42.408Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-19T00:47:42.696Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-19T00:47:43.133Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-19T00:47:43.408Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-19T00:47:43.702Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-19T00:47:44.103Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-19T00:47:44.406Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-19T00:47:44.682Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-19T00:47:44.982Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-19T00:47:45.528Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-19T00:47:45.988Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-19T00:47:46.372Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-19T00:47:46.673Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-19T00:47:47.263Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-19T00:47:47.592Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-19T00:47:47.875Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-19T00:47:48.396Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-19T00:47:48.702Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-19T00:47:49.029Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-19T00:47:49.377Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-19T00:47:49.641Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-19T00:47:49.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-19T00:47:50.429Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-19T00:47:51.131Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-19T00:47:51.397Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-19T00:47:51.669Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-19T00:47:51.981Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-19T00:47:52.317Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-19T00:47:52.600Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-19T00:47:52.874Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-19T00:47:53.171Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-19T00:47:53.434Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-19T00:47:53.686Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-19T00:47:56.208Z Downloading crates ...
2912026-08-19T00:47:56.316Z Downloaded block-buffer v0.10.4
2922026-08-19T00:47:56.326Z Downloaded crypto-common v0.1.7
2932026-08-19T00:47:56.332Z Downloaded fs-err v3.3.0
2942026-08-19T00:47:56.335Z Downloaded clap_derive v4.6.1
2952026-08-19T00:47:56.335Z Downloaded bitflags v2.11.0
2962026-08-19T00:47:56.338Z Downloaded proc-macro-error-attr v1.0.4
2972026-08-19T00:47:56.338Z Downloaded zmij v1.0.21
2982026-08-19T00:47:56.341Z Downloaded heck v0.4.1
2992026-08-19T00:47:56.341Z Downloaded plain v0.2.3
3002026-08-19T00:47:56.346Z Downloaded serde v1.0.228
3012026-08-19T00:47:56.350Z Downloaded is_terminal_polyfill v1.70.2
3022026-08-19T00:47:56.350Z Downloaded macaddr v1.0.1
3032026-08-19T00:47:56.355Z Downloaded zerocopy v0.7.35
3042026-08-19T00:47:56.360Z Downloaded anstream v1.0.0
3052026-08-19T00:47:56.363Z Downloaded itoa v1.0.17
3062026-08-19T00:47:56.363Z Downloaded equivalent v1.0.2
3072026-08-19T00:47:56.366Z Downloaded dof v0.3.0
3082026-08-19T00:47:56.366Z Downloaded digest v0.10.7
3092026-08-19T00:47:56.369Z Downloaded colorchoice v1.0.4
3102026-08-19T00:47:56.375Z Downloaded heck v0.5.0
3112026-08-19T00:47:56.378Z Downloaded toml_edit v0.22.27
3122026-08-19T00:47:56.381Z Downloaded autocfg v1.5.0
3132026-08-19T00:47:56.385Z Downloaded fnv v1.0.7
3142026-08-19T00:47:56.390Z Downloaded cargo-platform v0.3.2
3152026-08-19T00:47:56.393Z Downloaded errno v0.3.14
3162026-08-19T00:47:56.398Z Downloaded anyhow v1.0.104
3172026-08-19T00:47:56.400Z Downloaded camino-tempfile v1.4.1
3182026-08-19T00:47:56.404Z Downloaded cpufeatures v0.2.17
3192026-08-19T00:47:56.407Z Downloaded fastrand v2.3.0
3202026-08-19T00:47:56.415Z Downloaded dtrace-parser v0.2.0
3212026-08-19T00:47:56.418Z Downloaded tabled_derive v0.7.0
3222026-08-19T00:47:56.418Z Downloaded toml_write v0.1.2
3232026-08-19T00:47:56.421Z Downloaded utf8parse v0.2.2
3242026-08-19T00:47:56.421Z Downloaded cfg-if v1.0.4
3252026-08-19T00:47:56.426Z Downloaded anstyle-query v1.1.5
3262026-08-19T00:47:56.429Z Downloaded strsim v0.11.1
3272026-08-19T00:47:56.429Z Downloaded usdt-attr-macro v0.5.0
3282026-08-19T00:47:56.429Z Downloaded version_check v0.9.5
3292026-08-19T00:47:56.429Z Downloaded clap_lex v1.0.0
3302026-08-19T00:47:56.432Z Downloaded unicode-linebreak v0.1.5
3312026-08-19T00:47:56.439Z Downloaded serde_spanned v0.6.9
3322026-08-19T00:47:56.443Z Downloaded anstyle-parse v1.0.0
3332026-08-19T00:47:56.446Z Downloaded getrandom v0.3.4
3342026-08-19T00:47:56.446Z Downloaded once_cell v1.21.3
3352026-08-19T00:47:56.450Z Downloaded scroll_derive v0.12.1
3362026-08-19T00:47:56.452Z Downloaded terminal_size v0.4.3
3372026-08-19T00:47:56.452Z Downloaded usdt-macro v0.5.0
3382026-08-19T00:47:56.453Z Downloaded swrite v0.1.0
3392026-08-19T00:47:56.457Z Downloaded usdt v0.5.0
3402026-08-19T00:47:56.460Z Downloaded toml_datetime v0.6.11
3412026-08-19T00:47:56.460Z Downloaded thiserror-impl v1.0.69
3422026-08-19T00:47:56.467Z Downloaded smawk v0.3.2
3432026-08-19T00:47:56.471Z Downloaded thread-id v4.2.2
3442026-08-19T00:47:56.471Z Downloaded pretty-hex v0.4.1
3452026-08-19T00:47:56.471Z Downloaded memmap v0.7.0
3462026-08-19T00:47:56.476Z Downloaded pest_derive v2.8.6
3472026-08-19T00:47:56.479Z Downloaded generic-array v0.14.7
3482026-08-19T00:47:56.482Z Downloaded anstyle v1.0.14
3492026-08-19T00:47:56.485Z Downloaded cargo_toml v0.21.0
3502026-08-19T00:47:56.485Z Downloaded thiserror-impl v2.0.18
3512026-08-19T00:47:56.485Z Downloaded thiserror v2.0.18
3522026-08-19T00:47:56.488Z Downloaded cargo_metadata v0.23.1
3532026-08-19T00:47:56.490Z Downloaded byteorder v1.5.0
3542026-08-19T00:47:56.495Z Downloaded sha2 v0.10.9
3552026-08-19T00:47:56.498Z Downloaded camino v1.2.5
3562026-08-19T00:47:56.501Z Downloaded papergrid v0.11.0
3572026-08-19T00:47:56.505Z Downloaded clap v4.6.1
3582026-08-19T00:47:56.508Z Downloaded bytecount v0.6.9
3592026-08-19T00:47:56.512Z Downloaded quote v1.0.45
3602026-08-19T00:47:56.517Z Downloaded proc-macro-error v1.0.4
3612026-08-19T00:47:56.532Z Downloaded toml v0.8.23
3622026-08-19T00:47:56.535Z Downloaded zerocopy-derive v0.7.35
3632026-08-19T00:47:56.535Z Downloaded scroll v0.12.0
3642026-08-19T00:47:56.538Z Downloaded serde_tokenstream v0.2.3
3652026-08-19T00:47:56.538Z Downloaded thiserror v1.0.69
3662026-08-19T00:47:56.541Z Downloaded memchr v2.8.0
3672026-08-19T00:47:56.544Z Downloaded pest_generator v2.8.6
3682026-08-19T00:47:56.547Z Downloaded ucd-trie v0.1.7
3692026-08-19T00:47:56.551Z Downloaded semver v1.0.28
3702026-08-19T00:47:56.554Z Downloaded usdt-impl v0.5.0
3712026-08-19T00:47:56.557Z Downloaded tempfile v3.27.0
3722026-08-19T00:47:56.565Z Downloaded log v0.4.33
3732026-08-19T00:47:56.569Z Downloaded serde_core v1.0.228
3742026-08-19T00:47:56.573Z Downloaded textwrap v0.16.2
3752026-08-19T00:47:56.573Z Downloaded unicode-ident v1.0.24
3762026-08-19T00:47:56.592Z Downloaded proc-macro2 v1.0.106
3772026-08-19T00:47:56.599Z Downloaded pest_meta v2.8.6
3782026-08-19T00:47:56.606Z Downloaded serde_derive v1.0.228
3792026-08-19T00:47:56.632Z Downloaded hashbrown v0.17.0
3802026-08-19T00:47:56.641Z Downloaded pest v2.8.6
3812026-08-19T00:47:56.644Z Downloaded indexmap v2.14.0
3822026-08-19T00:47:56.647Z Downloaded typenum v1.20.1
3832026-08-19T00:47:56.686Z Downloaded serde_json v1.0.151
3842026-08-19T00:47:56.694Z Downloaded clap_builder v4.6.0
3852026-08-19T00:47:56.698Z Downloaded goblin v0.8.2
3862026-08-19T00:47:56.714Z Downloaded winnow v0.7.14
3872026-08-19T00:47:56.727Z Downloaded unicode-width v0.2.0
3882026-08-19T00:47:56.731Z Downloaded tabled v0.15.0
3892026-08-19T00:47:56.739Z Downloaded syn v1.0.109
3902026-08-19T00:47:56.751Z Downloaded unicode-width v0.1.14
3912026-08-19T00:47:56.756Z Downloaded syn v2.0.117
3922026-08-19T00:47:56.780Z Downloaded rustix v1.1.4
3932026-08-19T00:47:56.802Z Downloaded libc v0.2.185
3942026-08-19T00:47:56.863Z Compiling proc-macro2 v1.0.106
3952026-08-19T00:47:56.863Z Compiling unicode-ident v1.0.24
3962026-08-19T00:47:56.864Z Compiling quote v1.0.45
3972026-08-19T00:47:56.864Z Compiling serde_core v1.0.228
3982026-08-19T00:47:56.867Z Compiling libc v0.2.185
3992026-08-19T00:47:56.867Z Compiling version_check v0.9.5
4002026-08-19T00:47:56.867Z Compiling memchr v2.8.0
4012026-08-19T00:47:56.867Z Compiling serde v1.0.228
4022026-08-19T00:47:57.198Z Compiling zmij v1.0.21
4032026-08-19T00:47:57.352Z Compiling itoa v1.0.17
4042026-08-19T00:47:57.443Z Compiling thiserror v1.0.69
4052026-08-19T00:47:57.524Z Compiling ucd-trie v0.1.7
4062026-08-19T00:47:57.759Z Compiling pest v2.8.6
4072026-08-19T00:47:57.879Z Compiling rustix v1.1.4
4082026-08-19T00:47:57.925Z Compiling byteorder v1.5.0
4092026-08-19T00:47:57.967Z Compiling errno v0.3.14
4102026-08-19T00:47:58.169Z Compiling serde_json v1.0.151
4112026-08-19T00:47:58.203Z Compiling bitflags v2.11.0
4122026-08-19T00:47:58.361Z Compiling syn v2.0.117
4132026-08-19T00:47:58.440Z Compiling thread-id v4.2.2
4142026-08-19T00:47:58.471Z Compiling proc-macro-error-attr v1.0.4
4152026-08-19T00:47:58.537Z Compiling usdt-impl v0.5.0
4162026-08-19T00:47:58.630Z Compiling syn v1.0.109
4172026-08-19T00:47:58.654Z Compiling camino v1.2.5
4182026-08-19T00:47:58.844Z Compiling pest_meta v2.8.6
4192026-08-19T00:47:58.999Z Compiling proc-macro-error v1.0.4
4202026-08-19T00:47:59.017Z Compiling plain v0.2.3
4212026-08-19T00:47:59.032Z Compiling equivalent v1.0.2
4222026-08-19T00:47:59.123Z Compiling utf8parse v0.2.2
4232026-08-19T00:47:59.150Z Compiling getrandom v0.3.4
4242026-08-19T00:47:59.178Z Compiling hashbrown v0.17.0
4252026-08-19T00:47:59.390Z Compiling log v0.4.33
4262026-08-19T00:47:59.524Z Compiling terminal_size v0.4.3
4272026-08-19T00:47:59.666Z Compiling indexmap v2.14.0
4282026-08-19T00:47:59.732Z Compiling anstyle-parse v1.0.0
4292026-08-19T00:48:00.247Z Compiling pretty-hex v0.4.1
4302026-08-19T00:48:00.272Z Compiling toml_write v0.1.2
4312026-08-19T00:48:00.288Z Compiling winnow v0.7.14
4322026-08-19T00:48:00.305Z Compiling is_terminal_polyfill v1.70.2
4332026-08-19T00:48:00.387Z Compiling cfg-if v1.0.4
4342026-08-19T00:48:00.407Z Compiling autocfg v1.5.0
4352026-08-19T00:48:00.447Z Compiling anstyle-query v1.1.5
4362026-08-19T00:48:00.463Z Compiling anstyle v1.0.14
4372026-08-19T00:48:00.480Z Compiling thiserror v2.0.18
4382026-08-19T00:48:00.557Z Compiling pest_generator v2.8.6
4392026-08-19T00:48:00.578Z Compiling colorchoice v1.0.4
4402026-08-19T00:48:00.687Z Compiling anstream v1.0.0
4412026-08-19T00:48:00.830Z Compiling fs-err v3.3.0
4422026-08-19T00:48:01.015Z Compiling strsim v0.11.1
4432026-08-19T00:48:01.018Z Compiling bytecount v0.6.9
4442026-08-19T00:48:01.048Z Compiling fnv v1.0.7
4452026-08-19T00:48:01.149Z Compiling once_cell v1.21.3
4462026-08-19T00:48:01.152Z Compiling heck v0.5.0
4472026-08-19T00:48:01.245Z Compiling clap_lex v1.0.0
4482026-08-19T00:48:01.297Z Compiling anyhow v1.0.104
4492026-08-19T00:48:01.366Z Compiling fastrand v2.3.0
4502026-08-19T00:48:01.383Z Compiling unicode-width v0.1.14
4512026-08-19T00:48:01.398Z Compiling heck v0.4.1
4522026-08-19T00:48:01.473Z Compiling clap_builder v4.6.0
4532026-08-19T00:48:01.617Z Compiling papergrid v0.11.0
4542026-08-19T00:48:01.633Z Compiling tempfile v3.27.0
4552026-08-19T00:48:01.751Z Compiling semver v1.0.28
4562026-08-19T00:48:01.754Z Compiling cargo-platform v0.3.2
4572026-08-19T00:48:01.808Z Compiling memmap v0.7.0
4582026-08-19T00:48:01.894Z Compiling tabled_derive v0.7.0
4592026-08-19T00:48:01.990Z Compiling smawk v0.3.2
4602026-08-19T00:48:02.011Z Compiling unicode-width v0.2.0
4612026-08-19T00:48:02.033Z Compiling unicode-linebreak v0.1.5
4622026-08-19T00:48:02.071Z Compiling camino-tempfile v1.4.1
4632026-08-19T00:48:02.185Z Compiling serde_derive v1.0.228
4642026-08-19T00:48:02.267Z Compiling thiserror-impl v1.0.69
4652026-08-19T00:48:02.285Z Compiling zerocopy-derive v0.7.35
4662026-08-19T00:48:02.300Z Compiling pest_derive v2.8.6
4672026-08-19T00:48:02.470Z Compiling scroll_derive v0.12.1
4682026-08-19T00:48:02.739Z Compiling thiserror-impl v2.0.18
4692026-08-19T00:48:02.829Z Compiling clap_derive v4.6.1
4702026-08-19T00:48:03.008Z Compiling tabled v0.15.0
4712026-08-19T00:48:03.180Z Compiling zerocopy v0.7.35
4722026-08-19T00:48:03.200Z Compiling scroll v0.12.0
4732026-08-19T00:48:03.472Z Compiling goblin v0.8.2
4742026-08-19T00:48:03.648Z Compiling dtrace-parser v0.2.0
4752026-08-19T00:48:03.740Z Compiling textwrap v0.16.2
4762026-08-19T00:48:04.211Z Compiling swrite v0.1.0
4772026-08-19T00:48:04.574Z Compiling clap v4.6.1
4782026-08-19T00:48:05.267Z Compiling serde_spanned v0.6.9
4792026-08-19T00:48:05.267Z Compiling toml_datetime v0.6.11
4802026-08-19T00:48:05.276Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-19T00:48:05.276Z Compiling cargo_metadata v0.23.1
4822026-08-19T00:48:05.276Z Compiling macaddr v1.0.1
4832026-08-19T00:48:05.351Z Compiling dof v0.3.0
4842026-08-19T00:48:05.368Z Compiling serde_tokenstream v0.2.3
4852026-08-19T00:48:05.481Z Compiling toml_edit v0.22.27
4862026-08-19T00:48:06.067Z Compiling usdt-attr-macro v0.5.0
4872026-08-19T00:48:06.067Z Compiling usdt-macro v0.5.0
4882026-08-19T00:48:06.653Z Compiling usdt v0.5.0
4892026-08-19T00:48:06.828Z Compiling toml v0.8.23
4902026-08-19T00:48:07.148Z Compiling cargo_toml v0.21.0
4912026-08-19T00:48:08.401Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-19T00:48:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
4932026-08-19T00:48:10.611Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-19T00:48:11.123Z Downloading crates ...
4952026-08-19T00:48:11.182Z Downloaded async-bb8-diesel v0.2.1
4962026-08-19T00:48:11.187Z Downloaded async-stream v0.3.6
4972026-08-19T00:48:11.190Z Downloaded array-init v0.0.4
4982026-08-19T00:48:11.191Z Downloaded backtrace-ext v0.2.1
4992026-08-19T00:48:11.191Z Downloaded base16ct v0.2.0
5002026-08-19T00:48:11.195Z Downloaded adler2 v2.0.1
5012026-08-19T00:48:11.195Z Downloaded bit-set v0.5.3
5022026-08-19T00:48:11.195Z Downloaded bitfield-struct v0.6.2
5032026-08-19T00:48:11.202Z Downloaded embedded-io v0.6.1
5042026-08-19T00:48:11.205Z Downloaded atomic-waker v1.1.2
5052026-08-19T00:48:11.208Z Downloaded assert_matches v1.5.0
5062026-08-19T00:48:11.211Z Downloaded bit-set v0.8.0
5072026-08-19T00:48:11.214Z Downloaded const-oid v0.10.2
5082026-08-19T00:48:11.217Z Downloaded arrayvec v0.7.6
5092026-08-19T00:48:11.217Z Downloaded futures-task v0.3.32
5102026-08-19T00:48:11.220Z Downloaded env_filter v2.0.0
5112026-08-19T00:48:11.223Z Downloaded ena v0.14.4
5122026-08-19T00:48:11.223Z Downloaded enum_dispatch v0.3.13
5132026-08-19T00:48:11.226Z Downloaded aead v0.5.2
5142026-08-19T00:48:11.226Z Downloaded backon v1.6.0
5152026-08-19T00:48:11.226Z Downloaded bcs v0.1.6
5162026-08-19T00:48:11.229Z Downloaded bit-vec v0.8.0
5172026-08-19T00:48:11.229Z Downloaded foreign-types-shared v0.3.1
5182026-08-19T00:48:11.229Z Downloaded enum-as-inner v0.6.1
5192026-08-19T00:48:11.232Z Downloaded foreign-types v0.3.2
5202026-08-19T00:48:11.232Z Downloaded argon2 v0.6.0-rc.8
5212026-08-19T00:48:11.232Z Downloaded async-recursion v1.1.1
5222026-08-19T00:48:11.235Z Downloaded foreign-types v0.5.0
5232026-08-19T00:48:11.235Z Downloaded fixedbitset v0.4.2
5242026-08-19T00:48:11.242Z Downloaded atty v0.2.14
5252026-08-19T00:48:11.243Z Downloaded futures-sink v0.3.32
5262026-08-19T00:48:11.243Z Downloaded gethostname v0.5.0
5272026-08-19T00:48:11.245Z Downloaded castaway v0.2.4
5282026-08-19T00:48:11.245Z Downloaded atomicwrites v0.4.4
5292026-08-19T00:48:11.245Z Downloaded fixedbitset v0.5.7
5302026-08-19T00:48:11.245Z Downloaded anstyle-parse v0.2.7
5312026-08-19T00:48:11.249Z Downloaded async-trait v0.1.89
5322026-08-19T00:48:11.249Z Downloaded erased-serde v0.3.31
5332026-08-19T00:48:11.253Z Downloaded funty v2.0.0
5342026-08-19T00:48:11.253Z Downloaded addr2line v0.25.1
5352026-08-19T00:48:11.256Z Downloaded hex-literal v1.1.0
5362026-08-19T00:48:11.256Z Downloaded flagset v0.4.7
5372026-08-19T00:48:11.256Z Downloaded form_urlencoded v1.2.2
5382026-08-19T00:48:11.256Z Downloaded http-range v0.1.5
5392026-08-19T00:48:11.256Z Downloaded hex v0.4.3
5402026-08-19T00:48:11.256Z Downloaded http-body v1.0.1
5412026-08-19T00:48:11.256Z Downloaded endian-type v0.1.2
5422026-08-19T00:48:11.256Z Downloaded cfg_aliases v0.1.1
5432026-08-19T00:48:11.260Z Downloaded fd-lock v4.0.4
5442026-08-19T00:48:11.260Z Downloaded cobs v0.3.0
5452026-08-19T00:48:11.263Z Downloaded env_logger v0.11.11
5462026-08-19T00:48:11.267Z Downloaded fallible-iterator v0.2.0
5472026-08-19T00:48:11.267Z Downloaded foldhash v0.2.0
5482026-08-19T00:48:11.267Z Downloaded fs-err v2.11.0
5492026-08-19T00:48:11.267Z Downloaded bb8 v0.8.6
5502026-08-19T00:48:11.267Z Downloaded ff v0.14.0
5512026-08-19T00:48:11.267Z Downloaded async-stream-impl v0.3.6
5522026-08-19T00:48:11.267Z Downloaded bitfield-macros v0.19.4
5532026-08-19T00:48:11.267Z Downloaded futures-executor v0.3.32
5542026-08-19T00:48:11.274Z Downloaded arrayref v0.3.9
5552026-08-19T00:48:11.277Z Downloaded block-buffer v0.12.1
5562026-08-19T00:48:11.290Z Downloaded foreign-types-macros v0.2.3
5572026-08-19T00:48:11.295Z Downloaded httpdate v1.0.3
5582026-08-19T00:48:11.295Z Downloaded allocator-api2 v0.2.21
5592026-08-19T00:48:11.295Z Downloaded base16ct v1.0.0
5602026-08-19T00:48:11.295Z Downloaded hash32 v0.3.1
5612026-08-19T00:48:11.295Z Downloaded backoff v0.4.0
5622026-08-19T00:48:11.295Z Downloaded async-compression v0.4.41
5632026-08-19T00:48:11.304Z Downloaded float-ord v0.3.2
5642026-08-19T00:48:11.304Z Downloaded embedded-io v0.4.0
5652026-08-19T00:48:11.304Z Downloaded futures-core v0.3.32
5662026-08-19T00:48:11.304Z Downloaded hubpack_derive v0.1.1
5672026-08-19T00:48:11.304Z Downloaded futures-channel v0.3.32
5682026-08-19T00:48:11.307Z Downloaded foldhash v0.1.5
5692026-08-19T00:48:11.307Z Downloaded find-msvc-tools v0.1.9
5702026-08-19T00:48:11.308Z Downloaded foreign-types-shared v0.1.1
5712026-08-19T00:48:11.308Z Downloaded block-padding v0.4.2
5722026-08-19T00:48:11.311Z Downloaded fxhash v0.2.1
5732026-08-19T00:48:11.314Z Downloaded nibble_vec v0.1.0
5742026-08-19T00:48:11.319Z Downloaded ghash v0.6.0
5752026-08-19T00:48:11.322Z Downloaded home v0.5.12
5762026-08-19T00:48:11.326Z Downloaded float-cmp v0.10.0
5772026-08-19T00:48:11.330Z Downloaded cfg_aliases v0.2.1
5782026-08-19T00:48:11.330Z Downloaded ciborium-io v0.2.2
5792026-08-19T00:48:11.330Z Downloaded hostname v0.3.1
5802026-08-19T00:48:11.330Z Downloaded path-slash v0.1.5
5812026-08-19T00:48:11.333Z Downloaded futures-macro v0.3.32
5822026-08-19T00:48:11.333Z Downloaded ciborium-ll v0.2.2
5832026-08-19T00:48:11.333Z Downloaded num_threads v0.1.7
5842026-08-19T00:48:11.341Z Downloaded compression-core v0.4.31
5852026-08-19T00:48:11.344Z Downloaded git-stub v1.0.0
5862026-08-19T00:48:11.344Z Downloaded headers-core v0.3.0
5872026-08-19T00:48:11.349Z Downloaded newline-converter v0.3.0
5882026-08-19T00:48:11.352Z Downloaded num-iter v0.1.45
5892026-08-19T00:48:11.352Z Downloaded openssl-macros v0.1.1
5902026-08-19T00:48:11.352Z Downloaded nodrop v0.1.14
5912026-08-19T00:48:11.352Z Downloaded hash32 v0.2.1
5922026-08-19T00:48:11.352Z Downloaded hubpack v0.1.2
5932026-08-19T00:48:11.355Z Downloaded console v0.15.11
5942026-08-19T00:48:11.358Z Downloaded fs_extra v1.3.0
5952026-08-19T00:48:11.359Z Downloaded globwalk v0.9.1
5962026-08-19T00:48:11.359Z Downloaded half v1.8.3
5972026-08-19T00:48:11.362Z Downloaded ascii-canvas v3.0.0
5982026-08-19T00:48:11.362Z Downloaded bit-vec v0.6.3
5992026-08-19T00:48:11.362Z Downloaded blowfish v0.10.0
6002026-08-19T00:48:11.362Z Downloaded filetime v0.2.27
6012026-08-19T00:48:11.368Z Downloaded bitflags v1.3.2
6022026-08-19T00:48:11.368Z Downloaded cexpr v0.6.0
6032026-08-19T00:48:11.368Z Downloaded cmake v0.1.57
6042026-08-19T00:48:11.368Z Downloaded compression-codecs v0.4.37
6052026-08-19T00:48:11.372Z Downloaded argon2 v0.5.3
6062026-08-19T00:48:11.372Z Downloaded elliptic-curve v0.14.1
6072026-08-19T00:48:11.376Z Downloaded progenitor-client v0.14.0
6082026-08-19T00:48:11.376Z Downloaded ref-cast-impl v1.0.25
6092026-08-19T00:48:11.376Z Downloaded ahash v0.8.12
6102026-08-19T00:48:11.376Z Downloaded percent-encoding v2.3.2
6112026-08-19T00:48:11.379Z Downloaded futures v0.3.32
6122026-08-19T00:48:11.379Z Downloaded generic-array v1.4.3
6132026-08-19T00:48:11.382Z Downloaded http-body-util v0.1.3
6142026-08-19T00:48:11.382Z Downloaded futures-io v0.3.32
6152026-08-19T00:48:11.382Z Downloaded proc-macro-error-attr2 v2.0.0
6162026-08-19T00:48:11.382Z Downloaded psl-types v2.0.11
6172026-08-19T00:48:11.385Z Downloaded base64 v0.21.7
6182026-08-19T00:48:11.388Z Downloaded rustc-hash v2.1.1
6192026-08-19T00:48:11.388Z Downloaded sapling-renderdag v0.1.0
6202026-08-19T00:48:11.391Z Downloaded scheduled-thread-pool v0.2.7
6212026-08-19T00:48:11.391Z Downloaded aead v0.6.1
6222026-08-19T00:48:11.394Z Downloaded bcrypt-pbkdf v0.11.0
6232026-08-19T00:48:11.394Z Downloaded byte-wrapper v0.1.0
6242026-08-19T00:48:11.394Z Downloaded rtoolbox v0.0.3
6252026-08-19T00:48:11.394Z Downloaded anstream v0.6.21
6262026-08-19T00:48:11.397Z Downloaded cassowary v0.3.0
6272026-08-19T00:48:11.397Z Downloaded flume v0.11.1
6282026-08-19T00:48:11.400Z Downloaded highway v1.3.0
6292026-08-19T00:48:11.400Z Downloaded serde_repr v0.1.20
6302026-08-19T00:48:11.403Z Downloaded globset v0.4.18
6312026-08-19T00:48:11.403Z Downloaded serde_spanned v1.1.1
6322026-08-19T00:48:11.407Z Downloaded base64ct v1.8.3
6332026-08-19T00:48:11.410Z Downloaded cipher v0.5.2
6342026-08-19T00:48:11.413Z Downloaded hostname v0.4.2
6352026-08-19T00:48:11.413Z Downloaded signal-hook-tokio v0.3.1
6362026-08-19T00:48:11.418Z Downloaded paste v1.0.15
6372026-08-19T00:48:11.420Z Downloaded glob v0.3.3
6382026-08-19T00:48:11.420Z Downloaded group v0.13.0
6392026-08-19T00:48:11.420Z Downloaded bitfield v0.19.4
6402026-08-19T00:48:11.423Z Downloaded hmac v0.12.1
6412026-08-19T00:48:11.426Z Downloaded num-integer v0.1.46
6422026-08-19T00:48:11.426Z Downloaded chacha20 v0.9.1
6432026-08-19T00:48:11.426Z Downloaded group v0.14.0
6442026-08-19T00:48:11.426Z Downloaded parse-display-derive v0.10.0
6452026-08-19T00:48:11.429Z Downloaded buf-list v1.1.2
6462026-08-19T00:48:11.429Z Downloaded cbc v0.2.1
6472026-08-19T00:48:11.429Z Downloaded sqlparser_derive v0.5.0
6482026-08-19T00:48:11.434Z Downloaded strip-ansi-escapes v0.2.1
6492026-08-19T00:48:11.434Z Downloaded strum v0.27.2
6502026-08-19T00:48:11.437Z Downloaded camino-tempfile-ext v0.3.3
6512026-08-19T00:48:11.440Z Downloaded git-stub-vcs v0.1.0
6522026-08-19T00:48:11.440Z Downloaded getrandom v0.2.17
6532026-08-19T00:48:11.440Z Downloaded oxide-update-engine v0.1.2
6542026-08-19T00:48:11.444Z Downloaded colored v2.2.0
6552026-08-19T00:48:11.447Z Downloaded port-file v0.1.0
6562026-08-19T00:48:11.449Z Downloaded cipher v0.4.4
6572026-08-19T00:48:11.449Z Downloaded packed_struct v0.10.1
6582026-08-19T00:48:11.449Z Downloaded primeorder v0.13.6
6592026-08-19T00:48:11.449Z Downloaded progenitor-client v0.13.0
6602026-08-19T00:48:11.452Z Downloaded supports-hyperlinks v3.2.0
6612026-08-19T00:48:11.452Z Downloaded take_mut v0.2.2
6622026-08-19T00:48:11.452Z Downloaded testing_table v0.3.0
6632026-08-19T00:48:11.456Z Downloaded tokio-test v0.4.5
6642026-08-19T00:48:11.461Z Downloaded ff v0.13.1
6652026-08-19T00:48:11.464Z Downloaded httparse v1.10.1
6662026-08-19T00:48:11.466Z Downloaded pem-rfc7468 v1.0.0
6672026-08-19T00:48:11.466Z Downloaded quick-error v1.2.3
6682026-08-19T00:48:11.467Z Downloaded ppv-lite86 v0.2.21
6692026-08-19T00:48:11.469Z Downloaded topological-sort v0.2.2
6702026-08-19T00:48:11.472Z Downloaded unarray v0.1.4
6712026-08-19T00:48:11.477Z Downloaded bzip2 v0.4.4
6722026-08-19T00:48:11.477Z Downloaded colored v3.1.1
6732026-08-19T00:48:11.477Z Downloaded serdect v0.4.3
6742026-08-19T00:48:11.480Z Downloaded usdt-attr-macro v0.6.0
6752026-08-19T00:48:11.480Z Downloaded void v1.0.2
6762026-08-19T00:48:11.480Z Downloaded yoke-derive v0.8.1
6772026-08-19T00:48:11.483Z Downloaded rustls-pemfile v2.2.0
6782026-08-19T00:48:11.483Z Downloaded sec1 v0.8.1
6792026-08-19T00:48:11.523Z Downloaded unit-prefix v0.5.2
6802026-08-19T00:48:11.523Z Downloaded hmac v0.13.0
6812026-08-19T00:48:11.523Z Downloaded parking_lot v0.12.5
6822026-08-19T00:48:11.523Z Downloaded simd-adler32 v0.3.8
6832026-08-19T00:48:11.523Z Downloaded zerofrom v0.1.6
6842026-08-19T00:48:11.523Z Downloaded wnaf v0.14.0
6852026-08-19T00:48:11.523Z Downloaded zerofrom-derive v0.1.6
6862026-08-19T00:48:11.523Z Downloaded zone_cfg_derive v0.3.1
6872026-08-19T00:48:11.523Z Downloaded clang-sys v1.8.1
6882026-08-19T00:48:11.523Z Downloaded blake2 v0.10.6
6892026-08-19T00:48:11.523Z Downloaded shlex v1.3.0
6902026-08-19T00:48:11.523Z Downloaded half v2.7.1
6912026-08-19T00:48:11.523Z Downloaded blake2 v0.11.0-rc.6
6922026-08-19T00:48:11.523Z Downloaded slog-json v2.6.1
6932026-08-19T00:48:11.523Z Downloaded cancel-safe-futures v0.1.5
6942026-08-19T00:48:11.524Z Downloaded const-oid v0.9.6
6952026-08-19T00:48:11.524Z Downloaded crunchy v0.2.4
6962026-08-19T00:48:11.525Z Downloaded curve25519-dalek-derive v0.1.1
6972026-08-19T00:48:11.525Z Downloaded debug-ignore v1.0.5
6982026-08-19T00:48:11.525Z Downloaded bs58 v0.5.1
6992026-08-19T00:48:11.525Z Downloaded chacha20 v0.10.0
7002026-08-19T00:48:11.525Z Downloaded console v0.16.2
7012026-08-19T00:48:11.525Z Downloaded cmov v0.5.4
7022026-08-19T00:48:11.528Z Downloaded snafu-derive v0.8.9
7032026-08-19T00:48:11.528Z Downloaded quinn-udp v0.5.14
7042026-08-19T00:48:11.531Z Downloaded thread_local v1.1.9
7052026-08-19T00:48:11.531Z Downloaded tiny-keccak v2.0.2
7062026-08-19T00:48:11.534Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7072026-08-19T00:48:11.534Z Downloaded darling_macro v0.20.11
7082026-08-19T00:48:11.537Z Downloaded ident_case v1.0.1
7092026-08-19T00:48:11.540Z Downloaded indent_write v2.2.0
7102026-08-19T00:48:11.540Z Downloaded getrandom v0.4.3
7112026-08-19T00:48:11.543Z Downloaded derive_builder_macro v0.20.2
7122026-08-19T00:48:11.546Z Downloaded tui-tree-widget v0.23.1
7132026-08-19T00:48:11.549Z Downloaded dirs-sys-next v0.1.2
7142026-08-19T00:48:11.549Z Downloaded display-error-chain v0.2.2
7152026-08-19T00:48:11.551Z Downloaded synstructure v0.13.2
7162026-08-19T00:48:11.556Z Downloaded base64 v0.22.1
7172026-08-19T00:48:11.556Z Downloaded bzip2 v0.6.1
7182026-08-19T00:48:11.557Z Downloaded serde_cbor v0.11.2
7192026-08-19T00:48:11.559Z Downloaded usdt v0.6.0
7202026-08-19T00:48:11.559Z Downloaded hyper-tls v0.6.0
7212026-08-19T00:48:11.559Z Downloaded postgres-types v0.2.12
7222026-08-19T00:48:11.559Z Downloaded tls_codec_derive v0.4.2
7232026-08-19T00:48:11.562Z Downloaded toml_writer v1.1.1+spec-1.1.0
7242026-08-19T00:48:11.562Z Downloaded illumos-nvpair-sys v0.2.0
7252026-08-19T00:48:11.562Z Downloaded jiff-static v0.2.34
7262026-08-19T00:48:11.562Z Downloaded libscf-sys v1.2.0
7272026-08-19T00:48:11.562Z Downloaded instability v0.3.11
7282026-08-19T00:48:11.562Z Downloaded md5 v0.8.0
7292026-08-19T00:48:11.565Z Downloaded is_ci v1.2.0
7302026-08-19T00:48:11.568Z Downloaded fatfs v0.3.6
7312026-08-19T00:48:11.573Z Downloaded omicron-zone-package v0.12.3
7322026-08-19T00:48:11.573Z Downloaded ciborium v0.2.2
7332026-08-19T00:48:11.576Z Downloaded salsa20 v0.11.0
7342026-08-19T00:48:11.576Z Downloaded vergen-lib v9.1.0
7352026-08-19T00:48:11.576Z Downloaded unicase v2.9.0
7362026-08-19T00:48:11.576Z Downloaded match_cfg v0.1.0
7372026-08-19T00:48:11.576Z Downloaded spki v0.7.3
7382026-08-19T00:48:11.579Z Downloaded convert_case v0.4.0
7392026-08-19T00:48:11.579Z Downloaded nonempty v0.12.0
7402026-08-19T00:48:11.579Z Downloaded normalize-line-endings v0.3.0
7412026-08-19T00:48:11.579Z Downloaded num v0.4.3
7422026-08-19T00:48:11.582Z Downloaded lalrpop-util v0.19.12
7432026-08-19T00:48:11.582Z Downloaded lru-slab v0.1.2
7442026-08-19T00:48:11.584Z Downloaded new_debug_unreachable v1.0.6
7452026-08-19T00:48:11.584Z Downloaded newtype_derive v0.1.6
7462026-08-19T00:48:11.588Z Downloaded mime v0.3.17
7472026-08-19T00:48:11.588Z Downloaded password-hash v0.6.1
7482026-08-19T00:48:11.592Z Downloaded headers v0.4.1
7492026-08-19T00:48:11.592Z Downloaded convert_case v0.10.0
7502026-08-19T00:48:11.595Z Downloaded peg-runtime v0.8.5
7512026-08-19T00:48:11.595Z Downloaded smf v0.2.3
7522026-08-19T00:48:11.598Z Downloaded ctr v0.10.1
7532026-08-19T00:48:11.598Z Downloaded defmt v0.3.100
7542026-08-19T00:48:11.598Z Downloaded openssl-probe v0.1.6
7552026-08-19T00:48:11.605Z Downloaded prefix-trie v0.7.0
7562026-08-19T00:48:11.608Z Downloaded heapless v0.7.17
7572026-08-19T00:48:11.610Z Downloaded pkcs5 v0.8.1
7582026-08-19T00:48:11.610Z Downloaded dtrace-parser v0.3.0
7592026-08-19T00:48:11.613Z Downloaded tokio-stream v0.1.18
7602026-08-19T00:48:11.616Z Downloaded critical-section v1.2.0
7612026-08-19T00:48:11.616Z Downloaded packed_struct_codegen v0.10.1
7622026-08-19T00:48:11.624Z Downloaded chumsky v0.9.3
7632026-08-19T00:48:11.630Z Downloaded ipnet v2.12.0
7642026-08-19T00:48:11.633Z Downloaded chacha20poly1305 v0.10.1
7652026-08-19T00:48:11.635Z Downloaded term v1.2.1
7662026-08-19T00:48:11.635Z Downloaded schemars v0.8.22
7672026-08-19T00:48:11.640Z Downloaded impl-trait-for-tuples v0.2.3
7682026-08-19T00:48:11.643Z Downloaded keccak v0.2.0
7692026-08-19T00:48:11.643Z Downloaded rustls-pki-types v1.14.0
7702026-08-19T00:48:11.646Z Downloaded rand_xorshift v0.4.0
7712026-08-19T00:48:11.646Z Downloaded rfc6979 v0.6.0
7722026-08-19T00:48:11.646Z Downloaded libsw v3.5.0
7732026-08-19T00:48:11.649Z Downloaded p256 v0.14.0
7742026-08-19T00:48:11.655Z Downloaded multer v3.1.0
7752026-08-19T00:48:11.658Z Downloaded vergen-lib v0.1.6
7762026-08-19T00:48:11.658Z Downloaded serde_bytes v0.11.19
7772026-08-19T00:48:11.658Z Downloaded siphasher v1.0.2
7782026-08-19T00:48:11.660Z Downloaded slog-bunyan v2.5.0
7792026-08-19T00:48:11.660Z Downloaded sha1 v0.11.0
7802026-08-19T00:48:11.664Z Downloaded heapless v0.8.0
7812026-08-19T00:48:11.667Z Downloaded owo-colors v4.3.0
7822026-08-19T00:48:11.667Z Downloaded shell-words v1.1.1
7832026-08-19T00:48:11.670Z Downloaded signature v2.2.0
7842026-08-19T00:48:11.670Z Downloaded cookie v0.18.1
7852026-08-19T00:48:11.670Z Downloaded rcgen v0.12.1
7862026-08-19T00:48:11.674Z Downloaded tls_codec v0.4.2
7872026-08-19T00:48:11.676Z Downloaded tracing-attributes v0.1.31
7882026-08-19T00:48:11.676Z Downloaded arc-swap v1.8.2
7892026-08-19T00:48:11.679Z Downloaded defmt v1.0.1
7902026-08-19T00:48:11.684Z Downloaded subprocess v0.2.15
7912026-08-19T00:48:11.687Z Downloaded oxide-tokio-rt v0.1.4
7922026-08-19T00:48:11.687Z Downloaded sync_wrapper v1.0.2
7932026-08-19T00:48:11.690Z Downloaded termtree v0.5.1
7942026-08-19T00:48:11.690Z Downloaded unicode-truncate v1.1.0
7952026-08-19T00:48:11.694Z Downloaded compact_str v0.8.1
7962026-08-19T00:48:11.702Z Downloaded slog v2.8.2
7972026-08-19T00:48:11.705Z Downloaded pkg-config v0.3.32
7982026-08-19T00:48:11.705Z Downloaded poly1305 v0.8.0
7992026-08-19T00:48:11.708Z Downloaded psm v0.1.30
8002026-08-19T00:48:11.711Z Downloaded xshell-macros v0.2.7
8012026-08-19T00:48:11.711Z Downloaded crossbeam-utils v0.8.21
8022026-08-19T00:48:11.714Z Downloaded phf v0.12.1
8032026-08-19T00:48:11.714Z Downloaded thread-id v5.1.0
8042026-08-19T00:48:11.716Z Downloaded universal-hash v0.5.1
8052026-08-19T00:48:11.716Z Downloaded utf8_iter v1.0.4
8062026-08-19T00:48:11.716Z Downloaded zeroize_derive v1.5.0
8072026-08-19T00:48:11.719Z Downloaded darling_macro v0.23.0
8082026-08-19T00:48:11.719Z Downloaded tungstenite v0.21.0
8092026-08-19T00:48:11.722Z Downloaded darling v0.20.11
8102026-08-19T00:48:11.725Z Downloaded expectorate v1.2.0
8112026-08-19T00:48:11.725Z Downloaded phc v0.6.1
8122026-08-19T00:48:11.725Z Downloaded phf v0.13.1
8132026-08-19T00:48:11.727Z Downloaded rand_core v0.6.4
8142026-08-19T00:48:11.730Z Downloaded backtrace v0.3.76
8152026-08-19T00:48:11.730Z Downloaded hickory-server v0.25.2
8162026-08-19T00:48:11.732Z Downloaded derive_builder v0.20.2
8172026-08-19T00:48:11.735Z Downloaded ecdsa v0.17.0
8182026-08-19T00:48:11.735Z Downloaded hybrid-array v0.4.13
8192026-08-19T00:48:11.735Z Downloaded primefield v0.14.0
8202026-08-19T00:48:11.738Z Downloaded primeorder v0.14.0
8212026-08-19T00:48:11.738Z Downloaded litrs v1.0.0
8222026-08-19T00:48:11.738Z Downloaded rustc-demangle v0.1.27
8232026-08-19T00:48:11.741Z Downloaded rustversion v1.0.22
8242026-08-19T00:48:11.741Z Downloaded scrypt v0.12.0
8252026-08-19T00:48:11.741Z Downloaded flate2 v1.1.9
8262026-08-19T00:48:11.744Z Downloaded crucible-workspace-hack v0.1.0
8272026-08-19T00:48:11.744Z Downloaded cstr-argument v0.1.2
8282026-08-19T00:48:11.747Z Downloaded hickory-resolver v0.24.4
8292026-08-19T00:48:11.747Z Downloaded bumpalo v3.20.2
8302026-08-19T00:48:11.749Z Downloaded document-features v0.2.12
8312026-08-19T00:48:11.749Z Downloaded dyn-clone v1.0.20
8322026-08-19T00:48:11.750Z Downloaded dunce v1.0.5
8332026-08-19T00:48:11.750Z Downloaded rand_seeder v0.4.0
8342026-08-19T00:48:11.752Z Downloaded rpassword v7.5.4
8352026-08-19T00:48:11.752Z Downloaded serde_with_macros v1.5.2
8362026-08-19T00:48:11.756Z Downloaded nu-ansi-term v0.50.3
8372026-08-19T00:48:11.756Z Downloaded string_cache v0.8.9
8382026-08-19T00:48:11.759Z Downloaded slog-term v2.9.2
8392026-08-19T00:48:11.762Z Downloaded smallvec v0.6.14
8402026-08-19T00:48:11.762Z Downloaded inout v0.2.2
8412026-08-19T00:48:11.766Z Downloaded ssh-cipher v0.3.0
8422026-08-19T00:48:11.766Z Downloaded support-bundle-viewer v0.1.2
8432026-08-19T00:48:11.767Z Downloaded tokio-dtrace v0.1.1
8442026-08-19T00:48:11.769Z Downloaded unicode-bidi v0.3.18
8452026-08-19T00:48:11.769Z Downloaded kem v0.3.0
8462026-08-19T00:48:11.769Z Downloaded kstat-rs v0.2.5
8472026-08-19T00:48:11.772Z Downloaded strum_macros v0.24.3
8482026-08-19T00:48:11.775Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8492026-08-19T00:48:11.775Z Downloaded lru v0.12.5
8502026-08-19T00:48:11.778Z Downloaded internet-checksum v0.2.1
8512026-08-19T00:48:11.781Z Downloaded vergen-gitcl v1.0.8
8522026-08-19T00:48:11.781Z Downloaded cc v1.2.56
8532026-08-19T00:48:11.786Z Downloaded bytes v1.11.1
8542026-08-19T00:48:11.789Z Downloaded pkcs8 v0.11.0
8552026-08-19T00:48:11.793Z Downloaded poly1305 v0.9.0
8562026-08-19T00:48:11.796Z Downloaded openssl-sys v0.9.117
8572026-08-19T00:48:11.796Z Downloaded vergen-git2 v9.1.0
8582026-08-19T00:48:11.799Z Downloaded constant_time_eq v0.4.2
8592026-08-19T00:48:11.799Z Downloaded thiserror-no-std v2.0.2
8602026-08-19T00:48:11.803Z Downloaded memoffset v0.9.1
8612026-08-19T00:48:11.803Z Downloaded newtype-uuid-macros v0.1.0
8622026-08-19T00:48:11.803Z Downloaded num-derive v0.4.2
8632026-08-19T00:48:11.803Z Downloaded openssl-probe v0.2.1
8642026-08-19T00:48:11.806Z Downloaded schemars v0.9.0
8652026-08-19T00:48:11.812Z Downloaded wyz v0.5.1
8662026-08-19T00:48:11.815Z Downloaded ar_archive_writer v0.5.1
8672026-08-19T00:48:11.815Z Downloaded predicates-tree v1.0.13
8682026-08-19T00:48:11.815Z Downloaded data-encoding v2.10.0
8692026-08-19T00:48:11.818Z Downloaded sec1 v0.7.3
8702026-08-19T00:48:11.818Z Downloaded derive_builder_core v0.20.2
8712026-08-19T00:48:11.818Z Downloaded powerfmt v0.2.0
8722026-08-19T00:48:11.818Z Downloaded hashbrown v0.13.2
8732026-08-19T00:48:11.821Z Downloaded whoami v1.6.1
8742026-08-19T00:48:11.821Z Downloaded diesel-dtrace v0.5.0
8752026-08-19T00:48:11.824Z Downloaded diesel_table_macro_syntax v0.3.0
8762026-08-19T00:48:11.824Z Downloaded crossbeam-deque v0.8.6
8772026-08-19T00:48:11.824Z Downloaded darling v0.13.4
8782026-08-19T00:48:11.827Z Downloaded humantime v2.3.0
8792026-08-19T00:48:11.827Z Downloaded hyper-staticfile v0.10.1
8802026-08-19T00:48:11.830Z Downloaded ingot v0.2.1
8812026-08-19T00:48:11.833Z Downloaded steno v0.4.1
8822026-08-19T00:48:11.836Z Downloaded deranged v0.5.8
8832026-08-19T00:48:11.839Z Downloaded ssh-encoding v0.3.0
8842026-08-19T00:48:11.839Z Downloaded tokio-rustls v0.26.4
8852026-08-19T00:48:11.839Z Downloaded twox-hash v2.1.2
8862026-08-19T00:48:11.845Z Downloaded seq-macro v0.3.6
8872026-08-19T00:48:11.848Z Downloaded russh-cryptovec v0.62.0
8882026-08-19T00:48:11.848Z Downloaded rustc_version v0.4.1
8892026-08-19T00:48:11.851Z Downloaded rand v0.8.6
8902026-08-19T00:48:11.856Z Downloaded thiserror-impl-no-std v2.0.2
8912026-08-19T00:48:11.859Z Downloaded universal-hash v0.6.1
8922026-08-19T00:48:11.859Z Downloaded hashbrown v0.12.3
8932026-08-19T00:48:11.862Z Downloaded hickory-resolver v0.25.2
8942026-08-19T00:48:11.866Z Downloaded spin v0.9.8
8952026-08-19T00:48:11.866Z Downloaded newtype-uuid v1.3.2
8962026-08-19T00:48:11.866Z Downloaded libsw-core v0.3.2
8972026-08-19T00:48:11.873Z Downloaded cookie_store v0.22.1
8982026-08-19T00:48:11.876Z Downloaded const_format_proc_macros v0.2.34
8992026-08-19T00:48:11.876Z Downloaded stable_deref_trait v1.2.1
9002026-08-19T00:48:11.879Z Downloaded polyval v0.7.1
9012026-08-19T00:48:11.882Z Downloaded serde_urlencoded v0.7.1
9022026-08-19T00:48:11.895Z Downloaded progenitor-extras v0.2.0
9032026-08-19T00:48:11.898Z Downloaded crc8 v0.1.1
9042026-08-19T00:48:11.901Z Downloaded papergrid v0.18.0
9052026-08-19T00:48:11.905Z Downloaded rand_chacha v0.9.0
9062026-08-19T00:48:11.908Z Downloaded peg v0.8.5
9072026-08-19T00:48:11.908Z Downloaded peg-macros v0.8.5
9082026-08-19T00:48:11.911Z Downloaded pbkdf2 v0.13.0
9092026-08-19T00:48:11.912Z Downloaded wait-timeout v0.2.1
9102026-08-19T00:48:11.915Z Downloaded waitgroup v0.1.2
9112026-08-19T00:48:11.915Z Downloaded xattr v1.6.1
9122026-08-19T00:48:11.915Z Downloaded crypto-bigint v0.5.5
9132026-08-19T00:48:11.917Z Downloaded darling_core v0.20.11
9142026-08-19T00:48:11.920Z Downloaded zerocopy v0.6.6
9152026-08-19T00:48:11.923Z Downloaded crc v3.4.0
9162026-08-19T00:48:11.925Z Downloaded termios v0.3.3
9172026-08-19T00:48:11.928Z Downloaded instant v0.1.13
9182026-08-19T00:48:11.933Z Downloaded lru-cache v0.1.2
9192026-08-19T00:48:11.936Z Downloaded num-conv v0.2.0
9202026-08-19T00:48:11.936Z Downloaded opaque-debug v0.3.1
9212026-08-19T00:48:11.936Z Downloaded predicates-core v1.0.10
9222026-08-19T00:48:11.943Z Downloaded http v1.4.2
9232026-08-19T00:48:11.945Z Downloaded r2d2 v0.8.10
9242026-08-19T00:48:11.948Z Downloaded is-terminal v0.4.17
9252026-08-19T00:48:11.949Z Downloaded md-5 v0.10.6
9262026-08-19T00:48:11.953Z Downloaded num_enum v0.7.6
9272026-08-19T00:48:11.956Z Downloaded pkcs1 v0.7.5
9282026-08-19T00:48:11.959Z Downloaded rand v0.9.2
9292026-08-19T00:48:11.962Z Downloaded rand_pcg v0.10.2
9302026-08-19T00:48:11.965Z Downloaded yoke v0.8.1
9312026-08-19T00:48:11.968Z Downloaded zone v0.3.1
9322026-08-19T00:48:11.971Z Downloaded rusty-fork v0.3.1
9332026-08-19T00:48:11.971Z Downloaded serde_path_to_error v0.1.20
9342026-08-19T00:48:11.971Z Downloaded serde_plain v1.0.2
9352026-08-19T00:48:11.971Z Downloaded stacker v0.1.23
9362026-08-19T00:48:11.974Z Downloaded stringprep v0.1.5
9372026-08-19T00:48:11.974Z Downloaded rsa v0.10.0-rc.18
9382026-08-19T00:48:11.977Z Downloaded static_assertions v1.1.0
9392026-08-19T00:48:11.977Z Downloaded progenitor-macro v0.14.0
9402026-08-19T00:48:11.977Z Downloaded futures-util v0.3.32
9412026-08-19T00:48:11.983Z Downloaded radium v0.7.0
9422026-08-19T00:48:11.985Z Downloaded toml v1.1.2+spec-1.1.0
9432026-08-19T00:48:11.990Z Downloaded semver v0.1.20
9442026-08-19T00:48:11.993Z Downloaded serde-big-array v0.5.1
9452026-08-19T00:48:11.996Z Downloaded strsim v0.10.0
9462026-08-19T00:48:11.996Z Downloaded rand_core v0.9.5
9472026-08-19T00:48:11.996Z Downloaded tap v1.0.1
9482026-08-19T00:48:12.001Z Downloaded parking_lot_core v0.9.12
9492026-08-19T00:48:12.004Z Downloaded hashbrown v0.16.1
9502026-08-19T00:48:12.008Z Downloaded supports-unicode v3.0.0
9512026-08-19T00:48:12.010Z Downloaded maplit v1.0.2
9522026-08-19T00:48:12.010Z Downloaded progenitor-impl v0.13.0
9532026-08-19T00:48:12.013Z Downloaded serde_with_macros v3.21.0
9542026-08-19T00:48:12.017Z Downloaded daft v0.1.7
9552026-08-19T00:48:12.021Z Downloaded indoc v2.0.7
9562026-08-19T00:48:12.021Z Downloaded der_derive v0.7.3
9572026-08-19T00:48:12.024Z Downloaded dirs-next v2.0.0
9582026-08-19T00:48:12.024Z Downloaded parse-size v1.1.0
9592026-08-19T00:48:12.024Z Downloaded jobserver v0.1.34
9602026-08-19T00:48:12.028Z Downloaded rand v0.10.1
9612026-08-19T00:48:12.033Z Downloaded hashbrown v0.14.5
9622026-08-19T00:48:12.036Z Downloaded ecdsa v0.16.9
9632026-08-19T00:48:12.038Z Downloaded zerotrie v0.2.3
9642026-08-19T00:48:12.038Z Downloaded uzers v0.12.2
9652026-08-19T00:48:12.042Z Downloaded either v1.15.0
9662026-08-19T00:48:12.045Z Downloaded module-lattice v0.2.3
9672026-08-19T00:48:12.050Z Downloaded scuffle v0.1.0
9682026-08-19T00:48:12.050Z Downloaded progenitor v0.13.0
9692026-08-19T00:48:12.053Z Downloaded hashbrown v0.15.5
9702026-08-19T00:48:12.061Z Downloaded indexmap v1.9.3
9712026-08-19T00:48:12.069Z Downloaded num-complex v0.4.6
9722026-08-19T00:48:12.072Z Downloaded pin-project-internal v1.1.11
9732026-08-19T00:48:12.075Z Downloaded crossbeam-epoch v0.9.18
9742026-08-19T00:48:12.078Z Downloaded diff v0.1.13
9752026-08-19T00:48:12.078Z Downloaded downcast-rs v2.0.2
9762026-08-19T00:48:12.078Z Downloaded toml v0.7.8
9772026-08-19T00:48:12.083Z Downloaded nom v7.1.3
9782026-08-19T00:48:12.087Z Downloaded keccak v0.1.6
9792026-08-19T00:48:12.087Z Downloaded num_enum_derive v0.5.11
9802026-08-19T00:48:12.090Z Downloaded iana-time-zone v0.1.65
9812026-08-19T00:48:12.093Z Downloaded slog-stdlog v4.1.1
9822026-08-19T00:48:12.093Z Downloaded strum_macros v0.26.4
9832026-08-19T00:48:12.095Z Downloaded url v2.5.8
9842026-08-19T00:48:12.098Z Downloaded rustls-native-certs v0.8.3
9852026-08-19T00:48:12.098Z Downloaded diesel_derives v2.3.7
9862026-08-19T00:48:12.101Z Downloaded ryu v1.0.23
9872026-08-19T00:48:12.104Z Downloaded socket2 v0.6.3
9882026-08-19T00:48:12.104Z Downloaded test-strategy v0.4.5
9892026-08-19T00:48:12.107Z Downloaded typify v0.6.2
9902026-08-19T00:48:12.111Z Downloaded slog-async v2.8.0
9912026-08-19T00:48:12.111Z Downloaded scroll v0.13.0
9922026-08-19T00:48:12.111Z Downloaded darling_core v0.21.3
9932026-08-19T00:48:12.115Z Downloaded linked-hash-map v0.5.6
9942026-08-19T00:48:12.115Z Downloaded password-hash v0.5.0
9952026-08-19T00:48:12.119Z Downloaded hyper-util v0.1.20
9962026-08-19T00:48:12.122Z Downloaded p384 v0.14.0
9972026-08-19T00:48:12.125Z Downloaded ed25519-dalek v3.0.0
9982026-08-19T00:48:12.128Z Downloaded time-macros v0.2.27
9992026-08-19T00:48:12.128Z Downloaded postcard v1.1.3
10002026-08-19T00:48:12.128Z Downloaded tokio-tungstenite v0.21.0
10012026-08-19T00:48:12.131Z Downloaded samael v0.0.19
10022026-08-19T00:48:12.134Z Downloaded icu_normalizer_data v2.1.1
10032026-08-19T00:48:12.134Z Downloaded potential_utf v0.1.4
10042026-08-19T00:48:12.137Z Downloaded rfc6979 v0.4.0
10052026-08-19T00:48:12.140Z Downloaded linear-map v1.2.0
10062026-08-19T00:48:12.140Z Downloaded memmap2 v0.9.10
10072026-08-19T00:48:12.140Z Downloaded ref-cast v1.0.25
10082026-08-19T00:48:12.144Z Downloaded rustc_version v0.1.7
10092026-08-19T00:48:12.144Z Downloaded scroll_derive v0.13.1
10102026-08-19T00:48:12.146Z Downloaded slog-envlogger v2.2.0
10112026-08-19T00:48:12.149Z Downloaded csv-core v0.1.13
10122026-08-19T00:48:12.149Z Downloaded zopfli v0.8.3
10132026-08-19T00:48:12.149Z Downloaded usdt-impl v0.6.0
10142026-08-19T00:48:12.152Z Downloaded daft-derive v0.1.7
10152026-08-19T00:48:12.155Z Downloaded walkdir v2.5.0
10162026-08-19T00:48:12.155Z Downloaded structmeta-derive v0.3.0
10172026-08-19T00:48:12.159Z Downloaded digest v0.11.3
10182026-08-19T00:48:12.162Z Downloaded num-bigint v0.4.6
10192026-08-19T00:48:12.165Z Downloaded darling_core v0.13.4
10202026-08-19T00:48:12.168Z Downloaded drift v0.2.0
10212026-08-19T00:48:12.173Z Downloaded signal-hook-mio v0.2.5
10222026-08-19T00:48:12.175Z Downloaded subtle v2.6.1
10232026-08-19T00:48:12.178Z Downloaded hkdf v0.13.0
10242026-08-19T00:48:12.178Z Downloaded try-lock v0.2.5
10252026-08-19T00:48:12.181Z Downloaded aes-gcm v0.11.0
10262026-08-19T00:48:12.183Z Downloaded aes v0.9.1
10272026-08-19T00:48:12.186Z Downloaded num-bigint-dig v0.8.6
10282026-08-19T00:48:12.189Z Downloaded zerocopy-derive v0.8.55
10292026-08-19T00:48:12.193Z Downloaded ed25519 v2.2.3
10302026-08-19T00:48:12.196Z Downloaded usdt-macro v0.6.0
10312026-08-19T00:48:12.196Z Downloaded oxnet v0.1.6
10322026-08-19T00:48:12.202Z Downloaded h2 v0.4.15
10332026-08-19T00:48:12.205Z Downloaded ingot-types v0.2.0
10342026-08-19T00:48:12.208Z Downloaded lzss v0.8.2
10352026-08-19T00:48:12.211Z Downloaded cpufeatures v0.3.0
10362026-08-19T00:48:12.211Z Downloaded crc-catalog v2.4.0
10372026-08-19T00:48:12.213Z Downloaded unsafe-libyaml v0.2.11
10382026-08-19T00:48:12.214Z Downloaded dof v0.4.0
10392026-08-19T00:48:12.216Z Downloaded lock_api v0.4.14
10402026-08-19T00:48:12.216Z Downloaded num_enum v0.5.11
10412026-08-19T00:48:12.219Z Downloaded postgres-protocol v0.6.10
10422026-08-19T00:48:12.219Z Downloaded progenitor v0.14.0
10432026-08-19T00:48:12.224Z Downloaded lazy_static v1.5.0
10442026-08-19T00:48:12.227Z Downloaded pin-project-lite v0.2.17
10452026-08-19T00:48:12.230Z Downloaded phf_shared v0.12.1
10462026-08-19T00:48:12.234Z Downloaded darling v0.21.3
10472026-08-19T00:48:12.236Z Downloaded managed v0.8.0
10482026-08-19T00:48:12.239Z Downloaded parse-display v0.10.0
10492026-08-19T00:48:12.239Z Downloaded illumos-nvpair v0.3.0
10502026-08-19T00:48:12.239Z Downloaded proc-macro-crate v1.3.1
10512026-08-19T00:48:12.239Z Downloaded signal-hook-registry v1.4.8
10522026-08-19T00:48:12.240Z Downloaded inout v0.1.4
10532026-08-19T00:48:12.243Z Downloaded olpc-cjson v0.1.4
10542026-08-19T00:48:12.243Z Downloaded toml_parser v1.1.2+spec-1.1.0
10552026-08-19T00:48:12.246Z Downloaded pin-project v1.1.11
10562026-08-19T00:48:12.249Z Downloaded darling v0.23.0
10572026-08-19T00:48:12.252Z Downloaded tracing-core v0.1.36
10582026-08-19T00:48:12.255Z Downloaded mio v1.2.0
10592026-08-19T00:48:12.258Z Downloaded signal-hook v0.3.18
10602026-08-19T00:48:12.261Z Downloaded slog-dtrace v0.3.0
10612026-08-19T00:48:12.264Z Downloaded unicode-xid v0.2.6
10622026-08-19T00:48:12.269Z Downloaded secrecy v0.10.3
10632026-08-19T00:48:12.272Z Downloaded sha1 v0.10.6
10642026-08-19T00:48:12.272Z Downloaded sponge-cursor v0.1.0
10652026-08-19T00:48:12.272Z Downloaded supports-color v3.0.2
10662026-08-19T00:48:12.275Z Downloaded hkdf v0.12.4
10672026-08-19T00:48:12.278Z Downloaded typed-path v0.9.3
10682026-08-19T00:48:12.281Z Downloaded same-file v1.0.6
10692026-08-19T00:48:12.284Z Downloaded time-core v0.1.8
10702026-08-19T00:48:12.288Z Downloaded darling_macro v0.13.4
10712026-08-19T00:48:12.291Z Downloaded writeable v0.6.2
10722026-08-19T00:48:12.291Z Downloaded zeroize v1.9.0
10732026-08-19T00:48:12.294Z Downloaded defmt-macros v1.0.1
10742026-08-19T00:48:12.295Z Downloaded crypto-common v0.2.2
10752026-08-19T00:48:12.297Z Downloaded pretty_assertions v1.4.1
10762026-08-19T00:48:12.297Z Downloaded miette v7.6.0
10772026-08-19T00:48:12.300Z Downloaded litemap v0.8.1
10782026-08-19T00:48:12.300Z Downloaded rawzip v0.4.4
10792026-08-19T00:48:12.303Z Downloaded dropshot-api-manager v0.8.0
10802026-08-19T00:48:12.307Z Downloaded zstd-safe v7.2.4
10812026-08-19T00:48:12.309Z Downloaded typify-macro v0.6.2
10822026-08-19T00:48:12.309Z Downloaded derive_more v2.1.1
10832026-08-19T00:48:12.312Z Downloaded difflib v0.4.0
10842026-08-19T00:48:12.315Z Downloaded ed25519 v3.0.0
10852026-08-19T00:48:12.315Z Downloaded digest-io v0.1.0
10862026-08-19T00:48:12.315Z Downloaded publicsuffix v2.3.0
10872026-08-19T00:48:12.318Z Downloaded ignore v0.4.25
10882026-08-19T00:48:12.321Z Downloaded maybe-uninit v2.0.0
10892026-08-19T00:48:12.321Z Downloaded derive-ex v0.1.8
10902026-08-19T00:48:12.324Z Downloaded phf_shared v0.11.3
10912026-08-19T00:48:12.324Z Downloaded precomputed-hash v0.1.1
10922026-08-19T00:48:12.325Z Downloaded proc-macro-crate v3.4.0
10932026-08-19T00:48:12.328Z Downloaded nanorand v0.7.0
10942026-08-19T00:48:12.332Z Downloaded progenitor-macro v0.13.0
10952026-08-19T00:48:12.332Z Downloaded tungstenite v0.23.0
10962026-08-19T00:48:12.335Z Downloaded rand_chacha v0.3.1
10972026-08-19T00:48:12.339Z Downloaded crossbeam-channel v0.5.15
10982026-08-19T00:48:12.341Z Downloaded darling_core v0.23.0
10992026-08-19T00:48:12.344Z Downloaded icu_properties v2.1.2
11002026-08-19T00:48:12.347Z Downloaded icu_provider v2.1.1
11012026-08-19T00:48:12.350Z Downloaded tinyvec_macros v0.1.1
11022026-08-19T00:48:12.353Z Downloaded utf-8 v0.7.6
11032026-08-19T00:48:12.356Z Downloaded signature v3.0.0
11042026-08-19T00:48:12.356Z Downloaded tokio-macros v2.7.0
11052026-08-19T00:48:12.358Z Downloaded xshell v0.2.7
11062026-08-19T00:48:12.366Z Downloaded libbz2-rs-sys v0.2.2
11072026-08-19T00:48:12.369Z Downloaded zerovec-derive v0.11.2
11082026-08-19T00:48:12.372Z Downloaded idna_adapter v1.2.1
11092026-08-19T00:48:12.376Z Downloaded multimap v0.10.1
11102026-08-19T00:48:12.379Z Downloaded phf_shared v0.13.1
11112026-08-19T00:48:12.379Z Downloaded toml_edit v0.19.15
11122026-08-19T00:48:12.387Z Downloaded icu_properties_data v2.1.2
11132026-08-19T00:48:12.392Z Downloaded aho-corasick v1.1.4
11142026-08-19T00:48:12.395Z Downloaded vsss-rs v3.3.4
11152026-08-19T00:48:12.397Z Downloaded untrusted v0.7.1
11162026-08-19T00:48:12.400Z Downloaded scopeguard v1.2.0
11172026-08-19T00:48:12.413Z Downloaded native-tls v0.2.18
11182026-08-19T00:48:12.419Z Downloaded num_enum_derive v0.7.6
11192026-08-19T00:48:12.422Z Downloaded secrecy v0.8.0
11202026-08-19T00:48:12.422Z Downloaded dsl_auto_type v0.2.0
11212026-08-19T00:48:12.430Z Downloaded rand_core v0.10.0
11222026-08-19T00:48:12.433Z Downloaded tinyvec v1.10.0
11232026-08-19T00:48:12.438Z Downloaded spki v0.8.0
11242026-08-19T00:48:12.441Z Downloaded uuid v1.23.4
11252026-08-19T00:48:12.444Z Downloaded crc-any v2.5.0
11262026-08-19T00:48:12.444Z Downloaded untrusted v0.9.0
11272026-08-19T00:48:12.448Z Downloaded dropshot-api-manager-types v0.8.0
11282026-08-19T00:48:12.450Z Downloaded icu_collections v2.1.1
11292026-08-19T00:48:12.453Z Downloaded cpubits v0.1.1
11302026-08-19T00:48:12.456Z Downloaded darling_macro v0.21.3
11312026-08-19T00:48:12.459Z Downloaded oxide-update-engine-types v0.1.2
11322026-08-19T00:48:12.462Z Downloaded zip v0.6.6
11332026-08-19T00:48:12.465Z Downloaded resolv-conf v0.7.6
11342026-08-19T00:48:12.468Z Downloaded structmeta v0.3.0
11352026-08-19T00:48:12.471Z Downloaded tagptr v0.2.0
11362026-08-19T00:48:12.473Z Downloaded term v0.7.0
11372026-08-19T00:48:12.488Z Downloaded knus-derive v3.4.0
11382026-08-19T00:48:12.490Z Downloaded russh-util v0.52.0
11392026-08-19T00:48:12.490Z Downloaded sqlformat v0.3.5
11402026-08-19T00:48:12.492Z Downloaded aws-lc-rs v1.16.3
11412026-08-19T00:48:12.495Z Downloaded tokio-native-tls v0.3.1
11422026-08-19T00:48:12.498Z Downloaded snafu v0.8.9
11432026-08-19T00:48:12.500Z Downloaded recursive v0.1.1
11442026-08-19T00:48:12.505Z Downloaded serde_yaml v0.9.34+deprecated
11452026-08-19T00:48:12.510Z Downloaded whoami v2.1.0
11462026-08-19T00:48:12.513Z Downloaded miette-derive v7.6.0
11472026-08-19T00:48:12.516Z Downloaded strum v0.26.3
11482026-08-19T00:48:12.519Z Downloaded tower-service v0.3.3
11492026-08-19T00:48:12.519Z Downloaded indoc v1.0.9
11502026-08-19T00:48:12.527Z Downloaded parking_lot v0.11.2
11512026-08-19T00:48:12.530Z Downloaded tar v0.4.46
11522026-08-19T00:48:12.534Z Downloaded toml_edit v0.23.10+spec-1.0.0
11532026-08-19T00:48:12.537Z Downloaded vte v0.14.1
11542026-08-19T00:48:12.537Z Downloaded unicode-properties v0.1.4
11552026-08-19T00:48:12.537Z Downloaded corncobs v0.1.4
11562026-08-19T00:48:12.537Z Downloaded delegate v0.13.5
11572026-08-19T00:48:12.540Z Downloaded winnow v0.6.26
11582026-08-19T00:48:12.543Z Downloaded serde_with v1.14.0
11592026-08-19T00:48:12.546Z Downloaded predicates v3.1.4
11602026-08-19T00:48:12.549Z Downloaded jiff-core v0.1.0
11612026-08-19T00:48:12.549Z Downloaded itertools v0.13.0
11622026-08-19T00:48:12.555Z Downloaded serde-hex v0.1.0
11632026-08-19T00:48:12.557Z Downloaded slab v0.4.12
11642026-08-19T00:48:12.558Z Downloaded trait-variant v0.1.2
11652026-08-19T00:48:12.564Z Downloaded strum_macros v0.27.2
11662026-08-19T00:48:12.566Z Downloaded similar v2.7.0
11672026-08-19T00:48:12.572Z Downloaded quinn v0.11.11
11682026-08-19T00:48:12.575Z Downloaded smallvec v1.15.1
11692026-08-19T00:48:12.581Z Downloaded zstd v0.13.3
11702026-08-19T00:48:12.584Z Downloaded tabwriter v1.4.1
11712026-08-19T00:48:12.584Z Downloaded defmt-parser v1.0.0
11722026-08-19T00:48:12.584Z Downloaded oso-derive v0.27.3
11732026-08-19T00:48:12.584Z Downloaded sigpipe v0.1.3
11742026-08-19T00:48:12.584Z Downloaded blake3 v1.8.5
11752026-08-19T00:48:12.587Z Downloaded der v0.8.0
11762026-08-19T00:48:12.590Z Downloaded libefi-sys v0.1.0
11772026-08-19T00:48:12.590Z Downloaded num-rational v0.4.2
11782026-08-19T00:48:12.590Z Downloaded hyper-rustls v0.27.7
11792026-08-19T00:48:12.593Z Downloaded serde_derive_internals v0.29.1
11802026-08-19T00:48:12.597Z Downloaded recursive-proc-macro-impl v0.1.1
11812026-08-19T00:48:12.600Z Downloaded sync-ptr v0.1.4
11822026-08-19T00:48:12.603Z Downloaded oxide-update-engine-display v0.1.2
11832026-08-19T00:48:12.606Z Downloaded mime_guess v2.0.5
11842026-08-19T00:48:12.637Z Downloaded want v0.3.1
11852026-08-19T00:48:12.637Z Downloaded rustyline v14.0.0
11862026-08-19T00:48:12.637Z Downloaded slog-scope v4.4.1
11872026-08-19T00:48:12.637Z Downloaded derive_more-impl v2.1.1
11882026-08-19T00:48:12.637Z Downloaded rsa v0.9.10
11892026-08-19T00:48:12.637Z Downloaded tokio-tungstenite v0.23.1
11902026-08-19T00:48:12.637Z Downloaded pem-rfc7468 v0.7.0
11912026-08-19T00:48:12.638Z Downloaded tower-layer v0.3.3
11922026-08-19T00:48:12.638Z Downloaded itertools v0.10.5
11932026-08-19T00:48:12.638Z Downloaded x509-cert v0.2.5
11942026-08-19T00:48:12.638Z Downloaded socket2 v0.5.10
11952026-08-19T00:48:12.638Z Downloaded tokio-postgres v0.7.16
11962026-08-19T00:48:12.638Z Downloaded tough v0.22.0
11972026-08-19T00:48:12.641Z Downloaded rustls-platform-verifier v0.6.2
11982026-08-19T00:48:12.644Z Downloaded p521 v0.14.0
11992026-08-19T00:48:12.644Z Downloaded proc-macro-error2 v2.0.1
12002026-08-19T00:48:12.649Z Downloaded yasna v0.5.2
12012026-08-19T00:48:12.649Z Downloaded ctutils v0.4.2
12022026-08-19T00:48:12.649Z Downloaded ipnetwork v0.21.1
12032026-08-19T00:48:12.649Z Downloaded winnow v1.0.3
12042026-08-19T00:48:12.653Z Downloaded icu_locale_core v2.1.1
12052026-08-19T00:48:12.656Z Downloaded icu_normalizer v2.1.1
12062026-08-19T00:48:12.659Z Downloaded parking_lot_core v0.8.6
12072026-08-19T00:48:12.662Z Downloaded pem v3.0.6
12082026-08-19T00:48:12.662Z Downloaded tinystr v0.8.2
12092026-08-19T00:48:12.662Z Downloaded schemars v1.2.1
12102026-08-19T00:48:12.669Z Downloaded miniz_oxide v0.8.9
12112026-08-19T00:48:12.671Z Downloaded ingot-macros v0.2.0
12122026-08-19T00:48:12.674Z Downloaded dropshot_endpoint v0.17.1
12132026-08-19T00:48:12.674Z Downloaded minimal-lexical v0.2.1
12142026-08-19T00:48:12.677Z Downloaded derive_more v0.99.20
12152026-08-19T00:48:12.680Z Downloaded num-traits v0.2.19
12162026-08-19T00:48:12.680Z Downloaded crc32fast v1.5.0
12172026-08-19T00:48:12.682Z Downloaded displaydoc v0.2.5
12182026-08-19T00:48:12.683Z Downloaded git2 v0.20.4
12192026-08-19T00:48:12.686Z Downloaded ml-kem v0.3.2
12202026-08-19T00:48:12.689Z Downloaded salty v0.3.0
12212026-08-19T00:48:12.692Z Downloaded reqwest v0.12.28
12222026-08-19T00:48:12.695Z Downloaded progenitor-impl v0.14.0
12232026-08-19T00:48:12.697Z Downloaded pkcs8 v0.10.2
12242026-08-19T00:48:12.697Z Downloaded reedline v0.40.0
12252026-08-19T00:48:12.701Z Downloaded unicode-segmentation v1.12.0
12262026-08-19T00:48:12.704Z Downloaded schemars_derive v0.8.22
12272026-08-19T00:48:12.704Z Downloaded ssh-key v0.7.0-rc.11
12282026-08-19T00:48:12.707Z Downloaded der v0.7.10
12292026-08-19T00:48:12.710Z Downloaded pkcs1 v0.8.0-rc.4
12302026-08-19T00:48:12.713Z Downloaded zip v4.6.1
12312026-08-19T00:48:12.716Z Downloaded const_format v0.2.35
12322026-08-19T00:48:12.719Z Downloaded ed25519-dalek v2.2.0
12332026-08-19T00:48:12.719Z Downloaded unicode-normalization v0.1.25
12342026-08-19T00:48:12.722Z Downloaded vergen v9.1.0
12352026-08-19T00:48:12.722Z Downloaded des v0.9.0
12362026-08-19T00:48:12.732Z Downloaded chrono v0.4.45
12372026-08-19T00:48:12.737Z Downloaded derive-where v1.6.0
12382026-08-19T00:48:12.740Z Downloaded prettyplease v0.2.37
12392026-08-19T00:48:12.743Z Downloaded elliptic-curve v0.13.8
12402026-08-19T00:48:12.745Z Downloaded libloading v0.8.9
12412026-08-19T00:48:12.765Z Downloaded libm v0.2.16
12422026-08-19T00:48:12.773Z Downloaded rayon-core v1.13.0
12432026-08-19T00:48:12.776Z Downloaded rustls-webpki v0.103.13
12442026-08-19T00:48:12.779Z Downloaded tower-http v0.6.8
12452026-08-19T00:48:12.782Z Downloaded proptest v1.11.0
12462026-08-19T00:48:12.787Z Downloaded crossterm v0.29.0
12472026-08-19T00:48:12.791Z Downloaded reqwest v0.13.2
12482026-08-19T00:48:12.794Z Downloaded internal-russh-num-bigint v0.5.0
12492026-08-19T00:48:12.797Z Downloaded yansi v1.0.1
12502026-08-19T00:48:12.800Z Downloaded iri-string v0.7.10
12512026-08-19T00:48:12.803Z Downloaded qorb v0.4.1
12522026-08-19T00:48:12.806Z Downloaded oso v0.27.3
12532026-08-19T00:48:12.806Z Downloaded sha2 v0.11.0
12542026-08-19T00:48:12.809Z Downloaded unicode_categories v0.1.1
12552026-08-19T00:48:12.809Z Downloaded iddqd v0.4.2
12562026-08-19T00:48:12.814Z Downloaded bindgen v0.71.1
12572026-08-19T00:48:12.817Z Downloaded ron v0.8.1
12582026-08-19T00:48:12.820Z Downloaded vcpkg v0.2.15
12592026-08-19T00:48:12.842Z Downloaded indicatif v0.18.4
12602026-08-19T00:48:12.846Z Downloaded bitvec v1.0.1
12612026-08-19T00:48:12.852Z Downloaded tower v0.5.3
12622026-08-19T00:48:12.856Z Downloaded goblin v0.10.5
12632026-08-19T00:48:12.860Z Downloaded polar-core v0.27.3
12642026-08-19T00:48:12.864Z Downloaded gimli v0.32.3
12652026-08-19T00:48:12.868Z Downloaded zlib-rs v0.6.2
12662026-08-19T00:48:12.872Z Downloaded knus v3.4.0
12672026-08-19T00:48:12.875Z Downloaded sha3 v0.12.0
12682026-08-19T00:48:12.875Z Downloaded serde_with v3.21.0
12692026-08-19T00:48:12.880Z Downloaded hyper v1.10.1
12702026-08-19T00:48:12.883Z Downloaded libxml v0.3.3
12712026-08-19T00:48:12.886Z Downloaded quinn-proto v0.11.16
12722026-08-19T00:48:12.890Z Downloaded regex-syntax v0.6.29
12732026-08-19T00:48:12.893Z Downloaded rayon v1.11.0
12742026-08-19T00:48:12.899Z Downloaded lalrpop v0.19.12
12752026-08-19T00:48:12.904Z Downloaded idna v1.1.0
12762026-08-19T00:48:12.906Z Downloaded time v0.3.47
12772026-08-19T00:48:12.912Z Downloaded tabled v0.21.0
12782026-08-19T00:48:12.921Z Downloaded crossterm v0.28.1
12792026-08-19T00:48:12.924Z Downloaded zerovec v0.11.5
12802026-08-19T00:48:12.928Z Downloaded quick-xml v0.37.5
12812026-08-19T00:48:12.931Z Downloaded regex v1.12.3
12822026-08-19T00:48:12.934Z Downloaded itertools v0.12.1
12832026-08-19T00:48:12.938Z Downloaded nom v8.0.0
12842026-08-19T00:48:12.942Z Downloaded tokio-util v0.7.18
12852026-08-19T00:48:12.946Z Downloaded winnow v0.5.40
12862026-08-19T00:48:12.949Z Downloaded moka v0.12.13
12872026-08-19T00:48:12.953Z Downloaded itertools v0.14.0
12882026-08-19T00:48:12.956Z Downloaded object v0.30.4
12892026-08-19T00:48:12.981Z Downloaded itertools v0.15.0
12902026-08-19T00:48:12.989Z Downloaded regress v0.10.5
12912026-08-19T00:48:13.002Z Downloaded zerocopy v0.8.55
12922026-08-19T00:48:13.012Z Downloaded regex-syntax v0.8.10
12932026-08-19T00:48:13.021Z Downloaded hickory-proto v0.24.4
12942026-08-19T00:48:13.036Z Downloaded p384 v0.13.1
12952026-08-19T00:48:13.040Z Downloaded russh v0.62.4
12962026-08-19T00:48:13.044Z Downloaded portable-atomic v1.13.1
12972026-08-19T00:48:13.048Z Downloaded nix v0.28.0
12982026-08-19T00:48:13.054Z Downloaded crypto-primes v0.7.2
12992026-08-19T00:48:13.057Z Downloaded hickory-proto v0.25.2
13002026-08-19T00:48:13.065Z Downloaded petname v2.0.2
13012026-08-19T00:48:13.068Z Downloaded bstr v1.12.1
13022026-08-19T00:48:13.072Z Downloaded curve25519-dalek v4.1.3
13032026-08-19T00:48:13.077Z Downloaded dropshot v0.17.1
13042026-08-19T00:48:13.090Z Downloaded regress v0.11.1
13052026-08-19T00:48:13.094Z Downloaded sqlparser v0.61.0
13062026-08-19T00:48:13.100Z Downloaded smoltcp v0.9.1
13072026-08-19T00:48:13.105Z Downloaded openapiv3 v2.2.0
13082026-08-19T00:48:13.111Z Downloaded object v0.37.3
13092026-08-19T00:48:13.121Z Downloaded curve25519-dalek v5.0.0
13102026-08-19T00:48:13.126Z Downloaded openssl v0.10.80
13112026-08-19T00:48:13.144Z Downloaded tracing v0.1.44
13122026-08-19T00:48:13.174Z Downloaded zerocopy-derive v0.6.6
13132026-08-19T00:48:13.190Z Downloaded rustls v0.23.41
13142026-08-19T00:48:13.198Z Downloaded regex-automata v0.4.14
13152026-08-19T00:48:13.205Z Downloaded radix_trie v0.2.1
13162026-08-19T00:48:13.208Z Downloaded jiff v0.2.34
13172026-08-19T00:48:13.241Z Downloaded tokio v1.52.1
13182026-08-19T00:48:13.263Z Downloaded nix v0.27.1
13192026-08-19T00:48:13.269Z Downloaded smoltcp v0.11.0
13202026-08-19T00:48:13.275Z Downloaded encoding_rs v0.8.35
13212026-08-19T00:48:13.298Z Downloaded sled v0.34.7
13222026-08-19T00:48:13.307Z Downloaded rustix v0.38.44
13232026-08-19T00:48:13.336Z Downloaded crypto-bigint v0.7.5
13242026-08-19T00:48:13.373Z Downloaded nix v0.31.2
13252026-08-19T00:48:13.416Z Downloaded diesel v2.3.7
13262026-08-19T00:48:13.456Z Downloaded ratatui v0.29.0
13272026-08-19T00:48:13.467Z Downloaded typify-impl v0.6.2
13282026-08-19T00:48:13.475Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-08-19T00:48:13.533Z Downloaded sha3 v0.11.0
13302026-08-19T00:48:13.536Z Downloaded petgraph v0.6.5
13312026-08-19T00:48:13.589Z Downloaded chrono-tz v0.10.4
13322026-08-19T00:48:13.612Z Downloaded petgraph v0.8.3
13332026-08-19T00:48:13.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-08-19T00:48:13.650Z Downloaded sha3 v0.10.8
13352026-08-19T00:48:13.665Z Downloaded csv v1.4.0
13362026-08-19T00:48:13.713Z Downloaded libz-sys v1.1.24
13372026-08-19T00:48:13.845Z Downloaded ring v0.17.14
13382026-08-19T00:48:13.906Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-19T00:48:14.506Z Downloaded aws-lc-sys v0.40.0
13402026-08-19T00:48:14.769Z Compiling serde_core v1.0.228
13412026-08-19T00:48:14.769Z Compiling libc v0.2.185
13422026-08-19T00:48:14.769Z Compiling serde v1.0.228
13432026-08-19T00:48:14.772Z Compiling log v0.4.33
13442026-08-19T00:48:14.774Z Compiling smallvec v1.15.1
13452026-08-19T00:48:14.774Z Compiling shlex v1.3.0
13462026-08-19T00:48:14.774Z Compiling find-msvc-tools v0.1.9
13472026-08-19T00:48:14.904Z Compiling syn v2.0.117
13482026-08-19T00:48:15.123Z Compiling subtle v2.6.1
13492026-08-19T00:48:15.144Z Compiling scopeguard v1.2.0
13502026-08-19T00:48:15.187Z Compiling stable_deref_trait v1.2.1
13512026-08-19T00:48:15.191Z Compiling typenum v1.20.1
13522026-08-19T00:48:15.230Z Compiling lock_api v0.4.14
13532026-08-19T00:48:15.244Z Compiling zerocopy v0.8.55
13542026-08-19T00:48:15.247Z Compiling portable-atomic v1.13.1
13552026-08-19T00:48:15.299Z Compiling serde_json v1.0.151
13562026-08-19T00:48:15.449Z Compiling critical-section v1.2.0
13572026-08-19T00:48:15.499Z Compiling libm v0.2.16
13582026-08-19T00:48:15.554Z Compiling num-traits v0.2.19
13592026-08-19T00:48:15.655Z Compiling pkg-config v0.3.32
13602026-08-19T00:48:15.735Z Compiling errno v0.3.14
13612026-08-19T00:48:15.748Z Compiling jobserver v0.1.34
13622026-08-19T00:48:15.796Z Compiling getrandom v0.2.17
13632026-08-19T00:48:15.975Z Compiling cc v1.2.56
13642026-08-19T00:48:16.016Z Compiling rand_core v0.6.4
13652026-08-19T00:48:16.171Z Compiling generic-array v0.14.7
13662026-08-19T00:48:16.264Z Compiling once_cell v1.21.3
13672026-08-19T00:48:16.276Z Compiling const-oid v0.9.6
13682026-08-19T00:48:16.290Z Compiling parking_lot_core v0.9.12
13692026-08-19T00:48:16.358Z Compiling pin-project-lite v0.2.17
13702026-08-19T00:48:16.467Z Compiling getrandom v0.3.4
13712026-08-19T00:48:16.498Z Compiling signal-hook-registry v1.4.8
13722026-08-19T00:48:16.804Z Compiling writeable v0.6.2
13732026-08-19T00:48:16.955Z Compiling bitflags v2.11.0
13742026-08-19T00:48:16.999Z Compiling percent-encoding v2.3.2
13752026-08-19T00:48:17.096Z Compiling futures-core v0.3.32
13762026-08-19T00:48:17.112Z Compiling litemap v0.8.1
13772026-08-19T00:48:17.190Z Compiling semver v1.0.28
13782026-08-19T00:48:17.244Z Compiling parking_lot v0.12.5
13792026-08-19T00:48:17.298Z Compiling mio v1.2.0
13802026-08-19T00:48:17.375Z Compiling icu_properties_data v2.1.2
13812026-08-19T00:48:17.388Z Compiling icu_normalizer_data v2.1.1
13822026-08-19T00:48:17.465Z Compiling socket2 v0.6.3
13832026-08-19T00:48:17.495Z Compiling rustix v1.1.4
13842026-08-19T00:48:17.611Z Compiling synstructure v0.13.2
13852026-08-19T00:48:17.669Z Compiling getrandom v0.4.3
13862026-08-19T00:48:17.711Z Compiling futures-sink v0.3.32
13872026-08-19T00:48:17.771Z Compiling rand_core v0.10.0
13882026-08-19T00:48:17.908Z Compiling futures-channel v0.3.32
13892026-08-19T00:48:17.916Z Compiling indexmap v2.14.0
13902026-08-19T00:48:18.020Z Compiling slab v0.4.12
13912026-08-19T00:48:18.129Z Compiling utf8_iter v1.0.4
13922026-08-19T00:48:18.152Z Compiling futures-task v0.3.32
13932026-08-19T00:48:18.200Z Compiling futures-io v0.3.32
13942026-08-19T00:48:18.245Z Compiling form_urlencoded v1.2.2
13952026-08-19T00:48:18.274Z Compiling rustversion v1.0.22
13962026-08-19T00:48:18.323Z Compiling base64ct v1.8.3
13972026-08-19T00:48:18.337Z Compiling iana-time-zone v0.1.65
13982026-08-19T00:48:18.350Z Compiling cmake v0.1.57
13992026-08-19T00:48:18.422Z Compiling ident_case v1.0.1
14002026-08-19T00:48:18.534Z Compiling regex-syntax v0.8.10
14012026-08-19T00:48:18.548Z Compiling pem-rfc7468 v0.7.0
14022026-08-19T00:48:18.584Z Compiling flagset v0.4.7
14032026-08-19T00:48:18.608Z Compiling dunce v1.0.5
14042026-08-19T00:48:18.706Z Compiling fs_extra v1.3.0
14052026-08-19T00:48:18.719Z Compiling uuid v1.23.4
14062026-08-19T00:48:18.750Z Compiling rand_core v0.9.5
14072026-08-19T00:48:18.852Z Compiling base64 v0.22.1
14082026-08-19T00:48:18.979Z Compiling aws-lc-sys v0.40.0
14092026-08-19T00:48:19.027Z Compiling syn v1.0.109
14102026-08-19T00:48:19.186Z Compiling vcpkg v0.2.15
14112026-08-19T00:48:19.241Z Compiling serde_derive_internals v0.29.1
14122026-08-19T00:48:19.255Z Compiling rustc_version v0.4.1
14132026-08-19T00:48:19.380Z Compiling tracing-core v0.1.36
14142026-08-19T00:48:19.409Z Compiling aws-lc-rs v1.16.3
14152026-08-19T00:48:19.435Z Compiling serde_derive v1.0.228
14162026-08-19T00:48:19.574Z Compiling zeroize_derive v1.5.0
14172026-08-19T00:48:19.687Z Compiling zerofrom-derive v0.1.6
14182026-08-19T00:48:19.913Z Compiling zerocopy-derive v0.8.55
14192026-08-19T00:48:19.952Z Compiling yoke-derive v0.8.1
14202026-08-19T00:48:20.157Z Compiling zerovec-derive v0.11.2
14212026-08-19T00:48:20.233Z Compiling displaydoc v0.2.5
14222026-08-19T00:48:20.899Z Compiling tokio-macros v2.7.0
14232026-08-19T00:48:20.995Z Compiling futures-macro v0.3.32
14242026-08-19T00:48:21.116Z Compiling zerofrom v0.1.6
14252026-08-19T00:48:21.132Z Compiling der_derive v0.7.3
14262026-08-19T00:48:21.243Z Compiling yoke v0.8.1
14272026-08-19T00:48:21.282Z Compiling thiserror-impl v2.0.18
14282026-08-19T00:48:21.436Z Compiling zerovec v0.11.5
14292026-08-19T00:48:21.624Z Compiling zerotrie v0.2.3
14302026-08-19T00:48:21.796Z Compiling futures-util v0.3.32
14312026-08-19T00:48:21.916Z Compiling tinystr v0.8.2
14322026-08-19T00:48:21.939Z Compiling potential_utf v0.1.4
14332026-08-19T00:48:22.067Z Compiling openssl-sys v0.9.117
14342026-08-19T00:48:22.105Z Compiling icu_locale_core v2.1.1
14352026-08-19T00:48:22.119Z Compiling icu_collections v2.1.1
14362026-08-19T00:48:22.588Z Compiling tracing-attributes v0.1.31
14372026-08-19T00:48:22.602Z Compiling thiserror v2.0.18
14382026-08-19T00:48:22.616Z Compiling simd-adler32 v0.3.8
14392026-08-19T00:48:22.707Z Compiling icu_provider v2.1.1
14402026-08-19T00:48:22.918Z Compiling zeroize v1.9.0
14412026-08-19T00:48:22.948Z Compiling bytes v1.11.1
14422026-08-19T00:48:23.004Z Compiling icu_properties v2.1.2
14432026-08-19T00:48:23.018Z Compiling icu_normalizer v2.1.1
14442026-08-19T00:48:23.555Z Compiling tokio v1.52.1
14452026-08-19T00:48:23.558Z Compiling chrono v0.4.45
14462026-08-19T00:48:23.699Z Compiling crypto-common v0.1.7
14472026-08-19T00:48:23.854Z Compiling block-buffer v0.10.4
14482026-08-19T00:48:23.949Z Compiling idna_adapter v1.2.1
14492026-08-19T00:48:24.028Z Compiling digest v0.10.7
14502026-08-19T00:48:24.088Z Compiling idna v1.1.0
14512026-08-19T00:48:24.102Z Compiling der v0.7.10
14522026-08-19T00:48:24.129Z Compiling http v1.4.2
14532026-08-19T00:48:24.286Z Compiling cpufeatures v0.2.17
14542026-08-19T00:48:24.365Z Compiling schemars v0.8.22
14552026-08-19T00:48:24.550Z Compiling ppv-lite86 v0.2.21
14562026-08-19T00:48:24.563Z Compiling url v2.5.8
14572026-08-19T00:48:24.741Z Compiling dyn-clone v1.0.20
14582026-08-19T00:48:24.868Z Compiling rand_chacha v0.9.0
14592026-08-19T00:48:24.908Z Compiling http-body v1.0.1
14602026-08-19T00:48:24.940Z Compiling spki v0.7.3
14612026-08-19T00:48:25.044Z Compiling tracing v0.1.44
14622026-08-19T00:48:25.060Z Compiling rand v0.9.2
14632026-08-19T00:48:25.145Z Compiling pkcs8 v0.10.2
14642026-08-19T00:48:25.294Z Compiling rustls-pki-types v1.14.0
14652026-08-19T00:48:25.344Z Compiling schemars_derive v0.8.22
14662026-08-19T00:48:25.399Z Compiling spin v0.9.8
14672026-08-19T00:48:25.541Z Compiling adler2 v2.0.1
14682026-08-19T00:48:25.603Z Compiling tinyvec_macros v0.1.1
14692026-08-19T00:48:25.668Z Compiling cmov v0.5.4
14702026-08-19T00:48:25.682Z Compiling openssl-probe v0.2.1
14712026-08-19T00:48:25.730Z Compiling crc32fast v1.5.0
14722026-08-19T00:48:25.792Z Compiling httparse v1.10.1
14732026-08-19T00:48:25.845Z Compiling ctutils v0.4.2
14742026-08-19T00:48:25.880Z Compiling tempfile v3.27.0
14752026-08-19T00:48:26.028Z Compiling tinyvec v1.10.0
14762026-08-19T00:48:26.074Z Compiling miniz_oxide v0.8.9
14772026-08-19T00:48:26.152Z Compiling pest_generator v2.8.6
14782026-08-19T00:48:26.228Z Compiling sha2 v0.10.9
14792026-08-19T00:48:26.362Z Compiling terminal_size v0.4.3
14802026-08-19T00:48:26.499Z Compiling aho-corasick v1.1.4
14812026-08-19T00:48:26.652Z Compiling tower-service v0.3.3
14822026-08-19T00:48:26.744Z Compiling atomic-waker v1.1.2
14832026-08-19T00:48:26.812Z Compiling untrusted v0.7.1
14842026-08-19T00:48:26.867Z Compiling tower-layer v0.3.3
14852026-08-19T00:48:26.930Z Compiling radium v0.7.0
14862026-08-19T00:48:27.023Z Compiling try-lock v0.2.5
14872026-08-19T00:48:27.130Z Compiling want v0.3.1
14882026-08-19T00:48:27.186Z Compiling pest_derive v2.8.6
14892026-08-19T00:48:27.290Z Compiling tokio-util v0.7.18
14902026-08-19T00:48:27.489Z Compiling regex-automata v0.4.14
14912026-08-19T00:48:27.781Z Compiling hybrid-array v0.4.13
14922026-08-19T00:48:28.112Z Compiling h2 v0.4.15
14932026-08-19T00:48:28.138Z Compiling ipnet v2.12.0
14942026-08-19T00:48:28.357Z Compiling scroll_derive v0.13.1
14952026-08-19T00:48:28.573Z Compiling darling_core v0.20.11
14962026-08-19T00:48:28.627Z Compiling foreign-types-shared v0.1.1
14972026-08-19T00:48:28.714Z Compiling untrusted v0.9.0
14982026-08-19T00:48:28.841Z Compiling openssl v0.10.80
14992026-08-19T00:48:29.064Z Compiling tap v1.0.1
15002026-08-19T00:48:29.148Z Compiling rustls v0.23.41
15012026-08-19T00:48:29.167Z Compiling httpdate v1.0.3
15022026-08-19T00:48:29.181Z Compiling maybe-uninit v2.0.0
15032026-08-19T00:48:29.210Z Compiling wyz v0.5.1
15042026-08-19T00:48:29.308Z Compiling scroll v0.13.0
15052026-08-19T00:48:29.400Z Compiling foreign-types v0.3.2
15062026-08-19T00:48:29.468Z Compiling unicode-normalization v0.1.25
15072026-08-19T00:48:29.565Z Compiling rand_chacha v0.3.1
15082026-08-19T00:48:29.606Z Compiling signature v2.2.0
15092026-08-19T00:48:29.790Z Compiling hex v0.4.3
15102026-08-19T00:48:29.871Z Compiling thiserror-impl v1.0.69
15112026-08-19T00:48:29.913Z Compiling openssl-macros v0.1.1
15122026-08-19T00:48:30.050Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-19T00:48:30.302Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-19T00:48:30.327Z Compiling num-integer v0.1.46
15152026-08-19T00:48:30.427Z Compiling wait-timeout v0.2.1
15162026-08-19T00:48:30.575Z Compiling ahash v0.8.12
15172026-08-19T00:48:30.637Z Compiling quick-error v1.2.3
15182026-08-19T00:48:30.687Z Compiling packed_struct v0.10.1
15192026-08-19T00:48:30.741Z Compiling powerfmt v0.2.0
15202026-08-19T00:48:30.776Z Compiling native-tls v0.2.18
15212026-08-19T00:48:30.797Z Compiling darling_macro v0.20.11
15222026-08-19T00:48:30.918Z Compiling time-core v0.1.8
15232026-08-19T00:48:30.937Z Compiling num-bigint-dig v0.8.6
15242026-08-19T00:48:30.968Z Compiling funty v2.0.0
15252026-08-19T00:48:31.061Z Compiling num-conv v0.2.0
15262026-08-19T00:48:31.083Z Compiling bit-vec v0.8.0
15272026-08-19T00:48:31.136Z Compiling hyper v1.10.1
15282026-08-19T00:48:31.191Z Compiling time-macros v0.2.27
15292026-08-19T00:48:31.272Z Compiling darling v0.20.11
15302026-08-19T00:48:31.312Z Compiling bitvec v1.0.1
15312026-08-19T00:48:31.352Z Compiling bit-set v0.8.0
15322026-08-19T00:48:31.506Z Compiling thiserror v1.0.69
15332026-08-19T00:48:31.520Z Compiling clap_builder v4.6.0
15342026-08-19T00:48:31.570Z Compiling deranged v0.5.8
15352026-08-19T00:48:31.652Z Compiling rusty-fork v0.3.1
15362026-08-19T00:48:32.137Z Compiling num-iter v0.1.45
15372026-08-19T00:48:32.215Z Compiling hyper-util v0.1.20
15382026-08-19T00:48:32.695Z Compiling rand v0.8.6
15392026-08-19T00:48:32.698Z Compiling goblin v0.10.5
15402026-08-19T00:48:32.868Z Compiling packed_struct_codegen v0.10.1
15412026-08-19T00:48:33.570Z Compiling lazy_static v1.5.0
15422026-08-19T00:48:33.640Z Compiling hmac v0.12.1
15432026-08-19T00:48:33.806Z Compiling serde_spanned v0.6.9
15442026-08-19T00:48:33.927Z Compiling toml_datetime v0.6.11
15452026-08-19T00:48:33.949Z Compiling zerocopy-derive v0.6.6
15462026-08-19T00:48:33.976Z Compiling clap_derive v4.6.1
15472026-08-19T00:48:34.176Z Compiling bitfield-macros v0.19.4
15482026-08-19T00:48:34.497Z Compiling rand_xorshift v0.4.0
15492026-08-19T00:48:34.663Z Compiling sync_wrapper v1.0.2
15502026-08-19T00:48:34.759Z Compiling indexmap v1.9.3
15512026-08-19T00:48:34.773Z Compiling crossbeam-utils v0.8.21
15522026-08-19T00:48:34.867Z Compiling usdt-impl v0.6.0
15532026-08-19T00:48:34.942Z Compiling unarray v0.1.4
15542026-08-19T00:48:35.049Z Compiling zlib-rs v0.6.2
15552026-08-19T00:48:35.054Z Compiling object v0.37.3
15562026-08-19T00:48:35.076Z Compiling siphasher v1.0.2
15572026-08-19T00:48:35.256Z Compiling paste v1.0.15
15582026-08-19T00:48:35.316Z Compiling num_threads v0.1.7
15592026-08-19T00:48:35.822Z Compiling nodrop v0.1.14
15602026-08-19T00:48:35.825Z Compiling crc-catalog v2.4.0
15612026-08-19T00:48:35.825Z Compiling array-init v0.0.4
15622026-08-19T00:48:35.825Z Compiling crc v3.4.0
15632026-08-19T00:48:35.825Z Compiling dof v0.4.0
15642026-08-19T00:48:35.825Z Compiling clap v4.6.1
15652026-08-19T00:48:35.825Z Compiling time v0.3.47
15662026-08-19T00:48:35.847Z Compiling proptest v1.11.0
15672026-08-19T00:48:35.881Z Compiling bitfield v0.19.4
15682026-08-19T00:48:36.165Z Compiling zerocopy v0.6.6
15692026-08-19T00:48:36.708Z Compiling tower v0.5.3
15702026-08-19T00:48:37.159Z Compiling smallvec v0.6.14
15712026-08-19T00:48:37.360Z Compiling derive_builder_core v0.20.2
15722026-08-19T00:48:37.569Z Compiling dtrace-parser v0.3.0
15732026-08-19T00:48:38.045Z Compiling flate2 v1.1.9
15742026-08-19T00:48:38.168Z Compiling ipnetwork v0.21.1
15752026-08-19T00:48:38.237Z Compiling pkcs1 v0.7.5
15762026-08-19T00:48:38.343Z Compiling http-body-util v0.1.3
15772026-08-19T00:48:38.447Z Compiling heapless v0.7.17
15782026-08-19T00:48:38.551Z Compiling structmeta-derive v0.3.0
15792026-08-19T00:48:38.588Z Compiling scroll_derive v0.12.1
15802026-08-19T00:48:38.636Z Compiling slog v2.8.2
15812026-08-19T00:48:38.679Z Compiling darling_core v0.23.0
15822026-08-19T00:48:38.736Z Compiling thread-id v5.1.0
15832026-08-19T00:48:38.817Z Compiling cookie v0.18.1
15842026-08-19T00:48:38.820Z Compiling env_filter v2.0.0
15852026-08-19T00:48:38.999Z Compiling winnow v0.5.40
15862026-08-19T00:48:39.121Z Compiling hashbrown v0.12.3
15872026-08-19T00:48:39.240Z Compiling base64 v0.21.7
15882026-08-19T00:48:39.549Z Compiling iri-string v0.7.10
15892026-08-19T00:48:39.577Z Compiling ryu v1.0.23
15902026-08-19T00:48:39.605Z Compiling zstd-safe v7.2.4
15912026-08-19T00:48:39.758Z Compiling anyhow v1.0.104
15922026-08-19T00:48:39.794Z Compiling allocator-api2 v0.2.21
15932026-08-19T00:48:40.063Z Compiling unicode-bidi v0.3.18
15942026-08-19T00:48:40.123Z Compiling signal-hook v0.3.18
15952026-08-19T00:48:40.294Z Compiling gimli v0.32.3
15962026-08-19T00:48:40.398Z Compiling unicode-properties v0.1.4
15972026-08-19T00:48:40.589Z Compiling stringprep v0.1.5
15982026-08-19T00:48:40.628Z Compiling toml_edit v0.19.15
15992026-08-19T00:48:41.026Z Compiling tower-http v0.6.8
16002026-08-19T00:48:41.153Z Compiling darling_macro v0.23.0
16012026-08-19T00:48:41.277Z Compiling serde_urlencoded v0.7.1
16022026-08-19T00:48:41.413Z Compiling structmeta v0.3.0
16032026-08-19T00:48:41.622Z Compiling ron v0.8.1
16042026-08-19T00:48:41.636Z Compiling scroll v0.12.0
16052026-08-19T00:48:41.892Z Compiling env_logger v0.11.11
16062026-08-19T00:48:41.940Z Compiling addr2line v0.25.1
16072026-08-19T00:48:42.294Z Compiling rsa v0.9.10
16082026-08-19T00:48:42.314Z Compiling oxnet v0.1.6
16092026-08-19T00:48:42.368Z Compiling derive_builder_macro v0.20.2
16102026-08-19T00:48:42.533Z Compiling newtype-uuid v1.3.2
16112026-08-19T00:48:42.734Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-19T00:48:42.804Z Compiling hashbrown v0.13.2
16132026-08-19T00:48:42.832Z Compiling bzip2 v0.4.4
16142026-08-19T00:48:42.922Z Compiling serde-hex v0.1.0
16152026-08-19T00:48:43.037Z Compiling tokio-native-tls v0.3.1
16162026-08-19T00:48:43.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-19T00:48:43.235Z Compiling camino v1.2.5
16182026-08-19T00:48:43.784Z Compiling bstr v1.12.1
16192026-08-19T00:48:44.144Z Compiling block-buffer v0.12.1
16202026-08-19T00:48:44.349Z Compiling block-padding v0.4.2
16212026-08-19T00:48:44.422Z Compiling crypto-common v0.2.2
16222026-08-19T00:48:44.564Z Compiling rustls-native-certs v0.8.3
16232026-08-19T00:48:44.651Z Compiling x509-cert v0.2.5
16242026-08-19T00:48:44.805Z Compiling md-5 v0.10.6
16252026-08-19T00:48:44.982Z Compiling serde_tokenstream v0.2.3
16262026-08-19T00:48:45.292Z Compiling erased-serde v0.3.31
16272026-08-19T00:48:45.390Z Compiling curve25519-dalek v4.1.3
16282026-08-19T00:48:45.718Z Compiling zerocopy-derive v0.7.35
16292026-08-19T00:48:45.782Z Compiling daft-derive v0.1.7
16302026-08-19T00:48:46.118Z Compiling pin-project-internal v1.1.11
16312026-08-19T00:48:46.134Z Compiling async-trait v0.1.89
16322026-08-19T00:48:46.229Z Compiling vergen-lib v9.1.0
16332026-08-19T00:48:46.407Z Compiling hash32 v0.2.1
16342026-08-19T00:48:46.487Z Compiling memoffset v0.9.1
16352026-08-19T00:48:46.572Z Compiling encoding_rs v0.8.35
16362026-08-19T00:48:46.598Z Compiling rustix v0.38.44
16372026-08-19T00:48:46.677Z Compiling litrs v1.0.0
16382026-08-19T00:48:46.717Z Compiling ref-cast v1.0.25
16392026-08-19T00:48:46.939Z Compiling crc-any v2.5.0
16402026-08-19T00:48:47.014Z Compiling smoltcp v0.9.1
16412026-08-19T00:48:47.129Z Compiling mime v0.3.17
16422026-08-19T00:48:47.166Z Compiling psl-types v2.0.11
16432026-08-19T00:48:47.180Z Compiling owo-colors v4.3.0
16442026-08-19T00:48:47.195Z Compiling cfg_aliases v0.2.1
16452026-08-19T00:48:47.266Z Compiling fallible-iterator v0.2.0
16462026-08-19T00:48:47.285Z Compiling rustc-demangle v0.1.27
16472026-08-19T00:48:47.301Z Compiling nix v0.31.2
16482026-08-19T00:48:47.353Z Compiling publicsuffix v2.3.0
16492026-08-19T00:48:47.369Z Compiling pin-project v1.1.11
16502026-08-19T00:48:47.481Z Compiling document-features v0.2.12
16512026-08-19T00:48:47.517Z Compiling backtrace v0.3.76
16522026-08-19T00:48:47.529Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16532026-08-19T00:48:47.570Z Compiling postgres-protocol v0.6.10
16542026-08-19T00:48:47.752Z Compiling zerocopy v0.7.35
16552026-08-19T00:48:48.055Z Compiling daft v0.1.7
16562026-08-19T00:48:48.178Z Compiling inout v0.2.2
16572026-08-19T00:48:48.308Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-19T00:48:48.308Z Compiling object v0.30.4
16592026-08-19T00:48:48.334Z Compiling hyper-tls v0.6.0
16602026-08-19T00:48:48.356Z Compiling zip v0.6.6
16612026-08-19T00:48:48.518Z Compiling derive_builder v0.20.2
16622026-08-19T00:48:48.642Z Compiling toml v0.7.8
16632026-08-19T00:48:48.718Z Compiling goblin v0.8.2
16642026-08-19T00:48:48.765Z Compiling darling v0.23.0
16652026-08-19T00:48:48.849Z Compiling derive-ex v0.1.8
16662026-08-19T00:48:49.226Z Compiling phf_shared v0.13.1
16672026-08-19T00:48:49.277Z Compiling regex v1.12.3
16682026-08-19T00:48:49.399Z Compiling hubpack_derive v0.1.1
16692026-08-19T00:48:49.464Z Compiling futures-executor v0.3.32
16702026-08-19T00:48:49.690Z Compiling ref-cast-impl v1.0.25
16712026-08-19T00:48:49.720Z Compiling strum_macros v0.27.2
16722026-08-19T00:48:49.839Z Compiling curve25519-dalek-derive v0.1.1
16732026-08-19T00:48:50.220Z Compiling snafu-derive v0.8.9
16742026-08-19T00:48:50.499Z Compiling vergen v9.1.0
16752026-08-19T00:48:50.508Z Compiling cargo-platform v0.3.2
16762026-08-19T00:48:50.651Z Compiling ff v0.13.1
16772026-08-19T00:48:50.752Z Compiling fs-err v3.3.0
16782026-08-19T00:48:50.792Z Compiling foldhash v0.1.5
16792026-08-19T00:48:50.937Z Compiling path-slash v0.1.5
16802026-08-19T00:48:50.965Z Compiling base16ct v0.2.0
16812026-08-19T00:48:51.067Z Compiling unicode-segmentation v1.12.0
16822026-08-19T00:48:51.133Z Compiling managed v0.8.0
16832026-08-19T00:48:51.142Z Compiling jiff-core v0.1.0
16842026-08-19T00:48:51.339Z Compiling bitflags v1.3.2
16852026-08-19T00:48:51.413Z Compiling libbz2-rs-sys v0.2.2
16862026-08-19T00:48:51.438Z Compiling bumpalo v3.20.2
16872026-08-19T00:48:51.648Z Compiling same-file v1.0.6
16882026-08-19T00:48:51.686Z Compiling is_ci v1.2.0
16892026-08-19T00:48:51.811Z Compiling either v1.15.0
16902026-08-19T00:48:51.826Z Compiling foldhash v0.2.0
16912026-08-19T00:48:52.018Z Compiling hashbrown v0.16.1
16922026-08-19T00:48:52.045Z Compiling jiff v0.2.34
16932026-08-19T00:48:52.082Z Compiling bzip2 v0.6.1
16942026-08-19T00:48:52.099Z Compiling snafu v0.8.9
16952026-08-19T00:48:52.125Z Compiling supports-color v3.0.2
16962026-08-19T00:48:52.200Z Compiling walkdir v2.5.0
16972026-08-19T00:48:52.282Z Compiling strum v0.27.2
16982026-08-19T00:48:52.282Z Compiling zopfli v0.8.3
16992026-08-19T00:48:52.448Z Compiling textwrap v0.16.2
17002026-08-19T00:48:52.506Z Compiling sec1 v0.7.3
17012026-08-19T00:48:52.596Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17022026-08-19T00:48:52.883Z Compiling hashbrown v0.15.5
17032026-08-19T00:48:52.935Z Compiling dof v0.3.0
17042026-08-19T00:48:52.986Z Compiling group v0.13.0
17052026-08-19T00:48:53.165Z Compiling cargo_metadata v0.23.1
17062026-08-19T00:48:53.263Z Compiling test-strategy v0.4.5
17072026-08-19T00:48:53.748Z Compiling hubpack v0.1.2
17082026-08-19T00:48:53.973Z Compiling futures v0.3.32
17092026-08-19T00:48:54.036Z Compiling phf v0.13.1
17102026-08-19T00:48:54.057Z Compiling signal-hook-mio v0.2.5
17112026-08-19T00:48:54.196Z Compiling serde_with_macros v3.21.0
17122026-08-19T00:48:54.506Z Compiling cookie_store v0.22.1
17132026-08-19T00:48:54.530Z Compiling zstd v0.13.3
17142026-08-19T00:48:54.732Z Compiling reqwest v0.12.28
17152026-08-19T00:48:54.792Z Compiling cipher v0.5.2
17162026-08-19T00:48:55.126Z Compiling backtrace-ext v0.2.1
17172026-08-19T00:48:55.148Z Compiling postgres-types v0.2.12
17182026-08-19T00:48:55.586Z Compiling usdt-attr-macro v0.6.0
17192026-08-19T00:48:55.694Z Compiling usdt-macro v0.6.0
17202026-08-19T00:48:56.100Z Compiling globset v0.4.18
17212026-08-19T00:48:56.365Z Compiling phf_shared v0.11.3
17222026-08-19T00:48:56.388Z Compiling hkdf v0.12.4
17232026-08-19T00:48:56.408Z Compiling dtrace-parser v0.2.0
17242026-08-19T00:48:56.446Z Compiling byte-wrapper v0.1.0
17252026-08-19T00:48:56.546Z Compiling olpc-cjson v0.1.4
17262026-08-19T00:48:56.560Z Compiling ed25519 v2.2.3
17272026-08-19T00:48:56.589Z Compiling crypto-bigint v0.5.5
17282026-08-19T00:48:56.702Z Compiling serde_plain v1.0.2
17292026-08-19T00:48:56.768Z Compiling serde-big-array v0.5.1
17302026-08-19T00:48:56.771Z Compiling strum_macros v0.26.4
17312026-08-19T00:48:56.893Z Compiling serde_repr v0.1.20
17322026-08-19T00:48:56.911Z Compiling async-recursion v1.1.1
17332026-08-19T00:48:57.133Z Compiling enum-as-inner v0.6.1
17342026-08-19T00:48:57.427Z Compiling miette-derive v7.6.0
17352026-08-19T00:48:57.464Z Compiling pem v3.0.6
17362026-08-19T00:48:57.565Z Compiling float-cmp v0.10.0
17372026-08-19T00:48:57.637Z Compiling memmap2 v0.9.10
17382026-08-19T00:48:57.710Z Compiling thread-id v4.2.2
17392026-08-19T00:48:57.833Z Compiling winnow v1.0.3
17402026-08-19T00:48:57.836Z Compiling const-oid v0.10.2
17412026-08-19T00:48:57.900Z Compiling typed-path v0.9.3
17422026-08-19T00:48:58.059Z Compiling cpufeatures v0.3.0
17432026-08-19T00:48:58.140Z Compiling keccak v0.1.6
17442026-08-19T00:48:58.519Z Compiling data-encoding v2.10.0
17452026-08-19T00:48:58.549Z Compiling supports-unicode v3.0.0
17462026-08-19T00:48:58.611Z Compiling supports-hyperlinks v3.2.0
17472026-08-19T00:48:58.695Z Compiling precomputed-hash v0.1.1
17482026-08-19T00:48:58.757Z Compiling new_debug_unreachable v1.0.6
17492026-08-19T00:48:58.771Z Compiling fixedbitset v0.4.2
17502026-08-19T00:48:58.795Z Compiling fixedbitset v0.5.7
17512026-08-19T00:48:58.826Z Compiling normalize-line-endings v0.3.0
17522026-08-19T00:48:58.882Z Compiling difflib v0.4.0
17532026-08-19T00:48:58.918Z Compiling predicates-core v1.0.10
17542026-08-19T00:48:58.932Z Compiling static_assertions v1.1.0
17552026-08-19T00:48:58.988Z Compiling whoami v2.1.0
17562026-08-19T00:48:59.003Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17572026-08-19T00:48:59.079Z Compiling petgraph v0.8.3
17582026-08-19T00:48:59.099Z Compiling miette v7.6.0
17592026-08-19T00:48:59.112Z Compiling toml_edit v0.22.27
17602026-08-19T00:48:59.221Z Compiling tokio-postgres v0.7.16
17612026-08-19T00:48:59.350Z Compiling predicates v3.1.4
17622026-08-19T00:48:59.443Z Compiling petgraph v0.6.5
17632026-08-19T00:48:59.988Z Compiling hickory-proto v0.25.2
17642026-08-19T00:49:00.212Z Compiling string_cache v0.8.9
17652026-08-19T00:49:00.439Z Compiling toml_parser v1.1.2+spec-1.1.0
17662026-08-19T00:49:00.905Z Compiling strum v0.26.3
17672026-08-19T00:49:00.983Z Compiling sha3 v0.10.8
17682026-08-19T00:49:01.039Z Compiling chacha20 v0.10.0
17692026-08-19T00:49:01.042Z Compiling digest v0.11.3
17702026-08-19T00:49:01.280Z Compiling usdt v0.6.0
17712026-08-19T00:49:01.388Z Compiling usdt-impl v0.5.0
17722026-08-19T00:49:01.409Z Compiling elliptic-curve v0.13.8
17732026-08-19T00:49:01.443Z Compiling ed25519-dalek v2.2.0
17742026-08-19T00:49:01.537Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-19T00:49:01.759Z Compiling crossterm v0.28.1
17762026-08-19T00:49:01.814Z Compiling serde_with v3.21.0
17772026-08-19T00:49:01.965Z Compiling zip v4.6.1
17782026-08-19T00:49:02.356Z Compiling iddqd v0.4.2
17792026-08-19T00:49:03.035Z Compiling itertools v0.13.0
17802026-08-19T00:49:03.053Z Compiling itertools v0.15.0
17812026-08-19T00:49:03.335Z Compiling similar v2.7.0
17822026-08-19T00:49:03.506Z Compiling heck v0.4.1
17832026-08-19T00:49:03.629Z Compiling crossbeam-epoch v0.9.18
17842026-08-19T00:49:03.668Z Compiling tokio-stream v0.1.18
17852026-08-19T00:49:03.728Z Compiling buf-list v1.1.2
17862026-08-19T00:49:03.952Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-19T00:49:04.007Z Compiling openapiv3 v2.2.0
17882026-08-19T00:49:04.122Z Compiling lalrpop-util v0.19.12
17892026-08-19T00:49:04.188Z Compiling peg-runtime v0.8.5
17902026-08-19T00:49:04.245Z Compiling thread_local v1.1.9
17912026-08-19T00:49:04.275Z Compiling slog-async v2.8.0
17922026-08-19T00:49:04.317Z Compiling crossbeam-channel v0.5.15
17932026-08-19T00:49:04.375Z Compiling filetime v0.2.27
17942026-08-19T00:49:04.462Z Compiling is-terminal v0.4.17
17952026-08-19T00:49:04.493Z Compiling take_mut v0.2.2
17962026-08-19T00:49:04.546Z Compiling xattr v1.6.1
17972026-08-19T00:49:04.558Z Compiling term v1.2.1
17982026-08-19T00:49:04.578Z Compiling camino-tempfile v1.4.1
17992026-08-19T00:49:04.767Z Compiling tar v0.4.46
18002026-08-19T00:49:05.103Z Compiling slog-term v2.9.2
18012026-08-19T00:49:10.911Z Compiling rustls-webpki v0.103.13
18022026-08-19T00:49:13.587Z Compiling tokio-rustls v0.26.4
18032026-08-19T00:49:13.587Z Compiling rustls-platform-verifier v0.6.2
18042026-08-19T00:49:13.587Z Compiling tough v0.22.0
18052026-08-19T00:49:13.799Z Compiling hyper-rustls v0.27.7
18062026-08-19T00:49:13.996Z Compiling reqwest v0.13.2
18072026-08-19T00:49:16.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-19T00:49:16.410Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-19T00:49:19.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-19T00:49:19.475Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-19T00:49:19.529ZAug 19 00:49:18.935 INFO Starting download, target: Clickhouse
18122026-08-19T00:49:19.529ZAug 19 00:49:18.936 INFO Starting download, target: DendriteStub
18132026-08-19T00:49:19.529ZAug 19 00:49:18.936 INFO Starting download, target: Console
18142026-08-19T00:49:19.529ZAug 19 00:49:18.936 INFO Starting download, target: Cockroach
18152026-08-19T00:49:19.538ZAug 19 00:49:18.936 INFO Starting download, target: MaghemiteMgd
18162026-08-19T00:49:19.538ZAug 19 00:49:18.936 INFO Starting download, target: MaghemiteDdmd
18172026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Starting download, target: TransceiverControl
18182026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18212026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18222026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-19T00:49:19.539ZAug 19 00:49:18.936 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-19T00:49:19.928ZAug 19 00:49:19.333 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-19T00:49:20.141ZAug 19 00:49:19.549 INFO Download complete, target: TransceiverControl
18272026-08-19T00:49:21.540ZAug 19 00:49:20.943 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-19T00:49:21.559ZAug 19 00:49:20.965 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-19T00:49:21.727ZAug 19 00:49:21.132 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18302026-08-19T00:49:21.814ZAug 19 00:49:21.221 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-08-19T00:49:21.835ZAug 19 00:49:21.227 INFO Download complete, target: Console
18322026-08-19T00:49:21.923ZAug 19 00:49:21.327 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-19T00:49:22.568ZAug 19 00:49:21.978 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-19T00:49:22.569ZAug 19 00:49:21.978 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-19T00:49:23.730ZAug 19 00:49:23.139 INFO Download complete, target: MaghemiteDdmd
18362026-08-19T00:49:24.332ZAug 19 00:49:23.741 INFO Download complete, target: DendriteStub
18372026-08-19T00:49:24.528ZAug 19 00:49:23.937 INFO Download complete, target: MaghemiteMgd
18382026-08-19T00:49:27.227ZAug 19 00:49:26.636 INFO Checking that binary works, target: Cockroach
18392026-08-19T00:49:27.349ZAug 19 00:49:26.752 INFO Download complete, target: Cockroach
18402026-08-19T00:49:28.300ZAug 19 00:49:27.700 INFO Checking that binary works, target: Clickhouse
18412026-08-19T00:49:28.402ZAug 19 00:49:27.805 INFO Download complete, target: Clickhouse
18422026-08-19T00:49:28.414ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-19T00:49:28.428Z
18442026-08-19T00:49:28.428Zreal 2:09.155347520
18452026-08-19T00:49:28.429Zuser 7:14.790207280
18462026-08-19T00:49:28.429Zsys 1:26.286744570
18472026-08-19T00:49:28.429Ztrap 0.243869696
18482026-08-19T00:49:28.429Ztflt 0.612394157
18492026-08-19T00:49:28.429Zdflt 0.955960359
18502026-08-19T00:49:28.429Zkflt 0.027195905
18512026-08-19T00:49:28.429Zlock 27:10.558829615
18522026-08-19T00:49:28.429Zslp 21:54.990969332
18532026-08-19T00:49:28.429Zlat 46.965149473
18542026-08-19T00:49:28.431Zstop 2:39.997442794
18552026-08-19T00:49:28.431Z+ banner hack-check
18562026-08-19T00:49:28.431Z
18572026-08-19T00:49:28.431Z # # ## #### # # #### # # ###### #### # #
18582026-08-19T00:49:28.431Z # # # # # # # # # # # # # # # # #
18592026-08-19T00:49:28.431Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-19T00:49:28.431Z # # ###### # # # # # # # # # #
18612026-08-19T00:49:28.431Z # # # # # # # # # # # # # # # # #
18622026-08-19T00:49:28.431Z # # # # #### # # #### # # ###### #### # #
18632026-08-19T00:49:28.431Z
18642026-08-19T00:49:28.431Z+ export CARGO_INCREMENTAL=0
18652026-08-19T00:49:28.431Z+ CARGO_INCREMENTAL=0
18662026-08-19T00:49:28.431Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-19T00:49:28.904Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-19T00:49:29.188Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-19T00:49:30.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18702026-08-19T00:49:31.044Z Running `target/debug/xtask check-features --ci`
18712026-08-19T00:49:31.071Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-19T00:49:31.075Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-19T00:49:31.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-08-19T00:49:31.521Z Running `target/debug/xtask download cargo-hack`
18752026-08-19T00:49:32.297Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-19T00:49:32.601Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-19T00:49:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18782026-08-19T00:49:35.322Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-19T00:49:35.362ZAug 19 00:49:34.771 INFO Starting download, target: CargoHack
18802026-08-19T00:49:35.367ZAug 19 00:49:34.772 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-19T00:49:35.672ZAug 19 00:49:35.079 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-19T00:49:35.722ZAug 19 00:49:35.129 INFO Download complete, target: CargoHack
18832026-08-19T00:49:35.725Zrunning: "/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"
18842026-08-19T00:49:35.738Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-19T00:49:35.897Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-19T00:49:36.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-19T00:49:36.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-19T00:49:36.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-19T00:49:36.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-19T00:49:36.453Z
18912026-08-19T00:49:36.453Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-19T00:49:36.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-19T00:49:36.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-19T00:49:36.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-19T00:49:36.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-19T00:49:37.003Z
18972026-08-19T00:49:37.003Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-19T00:49:37.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-19T00:49:37.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-19T00:49:37.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-19T00:49:37.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-19T00:49:37.553Z
19032026-08-19T00:49:37.553Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-19T00:49:38.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-19T00:49:38.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-19T00:49:38.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-19T00:49:38.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19082026-08-19T00:49:38.101Z
19092026-08-19T00:49:38.101Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-19T00:49:38.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-19T00:49:38.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-19T00:49:38.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-19T00:49:38.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-19T00:49:38.651Z
19152026-08-19T00:49:38.651Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-19T00:49:39.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-19T00:49:39.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-19T00:49:39.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-19T00:49:39.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-19T00:49:39.219Z
19212026-08-19T00:49:39.219Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-19T00:49:39.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-19T00:49:39.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-19T00:49:39.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-19T00:49:39.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-19T00:49:39.774Z
19272026-08-19T00:49:39.774Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-19T00:49:40.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-19T00:49:40.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-19T00:49:40.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-19T00:49:40.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19322026-08-19T00:49:40.335Z
19332026-08-19T00:49:40.335Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-19T00:49:40.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-19T00:49:40.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-19T00:49:40.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-19T00:49:40.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-19T00:49:40.752Z
19392026-08-19T00:49:40.752Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-19T00:49:41.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-19T00:49:41.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-19T00:49:41.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-19T00:49:41.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-19T00:49:41.166Z
19452026-08-19T00:49:41.167Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-19T00:49:41.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-19T00:49:41.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-19T00:49:41.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-19T00:49:41.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-19T00:49:41.580Z
19512026-08-19T00:49:41.581Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-19T00:49:41.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-19T00:49:41.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-19T00:49:41.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-19T00:49:41.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-19T00:49:41.995Z
19572026-08-19T00:49:41.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-19T00:49:42.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-19T00:49:42.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-19T00:49:42.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-19T00:49:42.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-19T00:49:42.406Z
19632026-08-19T00:49:42.406Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-19T00:49:42.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-19T00:49:42.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-19T00:49:42.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-19T00:49:42.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-19T00:49:42.819Z
19692026-08-19T00:49:42.819Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-19T00:49:43.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-19T00:49:43.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-19T00:49:43.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-19T00:49:43.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-19T00:49:43.231Z
19752026-08-19T00:49:43.231Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-19T00:49:43.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-19T00:49:43.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-19T00:49:43.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-19T00:49:43.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-19T00:49:43.648Z
19812026-08-19T00:49:43.648Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-19T00:49:44.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-19T00:49:44.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-19T00:49:44.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-19T00:49:44.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-19T00:49:44.063Z
19872026-08-19T00:49:44.063Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-19T00:49:44.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-19T00:49:44.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-19T00:49:44.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-19T00:49:44.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-19T00:49:44.475Z
19932026-08-19T00:49:44.475Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-19T00:49:44.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-19T00:49:44.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-19T00:49:44.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-19T00:49:44.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-19T00:49:44.890Z
19992026-08-19T00:49:44.890Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-19T00:49:45.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-19T00:49:45.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-19T00:49:45.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-19T00:49:45.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-19T00:49:45.310Z
20052026-08-19T00:49:45.310Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-19T00:49:45.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-19T00:49:45.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-19T00:49:45.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-19T00:49:45.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-19T00:49:45.731Z
20112026-08-19T00:49:45.731Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-19T00:49:46.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-19T00:49:46.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-19T00:49:46.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-19T00:49:46.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-19T00:49:46.146Z
20172026-08-19T00:49:46.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-19T00:49:46.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-19T00:49:46.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-19T00:49:46.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-19T00:49:46.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-19T00:49:46.562Z
20232026-08-19T00:49:46.562Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-19T00:49:46.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-19T00:49:46.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-19T00:49:46.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-19T00:49:46.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-19T00:49:46.981Z
20292026-08-19T00:49:46.981Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-19T00:49:47.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-19T00:49:47.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-19T00:49:47.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-19T00:49:47.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-19T00:49:47.454Z
20352026-08-19T00:49:47.455Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-19T00:49:47.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-19T00:49:47.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-19T00:49:47.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-19T00:49:47.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-19T00:49:47.814Z
20412026-08-19T00:49:47.814Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-19T00:49:48.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-19T00:49:48.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-19T00:49:48.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-19T00:49:48.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-19T00:49:48.229Z
20472026-08-19T00:49:48.229Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-19T00:49:48.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-19T00:49:48.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-19T00:49:48.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-19T00:49:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-19T00:49:48.648Z
20532026-08-19T00:49:48.648Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-19T00:49:49.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-19T00:49:49.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-19T00:49:49.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-19T00:49:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-19T00:49:49.063Z
20592026-08-19T00:49:49.063Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-19T00:49:49.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-19T00:49:49.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-19T00:49:49.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-19T00:49:49.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-19T00:49:49.478Z
20652026-08-19T00:49:49.478Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-19T00:49:49.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-19T00:49:49.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-19T00:49:49.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-19T00:49:49.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-19T00:49:49.889Z
20712026-08-19T00:49:49.889Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-19T00:49:50.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-19T00:49:50.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-19T00:49:50.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-19T00:49:50.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-08-19T00:49:50.299Z
20772026-08-19T00:49:50.299Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-19T00:49:50.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-19T00:49:50.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-19T00:49:50.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-19T00:49:50.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-19T00:49:50.716Z
20832026-08-19T00:49:50.716Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-19T00:49:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-19T00:49:51.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-19T00:49:51.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-19T00:49:51.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-19T00:49:51.130Z
20892026-08-19T00:49:51.130Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-19T00:49:51.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-19T00:49:51.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-19T00:49:51.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-19T00:49:51.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-19T00:49:51.543Z
20952026-08-19T00:49:51.543Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-19T00:49:51.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-19T00:49:51.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-19T00:49:51.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-19T00:49:51.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-19T00:49:51.957Z
21012026-08-19T00:49:51.957Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-19T00:49:52.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-19T00:49:52.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-19T00:49:52.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-19T00:49:52.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-19T00:49:52.368Z
21072026-08-19T00:49:52.368Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-19T00:49:52.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-19T00:49:52.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-19T00:49:52.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-19T00:49:52.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-19T00:49:52.782Z
21132026-08-19T00:49:52.782Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-19T00:49:53.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-19T00:49:53.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-19T00:49:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-19T00:49:53.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-19T00:49:53.196Z
21192026-08-19T00:49:53.196Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-19T00:49:53.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-19T00:49:53.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-19T00:49:53.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-19T00:49:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-19T00:49:53.612Z
21252026-08-19T00:49:53.612Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-19T00:49:53.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-19T00:49:53.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-19T00:49:53.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-19T00:49:53.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-19T00:49:54.028Z
21312026-08-19T00:49:54.029Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-19T00:49:54.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-19T00:49:54.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-19T00:49:54.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-19T00:49:54.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-19T00:49:54.444Z
21372026-08-19T00:49:54.445Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-19T00:49:54.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-19T00:49:54.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-19T00:49:54.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-19T00:49:54.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-19T00:49:54.860Z
21432026-08-19T00:49:54.861Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-19T00:49:55.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-19T00:49:55.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-19T00:49:55.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-19T00:49:55.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-19T00:49:55.277Z
21492026-08-19T00:49:55.277Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-19T00:49:55.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-19T00:49:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-19T00:49:55.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-19T00:49:55.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-19T00:49:55.695Z
21552026-08-19T00:49:55.695Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-19T00:49:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-19T00:49:56.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-19T00:49:56.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-19T00:49:56.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-19T00:49:56.111Z
21612026-08-19T00:49:56.111Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-19T00:49:56.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-19T00:49:56.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-19T00:49:56.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-19T00:49:56.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-19T00:49:56.527Z
21672026-08-19T00:49:56.527Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-19T00:49:56.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-19T00:49:56.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-19T00:49:56.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-19T00:49:56.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-19T00:49:56.943Z
21732026-08-19T00:49:56.943Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-19T00:49:57.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-19T00:49:57.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-19T00:49:57.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-19T00:49:57.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-19T00:49:57.544Z
21792026-08-19T00:49:57.544Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-19T00:49:58.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-19T00:49:58.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-19T00:49:58.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-19T00:49:58.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-08-19T00:49:58.146Z
21852026-08-19T00:49:58.146Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-19T00:49:58.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-19T00:49:58.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-19T00:49:58.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-19T00:49:58.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-19T00:49:58.747Z
21912026-08-19T00:49:58.747Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-19T00:49:59.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-19T00:49:59.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-19T00:49:59.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-19T00:49:59.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-19T00:49:59.344Z
21972026-08-19T00:49:59.344Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-19T00:49:59.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-19T00:49:59.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-19T00:49:59.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-19T00:49:59.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-19T00:49:59.908Z
22032026-08-19T00:49:59.908Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-19T00:50:00.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-19T00:50:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-19T00:50:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-19T00:50:00.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22082026-08-19T00:50:00.456Z
22092026-08-19T00:50:00.456Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-19T00:50:00.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-19T00:50:00.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-19T00:50:00.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-19T00:50:00.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-19T00:50:01.018Z
22152026-08-19T00:50:01.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-19T00:50:01.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-19T00:50:01.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-19T00:50:01.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-19T00:50:01.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-19T00:50:01.589Z
22212026-08-19T00:50:01.589Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-19T00:50:02.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-19T00:50:02.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-19T00:50:02.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-19T00:50:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-19T00:50:02.156Z
22272026-08-19T00:50:02.156Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-19T00:50:02.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-19T00:50:02.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-19T00:50:02.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-19T00:50:02.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22322026-08-19T00:50:02.727Z
22332026-08-19T00:50:02.728Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-19T00:50:03.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-19T00:50:03.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-19T00:50:03.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-19T00:50:03.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-19T00:50:03.280Z
22392026-08-19T00:50:03.280Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-19T00:50:03.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-19T00:50:03.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-19T00:50:03.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-19T00:50:03.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-19T00:50:03.829Z
22452026-08-19T00:50:03.829Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-19T00:50:04.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-19T00:50:04.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-19T00:50:04.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-19T00:50:04.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-19T00:50:04.380Z
22512026-08-19T00:50:04.380Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-19T00:50:04.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-19T00:50:04.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-19T00:50:04.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-19T00:50:04.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-19T00:50:04.932Z
22572026-08-19T00:50:04.932Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-19T00:50:05.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-19T00:50:05.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-19T00:50:05.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-19T00:50:05.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22622026-08-19T00:50:05.473Z
22632026-08-19T00:50:05.473Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-19T00:50:05.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-19T00:50:05.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-19T00:50:05.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-19T00:50:05.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-08-19T00:50:06.032Z
22692026-08-19T00:50:06.032Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-19T00:50:06.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-19T00:50:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-19T00:50:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-19T00:50:06.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-19T00:50:06.595Z
22752026-08-19T00:50:06.595Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-19T00:50:07.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-19T00:50:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-19T00:50:07.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-19T00:50:07.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-19T00:50:07.210Z
22812026-08-19T00:50:07.210Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-19T00:50:07.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-19T00:50:07.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-19T00:50:07.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-19T00:50:07.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-19T00:50:07.692Z
22872026-08-19T00:50:07.692Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-19T00:50:08.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-19T00:50:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-19T00:50:08.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-19T00:50:08.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-19T00:50:08.246Z
22932026-08-19T00:50:08.246Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-19T00:50:08.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-19T00:50:08.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-19T00:50:08.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-19T00:50:08.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-19T00:50:08.804Z
22992026-08-19T00:50:08.804Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-19T00:50:09.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-19T00:50:09.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-19T00:50:09.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-19T00:50:09.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23042026-08-19T00:50:09.348Z
23052026-08-19T00:50:09.348Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-19T00:50:09.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-19T00:50:09.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-19T00:50:09.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-19T00:50:09.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23102026-08-19T00:50:09.894Z
23112026-08-19T00:50:09.894Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-19T00:50:10.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-19T00:50:10.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-19T00:50:10.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-19T00:50:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23162026-08-19T00:50:10.440Z
23172026-08-19T00:50:10.440Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-19T00:50:10.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-19T00:50:10.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-19T00:50:10.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-19T00:50:10.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-19T00:50:10.994Z
23232026-08-19T00:50:10.994Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-19T00:50:11.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-19T00:50:11.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-19T00:50:11.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-19T00:50:11.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23282026-08-19T00:50:11.542Z
23292026-08-19T00:50:11.542Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-19T00:50:12.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-19T00:50:12.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-19T00:50:12.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-19T00:50:12.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23342026-08-19T00:50:12.085Z
23352026-08-19T00:50:12.087Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-19T00:50:12.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-19T00:50:12.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-19T00:50:12.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-19T00:50:12.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-19T00:50:12.666Z
23412026-08-19T00:50:12.666Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-19T00:50:13.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-19T00:50:13.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-19T00:50:13.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-19T00:50:13.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23462026-08-19T00:50:13.236Z
23472026-08-19T00:50:13.236Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-19T00:50:13.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-19T00:50:13.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-19T00:50:13.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-19T00:50:13.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23522026-08-19T00:50:13.789Z
23532026-08-19T00:50:13.789Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-19T00:50:14.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-19T00:50:14.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-19T00:50:14.382Z Checking cfg-if v1.0.4
23572026-08-19T00:50:14.488Z Checking serde_core v1.0.228
23582026-08-19T00:50:14.492Z Checking libc v0.2.185
23592026-08-19T00:50:14.499Z Checking memchr v2.8.0
23602026-08-19T00:50:14.509Z Checking smallvec v1.15.1
23612026-08-19T00:50:14.509Z Checking log v0.4.33
23622026-08-19T00:50:14.529Z Checking subtle v2.6.1
23632026-08-19T00:50:14.538Z Checking itoa v1.0.17
23642026-08-19T00:50:14.549Z Checking scopeguard v1.2.0
23652026-08-19T00:50:14.643Z Checking lock_api v0.4.14
23662026-08-19T00:50:14.664Z Checking typenum v1.20.1
23672026-08-19T00:50:14.672Z Checking stable_deref_trait v1.2.1
23682026-08-19T00:50:14.683Z Checking zerofrom v0.1.6
23692026-08-19T00:50:14.695Z Checking portable-atomic v1.13.1
23702026-08-19T00:50:14.739Z Checking zerocopy v0.8.55
23712026-08-19T00:50:14.789Z Checking yoke v0.8.1
23722026-08-19T00:50:14.838Z Checking critical-section v1.2.0
23732026-08-19T00:50:14.874Z Checking pin-project-lite v0.2.17
23742026-08-19T00:50:14.887Z Checking errno v0.3.14
23752026-08-19T00:50:14.933Z Checking getrandom v0.2.17
23762026-08-19T00:50:15.957Z Checking zerovec v0.11.5
23772026-08-19T00:50:15.961Z Checking const-oid v0.9.6
23782026-08-19T00:50:15.961Z Checking libm v0.2.16
23792026-08-19T00:50:15.961Z Checking rand_core v0.6.4
23802026-08-19T00:50:15.961Z Checking once_cell v1.21.3
23812026-08-19T00:50:15.962Z Checking zmij v1.0.21
23822026-08-19T00:50:15.962Z Checking signal-hook-registry v1.4.8
23832026-08-19T00:50:15.962Z Checking tinystr v0.8.2
23842026-08-19T00:50:15.962Z Checking parking_lot_core v0.9.12
23852026-08-19T00:50:15.962Z Checking writeable v0.6.2
23862026-08-19T00:50:15.962Z Checking litemap v0.8.1
23872026-08-19T00:50:15.962Z Checking futures-core v0.3.32
23882026-08-19T00:50:15.962Z Checking percent-encoding v2.3.2
23892026-08-19T00:50:15.962Z Checking parking_lot v0.12.5
23902026-08-19T00:50:15.962Z Checking icu_locale_core v2.1.1
23912026-08-19T00:50:15.962Z Checking potential_utf v0.1.4
23922026-08-19T00:50:15.962Z Checking zerotrie v0.2.3
23932026-08-19T00:50:15.962Z Checking num-traits v0.2.19
23942026-08-19T00:50:15.962Z Checking mio v1.2.0
23952026-08-19T00:50:15.962Z Checking equivalent v1.0.2
23962026-08-19T00:50:15.962Z Checking icu_collections v2.1.1
23972026-08-19T00:50:15.962Z Checking getrandom v0.3.4
23982026-08-19T00:50:15.962Z Checking socket2 v0.6.3
23992026-08-19T00:50:15.967Z Checking serde v1.0.228
24002026-08-19T00:50:15.976Z Checking bitflags v2.11.0
24012026-08-19T00:50:16.006Z Checking serde_json v1.0.151
24022026-08-19T00:50:16.070Z Checking icu_properties_data v2.1.2
24032026-08-19T00:50:16.133Z Checking icu_normalizer_data v2.1.1
24042026-08-19T00:50:16.146Z Checking byteorder v1.5.0
24052026-08-19T00:50:16.158Z Checking icu_provider v2.1.1
24062026-08-19T00:50:16.194Z Checking hashbrown v0.17.0
24072026-08-19T00:50:16.206Z Checking rand_core v0.10.0
24082026-08-19T00:50:16.227Z Checking futures-sink v0.3.32
24092026-08-19T00:50:16.323Z Checking futures-channel v0.3.32
24102026-08-19T00:50:16.340Z Checking getrandom v0.4.3
24112026-08-19T00:50:16.351Z Checking slab v0.4.12
24122026-08-19T00:50:16.362Z Checking zeroize v1.9.0
24132026-08-19T00:50:16.383Z Checking bytes v1.11.1
24142026-08-19T00:50:16.480Z Checking icu_properties v2.1.2
24152026-08-19T00:50:16.502Z Checking icu_normalizer v2.1.1
24162026-08-19T00:50:16.515Z Checking futures-io v0.3.32
24172026-08-19T00:50:16.528Z Checking generic-array v0.14.7
24182026-08-19T00:50:16.624Z Checking futures-task v0.3.32
24192026-08-19T00:50:16.652Z Checking indexmap v2.14.0
24202026-08-19T00:50:16.669Z Checking utf8_iter v1.0.4
24212026-08-19T00:50:16.759Z Checking futures-util v0.3.32
24222026-08-19T00:50:16.789Z Checking rustix v1.1.4
24232026-08-19T00:50:16.805Z Checking form_urlencoded v1.2.2
24242026-08-19T00:50:16.817Z Checking tokio v1.52.1
24252026-08-19T00:50:16.934Z Checking base64ct v1.8.3
24262026-08-19T00:50:16.970Z Checking crypto-common v0.1.7
24272026-08-19T00:50:17.101Z Checking block-buffer v0.10.4
24282026-08-19T00:50:17.171Z Checking fnv v1.0.7
24292026-08-19T00:50:17.203Z Checking pem-rfc7468 v0.7.0
24302026-08-19T00:50:17.238Z Checking digest v0.10.7
24312026-08-19T00:50:17.261Z Checking flagset v0.4.7
24322026-08-19T00:50:17.304Z Checking idna_adapter v1.2.1
24332026-08-19T00:50:17.357Z Checking iana-time-zone v0.1.65
24342026-08-19T00:50:17.380Z Checking der v0.7.10
24352026-08-19T00:50:17.420Z Checking idna v1.1.0
24362026-08-19T00:50:17.434Z Checking uuid v1.23.4
24372026-08-19T00:50:17.458Z Checking chrono v0.4.45
24382026-08-19T00:50:17.486Z Checking ppv-lite86 v0.2.21
24392026-08-19T00:50:17.617Z Checking rand_core v0.9.5
24402026-08-19T00:50:17.661Z Checking url v2.5.8
24412026-08-19T00:50:17.747Z Checking regex-syntax v0.8.10
24422026-08-19T00:50:17.772Z Checking base64 v0.22.1
24432026-08-19T00:50:17.790Z Checking http v1.4.2
24442026-08-19T00:50:18.006Z Checking rand_chacha v0.9.0
24452026-08-19T00:50:18.094Z Checking tracing-core v0.1.36
24462026-08-19T00:50:18.119Z Checking spki v0.7.3
24472026-08-19T00:50:18.205Z Checking cpufeatures v0.2.17
24482026-08-19T00:50:18.276Z Checking simd-adler32 v0.3.8
24492026-08-19T00:50:18.288Z Checking dyn-clone v1.0.20
24502026-08-19T00:50:18.301Z Checking pkcs8 v0.10.2
24512026-08-19T00:50:18.338Z Checking http-body v1.0.1
24522026-08-19T00:50:18.386Z Checking rand v0.9.2
24532026-08-19T00:50:18.401Z Checking tracing v0.1.44
24542026-08-19T00:50:18.444Z Checking rustls-pki-types v1.14.0
24552026-08-19T00:50:18.456Z Checking semver v1.0.28
24562026-08-19T00:50:18.468Z Checking spin v0.9.8
24572026-08-19T00:50:18.606Z Checking tinyvec_macros v0.1.1
24582026-08-19T00:50:18.644Z Checking anstyle v1.0.14
24592026-08-19T00:50:18.656Z Checking adler2 v2.0.1
24602026-08-19T00:50:18.669Z Checking openssl-probe v0.2.1
24612026-08-19T00:50:18.669Z Checking cmov v0.5.4
24622026-08-19T00:50:18.732Z Checking utf8parse v0.2.2
24632026-08-19T00:50:18.759Z Checking miniz_oxide v0.8.9
24642026-08-19T00:50:18.771Z Checking tinyvec v1.10.0
24652026-08-19T00:50:18.816Z Checking schemars v0.8.22
24662026-08-19T00:50:18.829Z Checking anstyle-parse v1.0.0
24672026-08-19T00:50:18.850Z Checking sha2 v0.10.9
24682026-08-19T00:50:18.864Z Checking ctutils v0.4.2
24692026-08-19T00:50:18.997Z Checking terminal_size v0.4.3
24702026-08-19T00:50:19.036Z Checking aws-lc-sys v0.40.0
24712026-08-19T00:50:19.076Z Checking thiserror v2.0.18
24722026-08-19T00:50:19.091Z Checking colorchoice v1.0.4
24732026-08-19T00:50:19.107Z Checking atomic-waker v1.1.2
24742026-08-19T00:50:19.118Z Checking anstyle-query v1.1.5
24752026-08-19T00:50:19.130Z Checking is_terminal_polyfill v1.70.2
24762026-08-19T00:50:19.172Z Checking untrusted v0.7.1
24772026-08-19T00:50:19.185Z Checking try-lock v0.2.5
24782026-08-19T00:50:19.202Z Checking tower-layer v0.3.3
24792026-08-19T00:50:19.215Z Checking tower-service v0.3.3
24802026-08-19T00:50:19.226Z Checking fastrand v2.3.0
24812026-08-19T00:50:19.276Z Checking want v0.3.1
24822026-08-19T00:50:19.280Z Checking anstream v1.0.0
24832026-08-19T00:50:19.301Z Checking hybrid-array v0.4.13
24842026-08-19T00:50:19.351Z Checking ipnet v2.12.0
24852026-08-19T00:50:19.397Z Checking httparse v1.10.1
24862026-08-19T00:50:19.409Z Checking tempfile v3.27.0
24872026-08-19T00:50:19.486Z Checking crc32fast v1.5.0
24882026-08-19T00:50:19.500Z Checking aho-corasick v1.1.4
24892026-08-19T00:50:19.546Z Checking aws-lc-rs v1.16.3
24902026-08-19T00:50:19.600Z Checking plain v0.2.3
24912026-08-19T00:50:19.604Z Checking foreign-types-shared v0.1.1
24922026-08-19T00:50:19.604Z Checking httpdate v1.0.3
24932026-08-19T00:50:19.635Z Checking tap v1.0.1
24942026-08-19T00:50:19.692Z Checking untrusted v0.9.0
24952026-08-19T00:50:19.707Z Checking foreign-types v0.3.2
24962026-08-19T00:50:19.731Z Checking wyz v0.5.1
24972026-08-19T00:50:19.763Z Checking unicode-normalization v0.1.25
24982026-08-19T00:50:19.776Z Checking rand_chacha v0.3.1
24992026-08-19T00:50:19.797Z Checking signature v2.2.0
25002026-08-19T00:50:19.899Z Checking radium v0.7.0
25012026-08-19T00:50:19.931Z Checking hex v0.4.3
25022026-08-19T00:50:19.980Z Checking num-integer v0.1.46
25032026-08-19T00:50:20.049Z Checking openssl-sys v0.9.117
25042026-08-19T00:50:20.068Z Checking wait-timeout v0.2.1
25052026-08-19T00:50:20.103Z Checking tokio-util v0.7.18
25062026-08-19T00:50:20.179Z Checking quick-error v1.2.3
25072026-08-19T00:50:20.182Z Checking regex-automata v0.4.14
25082026-08-19T00:50:20.182Z Checking unicode-ident v1.0.24
25092026-08-19T00:50:20.187Z Checking ucd-trie v0.1.7
25102026-08-19T00:50:20.204Z Checking funty v2.0.0
25112026-08-19T00:50:20.250Z Checking clap_lex v1.0.0
25122026-08-19T00:50:20.280Z Checking strsim v0.11.1
25132026-08-19T00:50:20.316Z Checking bit-vec v0.8.0
25142026-08-19T00:50:20.379Z Checking rustls-webpki v0.103.13
25152026-08-19T00:50:20.396Z Checking pest v2.8.6
25162026-08-19T00:50:20.418Z Checking openssl v0.10.80
25172026-08-19T00:50:20.437Z Checking clap_builder v4.6.0
25182026-08-19T00:50:20.505Z Checking bit-set v0.8.0
25192026-08-19T00:50:20.516Z Checking bitvec v1.0.1
25202026-08-19T00:50:20.649Z Checking proc-macro2 v1.0.106
25212026-08-19T00:50:20.717Z Checking h2 v0.4.15
25222026-08-19T00:50:20.797Z Checking rustls v0.23.41
25232026-08-19T00:50:20.951Z Checking rusty-fork v0.3.1
25242026-08-19T00:50:21.123Z Checking num-iter v0.1.45
25252026-08-19T00:50:21.239Z Checking rand v0.8.6
25262026-08-19T00:50:21.446Z Checking lazy_static v1.5.0
25272026-08-19T00:50:21.537Z Checking rand_xorshift v0.4.0
25282026-08-19T00:50:21.638Z Checking hmac v0.12.1
25292026-08-19T00:50:21.657Z Checking thiserror v1.0.69
25302026-08-19T00:50:21.740Z Checking maybe-uninit v2.0.0
25312026-08-19T00:50:21.755Z Checking toml_datetime v0.6.11
25322026-08-19T00:50:21.771Z Checking serde_spanned v0.6.9
25332026-08-19T00:50:21.804Z Checking sync_wrapper v1.0.2
25342026-08-19T00:50:21.818Z Checking zlib-rs v0.6.2
25352026-08-19T00:50:21.892Z Checking unarray v0.1.4
25362026-08-19T00:50:21.906Z Checking crc-catalog v2.4.0
25372026-08-19T00:50:21.931Z Checking powerfmt v0.2.0
25382026-08-19T00:50:21.953Z Checking nodrop v0.1.14
25392026-08-19T00:50:21.989Z Checking pretty-hex v0.4.1
25402026-08-19T00:50:21.989Z Checking siphasher v1.0.2
25412026-08-19T00:50:22.038Z Checking array-init v0.0.4
25422026-08-19T00:50:22.076Z Checking deranged v0.5.8
25432026-08-19T00:50:22.105Z Checking crc v3.4.0
25442026-08-19T00:50:22.150Z Checking proptest v1.11.0
25452026-08-19T00:50:22.271Z Checking tower v0.5.3
25462026-08-19T00:50:22.327Z Checking packed_struct v0.10.1
25472026-08-19T00:50:22.400Z Checking native-tls v0.2.18
25482026-08-19T00:50:22.583Z Checking smallvec v0.6.14
25492026-08-19T00:50:22.664Z Checking num-bigint-dig v0.8.6
25502026-08-19T00:50:22.679Z Checking flate2 v1.1.9
25512026-08-19T00:50:22.767Z Checking clap v4.6.1
25522026-08-19T00:50:22.846Z Checking quote v1.0.45
25532026-08-19T00:50:22.968Z Checking ipnetwork v0.21.1
25542026-08-19T00:50:22.983Z Checking http-body-util v0.1.3
25552026-08-19T00:50:23.013Z Checking pkcs1 v0.7.5
25562026-08-19T00:50:23.027Z Checking crossbeam-utils v0.8.21
25572026-08-19T00:50:23.182Z Checking zerocopy v0.6.6
25582026-08-19T00:50:23.195Z Checking bitfield v0.19.4
25592026-08-19T00:50:23.217Z Checking ahash v0.8.12
25602026-08-19T00:50:23.356Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-19T00:50:23.368Z Checking scroll v0.13.0
25622026-08-19T00:50:23.413Z Checking env_filter v2.0.0
25632026-08-19T00:50:23.438Z Checking gimli v0.32.3
25642026-08-19T00:50:23.453Z Checking winnow v0.5.40
25652026-08-19T00:50:23.473Z Checking time-core v0.1.8
25662026-08-19T00:50:23.473Z Checking hashbrown v0.12.3
25672026-08-19T00:50:23.496Z Checking hyper v1.10.1
25682026-08-19T00:50:23.552Z Checking num_threads v0.1.7
25692026-08-19T00:50:23.588Z Checking unicode-bidi v0.3.18
25702026-08-19T00:50:23.612Z Checking unicode-properties v0.1.4
25712026-08-19T00:50:23.637Z Checking ryu v1.0.23
25722026-08-19T00:50:23.773Z Checking base64 v0.21.7
25732026-08-19T00:50:23.797Z Checking allocator-api2 v0.2.21
25742026-08-19T00:50:23.882Z Checking num-conv v0.2.0
25752026-08-19T00:50:23.895Z Checking iri-string v0.7.10
25762026-08-19T00:50:23.942Z Checking newtype-uuid v1.3.2
25772026-08-19T00:50:24.004Z Checking time v0.3.47
25782026-08-19T00:50:24.021Z Checking ron v0.8.1
25792026-08-19T00:50:24.101Z Checking indexmap v1.9.3
25802026-08-19T00:50:24.144Z Checking stringprep v0.1.5
25812026-08-19T00:50:24.299Z Checking serde_urlencoded v0.7.1
25822026-08-19T00:50:24.417Z Checking goblin v0.10.5
25832026-08-19T00:50:24.453Z Checking hyper-util v0.1.20
25842026-08-19T00:50:24.506Z Checking env_logger v0.11.11
25852026-08-19T00:50:24.539Z Checking rsa v0.9.10
25862026-08-19T00:50:24.616Z Checking toml_edit v0.19.15
25872026-08-19T00:50:24.691Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25882026-08-19T00:50:24.847Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-08-19T00:50:24.905Z Checking tower-http v0.6.8
25902026-08-19T00:50:24.983Z Checking addr2line v0.25.1
25912026-08-19T00:50:24.998Z Checking bzip2 v0.4.4
25922026-08-19T00:50:25.146Z Checking hashbrown v0.13.2
25932026-08-19T00:50:25.158Z Checking crossbeam-epoch v0.9.18
25942026-08-19T00:50:25.178Z Checking oxnet v0.1.6
25952026-08-19T00:50:25.240Z Checking syn v2.0.117
25962026-08-19T00:50:25.377Z Checking serde-hex v0.1.0
25972026-08-19T00:50:25.435Z Checking tokio-native-tls v0.3.1
25982026-08-19T00:50:25.529Z Checking bstr v1.12.1
25992026-08-19T00:50:25.598Z Checking crypto-common v0.2.2
26002026-08-19T00:50:25.644Z Checking block-buffer v0.12.1
26012026-08-19T00:50:25.696Z Checking block-padding v0.4.2
26022026-08-19T00:50:25.803Z Checking rustls-native-certs v0.8.3
26032026-08-19T00:50:25.852Z Checking x509-cert v0.2.5
26042026-08-19T00:50:25.910Z Checking scroll v0.12.0
26052026-08-19T00:50:25.950Z Checking object v0.37.3
26062026-08-19T00:50:26.140Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-19T00:50:26.191Z Checking md-5 v0.10.6
26082026-08-19T00:50:26.249Z Checking hash32 v0.2.1
26092026-08-19T00:50:26.333Z Checking encoding_rs v0.8.35
26102026-08-19T00:50:26.411Z Checking mime v0.3.17
26112026-08-19T00:50:26.503Z Checking crc-any v2.5.0
26122026-08-19T00:50:26.582Z Checking fallible-iterator v0.2.0
26132026-08-19T00:50:26.674Z Checking rustc-demangle v0.1.27
26142026-08-19T00:50:26.699Z Checking either v1.15.0
26152026-08-19T00:50:26.852Z Checking psl-types v2.0.11
26162026-08-19T00:50:26.866Z Checking postgres-protocol v0.6.10
26172026-08-19T00:50:26.884Z Checking dof v0.4.0
26182026-08-19T00:50:26.898Z Checking heapless v0.7.17
26192026-08-19T00:50:26.966Z Checking publicsuffix v2.3.0
26202026-08-19T00:50:27.125Z Checking zstd-safe v7.2.4
26212026-08-19T00:50:27.175Z Checking goblin v0.8.2
26222026-08-19T00:50:27.265Z Checking inout v0.2.2
26232026-08-19T00:50:27.292Z Checking hyper-tls v0.6.0
26242026-08-19T00:50:27.311Z Checking toml v0.7.8
26252026-08-19T00:50:27.416Z Checking object v0.30.4
26262026-08-19T00:50:27.463Z Checking daft v0.1.7
26272026-08-19T00:50:27.476Z Checking zip v0.6.6
26282026-08-19T00:50:27.518Z Checking cookie v0.18.1
26292026-08-19T00:50:27.620Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-08-19T00:50:27.707Z Checking tokio-rustls v0.26.4
26312026-08-19T00:50:27.751Z Checking phf_shared v0.13.1
26322026-08-19T00:50:27.780Z Checking dtrace-parser v0.3.0
26332026-08-19T00:50:27.798Z Checking zerocopy v0.7.35
26342026-08-19T00:50:27.848Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-08-19T00:50:27.929Z Checking pin-project v1.1.11
26362026-08-19T00:50:27.944Z Checking signal-hook v0.3.18
26372026-08-19T00:50:28.013Z Checking futures-executor v0.3.32
26382026-08-19T00:50:28.026Z Checking ff v0.13.1
26392026-08-19T00:50:28.132Z Checking thread-id v5.1.0
26402026-08-19T00:50:28.151Z Checking is_ci v1.2.0
26412026-08-19T00:50:28.163Z Checking path-slash v0.1.5
26422026-08-19T00:50:28.210Z Checking base16ct v0.2.0
26432026-08-19T00:50:28.244Z Checking unicode-linebreak v0.1.5
26442026-08-19T00:50:28.256Z Checking bumpalo v3.20.2
26452026-08-19T00:50:28.260Z Checking backtrace v0.3.76
26462026-08-19T00:50:28.280Z Checking libbz2-rs-sys v0.2.2
26472026-08-19T00:50:28.330Z Checking jiff-core v0.1.0
26482026-08-19T00:50:28.450Z Checking foldhash v0.2.0
26492026-08-19T00:50:28.462Z Checking smawk v0.3.2
26502026-08-19T00:50:28.558Z Checking bitflags v1.3.2
26512026-08-19T00:50:28.582Z Checking same-file v1.0.6
26522026-08-19T00:50:28.599Z Checking managed v0.8.0
26532026-08-19T00:50:28.627Z Compiling rayon-core v1.13.0
26542026-08-19T00:50:28.663Z Checking foldhash v0.1.5
26552026-08-19T00:50:28.696Z Checking unicode-width v0.2.0
26562026-08-19T00:50:28.779Z Checking smoltcp v0.9.1
26572026-08-19T00:50:28.793Z Checking hashbrown v0.15.5
26582026-08-19T00:50:28.805Z Checking walkdir v2.5.0
26592026-08-19T00:50:28.832Z Checking bzip2 v0.6.1
26602026-08-19T00:50:28.941Z Checking textwrap v0.16.2
26612026-08-19T00:50:28.961Z Checking hashbrown v0.16.1
26622026-08-19T00:50:29.008Z Checking backtrace-ext v0.2.1
26632026-08-19T00:50:29.020Z Checking jiff v0.2.34
26642026-08-19T00:50:29.082Z Checking dof v0.3.0
26652026-08-19T00:50:29.114Z Checking zopfli v0.8.3
26662026-08-19T00:50:29.151Z Checking sec1 v0.7.3
26672026-08-19T00:50:29.269Z Checking supports-color v3.0.2
26682026-08-19T00:50:29.361Z Checking usdt-impl v0.6.0
26692026-08-19T00:50:29.365Z Checking futures v0.3.32
26702026-08-19T00:50:29.384Z Checking group v0.13.0
26712026-08-19T00:50:29.396Z Checking signal-hook-mio v0.2.5
26722026-08-19T00:50:29.443Z Checking snafu v0.8.9
26732026-08-19T00:50:29.446Z Checking phf v0.13.1
26742026-08-19T00:50:29.468Z Checking hyper-rustls v0.27.7
26752026-08-19T00:50:29.494Z Checking cookie_store v0.22.1
26762026-08-19T00:50:29.521Z Checking reqwest v0.12.28
26772026-08-19T00:50:29.524Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-08-19T00:50:29.585Z Checking cipher v0.5.2
26792026-08-19T00:50:29.643Z Checking zstd v0.13.3
26802026-08-19T00:50:29.669Z Checking postgres-types v0.2.12
26812026-08-19T00:50:29.688Z Checking rustls-platform-verifier v0.6.2
26822026-08-19T00:50:29.817Z Checking globset v0.4.18
26832026-08-19T00:50:29.817Z Checking crossbeam-deque v0.8.6
26842026-08-19T00:50:29.840Z Checking phf_shared v0.11.3
26852026-08-19T00:50:29.845Z Checking regex v1.12.3
26862026-08-19T00:50:29.861Z Checking hkdf v0.12.4
26872026-08-19T00:50:29.977Z Checking dtrace-parser v0.2.0
26882026-08-19T00:50:29.980Z Checking olpc-cjson v0.1.4
26892026-08-19T00:50:30.002Z Checking ref-cast v1.0.25
26902026-08-19T00:50:30.006Z Checking curve25519-dalek v4.1.3
26912026-08-19T00:50:30.067Z Checking strum v0.27.2
26922026-08-19T00:50:30.094Z Checking byte-wrapper v0.1.0
26932026-08-19T00:50:30.118Z Checking hubpack v0.1.2
26942026-08-19T00:50:30.129Z Checking ed25519 v2.2.3
26952026-08-19T00:50:30.172Z Checking memoffset v0.9.1
26962026-08-19T00:50:30.277Z Checking rustix v0.38.44
26972026-08-19T00:50:30.277Z Checking owo-colors v4.3.0
26982026-08-19T00:50:30.277Z Checking pem v3.0.6
26992026-08-19T00:50:30.287Z Checking crypto-bigint v0.5.5
27002026-08-19T00:50:30.294Z Checking erased-serde v0.3.31
27012026-08-19T00:50:30.307Z Checking serde-big-array v0.5.1
27022026-08-19T00:50:30.421Z Checking serde_plain v1.0.2
27032026-08-19T00:50:30.444Z Checking float-cmp v0.10.0
27042026-08-19T00:50:30.563Z Checking thread-id v4.2.2
27052026-08-19T00:50:30.568Z Checking memmap2 v0.9.10
27062026-08-19T00:50:30.644Z Checking cpufeatures v0.3.0
27072026-08-19T00:50:30.674Z Checking fixedbitset v0.5.7
27082026-08-19T00:50:30.713Z Checking supports-unicode v3.0.0
27092026-08-19T00:50:30.731Z Checking unicode-segmentation v1.12.0
27102026-08-19T00:50:30.782Z Checking typed-path v0.9.3
27112026-08-19T00:50:30.797Z Checking static_assertions v1.1.0
27122026-08-19T00:50:30.817Z Checking normalize-line-endings v0.3.0
27132026-08-19T00:50:30.863Z Checking data-encoding v2.10.0
27142026-08-19T00:50:30.876Z Checking predicates-core v1.0.10
27152026-08-19T00:50:30.902Z Checking precomputed-hash v0.1.1
27162026-08-19T00:50:30.915Z Checking winnow v1.0.3
27172026-08-19T00:50:30.985Z Checking new_debug_unreachable v1.0.6
27182026-08-19T00:50:30.997Z Checking unicode-width v0.1.14
27192026-08-19T00:50:31.011Z Checking whoami v2.1.0
27202026-08-19T00:50:31.037Z Checking keccak v0.1.6
27212026-08-19T00:50:31.050Z Checking winnow v0.7.14
27222026-08-19T00:50:31.133Z Checking fixedbitset v0.4.2
27232026-08-19T00:50:31.191Z Checking toml_write v0.1.2
27242026-08-19T00:50:31.204Z Checking supports-hyperlinks v3.2.0
27252026-08-19T00:50:31.207Z Checking const-oid v0.10.2
27262026-08-19T00:50:31.236Z Checking difflib v0.4.0
27272026-08-19T00:50:31.282Z Checking petgraph v0.6.5
27282026-08-19T00:50:31.307Z Checking miette v7.6.0
27292026-08-19T00:50:31.355Z Checking tokio-postgres v0.7.16
27302026-08-19T00:50:31.369Z Checking digest v0.11.3
27312026-08-19T00:50:31.408Z Checking predicates v3.1.4
27322026-08-19T00:50:31.550Z Checking sha3 v0.10.8
27332026-08-19T00:50:31.563Z Checking tough v0.22.0
27342026-08-19T00:50:31.706Z Checking elliptic-curve v0.13.8
27352026-08-19T00:50:31.753Z Checking hickory-proto v0.25.2
27362026-08-19T00:50:31.766Z Checking toml_parser v1.1.2+spec-1.1.0
27372026-08-19T00:50:31.800Z Checking string_cache v0.8.9
27382026-08-19T00:50:31.967Z Checking similar v2.7.0
27392026-08-19T00:50:32.011Z Checking crossterm v0.28.1
27402026-08-19T00:50:32.086Z Checking zip v4.6.1
27412026-08-19T00:50:32.225Z Checking toml_edit v0.22.27
27422026-08-19T00:50:32.343Z Checking petgraph v0.8.3
27432026-08-19T00:50:32.526Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27442026-08-19T00:50:32.618Z Checking ed25519-dalek v2.2.0
27452026-08-19T00:50:32.656Z Checking usdt v0.6.0
27462026-08-19T00:50:32.710Z Checking chacha20 v0.10.0
27472026-08-19T00:50:32.824Z Checking slog v2.8.2
27482026-08-19T00:50:32.854Z Checking usdt-impl v0.5.0
27492026-08-19T00:50:32.966Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-19T00:50:33.081Z Checking nix v0.31.2
27512026-08-19T00:50:33.135Z Checking iddqd v0.4.2
27522026-08-19T00:50:33.550Z Checking reqwest v0.13.2
27532026-08-19T00:50:33.563Z Checking itertools v0.15.0
27542026-08-19T00:50:33.624Z Checking itertools v0.13.0
27552026-08-19T00:50:33.923Z Checking strum v0.26.3
27562026-08-19T00:50:34.042Z Checking serde_with v3.21.0
27572026-08-19T00:50:34.060Z Checking fs-err v3.3.0
27582026-08-19T00:50:34.289Z Checking tokio-stream v0.1.18
27592026-08-19T00:50:34.363Z Checking buf-list v1.1.2
27602026-08-19T00:50:34.398Z Checking camino v1.2.5
27612026-08-19T00:50:34.523Z Checking anyhow v1.0.104
27622026-08-19T00:50:34.540Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-19T00:50:34.644Z Checking openapiv3 v2.2.0
27642026-08-19T00:50:34.660Z Checking peg-runtime v0.8.5
27652026-08-19T00:50:34.672Z Checking lalrpop-util v0.19.12
27662026-08-19T00:50:34.676Z Checking rayon v1.11.0
27672026-08-19T00:50:34.723Z Checking sigpipe v0.1.3
27682026-08-19T00:50:34.789Z Checking glob v0.3.3
27692026-08-19T00:50:35.770Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-19T00:50:36.027Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-19T00:50:36.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.48s
27722026-08-19T00:50:36.429Z
27732026-08-19T00:50:36.429Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-19T00:50:36.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-19T00:50:36.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-19T00:50:36.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-19T00:50:36.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27782026-08-19T00:50:36.992Z
27792026-08-19T00:50:36.992Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-19T00:50:37.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-19T00:50:37.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-19T00:50:37.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-19T00:50:37.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27842026-08-19T00:50:37.556Z
27852026-08-19T00:50:37.556Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-19T00:50:38.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-19T00:50:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-19T00:50:38.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-19T00:50:38.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27902026-08-19T00:50:38.128Z
27912026-08-19T00:50:38.128Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-19T00:50:38.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-19T00:50:38.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-19T00:50:38.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-19T00:50:38.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-19T00:50:38.695Z
27972026-08-19T00:50:38.695Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-19T00:50:39.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-19T00:50:39.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-19T00:50:39.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-19T00:50:39.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-19T00:50:39.267Z
28032026-08-19T00:50:39.267Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-19T00:50:39.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-19T00:50:39.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-19T00:50:39.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-19T00:50:39.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28082026-08-19T00:50:39.829Z
28092026-08-19T00:50:39.830Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-19T00:50:40.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-19T00:50:40.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-19T00:50:40.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-19T00:50:40.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28142026-08-19T00:50:40.369Z
28152026-08-19T00:50:40.369Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-19T00:50:40.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-19T00:50:40.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-19T00:50:41.035Z Compiling multer v3.1.0
28192026-08-19T00:50:41.149Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28202026-08-19T00:50:41.152Z Compiling async-stream-impl v0.3.6
28212026-08-19T00:50:41.165Z Compiling dropshot v0.17.1
28222026-08-19T00:50:41.177Z Compiling parse-display-derive v0.10.0
28232026-08-19T00:50:41.189Z Compiling newtype-uuid-macros v0.1.0
28242026-08-19T00:50:41.192Z Compiling dropshot_endpoint v0.17.1
28252026-08-19T00:50:41.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-19T00:50:41.367Z Checking thread_local v1.1.9
28272026-08-19T00:50:41.386Z Checking match_cfg v0.1.0
28282026-08-19T00:50:41.476Z Checking compression-core v0.4.31
28292026-08-19T00:50:41.561Z Checking hostname v0.3.1
28302026-08-19T00:50:41.569Z Checking crossbeam-channel v0.5.15
28312026-08-19T00:50:41.609Z Checking compression-codecs v0.4.37
28322026-08-19T00:50:41.624Z Checking atomicwrites v0.4.4
28332026-08-19T00:50:41.639Z Checking slog-json v2.6.1
28342026-08-19T00:50:41.723Z Checking serde_spanned v1.1.1
28352026-08-19T00:50:41.748Z Checking is-terminal v0.4.17
28362026-08-19T00:50:41.772Z Checking toml_datetime v1.1.1+spec-1.1.0
28372026-08-19T00:50:41.788Z Checking debug-ignore v1.0.5
28382026-08-19T00:50:41.836Z Checking term v1.2.1
28392026-08-19T00:50:41.853Z Checking take_mut v0.2.2
28402026-08-19T00:50:41.878Z Checking toml_writer v1.1.1+spec-1.1.0
28412026-08-19T00:50:41.893Z Checking slog-bunyan v2.5.0
28422026-08-19T00:50:41.946Z Checking async-compression v0.4.41
28432026-08-19T00:50:41.959Z Checking slog-async v2.8.0
28442026-08-19T00:50:41.971Z Checking async-stream v0.3.6
28452026-08-19T00:50:42.002Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462026-08-19T00:50:42.054Z Checking slog-term v2.9.2
28472026-08-19T00:50:42.057Z Checking toml v1.1.2+spec-1.1.0
28482026-08-19T00:50:42.097Z Checking progenitor-client v0.14.0
28492026-08-19T00:50:42.110Z Checking sha1 v0.11.0
28502026-08-19T00:50:42.193Z Checking waitgroup v0.1.2
28512026-08-19T00:50:42.296Z Checking rustls-pemfile v2.2.0
28522026-08-19T00:50:42.299Z Checking backon v1.6.0
28532026-08-19T00:50:42.321Z Checking serde_path_to_error v0.1.20
28542026-08-19T00:50:42.334Z Checking hostname v0.4.2
28552026-08-19T00:50:42.348Z Checking instant v0.1.13
28562026-08-19T00:50:42.455Z Checking backoff v0.4.0
28572026-08-19T00:50:42.468Z Checking progenitor-extras v0.2.0
28582026-08-19T00:50:42.583Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-19T00:50:42.629Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-19T00:50:42.648Z Checking regress v0.10.5
28612026-08-19T00:50:42.661Z Checking itertools v0.14.0
28622026-08-19T00:50:42.805Z Checking macaddr v1.0.1
28632026-08-19T00:50:42.840Z Checking parse-display v0.10.0
28642026-08-19T00:50:42.979Z Checking humantime v2.3.0
28652026-08-19T00:50:43.716Z Compiling prettyplease v0.2.37
28662026-08-19T00:50:44.072Z Checking num-rational v0.4.2
28672026-08-19T00:50:44.349Z Checking num-complex v0.4.6
28682026-08-19T00:50:44.819Z Compiling num v0.4.3
28692026-08-19T00:50:44.896Z Compiling usdt-macro v0.5.0
28702026-08-19T00:50:44.910Z Compiling usdt-attr-macro v0.5.0
28712026-08-19T00:50:44.923Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-08-19T00:50:44.950Z Checking memmap v0.7.0
28732026-08-19T00:50:44.963Z Compiling float-ord v0.3.2
28742026-08-19T00:50:45.091Z Compiling convert_case v0.4.0
28752026-08-19T00:50:45.448Z Compiling derive_more v0.99.20
28762026-08-19T00:50:45.452Z Checking newline-converter v0.3.0
28772026-08-19T00:50:45.573Z Checking console v0.15.11
28782026-08-19T00:50:45.623Z Compiling toml v0.8.23
28792026-08-19T00:50:45.676Z Checking usdt v0.5.0
28802026-08-19T00:50:45.847Z Compiling minimal-lexical v0.2.1
28812026-08-19T00:50:45.850Z Checking linked-hash-map v0.5.6
28822026-08-19T00:50:46.027Z Checking lru-cache v0.1.2
28832026-08-19T00:50:46.100Z Compiling nom v7.1.3
28842026-08-19T00:50:46.146Z Checking expectorate v1.2.0
28852026-08-19T00:50:46.301Z Checking camino-tempfile v1.4.1
28862026-08-19T00:50:46.459Z Checking hickory-proto v0.24.4
28872026-08-19T00:50:46.604Z Checking phf_shared v0.12.1
28882026-08-19T00:50:46.739Z Compiling slog-dtrace v0.3.0
28892026-08-19T00:50:46.752Z Checking heck v0.5.0
28902026-08-19T00:50:46.929Z Compiling unicode-xid v0.2.6
28912026-08-19T00:50:47.057Z Checking resolv-conf v0.7.6
28922026-08-19T00:50:47.161Z Compiling chrono-tz v0.10.4
28932026-08-19T00:50:47.242Z Compiling const_format_proc_macros v0.2.34
28942026-08-19T00:50:47.411Z Checking phf v0.12.1
28952026-08-19T00:50:47.423Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-19T00:50:47.553Z Checking tokio-dtrace v0.1.1
28972026-08-19T00:50:47.743Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-19T00:50:47.859Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-19T00:50:47.891Z Compiling derive-where v1.6.0
29002026-08-19T00:50:48.000Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-19T00:50:48.264Z Checking highway v1.3.0
29022026-08-19T00:50:48.292Z Checking hickory-resolver v0.24.4
29032026-08-19T00:50:48.495Z Checking const_format v0.2.35
29042026-08-19T00:50:48.728Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-19T00:50:49.079Z Checking oxide-tokio-rt v0.1.4
29062026-08-19T00:50:49.261Z Checking qorb v0.4.1
29072026-08-19T00:50:49.401Z Checking gethostname v0.5.0
29082026-08-19T00:50:49.420Z Checking bcs v0.1.6
29092026-08-19T00:50:49.434Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29102026-08-19T00:50:49.488Z Checking termtree v0.5.1
29112026-08-19T00:50:49.582Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-19T00:50:49.700Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29132026-08-19T00:50:49.703Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142026-08-19T00:50:52.777Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-19T00:50:55.868Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-19T00:50:58.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s
29172026-08-19T00:50:58.277Z
29182026-08-19T00:50:58.277Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-19T00:50:58.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-19T00:50:58.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-19T00:50:58.939Z Compiling ar_archive_writer v0.5.1
29222026-08-19T00:50:59.052Z Compiling stacker v0.1.23
29232026-08-19T00:50:59.060Z Compiling cfg_aliases v0.1.1
29242026-08-19T00:50:59.068Z Compiling convert_case v0.10.0
29252026-08-19T00:50:59.075Z Compiling proc-macro-error v1.0.4
29262026-08-19T00:50:59.085Z Checking fd-lock v4.0.4
29272026-08-19T00:50:59.085Z Checking nibble_vec v0.1.0
29282026-08-19T00:50:59.088Z Compiling recursive-proc-macro-impl v0.1.1
29292026-08-19T00:50:59.119Z Compiling nix v0.28.0
29302026-08-19T00:50:59.195Z Checking vte v0.14.1
29312026-08-19T00:50:59.213Z Checking endian-type v0.1.2
29322026-08-19T00:50:59.310Z Checking bytecount v0.6.9
29332026-08-19T00:50:59.335Z Checking radix_trie v0.2.1
29342026-08-19T00:50:59.351Z Checking strip-ansi-escapes v0.2.1
29352026-08-19T00:50:59.355Z Compiling derive_more-impl v2.1.1
29362026-08-19T00:50:59.362Z Compiling tabled_derive v0.7.0
29372026-08-19T00:50:59.417Z Checking papergrid v0.11.0
29382026-08-19T00:50:59.482Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-19T00:50:59.503Z Compiling peg-macros v0.8.5
29402026-08-19T00:50:59.538Z Compiling sqlparser_derive v0.5.0
29412026-08-19T00:50:59.857Z Compiling psm v0.1.30
29422026-08-19T00:50:59.948Z Checking winnow v0.6.26
29432026-08-19T00:51:00.037Z Checking nu-ansi-term v0.50.3
29442026-08-19T00:51:00.213Z Checking derive_more v2.1.1
29452026-08-19T00:51:00.247Z Checking home v0.5.12
29462026-08-19T00:51:00.286Z Checking unicode_categories v0.1.1
29472026-08-19T00:51:00.299Z Checking crossterm v0.29.0
29482026-08-19T00:51:00.348Z Checking reedline v0.40.0
29492026-08-19T00:51:00.351Z Checking tabled v0.15.0
29502026-08-19T00:51:00.401Z Checking rustyline v14.0.0
29512026-08-19T00:51:00.458Z Checking display-error-chain v0.2.2
29522026-08-19T00:51:00.634Z Checking recursive v0.1.1
29532026-08-19T00:51:00.726Z Checking sqlparser v0.61.0
29542026-08-19T00:51:00.834Z Checking peg v0.8.5
29552026-08-19T00:51:01.055Z Checking sqlformat v0.3.5
29562026-08-19T00:51:12.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
29572026-08-19T00:51:12.172Z
29582026-08-19T00:51:12.172Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-19T00:51:12.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-19T00:51:12.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-19T00:51:12.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-19T00:51:16.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
29632026-08-19T00:51:16.507Z
29642026-08-19T00:51:16.507Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-19T00:51:16.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-19T00:51:16.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-19T00:51:17.166Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-19T00:51:19.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
29692026-08-19T00:51:19.879Z
29702026-08-19T00:51:19.879Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-19T00:51:20.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-19T00:51:20.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-19T00:51:20.530Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-19T00:51:23.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
29752026-08-19T00:51:23.999Z
29762026-08-19T00:51:23.999Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-19T00:51:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-19T00:51:24.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-19T00:51:24.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-19T00:51:28.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29812026-08-19T00:51:28.184Z
29822026-08-19T00:51:28.184Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-19T00:51:28.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-19T00:51:28.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-19T00:51:28.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-19T00:51:31.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29872026-08-19T00:51:31.686Z
29882026-08-19T00:51:31.686Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-19T00:51:32.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-19T00:51:32.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-19T00:51:32.344Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-19T00:51:35.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29932026-08-19T00:51:35.214Z
29942026-08-19T00:51:35.214Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-19T00:51:35.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-19T00:51:35.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-19T00:51:35.873Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-19T00:51:39.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
29992026-08-19T00:51:39.531Z
30002026-08-19T00:51:39.531Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-19T00:51:40.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-19T00:51:40.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-19T00:51:40.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-19T00:51:40.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-19T00:51:40.092Z
30062026-08-19T00:51:40.092Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-19T00:51:40.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-19T00:51:40.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-19T00:51:40.707Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-19T00:51:41.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30112026-08-19T00:51:41.257Z
30122026-08-19T00:51:41.257Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-19T00:51:41.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-19T00:51:41.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-19T00:51:41.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-19T00:51:41.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30172026-08-19T00:51:41.821Z
30182026-08-19T00:51:41.821Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-19T00:51:42.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-19T00:51:42.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-19T00:51:42.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-19T00:51:42.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30232026-08-19T00:51:42.416Z
30242026-08-19T00:51:42.416Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-19T00:51:42.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-19T00:51:42.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-19T00:51:42.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-19T00:51:42.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-19T00:51:42.987Z
30302026-08-19T00:51:42.987Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-19T00:51:43.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-19T00:51:43.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-19T00:51:43.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-19T00:51:43.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-19T00:51:43.558Z
30362026-08-19T00:51:43.558Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-19T00:51:44.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-19T00:51:44.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-19T00:51:44.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-19T00:51:44.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-19T00:51:44.131Z
30422026-08-19T00:51:44.131Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-19T00:51:44.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-19T00:51:44.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-19T00:51:44.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-19T00:51:44.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-19T00:51:44.704Z
30482026-08-19T00:51:44.705Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-19T00:51:45.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-19T00:51:45.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-19T00:51:45.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-19T00:51:45.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-19T00:51:45.278Z
30542026-08-19T00:51:45.279Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-19T00:51:45.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-19T00:51:45.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-19T00:51:46.092Z Compiling regress v0.11.1
30582026-08-19T00:51:46.093Z Checking secrecy v0.10.3
30592026-08-19T00:51:46.096Z Compiling crucible-workspace-hack v0.1.0
30602026-08-19T00:51:46.096Z Checking half v2.7.1
30612026-08-19T00:51:46.096Z Checking ciborium-io v0.2.2
30622026-08-19T00:51:46.096Z Checking inout v0.1.4
30632026-08-19T00:51:46.225Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-19T00:51:46.324Z Checking universal-hash v0.5.1
30652026-08-19T00:51:46.342Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-19T00:51:46.355Z Checking cipher v0.4.4
30672026-08-19T00:51:46.454Z Compiling thiserror-impl-no-std v2.0.2
30682026-08-19T00:51:46.467Z Checking ciborium-ll v0.2.2
30692026-08-19T00:51:46.499Z Checking opaque-debug v0.3.1
30702026-08-19T00:51:46.547Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30712026-08-19T00:51:46.563Z Compiling toml_datetime v0.7.5+spec-1.1.0
30722026-08-19T00:51:46.576Z Checking chacha20 v0.9.1
30732026-08-19T00:51:46.579Z Checking poly1305 v0.8.0
30742026-08-19T00:51:46.635Z Checking ciborium v0.2.2
30752026-08-19T00:51:46.769Z Compiling toml_edit v0.23.10+spec-1.0.0
30762026-08-19T00:51:46.803Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30772026-08-19T00:51:46.844Z Checking password-hash v0.5.0
30782026-08-19T00:51:46.946Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30792026-08-19T00:51:47.053Z Checking blake2 v0.10.6
30802026-08-19T00:51:47.067Z Checking aead v0.5.2
30812026-08-19T00:51:47.086Z Checking indent_write v2.2.0
30822026-08-19T00:51:47.213Z Compiling unsafe-libyaml v0.2.11
30832026-08-19T00:51:47.216Z Checking chacha20poly1305 v0.10.1
30842026-08-19T00:51:47.297Z Checking argon2 v0.5.3
30852026-08-19T00:51:47.358Z Compiling proc-macro-crate v3.4.0
30862026-08-19T00:51:47.610Z Checking thiserror-no-std v2.0.2
30872026-08-19T00:51:47.639Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30882026-08-19T00:51:47.702Z Checking vsss-rs v3.3.4
30892026-08-19T00:51:47.714Z Checking typify-impl v0.6.2
30902026-08-19T00:51:47.794Z Compiling serde_yaml v0.9.34+deprecated
30912026-08-19T00:51:47.943Z Compiling num_enum_derive v0.7.6
30922026-08-19T00:51:48.256Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30932026-08-19T00:51:48.463Z Compiling heapless v0.8.0
30942026-08-19T00:51:48.596Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-19T00:51:48.698Z Compiling ingot-macros v0.2.0
30962026-08-19T00:51:48.783Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-08-19T00:51:48.835Z Checking hash32 v0.3.1
30982026-08-19T00:51:48.926Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-19T00:51:48.973Z Checking num_enum v0.7.6
31002026-08-19T00:51:48.980Z Compiling smoltcp v0.11.0
31012026-08-19T00:51:49.175Z Checking tabwriter v1.4.1
31022026-08-19T00:51:49.225Z Checking cobs v0.3.0
31032026-08-19T00:51:49.328Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31042026-08-19T00:51:49.365Z Compiling proc-macro-crate v1.3.1
31052026-08-19T00:51:49.380Z Checking postcard v1.1.3
31062026-08-19T00:51:49.436Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31072026-08-19T00:51:49.535Z Compiling foreign-types-macros v0.2.3
31082026-08-19T00:51:49.651Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31092026-08-19T00:51:49.676Z Checking colored v3.1.1
31102026-08-19T00:51:49.791Z Checking swrite v0.1.0
31112026-08-19T00:51:49.847Z Checking foreign-types-shared v0.3.1
31122026-08-19T00:51:49.893Z Compiling num_enum_derive v0.5.11
31132026-08-19T00:51:49.908Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-08-19T00:51:50.035Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-19T00:51:50.054Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-19T00:51:50.116Z Checking foreign-types v0.5.0
31172026-08-19T00:51:50.200Z Checking cstr-argument v0.1.2
31182026-08-19T00:51:50.326Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31192026-08-19T00:51:50.465Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-08-19T00:51:50.551Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-08-19T00:51:50.556Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31222026-08-19T00:51:50.576Z Checking rand v0.10.1
31232026-08-19T00:51:50.671Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-08-19T00:51:50.687Z Compiling zone_cfg_derive v0.3.1
31252026-08-19T00:51:50.706Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-08-19T00:51:50.823Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31272026-08-19T00:51:50.913Z Checking num_enum v0.5.11
31282026-08-19T00:51:50.994Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31292026-08-19T00:51:51.028Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-08-19T00:51:51.170Z Checking itertools v0.12.1
31312026-08-19T00:51:51.203Z Compiling num-derive v0.4.2
31322026-08-19T00:51:51.333Z Compiling semver v0.1.20
31332026-08-19T00:51:51.545Z Checking ingot-types v0.2.0
31342026-08-19T00:51:51.630Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-08-19T00:51:51.844Z Compiling rustc_version v0.1.7
31362026-08-19T00:51:51.914Z Checking ingot v0.2.1
31372026-08-19T00:51:52.056Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-19T00:51:52.072Z Checking smf v0.2.3
31392026-08-19T00:51:52.122Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31402026-08-19T00:51:52.182Z Checking zone v0.3.1
31412026-08-19T00:51:52.217Z Checking csv-core v0.1.13
31422026-08-19T00:51:52.310Z Checking nom v8.0.0
31432026-08-19T00:51:52.349Z Checking whoami v1.6.1
31442026-08-19T00:51:52.372Z Compiling newtype_derive v0.1.6
31452026-08-19T00:51:52.393Z Checking csv v1.4.0
31462026-08-19T00:51:52.396Z Compiling typify-macro v0.6.2
31472026-08-19T00:51:52.521Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-08-19T00:51:52.540Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-08-19T00:51:52.556Z Compiling cancel-safe-futures v0.1.5
31502026-08-19T00:51:52.705Z Compiling libefi-sys v0.1.0
31512026-08-19T00:51:52.775Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31522026-08-19T00:51:52.793Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31532026-08-19T00:51:52.988Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31542026-08-19T00:51:53.108Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31552026-08-19T00:51:53.124Z Checking oxide-update-engine-types v0.1.2
31562026-08-19T00:51:53.189Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31572026-08-19T00:51:53.206Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31582026-08-19T00:51:53.369Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31592026-08-19T00:51:53.505Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31602026-08-19T00:51:53.546Z Compiling bitfield-struct v0.6.2
31612026-08-19T00:51:53.562Z Checking linear-map v1.2.0
31622026-08-19T00:51:53.738Z Checking steno v0.4.1
31632026-08-19T00:51:54.023Z Checking oxide-update-engine v0.1.2
31642026-08-19T00:51:54.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-08-19T00:51:54.154Z Compiling typify v0.6.2
31662026-08-19T00:51:54.244Z Compiling progenitor-impl v0.14.0
31672026-08-19T00:51:54.270Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-19T00:51:54.339Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31692026-08-19T00:51:54.448Z Checking sha1 v0.10.6
31702026-08-19T00:51:54.514Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31712026-08-19T00:51:54.597Z Checking utf-8 v0.7.6
31722026-08-19T00:51:54.627Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31732026-08-19T00:51:54.633Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31742026-08-19T00:51:54.735Z Checking tungstenite v0.21.0
31752026-08-19T00:51:54.805Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31762026-08-19T00:51:54.867Z Checking ignore v0.4.25
31772026-08-19T00:51:54.961Z Checking anstyle-parse v0.2.7
31782026-08-19T00:51:55.123Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-08-19T00:51:55.174Z Compiling xshell-macros v0.2.7
31802026-08-19T00:51:55.238Z Checking tokio-tungstenite v0.21.0
31812026-08-19T00:51:55.286Z Checking globwalk v0.9.1
31822026-08-19T00:51:55.330Z Checking anstream v0.6.21
31832026-08-19T00:51:55.469Z Checking predicates-tree v1.0.13
31842026-08-19T00:51:55.523Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31852026-08-19T00:51:55.539Z Checking filetime v0.2.27
31862026-08-19T00:51:55.555Z Checking xshell v0.2.7
31872026-08-19T00:51:55.582Z Checking xattr v1.6.1
31882026-08-19T00:51:55.676Z Checking tagptr v0.2.0
31892026-08-19T00:51:55.691Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-19T00:51:55.713Z Checking tar v0.4.46
31912026-08-19T00:51:55.747Z Checking camino-tempfile-ext v0.3.3
31922026-08-19T00:51:55.822Z Checking moka v0.12.13
31932026-08-19T00:51:55.891Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942026-08-19T00:51:55.910Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31952026-08-19T00:51:55.941Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31962026-08-19T00:51:56.045Z Checking rand_seeder v0.4.0
31972026-08-19T00:51:56.072Z Checking half v1.8.3
31982026-08-19T00:51:56.087Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31992026-08-19T00:51:56.103Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32002026-08-19T00:51:56.190Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32012026-08-19T00:51:56.269Z Checking serde_cbor v0.11.2
32022026-08-19T00:51:56.379Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32032026-08-19T00:51:56.463Z Checking hickory-resolver v0.25.2
32042026-08-19T00:51:56.485Z Checking sha2 v0.11.0
32052026-08-19T00:51:56.659Z Checking digest-io v0.1.0
32062026-08-19T00:51:56.792Z Compiling petname v2.0.2
32072026-08-19T00:51:56.845Z Compiling progenitor-macro v0.14.0
32082026-08-19T00:51:57.006Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-19T00:51:57.150Z Checking rawzip v0.4.4
32102026-08-19T00:51:57.184Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32112026-08-19T00:51:57.415Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32122026-08-19T00:51:57.590Z Checking sapling-renderdag v0.1.0
32132026-08-19T00:51:57.594Z Checking subprocess v0.2.15
32142026-08-19T00:51:57.630Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32152026-08-19T00:51:57.646Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32162026-08-19T00:51:57.775Z Checking sync-ptr v0.1.4
32172026-08-19T00:51:57.887Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32182026-08-19T00:51:57.902Z Checking colored v2.2.0
32192026-08-19T00:51:57.994Z Checking assert_matches v1.5.0
32202026-08-19T00:51:58.019Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32212026-08-19T00:51:58.342Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32222026-08-19T00:51:58.389Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32232026-08-19T00:51:59.623Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32242026-08-19T00:51:59.848Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32252026-08-19T00:52:00.002Z Checking progenitor v0.14.0
32262026-08-19T00:52:00.151Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32272026-08-19T00:52:00.154Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32282026-08-19T00:52:00.154Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-19T00:52:00.154Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32302026-08-19T00:52:00.154Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32312026-08-19T00:52:00.154Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32322026-08-19T00:52:00.213Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32332026-08-19T00:52:00.627Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32342026-08-19T00:52:00.726Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32352026-08-19T00:52:00.973Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32362026-08-19T00:52:01.132Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-19T00:52:01.800Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32382026-08-19T00:52:01.845Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32392026-08-19T00:52:03.081Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-19T00:52:11.555Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-19T00:52:18.687Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-08-19T00:52:18.690Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32432026-08-19T00:52:18.690Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-19T00:52:20.170Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-19T00:52:21.455Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-19T00:52:23.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s
32472026-08-19T00:52:23.898Z
32482026-08-19T00:52:23.898Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-19T00:52:24.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-19T00:52:24.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-19T00:52:24.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-19T00:52:24.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-08-19T00:52:24.509Z
32542026-08-19T00:52:24.509Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-19T00:52:24.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-19T00:52:24.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-19T00:52:24.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-19T00:52:24.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32592026-08-19T00:52:25.073Z
32602026-08-19T00:52:25.073Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-19T00:52:25.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-19T00:52:25.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-19T00:52:25.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-19T00:52:25.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-19T00:52:25.637Z
32662026-08-19T00:52:25.637Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-19T00:52:26.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-19T00:52:26.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-19T00:52:26.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-19T00:52:26.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32712026-08-19T00:52:26.200Z
32722026-08-19T00:52:26.201Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-19T00:52:26.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-19T00:52:26.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-19T00:52:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-19T00:52:26.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-19T00:52:26.756Z
32782026-08-19T00:52:26.756Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-19T00:52:27.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-19T00:52:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-19T00:52:27.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-19T00:52:27.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32832026-08-19T00:52:27.309Z
32842026-08-19T00:52:27.309Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-19T00:52:27.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-19T00:52:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-19T00:52:27.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-19T00:52:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-19T00:52:27.866Z
32902026-08-19T00:52:27.866Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-19T00:52:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-19T00:52:28.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-19T00:52:28.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-19T00:52:28.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32952026-08-19T00:52:28.417Z
32962026-08-19T00:52:28.418Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-19T00:52:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-19T00:52:28.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-19T00:52:28.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-19T00:52:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33012026-08-19T00:52:28.990Z
33022026-08-19T00:52:28.990Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-19T00:52:29.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-19T00:52:29.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-19T00:52:29.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-19T00:52:29.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-19T00:52:29.573Z
33082026-08-19T00:52:29.573Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-19T00:52:30.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-19T00:52:30.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-19T00:52:30.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-19T00:52:30.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-19T00:52:30.156Z
33142026-08-19T00:52:30.156Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-19T00:52:30.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-19T00:52:30.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-19T00:52:30.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-19T00:52:30.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-19T00:52:30.736Z
33202026-08-19T00:52:30.736Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-19T00:52:31.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-19T00:52:31.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-19T00:52:31.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-19T00:52:31.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33252026-08-19T00:52:31.298Z
33262026-08-19T00:52:31.298Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-19T00:52:31.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-19T00:52:31.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-19T00:52:31.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-19T00:52:31.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-19T00:52:31.878Z
33322026-08-19T00:52:31.878Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-19T00:52:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-19T00:52:32.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-19T00:52:32.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-19T00:52:32.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33372026-08-19T00:52:32.448Z
33382026-08-19T00:52:32.448Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-19T00:52:32.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-19T00:52:32.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-19T00:52:32.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-19T00:52:32.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33432026-08-19T00:52:32.998Z
33442026-08-19T00:52:32.998Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-19T00:52:33.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-19T00:52:33.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-19T00:52:33.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-19T00:52:33.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-08-19T00:52:33.601Z
33502026-08-19T00:52:33.601Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-19T00:52:34.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-19T00:52:34.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-19T00:52:34.323Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-19T00:52:34.323Z Checking void v1.0.2
33552026-08-19T00:52:34.326Z Checking tungstenite v0.23.0
33562026-08-19T00:52:34.326Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-19T00:52:34.326Z Checking dropshot-api-manager-types v0.8.0
33582026-08-19T00:52:34.458Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-19T00:52:34.467Z Checking nix v0.27.1
33602026-08-19T00:52:34.470Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-19T00:52:34.523Z Checking lzss v0.8.2
33622026-08-19T00:52:34.614Z Checking kstat-rs v0.2.5
33632026-08-19T00:52:34.626Z Checking fxhash v0.2.1
33642026-08-19T00:52:34.677Z Checking serde_bytes v0.11.19
33652026-08-19T00:52:34.699Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-19T00:52:34.737Z Checking signal-hook-tokio v0.3.1
33672026-08-19T00:52:34.765Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-19T00:52:34.790Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-19T00:52:34.842Z Checking tokio-tungstenite v0.23.1
33702026-08-19T00:52:34.977Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-19T00:52:36.018Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-19T00:52:36.560Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-19T00:52:38.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
33742026-08-19T00:52:38.872Z
33752026-08-19T00:52:38.872Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-19T00:52:39.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-19T00:52:39.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-19T00:52:39.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-19T00:52:39.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33802026-08-19T00:52:39.437Z
33812026-08-19T00:52:39.437Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-19T00:52:39.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-19T00:52:39.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-19T00:52:39.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-19T00:52:39.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-08-19T00:52:39.996Z
33872026-08-19T00:52:39.996Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-19T00:52:40.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-19T00:52:40.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-19T00:52:40.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-19T00:52:40.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33922026-08-19T00:52:40.545Z
33932026-08-19T00:52:40.545Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-19T00:52:41.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-19T00:52:41.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-19T00:52:41.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-19T00:52:41.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33982026-08-19T00:52:41.125Z
33992026-08-19T00:52:41.125Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-19T00:52:41.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-19T00:52:41.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-19T00:52:41.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-19T00:52:41.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34042026-08-19T00:52:41.695Z
34052026-08-19T00:52:41.695Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-19T00:52:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-19T00:52:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-19T00:52:42.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-19T00:52:42.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34102026-08-19T00:52:42.260Z
34112026-08-19T00:52:42.260Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-19T00:52:42.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-19T00:52:42.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-19T00:52:42.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-19T00:52:42.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34162026-08-19T00:52:42.824Z
34172026-08-19T00:52:42.824Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-19T00:52:43.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-19T00:52:43.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-19T00:52:43.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-19T00:52:43.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34222026-08-19T00:52:43.404Z
34232026-08-19T00:52:43.404Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-19T00:52:43.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-19T00:52:43.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-19T00:52:43.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-19T00:52:43.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34282026-08-19T00:52:43.968Z
34292026-08-19T00:52:43.968Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-19T00:52:44.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-19T00:52:44.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-19T00:52:44.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-19T00:52:44.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-19T00:52:44.536Z
34352026-08-19T00:52:44.536Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-19T00:52:45.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-19T00:52:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-19T00:52:45.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-19T00:52:45.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34402026-08-19T00:52:45.097Z
34412026-08-19T00:52:45.097Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-19T00:52:45.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-19T00:52:45.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-19T00:52:45.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-19T00:52:45.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-19T00:52:45.666Z
34472026-08-19T00:52:45.667Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-19T00:52:46.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-19T00:52:46.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-19T00:52:46.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-19T00:52:46.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34522026-08-19T00:52:46.225Z
34532026-08-19T00:52:46.225Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-19T00:52:46.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-19T00:52:46.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-19T00:52:46.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-19T00:52:46.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-19T00:52:46.790Z
34592026-08-19T00:52:46.790Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-19T00:52:47.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-19T00:52:47.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-19T00:52:47.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-19T00:52:47.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34642026-08-19T00:52:47.354Z
34652026-08-19T00:52:47.354Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-19T00:52:47.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-19T00:52:47.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-19T00:52:47.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-19T00:52:47.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-19T00:52:47.922Z
34712026-08-19T00:52:47.922Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-19T00:52:48.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-19T00:52:48.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-19T00:52:48.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-19T00:52:48.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34762026-08-19T00:52:48.485Z
34772026-08-19T00:52:48.485Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-19T00:52:48.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-19T00:52:48.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-19T00:52:48.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-19T00:52:48.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-19T00:52:49.053Z
34832026-08-19T00:52:49.053Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-19T00:52:49.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-19T00:52:49.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-19T00:52:49.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-19T00:52:49.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34882026-08-19T00:52:49.619Z
34892026-08-19T00:52:49.619Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-19T00:52:50.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-19T00:52:50.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-19T00:52:50.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-19T00:52:50.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34942026-08-19T00:52:50.184Z
34952026-08-19T00:52:50.184Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-19T00:52:50.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-19T00:52:50.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-19T00:52:50.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-19T00:52:50.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-19T00:52:50.750Z
35012026-08-19T00:52:50.750Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-19T00:52:51.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-19T00:52:51.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-19T00:52:51.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-19T00:52:51.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-19T00:52:51.314Z
35072026-08-19T00:52:51.314Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-19T00:52:51.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-19T00:52:51.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-19T00:52:51.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-19T00:52:51.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-19T00:52:51.899Z
35132026-08-19T00:52:51.899Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-19T00:52:52.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-19T00:52:52.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-19T00:52:52.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-19T00:52:52.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-19T00:52:52.480Z
35192026-08-19T00:52:52.481Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-19T00:52:52.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-19T00:52:52.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-19T00:52:52.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-19T00:52:52.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-08-19T00:52:53.063Z
35252026-08-19T00:52:53.063Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-19T00:52:53.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-19T00:52:53.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-19T00:52:53.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-19T00:52:53.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-08-19T00:52:53.648Z
35312026-08-19T00:52:53.648Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-19T00:52:54.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-19T00:52:54.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-19T00:52:54.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-19T00:52:54.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-19T00:52:54.227Z
35372026-08-19T00:52:54.227Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-19T00:52:54.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-19T00:52:54.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-19T00:52:54.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-19T00:52:54.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-19T00:52:54.805Z
35432026-08-19T00:52:54.805Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-19T00:52:55.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-19T00:52:55.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-19T00:52:55.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-19T00:52:55.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-19T00:52:55.385Z
35492026-08-19T00:52:55.385Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-19T00:52:55.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-19T00:52:55.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-19T00:52:55.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-19T00:52:55.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35542026-08-19T00:52:55.964Z
35552026-08-19T00:52:55.964Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-19T00:52:56.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-19T00:52:56.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-19T00:52:56.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-19T00:52:56.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-19T00:52:56.545Z
35612026-08-19T00:52:56.545Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-19T00:52:57.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-19T00:52:57.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-19T00:52:57.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-19T00:52:57.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-19T00:52:57.125Z
35672026-08-19T00:52:57.125Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-19T00:52:57.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-19T00:52:57.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-19T00:52:57.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-19T00:52:57.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-19T00:52:57.707Z
35732026-08-19T00:52:57.707Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-19T00:52:58.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-19T00:52:58.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-19T00:52:58.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-19T00:52:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-19T00:52:58.296Z
35792026-08-19T00:52:58.296Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-19T00:52:58.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-19T00:52:58.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-19T00:52:58.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-19T00:52:58.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-19T00:52:58.875Z
35852026-08-19T00:52:58.875Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-19T00:52:59.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-19T00:52:59.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-19T00:52:59.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-19T00:52:59.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-19T00:52:59.456Z
35912026-08-19T00:52:59.456Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-19T00:52:59.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-19T00:52:59.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-19T00:52:59.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-19T00:52:59.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35962026-08-19T00:53:00.034Z
35972026-08-19T00:53:00.034Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-19T00:53:00.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-19T00:53:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-19T00:53:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-19T00:53:00.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-19T00:53:00.614Z
36032026-08-19T00:53:00.614Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-19T00:53:01.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-19T00:53:01.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-19T00:53:01.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-19T00:53:01.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-19T00:53:01.199Z
36092026-08-19T00:53:01.199Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-19T00:53:01.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-19T00:53:01.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-19T00:53:01.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-19T00:53:01.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-08-19T00:53:01.779Z
36152026-08-19T00:53:01.780Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-19T00:53:02.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-19T00:53:02.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-19T00:53:02.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-19T00:53:02.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36202026-08-19T00:53:02.341Z
36212026-08-19T00:53:02.341Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-19T00:53:02.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-19T00:53:02.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-19T00:53:02.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-19T00:53:02.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36262026-08-19T00:53:02.903Z
36272026-08-19T00:53:02.903Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-19T00:53:03.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-19T00:53:03.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-19T00:53:03.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-19T00:53:03.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36322026-08-19T00:53:03.466Z
36332026-08-19T00:53:03.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-19T00:53:03.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-19T00:53:03.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-19T00:53:03.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-19T00:53:03.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36382026-08-19T00:53:04.028Z
36392026-08-19T00:53:04.028Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-19T00:53:04.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-19T00:53:04.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-19T00:53:04.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-19T00:53:04.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36442026-08-19T00:53:04.586Z
36452026-08-19T00:53:04.586Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-19T00:53:05.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-19T00:53:05.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-19T00:53:05.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-19T00:53:05.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36502026-08-19T00:53:05.147Z
36512026-08-19T00:53:05.147Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-19T00:53:05.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-19T00:53:05.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-19T00:53:05.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-19T00:53:05.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36562026-08-19T00:53:05.707Z
36572026-08-19T00:53:05.707Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-19T00:53:06.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-19T00:53:06.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-19T00:53:06.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-19T00:53:06.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36622026-08-19T00:53:06.266Z
36632026-08-19T00:53:06.266Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-19T00:53:06.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-19T00:53:06.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-19T00:53:06.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-19T00:53:06.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-19T00:53:06.831Z
36692026-08-19T00:53:06.832Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-19T00:53:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-19T00:53:07.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-19T00:53:07.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-19T00:53:07.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36742026-08-19T00:53:07.392Z
36752026-08-19T00:53:07.392Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-19T00:53:07.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-19T00:53:07.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-19T00:53:07.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-19T00:53:07.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-19T00:53:07.957Z
36812026-08-19T00:53:07.957Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-19T00:53:08.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-19T00:53:08.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-19T00:53:08.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-19T00:53:08.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36862026-08-19T00:53:08.515Z
36872026-08-19T00:53:08.516Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-19T00:53:08.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-19T00:53:08.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-19T00:53:08.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-19T00:53:08.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36922026-08-19T00:53:09.080Z
36932026-08-19T00:53:09.080Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-19T00:53:09.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-19T00:53:09.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-19T00:53:09.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-19T00:53:09.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36982026-08-19T00:53:09.642Z
36992026-08-19T00:53:09.642Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-19T00:53:10.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-19T00:53:10.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-19T00:53:10.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-19T00:53:10.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37042026-08-19T00:53:10.205Z
37052026-08-19T00:53:10.205Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-19T00:53:10.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-19T00:53:10.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-19T00:53:10.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-19T00:53:10.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37102026-08-19T00:53:10.772Z
37112026-08-19T00:53:10.772Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-19T00:53:11.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-19T00:53:11.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-19T00:53:11.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-19T00:53:11.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-19T00:53:11.357Z
37172026-08-19T00:53:11.357Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-19T00:53:11.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-19T00:53:11.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-19T00:53:11.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-19T00:53:11.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-08-19T00:53:11.950Z
37232026-08-19T00:53:11.950Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-19T00:53:12.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-19T00:53:12.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-19T00:53:12.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-19T00:53:12.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-19T00:53:12.534Z
37292026-08-19T00:53:12.534Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-19T00:53:13.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-19T00:53:13.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-19T00:53:13.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-19T00:53:13.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-08-19T00:53:13.123Z
37352026-08-19T00:53:13.123Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-19T00:53:13.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-19T00:53:13.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-19T00:53:13.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-19T00:53:13.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-08-19T00:53:13.709Z
37412026-08-19T00:53:13.709Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-19T00:53:14.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-19T00:53:14.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-19T00:53:14.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-19T00:53:14.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-19T00:53:14.298Z
37472026-08-19T00:53:14.298Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-19T00:53:14.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-19T00:53:14.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-19T00:53:14.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-19T00:53:14.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-19T00:53:14.881Z
37532026-08-19T00:53:14.881Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-19T00:53:15.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-19T00:53:15.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-19T00:53:15.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-19T00:53:15.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-19T00:53:15.468Z
37592026-08-19T00:53:15.468Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-19T00:53:15.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-19T00:53:15.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-19T00:53:15.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-19T00:53:15.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-19T00:53:16.052Z
37652026-08-19T00:53:16.053Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-19T00:53:16.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-19T00:53:16.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-19T00:53:16.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-19T00:53:16.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37702026-08-19T00:53:16.638Z
37712026-08-19T00:53:16.638Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-19T00:53:17.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-19T00:53:17.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-19T00:53:17.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-19T00:53:17.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-19T00:53:17.223Z
37772026-08-19T00:53:17.223Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-19T00:53:17.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-19T00:53:17.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-19T00:53:17.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-19T00:53:17.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-19T00:53:17.810Z
37832026-08-19T00:53:17.810Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-19T00:53:18.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-19T00:53:18.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-19T00:53:18.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-19T00:53:18.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37882026-08-19T00:53:18.395Z
37892026-08-19T00:53:18.395Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-19T00:53:18.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-19T00:53:18.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-19T00:53:18.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-19T00:53:18.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37942026-08-19T00:53:18.983Z
37952026-08-19T00:53:18.983Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-19T00:53:19.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-19T00:53:19.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-19T00:53:19.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-19T00:53:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38002026-08-19T00:53:19.568Z
38012026-08-19T00:53:19.568Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-19T00:53:20.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-19T00:53:20.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-19T00:53:20.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-19T00:53:20.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-19T00:53:20.176Z
38072026-08-19T00:53:20.177Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-19T00:53:20.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-19T00:53:20.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-19T00:53:20.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-19T00:53:20.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-19T00:53:20.749Z
38132026-08-19T00:53:20.749Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-19T00:53:21.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-19T00:53:21.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-19T00:53:21.386Z Compiling parking_lot_core v0.8.6
38172026-08-19T00:53:21.390Z Compiling git-stub v1.0.0
38182026-08-19T00:53:21.390Z Checking prefix-trie v0.7.0
38192026-08-19T00:53:21.506Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-19T00:53:21.616Z Compiling git-stub-vcs v0.1.0
38212026-08-19T00:53:21.773Z Checking hickory-server v0.25.2
38222026-08-19T00:53:21.880Z Checking parking_lot v0.11.2
38232026-08-19T00:53:21.914Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-19T00:53:22.045Z Checking sled v0.34.7
38252026-08-19T00:53:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
38262026-08-19T00:53:24.138Z
38272026-08-19T00:53:24.138Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-19T00:53:24.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-19T00:53:24.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-19T00:53:24.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-19T00:53:24.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38322026-08-19T00:53:24.703Z
38332026-08-19T00:53:24.703Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-19T00:53:25.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-19T00:53:25.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-19T00:53:25.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-19T00:53:25.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38382026-08-19T00:53:25.303Z
38392026-08-19T00:53:25.303Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-19T00:53:25.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-19T00:53:25.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-19T00:53:25.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-19T00:53:25.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38442026-08-19T00:53:25.873Z
38452026-08-19T00:53:25.873Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-19T00:53:26.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-19T00:53:26.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-19T00:53:26.575Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-19T00:53:27.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38502026-08-19T00:53:27.274Z
38512026-08-19T00:53:27.274Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-19T00:53:27.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-19T00:53:27.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-19T00:53:28.090Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-19T00:53:28.220Z Compiling hashbrown v0.14.5
38562026-08-19T00:53:28.223Z Compiling rfc6979 v0.4.0
38572026-08-19T00:53:28.235Z Compiling salty v0.3.0
38582026-08-19T00:53:28.244Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-19T00:53:28.254Z Compiling primeorder v0.13.6
38602026-08-19T00:53:28.267Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-19T00:53:28.332Z Compiling ecdsa v0.16.9
38622026-08-19T00:53:28.381Z Compiling sha1 v0.10.6
38632026-08-19T00:53:28.503Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-19T00:53:28.584Z Compiling proc-macro-error2 v2.0.1
38652026-08-19T00:53:28.688Z Compiling p384 v0.13.1
38662026-08-19T00:53:28.705Z Compiling chumsky v0.9.3
38672026-08-19T00:53:28.720Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38682026-08-19T00:53:28.754Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-19T00:53:28.888Z Compiling knus-derive v3.4.0
38702026-08-19T00:53:28.920Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-19T00:53:28.940Z Checking libscf-sys v1.2.0
38722026-08-19T00:53:29.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-19T00:53:29.067Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-19T00:53:29.234Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-19T00:53:29.274Z Checking corncobs v0.1.4
38762026-08-19T00:53:29.424Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38772026-08-19T00:53:29.425Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38782026-08-19T00:53:29.428Z Checking papergrid v0.18.0
38792026-08-19T00:53:29.467Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-19T00:53:29.481Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38812026-08-19T00:53:29.605Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-19T00:53:29.634Z Checking secrecy v0.8.0
38832026-08-19T00:53:29.677Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-19T00:53:29.761Z Compiling illumos-nvpair-sys v0.2.0
38852026-08-19T00:53:29.918Z Compiling unicase v2.9.0
38862026-08-19T00:53:29.934Z Compiling progenitor-impl v0.13.0
38872026-08-19T00:53:29.966Z Checking crc8 v0.1.1
38882026-08-19T00:53:29.981Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-19T00:53:30.115Z Compiling mime_guess v2.0.5
38902026-08-19T00:53:30.185Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38912026-08-19T00:53:30.221Z Checking tabled v0.21.0
38922026-08-19T00:53:30.236Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38932026-08-19T00:53:30.260Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38942026-08-19T00:53:30.275Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38952026-08-19T00:53:30.353Z Compiling knus v3.4.0
38962026-08-19T00:53:30.830Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-19T00:53:31.092Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-19T00:53:31.139Z Checking progenitor-client v0.13.0
38992026-08-19T00:53:31.228Z Checking http-range v0.1.5
39002026-08-19T00:53:31.359Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-19T00:53:31.379Z Checking illumos-nvpair v0.3.0
39022026-08-19T00:53:31.549Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-19T00:53:31.564Z Checking scuffle v0.1.0
39042026-08-19T00:53:31.567Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-19T00:53:31.734Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-19T00:53:32.122Z Checking nanorand v0.7.0
39072026-08-19T00:53:32.138Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-19T00:53:32.322Z Checking flume v0.11.1
39092026-08-19T00:53:32.336Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-19T00:53:32.465Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39112026-08-19T00:53:32.480Z Checking hyper-staticfile v0.10.1
39122026-08-19T00:53:32.508Z Compiling progenitor-macro v0.13.0
39132026-08-19T00:53:32.525Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39142026-08-19T00:53:32.560Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39152026-08-19T00:53:32.690Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-19T00:53:32.758Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-19T00:53:32.915Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-19T00:53:32.944Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-19T00:53:33.010Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-19T00:53:33.145Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-19T00:53:33.328Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-19T00:53:33.452Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39232026-08-19T00:53:33.470Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-19T00:53:34.903Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-19T00:53:35.810Z Checking progenitor v0.13.0
39262026-08-19T00:53:35.943Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-19T00:53:36.866Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-19T00:53:37.908Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-19T00:53:38.233Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-19T00:53:38.347Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-19T00:53:38.348Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-19T00:53:51.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.46s
39332026-08-19T00:53:51.750Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-19T00:53:51.750Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-19T00:53:51.953Z
39362026-08-19T00:53:51.953Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-19T00:53:52.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-19T00:53:52.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-19T00:53:52.721Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-19T00:54:03.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39412026-08-19T00:54:03.275Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-19T00:54:03.275Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-19T00:54:03.479Z
39442026-08-19T00:54:03.479Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-19T00:54:04.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-19T00:54:04.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-19T00:54:04.246Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-19T00:54:14.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39492026-08-19T00:54:14.768Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-19T00:54:14.768Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-19T00:54:14.968Z
39522026-08-19T00:54:14.968Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-19T00:54:15.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-19T00:54:15.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-19T00:54:15.731Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-19T00:54:26.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39572026-08-19T00:54:26.310Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-19T00:54:26.310Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-19T00:54:26.506Z
39602026-08-19T00:54:26.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-19T00:54:27.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-19T00:54:27.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-19T00:54:27.265Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-19T00:54:37.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39652026-08-19T00:54:37.867Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-19T00:54:37.868Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-19T00:54:38.066Z
39682026-08-19T00:54:38.066Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-19T00:54:38.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-19T00:54:38.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-19T00:54:38.827Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-19T00:54:49.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
39732026-08-19T00:54:49.340Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-19T00:54:49.340Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-19T00:54:49.537Z
39762026-08-19T00:54:49.537Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-19T00:54:50.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-19T00:54:50.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-19T00:54:50.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-19T00:55:00.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39812026-08-19T00:55:00.834Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-19T00:55:00.834Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-19T00:55:01.032Z
39842026-08-19T00:55:01.033Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-19T00:55:01.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-19T00:55:01.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-19T00:55:01.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-19T00:55:12.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39892026-08-19T00:55:12.351Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-19T00:55:12.351Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-19T00:55:12.549Z
39922026-08-19T00:55:12.549Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-19T00:55:13.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-19T00:55:13.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-19T00:55:13.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-19T00:55:13.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-08-19T00:55:13.127Z
39982026-08-19T00:55:13.127Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-19T00:55:13.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-19T00:55:13.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-19T00:55:13.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-19T00:55:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-19T00:55:13.714Z
40042026-08-19T00:55:13.714Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-19T00:55:14.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-19T00:55:14.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-19T00:55:14.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-19T00:55:14.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-08-19T00:55:14.266Z
40102026-08-19T00:55:14.267Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-19T00:55:14.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-19T00:55:14.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-19T00:55:14.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-19T00:55:14.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-08-19T00:55:14.869Z
40162026-08-19T00:55:14.869Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-19T00:55:15.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-19T00:55:15.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-19T00:55:15.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-19T00:55:15.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40212026-08-19T00:55:15.437Z
40222026-08-19T00:55:15.437Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-19T00:55:15.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-19T00:55:15.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-19T00:55:15.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-19T00:55:15.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-19T00:55:15.999Z
40282026-08-19T00:55:15.999Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-19T00:55:16.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-19T00:55:16.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-19T00:55:16.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-19T00:55:16.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-19T00:55:16.563Z
40342026-08-19T00:55:16.563Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-19T00:55:17.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-19T00:55:17.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-19T00:55:17.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-19T00:55:17.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40392026-08-19T00:55:17.120Z
40402026-08-19T00:55:17.120Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-19T00:55:17.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-19T00:55:17.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-19T00:55:17.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-19T00:55:17.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-19T00:55:17.707Z
40462026-08-19T00:55:17.707Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-19T00:55:18.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-19T00:55:18.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-19T00:55:18.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-19T00:55:18.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-19T00:55:18.291Z
40522026-08-19T00:55:18.291Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-19T00:55:18.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-19T00:55:18.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-19T00:55:18.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-19T00:55:18.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40572026-08-19T00:55:18.875Z
40582026-08-19T00:55:18.876Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-19T00:55:19.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-19T00:55:19.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-19T00:55:19.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-19T00:55:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40632026-08-19T00:55:19.471Z
40642026-08-19T00:55:19.471Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-19T00:55:19.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-19T00:55:19.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-19T00:55:19.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-19T00:55:19.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-19T00:55:20.062Z
40702026-08-19T00:55:20.062Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-19T00:55:20.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-19T00:55:20.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-19T00:55:20.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-19T00:55:20.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-19T00:55:20.655Z
40762026-08-19T00:55:20.656Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-19T00:55:21.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-19T00:55:21.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-19T00:55:21.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-19T00:55:21.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-19T00:55:21.245Z
40822026-08-19T00:55:21.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-19T00:55:21.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-19T00:55:21.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-19T00:55:21.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-19T00:55:21.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-19T00:55:21.836Z
40882026-08-19T00:55:21.836Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-19T00:55:22.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-19T00:55:22.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-19T00:55:22.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-19T00:55:22.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40932026-08-19T00:55:22.426Z
40942026-08-19T00:55:22.426Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-19T00:55:22.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-19T00:55:22.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-19T00:55:22.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-19T00:55:22.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-19T00:55:23.018Z
41002026-08-19T00:55:23.018Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-19T00:55:23.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-19T00:55:23.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-19T00:55:23.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-19T00:55:23.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41052026-08-19T00:55:23.592Z
41062026-08-19T00:55:23.592Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-19T00:55:24.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-19T00:55:24.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-19T00:55:24.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-19T00:55:24.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41112026-08-19T00:55:24.177Z
41122026-08-19T00:55:24.177Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-19T00:55:24.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-19T00:55:24.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-19T00:55:24.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-19T00:55:24.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41172026-08-19T00:55:24.784Z
41182026-08-19T00:55:24.784Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-19T00:55:25.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-19T00:55:25.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-19T00:55:25.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-19T00:55:25.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41232026-08-19T00:55:25.391Z
41242026-08-19T00:55:25.391Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-19T00:55:25.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-19T00:55:25.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-19T00:55:25.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-19T00:55:25.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41292026-08-19T00:55:25.989Z
41302026-08-19T00:55:25.989Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-19T00:55:26.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-19T00:55:26.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-19T00:55:26.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-19T00:55:26.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41352026-08-19T00:55:26.593Z
41362026-08-19T00:55:26.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-19T00:55:27.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-19T00:55:27.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-19T00:55:27.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-19T00:55:27.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41412026-08-19T00:55:27.203Z
41422026-08-19T00:55:27.203Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-19T00:55:27.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-19T00:55:27.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-19T00:55:27.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-19T00:55:27.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-19T00:55:27.756Z
41482026-08-19T00:55:27.756Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-19T00:55:28.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-19T00:55:28.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-19T00:55:28.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-19T00:55:28.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41532026-08-19T00:55:28.324Z
41542026-08-19T00:55:28.324Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-19T00:55:28.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-19T00:55:28.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-19T00:55:28.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-19T00:55:28.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-19T00:55:28.900Z
41602026-08-19T00:55:28.900Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-19T00:55:29.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-19T00:55:29.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-19T00:55:29.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-19T00:55:29.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41652026-08-19T00:55:29.476Z
41662026-08-19T00:55:29.476Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-19T00:55:29.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-19T00:55:29.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-19T00:55:29.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-19T00:55:29.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41712026-08-19T00:55:30.022Z
41722026-08-19T00:55:30.022Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-19T00:55:30.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-19T00:55:30.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-19T00:55:30.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-19T00:55:30.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41772026-08-19T00:55:30.566Z
41782026-08-19T00:55:30.566Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-19T00:55:31.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-19T00:55:31.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-19T00:55:31.255Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-19T00:55:31.668Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-19T00:55:32.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
41842026-08-19T00:55:33.042Z
41852026-08-19T00:55:33.042Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-19T00:55:33.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-19T00:55:33.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-19T00:55:33.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-19T00:55:33.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-19T00:55:33.609Z
41912026-08-19T00:55:33.609Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-19T00:55:34.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-19T00:55:34.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-19T00:55:34.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-19T00:55:34.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-19T00:55:34.178Z
41972026-08-19T00:55:34.178Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-19T00:55:34.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-19T00:55:34.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-19T00:55:34.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-19T00:55:34.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-08-19T00:55:34.747Z
42032026-08-19T00:55:34.747Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-19T00:55:35.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-19T00:55:35.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-19T00:55:35.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-19T00:55:35.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-19T00:55:35.310Z
42092026-08-19T00:55:35.310Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-19T00:55:35.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-19T00:55:35.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-19T00:55:35.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-19T00:55:35.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42142026-08-19T00:55:35.876Z
42152026-08-19T00:55:35.876Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-19T00:55:36.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-19T00:55:36.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-19T00:55:36.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-19T00:55:36.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-08-19T00:55:36.430Z
42212026-08-19T00:55:36.430Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-19T00:55:36.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-19T00:55:36.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-19T00:55:36.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-19T00:55:36.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42262026-08-19T00:55:36.996Z
42272026-08-19T00:55:36.996Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-19T00:55:37.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-19T00:55:37.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-19T00:55:37.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-19T00:55:37.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42322026-08-19T00:55:37.577Z
42332026-08-19T00:55:37.577Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-19T00:55:38.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-19T00:55:38.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-19T00:55:38.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-19T00:55:38.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42382026-08-19T00:55:38.150Z
42392026-08-19T00:55:38.151Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-19T00:55:38.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-19T00:55:38.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-19T00:55:38.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-19T00:55:38.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42442026-08-19T00:55:38.721Z
42452026-08-19T00:55:38.721Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-19T00:55:39.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-19T00:55:39.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-19T00:55:39.379Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-19T00:55:39.490Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-19T00:55:40.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
42512026-08-19T00:55:40.740Z
42522026-08-19T00:55:40.740Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-19T00:55:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-19T00:55:41.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-19T00:55:41.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-19T00:55:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42572026-08-19T00:55:41.299Z
42582026-08-19T00:55:41.299Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-19T00:55:41.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-19T00:55:41.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-19T00:55:41.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-19T00:55:41.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-19T00:55:41.944Z
42642026-08-19T00:55:41.944Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-19T00:55:42.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-19T00:55:42.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-19T00:55:42.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-19T00:55:42.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42692026-08-19T00:55:42.586Z
42702026-08-19T00:55:42.586Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-19T00:55:43.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-19T00:55:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-19T00:55:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-19T00:55:43.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-19T00:55:43.208Z
42762026-08-19T00:55:43.208Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-19T00:55:43.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-19T00:55:43.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-19T00:55:43.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-19T00:55:43.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42812026-08-19T00:55:43.832Z
42822026-08-19T00:55:43.832Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-19T00:55:44.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-19T00:55:44.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-19T00:55:44.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-19T00:55:44.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-19T00:55:44.387Z
42882026-08-19T00:55:44.387Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-19T00:55:44.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-19T00:55:44.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-19T00:55:44.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-19T00:55:44.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42932026-08-19T00:55:44.932Z
42942026-08-19T00:55:44.932Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-19T00:55:45.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-19T00:55:45.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-19T00:55:45.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-19T00:55:45.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42992026-08-19T00:55:45.542Z
43002026-08-19T00:55:45.543Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-19T00:55:46.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-19T00:55:46.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-19T00:55:46.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-19T00:55:46.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43052026-08-19T00:55:46.091Z
43062026-08-19T00:55:46.091Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-19T00:55:46.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-19T00:55:46.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-19T00:55:46.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-19T00:55:46.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-19T00:55:46.700Z
43122026-08-19T00:55:46.700Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-19T00:55:47.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-19T00:55:47.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-19T00:55:47.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-19T00:55:47.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43172026-08-19T00:55:47.308Z
43182026-08-19T00:55:47.308Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-19T00:55:47.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-19T00:55:47.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-19T00:55:47.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-19T00:55:47.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-19T00:55:47.864Z
43242026-08-19T00:55:47.864Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-19T00:55:48.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-19T00:55:48.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-19T00:55:48.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-19T00:55:48.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43292026-08-19T00:55:48.425Z
43302026-08-19T00:55:48.425Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-19T00:55:48.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-19T00:55:48.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-19T00:55:48.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-19T00:55:48.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43352026-08-19T00:55:48.977Z
43362026-08-19T00:55:48.977Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-19T00:55:49.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-19T00:55:49.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-19T00:55:49.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-19T00:55:49.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43412026-08-19T00:55:49.589Z
43422026-08-19T00:55:49.590Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-19T00:55:50.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-19T00:55:50.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-19T00:55:50.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-19T00:55:50.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43472026-08-19T00:55:50.201Z
43482026-08-19T00:55:50.201Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-19T00:55:50.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-19T00:55:50.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-19T00:55:50.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-19T00:55:50.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43532026-08-19T00:55:50.817Z
43542026-08-19T00:55:50.817Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-19T00:55:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-19T00:55:51.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-19T00:55:51.520Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-19T00:55:51.524Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-19T00:55:52.191Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-19T00:55:53.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43612026-08-19T00:55:54.073Z
43622026-08-19T00:55:54.073Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-19T00:55:54.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-19T00:55:54.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-19T00:55:54.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-19T00:55:54.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43672026-08-19T00:55:54.634Z
43682026-08-19T00:55:54.635Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-19T00:55:55.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-19T00:55:55.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-19T00:55:55.232Z Checking yasna v0.5.2
43722026-08-19T00:55:55.634Z Checking rcgen v0.12.1
43732026-08-19T00:55:55.892Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-19T00:55:56.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43752026-08-19T00:55:56.238Z
43762026-08-19T00:55:56.238Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-19T00:55:56.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-19T00:55:56.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-19T00:55:56.866Z Compiling instability v0.3.11
43802026-08-19T00:55:56.866Z Checking castaway v0.2.4
43812026-08-19T00:55:56.872Z Compiling indoc v2.0.7
43822026-08-19T00:55:56.872Z Checking unicode-truncate v1.1.0
43832026-08-19T00:55:56.979Z Checking lru v0.12.5
43842026-08-19T00:55:56.984Z Checking cassowary v0.3.0
43852026-08-19T00:55:57.061Z Checking compact_str v0.8.1
43862026-08-19T00:55:57.840Z Checking ratatui v0.29.0
43872026-08-19T00:55:58.905Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-19T00:55:59.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
43892026-08-19T00:55:59.790Z
43902026-08-19T00:55:59.790Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-19T00:56:00.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-19T00:56:00.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-19T00:56:00.492Z Checking headers-core v0.3.0
43942026-08-19T00:56:00.492Z Checking port-file v0.1.0
43952026-08-19T00:56:00.496Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-19T00:56:00.689Z Checking headers v0.4.1
43972026-08-19T00:56:01.064Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-19T00:56:02.022Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-19T00:56:02.538Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-19T00:56:02.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44012026-08-19T00:56:03.170Z
44022026-08-19T00:56:03.170Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-19T00:56:03.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-19T00:56:03.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-19T00:56:03.874Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-19T00:56:04.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44072026-08-19T00:56:04.826Z
44082026-08-19T00:56:04.826Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-19T00:56:05.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-19T00:56:05.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-19T00:56:05.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-19T00:56:05.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
44132026-08-19T00:56:05.237Z
44142026-08-19T00:56:05.237Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-19T00:56:05.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-19T00:56:05.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-19T00:56:05.853Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-19T00:56:06.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
44192026-08-19T00:56:06.407Z
44202026-08-19T00:56:06.407Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-19T00:56:06.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-19T00:56:06.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-19T00:56:07.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-19T00:56:08.197Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-19T00:56:08.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44262026-08-19T00:56:08.736Z
44272026-08-19T00:56:08.736Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-19T00:56:09.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-19T00:56:09.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-19T00:56:09.444Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-19T00:56:10.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44322026-08-19T00:56:10.393Z
44332026-08-19T00:56:10.393Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-19T00:56:10.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-19T00:56:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-19T00:56:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-19T00:56:10.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-08-19T00:56:10.994Z
44392026-08-19T00:56:10.994Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-19T00:56:11.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-19T00:56:11.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-19T00:56:11.594Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-19T00:56:12.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
44442026-08-19T00:56:12.443Z
44452026-08-19T00:56:12.443Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-19T00:56:12.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-19T00:56:12.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-19T00:56:13.174Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-19T00:56:13.174Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-19T00:56:13.177Z Checking git-stub v1.0.0
44512026-08-19T00:56:13.177Z Compiling trait-variant v0.1.2
44522026-08-19T00:56:13.177Z Checking maplit v1.0.2
44532026-08-19T00:56:13.312Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-19T00:56:13.321Z Checking drift v0.2.0
44552026-08-19T00:56:13.325Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-19T00:56:13.357Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44572026-08-19T00:56:13.468Z Checking git-stub-vcs v0.1.0
44582026-08-19T00:56:13.502Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44592026-08-19T00:56:13.518Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-19T00:56:13.665Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-19T00:56:13.680Z Checking dropshot-api-manager v0.8.0
44622026-08-19T00:56:13.694Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44632026-08-19T00:56:13.804Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-19T00:56:14.038Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-19T00:56:14.508Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-19T00:56:15.478Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-19T00:56:16.484Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-19T00:56:17.233Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-19T00:56:17.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
44702026-08-19T00:56:17.887Z
44712026-08-19T00:56:17.888Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-19T00:56:18.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-19T00:56:18.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-19T00:56:18.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-19T00:56:18.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-19T00:56:18.440Z
44772026-08-19T00:56:18.440Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-19T00:56:18.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-19T00:56:18.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-19T00:56:18.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-19T00:56:18.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-19T00:56:19.045Z
44832026-08-19T00:56:19.045Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-19T00:56:19.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-19T00:56:19.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-19T00:56:19.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-19T00:56:19.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-08-19T00:56:19.646Z
44892026-08-19T00:56:19.646Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-19T00:56:20.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-19T00:56:20.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-19T00:56:20.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-19T00:56:20.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-08-19T00:56:20.253Z
44952026-08-19T00:56:20.253Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-19T00:56:20.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-19T00:56:20.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-19T00:56:20.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-19T00:56:20.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-19T00:56:20.821Z
45012026-08-19T00:56:20.821Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-19T00:56:21.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-19T00:56:21.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-19T00:56:21.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-19T00:56:21.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-19T00:56:21.378Z
45072026-08-19T00:56:21.378Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-19T00:56:21.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-19T00:56:21.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-19T00:56:21.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-19T00:56:21.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-19T00:56:21.957Z
45132026-08-19T00:56:21.957Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-19T00:56:22.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-19T00:56:22.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-19T00:56:22.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-19T00:56:22.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45182026-08-19T00:56:22.530Z
45192026-08-19T00:56:22.530Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-19T00:56:23.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-19T00:56:23.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-19T00:56:23.142Z Compiling blake3 v1.8.5
45232026-08-19T00:56:23.250Z Checking arrayvec v0.7.6
45242026-08-19T00:56:23.250Z Checking arrayref v0.3.9
45252026-08-19T00:56:23.254Z Checking constant_time_eq v0.4.2
45262026-08-19T00:56:23.272Z Checking cargo-platform v0.3.2
45272026-08-19T00:56:23.272Z Checking topological-sort v0.2.2
45282026-08-19T00:56:23.275Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-19T00:56:23.428Z Checking cargo_metadata v0.23.1
45302026-08-19T00:56:24.016Z Checking omicron-zone-package v0.12.3
45312026-08-19T00:56:24.718Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-19T00:56:25.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
45332026-08-19T00:56:25.714Z
45342026-08-19T00:56:25.714Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-19T00:56:26.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-19T00:56:26.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-19T00:56:26.422Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-19T00:56:27.052Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-19T00:56:27.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45402026-08-19T00:56:27.751Z
45412026-08-19T00:56:27.751Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-19T00:56:28.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-19T00:56:28.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-19T00:56:28.713Z Compiling darling_core v0.21.3
45452026-08-19T00:56:28.713Z Compiling vergen-lib v0.1.6
45462026-08-19T00:56:28.713Z Compiling diesel_derives v2.3.7
45472026-08-19T00:56:28.717Z Checking scheduled-thread-pool v0.2.7
45482026-08-19T00:56:28.717Z Compiling vergen-gitcl v1.0.8
45492026-08-19T00:56:28.718Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-19T00:56:28.718Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-19T00:56:28.860Z Compiling dirs-sys-next v0.1.2
45522026-08-19T00:56:29.057Z Compiling glob v0.3.3
45532026-08-19T00:56:29.072Z Compiling crunchy v0.2.4
45542026-08-19T00:56:29.089Z Checking r2d2 v0.8.10
45552026-08-19T00:56:29.147Z Compiling dirs-next v2.0.0
45562026-08-19T00:56:29.152Z Compiling tiny-keccak v2.0.2
45572026-08-19T00:56:29.265Z Checking downcast-rs v2.0.2
45582026-08-19T00:56:29.361Z Compiling term v0.7.0
45592026-08-19T00:56:29.405Z Compiling bit-vec v0.6.3
45602026-08-19T00:56:29.444Z Compiling clang-sys v1.8.1
45612026-08-19T00:56:29.460Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45622026-08-19T00:56:29.625Z Compiling ascii-canvas v3.0.0
45632026-08-19T00:56:29.644Z Compiling bit-set v0.5.3
45642026-08-19T00:56:29.806Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-19T00:56:29.826Z Compiling itertools v0.10.5
45662026-08-19T00:56:29.843Z Compiling ena v0.14.4
45672026-08-19T00:56:29.860Z Compiling libloading v0.8.9
45682026-08-19T00:56:29.860Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45692026-08-19T00:56:29.890Z Compiling regex-syntax v0.6.29
45702026-08-19T00:56:29.952Z Compiling bindgen v0.71.1
45712026-08-19T00:56:30.051Z Compiling diff v0.1.13
45722026-08-19T00:56:30.352Z Compiling cexpr v0.6.0
45732026-08-19T00:56:30.369Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-19T00:56:30.465Z Compiling rustc-hash v2.1.1
45752026-08-19T00:56:30.573Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-19T00:56:30.760Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-19T00:56:30.878Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-19T00:56:30.921Z Compiling libxml v0.3.3
45792026-08-19T00:56:31.011Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-19T00:56:31.164Z Compiling strum_macros v0.24.3
45812026-08-19T00:56:31.185Z Compiling lalrpop v0.19.12
45822026-08-19T00:56:31.199Z Compiling indoc v1.0.9
45832026-08-19T00:56:31.413Z Compiling darling_macro v0.21.3
45842026-08-19T00:56:31.934Z Compiling darling v0.21.3
45852026-08-19T00:56:32.008Z Compiling dsl_auto_type v0.2.0
45862026-08-19T00:56:32.026Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-19T00:56:32.211Z Checking derive_builder v0.20.2
45882026-08-19T00:56:32.329Z Compiling oso-derive v0.27.3
45892026-08-19T00:56:32.474Z Checking quick-xml v0.37.5
45902026-08-19T00:56:32.536Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-19T00:56:32.831Z Checking openssl-probe v0.1.6
45922026-08-19T00:56:32.973Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-19T00:56:33.334Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-19T00:56:33.524Z Checking bb8 v0.8.6
45952026-08-19T00:56:33.635Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-19T00:56:33.700Z Checking nonempty v0.12.0
45972026-08-19T00:56:33.805Z Compiling libz-sys v1.1.24
45982026-08-19T00:56:33.845Z Compiling strsim v0.10.0
45992026-08-19T00:56:33.865Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-19T00:56:34.097Z Compiling darling_core v0.13.4
46012026-08-19T00:56:34.232Z Compiling vergen-git2 v9.1.0
46022026-08-19T00:56:34.408Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-19T00:56:34.451Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-19T00:56:34.623Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-19T00:56:34.838Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46062026-08-19T00:56:35.027Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46072026-08-19T00:56:35.218Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46082026-08-19T00:56:35.412Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46092026-08-19T00:56:35.440Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-19T00:56:35.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46112026-08-19T00:56:35.785Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46122026-08-19T00:56:35.969Z Compiling darling_macro v0.13.4
46132026-08-19T00:56:35.973Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46142026-08-19T00:56:36.168Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46152026-08-19T00:56:36.448Z Compiling darling v0.13.4
46162026-08-19T00:56:36.553Z Compiling serde_with_macros v1.5.2
46172026-08-19T00:56:36.574Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46182026-08-19T00:56:36.943Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-19T00:56:37.377Z Compiling serde_with v1.14.0
46202026-08-19T00:56:37.515Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46212026-08-19T00:56:37.684Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46222026-08-19T00:56:37.706Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46232026-08-19T00:56:37.844Z Checking diesel v2.3.7
46242026-08-19T00:56:38.505Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46252026-08-19T00:56:39.396Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46262026-08-19T00:56:39.527Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46272026-08-19T00:56:40.157Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46282026-08-19T00:56:40.231Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46292026-08-19T00:56:40.812Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46302026-08-19T00:56:41.014Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46312026-08-19T00:56:41.324Z Checking twox-hash v2.1.2
46322026-08-19T00:56:41.350Z Checking libsw-core v0.3.2
46332026-08-19T00:56:41.506Z Checking atty v0.2.14
46342026-08-19T00:56:41.611Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-19T00:56:41.627Z Checking libsw v3.5.0
46362026-08-19T00:56:41.788Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46372026-08-19T00:56:41.851Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46382026-08-19T00:56:41.883Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-19T00:56:42.034Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-19T00:56:43.357Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46412026-08-19T00:56:43.440Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46422026-08-19T00:56:43.817Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46432026-08-19T00:56:44.050Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-19T00:56:44.565Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-19T00:56:44.755Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-19T00:56:44.904Z Checking fatfs v0.3.6
46472026-08-19T00:56:45.007Z Checking console v0.16.2
46482026-08-19T00:56:45.319Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-19T00:56:45.360Z Checking unit-prefix v0.5.2
46502026-08-19T00:56:45.500Z Compiling seq-macro v0.3.6
46512026-08-19T00:56:45.992Z Checking indicatif v0.18.4
46522026-08-19T00:56:46.403Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-19T00:56:46.606Z Checking oxide-update-engine-display v0.1.2
46542026-08-19T00:56:46.713Z Checking support-bundle-viewer v0.1.2
46552026-08-19T00:56:46.906Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-19T00:56:46.959Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-19T00:56:47.047Z Checking multimap v0.10.1
46582026-08-19T00:56:52.966Z Checking async-bb8-diesel v0.2.1
46592026-08-19T00:56:53.317Z Checking diesel-dtrace v0.5.0
46602026-08-19T00:56:56.416Z Compiling samael v0.0.19
46612026-08-19T00:57:01.361Z Compiling git2 v0.20.4
46622026-08-19T00:57:02.359Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-19T00:57:03.396Z Compiling polar-core v0.27.3
46642026-08-19T00:57:03.789Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46652026-08-19T00:57:07.838Z Checking oso v0.27.3
46662026-08-19T00:57:40.081Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-19T00:58:55.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-19T00:58:55.284Z
46692026-08-19T00:58:55.284Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-19T00:58:55.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-19T00:58:55.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-19T00:58:55.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-19T00:58:55.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46742026-08-19T00:58:55.951Z
46752026-08-19T00:58:55.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-19T00:58:56.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-19T00:58:56.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-19T00:58:56.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-19T00:58:56.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46802026-08-19T00:58:56.572Z
46812026-08-19T00:58:56.572Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-19T00:58:57.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-19T00:58:57.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-19T00:58:57.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-19T00:58:57.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46862026-08-19T00:58:57.197Z
46872026-08-19T00:58:57.197Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-19T00:58:57.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-19T00:58:57.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-19T00:58:57.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-19T00:58:57.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46922026-08-19T00:58:57.749Z
46932026-08-19T00:58:57.749Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-19T00:58:58.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-19T00:58:58.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-19T00:58:58.570Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-19T00:58:59.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46982026-08-19T00:58:59.533Z
46992026-08-19T00:58:59.533Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-19T00:59:00.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-19T00:59:00.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-19T00:59:00.343Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-19T00:59:38.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.44s
47042026-08-19T00:59:39.189Z
47052026-08-19T00:59:39.189Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-19T00:59:39.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-19T00:59:39.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-19T00:59:39.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-19T00:59:39.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-19T00:59:39.749Z
47112026-08-19T00:59:39.749Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-19T00:59:40.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-19T00:59:40.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-19T00:59:40.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-19T00:59:40.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47162026-08-19T00:59:40.307Z
47172026-08-19T00:59:40.307Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-19T00:59:40.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-19T00:59:40.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-19T00:59:40.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-19T00:59:40.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-19T00:59:40.923Z
47232026-08-19T00:59:40.923Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-19T00:59:41.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-19T00:59:41.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-19T00:59:41.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-19T00:59:41.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-19T00:59:41.548Z
47292026-08-19T00:59:41.548Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-19T00:59:42.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-19T00:59:42.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-19T00:59:42.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-19T00:59:42.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47342026-08-19T00:59:42.180Z
47352026-08-19T00:59:42.180Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-19T00:59:42.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-19T00:59:42.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-19T00:59:42.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-19T00:59:42.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-19T00:59:42.787Z
47412026-08-19T00:59:42.787Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-19T00:59:43.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-19T00:59:43.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-19T00:59:43.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-19T00:59:43.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47462026-08-19T00:59:43.408Z
47472026-08-19T00:59:43.408Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-19T00:59:43.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-19T00:59:43.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-19T00:59:43.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-19T00:59:43.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47522026-08-19T00:59:44.030Z
47532026-08-19T00:59:44.030Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-19T00:59:44.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-19T00:59:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-19T00:59:44.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-19T00:59:44.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47582026-08-19T00:59:44.635Z
47592026-08-19T00:59:44.635Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-19T00:59:45.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-19T00:59:45.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-19T00:59:45.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-19T00:59:45.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47642026-08-19T00:59:45.260Z
47652026-08-19T00:59:45.260Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-19T00:59:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-19T00:59:45.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-19T00:59:45.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-19T00:59:45.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47702026-08-19T00:59:45.883Z
47712026-08-19T00:59:45.883Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-19T00:59:46.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-19T00:59:46.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-19T00:59:46.773Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-19T00:59:46.773Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-19T00:59:46.966Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-19T00:59:46.992Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-19T00:59:47.008Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-19T00:59:47.020Z Checking diff v0.1.13
47802026-08-19T00:59:47.023Z Checking yansi v1.0.1
47812026-08-19T00:59:47.048Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-19T00:59:47.087Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-19T00:59:47.281Z Checking pretty_assertions v1.4.1
47842026-08-19T00:59:48.029Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-19T00:59:48.060Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-19T01:00:13.120Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-19T01:00:13.123Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47882026-08-19T01:00:13.123Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-19T01:00:13.123Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47902026-08-19T01:00:13.123Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47912026-08-19T01:00:13.123Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47922026-08-19T01:00:13.124Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47932026-08-19T01:00:13.992Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47942026-08-19T01:00:13.996Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47952026-08-19T01:00:15.272Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-19T01:00:53.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47972026-08-19T01:00:53.591Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-19T01:00:53.591Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-19T01:00:53.797Z
48002026-08-19T01:00:53.797Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-19T01:00:54.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-19T01:00:54.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-19T01:00:54.502Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-19T01:00:55.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
48052026-08-19T01:00:55.335Z
48062026-08-19T01:00:55.335Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-19T01:00:55.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-19T01:00:55.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-19T01:00:55.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-19T01:00:55.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-19T01:00:55.894Z
48122026-08-19T01:00:55.894Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-19T01:00:56.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-19T01:00:56.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-19T01:00:56.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-19T01:00:56.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-19T01:00:56.472Z
48182026-08-19T01:00:56.472Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-19T01:00:57.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-19T01:00:57.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-19T01:00:57.251Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-19T01:00:57.376Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-19T01:00:57.379Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-19T01:01:24.362Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-19T01:01:24.762Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-19T01:01:26.518Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-19T01:01:26.997Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-19T01:01:30.088Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-19T01:01:53.875Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-19T01:01:54.608Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-19T01:01:56.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.82s
48322026-08-19T01:01:56.499Z
48332026-08-19T01:01:56.499Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-19T01:01:57.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-19T01:01:57.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-19T01:01:57.217Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-19T01:01:57.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48382026-08-19T01:01:58.106Z
48392026-08-19T01:01:58.106Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-19T01:01:58.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-19T01:01:58.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-19T01:01:58.722Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-19T01:01:58.726Z Compiling fs-err v2.11.0
48442026-08-19T01:01:58.840Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-19T01:01:58.851Z Checking parse-size v1.1.0
48462026-08-19T01:01:58.859Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-19T01:01:58.862Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-19T01:01:58.862Z Checking shell-words v1.1.1
48492026-08-19T01:01:58.948Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-19T01:01:59.280Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-19T01:01:59.458Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-19T01:02:00.140Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-19T01:02:01.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
48542026-08-19T01:02:01.275Z
48552026-08-19T01:02:01.275Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-19T01:02:01.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-19T01:02:01.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-19T01:02:01.911Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-19T01:02:02.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48602026-08-19T01:02:02.582Z
48612026-08-19T01:02:02.582Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-19T01:02:03.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-19T01:02:03.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-19T01:02:03.296Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-19T01:02:04.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48662026-08-19T01:02:04.192Z
48672026-08-19T01:02:04.192Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-19T01:02:04.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-19T01:02:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-19T01:02:04.590Z Checking serde_core v1.0.228
48712026-08-19T01:02:04.590Z Checking libc v0.2.185
48722026-08-19T01:02:04.670Z Checking bitflags v2.11.0
48732026-08-19T01:02:04.676Z Checking scroll v0.12.0
48742026-08-19T01:02:04.679Z Checking thiserror v1.0.69
48752026-08-19T01:02:04.689Z Checking log v0.4.33
48762026-08-19T01:02:04.696Z Checking indexmap v2.14.0
48772026-08-19T01:02:04.696Z Checking zerocopy v0.7.35
48782026-08-19T01:02:04.768Z Checking syn v2.0.117
48792026-08-19T01:02:04.808Z Checking dtrace-parser v0.2.0
48802026-08-19T01:02:04.828Z Checking once_cell v1.21.3
48812026-08-19T01:02:04.884Z Checking goblin v0.8.2
48822026-08-19T01:02:04.943Z Checking errno v0.3.14
48832026-08-19T01:02:04.998Z Checking thread-id v4.2.2
48842026-08-19T01:02:05.032Z Checking getrandom v0.3.4
48852026-08-19T01:02:05.056Z Checking rustix v1.1.4
48862026-08-19T01:02:05.073Z Checking memmap v0.7.0
48872026-08-19T01:02:05.159Z Checking thiserror v2.0.18
48882026-08-19T01:02:05.188Z Checking fs-err v3.3.0
48892026-08-19T01:02:05.199Z Checking anyhow v1.0.104
48902026-08-19T01:02:05.219Z Checking tabled v0.15.0
48912026-08-19T01:02:05.818Z Checking terminal_size v0.4.3
48922026-08-19T01:02:05.818Z Checking tempfile v3.27.0
48932026-08-19T01:02:05.930Z Checking clap_builder v4.6.0
48942026-08-19T01:02:05.934Z Checking textwrap v0.16.2
48952026-08-19T01:02:06.129Z Checking serde v1.0.228
48962026-08-19T01:02:06.129Z Checking serde_json v1.0.151
48972026-08-19T01:02:06.133Z Checking camino v1.2.5
48982026-08-19T01:02:06.133Z Checking semver v1.0.28
48992026-08-19T01:02:06.291Z Checking cargo-platform v0.3.2
49002026-08-19T01:02:06.394Z Checking camino-tempfile v1.4.1
49012026-08-19T01:02:06.517Z Checking toml_datetime v0.6.11
49022026-08-19T01:02:06.521Z Checking serde_spanned v0.6.9
49032026-08-19T01:02:06.521Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49042026-08-19T01:02:06.547Z Checking macaddr v1.0.1
49052026-08-19T01:02:06.706Z Checking toml_edit v0.22.27
49062026-08-19T01:02:06.739Z Checking dof v0.3.0
49072026-08-19T01:02:06.739Z Checking cargo_metadata v0.23.1
49082026-08-19T01:02:07.009Z Checking usdt-impl v0.5.0
49092026-08-19T01:02:07.096Z Checking clap v4.6.1
49102026-08-19T01:02:07.270Z Checking usdt v0.5.0
49112026-08-19T01:02:07.693Z Checking toml v0.8.23
49122026-08-19T01:02:07.964Z Checking cargo_toml v0.21.0
49132026-08-19T01:02:08.595Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-19T01:02:08.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
49152026-08-19T01:02:09.085Z
49162026-08-19T01:02:09.086Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-19T01:02:09.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-19T01:02:09.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-19T01:02:09.718Z Checking arc-swap v1.8.2
49202026-08-19T01:02:09.996Z Checking slog-scope v4.4.1
49212026-08-19T01:02:10.108Z Checking slog-stdlog v4.1.1
49222026-08-19T01:02:10.205Z Checking slog-envlogger v2.2.0
49232026-08-19T01:02:10.326Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-19T01:02:10.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
49252026-08-19T01:02:10.913Z
49262026-08-19T01:02:10.913Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-19T01:02:11.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-19T01:02:11.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-19T01:02:11.711Z Checking cpubits v0.1.1
49302026-08-19T01:02:11.838Z Checking pem-rfc7468 v1.0.0
49312026-08-19T01:02:11.853Z Checking hmac v0.13.0
49322026-08-19T01:02:11.856Z Checking universal-hash v0.6.1
49332026-08-19T01:02:11.880Z Checking ctr v0.10.1
49342026-08-19T01:02:11.880Z Checking aead v0.6.1
49352026-08-19T01:02:11.908Z Checking aes v0.9.1
49362026-08-19T01:02:11.908Z Checking crypto-bigint v0.7.5
49372026-08-19T01:02:11.936Z Checking salsa20 v0.11.0
49382026-08-19T01:02:11.981Z Checking der v0.8.0
49392026-08-19T01:02:11.981Z Checking polyval v0.7.1
49402026-08-19T01:02:12.009Z Checking pbkdf2 v0.13.0
49412026-08-19T01:02:12.026Z Checking cbc v0.2.1
49422026-08-19T01:02:12.057Z Checking ff v0.14.0
49432026-08-19T01:02:12.102Z Checking signature v3.0.0
49442026-08-19T01:02:12.121Z Checking scrypt v0.12.0
49452026-08-19T01:02:12.159Z Checking ghash v0.6.0
49462026-08-19T01:02:12.208Z Checking base16ct v1.0.0
49472026-08-19T01:02:12.225Z Checking group v0.14.0
49482026-08-19T01:02:12.251Z Checking hkdf v0.13.0
49492026-08-19T01:02:12.283Z Compiling curve25519-dalek v5.0.0
49502026-08-19T01:02:12.301Z Checking aes-gcm v0.11.0
49512026-08-19T01:02:12.304Z Checking keccak v0.2.0
49522026-08-19T01:02:12.335Z Checking poly1305 v0.9.0
49532026-08-19T01:02:12.368Z Checking wnaf v0.14.0
49542026-08-19T01:02:12.383Z Checking blowfish v0.10.0
49552026-08-19T01:02:12.464Z Checking blake2 v0.11.0-rc.6
49562026-08-19T01:02:12.480Z Checking sha3 v0.11.0
49572026-08-19T01:02:12.533Z Checking bcrypt-pbkdf v0.11.0
49582026-08-19T01:02:12.551Z Checking kem v0.3.0
49592026-08-19T01:02:12.603Z Checking module-lattice v0.2.3
49602026-08-19T01:02:12.669Z Checking sponge-cursor v0.1.0
49612026-08-19T01:02:12.701Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49622026-08-19T01:02:12.726Z Checking argon2 v0.6.0-rc.8
49632026-08-19T01:02:12.763Z Checking spki v0.8.0
49642026-08-19T01:02:12.795Z Checking sec1 v0.8.1
49652026-08-19T01:02:12.822Z Checking sha3 v0.12.0
49662026-08-19T01:02:12.826Z Checking ml-kem v0.3.2
49672026-08-19T01:02:12.877Z Checking internal-russh-num-bigint v0.5.0
49682026-08-19T01:02:12.935Z Checking pkcs5 v0.8.1
49692026-08-19T01:02:13.003Z Checking pkcs1 v0.8.0-rc.4
49702026-08-19T01:02:13.025Z Checking num-bigint v0.4.6
49712026-08-19T01:02:13.040Z Checking generic-array v1.4.3
49722026-08-19T01:02:13.214Z Checking russh-util v0.52.0
49732026-08-19T01:02:13.230Z Checking pkcs8 v0.11.0
49742026-08-19T01:02:13.336Z Compiling enum_dispatch v0.3.13
49752026-08-19T01:02:13.428Z Checking ed25519 v3.0.0
49762026-08-19T01:02:13.428Z Compiling delegate v0.13.5
49772026-08-19T01:02:13.564Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-19T01:02:13.594Z Checking hex-literal v1.1.0
49792026-08-19T01:02:13.642Z Checking ed25519-dalek v3.0.0
49802026-08-19T01:02:13.692Z Checking md5 v0.8.0
49812026-08-19T01:02:13.741Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-19T01:02:13.860Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-19T01:02:13.875Z Checking socket2 v0.5.10
49842026-08-19T01:02:13.947Z Checking internet-checksum v0.2.1
49852026-08-19T01:02:13.970Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-19T01:02:14.114Z Checking elliptic-curve v0.14.1
49872026-08-19T01:02:14.114Z Checking primefield v0.14.0
49882026-08-19T01:02:14.114Z Checking rfc6979 v0.6.0
49892026-08-19T01:02:14.117Z Checking ssh-encoding v0.3.0
49902026-08-19T01:02:14.275Z Checking crypto-primes v0.7.2
49912026-08-19T01:02:14.336Z Checking ssh-cipher v0.3.0
49922026-08-19T01:02:14.336Z Checking russh-cryptovec v0.62.0
49932026-08-19T01:02:14.531Z Checking ecdsa v0.17.0
49942026-08-19T01:02:14.534Z Checking primeorder v0.14.0
49952026-08-19T01:02:14.892Z Checking p521 v0.14.0
49962026-08-19T01:02:14.895Z Checking p384 v0.14.0
49972026-08-19T01:02:14.896Z Checking p256 v0.14.0
49982026-08-19T01:02:15.195Z Checking rsa v0.10.0-rc.18
49992026-08-19T01:02:17.725Z Checking ssh-key v0.7.0-rc.11
50002026-08-19T01:02:18.468Z Checking russh v0.62.4
50012026-08-19T01:02:31.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.91s
50022026-08-19T01:02:31.839Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-19T01:02:31.839Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-19T01:02:32.040Z
50052026-08-19T01:02:32.040Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-19T01:02:32.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-19T01:02:32.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-19T01:02:32.674Z Checking termios v0.3.3
50092026-08-19T01:02:32.867Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-19T01:02:33.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50112026-08-19T01:02:33.630Z
50122026-08-19T01:02:33.630Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-19T01:02:34.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-19T01:02:34.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-19T01:02:34.306Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-19T01:02:34.996Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-19T01:02:36.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
50182026-08-19T01:02:36.777Z
50192026-08-19T01:02:36.778Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-19T01:02:37.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-19T01:02:37.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-19T01:02:37.405Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-19T01:02:37.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50242026-08-19T01:02:38.010Z
50252026-08-19T01:02:38.010Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-19T01:02:38.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-19T01:02:38.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-19T01:02:38.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-19T01:02:38.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50302026-08-19T01:02:38.568Z
50312026-08-19T01:02:38.569Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-19T01:02:39.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-19T01:02:39.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-19T01:02:39.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-19T01:02:39.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-19T01:02:39.130Z
50372026-08-19T01:02:39.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-19T01:02:39.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-19T01:02:39.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-19T01:02:39.871Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-19T01:02:40.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
50422026-08-19T01:02:40.650Z
50432026-08-19T01:02:40.650Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-19T01:02:41.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-19T01:02:41.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-19T01:02:41.292Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-19T01:02:41.292Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-19T01:02:42.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
50492026-08-19T01:02:42.397Z
50502026-08-19T01:02:42.397Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-19T01:02:42.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-19T01:02:42.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-19T01:02:42.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-19T01:02:42.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-19T01:02:42.962Z
50562026-08-19T01:02:42.962Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-19T01:02:43.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-19T01:02:43.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-19T01:02:43.632Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-19T01:02:44.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50612026-08-19T01:02:44.903Z
50622026-08-19T01:02:44.904Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-19T01:02:45.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-19T01:02:45.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-19T01:02:45.680Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-19T01:02:46.033Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-19T01:02:46.538Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-19T01:02:46.541Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-19T01:02:52.902Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-19T01:02:52.906Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-19T01:02:52.906Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-19T01:02:53.518Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-19T01:02:53.518Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-19T01:02:53.522Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50752026-08-19T01:02:54.290Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50762026-08-19T01:02:54.776Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50772026-08-19T01:02:55.008Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50782026-08-19T01:02:55.375Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50792026-08-19T01:02:56.254Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50802026-08-19T01:02:56.900Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50812026-08-19T01:03:01.614Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50822026-08-19T01:03:08.793Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50832026-08-19T01:03:08.796Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50842026-08-19T01:03:08.796Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-19T01:03:08.796Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50862026-08-19T01:03:10.313Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50872026-08-19T01:03:11.601Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50882026-08-19T01:03:12.282Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50892026-08-19T01:03:13.566Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50902026-08-19T01:03:14.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s
50912026-08-19T01:03:14.313Z
50922026-08-19T01:03:14.313Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50932026-08-19T01:03:14.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50942026-08-19T01:03:14.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50952026-08-19T01:03:15.012Z Checking rtoolbox v0.0.3
50962026-08-19T01:03:15.015Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50972026-08-19T01:03:15.015Z Checking tui-tree-widget v0.23.1
50982026-08-19T01:03:15.140Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50992026-08-19T01:03:15.230Z Checking rpassword v7.5.4
51002026-08-19T01:03:18.085Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51012026-08-19T01:03:19.955Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51022026-08-19T01:03:20.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
51032026-08-19T01:03:21.065Z
51042026-08-19T01:03:21.065Zinfo: running `cargo check --bins` on wicket (334/337)
51052026-08-19T01:03:21.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51062026-08-19T01:03:21.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51072026-08-19T01:03:21.748Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51082026-08-19T01:03:22.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
51092026-08-19T01:03:22.292Z
51102026-08-19T01:03:22.292Zinfo: running `cargo check --bins` on wicketd (335/337)
51112026-08-19T01:03:22.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51122026-08-19T01:03:22.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51132026-08-19T01:03:22.982Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51142026-08-19T01:03:26.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
51152026-08-19T01:03:26.780Z
51162026-08-19T01:03:26.780Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51172026-08-19T01:03:27.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51182026-08-19T01:03:27.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51192026-08-19T01:03:27.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51202026-08-19T01:03:27.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51212026-08-19T01:03:27.336Z
51222026-08-19T01:03:27.336Zinfo: running `cargo check --bins` on zone-setup (337/337)
51232026-08-19T01:03:27.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51242026-08-19T01:03:27.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51252026-08-19T01:03:27.998Z Checking uzers v0.12.2
51262026-08-19T01:03:28.266Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51272026-08-19T01:03:29.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51282026-08-19T01:03:29.243Z
51292026-08-19T01:03:29.243Zreal 14:00.821026110
51302026-08-19T01:03:29.243Zuser 21:16.521559313
51312026-08-19T01:03:29.243Zsys 4:22.218390701
51322026-08-19T01:03:29.243Ztrap 0.338807713
51332026-08-19T01:03:29.246Ztflt 0.631130351
51342026-08-19T01:03:29.247Zdflt 0.979474316
51352026-08-19T01:03:29.247Zkflt 0.005061470
51362026-08-19T01:03:29.247Zlock 1:29:04.528593645
51372026-08-19T01:03:29.247Zslp 1:40:58.874152847
51382026-08-19T01:03:29.247Zlat 54.582283354
51392026-08-19T01:03:29.247Zstop 4:01.542234019
51402026-08-19T01:03:29.247Zprocess exited: duration 970031 ms, exit code 0
 
51412026-08-19T01:03:29.254Zfound 0 output files