01M0EJKKB29JBNY9MCR4J7FQKS: 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: 01M0EJM70KHE5NK26JQDZ8J37Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T03:15:45.686Zjob assigned to worker 01M0EJMJBQV1G6J6VQ4QQWM36W [factory aws, i-0d0f59da485ad3b29] (queued for 51 s)
 
22026-08-20T03:15:52.444Zstarting task 0: "setup"
32026-08-20T03:15:52.454Z++ uname -s
42026-08-20T03:15:52.454Z+ kern=SunOS
52026-08-20T03:15:52.454Z+ build_user=build
62026-08-20T03:15:52.454Z+ build_uid=12345
72026-08-20T03:15:52.454Z+ work_dir=/work
82026-08-20T03:15:52.454Z+ input_dir=/input
92026-08-20T03:15:52.454Z+ [[ 0 == 12345 ]]
102026-08-20T03:15:52.454Z+ case "$kern" in
112026-08-20T03:15:52.454Z+ groupadd -g 12345 build
122026-08-20T03:15:52.461Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T03:15:54.461Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T03:15:54.550Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T03:15:54.559Z+ home_fs=zfs
162026-08-20T03:15:54.560Z+ [[ zfs == autofs ]]
172026-08-20T03:15:54.560Z+ mkdir -p /home/build
182026-08-20T03:15:54.560Z+ chown build:build /home/build /work
192026-08-20T03:15:56.546Z+ chmod 0700 /home/build /work
202026-08-20T03:15:56.552Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-20T03:15:56.565Zstarting task 1: "rust-toolchain"
222026-08-20T03:15:56.572Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T03:15:56.572Z * rust toolchain channel = "1.97.1"
242026-08-20T03:15:56.572Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T03:15:56.572Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T03:15:56.572Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T03:15:56.572Z * rust toolchain profile = "default"
282026-08-20T03:15:56.572Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T03:15:56.572Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T03:15:56.675Zinfo: downloading installer
312026-08-20T03:15:58.108Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T03:15:58.108Zwarn: /home/build/.rustup/settings.toml
332026-08-20T03:15:58.108Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T03:15:58.108Zwarn: instead of the one inferred from the default host triple.
352026-08-20T03:15:58.121Zinfo: profile set to default
362026-08-20T03:15:58.121Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T03:15:58.129Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T03:15:58.272Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T03:15:58.279Zinfo: downloading 6 components
402026-08-20T03:16:14.471Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T03:16:14.471Z
422026-08-20T03:16:14.500Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T03:16:14.500Z
442026-08-20T03:16:14.500Z
452026-08-20T03:16:14.500ZRust is installed now. Great!
462026-08-20T03:16:14.500Z
472026-08-20T03:16:14.500ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T03:16:14.500Zenvironment variable. This has not been done automatically.
492026-08-20T03:16:14.500Z
502026-08-20T03:16:14.500ZTo configure your current shell, you need to source
512026-08-20T03:16:14.500Zthe corresponding env file under $HOME/.cargo.
522026-08-20T03:16:14.500Z
532026-08-20T03:16:14.500ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T03:16:14.500Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T03:16:14.500Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T03:16:14.500Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T03:16:14.501Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T03:16:14.501Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T03:16:14.501Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T03:16:14.503Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T03:16:14.503Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T03:16:14.601Z+ rustup --version
632026-08-20T03:16:14.610Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T03:16:14.614Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T03:16:14.631Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T03:16:14.635Z+ cargo --version
672026-08-20T03:16:15.327Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T03:16:15.359Z+ rustc --version
692026-08-20T03:16:15.359Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T03:16:15.359Zprocess exited: duration 18107 ms, exit code 0
 
712026-08-20T03:16:15.374Zstarting task 2: "authentication"
722026-08-20T03:16:15.390ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-20T03:16:47.499Zprocess exited: duration 32124 ms, exit code 0
 
742026-08-20T03:16:47.507Zstarting task 3: "clone repository"
752026-08-20T03:16:47.511Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-20T03:16:47.514Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-20T03:16:47.551ZCloning into '/work/oxidecomputer/omicron'...
782026-08-20T03:17:00.547Z+ cd /work/oxidecomputer/omicron
792026-08-20T03:17:00.547Z+ git fetch origin 62a063c693976b4f9482088c8b38da11a3a3f4d0
802026-08-20T03:17:00.903ZFrom https://github.com/oxidecomputer/omicron
812026-08-20T03:17:00.903Z * branch 62a063c693976b4f9482088c8b38da11a3a3f4d0 -> FETCH_HEAD
822026-08-20T03:17:00.914Z+ [[ -n multirack-join-service-part-3 ]]
832026-08-20T03:17:00.918Z++ git branch --show-current
842026-08-20T03:17:00.918Z+ current=main
852026-08-20T03:17:00.918Z+ [[ main != multirack-join-service-part-3 ]]
862026-08-20T03:17:00.918Z+ git branch -f multirack-join-service-part-3 62a063c693976b4f9482088c8b38da11a3a3f4d0
872026-08-20T03:17:00.922Z+ git checkout -f multirack-join-service-part-3
882026-08-20T03:17:01.181ZSwitched to branch 'multirack-join-service-part-3'
892026-08-20T03:17:01.186Z+ git reset --hard 62a063c693976b4f9482088c8b38da11a3a3f4d0
902026-08-20T03:17:01.205ZHEAD is now at 62a063c69 add allow_ddm_traffic to PortConfig
912026-08-20T03:17:01.208Zprocess exited: duration 13699 ms, exit code 0
 
922026-08-20T03:17:01.216Zstarting task 4: "build"
932026-08-20T03:17:01.220Z+ source .github/buildomat/ci-env.sh
942026-08-20T03:17:01.220Z++ export CARGO_TERM_COLOR=always
952026-08-20T03:17:01.220Z++ CARGO_TERM_COLOR=always
962026-08-20T03:17:01.223Z+++ uname -s
972026-08-20T03:17:01.223Z++ [[ SunOS == \S\u\n\O\S ]]
982026-08-20T03:17:01.223Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-08-20T03:17:01.223Z+ cargo --version
1002026-08-20T03:17:01.232Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-20T03:17:01.235Z+ rustc --version
1022026-08-20T03:17:01.253Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-20T03:17:01.257Z+ source ./env.sh
1042026-08-20T03:17:01.257Z++ OLD_SHELL_OPTS=ehxB
1052026-08-20T03:17:01.257Z++ set -o xtrace
1062026-08-20T03:17:01.261Z++++ dirname ./env.sh
1072026-08-20T03:17:01.261Z+++ readlink -f .
1082026-08-20T03:17:01.264Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-08-20T03:17:01.264Z++ export 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-20T03:17:01.264Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-20T03:17:01.264Z++ 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
1122026-08-20T03:17:01.264Z++ 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
1132026-08-20T03:17:01.264Z++ 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
1142026-08-20T03:17:01.265Z++ 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
1152026-08-20T03:17:01.265Z++ 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
1162026-08-20T03:17:01.265Z++ 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
1172026-08-20T03:17:01.265Z++ 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
1182026-08-20T03:17:01.265Z++ 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
1192026-08-20T03:17:01.265Z++ case $OLD_SHELL_OPTS in
1202026-08-20T03:17:01.265Z++ unset OLD_SHELL_OPTS OMICRON_WS
1212026-08-20T03:17:01.265Z+ 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
1222026-08-20T03:17:01.265Z+ 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
1232026-08-20T03:17:01.265Z+ banner prerequisites
1242026-08-20T03:17:01.265Z
1252026-08-20T03:17:01.265Z ##### ##### ###### ##### ###### #### # # # #### #
1262026-08-20T03:17:01.265Z # # # # # # # # # # # # # # #
1272026-08-20T03:17:01.266Z # # # # ##### # # ##### # # # # # #### #
1282026-08-20T03:17:01.266Z ##### ##### # ##### # # # # # # # # #
1292026-08-20T03:17:01.266Z # # # # # # # # # # # # # # #
1302026-08-20T03:17:01.266Z # # # ###### # # ###### ### # #### # #### #
1312026-08-20T03:17:01.266Z
1322026-08-20T03:17:01.266Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1332026-08-20T03:17:03.212Z Startup: Refreshing catalog 'helios' ... Done
1342026-08-20T03:17:03.544Z Startup: Caching catalogs ... Done
1352026-08-20T03:17:05.417ZPlanning: Solver setup ... Done (1.764s)
1362026-08-20T03:17:05.472ZPlanning: Running solver ... Done (0.055s)
1372026-08-20T03:17:05.517ZPlanning: Finding local manifests ... Done (0.003s)
1382026-08-20T03:17:05.531ZPlanning: Fetching manifests: 0/2 0% complete
1392026-08-20T03:17:05.549ZPlanning: Fetching manifests: 2/2 100% complete
1402026-08-20T03:17:05.563ZPlanning: Package planning ... Done (0.014s)
1412026-08-20T03:17:05.566ZPlanning: Merging actions ... Done (0.001s)
1422026-08-20T03:17:05.725ZPlanning: Checking for conflicting actions ... Done (0.161s)
1432026-08-20T03:17:05.730ZPlanning: Consolidating action changes ... Done (0.001s)
1442026-08-20T03:17:06.509ZPlanning: Evaluating mediators ... Done (0.782s)
1452026-08-20T03:17:06.513ZPlanning: Planning completed in 2.93 seconds
1462026-08-20T03:17:06.517Z Packages to install: 2
1472026-08-20T03:17:06.521Z Estimated space available: 156.01 GB
1482026-08-20T03:17:06.522ZEstimated space to be consumed: 72.15 MB
1492026-08-20T03:17:06.522Z Create boot environment: No
1502026-08-20T03:17:06.522ZCreate backup boot environment: No
1512026-08-20T03:17:06.522Z Rebuild boot archive: No
1522026-08-20T03:17:06.523Z
1532026-08-20T03:17:06.523ZChanged packages:
1542026-08-20T03:17:06.523Zhelios
1552026-08-20T03:17:06.523Z developer/build-essential
1562026-08-20T03:17:06.523Z None -> 11-3.0
1572026-08-20T03:17:06.523Z library/libxmlsec1
1582026-08-20T03:17:06.523Z None -> 1.2.35-3.0
1592026-08-20T03:17:06.543Z
1602026-08-20T03:17:06.543ZDownload: 0/214 items 0.0/1.3MB 0% complete
1612026-08-20T03:17:06.614ZDownload: Completed 1.28 MB in 0.07 seconds (17.9M/s)
1622026-08-20T03:17:06.690Z Actions: 1/268 actions (Installing new actions)
1632026-08-20T03:17:06.729Z Actions: Completed 268 actions in 0.04 seconds.
1642026-08-20T03:17:06.760ZFinalize: Updating package state database ... Done (0.030s)
1652026-08-20T03:17:06.760ZFinalize: Updating package cache ... Done (0.000s)
1662026-08-20T03:17:06.835ZFinalize: Updating image state ... Done (0.077s)
1672026-08-20T03:17:09.369ZFinalize: Creating fast lookup database ... Done (2.486s)
1682026-08-20T03:17:09.434ZFinalize: Reading search index ... Done (0.012s)
1692026-08-20T03:17:09.438ZFinalize: Updating search index ... Done (0.000s)
1702026-08-20T03:17:09.526ZFinalize: Updating package cache ... Done (0.000s)
1712026-08-20T03:17:09.892ZPlanning: Evaluating mediator changes ... Done
1722026-08-20T03:17:09.995ZPlanning: Checking for conflicting actions ... Done
1732026-08-20T03:17:09.999ZPlanning: Consolidating action changes ... Done
1742026-08-20T03:17:10.151ZPlanning: Evaluating mediators ... Done
1752026-08-20T03:17:10.155ZPlanning: Planning completed in 0.26 seconds
1762026-08-20T03:17:10.175Z Mediators to change: 2
1772026-08-20T03:17:10.175Z Create boot environment: No
1782026-08-20T03:17:10.175ZCreate backup boot environment: No
1792026-08-20T03:17:10.216ZFinalize: Updating package state database ... Done
1802026-08-20T03:17:10.216ZFinalize: Updating package cache ... Done
1812026-08-20T03:17:10.264ZFinalize: Updating image state ... Done
1822026-08-20T03:17:12.207ZFinalize: Creating fast lookup database ... Done
1832026-08-20T03:17:12.268ZFinalize: Reading search index ... Done
1842026-08-20T03:17:12.268ZFinalize: Updating search index ... Done
1852026-08-20T03:17:12.330ZFinalize: Updating package cache ... Done
1862026-08-20T03:17:12.614ZPlanning: Evaluating mediator changes ... Done
1872026-08-20T03:17:12.718ZPlanning: Checking for conflicting actions ... Done
1882026-08-20T03:17:12.722ZPlanning: Consolidating action changes ... Done
1892026-08-20T03:17:12.875ZPlanning: Evaluating mediators ... Done
1902026-08-20T03:17:12.878ZPlanning: Planning completed in 0.26 seconds
1912026-08-20T03:17:12.898Z Mediators to change: 1
1922026-08-20T03:17:12.898Z Create boot environment: No
1932026-08-20T03:17:12.898ZCreate backup boot environment: No
1942026-08-20T03:17:12.939ZFinalize: Updating package state database ... Done
1952026-08-20T03:17:12.939ZFinalize: Updating package cache ... Done
1962026-08-20T03:17:12.985ZFinalize: Updating image state ... Done
1972026-08-20T03:17:14.919ZFinalize: Creating fast lookup database ... Done
1982026-08-20T03:17:14.983ZFinalize: Reading search index ... Done
1992026-08-20T03:17:14.987ZFinalize: Updating search index ... Done
2002026-08-20T03:17:15.097ZFinalize: Updating package cache ... Done
2012026-08-20T03:17:15.411ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-08-20T03:17:15.411Zapache system 2.4 system
2032026-08-20T03:17:15.411Zclang system 15 system
2042026-08-20T03:17:15.412Zcsh system system illumos
2052026-08-20T03:17:15.412Zctags system system illumos
2062026-08-20T03:17:15.412Zfile vendor vendor darwinsys
2072026-08-20T03:17:15.412Zfile system system illumos
2082026-08-20T03:17:15.412Zgcc vendor 14 vendor
2092026-08-20T03:17:15.412Zgcc system 13 system
2102026-08-20T03:17:15.412Zgcc system 10 system
2112026-08-20T03:17:15.412Zgo system 1.25 system
2122026-08-20T03:17:15.412Zllvm system 15 system
2132026-08-20T03:17:15.412Zmariadb system 11.4 system
2142026-08-20T03:17:15.412Zmta vendor vendor dma
2152026-08-20T03:17:15.413Zopenjdk system 17 system
2162026-08-20T03:17:15.413Zopenjdk system 11 system
2172026-08-20T03:17:15.413Zopenssl vendor 3 vendor
2182026-08-20T03:17:15.413Zperl system 5.40 system
2192026-08-20T03:17:15.414Zpostgresql system 18 system
2202026-08-20T03:17:15.414Zpostgresql system 17 system
2212026-08-20T03:17:15.414Zpython vendor 3 vendor
2222026-08-20T03:17:15.414Zpython system 2 system
2232026-08-20T03:17:15.414Zpython3 vendor 3.13 vendor
2242026-08-20T03:17:15.414Zruby system 3.4 system
2252026-08-20T03:17:15.414Zruby system 3.0 system
2262026-08-20T03:17:15.415Zwords vendor vendor american-english
2272026-08-20T03:17:15.415Zwords system system australian-english
2282026-08-20T03:17:15.415Zwords system system british-english
2292026-08-20T03:17:15.415Zwords system system canadian-english
2302026-08-20T03:17:15.415Zwords system system french
2312026-08-20T03:17:15.415Zwords system system italian
2322026-08-20T03:17:15.415Zwords system system ngerman
2332026-08-20T03:17:15.415Zwords system system ogerman
2342026-08-20T03:17:15.415Zwords system system spanish
2352026-08-20T03:17:15.664ZPUBLISHER TYPE STATUS P LOCATION
2362026-08-20T03:17:15.664Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-08-20T03:17:16.121ZFMRI IFO
2382026-08-20T03:17:16.121Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-08-20T03:17:16.121Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-08-20T03:17:16.121Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-08-20T03:17:16.122Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-08-20T03:17:16.122Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-08-20T03:17:16.122Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-08-20T03:17:16.122Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-08-20T03:17:16.122Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-08-20T03:17:16.122Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-08-20T03:17:16.448Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-08-20T03:17:16.772Z Updating crates.io index
2492026-08-20T03:17:16.776Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-08-20T03:17:17.107Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-08-20T03:17:17.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-20T03:17:18.653Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-20T03:17:19.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-20T03:17:21.287Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-20T03:17:22.195Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-20T03:17:22.495Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-20T03:17:22.855Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-20T03:17:24.001Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-20T03:17:24.329Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-20T03:17:24.702Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-20T03:17:24.952Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-20T03:17:25.235Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-20T03:17:25.522Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-20T03:17:25.861Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-20T03:17:26.123Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-20T03:17:26.445Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-20T03:17:26.931Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-20T03:17:27.280Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-20T03:17:27.810Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-20T03:17:28.106Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-20T03:17:28.721Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-20T03:17:29.044Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-20T03:17:29.306Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-20T03:17:29.733Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-20T03:17:30.033Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-20T03:17:30.501Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-20T03:17:31.307Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-20T03:17:31.591Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-20T03:17:31.908Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-20T03:17:32.268Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-20T03:17:32.853Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-20T03:17:33.460Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-20T03:17:33.762Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-20T03:17:34.160Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-20T03:17:34.446Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-20T03:17:34.711Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-20T03:17:34.989Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-20T03:17:36.105Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-20T03:17:36.170Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-20T03:17:36.170Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-20T03:17:38.611Z Downloading crates ...
2922026-08-20T03:17:38.663Z Downloaded cfg-if v1.0.4
2932026-08-20T03:17:38.666Z Downloaded errno v0.3.14
2942026-08-20T03:17:38.672Z Downloaded anstream v1.0.0
2952026-08-20T03:17:38.675Z Downloaded toml_write v0.1.2
2962026-08-20T03:17:38.675Z Downloaded generic-array v0.14.7
2972026-08-20T03:17:38.675Z Downloaded itoa v1.0.17
2982026-08-20T03:17:38.678Z Downloaded pest_generator v2.8.6
2992026-08-20T03:17:38.689Z Downloaded fnv v1.0.7
3002026-08-20T03:17:38.692Z Downloaded zerocopy-derive v0.7.35
3012026-08-20T03:17:38.692Z Downloaded zmij v1.0.21
3022026-08-20T03:17:38.696Z Downloaded cargo_toml v0.21.0
3032026-08-20T03:17:38.699Z Downloaded zerocopy v0.7.35
3042026-08-20T03:17:38.708Z Downloaded fastrand v2.3.0
3052026-08-20T03:17:38.712Z Downloaded macaddr v1.0.1
3062026-08-20T03:17:38.712Z Downloaded anstyle-query v1.1.5
3072026-08-20T03:17:38.712Z Downloaded colorchoice v1.0.4
3082026-08-20T03:17:38.712Z Downloaded memmap v0.7.0
3092026-08-20T03:17:38.713Z Downloaded clap v4.6.1
3102026-08-20T03:17:38.717Z Downloaded camino-tempfile v1.4.1
3112026-08-20T03:17:38.721Z Downloaded cpufeatures v0.2.17
3122026-08-20T03:17:38.725Z Downloaded heck v0.4.1
3132026-08-20T03:17:38.725Z Downloaded clap_lex v1.0.0
3142026-08-20T03:17:38.732Z Downloaded dtrace-parser v0.2.0
3152026-08-20T03:17:38.742Z Downloaded dof v0.3.0
3162026-08-20T03:17:38.746Z Downloaded block-buffer v0.10.4
3172026-08-20T03:17:38.749Z Downloaded crypto-common v0.1.7
3182026-08-20T03:17:38.749Z Downloaded smawk v0.3.2
3192026-08-20T03:17:38.755Z Downloaded equivalent v1.0.2
3202026-08-20T03:17:38.758Z Downloaded cargo-platform v0.3.2
3212026-08-20T03:17:38.758Z Downloaded plain v0.2.3
3222026-08-20T03:17:38.762Z Downloaded usdt-attr-macro v0.5.0
3232026-08-20T03:17:38.762Z Downloaded swrite v0.1.0
3242026-08-20T03:17:38.770Z Downloaded unicode-linebreak v0.1.5
3252026-08-20T03:17:38.778Z Downloaded usdt-macro v0.5.0
3262026-08-20T03:17:38.781Z Downloaded version_check v0.9.5
3272026-08-20T03:17:38.784Z Downloaded usdt v0.5.0
3282026-08-20T03:17:38.788Z Downloaded is_terminal_polyfill v1.70.2
3292026-08-20T03:17:38.791Z Downloaded anstyle-parse v1.0.0
3302026-08-20T03:17:38.791Z Downloaded heck v0.5.0
3312026-08-20T03:17:38.795Z Downloaded cargo_metadata v0.23.1
3322026-08-20T03:17:38.795Z Downloaded anstyle v1.0.14
3332026-08-20T03:17:38.798Z Downloaded camino v1.2.5
3342026-08-20T03:17:38.802Z Downloaded bitflags v2.11.0
3352026-08-20T03:17:38.805Z Downloaded serde_spanned v0.6.9
3362026-08-20T03:17:38.809Z Downloaded utf8parse v0.2.2
3372026-08-20T03:17:38.809Z Downloaded scroll_derive v0.12.1
3382026-08-20T03:17:38.809Z Downloaded proc-macro-error-attr v1.0.4
3392026-08-20T03:17:38.812Z Downloaded strsim v0.11.1
3402026-08-20T03:17:38.812Z Downloaded tabled_derive v0.7.0
3412026-08-20T03:17:38.815Z Downloaded terminal_size v0.4.3
3422026-08-20T03:17:38.815Z Downloaded toml_datetime v0.6.11
3432026-08-20T03:17:38.818Z Downloaded thread-id v4.2.2
3442026-08-20T03:17:38.821Z Downloaded thiserror v1.0.69
3452026-08-20T03:17:38.824Z Downloaded pretty-hex v0.4.1
3462026-08-20T03:17:38.831Z Downloaded autocfg v1.5.0
3472026-08-20T03:17:38.835Z Downloaded byteorder v1.5.0
3482026-08-20T03:17:38.838Z Downloaded bytecount v0.6.9
3492026-08-20T03:17:38.841Z Downloaded thiserror-impl v1.0.69
3502026-08-20T03:17:38.841Z Downloaded thiserror v2.0.18
3512026-08-20T03:17:38.849Z Downloaded once_cell v1.21.3
3522026-08-20T03:17:38.854Z Downloaded scroll v0.12.0
3532026-08-20T03:17:38.854Z Downloaded sha2 v0.10.9
3542026-08-20T03:17:38.857Z Downloaded anyhow v1.0.104
3552026-08-20T03:17:38.860Z Downloaded quote v1.0.45
3562026-08-20T03:17:38.860Z Downloaded digest v0.10.7
3572026-08-20T03:17:38.863Z Downloaded hashbrown v0.17.0
3582026-08-20T03:17:38.866Z Downloaded serde_tokenstream v0.2.3
3592026-08-20T03:17:38.866Z Downloaded papergrid v0.11.0
3602026-08-20T03:17:38.870Z Downloaded proc-macro-error v1.0.4
3612026-08-20T03:17:38.870Z Downloaded toml v0.8.23
3622026-08-20T03:17:38.873Z Downloaded fs-err v3.3.0
3632026-08-20T03:17:38.873Z Downloaded pest_derive v2.8.6
3642026-08-20T03:17:38.873Z Downloaded thiserror-impl v2.0.18
3652026-08-20T03:17:38.873Z Downloaded usdt-impl v0.5.0
3662026-08-20T03:17:38.873Z Downloaded clap_derive v4.6.1
3672026-08-20T03:17:38.876Z Downloaded ucd-trie v0.1.7
3682026-08-20T03:17:38.881Z Downloaded tempfile v3.27.0
3692026-08-20T03:17:38.890Z Downloaded semver v1.0.28
3702026-08-20T03:17:38.900Z Downloaded getrandom v0.3.4
3712026-08-20T03:17:38.904Z Downloaded serde_derive v1.0.228
3722026-08-20T03:17:38.911Z Downloaded serde_core v1.0.228
3732026-08-20T03:17:38.915Z Downloaded log v0.4.33
3742026-08-20T03:17:38.921Z Downloaded pest_meta v2.8.6
3752026-08-20T03:17:38.927Z Downloaded unicode-ident v1.0.24
3762026-08-20T03:17:38.933Z Downloaded textwrap v0.16.2
3772026-08-20T03:17:38.940Z Downloaded proc-macro2 v1.0.106
3782026-08-20T03:17:38.944Z Downloaded memchr v2.8.0
3792026-08-20T03:17:38.952Z Downloaded serde v1.0.228
3802026-08-20T03:17:38.956Z Downloaded indexmap v2.14.0
3812026-08-20T03:17:38.961Z Downloaded toml_edit v0.22.27
3822026-08-20T03:17:38.968Z Downloaded pest v2.8.6
3832026-08-20T03:17:38.971Z Downloaded typenum v1.20.1
3842026-08-20T03:17:39.000Z Downloaded clap_builder v4.6.0
3852026-08-20T03:17:39.003Z Downloaded serde_json v1.0.151
3862026-08-20T03:17:39.019Z Downloaded winnow v0.7.14
3872026-08-20T03:17:39.029Z Downloaded goblin v0.8.2
3882026-08-20T03:17:39.033Z Downloaded tabled v0.15.0
3892026-08-20T03:17:39.057Z Downloaded syn v1.0.109
3902026-08-20T03:17:39.065Z Downloaded unicode-width v0.1.14
3912026-08-20T03:17:39.070Z Downloaded unicode-width v0.2.0
3922026-08-20T03:17:39.074Z Downloaded syn v2.0.117
3932026-08-20T03:17:39.084Z Downloaded rustix v1.1.4
3942026-08-20T03:17:39.114Z Downloaded libc v0.2.185
3952026-08-20T03:17:39.177Z Compiling proc-macro2 v1.0.106
3962026-08-20T03:17:39.177Z Compiling unicode-ident v1.0.24
3972026-08-20T03:17:39.177Z Compiling quote v1.0.45
3982026-08-20T03:17:39.177Z Compiling serde_core v1.0.228
3992026-08-20T03:17:39.181Z Compiling libc v0.2.185
4002026-08-20T03:17:39.181Z Compiling version_check v0.9.5
4012026-08-20T03:17:39.353Z Compiling memchr v2.8.0
4022026-08-20T03:17:39.357Z Compiling serde v1.0.228
4032026-08-20T03:17:39.502Z Compiling zmij v1.0.21
4042026-08-20T03:17:39.742Z Compiling itoa v1.0.17
4052026-08-20T03:17:39.799Z Compiling ucd-trie v0.1.7
4062026-08-20T03:17:39.923Z Compiling thiserror v1.0.69
4072026-08-20T03:17:40.116Z Compiling pest v2.8.6
4082026-08-20T03:17:40.146Z Compiling byteorder v1.5.0
4092026-08-20T03:17:40.192Z Compiling rustix v1.1.4
4102026-08-20T03:17:40.328Z Compiling errno v0.3.14
4112026-08-20T03:17:40.450Z Compiling bitflags v2.11.0
4122026-08-20T03:17:40.489Z Compiling serde_json v1.0.151
4132026-08-20T03:17:40.617Z Compiling syn v2.0.117
4142026-08-20T03:17:40.691Z Compiling thread-id v4.2.2
4152026-08-20T03:17:40.720Z Compiling proc-macro-error-attr v1.0.4
4162026-08-20T03:17:40.785Z Compiling usdt-impl v0.5.0
4172026-08-20T03:17:40.908Z Compiling camino v1.2.5
4182026-08-20T03:17:41.326Z Compiling syn v1.0.109
4192026-08-20T03:17:41.331Z Compiling pest_meta v2.8.6
4202026-08-20T03:17:41.331Z Compiling proc-macro-error v1.0.4
4212026-08-20T03:17:41.331Z Compiling equivalent v1.0.2
4222026-08-20T03:17:41.364Z Compiling log v0.4.33
4232026-08-20T03:17:41.417Z Compiling hashbrown v0.17.0
4242026-08-20T03:17:41.497Z Compiling getrandom v0.3.4
4252026-08-20T03:17:41.694Z Compiling utf8parse v0.2.2
4262026-08-20T03:17:41.807Z Compiling plain v0.2.3
4272026-08-20T03:17:41.865Z Compiling anstyle-parse v1.0.0
4282026-08-20T03:17:41.942Z Compiling indexmap v2.14.0
4292026-08-20T03:17:42.022Z Compiling terminal_size v0.4.3
4302026-08-20T03:17:42.570Z Compiling toml_write v0.1.2
4312026-08-20T03:17:42.602Z Compiling cfg-if v1.0.4
4322026-08-20T03:17:42.608Z Compiling winnow v0.7.14
4332026-08-20T03:17:42.636Z Compiling autocfg v1.5.0
4342026-08-20T03:17:42.676Z Compiling is_terminal_polyfill v1.70.2
4352026-08-20T03:17:42.763Z Compiling thiserror v2.0.18
4362026-08-20T03:17:42.835Z Compiling anstyle v1.0.14
4372026-08-20T03:17:42.871Z Compiling colorchoice v1.0.4
4382026-08-20T03:17:43.047Z Compiling pest_generator v2.8.6
4392026-08-20T03:17:43.096Z Compiling pretty-hex v0.4.1
4402026-08-20T03:17:43.096Z Compiling anstyle-query v1.1.5
4412026-08-20T03:17:43.197Z Compiling fs-err v3.3.0
4422026-08-20T03:17:43.197Z Compiling anstream v1.0.0
4432026-08-20T03:17:43.319Z Compiling once_cell v1.21.3
4442026-08-20T03:17:43.385Z Compiling strsim v0.11.1
4452026-08-20T03:17:43.399Z Compiling fastrand v2.3.0
4462026-08-20T03:17:43.516Z Compiling clap_lex v1.0.0
4472026-08-20T03:17:43.581Z Compiling fnv v1.0.7
4482026-08-20T03:17:43.591Z Compiling bytecount v0.6.9
4492026-08-20T03:17:43.662Z Compiling anyhow v1.0.104
4502026-08-20T03:17:43.674Z Compiling heck v0.4.1
4512026-08-20T03:17:43.711Z Compiling heck v0.5.0
4522026-08-20T03:17:43.759Z Compiling unicode-width v0.1.14
4532026-08-20T03:17:43.764Z Compiling clap_builder v4.6.0
4542026-08-20T03:17:43.898Z Compiling tempfile v3.27.0
4552026-08-20T03:17:43.943Z Compiling papergrid v0.11.0
4562026-08-20T03:17:44.085Z Compiling semver v1.0.28
4572026-08-20T03:17:44.103Z Compiling cargo-platform v0.3.2
4582026-08-20T03:17:44.144Z Compiling tabled_derive v0.7.0
4592026-08-20T03:17:44.174Z Compiling memmap v0.7.0
4602026-08-20T03:17:44.265Z Compiling smawk v0.3.2
4612026-08-20T03:17:44.356Z Compiling unicode-linebreak v0.1.5
4622026-08-20T03:17:44.376Z Compiling unicode-width v0.2.0
4632026-08-20T03:17:44.429Z Compiling camino-tempfile v1.4.1
4642026-08-20T03:17:44.470Z Compiling serde_derive v1.0.228
4652026-08-20T03:17:44.603Z Compiling thiserror-impl v1.0.69
4662026-08-20T03:17:44.635Z Compiling zerocopy-derive v0.7.35
4672026-08-20T03:17:44.656Z Compiling pest_derive v2.8.6
4682026-08-20T03:17:44.743Z Compiling scroll_derive v0.12.1
4692026-08-20T03:17:45.031Z Compiling thiserror-impl v2.0.18
4702026-08-20T03:17:45.114Z Compiling clap_derive v4.6.1
4712026-08-20T03:17:45.415Z Compiling tabled v0.15.0
4722026-08-20T03:17:45.443Z Compiling scroll v0.12.0
4732026-08-20T03:17:45.553Z Compiling zerocopy v0.7.35
4742026-08-20T03:17:45.729Z Compiling goblin v0.8.2
4752026-08-20T03:17:45.951Z Compiling dtrace-parser v0.2.0
4762026-08-20T03:17:46.134Z Compiling textwrap v0.16.2
4772026-08-20T03:17:46.615Z Compiling swrite v0.1.0
4782026-08-20T03:17:46.870Z Compiling clap v4.6.1
4792026-08-20T03:17:47.583Z Compiling dof v0.3.0
4802026-08-20T03:17:47.586Z Compiling serde_tokenstream v0.2.3
4812026-08-20T03:17:47.603Z Compiling toml_datetime v0.6.11
4822026-08-20T03:17:47.616Z Compiling serde_spanned v0.6.9
4832026-08-20T03:17:47.619Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-20T03:17:47.664Z Compiling macaddr v1.0.1
4852026-08-20T03:17:47.667Z Compiling cargo_metadata v0.23.1
4862026-08-20T03:17:47.777Z Compiling toml_edit v0.22.27
4872026-08-20T03:17:48.379Z Compiling usdt-macro v0.5.0
4882026-08-20T03:17:48.379Z Compiling usdt-attr-macro v0.5.0
4892026-08-20T03:17:48.979Z Compiling usdt v0.5.0
4902026-08-20T03:17:49.167Z Compiling toml v0.8.23
4912026-08-20T03:17:49.447Z Compiling cargo_toml v0.21.0
4922026-08-20T03:17:50.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-20T03:17:52.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
4942026-08-20T03:17:52.945Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-20T03:17:53.440Z Downloading crates ...
4962026-08-20T03:17:53.507Z Downloaded ascii-canvas v3.0.0
4972026-08-20T03:17:53.521Z Downloaded aes v0.9.1
4982026-08-20T03:17:53.524Z Downloaded blake2 v0.11.0-rc.6
4992026-08-20T03:17:53.569Z Downloaded const-oid v0.10.2
5002026-08-20T03:17:53.584Z Downloaded bit-set v0.5.3
5012026-08-20T03:17:53.584Z Downloaded fallible-iterator v0.2.0
5022026-08-20T03:17:53.584Z Downloaded addr2line v0.25.1
5032026-08-20T03:17:53.584Z Downloaded enum-as-inner v0.6.1
5042026-08-20T03:17:53.584Z Downloaded git-stub v1.0.0
5052026-08-20T03:17:53.584Z Downloaded filetime v0.2.27
5062026-08-20T03:17:53.584Z Downloaded getrandom v0.2.17
5072026-08-20T03:17:53.584Z Downloaded argon2 v0.5.3
5082026-08-20T03:17:53.584Z Downloaded bitfield-macros v0.19.4
5092026-08-20T03:17:53.584Z Downloaded embedded-io v0.4.0
5102026-08-20T03:17:53.584Z Downloaded array-init v0.0.4
5112026-08-20T03:17:53.584Z Downloaded bitfield-struct v0.6.2
5122026-08-20T03:17:53.584Z Downloaded form_urlencoded v1.2.2
5132026-08-20T03:17:53.584Z Downloaded bcrypt-pbkdf v0.11.0
5142026-08-20T03:17:53.584Z Downloaded bit-set v0.8.0
5152026-08-20T03:17:53.584Z Downloaded foreign-types-macros v0.2.3
5162026-08-20T03:17:53.584Z Downloaded funty v2.0.0
5172026-08-20T03:17:53.584Z Downloaded base16ct v1.0.0
5182026-08-20T03:17:53.584Z Downloaded assert_matches v1.5.0
5192026-08-20T03:17:53.584Z Downloaded atomicwrites v0.4.4
5202026-08-20T03:17:53.597Z Downloaded home v0.5.12
5212026-08-20T03:17:53.597Z Downloaded anstream v0.6.21
5222026-08-20T03:17:53.597Z Downloaded arrayref v0.3.9
5232026-08-20T03:17:53.598Z Downloaded base16ct v0.2.0
5242026-08-20T03:17:53.598Z Downloaded group v0.13.0
5252026-08-20T03:17:53.598Z Downloaded atty v0.2.14
5262026-08-20T03:17:53.608Z Downloaded bb8 v0.8.6
5272026-08-20T03:17:53.608Z Downloaded glob v0.3.3
5282026-08-20T03:17:53.608Z Downloaded anstyle-parse v0.2.7
5292026-08-20T03:17:53.608Z Downloaded async-stream v0.3.6
5302026-08-20T03:17:53.608Z Downloaded aead v0.6.1
5312026-08-20T03:17:53.624Z Downloaded foreign-types-shared v0.3.1
5322026-08-20T03:17:53.624Z Downloaded futures-io v0.3.32
5332026-08-20T03:17:53.625Z Downloaded globwalk v0.9.1
5342026-08-20T03:17:53.625Z Downloaded adler2 v2.0.1
5352026-08-20T03:17:53.625Z Downloaded foreign-types-shared v0.1.1
5362026-08-20T03:17:53.625Z Downloaded futures-core v0.3.32
5372026-08-20T03:17:53.631Z Downloaded env_filter v2.0.0
5382026-08-20T03:17:53.631Z Downloaded block-padding v0.4.2
5392026-08-20T03:17:53.631Z Downloaded http-range v0.1.5
5402026-08-20T03:17:53.631Z Downloaded globset v0.4.18
5412026-08-20T03:17:53.631Z Downloaded async-recursion v1.1.1
5422026-08-20T03:17:53.631Z Downloaded futures-executor v0.3.32
5432026-08-20T03:17:53.631Z Downloaded cobs v0.3.0
5442026-08-20T03:17:53.631Z Downloaded castaway v0.2.4
5452026-08-20T03:17:53.631Z Downloaded atomic-waker v1.1.2
5462026-08-20T03:17:53.640Z Downloaded backtrace-ext v0.2.1
5472026-08-20T03:17:53.640Z Downloaded block-buffer v0.12.1
5482026-08-20T03:17:53.640Z Downloaded hash32 v0.2.1
5492026-08-20T03:17:53.647Z Downloaded hubpack v0.1.2
5502026-08-20T03:17:53.647Z Downloaded endian-type v0.1.2
5512026-08-20T03:17:53.647Z Downloaded float-ord v0.3.2
5522026-08-20T03:17:53.647Z Downloaded hostname v0.4.2
5532026-08-20T03:17:53.647Z Downloaded compression-core v0.4.31
5542026-08-20T03:17:53.647Z Downloaded futures-macro v0.3.32
5552026-08-20T03:17:53.657Z Downloaded aead v0.5.2
5562026-08-20T03:17:53.657Z Downloaded hostname v0.3.1
5572026-08-20T03:17:53.657Z Downloaded foreign-types v0.5.0
5582026-08-20T03:17:53.657Z Downloaded headers-core v0.3.0
5592026-08-20T03:17:53.657Z Downloaded hubpack_derive v0.1.1
5602026-08-20T03:17:53.657Z Downloaded fd-lock v4.0.4
5612026-08-20T03:17:53.666Z Downloaded ciborium-ll v0.2.2
5622026-08-20T03:17:53.666Z Downloaded futures-task v0.3.32
5632026-08-20T03:17:53.666Z Downloaded fxhash v0.2.1
5642026-08-20T03:17:53.666Z Downloaded http-body v1.0.1
5652026-08-20T03:17:53.666Z Downloaded futures-sink v0.3.32
5662026-08-20T03:17:53.666Z Downloaded ghash v0.6.0
5672026-08-20T03:17:53.666Z Downloaded cfg_aliases v0.1.1
5682026-08-20T03:17:53.666Z Downloaded foreign-types v0.3.2
5692026-08-20T03:17:53.674Z Downloaded ciborium-io v0.2.2
5702026-08-20T03:17:53.674Z Downloaded newline-converter v0.3.0
5712026-08-20T03:17:53.675Z Downloaded embedded-io v0.6.1
5722026-08-20T03:17:53.675Z Downloaded async-stream-impl v0.3.6
5732026-08-20T03:17:53.675Z Downloaded cfg_aliases v0.2.1
5742026-08-20T03:17:53.675Z Downloaded httpdate v1.0.3
5752026-08-20T03:17:53.740Z Downloaded backoff v0.4.0
5762026-08-20T03:17:53.740Z Downloaded flagset v0.4.7
5772026-08-20T03:17:53.740Z Downloaded normalize-line-endings v0.3.0
5782026-08-20T03:17:53.740Z Downloaded hash32 v0.3.1
5792026-08-20T03:17:53.740Z Downloaded base64ct v1.8.3
5802026-08-20T03:17:53.740Z Downloaded gethostname v0.5.0
5812026-08-20T03:17:53.740Z Downloaded num_threads v0.1.7
5822026-08-20T03:17:53.740Z Downloaded float-cmp v0.10.0
5832026-08-20T03:17:53.740Z Downloaded bit-vec v0.6.3
5842026-08-20T03:17:53.740Z Downloaded num-derive v0.4.2
5852026-08-20T03:17:53.740Z Downloaded olpc-cjson v0.1.4
5862026-08-20T03:17:53.740Z Downloaded openssl-macros v0.1.1
5872026-08-20T03:17:53.741Z Downloaded nodrop v0.1.14
5882026-08-20T03:17:53.741Z Downloaded fixedbitset v0.4.2
5892026-08-20T03:17:53.741Z Downloaded nibble_vec v0.1.0
5902026-08-20T03:17:53.741Z Downloaded hex v0.4.3
5912026-08-20T03:17:53.741Z Downloaded peg-runtime v0.8.5
5922026-08-20T03:17:53.741Z Downloaded phf_shared v0.13.1
5932026-08-20T03:17:53.741Z Downloaded hmac v0.13.0
5942026-08-20T03:17:53.741Z Downloaded precomputed-hash v0.1.1
5952026-08-20T03:17:53.741Z Downloaded proc-macro-error-attr2 v2.0.0
5962026-08-20T03:17:53.741Z Downloaded bitflags v1.3.2
5972026-08-20T03:17:53.741Z Downloaded async-trait v0.1.89
5982026-08-20T03:17:53.741Z Downloaded bitfield v0.19.4
5992026-08-20T03:17:53.741Z Downloaded cassowary v0.3.0
6002026-08-20T03:17:53.741Z Downloaded cexpr v0.6.0
6012026-08-20T03:17:53.741Z Downloaded compression-codecs v0.4.37
6022026-08-20T03:17:53.741Z Downloaded ref-cast-impl v1.0.25
6032026-08-20T03:17:53.741Z Downloaded arrayvec v0.7.6
6042026-08-20T03:17:53.741Z Downloaded bs58 v0.5.1
6052026-08-20T03:17:53.742Z Downloaded cmov v0.5.4
6062026-08-20T03:17:53.742Z Downloaded recursive v0.1.1
6072026-08-20T03:17:53.742Z Downloaded scroll_derive v0.13.1
6082026-08-20T03:17:53.742Z Downloaded chacha20 v0.9.1
6092026-08-20T03:17:53.742Z Downloaded cipher v0.4.4
6102026-08-20T03:17:53.742Z Downloaded ff v0.14.0
6112026-08-20T03:17:53.742Z Downloaded env_logger v0.11.11
6122026-08-20T03:17:53.742Z Downloaded group v0.14.0
6132026-08-20T03:17:53.752Z Downloaded hex-literal v1.1.0
6142026-08-20T03:17:53.752Z Downloaded erased-serde v0.3.31
6152026-08-20T03:17:53.752Z Downloaded highway v1.3.0
6162026-08-20T03:17:53.752Z Downloaded cbc v0.2.1
6172026-08-20T03:17:53.752Z Downloaded cipher v0.5.2
6182026-08-20T03:17:53.752Z Downloaded bcs v0.1.6
6192026-08-20T03:17:53.752Z Downloaded ff v0.13.1
6202026-08-20T03:17:53.766Z Downloaded foldhash v0.1.5
6212026-08-20T03:17:53.766Z Downloaded fs-err v2.11.0
6222026-08-20T03:17:53.766Z Downloaded git-stub-vcs v0.1.0
6232026-08-20T03:17:53.766Z Downloaded http-body-util v0.1.3
6242026-08-20T03:17:53.766Z Downloaded ena v0.14.4
6252026-08-20T03:17:53.766Z Downloaded enum_dispatch v0.3.13
6262026-08-20T03:17:53.766Z Downloaded foldhash v0.2.0
6272026-08-20T03:17:53.770Z Downloaded find-msvc-tools v0.1.9
6282026-08-20T03:17:53.770Z Downloaded russh-util v0.52.0
6292026-08-20T03:17:53.770Z Downloaded serde-big-array v0.5.1
6302026-08-20T03:17:53.770Z Downloaded ahash v0.8.12
6312026-08-20T03:17:53.770Z Downloaded half v1.8.3
6322026-08-20T03:17:53.770Z Downloaded seq-macro v0.3.6
6332026-08-20T03:17:53.770Z Downloaded fs_extra v1.3.0
6342026-08-20T03:17:53.770Z Downloaded argon2 v0.6.0-rc.8
6352026-08-20T03:17:53.785Z Downloaded backon v1.6.0
6362026-08-20T03:17:53.785Z Downloaded blowfish v0.10.0
6372026-08-20T03:17:53.785Z Downloaded byte-wrapper v0.1.0
6382026-08-20T03:17:53.785Z Downloaded oxide-update-engine-display v0.1.2
6392026-08-20T03:17:53.803Z Downloaded sapling-renderdag v0.1.0
6402026-08-20T03:17:53.803Z Downloaded half v2.7.1
6412026-08-20T03:17:53.803Z Downloaded serde_repr v0.1.20
6422026-08-20T03:17:53.803Z Downloaded signal-hook-tokio v0.3.1
6432026-08-20T03:17:53.803Z Downloaded signature v2.2.0
6442026-08-20T03:17:53.803Z Downloaded signature v3.0.0
6452026-08-20T03:17:53.803Z Downloaded arc-swap v1.8.2
6462026-08-20T03:17:53.804Z Downloaded num_enum v0.5.11
6472026-08-20T03:17:53.804Z Downloaded oxide-update-engine v0.1.2
6482026-08-20T03:17:53.804Z Downloaded strsim v0.10.0
6492026-08-20T03:17:53.814Z Downloaded parking_lot_core v0.8.6
6502026-08-20T03:17:53.814Z Downloaded peg-macros v0.8.5
6512026-08-20T03:17:53.814Z Downloaded supports-hyperlinks v3.2.0
6522026-08-20T03:17:53.814Z Downloaded thread-id v5.1.0
6532026-08-20T03:17:53.814Z Downloaded progenitor-client v0.13.0
6542026-08-20T03:17:53.814Z Downloaded heapless v0.7.17
6552026-08-20T03:17:53.814Z Downloaded psl-types v2.0.11
6562026-08-20T03:17:53.814Z Downloaded gimli v0.32.3
6572026-08-20T03:17:53.814Z Downloaded paste v1.0.15
6582026-08-20T03:17:53.814Z Downloaded phc v0.6.1
6592026-08-20T03:17:53.814Z Downloaded psm v0.1.30
6602026-08-20T03:17:53.814Z Downloaded strum v0.27.2
6612026-08-20T03:17:53.814Z Downloaded testing_table v0.3.0
6622026-08-20T03:17:53.814Z Downloaded tokio-macros v2.7.0
6632026-08-20T03:17:53.825Z Downloaded usdt v0.6.0
6642026-08-20T03:17:53.825Z Downloaded rustc_version v0.4.1
6652026-08-20T03:17:53.825Z Downloaded tinyvec_macros v0.1.1
6662026-08-20T03:17:53.825Z Downloaded tokio-test v0.4.5
6672026-08-20T03:17:53.825Z Downloaded topological-sort v0.2.2
6682026-08-20T03:17:53.825Z Downloaded buf-list v1.1.2
6692026-08-20T03:17:53.825Z Downloaded console v0.15.11
6702026-08-20T03:17:53.833Z Downloaded bzip2 v0.6.1
6712026-08-20T03:17:53.833Z Downloaded typify-macro v0.6.2
6722026-08-20T03:17:53.833Z Downloaded bit-vec v0.8.0
6732026-08-20T03:17:53.833Z Downloaded colored v2.2.0
6742026-08-20T03:17:53.833Z Downloaded utf-8 v0.7.6
6752026-08-20T03:17:53.833Z Downloaded httparse v1.10.1
6762026-08-20T03:17:53.839Z Downloaded chacha20 v0.10.0
6772026-08-20T03:17:53.839Z Downloaded const-oid v0.9.6
6782026-08-20T03:17:53.839Z Downloaded camino-tempfile-ext v0.3.3
6792026-08-20T03:17:53.839Z Downloaded colored v3.1.1
6802026-08-20T03:17:53.839Z Downloaded scrypt v0.12.0
6812026-08-20T03:17:53.839Z Downloaded async-bb8-diesel v0.2.1
6822026-08-20T03:17:53.840Z Downloaded ciborium v0.2.2
6832026-08-20T03:17:53.840Z Downloaded console v0.16.2
6842026-08-20T03:17:53.849Z Downloaded blake2 v0.10.6
6852026-08-20T03:17:53.849Z Downloaded futures-channel v0.3.32
6862026-08-20T03:17:53.849Z Downloaded cmake v0.1.57
6872026-08-20T03:17:53.849Z Downloaded clang-sys v1.8.1
6882026-08-20T03:17:53.849Z Downloaded rustls-pemfile v2.2.0
6892026-08-20T03:17:53.859Z Downloaded serdect v0.4.3
6902026-08-20T03:17:53.861Z Downloaded fixedbitset v0.5.7
6912026-08-20T03:17:53.861Z Downloaded shell-words v1.1.1
6922026-08-20T03:17:53.861Z Downloaded slog-dtrace v0.3.0
6932026-08-20T03:17:53.861Z Downloaded smf v0.2.3
6942026-08-20T03:17:53.862Z Downloaded wnaf v0.14.0
6952026-08-20T03:17:53.871Z Downloaded zeroize_derive v1.5.0
6962026-08-20T03:17:53.881Z Downloaded darling_macro v0.20.11
6972026-08-20T03:17:53.881Z Downloaded debug-ignore v1.0.5
6982026-08-20T03:17:53.890Z Downloaded difflib v0.4.0
6992026-08-20T03:17:53.891Z Downloaded oxide-tokio-rt v0.1.4
7002026-08-20T03:17:53.891Z Downloaded ssh-encoding v0.3.0
7012026-08-20T03:17:53.891Z Downloaded dirs-sys-next v0.1.2
7022026-08-20T03:17:53.891Z Downloaded parking_lot v0.12.5
7032026-08-20T03:17:53.891Z Downloaded pkcs1 v0.8.0-rc.4
7042026-08-20T03:17:53.891Z Downloaded postgres-types v0.2.12
7052026-08-20T03:17:53.892Z Downloaded quinn-udp v0.5.14
7062026-08-20T03:17:53.903Z Downloaded slog-stdlog v4.1.1
7072026-08-20T03:17:53.904Z Downloaded getrandom v0.4.3
7082026-08-20T03:17:53.904Z Downloaded port-file v0.1.0
7092026-08-20T03:17:53.904Z Downloaded synstructure v0.13.2
7102026-08-20T03:17:53.904Z Downloaded toml_writer v1.1.1+spec-1.1.0
7112026-08-20T03:17:53.904Z Downloaded idna_adapter v1.2.1
7122026-08-20T03:17:53.908Z Downloaded kem v0.3.0
7132026-08-20T03:17:53.908Z Downloaded uzers v0.12.2
7142026-08-20T03:17:53.908Z Downloaded dof v0.4.0
7152026-08-20T03:17:53.916Z Downloaded bzip2 v0.4.4
7162026-08-20T03:17:53.916Z Downloaded instability v0.3.11
7172026-08-20T03:17:53.916Z Downloaded internet-checksum v0.2.1
7182026-08-20T03:17:53.916Z Downloaded is_ci v1.2.0
7192026-08-20T03:17:53.928Z Downloaded hmac v0.12.1
7202026-08-20T03:17:53.938Z Downloaded lalrpop-util v0.19.12
7212026-08-20T03:17:53.939Z Downloaded salsa20 v0.11.0
7222026-08-20T03:17:53.939Z Downloaded generic-array v1.4.3
7232026-08-20T03:17:53.939Z Downloaded rustversion v1.0.22
7242026-08-20T03:17:53.944Z Downloaded libscf-sys v1.2.0
7252026-08-20T03:17:53.944Z Downloaded lru-slab v0.1.2
7262026-08-20T03:17:53.944Z Downloaded lzss v0.8.2
7272026-08-20T03:17:53.944Z Downloaded new_debug_unreachable v1.0.6
7282026-08-20T03:17:53.944Z Downloaded oso v0.27.3
7292026-08-20T03:17:53.944Z Downloaded fatfs v0.3.6
7302026-08-20T03:17:53.952Z Downloaded num-conv v0.2.0
7312026-08-20T03:17:53.952Z Downloaded walkdir v2.5.0
7322026-08-20T03:17:53.952Z Downloaded writeable v0.6.2
7332026-08-20T03:17:53.952Z Downloaded mime v0.3.17
7342026-08-20T03:17:53.959Z Downloaded openssl-probe v0.1.6
7352026-08-20T03:17:53.959Z Downloaded openssl-probe v0.2.1
7362026-08-20T03:17:53.959Z Downloaded convert_case v0.4.0
7372026-08-20T03:17:53.960Z Downloaded convert_case v0.10.0
7382026-08-20T03:17:53.960Z Downloaded phf_shared v0.11.3
7392026-08-20T03:17:53.969Z Downloaded defmt v0.3.100
7402026-08-20T03:17:53.969Z Downloaded ctr v0.10.1
7412026-08-20T03:17:53.969Z Downloaded ctutils v0.4.2
7422026-08-20T03:17:53.969Z Downloaded defmt-macros v1.0.1
7432026-08-20T03:17:53.977Z Downloaded defmt v1.0.1
7442026-08-20T03:17:53.981Z Downloaded term v1.2.1
7452026-08-20T03:17:53.981Z Downloaded diesel-dtrace v0.5.0
7462026-08-20T03:17:53.981Z Downloaded phf_shared v0.12.1
7472026-08-20T03:17:53.995Z Downloaded progenitor-impl v0.14.0
7482026-08-20T03:17:53.995Z Downloaded potential_utf v0.1.4
7492026-08-20T03:17:54.012Z Downloaded tokio-stream v0.1.18
7502026-08-20T03:17:54.012Z Downloaded ref-cast v1.0.25
7512026-08-20T03:17:54.013Z Downloaded tiny-keccak v2.0.2
7522026-08-20T03:17:54.027Z Downloaded dtrace-parser v0.3.0
7532026-08-20T03:17:54.027Z Downloaded humantime v2.3.0
7542026-08-20T03:17:54.027Z Downloaded rfc6979 v0.6.0
7552026-08-20T03:17:54.027Z Downloaded rustc-hash v2.1.1
7562026-08-20T03:17:54.027Z Downloaded rustc_version v0.1.7
7572026-08-20T03:17:54.027Z Downloaded allocator-api2 v0.2.21
7582026-08-20T03:17:54.027Z Downloaded compact_str v0.8.1
7592026-08-20T03:17:54.027Z Downloaded rfc6979 v0.4.0
7602026-08-20T03:17:54.027Z Downloaded secrecy v0.8.0
7612026-08-20T03:17:54.027Z Downloaded chacha20poly1305 v0.10.1
7622026-08-20T03:17:54.027Z Downloaded cancel-safe-futures v0.1.5
7632026-08-20T03:17:54.027Z Downloaded chumsky v0.9.3
7642026-08-20T03:17:54.027Z Downloaded flume v0.11.1
7652026-08-20T03:17:54.027Z Downloaded bumpalo v3.20.2
7662026-08-20T03:17:54.034Z Downloaded backtrace v0.3.76
7672026-08-20T03:17:54.034Z Downloaded linear-map v1.2.0
7682026-08-20T03:17:54.034Z Downloaded elliptic-curve v0.14.1
7692026-08-20T03:17:54.034Z Downloaded native-tls v0.2.18
7702026-08-20T03:17:54.034Z Downloaded serde_bytes v0.11.19
7712026-08-20T03:17:54.038Z Downloaded serde_plain v1.0.2
7722026-08-20T03:17:54.038Z Downloaded heapless v0.8.0
7732026-08-20T03:17:54.038Z Downloaded signal-hook-mio v0.2.5
7742026-08-20T03:17:54.043Z Downloaded newtype-uuid v1.3.2
7752026-08-20T03:17:54.043Z Downloaded sqlparser_derive v0.5.0
7762026-08-20T03:17:54.043Z Downloaded strip-ansi-escapes v0.2.1
7772026-08-20T03:17:54.043Z Downloaded base64 v0.22.1
7782026-08-20T03:17:54.043Z Downloaded num-complex v0.4.6
7792026-08-20T03:17:54.054Z Downloaded multer v3.1.0
7802026-08-20T03:17:54.054Z Downloaded termtree v0.5.1
7812026-08-20T03:17:54.054Z Downloaded thiserror-impl-no-std v2.0.2
7822026-08-20T03:17:54.063Z Downloaded cookie v0.18.1
7832026-08-20T03:17:54.063Z Downloaded crossbeam-utils v0.8.21
7842026-08-20T03:17:54.063Z Downloaded pem v3.0.6
7852026-08-20T03:17:54.063Z Downloaded packed_struct v0.10.1
7862026-08-20T03:17:54.063Z Downloaded tap v1.0.1
7872026-08-20T03:17:54.076Z Downloaded tower-service v0.3.3
7882026-08-20T03:17:54.076Z Downloaded bytes v1.11.1
7892026-08-20T03:17:54.076Z Downloaded darling v0.20.11
7902026-08-20T03:17:54.086Z Downloaded pkcs5 v0.8.1
7912026-08-20T03:17:54.086Z Downloaded prefix-trie v0.7.0
7922026-08-20T03:17:54.086Z Downloaded trait-variant v0.1.2
7932026-08-20T03:17:54.086Z Downloaded try-lock v0.2.5
7942026-08-20T03:17:54.086Z Downloaded progenitor-extras v0.2.0
7952026-08-20T03:17:54.088Z Downloaded rand_seeder v0.4.0
7962026-08-20T03:17:54.088Z Downloaded xattr v1.6.1
7972026-08-20T03:17:54.088Z Downloaded futures v0.3.32
7982026-08-20T03:17:54.088Z Downloaded subprocess v0.2.15
7992026-08-20T03:17:54.088Z Downloaded unicode-properties v0.1.4
8002026-08-20T03:17:54.090Z Downloaded powerfmt v0.2.0
8012026-08-20T03:17:54.090Z Downloaded primefield v0.14.0
8022026-08-20T03:17:54.090Z Downloaded pretty_assertions v1.4.1
8032026-08-20T03:17:54.090Z Downloaded rand_core v0.6.4
8042026-08-20T03:17:54.090Z Downloaded utf8_iter v1.0.4
8052026-08-20T03:17:54.090Z Downloaded toml v1.1.2+spec-1.1.0
8062026-08-20T03:17:54.123Z Downloaded cc v1.2.56
8072026-08-20T03:17:54.134Z Downloaded flate2 v1.1.9
8082026-08-20T03:17:54.134Z Downloaded headers v0.4.1
8092026-08-20T03:17:54.134Z Downloaded ar_archive_writer v0.5.1
8102026-08-20T03:17:54.134Z Downloaded async-compression v0.4.41
8112026-08-20T03:17:54.134Z Downloaded base64 v0.21.7
8122026-08-20T03:17:54.134Z Downloaded memmap2 v0.9.10
8132026-08-20T03:17:54.134Z Downloaded hickory-resolver v0.25.2
8142026-08-20T03:17:54.134Z Downloaded hickory-resolver v0.24.4
8152026-08-20T03:17:54.134Z Downloaded serde_with_macros v1.5.2
8162026-08-20T03:17:54.134Z Downloaded cstr-argument v0.1.2
8172026-08-20T03:17:54.134Z Downloaded signal-hook-registry v1.4.8
8182026-08-20T03:17:54.134Z Downloaded curve25519-dalek-derive v0.1.1
8192026-08-20T03:17:54.134Z Downloaded expectorate v1.2.0
8202026-08-20T03:17:54.134Z Downloaded snafu-derive v0.8.9
8212026-08-20T03:17:54.148Z Downloaded spki v0.7.3
8222026-08-20T03:17:54.148Z Downloaded crunchy v0.2.4
8232026-08-20T03:17:54.148Z Downloaded darling_macro v0.23.0
8242026-08-20T03:17:54.148Z Downloaded crc32fast v1.5.0
8252026-08-20T03:17:54.148Z Downloaded shlex v1.3.0
8262026-08-20T03:17:54.148Z Downloaded ssh-cipher v0.3.0
8272026-08-20T03:17:54.148Z Downloaded vte v0.14.1
8282026-08-20T03:17:54.148Z Downloaded sync_wrapper v1.0.2
8292026-08-20T03:17:54.157Z Downloaded derive_builder_macro v0.20.2
8302026-08-20T03:17:54.157Z Downloaded diesel_table_macro_syntax v0.3.0
8312026-08-20T03:17:54.157Z Downloaded illumos-nvpair v0.3.0
8322026-08-20T03:17:54.157Z Downloaded digest-io v0.1.0
8332026-08-20T03:17:54.157Z Downloaded ident_case v1.0.1
8342026-08-20T03:17:54.157Z Downloaded jiff-static v0.2.34
8352026-08-20T03:17:54.157Z Downloaded pkg-config v0.3.32
8362026-08-20T03:17:54.157Z Downloaded maybe-uninit v2.0.0
8372026-08-20T03:17:54.164Z Downloaded inout v0.2.2
8382026-08-20T03:17:54.164Z Downloaded tui-tree-widget v0.23.1
8392026-08-20T03:17:54.165Z Downloaded hashbrown v0.14.5
8402026-08-20T03:17:54.176Z Downloaded rand v0.8.6
8412026-08-20T03:17:54.176Z Downloaded strum_macros v0.24.3
8422026-08-20T03:17:54.176Z Downloaded support-bundle-viewer v0.1.2
8432026-08-20T03:17:54.176Z Downloaded ecdsa v0.17.0
8442026-08-20T03:17:54.184Z Downloaded tokio-tungstenite v0.21.0
8452026-08-20T03:17:54.184Z Downloaded vergen-git2 v9.1.0
8462026-08-20T03:17:54.184Z Downloaded vsss-rs v3.3.4
8472026-08-20T03:17:54.184Z Downloaded rustc-demangle v0.1.27
8482026-08-20T03:17:54.184Z Downloaded whoami v1.6.1
8492026-08-20T03:17:54.188Z Downloaded constant_time_eq v0.4.2
8502026-08-20T03:17:54.188Z Downloaded lru v0.12.5
8512026-08-20T03:17:54.188Z Downloaded match_cfg v0.1.0
8522026-08-20T03:17:54.188Z Downloaded newtype_derive v0.1.6
8532026-08-20T03:17:54.196Z Downloaded num v0.4.3
8542026-08-20T03:17:54.205Z Downloaded serde_with_macros v3.21.0
8552026-08-20T03:17:54.205Z Downloaded const_format_proc_macros v0.2.34
8562026-08-20T03:17:54.205Z Downloaded http v1.4.2
8572026-08-20T03:17:54.211Z Downloaded crossbeam-deque v0.8.6
8582026-08-20T03:17:54.212Z Downloaded hashbrown v0.13.2
8592026-08-20T03:17:54.212Z Downloaded ingot-macros v0.2.0
8602026-08-20T03:17:54.215Z Downloaded path-slash v0.1.5
8612026-08-20T03:17:54.215Z Downloaded proc-macro-crate v3.4.0
8622026-08-20T03:17:54.223Z Downloaded slog-term v2.9.2
8632026-08-20T03:17:54.230Z Downloaded rand_xorshift v0.4.0
8642026-08-20T03:17:54.230Z Downloaded recursive-proc-macro-impl v0.1.1
8652026-08-20T03:17:54.237Z Downloaded derive-ex v0.1.8
8662026-08-20T03:17:54.237Z Downloaded digest v0.11.3
8672026-08-20T03:17:54.237Z Downloaded hyper-staticfile v0.10.1
8682026-08-20T03:17:54.241Z Downloaded zerotrie v0.2.3
8692026-08-20T03:17:54.241Z Downloaded darling_core v0.13.4
8702026-08-20T03:17:54.241Z Downloaded omicron-zone-package v0.12.3
8712026-08-20T03:17:54.241Z Downloaded slog-bunyan v2.5.0
8722026-08-20T03:17:54.249Z Downloaded ipnetwork v0.21.1
8732026-08-20T03:17:54.249Z Downloaded supports-unicode v3.0.0
8742026-08-20T03:17:54.306Z Downloaded same-file v1.0.6
8752026-08-20T03:17:54.306Z Downloaded serde_spanned v1.1.1
8762026-08-20T03:17:54.306Z Downloaded supports-color v3.0.2
8772026-08-20T03:17:54.324Z Downloaded schemars v1.2.1
8782026-08-20T03:17:54.324Z Downloaded steno v0.4.1
8792026-08-20T03:17:54.324Z Downloaded h2 v0.4.15
8802026-08-20T03:17:54.324Z Downloaded libefi-sys v0.1.0
8812026-08-20T03:17:54.324Z Downloaded rand v0.9.2
8822026-08-20T03:17:54.324Z Downloaded tokio-rustls v0.26.4
8832026-08-20T03:17:54.324Z Downloaded zerocopy v0.6.6
8842026-08-20T03:17:54.325Z Downloaded indicatif v0.18.4
8852026-08-20T03:17:54.325Z Downloaded owo-colors v4.3.0
8862026-08-20T03:17:54.325Z Downloaded icu_locale_core v2.1.1
8872026-08-20T03:17:54.325Z Downloaded icu_normalizer v2.1.1
8882026-08-20T03:17:54.325Z Downloaded untrusted v0.7.1
8892026-08-20T03:17:54.325Z Downloaded parse-display-derive v0.10.0
8902026-08-20T03:17:54.325Z Downloaded unsafe-libyaml v0.2.11
8912026-08-20T03:17:54.325Z Downloaded miniz_oxide v0.8.9
8922026-08-20T03:17:54.325Z Downloaded progenitor v0.13.0
8932026-08-20T03:17:54.325Z Downloaded rusty-fork v0.3.1
8942026-08-20T03:17:54.325Z Downloaded void v1.0.2
8952026-08-20T03:17:54.325Z Downloaded unicode-truncate v1.1.0
8962026-08-20T03:17:54.325Z Downloaded schemars v0.8.22
8972026-08-20T03:17:54.325Z Downloaded phf v0.13.1
8982026-08-20T03:17:54.325Z Downloaded zone v0.3.1
8992026-08-20T03:17:54.325Z Downloaded cpubits v0.1.1
9002026-08-20T03:17:54.325Z Downloaded rand_chacha v0.9.0
9012026-08-20T03:17:54.326Z Downloaded defmt-parser v1.0.0
9022026-08-20T03:17:54.326Z Downloaded crucible-workspace-hack v0.1.0
9032026-08-20T03:17:54.326Z Downloaded postgres-protocol v0.6.10
9042026-08-20T03:17:54.326Z Downloaded ppv-lite86 v0.2.21
9052026-08-20T03:17:54.344Z Downloaded proc-macro-error2 v2.0.1
9062026-08-20T03:17:54.344Z Downloaded display-error-chain v0.2.2
9072026-08-20T03:17:54.344Z Downloaded dirs-next v2.0.0
9082026-08-20T03:17:54.344Z Downloaded derive_more v2.1.1
9092026-08-20T03:17:54.344Z Downloaded pbkdf2 v0.13.0
9102026-08-20T03:17:54.344Z Downloaded test-strategy v0.4.5
9112026-08-20T03:17:54.344Z Downloaded hyper-rustls v0.27.7
9122026-08-20T03:17:54.345Z Downloaded scroll v0.13.0
9132026-08-20T03:17:54.345Z Downloaded string_cache v0.8.9
9142026-08-20T03:17:54.345Z Downloaded tungstenite v0.21.0
9152026-08-20T03:17:54.345Z Downloaded p384 v0.14.0
9162026-08-20T03:17:54.357Z Downloaded rustls-native-certs v0.8.3
9172026-08-20T03:17:54.357Z Downloaded stringprep v0.1.5
9182026-08-20T03:17:54.357Z Downloaded tls_codec v0.4.2
9192026-08-20T03:17:54.357Z Downloaded tungstenite v0.23.0
9202026-08-20T03:17:54.357Z Downloaded serde_urlencoded v0.7.1
9212026-08-20T03:17:54.357Z Downloaded instant v0.1.13
9222026-08-20T03:17:54.357Z Downloaded prettyplease v0.2.37
9232026-08-20T03:17:54.357Z Downloaded rand v0.10.1
9242026-08-20T03:17:54.357Z Downloaded rsa v0.10.0-rc.18
9252026-08-20T03:17:54.357Z Downloaded sqlformat v0.3.5
9262026-08-20T03:17:54.358Z Downloaded unicode_categories v0.1.1
9272026-08-20T03:17:54.366Z Downloaded nu-ansi-term v0.50.3
9282026-08-20T03:17:54.366Z Downloaded zopfli v0.8.3
9292026-08-20T03:17:54.366Z Downloaded cookie_store v0.22.1
9302026-08-20T03:17:54.366Z Downloaded serde_derive_internals v0.29.1
9312026-08-20T03:17:54.366Z Downloaded serde_path_to_error v0.1.20
9322026-08-20T03:17:54.366Z Downloaded memoffset v0.9.1
9332026-08-20T03:17:54.366Z Downloaded md5 v0.8.0
9342026-08-20T03:17:54.368Z Downloaded hickory-server v0.25.2
9352026-08-20T03:17:54.377Z Downloaded rayon-core v1.13.0
9362026-08-20T03:17:54.377Z Downloaded hashbrown v0.12.3
9372026-08-20T03:17:54.377Z Downloaded lru-cache v0.1.2
9382026-08-20T03:17:54.377Z Downloaded unarray v0.1.4
9392026-08-20T03:17:54.377Z Downloaded progenitor v0.14.0
9402026-08-20T03:17:54.377Z Downloaded multimap v0.10.1
9412026-08-20T03:17:54.377Z Downloaded opaque-debug v0.3.1
9422026-08-20T03:17:54.378Z Downloaded nonempty v0.12.0
9432026-08-20T03:17:54.384Z Downloaded xshell v0.2.7
9442026-08-20T03:17:54.384Z Downloaded oso-derive v0.27.3
9452026-08-20T03:17:54.384Z Downloaded signal-hook v0.3.18
9462026-08-20T03:17:54.394Z Downloaded zeroize v1.9.0
9472026-08-20T03:17:54.394Z Downloaded data-encoding v2.10.0
9482026-08-20T03:17:54.394Z Downloaded zerocopy-derive v0.8.55
9492026-08-20T03:17:54.394Z Downloaded corncobs v0.1.4
9502026-08-20T03:17:54.394Z Downloaded radium v0.7.0
9512026-08-20T03:17:54.400Z Downloaded diff v0.1.13
9522026-08-20T03:17:54.400Z Downloaded toml_edit v0.23.10+spec-1.0.0
9532026-08-20T03:17:54.400Z Downloaded csv-core v0.1.13
9542026-08-20T03:17:54.400Z Downloaded derive_builder_core v0.20.2
9552026-08-20T03:17:54.400Z Downloaded pin-project-lite v0.2.17
9562026-08-20T03:17:54.405Z Downloaded displaydoc v0.2.5
9572026-08-20T03:17:54.405Z Downloaded ecdsa v0.16.9
9582026-08-20T03:17:54.413Z Downloaded ignore v0.4.25
9592026-08-20T03:17:54.413Z Downloaded take_mut v0.2.2
9602026-08-20T03:17:54.413Z Downloaded spin v0.9.8
9612026-08-20T03:17:54.413Z Downloaded term v0.7.0
9622026-08-20T03:17:54.422Z Downloaded tower v0.5.3
9632026-08-20T03:17:54.422Z Downloaded ed25519-dalek v2.2.0
9642026-08-20T03:17:54.422Z Downloaded scheduled-thread-pool v0.2.7
9652026-08-20T03:17:54.427Z Downloaded libbz2-rs-sys v0.2.2
9662026-08-20T03:17:54.427Z Downloaded knus-derive v3.4.0
9672026-08-20T03:17:54.427Z Downloaded libsw v3.5.0
9682026-08-20T03:17:54.427Z Downloaded num-bigint-dig v0.8.6
9692026-08-20T03:17:54.427Z Downloaded typed-path v0.9.3
9702026-08-20T03:17:54.442Z Downloaded stable_deref_trait v1.2.1
9712026-08-20T03:17:54.442Z Downloaded time-core v0.1.8
9722026-08-20T03:17:54.442Z Downloaded papergrid v0.18.0
9732026-08-20T03:17:54.442Z Downloaded impl-trait-for-tuples v0.2.3
9742026-08-20T03:17:54.450Z Downloaded tokio-tungstenite v0.23.1
9752026-08-20T03:17:54.450Z Downloaded hashbrown v0.15.5
9762026-08-20T03:17:54.450Z Downloaded subtle v2.6.1
9772026-08-20T03:17:54.450Z Downloaded unit-prefix v0.5.2
9782026-08-20T03:17:54.450Z Downloaded publicsuffix v2.3.0
9792026-08-20T03:17:54.450Z Downloaded usdt-attr-macro v0.6.0
9802026-08-20T03:17:54.450Z Downloaded xshell-macros v0.2.7
9812026-08-20T03:17:54.450Z Downloaded qorb v0.4.1
9822026-08-20T03:17:54.450Z Downloaded whoami v2.1.0
9832026-08-20T03:17:54.450Z Downloaded yoke v0.8.1
9842026-08-20T03:17:54.465Z Downloaded num_enum v0.7.6
9852026-08-20T03:17:54.465Z Downloaded pem-rfc7468 v1.0.0
9862026-08-20T03:17:54.465Z Downloaded nanorand v0.7.0
9872026-08-20T03:17:54.476Z Downloaded password-hash v0.5.0
9882026-08-20T03:17:54.476Z Downloaded downcast-rs v2.0.2
9892026-08-20T03:17:54.476Z Downloaded darling_macro v0.13.4
9902026-08-20T03:17:54.476Z Downloaded pkcs8 v0.10.2
9912026-08-20T03:17:54.477Z Downloaded pkcs1 v0.7.5
9922026-08-20T03:17:54.482Z Downloaded smallvec v1.15.1
9932026-08-20T03:17:54.482Z Downloaded hybrid-array v0.4.13
9942026-08-20T03:17:54.482Z Downloaded indoc v2.0.7
9952026-08-20T03:17:54.482Z Downloaded darling_core v0.21.3
9962026-08-20T03:17:54.482Z Downloaded pin-project-internal v1.1.11
9972026-08-20T03:17:54.482Z Downloaded linked-hash-map v0.5.6
9982026-08-20T03:17:54.482Z Downloaded is-terminal v0.4.17
9992026-08-20T03:17:54.482Z Downloaded managed v0.8.0
10002026-08-20T03:17:54.498Z Downloaded lazy_static v1.5.0
10012026-08-20T03:17:54.498Z Downloaded newtype-uuid-macros v0.1.0
10022026-08-20T03:17:54.498Z Downloaded schemars v0.9.0
10032026-08-20T03:17:54.504Z Downloaded url v2.5.8
10042026-08-20T03:17:54.504Z Downloaded ed25519-dalek v3.0.0
10052026-08-20T03:17:54.514Z Downloaded slog-async v2.8.0
10062026-08-20T03:17:54.524Z Downloaded itertools v0.10.5
10072026-08-20T03:17:54.524Z Downloaded hashbrown v0.16.1
10082026-08-20T03:17:54.524Z Downloaded schemars_derive v0.8.22
10092026-08-20T03:17:54.524Z Downloaded progenitor-macro v0.13.0
10102026-08-20T03:17:54.524Z Downloaded progenitor-macro v0.14.0
10112026-08-20T03:17:54.524Z Downloaded tinystr v0.8.2
10122026-08-20T03:17:54.524Z Downloaded scopeguard v1.2.0
10132026-08-20T03:17:54.528Z Downloaded tagptr v0.2.0
10142026-08-20T03:17:54.528Z Downloaded hkdf v0.13.0
10152026-08-20T03:17:54.528Z Downloaded tracing-core v0.1.36
10162026-08-20T03:17:54.528Z Downloaded uuid v1.23.4
10172026-08-20T03:17:54.541Z Downloaded usdt-impl v0.6.0
10182026-08-20T03:17:54.541Z Downloaded vergen-lib v9.1.0
10192026-08-20T03:17:54.541Z Downloaded siphasher v1.0.2
10202026-08-20T03:17:54.552Z Downloaded darling v0.13.4
10212026-08-20T03:17:54.552Z Downloaded zerofrom v0.1.6
10222026-08-20T03:17:54.564Z Downloaded pkcs8 v0.11.0
10232026-08-20T03:17:54.564Z Downloaded scuffle v0.1.0
10242026-08-20T03:17:54.564Z Downloaded elliptic-curve v0.13.8
10252026-08-20T03:17:54.570Z Downloaded crc-catalog v2.4.0
10262026-08-20T03:17:54.570Z Downloaded unicode-xid v0.2.6
10272026-08-20T03:17:54.570Z Downloaded usdt-macro v0.6.0
10282026-08-20T03:17:54.570Z Downloaded p521 v0.14.0
10292026-08-20T03:17:54.570Z Downloaded zstd v0.13.3
10302026-08-20T03:17:54.571Z Downloaded ed25519 v3.0.0
10312026-08-20T03:17:54.571Z Downloaded ingot-types v0.2.0
10322026-08-20T03:17:54.571Z Downloaded zerofrom-derive v0.1.6
10332026-08-20T03:17:54.571Z Downloaded inout v0.1.4
10342026-08-20T03:17:54.575Z Downloaded der_derive v0.7.3
10352026-08-20T03:17:54.576Z Downloaded ed25519 v2.2.3
10362026-08-20T03:17:54.576Z Downloaded num-integer v0.1.46
10372026-08-20T03:17:54.590Z Downloaded x509-cert v0.2.5
10382026-08-20T03:17:54.590Z Downloaded dsl_auto_type v0.2.0
10392026-08-20T03:17:54.590Z Downloaded num-bigint v0.4.6
10402026-08-20T03:17:54.590Z Downloaded der v0.7.10
10412026-08-20T03:17:54.591Z Downloaded zerovec v0.11.5
10422026-08-20T03:17:54.605Z Downloaded tar v0.4.46
10432026-08-20T03:17:54.639Z Downloaded time-macros v0.2.27
10442026-08-20T03:17:54.639Z Downloaded indent_write v2.2.0
10452026-08-20T03:17:54.639Z Downloaded poly1305 v0.8.0
10462026-08-20T03:17:54.639Z Downloaded rand_core v0.10.0
10472026-08-20T03:17:54.639Z Downloaded md-5 v0.10.6
10482026-08-20T03:17:54.639Z Downloaded parse-size v1.1.0
10492026-08-20T03:17:54.639Z Downloaded num_enum_derive v0.5.11
10502026-08-20T03:17:54.639Z Downloaded miette-derive v7.6.0
10512026-08-20T03:17:54.639Z Downloaded progenitor-client v0.14.0
10522026-08-20T03:17:54.639Z Downloaded pem-rfc7468 v0.7.0
10532026-08-20T03:17:54.639Z Downloaded slog-scope v4.4.1
10542026-08-20T03:17:54.639Z Downloaded static_assertions v1.1.0
10552026-08-20T03:17:54.652Z Downloaded hkdf v0.12.4
10562026-08-20T03:17:54.652Z Downloaded progenitor-impl v0.13.0
10572026-08-20T03:17:54.652Z Downloaded knus v3.4.0
10582026-08-20T03:17:54.652Z Downloaded primeorder v0.13.6
10592026-08-20T03:17:54.652Z Downloaded rpassword v7.5.4
10602026-08-20T03:17:54.652Z Downloaded crossbeam-epoch v0.9.18
10612026-08-20T03:17:54.652Z Downloaded strum_macros v0.27.2
10622026-08-20T03:17:54.652Z Downloaded rtoolbox v0.0.3
10632026-08-20T03:17:54.652Z Downloaded tls_codec_derive v0.4.2
10642026-08-20T03:17:54.652Z Downloaded minimal-lexical v0.2.1
10652026-08-20T03:17:54.652Z Downloaded spki v0.8.0
10662026-08-20T03:17:54.652Z Downloaded crossterm v0.28.1
10672026-08-20T03:17:54.652Z Downloaded reqwest v0.13.2
10682026-08-20T03:17:54.652Z Downloaded aes-gcm v0.11.0
10692026-08-20T03:17:54.657Z Downloaded parking_lot v0.11.2
10702026-08-20T03:17:54.657Z Downloaded tracing-attributes v0.1.31
10712026-08-20T03:17:54.658Z Downloaded serde_yaml v0.9.34+deprecated
10722026-08-20T03:17:54.658Z Downloaded vergen-gitcl v1.0.8
10732026-08-20T03:17:54.658Z Downloaded libloading v0.8.9
10742026-08-20T03:17:54.676Z Downloaded pin-project v1.1.11
10752026-08-20T03:17:54.676Z Downloaded crc8 v0.1.1
10762026-08-20T03:17:54.676Z Downloaded daft v0.1.7
10772026-08-20T03:17:54.676Z Downloaded dyn-clone v1.0.20
10782026-08-20T03:17:54.676Z Downloaded darling_core v0.20.11
10792026-08-20T03:17:54.681Z Downloaded tough v0.22.0
10802026-08-20T03:17:54.681Z Downloaded itertools v0.12.1
10812026-08-20T03:17:54.687Z Downloaded kstat-rs v0.2.5
10822026-08-20T03:17:54.687Z Downloaded postcard v1.1.3
10832026-08-20T03:17:54.697Z Downloaded num-iter v0.1.45
10842026-08-20T03:17:54.697Z Downloaded percent-encoding v2.3.2
10852026-08-20T03:17:54.697Z Downloaded semver v0.1.20
10862026-08-20T03:17:54.700Z Downloaded oxnet v0.1.6
10872026-08-20T03:17:54.700Z Downloaded predicates v3.1.4
10882026-08-20T03:17:54.700Z Downloaded slog v2.8.2
10892026-08-20T03:17:54.718Z Downloaded sec1 v0.7.3
10902026-08-20T03:17:54.718Z Downloaded serde-hex v0.1.0
10912026-08-20T03:17:54.729Z Downloaded tokio-postgres v0.7.16
10922026-08-20T03:17:54.729Z Downloaded toml_edit v0.19.15
10932026-08-20T03:17:54.729Z Downloaded quick-error v1.2.3
10942026-08-20T03:17:54.729Z Downloaded sponge-cursor v0.1.0
10952026-08-20T03:17:54.729Z Downloaded socket2 v0.5.10
10962026-08-20T03:17:54.738Z Downloaded drift v0.2.0
10972026-08-20T03:17:54.738Z Downloaded stacker v0.1.23
10982026-08-20T03:17:54.738Z Downloaded strum_macros v0.26.4
10992026-08-20T03:17:54.738Z Downloaded aho-corasick v1.1.4
11002026-08-20T03:17:54.738Z Downloaded slog-envlogger v2.2.0
11012026-08-20T03:17:54.745Z Downloaded universal-hash v0.5.1
11022026-08-20T03:17:54.746Z Downloaded ron v0.8.1
11032026-08-20T03:17:54.746Z Downloaded wait-timeout v0.2.1
11042026-08-20T03:17:54.746Z Downloaded zone_cfg_derive v0.3.1
11052026-08-20T03:17:54.746Z Downloaded smallvec v0.6.14
11062026-08-20T03:17:54.746Z Downloaded thiserror-no-std v2.0.2
11072026-08-20T03:17:54.746Z Downloaded sync-ptr v0.1.4
11082026-08-20T03:17:54.746Z Downloaded icu_provider v2.1.1
11092026-08-20T03:17:54.746Z Downloaded dropshot-api-manager-types v0.8.0
11102026-08-20T03:17:54.755Z Downloaded rawzip v0.4.4
11112026-08-20T03:17:54.755Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11122026-08-20T03:17:54.755Z Downloaded vergen v9.1.0
11132026-08-20T03:17:54.755Z Downloaded icu_properties v2.1.2
11142026-08-20T03:17:54.755Z Downloaded tokio-native-tls v0.3.1
11152026-08-20T03:17:54.755Z Downloaded const_format v0.2.35
11162026-08-20T03:17:54.769Z Downloaded des v0.9.0
11172026-08-20T03:17:54.769Z Downloaded unicase v2.9.0
11182026-08-20T03:17:54.770Z Downloaded crc v3.4.0
11192026-08-20T03:17:54.770Z Downloaded derive_more v0.99.20
11202026-08-20T03:17:54.770Z Downloaded deranged v0.5.8
11212026-08-20T03:17:54.775Z Downloaded maplit v1.0.2
11222026-08-20T03:17:54.775Z Downloaded packed_struct_codegen v0.10.1
11232026-08-20T03:17:54.775Z Downloaded rand_chacha v0.3.1
11242026-08-20T03:17:54.775Z Downloaded proc-macro-crate v1.3.1
11252026-08-20T03:17:54.775Z Downloaded structmeta-derive v0.3.0
11262026-08-20T03:17:54.775Z Downloaded winnow v0.6.26
11272026-08-20T03:17:54.775Z Downloaded nom v7.1.3
11282026-08-20T03:17:54.785Z Downloaded diesel_derives v2.3.7
11292026-08-20T03:17:54.785Z Downloaded rcgen v0.12.1
11302026-08-20T03:17:54.791Z Downloaded ipnet v2.12.0
11312026-08-20T03:17:54.791Z Downloaded sha1 v0.11.0
11322026-08-20T03:17:54.791Z Downloaded tower-layer v0.3.3
11332026-08-20T03:17:54.791Z Downloaded futures-util v0.3.32
11342026-08-20T03:17:54.795Z Downloaded want v0.3.1
11352026-08-20T03:17:54.795Z Downloaded untrusted v0.9.0
11362026-08-20T03:17:54.796Z Downloaded cpufeatures v0.3.0
11372026-08-20T03:17:54.796Z Downloaded dunce v1.0.5
11382026-08-20T03:17:54.796Z Downloaded dropshot-api-manager v0.8.0
11392026-08-20T03:17:54.799Z Downloaded mime_guess v2.0.5
11402026-08-20T03:17:54.799Z Downloaded keccak v0.2.0
11412026-08-20T03:17:54.799Z Downloaded libsw-core v0.3.2
11422026-08-20T03:17:54.799Z Downloaded illumos-nvpair-sys v0.2.0
11432026-08-20T03:17:54.802Z Downloaded phf v0.12.1
11442026-08-20T03:17:54.802Z Downloaded rand_core v0.9.5
11452026-08-20T03:17:54.813Z Downloaded zip v4.6.1
11462026-08-20T03:17:54.814Z Downloaded yansi v1.0.1
11472026-08-20T03:17:54.814Z Downloaded zip v0.6.6
11482026-08-20T03:17:54.814Z Downloaded mio v1.2.0
11492026-08-20T03:17:54.822Z Downloaded predicates-core v1.0.10
11502026-08-20T03:17:54.822Z Downloaded secrecy v0.10.3
11512026-08-20T03:17:54.826Z Downloaded zstd-safe v7.2.4
11522026-08-20T03:17:54.826Z Downloaded crc-any v2.5.0
11532026-08-20T03:17:54.835Z Downloaded wyz v0.5.1
11542026-08-20T03:17:54.835Z Downloaded daft-derive v0.1.7
11552026-08-20T03:17:54.835Z Downloaded structmeta v0.3.0
11562026-08-20T03:17:54.848Z Downloaded yasna v0.5.2
11572026-08-20T03:17:54.858Z Downloaded sec1 v0.8.1
11582026-08-20T03:17:54.859Z Downloaded typify v0.6.2
11592026-08-20T03:17:54.859Z Downloaded r2d2 v0.8.10
11602026-08-20T03:17:54.859Z Downloaded jobserver v0.1.34
11612026-08-20T03:17:54.869Z Downloaded parse-display v0.10.0
11622026-08-20T03:17:54.869Z Downloaded universal-hash v0.6.1
11632026-08-20T03:17:54.869Z Downloaded iana-time-zone v0.1.65
11642026-08-20T03:17:54.874Z Downloaded hyper-tls v0.6.0
11652026-08-20T03:17:54.874Z Downloaded indoc v1.0.9
11662026-08-20T03:17:54.874Z Downloaded password-hash v0.6.1
11672026-08-20T03:17:54.874Z Downloaded dropshot_endpoint v0.17.1
11682026-08-20T03:17:54.878Z Downloaded sha1 v0.10.6
11692026-08-20T03:17:54.878Z Downloaded crypto-common v0.2.2
11702026-08-20T03:17:54.891Z Downloaded oxide-update-engine-types v0.1.2
11712026-08-20T03:17:54.957Z Downloaded critical-section v1.2.0
11722026-08-20T03:17:54.957Z Downloaded predicates-tree v1.0.13
11732026-08-20T03:17:54.957Z Downloaded rustls-pki-types v1.14.0
11742026-08-20T03:17:54.957Z Downloaded p256 v0.14.0
11752026-08-20T03:17:54.958Z Downloaded parking_lot_core v0.9.12
11762026-08-20T03:17:54.958Z Downloaded sha2 v0.11.0
11772026-08-20T03:17:54.958Z Downloaded delegate v0.13.5
11782026-08-20T03:17:54.958Z Downloaded rand_pcg v0.10.2
11792026-08-20T03:17:54.958Z Downloaded unicode-segmentation v1.12.0
11802026-08-20T03:17:54.958Z Downloaded darling_macro v0.21.3
11812026-08-20T03:17:54.958Z Downloaded poly1305 v0.9.0
11822026-08-20T03:17:54.958Z Downloaded idna v1.1.0
11832026-08-20T03:17:54.958Z Downloaded ryu v1.0.23
11842026-08-20T03:17:54.958Z Downloaded similar v2.7.0
11852026-08-20T03:17:54.958Z Downloaded thread_local v1.1.9
11862026-08-20T03:17:54.958Z Downloaded yoke-derive v0.8.1
11872026-08-20T03:17:54.958Z Downloaded resolv-conf v0.7.6
11882026-08-20T03:17:54.958Z Downloaded russh-cryptovec v0.62.0
11892026-08-20T03:17:54.959Z Downloaded sigpipe v0.1.3
11902026-08-20T03:17:54.959Z Downloaded tabwriter v1.4.1
11912026-08-20T03:17:54.959Z Downloaded toml v0.7.8
11922026-08-20T03:17:54.959Z Downloaded either v1.15.0
11932026-08-20T03:17:54.959Z Downloaded toml_parser v1.1.2+spec-1.1.0
11942026-08-20T03:17:54.959Z Downloaded derive_builder v0.20.2
11952026-08-20T03:17:54.959Z Downloaded strum v0.26.3
11962026-08-20T03:17:54.959Z Downloaded document-features v0.2.12
11972026-08-20T03:17:54.959Z Downloaded waitgroup v0.1.2
11982026-08-20T03:17:54.959Z Downloaded unicode-bidi v0.3.18
11992026-08-20T03:17:54.959Z Downloaded keccak v0.1.6
12002026-08-20T03:17:54.959Z Downloaded slog-json v2.6.1
12012026-08-20T03:17:54.960Z Downloaded tokio-dtrace v0.1.1
12022026-08-20T03:17:54.960Z Downloaded derive-where v1.6.0
12032026-08-20T03:17:54.960Z Downloaded litrs v1.0.0
12042026-08-20T03:17:54.960Z Downloaded lock_api v0.4.14
12052026-08-20T03:17:54.960Z Downloaded darling_core v0.23.0
12062026-08-20T03:17:54.960Z Downloaded darling v0.21.3
12072026-08-20T03:17:54.960Z Downloaded indexmap v1.9.3
12082026-08-20T03:17:54.960Z Downloaded polyval v0.7.1
12092026-08-20T03:17:54.960Z Downloaded slab v0.4.12
12102026-08-20T03:17:54.960Z Downloaded termios v0.3.3
12112026-08-20T03:17:54.960Z Downloaded zerovec-derive v0.11.2
12122026-08-20T03:17:54.960Z Downloaded winnow v1.0.3
12132026-08-20T03:17:54.972Z Downloaded samael v0.0.19
12142026-08-20T03:17:54.972Z Downloaded git2 v0.20.4
12152026-08-20T03:17:54.972Z Downloaded itertools v0.14.0
12162026-08-20T03:17:54.990Z Downloaded ml-kem v0.3.2
12172026-08-20T03:17:54.990Z Downloaded primeorder v0.14.0
12182026-08-20T03:17:54.990Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12192026-08-20T03:17:54.990Z Downloaded crypto-bigint v0.5.5
12202026-08-20T03:17:55.004Z Downloaded crypto-primes v0.7.2
12212026-08-20T03:17:55.004Z Downloaded rustls-webpki v0.103.13
12222026-08-20T03:17:55.004Z Downloaded num-rational v0.4.2
12232026-08-20T03:17:55.004Z Downloaded num_enum_derive v0.7.6
12242026-08-20T03:17:55.004Z Downloaded simd-adler32 v0.3.8
12252026-08-20T03:17:55.004Z Downloaded blake3 v1.8.5
12262026-08-20T03:17:55.004Z Downloaded serde_with v1.14.0
12272026-08-20T03:17:55.007Z Downloaded darling v0.23.0
12282026-08-20T03:17:55.007Z Downloaded petname v2.0.2
12292026-08-20T03:17:55.007Z Downloaded jiff-core v0.1.0
12302026-08-20T03:17:55.007Z Downloaded salty v0.3.0
12312026-08-20T03:17:55.023Z Downloaded goblin v0.10.5
12322026-08-20T03:17:55.043Z Downloaded peg v0.8.5
12332026-08-20T03:17:55.043Z Downloaded ingot v0.2.1
12342026-08-20T03:17:55.043Z Downloaded litemap v0.8.1
12352026-08-20T03:17:55.043Z Downloaded p384 v0.13.1
12362026-08-20T03:17:55.055Z Downloaded hyper v1.10.1
12372026-08-20T03:17:55.055Z Downloaded serde_cbor v0.11.2
12382026-08-20T03:17:55.055Z Downloaded twox-hash v2.1.2
12392026-08-20T03:17:55.055Z Downloaded tinyvec v1.10.0
12402026-08-20T03:17:55.067Z Downloaded bitvec v1.0.1
12412026-08-20T03:17:55.067Z Downloaded rustyline v14.0.0
12422026-08-20T03:17:55.079Z Downloaded icu_collections v2.1.1
12432026-08-20T03:17:55.079Z Downloaded vergen-lib v0.1.6
12442026-08-20T03:17:55.079Z Downloaded bindgen v0.71.1
12452026-08-20T03:17:55.079Z Downloaded module-lattice v0.2.3
12462026-08-20T03:17:55.079Z Downloaded aws-lc-rs v1.16.3
12472026-08-20T03:17:55.084Z Downloaded socket2 v0.6.3
12482026-08-20T03:17:55.084Z Downloaded reedline v0.40.0
12492026-08-20T03:17:55.084Z Downloaded serde_with v3.21.0
12502026-08-20T03:17:55.098Z Downloaded rustls-platform-verifier v0.6.2
12512026-08-20T03:17:55.098Z Downloaded icu_properties_data v2.1.2
12522026-08-20T03:17:55.098Z Downloaded tabled v0.21.0
12532026-08-20T03:17:55.106Z Downloaded chrono v0.4.45
12542026-08-20T03:17:55.113Z Downloaded icu_normalizer_data v2.1.1
12552026-08-20T03:17:55.113Z Downloaded ssh-key v0.7.0-rc.11
12562026-08-20T03:17:55.122Z Downloaded num-traits v0.2.19
12572026-08-20T03:17:55.132Z Downloaded crossterm v0.29.0
12582026-08-20T03:17:55.138Z Downloaded crossbeam-channel v0.5.15
12592026-08-20T03:17:55.151Z Downloaded proptest v1.11.0
12602026-08-20T03:17:55.159Z Downloaded hyper-util v0.1.20
12612026-08-20T03:17:55.160Z Downloaded libm v0.2.16
12622026-08-20T03:17:55.160Z Downloaded der v0.8.0
12632026-08-20T03:17:55.160Z Downloaded vcpkg v0.2.15
12642026-08-20T03:17:55.178Z Downloaded rsa v0.9.10
12652026-08-20T03:17:55.192Z Downloaded snafu v0.8.9
12662026-08-20T03:17:55.192Z Downloaded quinn v0.11.11
12672026-08-20T03:17:55.192Z Downloaded iri-string v0.7.10
12682026-08-20T03:17:55.192Z Downloaded smoltcp v0.9.1
12692026-08-20T03:17:55.205Z Downloaded miette v7.6.0
12702026-08-20T03:17:55.205Z Downloaded itertools v0.13.0
12712026-08-20T03:17:55.214Z Downloaded reqwest v0.12.28
12722026-08-20T03:17:55.214Z Downloaded openssl-sys v0.9.117
12732026-08-20T03:17:55.214Z Downloaded unicode-normalization v0.1.25
12742026-08-20T03:17:55.214Z Downloaded nom v8.0.0
12752026-08-20T03:17:55.214Z Downloaded lalrpop v0.19.12
12762026-08-20T03:17:55.233Z Downloaded tower-http v0.6.8
12772026-08-20T03:17:55.243Z Downloaded derive_more-impl v2.1.1
12782026-08-20T03:17:55.243Z Downloaded regex v1.12.3
12792026-08-20T03:17:55.256Z Downloaded internal-russh-num-bigint v0.5.0
12802026-08-20T03:17:55.271Z Downloaded libxml v0.3.3
12812026-08-20T03:17:55.279Z Downloaded russh v0.62.4
12822026-08-20T03:17:55.291Z Downloaded polar-core v0.27.3
12832026-08-20T03:17:55.300Z Downloaded sha3 v0.12.0
12842026-08-20T03:17:55.301Z Downloaded quick-xml v0.37.5
12852026-08-20T03:17:55.301Z Downloaded tokio-util v0.7.18
12862026-08-20T03:17:55.320Z Downloaded object v0.30.4
12872026-08-20T03:17:55.320Z Downloaded itertools v0.15.0
12882026-08-20T03:17:55.321Z Downloaded portable-atomic v1.13.1
12892026-08-20T03:17:55.327Z Downloaded smoltcp v0.11.0
12902026-08-20T03:17:55.327Z Downloaded bstr v1.12.1
12912026-08-20T03:17:55.336Z Downloaded zerocopy v0.8.55
12922026-08-20T03:17:55.351Z Downloaded radix_trie v0.2.1
12932026-08-20T03:17:55.375Z Downloaded time v0.3.47
12942026-08-20T03:17:55.393Z Downloaded winnow v0.5.40
12952026-08-20T03:17:55.393Z Downloaded regex-syntax v0.8.10
12962026-08-20T03:17:55.398Z Downloaded zlib-rs v0.6.2
12972026-08-20T03:17:55.398Z Downloaded moka v0.12.13
12982026-08-20T03:17:55.398Z Downloaded iddqd v0.4.2
12992026-08-20T03:17:55.398Z Downloaded hickory-proto v0.24.4
13002026-08-20T03:17:55.409Z Downloaded rayon v1.11.0
13012026-08-20T03:17:55.419Z Downloaded openssl v0.10.80
13022026-08-20T03:17:55.419Z Downloaded regress v0.10.5
13032026-08-20T03:17:55.455Z Downloaded curve25519-dalek v5.0.0
13042026-08-20T03:17:55.459Z Downloaded quinn-proto v0.11.16
13052026-08-20T03:17:55.481Z Downloaded hickory-proto v0.25.2
13062026-08-20T03:17:55.495Z Downloaded regex-syntax v0.6.29
13072026-08-20T03:17:55.501Z Downloaded sqlparser v0.61.0
13082026-08-20T03:17:55.508Z Downloaded nix v0.27.1
13092026-08-20T03:17:55.537Z Downloaded regress v0.11.1
13102026-08-20T03:17:55.541Z Downloaded rustls v0.23.41
13112026-08-20T03:17:55.541Z Downloaded crypto-bigint v0.7.5
13122026-08-20T03:17:55.550Z Downloaded object v0.37.3
13132026-08-20T03:17:55.556Z Downloaded nix v0.28.0
13142026-08-20T03:17:55.575Z Downloaded rustix v0.38.44
13152026-08-20T03:17:55.579Z Downloaded curve25519-dalek v4.1.3
13162026-08-20T03:17:55.579Z Downloaded nix v0.31.2
13172026-08-20T03:17:55.583Z Downloaded diesel v2.3.7
13182026-08-20T03:17:55.613Z Downloaded openapiv3 v2.2.0
13192026-08-20T03:17:55.617Z Downloaded dropshot v0.17.1
13202026-08-20T03:17:55.628Z Downloaded typify-impl v0.6.2
13212026-08-20T03:17:55.636Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-08-20T03:17:55.696Z Downloaded tracing v0.1.44
13232026-08-20T03:17:55.728Z Downloaded sled v0.34.7
13242026-08-20T03:17:55.732Z Downloaded jiff v0.2.34
13252026-08-20T03:17:55.732Z Downloaded chrono-tz v0.10.4
13262026-08-20T03:17:55.740Z Downloaded zerocopy-derive v0.6.6
13272026-08-20T03:17:55.750Z Downloaded sha3 v0.11.0
13282026-08-20T03:17:55.754Z Downloaded libz-sys v1.1.24
13292026-08-20T03:17:55.762Z Downloaded sha3 v0.10.8
13302026-08-20T03:17:55.772Z Downloaded petgraph v0.6.5
13312026-08-20T03:17:55.777Z Downloaded csv v1.4.0
13322026-08-20T03:17:55.788Z Downloaded ratatui v0.29.0
13332026-08-20T03:17:55.798Z Downloaded regex-automata v0.4.14
13342026-08-20T03:17:55.804Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-20T03:17:55.868Z Downloaded petgraph v0.8.3
13362026-08-20T03:17:55.896Z Downloaded tokio v1.52.1
13372026-08-20T03:17:56.151Z Downloaded encoding_rs v0.8.35
13382026-08-20T03:17:56.213Z Downloaded ring v0.17.14
13392026-08-20T03:17:56.213Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-08-20T03:17:56.395Z Downloaded aws-lc-sys v0.40.0
13412026-08-20T03:17:56.652Z Compiling serde_core v1.0.228
13422026-08-20T03:17:56.652Z Compiling libc v0.2.185
13432026-08-20T03:17:56.652Z Compiling serde v1.0.228
13442026-08-20T03:17:56.667Z Compiling log v0.4.33
13452026-08-20T03:17:56.667Z Compiling smallvec v1.15.1
13462026-08-20T03:17:56.834Z Compiling find-msvc-tools v0.1.9
13472026-08-20T03:17:56.835Z Compiling shlex v1.3.0
13482026-08-20T03:17:56.844Z Compiling syn v2.0.117
13492026-08-20T03:17:57.028Z Compiling subtle v2.6.1
13502026-08-20T03:17:57.037Z Compiling scopeguard v1.2.0
13512026-08-20T03:17:57.052Z Compiling typenum v1.20.1
13522026-08-20T03:17:57.113Z Compiling stable_deref_trait v1.2.1
13532026-08-20T03:17:57.145Z Compiling lock_api v0.4.14
13542026-08-20T03:17:57.238Z Compiling zerocopy v0.8.55
13552026-08-20T03:17:57.253Z Compiling portable-atomic v1.13.1
13562026-08-20T03:17:57.254Z Compiling serde_json v1.0.151
13572026-08-20T03:17:57.366Z Compiling critical-section v1.2.0
13582026-08-20T03:17:57.397Z Compiling libm v0.2.16
13592026-08-20T03:17:57.470Z Compiling num-traits v0.2.19
13602026-08-20T03:17:57.574Z Compiling pkg-config v0.3.32
13612026-08-20T03:17:57.627Z Compiling errno v0.3.14
13622026-08-20T03:17:57.654Z Compiling jobserver v0.1.34
13632026-08-20T03:17:57.688Z Compiling getrandom v0.2.17
13642026-08-20T03:17:57.934Z Compiling cc v1.2.56
13652026-08-20T03:17:57.991Z Compiling rand_core v0.6.4
13662026-08-20T03:17:58.032Z Compiling generic-array v0.14.7
13672026-08-20T03:17:58.114Z Compiling const-oid v0.9.6
13682026-08-20T03:17:58.224Z Compiling once_cell v1.21.3
13692026-08-20T03:17:58.234Z Compiling parking_lot_core v0.9.12
13702026-08-20T03:17:58.260Z Compiling pin-project-lite v0.2.17
13712026-08-20T03:17:58.401Z Compiling getrandom v0.3.4
13722026-08-20T03:17:58.433Z Compiling signal-hook-registry v1.4.8
13732026-08-20T03:17:58.933Z Compiling litemap v0.8.1
13742026-08-20T03:17:58.986Z Compiling bitflags v2.11.0
13752026-08-20T03:17:59.002Z Compiling futures-core v0.3.32
13762026-08-20T03:17:59.003Z Compiling percent-encoding v2.3.2
13772026-08-20T03:17:59.041Z Compiling writeable v0.6.2
13782026-08-20T03:17:59.090Z Compiling semver v1.0.28
13792026-08-20T03:17:59.135Z Compiling parking_lot v0.12.5
13802026-08-20T03:17:59.219Z Compiling mio v1.2.0
13812026-08-20T03:17:59.256Z Compiling icu_properties_data v2.1.2
13822026-08-20T03:17:59.304Z Compiling icu_normalizer_data v2.1.1
13832026-08-20T03:17:59.401Z Compiling socket2 v0.6.3
13842026-08-20T03:17:59.456Z Compiling rustix v1.1.4
13852026-08-20T03:17:59.504Z Compiling getrandom v0.4.3
13862026-08-20T03:17:59.596Z Compiling synstructure v0.13.2
13872026-08-20T03:17:59.612Z Compiling rand_core v0.10.0
13882026-08-20T03:17:59.685Z Compiling futures-sink v0.3.32
13892026-08-20T03:17:59.775Z Compiling futures-channel v0.3.32
13902026-08-20T03:17:59.827Z Compiling indexmap v2.14.0
13912026-08-20T03:17:59.842Z Compiling futures-io v0.3.32
13922026-08-20T03:17:59.960Z Compiling slab v0.4.12
13932026-08-20T03:17:59.975Z Compiling utf8_iter v1.0.4
13942026-08-20T03:17:59.998Z Compiling futures-task v0.3.32
13952026-08-20T03:18:00.092Z Compiling form_urlencoded v1.2.2
13962026-08-20T03:18:00.186Z Compiling rustversion v1.0.22
13972026-08-20T03:18:00.215Z Compiling base64ct v1.8.3
13982026-08-20T03:18:00.221Z Compiling iana-time-zone v0.1.65
13992026-08-20T03:18:00.281Z Compiling cmake v0.1.57
14002026-08-20T03:18:00.298Z Compiling fs_extra v1.3.0
14012026-08-20T03:18:00.421Z Compiling dunce v1.0.5
14022026-08-20T03:18:00.477Z Compiling pem-rfc7468 v0.7.0
14032026-08-20T03:18:00.499Z Compiling flagset v0.4.7
14042026-08-20T03:18:00.515Z Compiling ident_case v1.0.1
14052026-08-20T03:18:00.568Z Compiling regex-syntax v0.8.10
14062026-08-20T03:18:00.629Z Compiling uuid v1.23.4
14072026-08-20T03:18:00.638Z Compiling rand_core v0.9.5
14082026-08-20T03:18:00.688Z Compiling aws-lc-sys v0.40.0
14092026-08-20T03:18:00.796Z Compiling base64 v0.22.1
14102026-08-20T03:18:00.995Z Compiling vcpkg v0.2.15
14112026-08-20T03:18:01.167Z Compiling syn v1.0.109
14122026-08-20T03:18:01.174Z Compiling serde_derive_internals v0.29.1
14132026-08-20T03:18:01.242Z Compiling rustc_version v0.4.1
14142026-08-20T03:18:01.317Z Compiling tracing-core v0.1.36
14152026-08-20T03:18:01.353Z Compiling serde_derive v1.0.228
14162026-08-20T03:18:01.446Z Compiling zeroize_derive v1.5.0
14172026-08-20T03:18:01.569Z Compiling zerofrom-derive v0.1.6
14182026-08-20T03:18:01.673Z Compiling zerocopy-derive v0.8.55
14192026-08-20T03:18:01.878Z Compiling yoke-derive v0.8.1
14202026-08-20T03:18:02.109Z Compiling zerovec-derive v0.11.2
14212026-08-20T03:18:02.121Z Compiling displaydoc v0.2.5
14222026-08-20T03:18:02.888Z Compiling tokio-macros v2.7.0
14232026-08-20T03:18:02.969Z Compiling futures-macro v0.3.32
14242026-08-20T03:18:03.009Z Compiling zerofrom v0.1.6
14252026-08-20T03:18:03.105Z Compiling thiserror-impl v2.0.18
14262026-08-20T03:18:03.129Z Compiling yoke v0.8.1
14272026-08-20T03:18:03.267Z Compiling der_derive v0.7.3
14282026-08-20T03:18:03.312Z Compiling zerovec v0.11.5
14292026-08-20T03:18:03.695Z Compiling zerotrie v0.2.3
14302026-08-20T03:18:03.791Z Compiling tinystr v0.8.2
14312026-08-20T03:18:03.820Z Compiling potential_utf v0.1.4
14322026-08-20T03:18:03.967Z Compiling futures-util v0.3.32
14332026-08-20T03:18:03.987Z Compiling icu_locale_core v2.1.1
14342026-08-20T03:18:03.987Z Compiling icu_collections v2.1.1
14352026-08-20T03:18:04.193Z Compiling openssl-sys v0.9.117
14362026-08-20T03:18:04.399Z Compiling thiserror v2.0.18
14372026-08-20T03:18:04.484Z Compiling tracing-attributes v0.1.31
14382026-08-20T03:18:04.505Z Compiling aws-lc-rs v1.16.3
14392026-08-20T03:18:04.705Z Compiling icu_provider v2.1.1
14402026-08-20T03:18:04.790Z Compiling zeroize v1.9.0
14412026-08-20T03:18:04.848Z Compiling bytes v1.11.1
14422026-08-20T03:18:04.868Z Compiling chrono v0.4.45
14432026-08-20T03:18:05.006Z Compiling icu_normalizer v2.1.1
14442026-08-20T03:18:05.511Z Compiling tokio v1.52.1
14452026-08-20T03:18:05.537Z Compiling crypto-common v0.1.7
14462026-08-20T03:18:05.595Z Compiling block-buffer v0.10.4
14472026-08-20T03:18:05.690Z Compiling icu_properties v2.1.2
14482026-08-20T03:18:05.785Z Compiling digest v0.10.7
14492026-08-20T03:18:05.842Z Compiling der v0.7.10
14502026-08-20T03:18:06.038Z Compiling http v1.4.2
14512026-08-20T03:18:06.372Z Compiling ppv-lite86 v0.2.21
14522026-08-20T03:18:06.409Z Compiling simd-adler32 v0.3.8
14532026-08-20T03:18:06.409Z Compiling schemars v0.8.22
14542026-08-20T03:18:06.561Z Compiling cpufeatures v0.2.17
14552026-08-20T03:18:06.575Z Compiling idna_adapter v1.2.1
14562026-08-20T03:18:06.595Z Compiling rand_chacha v0.9.0
14572026-08-20T03:18:06.618Z Compiling dyn-clone v1.0.20
14582026-08-20T03:18:06.702Z Compiling idna v1.1.0
14592026-08-20T03:18:06.740Z Compiling spki v0.7.3
14602026-08-20T03:18:06.791Z Compiling rand v0.9.2
14612026-08-20T03:18:06.948Z Compiling pkcs8 v0.10.2
14622026-08-20T03:18:06.958Z Compiling http-body v1.0.1
14632026-08-20T03:18:07.041Z Compiling url v2.5.8
14642026-08-20T03:18:07.131Z Compiling tracing v0.1.44
14652026-08-20T03:18:07.192Z Compiling rustls-pki-types v1.14.0
14662026-08-20T03:18:07.338Z Compiling schemars_derive v0.8.22
14672026-08-20T03:18:07.374Z Compiling spin v0.9.8
14682026-08-20T03:18:07.522Z Compiling cmov v0.5.4
14692026-08-20T03:18:07.577Z Compiling adler2 v2.0.1
14702026-08-20T03:18:07.626Z Compiling httparse v1.10.1
14712026-08-20T03:18:07.708Z Compiling openssl-probe v0.2.1
14722026-08-20T03:18:07.722Z Compiling tinyvec_macros v0.1.1
14732026-08-20T03:18:07.789Z Compiling crc32fast v1.5.0
14742026-08-20T03:18:07.803Z Compiling tinyvec v1.10.0
14752026-08-20T03:18:07.871Z Compiling ctutils v0.4.2
14762026-08-20T03:18:07.991Z Compiling miniz_oxide v0.8.9
14772026-08-20T03:18:08.090Z Compiling tempfile v3.27.0
14782026-08-20T03:18:08.104Z Compiling pest_generator v2.8.6
14792026-08-20T03:18:08.135Z Compiling sha2 v0.10.9
14802026-08-20T03:18:08.455Z Compiling terminal_size v0.4.3
14812026-08-20T03:18:08.579Z Compiling aho-corasick v1.1.4
14822026-08-20T03:18:08.604Z Compiling radium v0.7.0
14832026-08-20T03:18:08.771Z Compiling tower-service v0.3.3
14842026-08-20T03:18:08.829Z Compiling atomic-waker v1.1.2
14852026-08-20T03:18:08.865Z Compiling tower-layer v0.3.3
14862026-08-20T03:18:08.987Z Compiling try-lock v0.2.5
14872026-08-20T03:18:09.018Z Compiling untrusted v0.7.1
14882026-08-20T03:18:09.050Z Compiling want v0.3.1
14892026-08-20T03:18:09.157Z Compiling pest_derive v2.8.6
14902026-08-20T03:18:09.389Z Compiling tokio-util v0.7.18
14912026-08-20T03:18:09.408Z Compiling regex-automata v0.4.14
14922026-08-20T03:18:09.588Z Compiling hybrid-array v0.4.13
14932026-08-20T03:18:10.114Z Compiling h2 v0.4.15
14942026-08-20T03:18:10.206Z Compiling ipnet v2.12.0
14952026-08-20T03:18:10.391Z Compiling scroll_derive v0.13.1
14962026-08-20T03:18:10.434Z Compiling darling_core v0.20.11
14972026-08-20T03:18:10.695Z Compiling rustls v0.23.41
14982026-08-20T03:18:10.867Z Compiling foreign-types-shared v0.1.1
14992026-08-20T03:18:10.960Z Compiling openssl v0.10.80
15002026-08-20T03:18:11.099Z Compiling maybe-uninit v2.0.0
15012026-08-20T03:18:11.179Z Compiling tap v1.0.1
15022026-08-20T03:18:11.183Z Compiling httpdate v1.0.3
15032026-08-20T03:18:11.209Z Compiling untrusted v0.9.0
15042026-08-20T03:18:11.302Z Compiling wyz v0.5.1
15052026-08-20T03:18:11.346Z Compiling scroll v0.13.0
15062026-08-20T03:18:11.400Z Compiling foreign-types v0.3.2
15072026-08-20T03:18:11.470Z Compiling unicode-normalization v0.1.25
15082026-08-20T03:18:11.606Z Compiling rand_chacha v0.3.1
15092026-08-20T03:18:11.610Z Compiling signature v2.2.0
15102026-08-20T03:18:11.807Z Compiling hex v0.4.3
15112026-08-20T03:18:11.881Z Compiling openssl-macros v0.1.1
15122026-08-20T03:18:11.942Z Compiling thiserror-impl v1.0.69
15132026-08-20T03:18:12.171Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-20T03:18:12.268Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15152026-08-20T03:18:12.497Z Compiling num-integer v0.1.46
15162026-08-20T03:18:12.567Z Compiling wait-timeout v0.2.1
15172026-08-20T03:18:12.631Z Compiling ahash v0.8.12
15182026-08-20T03:18:12.651Z Compiling num-conv v0.2.0
15192026-08-20T03:18:12.699Z Compiling bit-vec v0.8.0
15202026-08-20T03:18:12.726Z Compiling darling_macro v0.20.11
15212026-08-20T03:18:12.763Z Compiling packed_struct v0.10.1
15222026-08-20T03:18:12.818Z Compiling funty v2.0.0
15232026-08-20T03:18:12.891Z Compiling time-core v0.1.8
15242026-08-20T03:18:12.998Z Compiling native-tls v0.2.18
15252026-08-20T03:18:13.027Z Compiling powerfmt v0.2.0
15262026-08-20T03:18:13.157Z Compiling num-bigint-dig v0.8.6
15272026-08-20T03:18:13.183Z Compiling quick-error v1.2.3
15282026-08-20T03:18:13.196Z Compiling hyper v1.10.1
15292026-08-20T03:18:13.254Z Compiling rusty-fork v0.3.1
15302026-08-20T03:18:13.280Z Compiling deranged v0.5.8
15312026-08-20T03:18:13.331Z Compiling darling v0.20.11
15322026-08-20T03:18:13.380Z Compiling thiserror v1.0.69
15332026-08-20T03:18:13.440Z Compiling bitvec v1.0.1
15342026-08-20T03:18:13.464Z Compiling time-macros v0.2.27
15352026-08-20T03:18:13.499Z Compiling clap_builder v4.6.0
15362026-08-20T03:18:13.568Z Compiling bit-set v0.8.0
15372026-08-20T03:18:14.259Z Compiling num-iter v0.1.45
15382026-08-20T03:18:14.327Z Compiling hyper-util v0.1.20
15392026-08-20T03:18:14.746Z Compiling rand v0.8.6
15402026-08-20T03:18:14.813Z Compiling goblin v0.10.5
15412026-08-20T03:18:15.335Z Compiling packed_struct_codegen v0.10.1
15422026-08-20T03:18:15.596Z Compiling lazy_static v1.5.0
15432026-08-20T03:18:15.694Z Compiling hmac v0.12.1
15442026-08-20T03:18:15.918Z Compiling toml_datetime v0.6.11
15452026-08-20T03:18:16.114Z Compiling serde_spanned v0.6.9
15462026-08-20T03:18:16.180Z Compiling zerocopy-derive v0.6.6
15472026-08-20T03:18:16.256Z Compiling clap_derive v4.6.1
15482026-08-20T03:18:16.274Z Compiling bitfield-macros v0.19.4
15492026-08-20T03:18:16.428Z Compiling rand_xorshift v0.4.0
15502026-08-20T03:18:16.603Z Compiling sync_wrapper v1.0.2
15512026-08-20T03:18:16.738Z Compiling indexmap v1.9.3
15522026-08-20T03:18:16.891Z Compiling usdt-impl v0.6.0
15532026-08-20T03:18:16.891Z Compiling num_threads v0.1.7
15542026-08-20T03:18:16.941Z Compiling crc-catalog v2.4.0
15552026-08-20T03:18:16.999Z Compiling nodrop v0.1.14
15562026-08-20T03:18:17.021Z Compiling zlib-rs v0.6.2
15572026-08-20T03:18:17.092Z Compiling unarray v0.1.4
15582026-08-20T03:18:17.151Z Compiling crossbeam-utils v0.8.21
15592026-08-20T03:18:17.189Z Compiling paste v1.0.15
15602026-08-20T03:18:17.369Z Compiling object v0.37.3
15612026-08-20T03:18:17.464Z Compiling siphasher v1.0.2
15622026-08-20T03:18:17.526Z Compiling dof v0.4.0
15632026-08-20T03:18:17.665Z Compiling proptest v1.11.0
15642026-08-20T03:18:17.717Z Compiling array-init v0.0.4
15652026-08-20T03:18:18.053Z Compiling clap v4.6.1
15662026-08-20T03:18:18.146Z Compiling crc v3.4.0
15672026-08-20T03:18:18.146Z Compiling time v0.3.47
15682026-08-20T03:18:18.217Z Compiling zerocopy v0.6.6
15692026-08-20T03:18:21.985Z Compiling bitfield v0.19.4
15702026-08-20T03:18:22.030Z Compiling tower v0.5.3
15712026-08-20T03:18:22.030Z Compiling smallvec v0.6.14
15722026-08-20T03:18:22.031Z Compiling derive_builder_core v0.20.2
15732026-08-20T03:18:22.031Z Compiling dtrace-parser v0.3.0
15742026-08-20T03:18:22.031Z Compiling flate2 v1.1.9
15752026-08-20T03:18:22.031Z Compiling ipnetwork v0.21.1
15762026-08-20T03:18:22.031Z Compiling pkcs1 v0.7.5
15772026-08-20T03:18:22.031Z Compiling http-body-util v0.1.3
15782026-08-20T03:18:22.031Z Compiling heapless v0.7.17
15792026-08-20T03:18:22.031Z Compiling scroll_derive v0.12.1
15802026-08-20T03:18:22.031Z Compiling structmeta-derive v0.3.0
15812026-08-20T03:18:22.031Z Compiling slog v2.8.2
15822026-08-20T03:18:22.031Z Compiling darling_core v0.23.0
15832026-08-20T03:18:22.031Z Compiling thread-id v5.1.0
15842026-08-20T03:18:22.031Z Compiling cookie v0.18.1
15852026-08-20T03:18:22.031Z Compiling env_filter v2.0.0
15862026-08-20T03:18:22.031Z Compiling zstd-safe v7.2.4
15872026-08-20T03:18:22.031Z Compiling anyhow v1.0.104
15882026-08-20T03:18:22.031Z Compiling allocator-api2 v0.2.21
15892026-08-20T03:18:22.031Z Compiling signal-hook v0.3.18
15902026-08-20T03:18:22.031Z Compiling winnow v0.5.40
15912026-08-20T03:18:22.031Z Compiling hashbrown v0.12.3
15922026-08-20T03:18:22.031Z Compiling base64 v0.21.7
15932026-08-20T03:18:22.031Z Compiling gimli v0.32.3
15942026-08-20T03:18:22.031Z Compiling unicode-properties v0.1.4
15952026-08-20T03:18:22.091Z Compiling iri-string v0.7.10
15962026-08-20T03:18:22.124Z Compiling ryu v1.0.23
15972026-08-20T03:18:22.287Z Compiling unicode-bidi v0.3.18
15982026-08-20T03:18:22.815Z Compiling toml_edit v0.19.15
15992026-08-20T03:18:22.869Z Compiling stringprep v0.1.5
16002026-08-20T03:18:23.267Z Compiling darling_macro v0.23.0
16012026-08-20T03:18:23.299Z Compiling tower-http v0.6.8
16022026-08-20T03:18:23.518Z Compiling addr2line v0.25.1
16032026-08-20T03:18:23.609Z Compiling serde_urlencoded v0.7.1
16042026-08-20T03:18:23.746Z Compiling ron v0.8.1
16052026-08-20T03:18:23.848Z Compiling structmeta v0.3.0
16062026-08-20T03:18:24.072Z Compiling scroll v0.12.0
16072026-08-20T03:18:24.101Z Compiling env_logger v0.11.11
16082026-08-20T03:18:24.377Z Compiling rsa v0.9.10
16092026-08-20T03:18:24.436Z Compiling oxnet v0.1.6
16102026-08-20T03:18:24.516Z Compiling derive_builder_macro v0.20.2
16112026-08-20T03:18:24.666Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-20T03:18:24.750Z Compiling newtype-uuid v1.3.2
16132026-08-20T03:18:24.863Z Compiling hashbrown v0.13.2
16142026-08-20T03:18:24.983Z Compiling bzip2 v0.4.4
16152026-08-20T03:18:25.130Z Compiling serde-hex v0.1.0
16162026-08-20T03:18:25.245Z Compiling tokio-native-tls v0.3.1
16172026-08-20T03:18:25.350Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-20T03:18:25.417Z Compiling camino v1.2.5
16192026-08-20T03:18:26.027Z Compiling bstr v1.12.1
16202026-08-20T03:18:26.331Z Compiling block-buffer v0.12.1
16212026-08-20T03:18:26.538Z Compiling block-padding v0.4.2
16222026-08-20T03:18:26.661Z Compiling crypto-common v0.2.2
16232026-08-20T03:18:26.706Z Compiling rustls-native-certs v0.8.3
16242026-08-20T03:18:26.856Z Compiling x509-cert v0.2.5
16252026-08-20T03:18:27.000Z Compiling md-5 v0.10.6
16262026-08-20T03:18:27.171Z Compiling erased-serde v0.3.31
16272026-08-20T03:18:27.458Z Compiling serde_tokenstream v0.2.3
16282026-08-20T03:18:27.662Z Compiling curve25519-dalek v4.1.3
16292026-08-20T03:18:27.775Z Compiling pin-project-internal v1.1.11
16302026-08-20T03:18:27.989Z Compiling async-trait v0.1.89
16312026-08-20T03:18:28.224Z Compiling daft-derive v0.1.7
16322026-08-20T03:18:28.360Z Compiling zerocopy-derive v0.7.35
16332026-08-20T03:18:28.462Z Compiling vergen-lib v9.1.0
16342026-08-20T03:18:28.516Z Compiling hash32 v0.2.1
16352026-08-20T03:18:28.639Z Compiling memoffset v0.9.1
16362026-08-20T03:18:28.705Z Compiling encoding_rs v0.8.35
16372026-08-20T03:18:28.828Z Compiling cfg_aliases v0.2.1
16382026-08-20T03:18:28.863Z Compiling crc-any v2.5.0
16392026-08-20T03:18:28.903Z Compiling mime v0.3.17
16402026-08-20T03:18:28.976Z Compiling rustix v0.38.44
16412026-08-20T03:18:29.006Z Compiling ref-cast v1.0.25
16422026-08-20T03:18:29.087Z Compiling litrs v1.0.0
16432026-08-20T03:18:29.158Z Compiling rustc-demangle v0.1.27
16442026-08-20T03:18:29.221Z Compiling fallible-iterator v0.2.0
16452026-08-20T03:18:29.236Z Compiling psl-types v2.0.11
16462026-08-20T03:18:29.273Z Compiling smoltcp v0.9.1
16472026-08-20T03:18:29.304Z Compiling owo-colors v4.3.0
16482026-08-20T03:18:29.352Z Compiling publicsuffix v2.3.0
16492026-08-20T03:18:29.516Z Compiling postgres-protocol v0.6.10
16502026-08-20T03:18:29.529Z Compiling backtrace v0.3.76
16512026-08-20T03:18:29.579Z Compiling document-features v0.2.12
16522026-08-20T03:18:29.634Z Compiling zerocopy v0.7.35
16532026-08-20T03:18:29.660Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-20T03:18:29.674Z Compiling daft v0.1.7
16552026-08-20T03:18:29.948Z Compiling nix v0.31.2
16562026-08-20T03:18:30.041Z Compiling pin-project v1.1.11
16572026-08-20T03:18:30.260Z Compiling inout v0.2.2
16582026-08-20T03:18:30.302Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-20T03:18:30.349Z Compiling hyper-tls v0.6.0
16602026-08-20T03:18:30.432Z Compiling object v0.30.4
16612026-08-20T03:18:30.573Z Compiling zip v0.6.6
16622026-08-20T03:18:30.587Z Compiling derive_builder v0.20.2
16632026-08-20T03:18:30.645Z Compiling goblin v0.8.2
16642026-08-20T03:18:30.695Z Compiling toml v0.7.8
16652026-08-20T03:18:31.128Z Compiling derive-ex v0.1.8
16662026-08-20T03:18:31.238Z Compiling darling v0.23.0
16672026-08-20T03:18:31.285Z Compiling phf_shared v0.13.1
16682026-08-20T03:18:31.319Z Compiling regex v1.12.3
16692026-08-20T03:18:31.471Z Compiling hubpack_derive v0.1.1
16702026-08-20T03:18:31.518Z Compiling futures-executor v0.3.32
16712026-08-20T03:18:31.729Z Compiling ref-cast-impl v1.0.25
16722026-08-20T03:18:31.774Z Compiling snafu-derive v0.8.9
16732026-08-20T03:18:31.915Z Compiling curve25519-dalek-derive v0.1.1
16742026-08-20T03:18:32.266Z Compiling strum_macros v0.27.2
16752026-08-20T03:18:32.541Z Compiling vergen v9.1.0
16762026-08-20T03:18:32.724Z Compiling cargo-platform v0.3.2
16772026-08-20T03:18:32.787Z Compiling ff v0.13.1
16782026-08-20T03:18:32.926Z Compiling fs-err v3.3.0
16792026-08-20T03:18:32.991Z Compiling foldhash v0.1.5
16802026-08-20T03:18:33.118Z Compiling jiff-core v0.1.0
16812026-08-20T03:18:33.168Z Compiling bumpalo v3.20.2
16822026-08-20T03:18:33.251Z Compiling bitflags v1.3.2
16832026-08-20T03:18:33.328Z Compiling libbz2-rs-sys v0.2.2
16842026-08-20T03:18:33.416Z Compiling managed v0.8.0
16852026-08-20T03:18:33.636Z Compiling same-file v1.0.6
16862026-08-20T03:18:33.669Z Compiling either v1.15.0
16872026-08-20T03:18:33.800Z Compiling is_ci v1.2.0
16882026-08-20T03:18:33.882Z Compiling base16ct v0.2.0
16892026-08-20T03:18:33.937Z Compiling foldhash v0.2.0
16902026-08-20T03:18:33.997Z Compiling unicode-segmentation v1.12.0
16912026-08-20T03:18:34.069Z Compiling path-slash v0.1.5
16922026-08-20T03:18:34.085Z Compiling hashbrown v0.16.1
16932026-08-20T03:18:34.160Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16942026-08-20T03:18:34.164Z Compiling sec1 v0.7.3
16952026-08-20T03:18:34.208Z Compiling textwrap v0.16.2
16962026-08-20T03:18:34.208Z Compiling strum v0.27.2
16972026-08-20T03:18:34.348Z Compiling supports-color v3.0.2
16982026-08-20T03:18:34.385Z Compiling jiff v0.2.34
16992026-08-20T03:18:34.453Z Compiling walkdir v2.5.0
17002026-08-20T03:18:34.509Z Compiling bzip2 v0.6.1
17012026-08-20T03:18:34.652Z Compiling snafu v0.8.9
17022026-08-20T03:18:34.714Z Compiling zopfli v0.8.3
17032026-08-20T03:18:34.855Z Compiling hashbrown v0.15.5
17042026-08-20T03:18:35.005Z Compiling group v0.13.0
17052026-08-20T03:18:35.215Z Compiling cargo_metadata v0.23.1
17062026-08-20T03:18:35.423Z Compiling dof v0.3.0
17072026-08-20T03:18:35.459Z Compiling test-strategy v0.4.5
17082026-08-20T03:18:35.675Z Compiling hubpack v0.1.2
17092026-08-20T03:18:35.896Z Compiling futures v0.3.32
17102026-08-20T03:18:35.980Z Compiling phf v0.13.1
17112026-08-20T03:18:36.145Z Compiling serde_with_macros v3.21.0
17122026-08-20T03:18:36.512Z Compiling signal-hook-mio v0.2.5
17132026-08-20T03:18:36.571Z Compiling cookie_store v0.22.1
17142026-08-20T03:18:36.632Z Compiling zstd v0.13.3
17152026-08-20T03:18:36.893Z Compiling reqwest v0.12.28
17162026-08-20T03:18:36.929Z Compiling cipher v0.5.2
17172026-08-20T03:18:37.251Z Compiling backtrace-ext v0.2.1
17182026-08-20T03:18:37.300Z Compiling postgres-types v0.2.12
17192026-08-20T03:18:37.850Z Compiling usdt-attr-macro v0.6.0
17202026-08-20T03:18:37.961Z Compiling usdt-macro v0.6.0
17212026-08-20T03:18:38.129Z Compiling globset v0.4.18
17222026-08-20T03:18:38.405Z Compiling phf_shared v0.11.3
17232026-08-20T03:18:38.480Z Compiling hkdf v0.12.4
17242026-08-20T03:18:38.593Z Compiling dtrace-parser v0.2.0
17252026-08-20T03:18:38.649Z Compiling byte-wrapper v0.1.0
17262026-08-20T03:18:38.666Z Compiling olpc-cjson v0.1.4
17272026-08-20T03:18:38.719Z Compiling ed25519 v2.2.3
17282026-08-20T03:18:38.745Z Compiling crypto-bigint v0.5.5
17292026-08-20T03:18:38.803Z Compiling serde-big-array v0.5.1
17302026-08-20T03:18:38.819Z Compiling serde_plain v1.0.2
17312026-08-20T03:18:38.943Z Compiling serde_repr v0.1.20
17322026-08-20T03:18:38.973Z Compiling strum_macros v0.26.4
17332026-08-20T03:18:39.010Z Compiling async-recursion v1.1.1
17342026-08-20T03:18:39.330Z Compiling enum-as-inner v0.6.1
17352026-08-20T03:18:39.471Z Compiling miette-derive v7.6.0
17362026-08-20T03:18:39.619Z Compiling pem v3.0.6
17372026-08-20T03:18:39.653Z Compiling float-cmp v0.10.0
17382026-08-20T03:18:39.802Z Compiling thread-id v4.2.2
17392026-08-20T03:18:39.846Z Compiling memmap2 v0.9.10
17402026-08-20T03:18:39.889Z Compiling cpufeatures v0.3.0
17412026-08-20T03:18:39.945Z Compiling supports-hyperlinks v3.2.0
17422026-08-20T03:18:39.968Z Compiling const-oid v0.10.2
17432026-08-20T03:18:40.114Z Compiling precomputed-hash v0.1.1
17442026-08-20T03:18:40.114Z Compiling difflib v0.4.0
17452026-08-20T03:18:40.206Z Compiling fixedbitset v0.5.7
17462026-08-20T03:18:40.206Z Compiling new_debug_unreachable v1.0.6
17472026-08-20T03:18:40.294Z Compiling predicates-core v1.0.10
17482026-08-20T03:18:40.475Z Compiling keccak v0.1.6
17492026-08-20T03:18:40.513Z Compiling typed-path v0.9.3
17502026-08-20T03:18:40.613Z Compiling normalize-line-endings v0.3.0
17512026-08-20T03:18:40.679Z Compiling static_assertions v1.1.0
17522026-08-20T03:18:40.680Z Compiling whoami v2.1.0
17532026-08-20T03:18:40.710Z Compiling data-encoding v2.10.0
17542026-08-20T03:18:40.753Z Compiling supports-unicode v3.0.0
17552026-08-20T03:18:40.785Z Compiling fixedbitset v0.4.2
17562026-08-20T03:18:40.901Z Compiling winnow v1.0.3
17572026-08-20T03:18:40.916Z Compiling tokio-postgres v0.7.16
17582026-08-20T03:18:41.009Z Compiling hickory-proto v0.25.2
17592026-08-20T03:18:41.057Z Compiling petgraph v0.6.5
17602026-08-20T03:18:41.225Z Compiling miette v7.6.0
17612026-08-20T03:18:41.403Z Compiling strum v0.26.3
17622026-08-20T03:18:41.535Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-20T03:18:41.730Z Compiling predicates v3.1.4
17642026-08-20T03:18:41.958Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-20T03:18:42.365Z Compiling toml_edit v0.22.27
17662026-08-20T03:18:42.379Z Compiling sha3 v0.10.8
17672026-08-20T03:18:42.556Z Compiling petgraph v0.8.3
17682026-08-20T03:18:42.593Z Compiling string_cache v0.8.9
17692026-08-20T03:18:42.821Z Compiling digest v0.11.3
17702026-08-20T03:18:42.835Z Compiling usdt v0.6.0
17712026-08-20T03:18:43.044Z Compiling chacha20 v0.10.0
17722026-08-20T03:18:43.111Z Compiling usdt-impl v0.5.0
17732026-08-20T03:18:43.141Z Compiling elliptic-curve v0.13.8
17742026-08-20T03:18:43.416Z Compiling ed25519-dalek v2.2.0
17752026-08-20T03:18:43.540Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17762026-08-20T03:18:43.661Z Compiling crossterm v0.28.1
17772026-08-20T03:18:44.325Z Compiling serde_with v3.21.0
17782026-08-20T03:18:44.463Z Compiling zip v4.6.1
17792026-08-20T03:18:45.025Z Compiling iddqd v0.4.2
17802026-08-20T03:18:45.328Z Compiling similar v2.7.0
17812026-08-20T03:18:45.435Z Compiling heck v0.4.1
17822026-08-20T03:18:45.499Z Compiling itertools v0.13.0
17832026-08-20T03:18:45.646Z Compiling itertools v0.15.0
17842026-08-20T03:18:45.662Z Compiling crossbeam-epoch v0.9.18
17852026-08-20T03:18:45.675Z Compiling tokio-stream v0.1.18
17862026-08-20T03:18:45.996Z Compiling buf-list v1.1.2
17872026-08-20T03:18:46.131Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-20T03:18:46.154Z Compiling openapiv3 v2.2.0
17892026-08-20T03:18:46.168Z Compiling peg-runtime v0.8.5
17902026-08-20T03:18:46.265Z Compiling lalrpop-util v0.19.12
17912026-08-20T03:18:46.357Z Compiling thread_local v1.1.9
17922026-08-20T03:18:46.421Z Compiling slog-async v2.8.0
17932026-08-20T03:18:46.437Z Compiling crossbeam-channel v0.5.15
17942026-08-20T03:18:46.453Z Compiling is-terminal v0.4.17
17952026-08-20T03:18:46.550Z Compiling filetime v0.2.27
17962026-08-20T03:18:46.612Z Compiling term v1.2.1
17972026-08-20T03:18:46.722Z Compiling xattr v1.6.1
17982026-08-20T03:18:46.737Z Compiling take_mut v0.2.2
17992026-08-20T03:18:46.741Z Compiling camino-tempfile v1.4.1
18002026-08-20T03:18:46.877Z Compiling slog-term v2.9.2
18012026-08-20T03:18:46.891Z Compiling tar v0.4.46
18022026-08-20T03:18:53.186Z Compiling rustls-webpki v0.103.13
18032026-08-20T03:18:55.891Z Compiling tokio-rustls v0.26.4
18042026-08-20T03:18:55.891Z Compiling rustls-platform-verifier v0.6.2
18052026-08-20T03:18:55.891Z Compiling tough v0.22.0
18062026-08-20T03:18:56.105Z Compiling hyper-rustls v0.27.7
18072026-08-20T03:18:56.284Z Compiling reqwest v0.13.2
18082026-08-20T03:18:58.634Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-20T03:18:58.792Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-20T03:19:01.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18112026-08-20T03:19:01.988Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-20T03:19:02.228ZAug 20 03:19:00.214 INFO Starting download, target: Cockroach
18132026-08-20T03:19:02.228ZAug 20 03:19:00.215 INFO Starting download, target: Console
18142026-08-20T03:19:02.228ZAug 20 03:19:00.215 INFO Starting download, target: Clickhouse
18152026-08-20T03:19:02.228ZAug 20 03:19:00.215 INFO Starting download, target: DendriteStub
18162026-08-20T03:19:02.228ZAug 20 03:19:00.215 INFO Starting download, target: MaghemiteMgd
18172026-08-20T03:19:02.228ZAug 20 03:19:00.215 INFO Starting download, target: MaghemiteDdmd
18182026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Starting download, target: TransceiverControl
18192026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18212026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18222026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18232026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-20T03:19:02.229ZAug 20 03:19:00.215 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18262026-08-20T03:19:03.660ZAug 20 03:19:01.883 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-20T03:19:03.688ZAug 20 03:19:01.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-20T03:19:03.748ZAug 20 03:19:02.141 INFO Download complete, target: TransceiverControl
18292026-08-20T03:19:03.804ZAug 20 03:19:02.201 INFO Download complete, target: Console
18302026-08-20T03:19:04.230ZAug 20 03:19:02.634 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-08-20T03:19:05.321ZAug 20 03:19:03.720 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18322026-08-20T03:19:05.969ZAug 20 03:19:04.369 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18332026-08-20T03:19:06.125ZAug 20 03:19:04.538 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18342026-08-20T03:19:07.206ZAug 20 03:19:05.619 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-20T03:19:07.206ZAug 20 03:19:05.619 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-20T03:19:07.299ZAug 20 03:19:05.712 INFO Download complete, target: MaghemiteDdmd
18372026-08-20T03:19:08.697ZAug 20 03:19:07.109 INFO Download complete, target: DendriteStub
18382026-08-20T03:19:08.718ZAug 20 03:19:07.131 INFO Download complete, target: MaghemiteMgd
18392026-08-20T03:19:11.255ZAug 20 03:19:09.666 INFO Checking that binary works, target: Clickhouse
18402026-08-20T03:19:11.361ZAug 20 03:19:09.774 INFO Download complete, target: Clickhouse
18412026-08-20T03:19:11.995ZAug 20 03:19:10.407 INFO Checking that binary works, target: Cockroach
18422026-08-20T03:19:12.109ZAug 20 03:19:10.521 INFO Download complete, target: Cockroach
18432026-08-20T03:19:12.125ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-20T03:19:12.130Z
18452026-08-20T03:19:12.131Zreal 2:10.857500048
18462026-08-20T03:19:12.131Zuser 7:17.036522541
18472026-08-20T03:19:12.131Zsys 1:27.049149098
18482026-08-20T03:19:12.131Ztrap 0.250898008
18492026-08-20T03:19:12.131Ztflt 0.557203657
18502026-08-20T03:19:12.131Zdflt 0.960449340
18512026-08-20T03:19:12.131Zkflt 0.024607114
18522026-08-20T03:19:12.131Zlock 27:55.475565041
18532026-08-20T03:19:12.132Zslp 22:02.946796847
18542026-08-20T03:19:12.132Zlat 47.513401939
18552026-08-20T03:19:12.132Zstop 2:39.007064224
18562026-08-20T03:19:12.132Z+ banner hack-check
18572026-08-20T03:19:12.132Z
18582026-08-20T03:19:12.132Z # # ## #### # # #### # # ###### #### # #
18592026-08-20T03:19:12.132Z # # # # # # # # # # # # # # # # #
18602026-08-20T03:19:12.132Z ###### # # # #### ##### # ###### ##### # ####
18612026-08-20T03:19:12.132Z # # ###### # # # # # # # # # #
18622026-08-20T03:19:12.132Z # # # # # # # # # # # # # # # # #
18632026-08-20T03:19:12.132Z # # # # #### # # #### # # ###### #### # #
18642026-08-20T03:19:12.132Z
18652026-08-20T03:19:12.132Z+ export CARGO_INCREMENTAL=0
18662026-08-20T03:19:12.132Z+ CARGO_INCREMENTAL=0
18672026-08-20T03:19:12.133Z+ ptime -m timeout 2h cargo xtask check-features --ci
18682026-08-20T03:19:12.593Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-20T03:19:12.871Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-20T03:19:14.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18712026-08-20T03:19:14.724Z Running `target/debug/xtask check-features --ci`
18722026-08-20T03:19:14.747Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18732026-08-20T03:19:14.749Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18742026-08-20T03:19:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18752026-08-20T03:19:15.187Z Running `target/debug/xtask download cargo-hack`
18762026-08-20T03:19:15.977Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18772026-08-20T03:19:16.278Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18782026-08-20T03:19:18.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18792026-08-20T03:19:19.002Z Running `target/debug/xtask-downloader cargo-hack`
18802026-08-20T03:19:19.040ZAug 20 03:19:17.452 INFO Starting download, target: CargoHack
18812026-08-20T03:19:19.044ZAug 20 03:19:17.453 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18822026-08-20T03:19:19.376ZAug 20 03:19:17.790 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18832026-08-20T03:19:19.427ZAug 20 03:19:17.840 INFO Download complete, target: CargoHack
18842026-08-20T03:19:19.430Zrunning: "/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"
18852026-08-20T03:19:19.443Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18862026-08-20T03:19:19.604Zinfo: running `cargo check --bins` on api_identity (1/337)
18872026-08-20T03:19:20.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-20T03:19:20.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-20T03:19:20.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-20T03:19:20.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-20T03:19:20.150Z
18922026-08-20T03:19:20.151Zinfo: running `cargo check --bins` on bootstore (2/337)
18932026-08-20T03:19:20.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-20T03:19:20.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-20T03:19:20.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-20T03:19:20.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18972026-08-20T03:19:20.705Z
18982026-08-20T03:19:20.705Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18992026-08-20T03:19:21.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-20T03:19:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-20T03:19:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-20T03:19:21.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19032026-08-20T03:19:21.250Z
19042026-08-20T03:19:21.250Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19052026-08-20T03:19:21.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-20T03:19:21.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-20T03:19:21.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-20T03:19:21.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19092026-08-20T03:19:21.793Z
19102026-08-20T03:19:21.793Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19112026-08-20T03:19:22.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-20T03:19:22.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-20T03:19:22.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-20T03:19:22.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19152026-08-20T03:19:22.337Z
19162026-08-20T03:19:22.337Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19172026-08-20T03:19:22.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-20T03:19:22.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-20T03:19:22.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-20T03:19:22.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19212026-08-20T03:19:22.897Z
19222026-08-20T03:19:22.897Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19232026-08-20T03:19:23.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-20T03:19:23.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-20T03:19:23.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-20T03:19:23.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19272026-08-20T03:19:23.450Z
19282026-08-20T03:19:23.450Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19292026-08-20T03:19:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-20T03:19:23.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-20T03:19:23.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-20T03:19:23.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19332026-08-20T03:19:24.007Z
19342026-08-20T03:19:24.007Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19352026-08-20T03:19:24.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-20T03:19:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-20T03:19:24.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-20T03:19:24.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-08-20T03:19:24.417Z
19402026-08-20T03:19:24.417Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19412026-08-20T03:19:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-20T03:19:24.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-20T03:19:24.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-20T03:19:24.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-20T03:19:24.833Z
19462026-08-20T03:19:24.833Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19472026-08-20T03:19:25.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-20T03:19:25.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-20T03:19:25.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-20T03:19:25.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-20T03:19:25.246Z
19522026-08-20T03:19:25.246Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19532026-08-20T03:19:25.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-20T03:19:25.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-20T03:19:25.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-20T03:19:25.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-08-20T03:19:25.658Z
19582026-08-20T03:19:25.658Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19592026-08-20T03:19:26.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-20T03:19:26.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-20T03:19:26.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-20T03:19:26.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-20T03:19:26.068Z
19642026-08-20T03:19:26.068Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19652026-08-20T03:19:26.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-20T03:19:26.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-20T03:19:26.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-20T03:19:26.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-20T03:19:26.482Z
19702026-08-20T03:19:26.482Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19712026-08-20T03:19:26.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-20T03:19:26.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-20T03:19:26.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-20T03:19:26.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-08-20T03:19:26.893Z
19762026-08-20T03:19:26.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19772026-08-20T03:19:27.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-20T03:19:27.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-20T03:19:27.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-20T03:19:27.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-20T03:19:27.305Z
19822026-08-20T03:19:27.305Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19832026-08-20T03:19:27.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-20T03:19:27.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-20T03:19:27.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-20T03:19:27.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-20T03:19:27.717Z
19882026-08-20T03:19:27.718Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19892026-08-20T03:19:28.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-20T03:19:28.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-20T03:19:28.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-20T03:19:28.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-20T03:19:28.644Z
19942026-08-20T03:19:28.644Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19952026-08-20T03:19:28.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-20T03:19:28.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-20T03:19:28.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-20T03:19:28.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-20T03:19:28.644Z
20002026-08-20T03:19:28.644Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20012026-08-20T03:19:28.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-20T03:19:28.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-20T03:19:28.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-20T03:19:28.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-20T03:19:28.955Z
20062026-08-20T03:19:28.955Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20072026-08-20T03:19:29.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-20T03:19:29.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-20T03:19:29.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-20T03:19:29.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-20T03:19:29.373Z
20122026-08-20T03:19:29.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20132026-08-20T03:19:29.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-20T03:19:29.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-20T03:19:29.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-20T03:19:29.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-20T03:19:29.789Z
20182026-08-20T03:19:29.789Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20192026-08-20T03:19:30.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-20T03:19:30.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-20T03:19:30.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-20T03:19:30.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-20T03:19:30.201Z
20242026-08-20T03:19:30.201Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20252026-08-20T03:19:30.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-20T03:19:30.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-20T03:19:30.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-20T03:19:30.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-20T03:19:30.649Z
20302026-08-20T03:19:30.649Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20312026-08-20T03:19:30.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-20T03:19:30.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-20T03:19:30.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-20T03:19:30.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-20T03:19:31.031Z
20362026-08-20T03:19:31.031Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20372026-08-20T03:19:31.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-20T03:19:31.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-20T03:19:31.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-20T03:19:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-20T03:19:31.443Z
20422026-08-20T03:19:31.443Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20432026-08-20T03:19:31.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-20T03:19:31.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-20T03:19:31.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-20T03:19:31.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-20T03:19:31.857Z
20482026-08-20T03:19:31.857Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20492026-08-20T03:19:32.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-20T03:19:32.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-20T03:19:32.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-20T03:19:32.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-20T03:19:32.274Z
20542026-08-20T03:19:32.275Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20552026-08-20T03:19:32.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-20T03:19:32.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-20T03:19:32.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-20T03:19:32.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-20T03:19:32.687Z
20602026-08-20T03:19:32.687Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20612026-08-20T03:19:33.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-20T03:19:33.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-20T03:19:33.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-20T03:19:33.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-20T03:19:33.102Z
20662026-08-20T03:19:33.102Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20672026-08-20T03:19:33.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-20T03:19:33.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-20T03:19:33.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-20T03:19:33.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-20T03:19:33.514Z
20722026-08-20T03:19:33.514Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20732026-08-20T03:19:33.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-20T03:19:33.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-20T03:19:33.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-20T03:19:33.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-20T03:19:33.931Z
20782026-08-20T03:19:33.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20792026-08-20T03:19:34.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-20T03:19:34.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-20T03:19:34.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-20T03:19:34.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-20T03:19:34.345Z
20842026-08-20T03:19:34.345Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20852026-08-20T03:19:34.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-20T03:19:34.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-20T03:19:34.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-20T03:19:34.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-20T03:19:34.760Z
20902026-08-20T03:19:34.760Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20912026-08-20T03:19:35.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-20T03:19:35.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-20T03:19:35.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-20T03:19:35.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-20T03:19:35.175Z
20962026-08-20T03:19:35.175Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20972026-08-20T03:19:35.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-20T03:19:35.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-20T03:19:35.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-20T03:19:35.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-20T03:19:35.586Z
21022026-08-20T03:19:35.586Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21032026-08-20T03:19:35.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-20T03:19:35.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-20T03:19:35.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-20T03:19:35.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-20T03:19:35.997Z
21082026-08-20T03:19:35.997Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21092026-08-20T03:19:36.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-20T03:19:36.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-20T03:19:36.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-20T03:19:36.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-20T03:19:36.411Z
21142026-08-20T03:19:36.411Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21152026-08-20T03:19:36.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-20T03:19:36.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-20T03:19:36.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-20T03:19:36.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-20T03:19:36.824Z
21202026-08-20T03:19:36.824Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21212026-08-20T03:19:37.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-20T03:19:37.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-20T03:19:37.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-20T03:19:37.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-20T03:19:37.239Z
21262026-08-20T03:19:37.239Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21272026-08-20T03:19:37.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-20T03:19:37.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-20T03:19:37.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-20T03:19:37.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-20T03:19:37.657Z
21322026-08-20T03:19:37.657Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21332026-08-20T03:19:38.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-20T03:19:38.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-20T03:19:38.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-20T03:19:38.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-20T03:19:38.071Z
21382026-08-20T03:19:38.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21392026-08-20T03:19:38.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-20T03:19:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-20T03:19:38.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-20T03:19:38.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-20T03:19:38.486Z
21442026-08-20T03:19:38.486Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21452026-08-20T03:19:38.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-20T03:19:38.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-20T03:19:38.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-20T03:19:38.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-20T03:19:38.902Z
21502026-08-20T03:19:38.902Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21512026-08-20T03:19:39.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-20T03:19:39.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-20T03:19:39.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-20T03:19:39.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21552026-08-20T03:19:39.317Z
21562026-08-20T03:19:39.317Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21572026-08-20T03:19:39.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-20T03:19:39.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-20T03:19:39.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-20T03:19:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21612026-08-20T03:19:39.737Z
21622026-08-20T03:19:39.737Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21632026-08-20T03:19:40.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-20T03:19:40.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-20T03:19:40.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-20T03:19:40.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21672026-08-20T03:19:40.153Z
21682026-08-20T03:19:40.153Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21692026-08-20T03:19:40.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-20T03:19:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-20T03:19:40.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-20T03:19:40.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21732026-08-20T03:19:40.568Z
21742026-08-20T03:19:40.568Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21752026-08-20T03:19:41.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-20T03:19:41.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-20T03:19:41.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-20T03:19:41.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-08-20T03:19:41.165Z
21802026-08-20T03:19:41.165Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21812026-08-20T03:19:41.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-20T03:19:41.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-20T03:19:41.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-20T03:19:41.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21852026-08-20T03:19:41.762Z
21862026-08-20T03:19:41.762Zinfo: running `cargo check --bins` on nexus-config (51/337)
21872026-08-20T03:19:42.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-20T03:19:42.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-20T03:19:42.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-20T03:19:42.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-08-20T03:19:42.357Z
21922026-08-20T03:19:42.357Zinfo: running `cargo check --bins` on nexus-types (52/337)
21932026-08-20T03:19:42.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-20T03:19:42.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-20T03:19:42.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-20T03:19:42.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-08-20T03:19:42.949Z
21982026-08-20T03:19:42.949Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21992026-08-20T03:19:43.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-20T03:19:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-20T03:19:43.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-20T03:19:43.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22032026-08-20T03:19:43.510Z
22042026-08-20T03:19:43.510Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22052026-08-20T03:19:43.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-20T03:19:43.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-20T03:19:43.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-20T03:19:43.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22092026-08-20T03:19:44.052Z
22102026-08-20T03:19:44.052Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22112026-08-20T03:19:44.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-20T03:19:44.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-20T03:19:44.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-20T03:19:44.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22152026-08-20T03:19:44.618Z
22162026-08-20T03:19:44.618Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22172026-08-20T03:19:45.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-20T03:19:45.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-20T03:19:45.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-20T03:19:45.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22212026-08-20T03:19:45.186Z
22222026-08-20T03:19:45.186Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22232026-08-20T03:19:45.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-20T03:19:45.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-20T03:19:45.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-20T03:19:45.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22272026-08-20T03:19:45.757Z
22282026-08-20T03:19:45.757Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22292026-08-20T03:19:46.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-20T03:19:46.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-20T03:19:46.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-20T03:19:46.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22332026-08-20T03:19:46.320Z
22342026-08-20T03:19:46.320Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22352026-08-20T03:19:46.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-20T03:19:46.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-20T03:19:46.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-20T03:19:46.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22392026-08-20T03:19:46.866Z
22402026-08-20T03:19:46.866Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22412026-08-20T03:19:47.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-20T03:19:47.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-20T03:19:47.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-20T03:19:47.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22452026-08-20T03:19:47.410Z
22462026-08-20T03:19:47.410Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22472026-08-20T03:19:47.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-20T03:19:47.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-20T03:19:47.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-20T03:19:47.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-08-20T03:19:47.950Z
22522026-08-20T03:19:47.950Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22532026-08-20T03:19:48.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-20T03:19:48.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-20T03:19:48.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-20T03:19:48.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-08-20T03:19:48.493Z
22582026-08-20T03:19:48.493Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22592026-08-20T03:19:48.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-20T03:19:48.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-20T03:19:48.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-20T03:19:48.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22632026-08-20T03:19:49.045Z
22642026-08-20T03:19:49.045Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22652026-08-20T03:19:49.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-20T03:19:49.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-20T03:19:49.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-20T03:19:49.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22692026-08-20T03:19:49.604Z
22702026-08-20T03:19:49.604Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22712026-08-20T03:19:50.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-20T03:19:50.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-20T03:19:50.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-20T03:19:50.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22752026-08-20T03:19:50.168Z
22762026-08-20T03:19:50.168Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22772026-08-20T03:19:50.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-20T03:19:50.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-20T03:19:50.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-20T03:19:50.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22812026-08-20T03:19:50.723Z
22822026-08-20T03:19:50.723Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22832026-08-20T03:19:51.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-20T03:19:51.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-20T03:19:51.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-20T03:19:51.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-20T03:19:51.271Z
22882026-08-20T03:19:51.271Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22892026-08-20T03:19:51.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-20T03:19:51.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-20T03:19:51.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-20T03:19:51.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22932026-08-20T03:19:51.831Z
22942026-08-20T03:19:51.831Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22952026-08-20T03:19:52.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-20T03:19:52.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-20T03:19:52.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-20T03:19:52.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22992026-08-20T03:19:52.393Z
23002026-08-20T03:19:52.393Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23012026-08-20T03:19:52.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-20T03:19:52.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-20T03:19:52.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-20T03:19:52.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23052026-08-20T03:19:52.937Z
23062026-08-20T03:19:52.938Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23072026-08-20T03:19:53.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-20T03:19:53.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-20T03:19:53.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-20T03:19:53.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23112026-08-20T03:19:53.484Z
23122026-08-20T03:19:53.484Zinfo: running `cargo check --bins` on ereport-types (72/337)
23132026-08-20T03:19:53.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-20T03:19:53.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-20T03:19:53.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-20T03:19:53.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23172026-08-20T03:19:54.037Z
23182026-08-20T03:19:54.037Zinfo: running `cargo check --bins` on gateway-client (73/337)
23192026-08-20T03:19:54.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-20T03:19:54.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-20T03:19:54.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-20T03:19:54.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23232026-08-20T03:19:54.599Z
23242026-08-20T03:19:54.599Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23252026-08-20T03:19:55.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-20T03:19:55.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-20T03:19:55.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-20T03:19:55.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23292026-08-20T03:19:55.154Z
23302026-08-20T03:19:55.154Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23312026-08-20T03:19:55.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-20T03:19:55.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-20T03:19:55.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-20T03:19:55.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23352026-08-20T03:19:55.710Z
23362026-08-20T03:19:55.710Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23372026-08-20T03:19:56.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-20T03:19:56.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-20T03:19:56.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-20T03:19:56.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23412026-08-20T03:19:56.283Z
23422026-08-20T03:19:56.283Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23432026-08-20T03:19:56.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-20T03:19:56.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-20T03:19:56.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-20T03:19:56.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23472026-08-20T03:19:56.859Z
23482026-08-20T03:19:56.859Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23492026-08-20T03:19:57.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-20T03:19:57.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-20T03:19:57.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-20T03:19:57.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23532026-08-20T03:19:57.405Z
23542026-08-20T03:19:57.405Zinfo: running `cargo check --bins` on oxlog (79/337)
23552026-08-20T03:19:57.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-20T03:19:57.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-20T03:19:57.999Z Checking cfg-if v1.0.4
23582026-08-20T03:19:58.003Z Checking serde_core v1.0.228
23592026-08-20T03:19:58.003Z Checking libc v0.2.185
23602026-08-20T03:19:58.119Z Checking memchr v2.8.0
23612026-08-20T03:19:58.128Z Checking log v0.4.33
23622026-08-20T03:19:58.128Z Checking smallvec v1.15.1
23632026-08-20T03:19:58.147Z Checking subtle v2.6.1
23642026-08-20T03:19:58.157Z Checking itoa v1.0.17
23652026-08-20T03:19:58.160Z Checking scopeguard v1.2.0
23662026-08-20T03:19:58.258Z Checking lock_api v0.4.14
23672026-08-20T03:19:58.276Z Checking stable_deref_trait v1.2.1
23682026-08-20T03:19:58.287Z Checking typenum v1.20.1
23692026-08-20T03:19:58.298Z Checking zerofrom v0.1.6
23702026-08-20T03:19:58.310Z Checking zerocopy v0.8.55
23712026-08-20T03:19:58.340Z Checking portable-atomic v1.13.1
23722026-08-20T03:19:58.402Z Checking yoke v0.8.1
23732026-08-20T03:19:58.453Z Checking critical-section v1.2.0
23742026-08-20T03:19:58.484Z Checking pin-project-lite v0.2.17
23752026-08-20T03:19:58.497Z Checking errno v0.3.14
23762026-08-20T03:19:58.544Z Checking getrandom v0.2.17
23772026-08-20T03:19:58.577Z Checking zerovec v0.11.5
23782026-08-20T03:19:58.583Z Checking const-oid v0.9.6
23792026-08-20T03:19:58.604Z Checking libm v0.2.16
23802026-08-20T03:19:58.680Z Checking rand_core v0.6.4
23812026-08-20T03:19:58.740Z Checking once_cell v1.21.3
23822026-08-20T03:19:58.851Z Checking zmij v1.0.21
23832026-08-20T03:19:58.907Z Checking signal-hook-registry v1.4.8
23842026-08-20T03:19:58.985Z Checking tinystr v0.8.2
23852026-08-20T03:19:59.005Z Checking parking_lot_core v0.9.12
23862026-08-20T03:19:59.054Z Checking writeable v0.6.2
23872026-08-20T03:19:59.066Z Checking percent-encoding v2.3.2
23882026-08-20T03:19:59.153Z Checking futures-core v0.3.32
23892026-08-20T03:19:59.186Z Checking litemap v0.8.1
23902026-08-20T03:19:59.198Z Checking parking_lot v0.12.5
23912026-08-20T03:19:59.210Z Checking potential_utf v0.1.4
23922026-08-20T03:19:59.238Z Checking zerotrie v0.2.3
23932026-08-20T03:19:59.269Z Checking mio v1.2.0
23942026-08-20T03:19:59.281Z Checking num-traits v0.2.19
23952026-08-20T03:19:59.330Z Checking equivalent v1.0.2
23962026-08-20T03:19:59.349Z Checking icu_locale_core v2.1.1
23972026-08-20T03:19:59.380Z Checking icu_collections v2.1.1
23982026-08-20T03:19:59.408Z Checking getrandom v0.3.4
23992026-08-20T03:19:59.469Z Checking socket2 v0.6.3
24002026-08-20T03:19:59.545Z Checking icu_normalizer_data v2.1.1
24012026-08-20T03:19:59.545Z Checking icu_properties_data v2.1.2
24022026-08-20T03:19:59.594Z Checking serde v1.0.228
24032026-08-20T03:19:59.622Z Checking bitflags v2.11.0
24042026-08-20T03:19:59.669Z Checking serde_json v1.0.151
24052026-08-20T03:19:59.681Z Checking byteorder v1.5.0
24062026-08-20T03:19:59.703Z Checking hashbrown v0.17.0
24072026-08-20T03:19:59.781Z Checking rand_core v0.10.0
24082026-08-20T03:19:59.822Z Checking futures-sink v0.3.32
24092026-08-20T03:19:59.877Z Checking futures-task v0.3.32
24102026-08-20T03:19:59.885Z Checking icu_provider v2.1.1
24112026-08-20T03:19:59.914Z Checking getrandom v0.4.3
24122026-08-20T03:19:59.917Z Checking futures-channel v0.3.32
24132026-08-20T03:19:59.988Z Checking zeroize v1.9.0
24142026-08-20T03:20:00.002Z Checking bytes v1.11.1
24152026-08-20T03:20:00.063Z Checking futures-io v0.3.32
24162026-08-20T03:20:00.100Z Checking slab v0.4.12
24172026-08-20T03:20:00.112Z Checking icu_normalizer v2.1.1
24182026-08-20T03:20:00.154Z Checking generic-array v0.14.7
24192026-08-20T03:20:00.167Z Checking icu_properties v2.1.2
24202026-08-20T03:20:00.178Z Checking indexmap v2.14.0
24212026-08-20T03:20:00.249Z Checking utf8_iter v1.0.4
24222026-08-20T03:20:00.318Z Checking futures-util v0.3.32
24232026-08-20T03:20:00.365Z Checking rustix v1.1.4
24242026-08-20T03:20:00.403Z Checking form_urlencoded v1.2.2
24252026-08-20T03:20:00.435Z Checking tokio v1.52.1
24262026-08-20T03:20:00.527Z Checking fnv v1.0.7
24272026-08-20T03:20:00.603Z Checking crypto-common v0.1.7
24282026-08-20T03:20:00.618Z Checking block-buffer v0.10.4
24292026-08-20T03:20:00.727Z Checking base64ct v1.8.3
24302026-08-20T03:20:00.740Z Checking flagset v0.4.7
24312026-08-20T03:20:00.753Z Checking digest v0.10.7
24322026-08-20T03:20:00.859Z Checking iana-time-zone v0.1.65
24332026-08-20T03:20:00.951Z Checking uuid v1.23.4
24342026-08-20T03:20:00.963Z Checking chrono v0.4.45
24352026-08-20T03:20:00.966Z Checking pem-rfc7468 v0.7.0
24362026-08-20T03:20:00.988Z Checking idna_adapter v1.2.1
24372026-08-20T03:20:01.080Z Checking ppv-lite86 v0.2.21
24382026-08-20T03:20:01.101Z Checking idna v1.1.0
24392026-08-20T03:20:01.111Z Checking der v0.7.10
24402026-08-20T03:20:01.216Z Checking rand_core v0.9.5
24412026-08-20T03:20:01.263Z Checking base64 v0.22.1
24422026-08-20T03:20:01.339Z Checking url v2.5.8
24432026-08-20T03:20:01.365Z Checking regex-syntax v0.8.10
24442026-08-20T03:20:01.388Z Checking http v1.4.2
24452026-08-20T03:20:01.503Z Checking rand_chacha v0.9.0
24462026-08-20T03:20:01.704Z Checking tracing-core v0.1.36
24472026-08-20T03:20:01.769Z Checking cpufeatures v0.2.17
24482026-08-20T03:20:01.820Z Checking simd-adler32 v0.3.8
24492026-08-20T03:20:01.833Z Checking spki v0.7.3
24502026-08-20T03:20:01.844Z Checking dyn-clone v1.0.20
24512026-08-20T03:20:01.940Z Checking rand v0.9.2
24522026-08-20T03:20:01.953Z Checking http-body v1.0.1
24532026-08-20T03:20:01.983Z Checking rustls-pki-types v1.14.0
24542026-08-20T03:20:01.995Z Checking pkcs8 v0.10.2
24552026-08-20T03:20:02.014Z Checking tracing v0.1.44
24562026-08-20T03:20:02.080Z Checking semver v1.0.28
24572026-08-20T03:20:02.149Z Checking spin v0.9.8
24582026-08-20T03:20:02.211Z Checking cmov v0.5.4
24592026-08-20T03:20:02.234Z Checking utf8parse v0.2.2
24602026-08-20T03:20:02.279Z Checking anstyle v1.0.14
24612026-08-20T03:20:02.289Z Checking openssl-probe v0.2.1
24622026-08-20T03:20:02.324Z Checking tinyvec_macros v0.1.1
24632026-08-20T03:20:02.335Z Checking adler2 v2.0.1
24642026-08-20T03:20:02.384Z Checking tinyvec v1.10.0
24652026-08-20T03:20:02.384Z Checking anstyle-parse v1.0.0
24662026-08-20T03:20:02.406Z Checking ctutils v0.4.2
24672026-08-20T03:20:02.418Z Checking schemars v0.8.22
24682026-08-20T03:20:02.431Z Checking miniz_oxide v0.8.9
24692026-08-20T03:20:02.449Z Checking sha2 v0.10.9
24702026-08-20T03:20:02.529Z Checking terminal_size v0.4.3
24712026-08-20T03:20:02.611Z Checking aws-lc-sys v0.40.0
24722026-08-20T03:20:02.639Z Checking thiserror v2.0.18
24732026-08-20T03:20:02.656Z Checking try-lock v0.2.5
24742026-08-20T03:20:02.695Z Checking colorchoice v1.0.4
24752026-08-20T03:20:02.719Z Checking fastrand v2.3.0
24762026-08-20T03:20:02.733Z Checking atomic-waker v1.1.2
24772026-08-20T03:20:02.750Z Checking tower-service v0.3.3
24782026-08-20T03:20:02.787Z Checking untrusted v0.7.1
24792026-08-20T03:20:02.791Z Checking is_terminal_polyfill v1.70.2
24802026-08-20T03:20:02.823Z Checking anstyle-query v1.1.5
24812026-08-20T03:20:02.835Z Checking tower-layer v0.3.3
24822026-08-20T03:20:02.882Z Checking want v0.3.1
24832026-08-20T03:20:02.896Z Checking tempfile v3.27.0
24842026-08-20T03:20:02.905Z Checking hybrid-array v0.4.13
24852026-08-20T03:20:02.917Z Checking anstream v1.0.0
24862026-08-20T03:20:02.979Z Checking ipnet v2.12.0
24872026-08-20T03:20:02.997Z Checking crc32fast v1.5.0
24882026-08-20T03:20:03.053Z Checking httparse v1.10.1
24892026-08-20T03:20:03.086Z Checking aho-corasick v1.1.4
24902026-08-20T03:20:03.104Z Checking aws-lc-rs v1.16.3
24912026-08-20T03:20:03.119Z Checking foreign-types-shared v0.1.1
24922026-08-20T03:20:03.132Z Checking untrusted v0.9.0
24932026-08-20T03:20:03.197Z Checking plain v0.2.3
24942026-08-20T03:20:03.234Z Checking tap v1.0.1
24952026-08-20T03:20:03.234Z Checking httpdate v1.0.3
24962026-08-20T03:20:03.257Z Checking foreign-types v0.3.2
24972026-08-20T03:20:03.295Z Checking unicode-normalization v0.1.25
24982026-08-20T03:20:03.319Z Checking rand_chacha v0.3.1
24992026-08-20T03:20:03.331Z Checking wyz v0.5.1
25002026-08-20T03:20:03.382Z Checking signature v2.2.0
25012026-08-20T03:20:03.497Z Checking radium v0.7.0
25022026-08-20T03:20:03.512Z Checking hex v0.4.3
25032026-08-20T03:20:03.524Z Checking num-integer v0.1.46
25042026-08-20T03:20:03.653Z Checking openssl-sys v0.9.117
25052026-08-20T03:20:03.666Z Checking wait-timeout v0.2.1
25062026-08-20T03:20:03.750Z Checking tokio-util v0.7.18
25072026-08-20T03:20:03.750Z Checking funty v2.0.0
25082026-08-20T03:20:03.750Z Checking unicode-ident v1.0.24
25092026-08-20T03:20:03.750Z Checking ucd-trie v0.1.7
25102026-08-20T03:20:03.753Z Checking regex-automata v0.4.14
25112026-08-20T03:20:03.778Z Checking clap_lex v1.0.0
25122026-08-20T03:20:03.827Z Checking bit-vec v0.8.0
25132026-08-20T03:20:03.861Z Checking quick-error v1.2.3
25142026-08-20T03:20:03.925Z Checking strsim v0.11.1
25152026-08-20T03:20:03.939Z Checking rustls-webpki v0.103.13
25162026-08-20T03:20:03.956Z Checking rusty-fork v0.3.1
25172026-08-20T03:20:03.995Z Checking bitvec v1.0.1
25182026-08-20T03:20:04.008Z Checking openssl v0.10.80
25192026-08-20T03:20:04.018Z Checking bit-set v0.8.0
25202026-08-20T03:20:04.083Z Checking clap_builder v4.6.0
25212026-08-20T03:20:04.117Z Checking pest v2.8.6
25222026-08-20T03:20:04.157Z Checking proc-macro2 v1.0.106
25232026-08-20T03:20:04.293Z Checking h2 v0.4.15
25242026-08-20T03:20:04.350Z Checking rustls v0.23.41
25252026-08-20T03:20:04.459Z Checking num-iter v0.1.45
25262026-08-20T03:20:04.566Z Checking rand v0.8.6
25272026-08-20T03:20:05.069Z Checking lazy_static v1.5.0
25282026-08-20T03:20:05.155Z Checking rand_xorshift v0.4.0
25292026-08-20T03:20:05.155Z Checking hmac v0.12.1
25302026-08-20T03:20:05.275Z Checking thiserror v1.0.69
25312026-08-20T03:20:05.278Z Checking maybe-uninit v2.0.0
25322026-08-20T03:20:05.297Z Checking toml_datetime v0.6.11
25332026-08-20T03:20:05.310Z Checking serde_spanned v0.6.9
25342026-08-20T03:20:05.345Z Checking sync_wrapper v1.0.2
25352026-08-20T03:20:05.366Z Checking siphasher v1.0.2
25362026-08-20T03:20:05.434Z Checking crc-catalog v2.4.0
25372026-08-20T03:20:05.442Z Checking pretty-hex v0.4.1
25382026-08-20T03:20:05.469Z Checking nodrop v0.1.14
25392026-08-20T03:20:05.510Z Checking zlib-rs v0.6.2
25402026-08-20T03:20:05.521Z Checking powerfmt v0.2.0
25412026-08-20T03:20:05.548Z Checking unarray v0.1.4
25422026-08-20T03:20:05.560Z Checking array-init v0.0.4
25432026-08-20T03:20:05.564Z Checking crc v3.4.0
25442026-08-20T03:20:05.662Z Checking proptest v1.11.0
25452026-08-20T03:20:05.676Z Checking deranged v0.5.8
25462026-08-20T03:20:05.743Z Checking tower v0.5.3
25472026-08-20T03:20:05.865Z Checking smallvec v0.6.14
25482026-08-20T03:20:06.000Z Checking native-tls v0.2.18
25492026-08-20T03:20:06.052Z Checking packed_struct v0.10.1
25502026-08-20T03:20:06.129Z Checking clap v4.6.1
25512026-08-20T03:20:06.178Z Checking num-bigint-dig v0.8.6
25522026-08-20T03:20:06.205Z Checking quote v1.0.45
25532026-08-20T03:20:06.372Z Checking ipnetwork v0.21.1
25542026-08-20T03:20:06.399Z Checking flate2 v1.1.9
25552026-08-20T03:20:06.584Z Checking pkcs1 v0.7.5
25562026-08-20T03:20:06.596Z Checking http-body-util v0.1.3
25572026-08-20T03:20:06.607Z Checking crossbeam-utils v0.8.21
25582026-08-20T03:20:06.689Z Checking zerocopy v0.6.6
25592026-08-20T03:20:06.789Z Checking bitfield v0.19.4
25602026-08-20T03:20:06.803Z Checking ahash v0.8.12
25612026-08-20T03:20:06.939Z Checking bzip2-sys v0.1.13+1.0.8
25622026-08-20T03:20:06.972Z Checking scroll v0.13.0
25632026-08-20T03:20:06.985Z Checking env_filter v2.0.0
25642026-08-20T03:20:06.997Z Checking unicode-bidi v0.3.18
25652026-08-20T03:20:07.016Z Checking hashbrown v0.12.3
25662026-08-20T03:20:07.049Z Checking num_threads v0.1.7
25672026-08-20T03:20:07.068Z Checking gimli v0.32.3
25682026-08-20T03:20:07.086Z Checking hyper v1.10.1
25692026-08-20T03:20:07.167Z Checking ryu v1.0.23
25702026-08-20T03:20:07.172Z Checking base64 v0.21.7
25712026-08-20T03:20:07.194Z Checking allocator-api2 v0.2.21
25722026-08-20T03:20:07.250Z Checking iri-string v0.7.10
25732026-08-20T03:20:07.279Z Checking unicode-properties v0.1.4
25742026-08-20T03:20:07.356Z Checking num-conv v0.2.0
25752026-08-20T03:20:07.417Z Checking time-core v0.1.8
25762026-08-20T03:20:07.450Z Checking winnow v0.5.40
25772026-08-20T03:20:07.461Z Checking stringprep v0.1.5
25782026-08-20T03:20:07.472Z Checking newtype-uuid v1.3.2
25792026-08-20T03:20:07.472Z Checking indexmap v1.9.3
25802026-08-20T03:20:07.549Z Checking time v0.3.47
25812026-08-20T03:20:07.606Z Checking ron v0.8.1
25822026-08-20T03:20:07.658Z Checking serde_urlencoded v0.7.1
25832026-08-20T03:20:07.784Z Checking goblin v0.10.5
25842026-08-20T03:20:07.861Z Checking env_logger v0.11.11
25852026-08-20T03:20:08.007Z Checking hyper-util v0.1.20
25862026-08-20T03:20:08.045Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-08-20T03:20:08.110Z Checking bzip2 v0.4.4
25882026-08-20T03:20:08.245Z Checking tower-http v0.6.8
25892026-08-20T03:20:08.272Z Checking hashbrown v0.13.2
25902026-08-20T03:20:08.515Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25912026-08-20T03:20:08.571Z Checking addr2line v0.25.1
25922026-08-20T03:20:08.576Z Checking toml_edit v0.19.15
25932026-08-20T03:20:08.655Z Checking rsa v0.9.10
25942026-08-20T03:20:08.666Z Checking crossbeam-epoch v0.9.18
25952026-08-20T03:20:08.683Z Checking oxnet v0.1.6
25962026-08-20T03:20:08.833Z Checking syn v2.0.117
25972026-08-20T03:20:08.878Z Checking tokio-native-tls v0.3.1
25982026-08-20T03:20:08.930Z Checking serde-hex v0.1.0
25992026-08-20T03:20:09.032Z Checking bstr v1.12.1
26002026-08-20T03:20:09.109Z Checking block-padding v0.4.2
26012026-08-20T03:20:09.241Z Checking block-buffer v0.12.1
26022026-08-20T03:20:09.245Z Checking crypto-common v0.2.2
26032026-08-20T03:20:09.405Z Checking rustls-native-certs v0.8.3
26042026-08-20T03:20:09.422Z Checking x509-cert v0.2.5
26052026-08-20T03:20:09.541Z Checking scroll v0.12.0
26062026-08-20T03:20:09.587Z Checking object v0.37.3
26072026-08-20T03:20:09.762Z Checking zstd-sys v2.0.16+zstd.1.5.7
26082026-08-20T03:20:09.841Z Checking md-5 v0.10.6
26092026-08-20T03:20:09.868Z Checking hash32 v0.2.1
26102026-08-20T03:20:10.060Z Checking encoding_rs v0.8.35
26112026-08-20T03:20:10.067Z Checking crc-any v2.5.0
26122026-08-20T03:20:10.067Z Checking rustc-demangle v0.1.27
26132026-08-20T03:20:10.117Z Checking fallible-iterator v0.2.0
26142026-08-20T03:20:10.188Z Checking psl-types v2.0.11
26152026-08-20T03:20:10.273Z Checking mime v0.3.17
26162026-08-20T03:20:10.301Z Checking either v1.15.0
26172026-08-20T03:20:10.386Z Checking postgres-protocol v0.6.10
26182026-08-20T03:20:10.411Z Checking publicsuffix v2.3.0
26192026-08-20T03:20:10.446Z Checking dof v0.4.0
26202026-08-20T03:20:10.484Z Checking heapless v0.7.17
26212026-08-20T03:20:10.566Z Checking zstd-safe v7.2.4
26222026-08-20T03:20:10.721Z Checking goblin v0.8.2
26232026-08-20T03:20:10.734Z Checking toml v0.7.8
26242026-08-20T03:20:10.912Z Checking inout v0.2.2
26252026-08-20T03:20:10.938Z Checking hyper-tls v0.6.0
26262026-08-20T03:20:11.046Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26272026-08-20T03:20:11.060Z Checking daft v0.1.7
26282026-08-20T03:20:11.072Z Checking object v0.30.4
26292026-08-20T03:20:11.099Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-08-20T03:20:11.111Z Checking cookie v0.18.1
26312026-08-20T03:20:11.116Z Checking zip v0.6.6
26322026-08-20T03:20:11.249Z Checking tokio-rustls v0.26.4
26332026-08-20T03:20:11.298Z Checking phf_shared v0.13.1
26342026-08-20T03:20:11.329Z Checking dtrace-parser v0.3.0
26352026-08-20T03:20:11.431Z Checking zerocopy v0.7.35
26362026-08-20T03:20:11.466Z Checking pin-project v1.1.11
26372026-08-20T03:20:11.489Z Checking signal-hook v0.3.18
26382026-08-20T03:20:11.556Z Checking futures-executor v0.3.32
26392026-08-20T03:20:11.569Z Checking ff v0.13.1
26402026-08-20T03:20:11.672Z Checking thread-id v5.1.0
26412026-08-20T03:20:11.688Z Checking bitflags v1.3.2
26422026-08-20T03:20:11.700Z Checking same-file v1.0.6
26432026-08-20T03:20:11.745Z Checking smawk v0.3.2
26442026-08-20T03:20:11.760Z Checking unicode-linebreak v0.1.5
26452026-08-20T03:20:11.810Z Checking base16ct v0.2.0
26462026-08-20T03:20:11.865Z Checking unicode-width v0.2.0
26472026-08-20T03:20:11.912Z Checking libbz2-rs-sys v0.2.2
26482026-08-20T03:20:11.934Z Compiling rayon-core v1.13.0
26492026-08-20T03:20:11.945Z Checking backtrace v0.3.76
26502026-08-20T03:20:11.957Z Checking bumpalo v3.20.2
26512026-08-20T03:20:12.002Z Checking foldhash v0.2.0
26522026-08-20T03:20:12.099Z Checking path-slash v0.1.5
26532026-08-20T03:20:12.099Z Checking jiff-core v0.1.0
26542026-08-20T03:20:12.145Z Checking managed v0.8.0
26552026-08-20T03:20:12.157Z Checking is_ci v1.2.0
26562026-08-20T03:20:12.194Z Checking foldhash v0.1.5
26572026-08-20T03:20:12.226Z Checking backtrace-ext v0.2.1
26582026-08-20T03:20:12.246Z Checking supports-color v3.0.2
26592026-08-20T03:20:12.294Z Checking bzip2 v0.6.1
26602026-08-20T03:20:12.321Z Checking smoltcp v0.9.1
26612026-08-20T03:20:12.325Z Checking hashbrown v0.15.5
26622026-08-20T03:20:12.344Z Checking hashbrown v0.16.1
26632026-08-20T03:20:12.358Z Checking zopfli v0.8.3
26642026-08-20T03:20:12.468Z Checking textwrap v0.16.2
26652026-08-20T03:20:12.626Z Checking dof v0.3.0
26662026-08-20T03:20:12.672Z Checking sec1 v0.7.3
26672026-08-20T03:20:12.684Z Checking walkdir v2.5.0
26682026-08-20T03:20:12.778Z Checking jiff v0.2.34
26692026-08-20T03:20:12.791Z Checking usdt-impl v0.6.0
26702026-08-20T03:20:12.822Z Checking futures v0.3.32
26712026-08-20T03:20:12.835Z Checking group v0.13.0
26722026-08-20T03:20:12.869Z Checking signal-hook-mio v0.2.5
26732026-08-20T03:20:12.889Z Checking snafu v0.8.9
26742026-08-20T03:20:12.904Z Checking phf v0.13.1
26752026-08-20T03:20:12.907Z Checking hyper-rustls v0.27.7
26762026-08-20T03:20:12.964Z Checking cookie_store v0.22.1
26772026-08-20T03:20:12.976Z Checking reqwest v0.12.28
26782026-08-20T03:20:13.042Z Checking cipher v0.5.2
26792026-08-20T03:20:13.057Z Checking zstd v0.13.3
26802026-08-20T03:20:13.109Z Checking postgres-types v0.2.12
26812026-08-20T03:20:13.120Z Checking rustls-platform-verifier v0.6.2
26822026-08-20T03:20:13.136Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26832026-08-20T03:20:13.235Z Checking globset v0.4.18
26842026-08-20T03:20:13.253Z Checking crossbeam-deque v0.8.6
26852026-08-20T03:20:13.276Z Checking regex v1.12.3
26862026-08-20T03:20:13.289Z Checking phf_shared v0.11.3
26872026-08-20T03:20:13.413Z Checking dtrace-parser v0.2.0
26882026-08-20T03:20:13.426Z Checking hkdf v0.12.4
26892026-08-20T03:20:13.429Z Checking byte-wrapper v0.1.0
26902026-08-20T03:20:13.459Z Checking curve25519-dalek v4.1.3
26912026-08-20T03:20:13.474Z Checking ref-cast v1.0.25
26922026-08-20T03:20:13.550Z Checking strum v0.27.2
26932026-08-20T03:20:13.561Z Checking olpc-cjson v0.1.4
26942026-08-20T03:20:13.572Z Checking hubpack v0.1.2
26952026-08-20T03:20:13.631Z Checking ed25519 v2.2.3
26962026-08-20T03:20:13.643Z Checking memoffset v0.9.1
26972026-08-20T03:20:13.654Z Checking owo-colors v4.3.0
26982026-08-20T03:20:13.686Z Checking rustix v0.38.44
26992026-08-20T03:20:13.714Z Checking pem v3.0.6
27002026-08-20T03:20:13.726Z Checking crypto-bigint v0.5.5
27012026-08-20T03:20:13.738Z Checking erased-serde v0.3.31
27022026-08-20T03:20:13.813Z Checking serde-big-array v0.5.1
27032026-08-20T03:20:13.864Z Checking serde_plain v1.0.2
27042026-08-20T03:20:13.940Z Checking float-cmp v0.10.0
27052026-08-20T03:20:14.003Z Checking memmap2 v0.9.10
27062026-08-20T03:20:14.062Z Checking thread-id v4.2.2
27072026-08-20T03:20:14.109Z Checking toml_write v0.1.2
27082026-08-20T03:20:14.137Z Checking predicates-core v1.0.10
27092026-08-20T03:20:14.159Z Checking unicode-segmentation v1.12.0
27102026-08-20T03:20:14.190Z Checking const-oid v0.10.2
27112026-08-20T03:20:14.222Z Checking normalize-line-endings v0.3.0
27122026-08-20T03:20:14.252Z Checking static_assertions v1.1.0
27132026-08-20T03:20:14.268Z Checking precomputed-hash v0.1.1
27142026-08-20T03:20:14.305Z Checking fixedbitset v0.4.2
27152026-08-20T03:20:14.318Z Checking keccak v0.1.6
27162026-08-20T03:20:14.340Z Checking new_debug_unreachable v1.0.6
27172026-08-20T03:20:14.351Z Checking winnow v0.7.14
27182026-08-20T03:20:14.406Z Checking supports-unicode v3.0.0
27192026-08-20T03:20:14.462Z Checking typed-path v0.9.3
27202026-08-20T03:20:14.462Z Checking supports-hyperlinks v3.2.0
27212026-08-20T03:20:14.471Z Checking winnow v1.0.3
27222026-08-20T03:20:14.474Z Checking fixedbitset v0.5.7
27232026-08-20T03:20:14.503Z Checking difflib v0.4.0
27242026-08-20T03:20:14.557Z Checking data-encoding v2.10.0
27252026-08-20T03:20:14.636Z Checking unicode-width v0.1.14
27262026-08-20T03:20:14.669Z Checking whoami v2.1.0
27272026-08-20T03:20:14.680Z Checking cpufeatures v0.3.0
27282026-08-20T03:20:14.683Z Checking zip v4.6.1
27292026-08-20T03:20:14.744Z Checking chacha20 v0.10.0
27302026-08-20T03:20:14.813Z Checking hickory-proto v0.25.2
27312026-08-20T03:20:14.851Z Checking tokio-postgres v0.7.16
27322026-08-20T03:20:14.873Z Checking miette v7.6.0
27332026-08-20T03:20:14.991Z Checking predicates v3.1.4
27342026-08-20T03:20:15.210Z Checking tough v0.22.0
27352026-08-20T03:20:15.245Z Checking petgraph v0.8.3
27362026-08-20T03:20:15.288Z Checking elliptic-curve v0.13.8
27372026-08-20T03:20:15.301Z Checking toml_parser v1.1.2+spec-1.1.0
27382026-08-20T03:20:15.376Z Checking sha3 v0.10.8
27392026-08-20T03:20:15.526Z Checking toml_edit v0.22.27
27402026-08-20T03:20:15.584Z Checking crossterm v0.28.1
27412026-08-20T03:20:15.600Z Checking similar v2.7.0
27422026-08-20T03:20:15.620Z Checking petgraph v0.6.5
27432026-08-20T03:20:15.985Z Checking string_cache v0.8.9
27442026-08-20T03:20:16.155Z Checking digest v0.11.3
27452026-08-20T03:20:16.167Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27462026-08-20T03:20:16.298Z Checking ed25519-dalek v2.2.0
27472026-08-20T03:20:16.331Z Checking usdt v0.6.0
27482026-08-20T03:20:16.499Z Checking usdt-impl v0.5.0
27492026-08-20T03:20:16.527Z Checking slog v2.8.2
27502026-08-20T03:20:16.615Z Checking nix v0.31.2
27512026-08-20T03:20:16.772Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27522026-08-20T03:20:16.783Z Checking iddqd v0.4.2
27532026-08-20T03:20:16.860Z Checking reqwest v0.13.2
27542026-08-20T03:20:17.153Z Checking itertools v0.13.0
27552026-08-20T03:20:17.238Z Checking itertools v0.15.0
27562026-08-20T03:20:17.340Z Checking strum v0.26.3
27572026-08-20T03:20:17.451Z Checking serde_with v3.21.0
27582026-08-20T03:20:17.597Z Checking fs-err v3.3.0
27592026-08-20T03:20:17.678Z Checking tokio-stream v0.1.18
27602026-08-20T03:20:17.700Z Checking buf-list v1.1.2
27612026-08-20T03:20:17.789Z Checking anyhow v1.0.104
27622026-08-20T03:20:17.878Z Checking camino v1.2.5
27632026-08-20T03:20:17.890Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-08-20T03:20:17.982Z Checking openapiv3 v2.2.0
27652026-08-20T03:20:18.049Z Checking peg-runtime v0.8.5
27662026-08-20T03:20:18.129Z Checking lalrpop-util v0.19.12
27672026-08-20T03:20:18.149Z Checking rayon v1.11.0
27682026-08-20T03:20:18.165Z Checking sigpipe v0.1.3
27692026-08-20T03:20:18.185Z Checking glob v0.3.3
27702026-08-20T03:20:19.149Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27712026-08-20T03:20:19.437Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722026-08-20T03:20:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.30s
27732026-08-20T03:20:19.864Z
27742026-08-20T03:20:19.864Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27752026-08-20T03:20:20.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-08-20T03:20:20.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-08-20T03:20:20.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-08-20T03:20:20.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27792026-08-20T03:20:20.427Z
27802026-08-20T03:20:20.427Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27812026-08-20T03:20:20.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-08-20T03:20:20.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-08-20T03:20:20.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-08-20T03:20:20.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27852026-08-20T03:20:20.993Z
27862026-08-20T03:20:20.994Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27872026-08-20T03:20:21.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-08-20T03:20:21.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-08-20T03:20:21.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-08-20T03:20:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27912026-08-20T03:20:21.567Z
27922026-08-20T03:20:21.568Zinfo: running `cargo check --bins` on oxql-types (83/337)
27932026-08-20T03:20:22.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-08-20T03:20:22.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-08-20T03:20:22.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-08-20T03:20:22.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27972026-08-20T03:20:22.131Z
27982026-08-20T03:20:22.131Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27992026-08-20T03:20:22.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-08-20T03:20:22.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-08-20T03:20:22.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-08-20T03:20:22.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28032026-08-20T03:20:22.697Z
28042026-08-20T03:20:22.697Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28052026-08-20T03:20:23.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-08-20T03:20:23.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-08-20T03:20:23.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-08-20T03:20:23.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28092026-08-20T03:20:23.264Z
28102026-08-20T03:20:23.264Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28112026-08-20T03:20:23.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-20T03:20:23.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-20T03:20:23.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-08-20T03:20:23.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28152026-08-20T03:20:23.811Z
28162026-08-20T03:20:23.811Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28172026-08-20T03:20:24.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-08-20T03:20:24.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-08-20T03:20:24.486Z Compiling multer v3.1.0
28202026-08-20T03:20:24.489Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28212026-08-20T03:20:24.489Z Compiling async-stream-impl v0.3.6
28222026-08-20T03:20:24.620Z Compiling dropshot v0.17.1
28232026-08-20T03:20:24.633Z Compiling parse-display-derive v0.10.0
28242026-08-20T03:20:24.645Z Compiling newtype-uuid-macros v0.1.0
28252026-08-20T03:20:24.645Z Compiling dropshot_endpoint v0.17.1
28262026-08-20T03:20:24.674Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28272026-08-20T03:20:24.813Z Checking thread_local v1.1.9
28282026-08-20T03:20:24.837Z Checking match_cfg v0.1.0
28292026-08-20T03:20:24.909Z Checking compression-core v0.4.31
28302026-08-20T03:20:25.004Z Checking hostname v0.3.1
28312026-08-20T03:20:25.004Z Checking crossbeam-channel v0.5.15
28322026-08-20T03:20:25.040Z Checking compression-codecs v0.4.37
28332026-08-20T03:20:25.064Z Checking atomicwrites v0.4.4
28342026-08-20T03:20:25.104Z Checking slog-json v2.6.1
28352026-08-20T03:20:25.172Z Checking is-terminal v0.4.17
28362026-08-20T03:20:25.186Z Checking toml_datetime v1.1.1+spec-1.1.0
28372026-08-20T03:20:25.203Z Checking serde_spanned v1.1.1
28382026-08-20T03:20:25.254Z Checking take_mut v0.2.2
28392026-08-20T03:20:25.267Z Checking debug-ignore v1.0.5
28402026-08-20T03:20:25.398Z Checking term v1.2.1
28412026-08-20T03:20:25.405Z Checking toml_writer v1.1.1+spec-1.1.0
28422026-08-20T03:20:25.405Z Checking slog-async v2.8.0
28432026-08-20T03:20:25.405Z Checking slog-bunyan v2.5.0
28442026-08-20T03:20:25.405Z Checking async-compression v0.4.41
28452026-08-20T03:20:25.405Z Checking async-stream v0.3.6
28462026-08-20T03:20:25.476Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28472026-08-20T03:20:25.510Z Checking toml v1.1.2+spec-1.1.0
28482026-08-20T03:20:25.523Z Checking progenitor-client v0.14.0
28492026-08-20T03:20:25.535Z Checking sha1 v0.11.0
28502026-08-20T03:20:25.548Z Checking slog-term v2.9.2
28512026-08-20T03:20:25.625Z Checking waitgroup v0.1.2
28522026-08-20T03:20:25.734Z Checking rustls-pemfile v2.2.0
28532026-08-20T03:20:25.747Z Checking backon v1.6.0
28542026-08-20T03:20:25.763Z Checking serde_path_to_error v0.1.20
28552026-08-20T03:20:25.809Z Checking hostname v0.4.2
28562026-08-20T03:20:25.823Z Checking instant v0.1.13
28572026-08-20T03:20:25.902Z Checking progenitor-extras v0.2.0
28582026-08-20T03:20:25.902Z Checking backoff v0.4.0
28592026-08-20T03:20:26.056Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28602026-08-20T03:20:26.071Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28612026-08-20T03:20:26.097Z Checking regress v0.10.5
28622026-08-20T03:20:26.111Z Checking itertools v0.14.0
28632026-08-20T03:20:26.258Z Checking macaddr v1.0.1
28642026-08-20T03:20:26.290Z Checking parse-display v0.10.0
28652026-08-20T03:20:26.424Z Checking humantime v2.3.0
28662026-08-20T03:20:27.220Z Compiling prettyplease v0.2.37
28672026-08-20T03:20:27.486Z Checking num-rational v0.4.2
28682026-08-20T03:20:27.760Z Checking num-complex v0.4.6
28692026-08-20T03:20:28.206Z Compiling num v0.4.3
28702026-08-20T03:20:28.276Z Compiling usdt-attr-macro v0.5.0
28712026-08-20T03:20:28.301Z Compiling usdt-macro v0.5.0
28722026-08-20T03:20:28.340Z Checking memmap v0.7.0
28732026-08-20T03:20:28.353Z Checking float-ord v0.3.2
28742026-08-20T03:20:28.366Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-08-20T03:20:28.467Z Compiling convert_case v0.4.0
28762026-08-20T03:20:28.738Z Checking newline-converter v0.3.0
28772026-08-20T03:20:28.832Z Compiling derive_more v0.99.20
28782026-08-20T03:20:28.846Z Checking console v0.15.11
28792026-08-20T03:20:29.015Z Compiling toml v0.8.23
28802026-08-20T03:20:29.059Z Checking usdt v0.5.0
28812026-08-20T03:20:29.122Z Compiling minimal-lexical v0.2.1
28822026-08-20T03:20:29.228Z Checking linked-hash-map v0.5.6
28832026-08-20T03:20:29.375Z Compiling nom v7.1.3
28842026-08-20T03:20:29.398Z Checking lru-cache v0.1.2
28852026-08-20T03:20:29.516Z Checking expectorate v1.2.0
28862026-08-20T03:20:29.693Z Checking camino-tempfile v1.4.1
28872026-08-20T03:20:29.855Z Checking hickory-proto v0.24.4
28882026-08-20T03:20:29.963Z Checking phf_shared v0.12.1
28892026-08-20T03:20:30.104Z Compiling slog-dtrace v0.3.0
28902026-08-20T03:20:30.118Z Compiling unicode-xid v0.2.6
28912026-08-20T03:20:30.292Z Checking resolv-conf v0.7.6
28922026-08-20T03:20:30.474Z Compiling chrono-tz v0.10.4
28932026-08-20T03:20:30.576Z Checking heck v0.5.0
28942026-08-20T03:20:30.733Z Compiling const_format_proc_macros v0.2.34
28952026-08-20T03:20:30.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-20T03:20:30.769Z Checking phf v0.12.1
28972026-08-20T03:20:30.910Z Checking tokio-dtrace v0.1.1
28982026-08-20T03:20:31.179Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28992026-08-20T03:20:31.192Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29002026-08-20T03:20:31.231Z Compiling derive-where v1.6.0
29012026-08-20T03:20:31.393Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29022026-08-20T03:20:31.554Z Checking highway v1.3.0
29032026-08-20T03:20:31.707Z Checking hickory-resolver v0.24.4
29042026-08-20T03:20:31.789Z Checking const_format v0.2.35
29052026-08-20T03:20:32.017Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29062026-08-20T03:20:32.460Z Checking oxide-tokio-rt v0.1.4
29072026-08-20T03:20:32.541Z Checking qorb v0.4.1
29082026-08-20T03:20:32.738Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29092026-08-20T03:20:32.857Z Checking gethostname v0.5.0
29102026-08-20T03:20:32.874Z Checking bcs v0.1.6
29112026-08-20T03:20:32.905Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-20T03:20:32.922Z Checking termtree v0.5.1
29132026-08-20T03:20:33.011Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29142026-08-20T03:20:33.011Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29152026-08-20T03:20:36.004Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29162026-08-20T03:20:39.084Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29172026-08-20T03:20:41.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.48s
29182026-08-20T03:20:41.473Z
29192026-08-20T03:20:41.473Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29202026-08-20T03:20:41.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-08-20T03:20:41.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-08-20T03:20:42.149Z Compiling ar_archive_writer v0.5.1
29232026-08-20T03:20:42.259Z Compiling stacker v0.1.23
29242026-08-20T03:20:42.265Z Compiling cfg_aliases v0.1.1
29252026-08-20T03:20:42.271Z Compiling convert_case v0.10.0
29262026-08-20T03:20:42.282Z Compiling proc-macro-error v1.0.4
29272026-08-20T03:20:42.289Z Checking fd-lock v4.0.4
29282026-08-20T03:20:42.292Z Checking nibble_vec v0.1.0
29292026-08-20T03:20:42.292Z Checking vte v0.14.1
29302026-08-20T03:20:42.321Z Compiling nix v0.28.0
29312026-08-20T03:20:42.393Z Compiling recursive-proc-macro-impl v0.1.1
29322026-08-20T03:20:42.421Z Checking endian-type v0.1.2
29332026-08-20T03:20:42.436Z Checking bytecount v0.6.9
29342026-08-20T03:20:42.506Z Checking strip-ansi-escapes v0.2.1
29352026-08-20T03:20:42.532Z Checking papergrid v0.11.0
29362026-08-20T03:20:42.545Z Checking radix_trie v0.2.1
29372026-08-20T03:20:42.559Z Compiling derive_more-impl v2.1.1
29382026-08-20T03:20:42.563Z Compiling tabled_derive v0.7.0
29392026-08-20T03:20:42.605Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-20T03:20:42.748Z Compiling peg-macros v0.8.5
29412026-08-20T03:20:42.809Z Checking winnow v0.6.26
29422026-08-20T03:20:43.065Z Compiling psm v0.1.30
29432026-08-20T03:20:43.078Z Compiling sqlparser_derive v0.5.0
29442026-08-20T03:20:43.122Z Checking unicode_categories v0.1.1
29452026-08-20T03:20:43.273Z Checking home v0.5.12
29462026-08-20T03:20:43.346Z Checking derive_more v2.1.1
29472026-08-20T03:20:43.375Z Checking nu-ansi-term v0.50.3
29482026-08-20T03:20:43.423Z Checking crossterm v0.29.0
29492026-08-20T03:20:43.510Z Checking tabled v0.15.0
29502026-08-20T03:20:43.581Z Checking rustyline v14.0.0
29512026-08-20T03:20:43.587Z Checking reedline v0.40.0
29522026-08-20T03:20:43.814Z Checking recursive v0.1.1
29532026-08-20T03:20:43.848Z Checking display-error-chain v0.2.2
29542026-08-20T03:20:43.904Z Checking sqlparser v0.61.0
29552026-08-20T03:20:43.948Z Checking sqlformat v0.3.5
29562026-08-20T03:20:44.070Z Checking peg v0.8.5
29572026-08-20T03:20:55.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
29582026-08-20T03:20:55.313Z
29592026-08-20T03:20:55.313Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29602026-08-20T03:20:55.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-20T03:20:55.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-20T03:20:55.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-08-20T03:20:59.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29642026-08-20T03:20:59.684Z
29652026-08-20T03:20:59.684Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29662026-08-20T03:21:00.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-20T03:21:00.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-20T03:21:00.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-08-20T03:21:02.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
29702026-08-20T03:21:03.055Z
29712026-08-20T03:21:03.055Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29722026-08-20T03:21:03.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-20T03:21:03.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-20T03:21:03.712Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-08-20T03:21:07.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29762026-08-20T03:21:07.212Z
29772026-08-20T03:21:07.212Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29782026-08-20T03:21:07.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-20T03:21:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-20T03:21:07.880Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29812026-08-20T03:21:11.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29822026-08-20T03:21:11.400Z
29832026-08-20T03:21:11.400Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29842026-08-20T03:21:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-20T03:21:11.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-20T03:21:12.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29872026-08-20T03:21:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
29882026-08-20T03:21:14.963Z
29892026-08-20T03:21:14.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29902026-08-20T03:21:15.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-20T03:21:15.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-20T03:21:15.596Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29932026-08-20T03:21:18.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29942026-08-20T03:21:18.439Z
29952026-08-20T03:21:18.439Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29962026-08-20T03:21:18.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-20T03:21:18.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-20T03:21:19.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29992026-08-20T03:21:22.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
30002026-08-20T03:21:22.977Z
30012026-08-20T03:21:22.977Zinfo: running `cargo check --bins` on oximeter (96/337)
30022026-08-20T03:21:23.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-20T03:21:23.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-20T03:21:23.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-20T03:21:23.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-08-20T03:21:23.368Z
30072026-08-20T03:21:23.368Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30082026-08-20T03:21:23.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-20T03:21:23.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-20T03:21:23.993Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30112026-08-20T03:21:24.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30122026-08-20T03:21:24.534Z
30132026-08-20T03:21:24.534Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30142026-08-20T03:21:25.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-20T03:21:25.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-20T03:21:25.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-20T03:21:25.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30182026-08-20T03:21:25.110Z
30192026-08-20T03:21:25.110Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30202026-08-20T03:21:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-20T03:21:25.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-20T03:21:25.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-20T03:21:25.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30242026-08-20T03:21:25.892Z
30252026-08-20T03:21:25.892Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30262026-08-20T03:21:26.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-20T03:21:26.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-20T03:21:26.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-20T03:21:26.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30302026-08-20T03:21:26.327Z
30312026-08-20T03:21:26.327Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30322026-08-20T03:21:26.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-20T03:21:26.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-20T03:21:26.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-20T03:21:26.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30362026-08-20T03:21:26.895Z
30372026-08-20T03:21:26.895Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30382026-08-20T03:21:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-20T03:21:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-20T03:21:27.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-20T03:21:27.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30422026-08-20T03:21:27.461Z
30432026-08-20T03:21:27.461Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30442026-08-20T03:21:27.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-20T03:21:32.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-20T03:21:32.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-20T03:21:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-20T03:21:32.214Z
30492026-08-20T03:21:32.214Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30502026-08-20T03:21:32.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-20T03:21:32.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-20T03:21:32.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-20T03:21:32.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-20T03:21:32.215Z
30552026-08-20T03:21:32.215Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30562026-08-20T03:21:32.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-20T03:21:32.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-20T03:21:32.216Z Compiling crucible-workspace-hack v0.1.0
30592026-08-20T03:21:32.216Z Compiling regress v0.11.1
30602026-08-20T03:21:32.216Z Checking secrecy v0.10.3
30612026-08-20T03:21:32.216Z Checking half v2.7.1
30622026-08-20T03:21:32.216Z Checking ciborium-io v0.2.2
30632026-08-20T03:21:32.216Z Checking inout v0.1.4
30642026-08-20T03:21:32.216Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-08-20T03:21:32.216Z Checking universal-hash v0.5.1
30662026-08-20T03:21:32.216Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30672026-08-20T03:21:32.216Z Compiling thiserror-impl-no-std v2.0.2
30682026-08-20T03:21:32.216Z Checking cipher v0.4.4
30692026-08-20T03:21:32.216Z Checking opaque-debug v0.3.1
30702026-08-20T03:21:32.216Z Checking poly1305 v0.8.0
30712026-08-20T03:21:32.216Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-08-20T03:21:32.216Z Checking ciborium-ll v0.2.2
30732026-08-20T03:21:32.216Z Checking chacha20 v0.9.1
30742026-08-20T03:21:32.217Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30752026-08-20T03:21:32.217Z Checking ciborium v0.2.2
30762026-08-20T03:21:32.217Z Checking password-hash v0.5.0
30772026-08-20T03:21:32.217Z Checking blake2 v0.10.6
30782026-08-20T03:21:32.217Z Checking aead v0.5.2
30792026-08-20T03:21:32.217Z Compiling toml_datetime v0.7.5+spec-1.1.0
30802026-08-20T03:21:32.217Z Checking indent_write v2.2.0
30812026-08-20T03:21:32.217Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30822026-08-20T03:21:32.217Z Checking argon2 v0.5.3
30832026-08-20T03:21:32.217Z Compiling toml_edit v0.23.10+spec-1.0.0
30842026-08-20T03:21:32.217Z Checking chacha20poly1305 v0.10.1
30852026-08-20T03:21:32.217Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30862026-08-20T03:21:32.217Z Compiling unsafe-libyaml v0.2.11
30872026-08-20T03:21:32.217Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-08-20T03:21:32.217Z Checking thiserror-no-std v2.0.2
30892026-08-20T03:21:32.217Z Compiling heapless v0.8.0
30902026-08-20T03:21:32.217Z Checking vsss-rs v3.3.4
30912026-08-20T03:21:32.217Z Compiling typify-impl v0.6.2
30922026-08-20T03:21:32.217Z Compiling serde_yaml v0.9.34+deprecated
30932026-08-20T03:21:32.218Z Compiling proc-macro-crate v3.4.0
30942026-08-20T03:21:32.218Z Compiling ingot-macros v0.2.0
30952026-08-20T03:21:32.218Z Compiling num_enum_derive v0.7.6
30962026-08-20T03:21:32.218Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30972026-08-20T03:21:32.218Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-08-20T03:21:32.218Z Checking hash32 v0.3.1
30992026-08-20T03:21:32.311Z Compiling smoltcp v0.11.0
31002026-08-20T03:21:32.686Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-08-20T03:21:32.697Z Checking tabwriter v1.4.1
31022026-08-20T03:21:32.735Z Checking cobs v0.3.0
31032026-08-20T03:21:32.751Z Checking swrite v0.1.0
31042026-08-20T03:21:32.786Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31052026-08-20T03:21:32.844Z Compiling proc-macro-crate v1.3.1
31062026-08-20T03:21:32.878Z Checking num_enum v0.7.6
31072026-08-20T03:21:32.882Z Checking postcard v1.1.3
31082026-08-20T03:21:32.993Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31092026-08-20T03:21:33.007Z Compiling foreign-types-macros v0.2.3
31102026-08-20T03:21:33.154Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31112026-08-20T03:21:33.184Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31122026-08-20T03:21:33.199Z Checking foreign-types-shared v0.3.1
31132026-08-20T03:21:33.250Z Checking colored v3.1.1
31142026-08-20T03:21:33.288Z Compiling num_enum_derive v0.5.11
31152026-08-20T03:21:33.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-08-20T03:21:33.560Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31172026-08-20T03:21:33.598Z Checking foreign-types v0.5.0
31182026-08-20T03:21:33.680Z Checking cstr-argument v0.1.2
31192026-08-20T03:21:33.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31202026-08-20T03:21:33.960Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31212026-08-20T03:21:34.010Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-08-20T03:21:34.025Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31232026-08-20T03:21:34.068Z Checking rand v0.10.1
31242026-08-20T03:21:34.136Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31252026-08-20T03:21:34.179Z Compiling zone_cfg_derive v0.3.1
31262026-08-20T03:21:34.194Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-08-20T03:21:34.308Z Checking num_enum v0.5.11
31282026-08-20T03:21:34.324Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31292026-08-20T03:21:34.422Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-08-20T03:21:34.457Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31312026-08-20T03:21:34.473Z Checking ingot-types v0.2.0
31322026-08-20T03:21:34.593Z Checking itertools v0.12.1
31332026-08-20T03:21:34.631Z Compiling num-derive v0.4.2
31342026-08-20T03:21:34.827Z Compiling semver v0.1.20
31352026-08-20T03:21:34.849Z Checking ingot v0.2.1
31362026-08-20T03:21:35.120Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-08-20T03:21:35.328Z Compiling rustc_version v0.1.7
31382026-08-20T03:21:35.396Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31392026-08-20T03:21:35.550Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31402026-08-20T03:21:35.579Z Checking smf v0.2.3
31412026-08-20T03:21:35.609Z Compiling typify-macro v0.6.2
31422026-08-20T03:21:35.624Z Checking zone v0.3.1
31432026-08-20T03:21:35.763Z Checking nom v8.0.0
31442026-08-20T03:21:35.821Z Checking csv-core v0.1.13
31452026-08-20T03:21:35.837Z Checking whoami v1.6.1
31462026-08-20T03:21:35.924Z Compiling newtype_derive v0.1.6
31472026-08-20T03:21:36.002Z Checking csv v1.4.0
31482026-08-20T03:21:36.017Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31492026-08-20T03:21:36.052Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31502026-08-20T03:21:36.118Z Compiling cancel-safe-futures v0.1.5
31512026-08-20T03:21:36.199Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31522026-08-20T03:21:36.297Z Compiling libefi-sys v0.1.0
31532026-08-20T03:21:36.371Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31542026-08-20T03:21:36.546Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31552026-08-20T03:21:36.563Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31562026-08-20T03:21:36.593Z Checking oxide-update-engine-types v0.1.2
31572026-08-20T03:21:36.624Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31582026-08-20T03:21:36.759Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31592026-08-20T03:21:36.795Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31602026-08-20T03:21:36.976Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31612026-08-20T03:21:37.070Z Compiling bitfield-struct v0.6.2
31622026-08-20T03:21:37.109Z Checking linear-map v1.2.0
31632026-08-20T03:21:37.288Z Checking steno v0.4.1
31642026-08-20T03:21:37.355Z Compiling typify v0.6.2
31652026-08-20T03:21:37.455Z Compiling progenitor-impl v0.14.0
31662026-08-20T03:21:37.486Z Checking oxide-update-engine v0.1.2
31672026-08-20T03:21:37.654Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31682026-08-20T03:21:37.708Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31692026-08-20T03:21:37.724Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31702026-08-20T03:21:37.948Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-08-20T03:21:38.088Z Checking sha1 v0.10.6
31722026-08-20T03:21:38.113Z Checking utf-8 v0.7.6
31732026-08-20T03:21:38.254Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-20T03:21:38.268Z Checking tungstenite v0.21.0
31752026-08-20T03:21:38.283Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31762026-08-20T03:21:38.331Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31772026-08-20T03:21:38.434Z Checking ignore v0.4.25
31782026-08-20T03:21:38.478Z Checking anstyle-parse v0.2.7
31792026-08-20T03:21:38.570Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31802026-08-20T03:21:38.641Z Compiling xshell-macros v0.2.7
31812026-08-20T03:21:38.672Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31822026-08-20T03:21:38.696Z Checking tokio-tungstenite v0.21.0
31832026-08-20T03:21:38.773Z Checking anstream v0.6.21
31842026-08-20T03:21:38.834Z Checking globwalk v0.9.1
31852026-08-20T03:21:38.891Z Checking predicates-tree v1.0.13
31862026-08-20T03:21:38.976Z Checking filetime v0.2.27
31872026-08-20T03:21:38.980Z Checking tagptr v0.2.0
31882026-08-20T03:21:39.006Z Checking xattr v1.6.1
31892026-08-20T03:21:39.019Z Checking camino-tempfile-ext v0.3.3
31902026-08-20T03:21:39.022Z Checking xshell v0.2.7
31912026-08-20T03:21:39.114Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31922026-08-20T03:21:39.130Z Checking tar v0.4.46
31932026-08-20T03:21:39.133Z Checking moka v0.12.13
31942026-08-20T03:21:39.210Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31952026-08-20T03:21:39.225Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31962026-08-20T03:21:39.292Z Checking rand_seeder v0.4.0
31972026-08-20T03:21:39.345Z Checking half v1.8.3
31982026-08-20T03:21:39.366Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31992026-08-20T03:21:39.440Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002026-08-20T03:21:39.511Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32012026-08-20T03:21:39.545Z Checking serde_cbor v0.11.2
32022026-08-20T03:21:39.743Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32032026-08-20T03:21:39.764Z Checking digest-io v0.1.0
32042026-08-20T03:21:39.779Z Checking hickory-resolver v0.25.2
32052026-08-20T03:21:39.897Z Checking sha2 v0.11.0
32062026-08-20T03:21:39.928Z Compiling petname v2.0.2
32072026-08-20T03:21:40.029Z Compiling progenitor-macro v0.14.0
32082026-08-20T03:21:40.372Z Checking rawzip v0.4.4
32092026-08-20T03:21:40.404Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32102026-08-20T03:21:40.490Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32112026-08-20T03:21:40.833Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32122026-08-20T03:21:40.837Z Checking sapling-renderdag v0.1.0
32132026-08-20T03:21:40.964Z Checking subprocess v0.2.15
32142026-08-20T03:21:41.018Z Checking sync-ptr v0.1.4
32152026-08-20T03:21:41.130Z Checking colored v2.2.0
32162026-08-20T03:21:41.145Z Checking assert_matches v1.5.0
32172026-08-20T03:21:41.258Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32182026-08-20T03:21:41.331Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32192026-08-20T03:21:41.356Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32202026-08-20T03:21:41.405Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32212026-08-20T03:21:41.778Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32222026-08-20T03:21:42.060Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32232026-08-20T03:21:42.060Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-08-20T03:21:43.188Z Checking progenitor v0.14.0
32252026-08-20T03:21:43.324Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32262026-08-20T03:21:43.324Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32272026-08-20T03:21:43.327Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32282026-08-20T03:21:43.327Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-20T03:21:43.327Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-20T03:21:43.327Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-08-20T03:21:43.482Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32322026-08-20T03:21:43.721Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32332026-08-20T03:21:43.847Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32342026-08-20T03:21:43.930Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32352026-08-20T03:21:44.424Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32362026-08-20T03:21:44.460Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32372026-08-20T03:21:44.764Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32382026-08-20T03:21:45.047Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32392026-08-20T03:21:45.419Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32402026-08-20T03:21:46.319Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32412026-08-20T03:21:54.945Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32422026-08-20T03:22:02.197Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-08-20T03:22:02.200Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-08-20T03:22:02.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-08-20T03:22:03.691Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32462026-08-20T03:22:04.949Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32472026-08-20T03:22:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.56s
32482026-08-20T03:22:07.393Z
32492026-08-20T03:22:07.393Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32502026-08-20T03:22:07.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-20T03:22:07.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-20T03:22:07.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-08-20T03:22:07.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32542026-08-20T03:22:07.998Z
32552026-08-20T03:22:07.998Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32562026-08-20T03:22:08.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-20T03:22:08.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-20T03:22:08.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-08-20T03:22:08.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32602026-08-20T03:22:08.564Z
32612026-08-20T03:22:08.564Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32622026-08-20T03:22:09.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-20T03:22:09.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-20T03:22:09.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-08-20T03:22:09.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32662026-08-20T03:22:09.134Z
32672026-08-20T03:22:09.134Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32682026-08-20T03:22:09.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-20T03:22:09.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-20T03:22:09.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-20T03:22:09.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32722026-08-20T03:22:09.711Z
32732026-08-20T03:22:09.711Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32742026-08-20T03:22:10.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-20T03:22:10.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-20T03:22:10.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-20T03:22:10.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32782026-08-20T03:22:10.261Z
32792026-08-20T03:22:10.261Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32802026-08-20T03:22:10.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-20T03:22:10.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-20T03:22:10.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-20T03:22:10.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32842026-08-20T03:22:10.825Z
32852026-08-20T03:22:10.825Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32862026-08-20T03:22:11.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-20T03:22:11.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-20T03:22:11.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-20T03:22:11.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32902026-08-20T03:22:11.384Z
32912026-08-20T03:22:11.384Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32922026-08-20T03:22:11.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-20T03:22:11.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-20T03:22:11.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-20T03:22:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32962026-08-20T03:22:11.945Z
32972026-08-20T03:22:11.945Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32982026-08-20T03:22:12.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-20T03:22:12.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-20T03:22:12.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-20T03:22:12.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33022026-08-20T03:22:12.529Z
33032026-08-20T03:22:12.529Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33042026-08-20T03:22:13.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-20T03:22:13.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-20T03:22:13.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-08-20T03:22:13.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33082026-08-20T03:22:13.120Z
33092026-08-20T03:22:13.120Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33102026-08-20T03:22:13.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-08-20T03:22:13.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-08-20T03:22:13.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-08-20T03:22:13.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33142026-08-20T03:22:13.708Z
33152026-08-20T03:22:13.708Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33162026-08-20T03:22:14.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-08-20T03:22:14.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-08-20T03:22:14.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-08-20T03:22:14.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33202026-08-20T03:22:14.301Z
33212026-08-20T03:22:14.301Zinfo: running `cargo check --bins` on key-manager (118/337)
33222026-08-20T03:22:14.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-08-20T03:22:14.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-08-20T03:22:14.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-08-20T03:22:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33262026-08-20T03:22:14.878Z
33272026-08-20T03:22:14.878Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33282026-08-20T03:22:15.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-08-20T03:22:15.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-08-20T03:22:15.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-08-20T03:22:15.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33322026-08-20T03:22:15.464Z
33332026-08-20T03:22:15.464Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33342026-08-20T03:22:15.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-08-20T03:22:15.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-08-20T03:22:15.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-08-20T03:22:15.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33382026-08-20T03:22:16.058Z
33392026-08-20T03:22:16.058Zinfo: running `cargo check --bins` on typed-rng (121/337)
33402026-08-20T03:22:16.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-08-20T03:22:16.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-08-20T03:22:16.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-08-20T03:22:16.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33442026-08-20T03:22:16.614Z
33452026-08-20T03:22:16.615Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33462026-08-20T03:22:17.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-08-20T03:22:17.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-08-20T03:22:17.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-08-20T03:22:17.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33502026-08-20T03:22:17.230Z
33512026-08-20T03:22:17.230Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33522026-08-20T03:22:17.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-08-20T03:22:17.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-08-20T03:22:17.962Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33552026-08-20T03:22:17.965Z Checking void v1.0.2
33562026-08-20T03:22:17.965Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-20T03:22:17.965Z Checking dropshot-api-manager-types v0.8.0
33582026-08-20T03:22:17.965Z Checking tungstenite v0.23.0
33592026-08-20T03:22:17.965Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-08-20T03:22:17.965Z Checking nix v0.27.1
33612026-08-20T03:22:18.080Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33622026-08-20T03:22:18.161Z Checking lzss v0.8.2
33632026-08-20T03:22:18.230Z Checking kstat-rs v0.2.5
33642026-08-20T03:22:18.283Z Checking fxhash v0.2.1
33652026-08-20T03:22:18.336Z Checking serde_bytes v0.11.19
33662026-08-20T03:22:18.359Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33672026-08-20T03:22:18.384Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-20T03:22:18.397Z Checking signal-hook-tokio v0.3.1
33692026-08-20T03:22:18.409Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33702026-08-20T03:22:18.516Z Checking tokio-tungstenite v0.23.1
33712026-08-20T03:22:18.579Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33722026-08-20T03:22:19.639Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33732026-08-20T03:22:20.181Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-08-20T03:22:22.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
33752026-08-20T03:22:22.492Z
33762026-08-20T03:22:22.492Zinfo: running `cargo check --bins` on gateway-api (124/337)
33772026-08-20T03:22:22.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-08-20T03:22:22.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-08-20T03:22:22.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-08-20T03:22:22.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33812026-08-20T03:22:23.062Z
33822026-08-20T03:22:23.062Zinfo: running `cargo check --bins` on ipcc (125/337)
33832026-08-20T03:22:23.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-08-20T03:22:23.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-08-20T03:22:23.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-08-20T03:22:23.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33872026-08-20T03:22:23.636Z
33882026-08-20T03:22:23.636Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33892026-08-20T03:22:24.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-08-20T03:22:24.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-08-20T03:22:24.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-08-20T03:22:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-08-20T03:22:24.195Z
33942026-08-20T03:22:24.195Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33952026-08-20T03:22:24.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-08-20T03:22:24.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-08-20T03:22:24.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-08-20T03:22:24.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33992026-08-20T03:22:24.786Z
34002026-08-20T03:22:24.786Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34012026-08-20T03:22:25.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-08-20T03:22:25.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-08-20T03:22:25.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-08-20T03:22:25.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-08-20T03:22:25.362Z
34062026-08-20T03:22:25.362Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34072026-08-20T03:22:25.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-08-20T03:22:25.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-08-20T03:22:25.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-08-20T03:22:25.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-08-20T03:22:25.945Z
34122026-08-20T03:22:25.945Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34132026-08-20T03:22:26.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-08-20T03:22:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-08-20T03:22:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-08-20T03:22:26.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-08-20T03:22:26.512Z
34182026-08-20T03:22:26.512Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34192026-08-20T03:22:27.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-08-20T03:22:27.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-08-20T03:22:27.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-08-20T03:22:27.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34232026-08-20T03:22:27.099Z
34242026-08-20T03:22:27.099Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34252026-08-20T03:22:27.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-08-20T03:22:27.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-08-20T03:22:27.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-08-20T03:22:27.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-08-20T03:22:27.674Z
34302026-08-20T03:22:27.674Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34312026-08-20T03:22:28.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-08-20T03:22:28.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-08-20T03:22:28.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-08-20T03:22:28.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-08-20T03:22:28.245Z
34362026-08-20T03:22:28.246Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34372026-08-20T03:22:28.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-08-20T03:22:28.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-08-20T03:22:28.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-08-20T03:22:28.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-08-20T03:22:28.821Z
34422026-08-20T03:22:28.821Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34432026-08-20T03:22:29.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-08-20T03:22:29.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-08-20T03:22:29.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-08-20T03:22:29.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-08-20T03:22:29.392Z
34482026-08-20T03:22:29.392Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34492026-08-20T03:22:29.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-08-20T03:22:29.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-08-20T03:22:29.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-08-20T03:22:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34532026-08-20T03:22:29.966Z
34542026-08-20T03:22:29.966Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34552026-08-20T03:22:30.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-08-20T03:22:30.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-08-20T03:22:30.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-08-20T03:22:30.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-08-20T03:22:30.542Z
34602026-08-20T03:22:30.543Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34612026-08-20T03:22:31.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-08-20T03:22:31.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-08-20T03:22:31.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-08-20T03:22:31.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34652026-08-20T03:22:31.115Z
34662026-08-20T03:22:31.115Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34672026-08-20T03:22:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-08-20T03:22:31.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-08-20T03:22:31.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-08-20T03:22:31.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34712026-08-20T03:22:31.692Z
34722026-08-20T03:22:31.692Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34732026-08-20T03:22:32.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-08-20T03:22:32.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-08-20T03:22:32.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-08-20T03:22:32.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34772026-08-20T03:22:32.267Z
34782026-08-20T03:22:32.267Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34792026-08-20T03:22:32.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-08-20T03:22:32.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-08-20T03:22:32.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-08-20T03:22:32.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34832026-08-20T03:22:32.848Z
34842026-08-20T03:22:32.848Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34852026-08-20T03:22:33.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-08-20T03:22:33.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-08-20T03:22:33.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-08-20T03:22:33.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34892026-08-20T03:22:33.424Z
34902026-08-20T03:22:33.424Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34912026-08-20T03:22:33.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-08-20T03:22:33.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-08-20T03:22:33.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-08-20T03:22:33.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34952026-08-20T03:22:34.003Z
34962026-08-20T03:22:34.004Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34972026-08-20T03:22:34.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-08-20T03:22:34.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-08-20T03:22:34.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-08-20T03:22:34.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35012026-08-20T03:22:34.578Z
35022026-08-20T03:22:34.578Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35032026-08-20T03:22:35.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-08-20T03:22:35.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-08-20T03:22:35.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-08-20T03:22:35.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35072026-08-20T03:22:35.145Z
35082026-08-20T03:22:35.145Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35092026-08-20T03:22:35.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-08-20T03:22:35.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-08-20T03:22:35.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-08-20T03:22:35.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35132026-08-20T03:22:35.730Z
35142026-08-20T03:22:35.730Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35152026-08-20T03:22:36.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-08-20T03:22:36.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-08-20T03:22:36.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-08-20T03:22:36.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35192026-08-20T03:22:36.321Z
35202026-08-20T03:22:36.321Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35212026-08-20T03:22:36.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-08-20T03:22:36.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-08-20T03:22:36.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-08-20T03:22:36.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35252026-08-20T03:22:36.918Z
35262026-08-20T03:22:36.918Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35272026-08-20T03:22:37.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-08-20T03:22:37.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-08-20T03:22:37.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-08-20T03:22:37.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-08-20T03:22:37.510Z
35322026-08-20T03:22:37.510Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35332026-08-20T03:22:38.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-08-20T03:22:38.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-08-20T03:22:38.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-08-20T03:22:38.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-08-20T03:22:38.100Z
35382026-08-20T03:22:38.100Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35392026-08-20T03:22:38.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-08-20T03:22:38.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-08-20T03:22:38.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-08-20T03:22:38.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-08-20T03:22:38.690Z
35442026-08-20T03:22:38.691Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35452026-08-20T03:22:39.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-08-20T03:22:39.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-08-20T03:22:39.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-08-20T03:22:39.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-08-20T03:22:39.282Z
35502026-08-20T03:22:39.283Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35512026-08-20T03:22:39.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-08-20T03:22:39.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-08-20T03:22:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-08-20T03:22:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-08-20T03:22:39.874Z
35562026-08-20T03:22:39.874Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35572026-08-20T03:22:40.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-08-20T03:22:40.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-08-20T03:22:40.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-08-20T03:22:40.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-08-20T03:22:40.465Z
35622026-08-20T03:22:40.465Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35632026-08-20T03:22:40.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-08-20T03:22:40.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-08-20T03:22:40.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-08-20T03:22:40.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-08-20T03:22:41.058Z
35682026-08-20T03:22:41.059Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35692026-08-20T03:22:41.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-08-20T03:22:41.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-08-20T03:22:41.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-08-20T03:22:41.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-08-20T03:22:41.654Z
35742026-08-20T03:22:41.655Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35752026-08-20T03:22:42.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-08-20T03:22:42.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-08-20T03:22:42.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-08-20T03:22:42.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-08-20T03:22:42.246Z
35802026-08-20T03:22:42.247Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35812026-08-20T03:22:42.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-08-20T03:22:42.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-08-20T03:22:42.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-08-20T03:22:42.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-08-20T03:22:42.838Z
35862026-08-20T03:22:42.838Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35872026-08-20T03:22:43.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-08-20T03:22:43.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-08-20T03:22:43.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-08-20T03:22:43.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-08-20T03:22:43.430Z
35922026-08-20T03:22:43.430Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35932026-08-20T03:22:43.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-08-20T03:22:43.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-08-20T03:22:43.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-08-20T03:22:43.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-08-20T03:22:44.024Z
35982026-08-20T03:22:44.024Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35992026-08-20T03:22:44.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-08-20T03:22:44.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-08-20T03:22:44.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-08-20T03:22:44.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36032026-08-20T03:22:44.616Z
36042026-08-20T03:22:44.616Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36052026-08-20T03:22:45.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-08-20T03:22:45.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-08-20T03:22:45.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-08-20T03:22:45.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36092026-08-20T03:22:45.212Z
36102026-08-20T03:22:45.212Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36112026-08-20T03:22:45.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-08-20T03:22:45.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-08-20T03:22:45.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-08-20T03:22:45.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36152026-08-20T03:22:45.807Z
36162026-08-20T03:22:45.807Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36172026-08-20T03:22:46.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-08-20T03:22:46.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-08-20T03:22:46.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-08-20T03:22:46.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36212026-08-20T03:22:46.384Z
36222026-08-20T03:22:46.384Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36232026-08-20T03:22:46.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-20T03:22:46.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-20T03:22:46.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-20T03:22:46.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-20T03:22:46.959Z
36282026-08-20T03:22:46.959Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36292026-08-20T03:22:47.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-20T03:22:47.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-20T03:22:47.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-20T03:22:47.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-20T03:22:47.536Z
36342026-08-20T03:22:47.536Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36352026-08-20T03:22:48.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-20T03:22:48.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-20T03:22:48.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-20T03:22:48.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-08-20T03:22:48.113Z
36402026-08-20T03:22:48.113Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36412026-08-20T03:22:48.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-20T03:22:48.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-20T03:22:48.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-20T03:22:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36452026-08-20T03:22:48.687Z
36462026-08-20T03:22:48.687Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36472026-08-20T03:22:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-20T03:22:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-20T03:22:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-20T03:22:49.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-20T03:22:49.263Z
36522026-08-20T03:22:49.263Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36532026-08-20T03:22:49.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-20T03:22:49.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-20T03:22:49.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-20T03:22:49.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-20T03:22:49.838Z
36582026-08-20T03:22:49.838Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36592026-08-20T03:22:50.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-20T03:22:50.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-20T03:22:50.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-20T03:22:50.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-20T03:22:50.409Z
36642026-08-20T03:22:50.409Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36652026-08-20T03:22:50.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-20T03:22:50.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-20T03:22:50.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-20T03:22:50.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-20T03:22:50.985Z
36702026-08-20T03:22:50.986Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36712026-08-20T03:22:51.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-20T03:22:51.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-20T03:22:51.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-20T03:22:51.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36752026-08-20T03:22:51.561Z
36762026-08-20T03:22:51.561Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36772026-08-20T03:22:52.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-20T03:22:52.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-20T03:22:52.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-20T03:22:52.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-20T03:22:52.134Z
36822026-08-20T03:22:52.134Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36832026-08-20T03:22:52.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-20T03:22:52.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-20T03:22:52.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-20T03:22:52.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-20T03:22:52.708Z
36882026-08-20T03:22:52.708Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36892026-08-20T03:22:53.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-20T03:22:53.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-20T03:22:53.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-20T03:22:53.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-20T03:22:53.285Z
36942026-08-20T03:22:53.285Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36952026-08-20T03:22:53.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-20T03:22:53.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-20T03:22:53.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-20T03:22:53.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-20T03:22:53.857Z
37002026-08-20T03:22:53.857Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37012026-08-20T03:22:54.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-20T03:22:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-20T03:22:54.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-20T03:22:54.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37052026-08-20T03:22:54.418Z
37062026-08-20T03:22:54.418Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37072026-08-20T03:22:54.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-20T03:22:54.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-20T03:22:54.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-20T03:22:54.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-20T03:22:54.990Z
37122026-08-20T03:22:54.990Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37132026-08-20T03:22:55.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-20T03:22:55.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-20T03:22:55.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-20T03:22:55.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-20T03:22:55.576Z
37182026-08-20T03:22:55.576Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37192026-08-20T03:22:56.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-20T03:22:56.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-20T03:22:56.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-20T03:22:56.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-20T03:22:56.153Z
37242026-08-20T03:22:56.153Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37252026-08-20T03:22:56.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-20T03:22:56.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-20T03:22:56.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-20T03:22:56.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-20T03:22:56.735Z
37302026-08-20T03:22:56.735Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37312026-08-20T03:22:57.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-20T03:22:57.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-20T03:22:57.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-20T03:22:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-08-20T03:22:57.321Z
37362026-08-20T03:22:57.321Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37372026-08-20T03:22:57.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-20T03:22:57.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-20T03:22:57.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-20T03:22:57.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-20T03:22:57.908Z
37422026-08-20T03:22:57.908Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37432026-08-20T03:22:58.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-20T03:22:58.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-20T03:22:58.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-20T03:22:58.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-20T03:22:58.487Z
37482026-08-20T03:22:58.487Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37492026-08-20T03:22:58.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-20T03:22:58.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-20T03:22:58.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-20T03:22:58.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-20T03:22:59.069Z
37542026-08-20T03:22:59.069Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37552026-08-20T03:22:59.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-20T03:22:59.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-20T03:22:59.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-20T03:22:59.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37592026-08-20T03:22:59.667Z
37602026-08-20T03:22:59.667Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37612026-08-20T03:23:00.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-20T03:23:00.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-20T03:23:00.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-20T03:23:00.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-20T03:23:00.233Z
37662026-08-20T03:23:00.234Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37672026-08-20T03:23:00.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-20T03:23:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-20T03:23:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-20T03:23:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-20T03:23:00.820Z
37722026-08-20T03:23:00.821Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37732026-08-20T03:23:01.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-20T03:23:01.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-20T03:23:01.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-20T03:23:01.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-20T03:23:01.400Z
37782026-08-20T03:23:01.400Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37792026-08-20T03:23:01.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-20T03:23:02.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-20T03:23:02.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-20T03:23:02.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-20T03:23:02.105Z
37842026-08-20T03:23:02.105Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37852026-08-20T03:23:02.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-20T03:23:02.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-20T03:23:02.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-20T03:23:02.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37892026-08-20T03:23:02.564Z
37902026-08-20T03:23:02.564Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37912026-08-20T03:23:03.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-20T03:23:03.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-20T03:23:03.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-20T03:23:03.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-20T03:23:03.146Z
37962026-08-20T03:23:03.146Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37972026-08-20T03:23:03.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-20T03:23:03.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-20T03:23:03.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-20T03:23:03.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-08-20T03:23:03.729Z
38022026-08-20T03:23:03.730Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38032026-08-20T03:23:04.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-20T03:23:04.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-20T03:23:04.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-20T03:23:04.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38072026-08-20T03:23:04.331Z
38082026-08-20T03:23:04.331Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38092026-08-20T03:23:04.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-20T03:23:04.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-20T03:23:04.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-20T03:23:04.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38132026-08-20T03:23:04.906Z
38142026-08-20T03:23:04.906Zinfo: running `cargo check --bins` on dns-server (197/337)
38152026-08-20T03:23:05.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-20T03:23:05.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-20T03:23:05.544Z Compiling parking_lot_core v0.8.6
38182026-08-20T03:23:05.544Z Compiling git-stub v1.0.0
38192026-08-20T03:23:05.548Z Checking prefix-trie v0.7.0
38202026-08-20T03:23:05.676Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38212026-08-20T03:23:05.776Z Compiling git-stub-vcs v0.1.0
38222026-08-20T03:23:05.932Z Checking hickory-server v0.25.2
38232026-08-20T03:23:06.042Z Checking parking_lot v0.11.2
38242026-08-20T03:23:06.078Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38252026-08-20T03:23:06.208Z Checking sled v0.34.7
38262026-08-20T03:23:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
38272026-08-20T03:23:08.307Z
38282026-08-20T03:23:08.307Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38292026-08-20T03:23:08.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-08-20T03:23:08.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-08-20T03:23:08.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-08-20T03:23:08.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38332026-08-20T03:23:08.873Z
38342026-08-20T03:23:08.873Zinfo: running `cargo check --bins` on nexus-client (199/337)
38352026-08-20T03:23:09.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-08-20T03:23:09.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-08-20T03:23:09.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-08-20T03:23:09.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38392026-08-20T03:23:09.480Z
38402026-08-20T03:23:09.480Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38412026-08-20T03:23:09.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-08-20T03:23:09.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-08-20T03:23:09.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-08-20T03:23:09.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38452026-08-20T03:23:10.054Z
38462026-08-20T03:23:10.054Zinfo: running `cargo check --bins` on sp-sim (201/337)
38472026-08-20T03:23:10.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-08-20T03:23:10.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-08-20T03:23:10.770Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38502026-08-20T03:23:11.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38512026-08-20T03:23:11.487Z
38522026-08-20T03:23:11.487Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38532026-08-20T03:23:12.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-08-20T03:23:12.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-08-20T03:23:12.304Z Compiling proc-macro-error-attr2 v2.0.0
38562026-08-20T03:23:12.433Z Compiling hashbrown v0.14.5
38572026-08-20T03:23:12.433Z Compiling rfc6979 v0.4.0
38582026-08-20T03:23:12.441Z Compiling salty v0.3.0
38592026-08-20T03:23:12.459Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38602026-08-20T03:23:12.470Z Compiling primeorder v0.13.6
38612026-08-20T03:23:12.538Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38622026-08-20T03:23:12.557Z Compiling ecdsa v0.16.9
38632026-08-20T03:23:12.616Z Compiling sha1 v0.10.6
38642026-08-20T03:23:12.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38652026-08-20T03:23:12.797Z Compiling proc-macro-error2 v2.0.1
38662026-08-20T03:23:12.917Z Compiling chumsky v0.9.3
38672026-08-20T03:23:12.934Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38682026-08-20T03:23:12.953Z Compiling p384 v0.13.1
38692026-08-20T03:23:12.979Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38702026-08-20T03:23:13.107Z Compiling knus-derive v3.4.0
38712026-08-20T03:23:13.143Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38722026-08-20T03:23:13.185Z Checking libscf-sys v1.2.0
38732026-08-20T03:23:13.220Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38742026-08-20T03:23:13.313Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38752026-08-20T03:23:13.493Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38762026-08-20T03:23:13.519Z Checking corncobs v0.1.4
38772026-08-20T03:23:13.619Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38782026-08-20T03:23:13.719Z Checking papergrid v0.18.0
38792026-08-20T03:23:13.723Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-20T03:23:13.724Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38812026-08-20T03:23:13.724Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38822026-08-20T03:23:13.862Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38832026-08-20T03:23:13.912Z Checking secrecy v0.8.0
38842026-08-20T03:23:13.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38852026-08-20T03:23:13.966Z Compiling illumos-nvpair-sys v0.2.0
38862026-08-20T03:23:14.114Z Compiling unicase v2.9.0
38872026-08-20T03:23:14.165Z Compiling progenitor-impl v0.13.0
38882026-08-20T03:23:14.179Z Checking crc8 v0.1.1
38892026-08-20T03:23:14.192Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38902026-08-20T03:23:14.313Z Compiling mime_guess v2.0.5
38912026-08-20T03:23:14.393Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38922026-08-20T03:23:14.407Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38932026-08-20T03:23:14.425Z Checking tabled v0.21.0
38942026-08-20T03:23:14.477Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38952026-08-20T03:23:14.492Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38962026-08-20T03:23:14.557Z Compiling knus v3.4.0
38972026-08-20T03:23:15.057Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38982026-08-20T03:23:15.273Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38992026-08-20T03:23:15.348Z Checking progenitor-client v0.13.0
39002026-08-20T03:23:15.460Z Checking http-range v0.1.5
39012026-08-20T03:23:15.668Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-08-20T03:23:15.677Z Checking illumos-nvpair v0.3.0
39032026-08-20T03:23:15.763Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39042026-08-20T03:23:15.779Z Checking scuffle v0.1.0
39052026-08-20T03:23:15.808Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39062026-08-20T03:23:15.955Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39072026-08-20T03:23:16.349Z Checking nanorand v0.7.0
39082026-08-20T03:23:16.353Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39092026-08-20T03:23:16.546Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-20T03:23:16.568Z Checking flume v0.11.1
39112026-08-20T03:23:16.699Z Checking hyper-staticfile v0.10.1
39122026-08-20T03:23:16.713Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39132026-08-20T03:23:16.748Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39142026-08-20T03:23:16.762Z Compiling progenitor-macro v0.13.0
39152026-08-20T03:23:16.799Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39162026-08-20T03:23:16.910Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39172026-08-20T03:23:16.984Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39182026-08-20T03:23:17.155Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39192026-08-20T03:23:17.171Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39202026-08-20T03:23:17.245Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39212026-08-20T03:23:17.369Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39222026-08-20T03:23:17.574Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39232026-08-20T03:23:17.673Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-20T03:23:17.728Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39252026-08-20T03:23:19.127Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39262026-08-20T03:23:20.067Z Checking progenitor v0.13.0
39272026-08-20T03:23:20.185Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39282026-08-20T03:23:21.123Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39292026-08-20T03:23:22.167Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39302026-08-20T03:23:22.456Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39312026-08-20T03:23:22.744Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-20T03:23:22.747Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39332026-08-20T03:23:36.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.58s
39342026-08-20T03:23:36.084Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39352026-08-20T03:23:36.084Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39362026-08-20T03:23:36.279Z
39372026-08-20T03:23:36.279Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39382026-08-20T03:23:36.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-20T03:23:36.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-20T03:23:37.057Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39412026-08-20T03:23:47.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39422026-08-20T03:23:47.643Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39432026-08-20T03:23:47.643Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39442026-08-20T03:23:47.838Z
39452026-08-20T03:23:47.838Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39462026-08-20T03:23:48.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-20T03:23:48.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-20T03:23:48.604Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39492026-08-20T03:23:59.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39502026-08-20T03:23:59.156Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39512026-08-20T03:23:59.156Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39522026-08-20T03:23:59.346Z
39532026-08-20T03:23:59.346Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39542026-08-20T03:23:59.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-08-20T03:23:59.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-08-20T03:24:00.115Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39572026-08-20T03:24:10.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39582026-08-20T03:24:10.745Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39592026-08-20T03:24:10.745Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39602026-08-20T03:24:10.917Z
39612026-08-20T03:24:10.918Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39622026-08-20T03:24:11.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-20T03:24:11.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-20T03:24:11.681Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39652026-08-20T03:24:22.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39662026-08-20T03:24:22.242Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39672026-08-20T03:24:22.242Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39682026-08-20T03:24:22.418Z
39692026-08-20T03:24:22.418Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39702026-08-20T03:24:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-20T03:24:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-20T03:24:23.933Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39732026-08-20T03:24:33.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39742026-08-20T03:24:33.723Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39752026-08-20T03:24:33.724Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39762026-08-20T03:24:33.918Z
39772026-08-20T03:24:33.918Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39782026-08-20T03:24:34.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-08-20T03:24:34.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-08-20T03:24:34.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39812026-08-20T03:24:45.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39822026-08-20T03:24:45.272Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39832026-08-20T03:24:45.272Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39842026-08-20T03:24:45.471Z
39852026-08-20T03:24:45.471Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39862026-08-20T03:24:45.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-20T03:24:45.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-20T03:24:46.227Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39892026-08-20T03:24:56.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
39902026-08-20T03:24:56.893Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39912026-08-20T03:24:56.893Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39922026-08-20T03:24:57.085Z
39932026-08-20T03:24:57.085Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39942026-08-20T03:24:57.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-20T03:24:57.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-20T03:24:57.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-20T03:24:57.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39982026-08-20T03:24:57.664Z
39992026-08-20T03:24:57.665Zinfo: running `cargo check --bins` on installinator-common (211/337)
40002026-08-20T03:24:58.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-20T03:24:58.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-20T03:24:58.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-20T03:24:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-20T03:24:58.244Z
40052026-08-20T03:24:58.244Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40062026-08-20T03:24:58.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-20T03:24:58.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-20T03:24:58.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-20T03:24:58.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40102026-08-20T03:24:58.800Z
40112026-08-20T03:24:58.800Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40122026-08-20T03:24:59.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-20T03:24:59.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-20T03:24:59.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-20T03:24:59.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40162026-08-20T03:24:59.420Z
40172026-08-20T03:24:59.420Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40182026-08-20T03:24:59.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-20T03:24:59.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-20T03:24:59.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-20T03:24:59.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40222026-08-20T03:24:59.981Z
40232026-08-20T03:24:59.981Zinfo: running `cargo check --bins` on range-requests (215/337)
40242026-08-20T03:25:00.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-20T03:25:00.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-20T03:25:00.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-20T03:25:00.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40282026-08-20T03:25:00.561Z
40292026-08-20T03:25:00.561Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40302026-08-20T03:25:01.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-20T03:25:01.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-20T03:25:01.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-20T03:25:01.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40342026-08-20T03:25:01.111Z
40352026-08-20T03:25:01.111Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40362026-08-20T03:25:01.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-20T03:25:01.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-20T03:25:01.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-20T03:25:01.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40402026-08-20T03:25:01.657Z
40412026-08-20T03:25:01.657Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40422026-08-20T03:25:02.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-20T03:25:02.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-20T03:25:02.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-20T03:25:02.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40462026-08-20T03:25:02.246Z
40472026-08-20T03:25:02.247Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40482026-08-20T03:25:02.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-20T03:25:02.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-20T03:25:02.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-20T03:25:02.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40522026-08-20T03:25:02.826Z
40532026-08-20T03:25:02.826Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40542026-08-20T03:25:03.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-20T03:25:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-20T03:25:03.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-20T03:25:03.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40582026-08-20T03:25:03.413Z
40592026-08-20T03:25:03.414Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40602026-08-20T03:25:03.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-20T03:25:03.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-20T03:25:03.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-20T03:25:03.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40642026-08-20T03:25:04.014Z
40652026-08-20T03:25:04.014Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40662026-08-20T03:25:04.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-20T03:25:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-20T03:25:04.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-20T03:25:04.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40702026-08-20T03:25:04.599Z
40712026-08-20T03:25:04.599Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40722026-08-20T03:25:05.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-20T03:25:05.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-20T03:25:05.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-20T03:25:05.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40762026-08-20T03:25:05.902Z
40772026-08-20T03:25:05.916Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40782026-08-20T03:25:05.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-20T03:25:05.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-20T03:25:05.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-20T03:25:05.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40822026-08-20T03:25:05.917Z
40832026-08-20T03:25:05.917Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40842026-08-20T03:25:06.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-20T03:25:06.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-20T03:25:06.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-20T03:25:06.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-08-20T03:25:06.363Z
40892026-08-20T03:25:06.364Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40902026-08-20T03:25:06.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-20T03:25:06.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-20T03:25:06.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-20T03:25:06.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-20T03:25:06.965Z
40952026-08-20T03:25:06.965Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40962026-08-20T03:25:07.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-20T03:25:07.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-20T03:25:07.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-20T03:25:07.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41002026-08-20T03:25:07.689Z
41012026-08-20T03:25:07.689Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41022026-08-20T03:25:08.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-20T03:25:08.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-20T03:25:08.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-20T03:25:08.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41062026-08-20T03:25:08.155Z
41072026-08-20T03:25:08.155Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41082026-08-20T03:25:08.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-20T03:25:08.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-20T03:25:08.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-08-20T03:25:08.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41122026-08-20T03:25:08.723Z
41132026-08-20T03:25:08.723Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41142026-08-20T03:25:09.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-08-20T03:25:09.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-08-20T03:25:09.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-08-20T03:25:09.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41182026-08-20T03:25:09.327Z
41192026-08-20T03:25:09.327Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41202026-08-20T03:25:09.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-08-20T03:25:09.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-08-20T03:25:09.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-08-20T03:25:09.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41242026-08-20T03:25:09.950Z
41252026-08-20T03:25:09.950Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41262026-08-20T03:25:10.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-08-20T03:25:10.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-08-20T03:25:10.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-08-20T03:25:10.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41302026-08-20T03:25:10.546Z
41312026-08-20T03:25:10.546Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41322026-08-20T03:25:11.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-08-20T03:25:11.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-08-20T03:25:11.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-08-20T03:25:11.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41362026-08-20T03:25:11.167Z
41372026-08-20T03:25:11.167Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41382026-08-20T03:25:11.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-08-20T03:25:11.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-08-20T03:25:11.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-08-20T03:25:11.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41422026-08-20T03:25:11.777Z
41432026-08-20T03:25:11.777Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41442026-08-20T03:25:12.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-08-20T03:25:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-08-20T03:25:12.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-08-20T03:25:12.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41482026-08-20T03:25:12.335Z
41492026-08-20T03:25:12.335Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41502026-08-20T03:25:12.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-08-20T03:25:12.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-08-20T03:25:12.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-08-20T03:25:12.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41542026-08-20T03:25:12.915Z
41552026-08-20T03:25:12.915Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41562026-08-20T03:25:13.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-08-20T03:25:13.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-08-20T03:25:13.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-08-20T03:25:13.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41602026-08-20T03:25:13.496Z
41612026-08-20T03:25:13.496Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41622026-08-20T03:25:14.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-08-20T03:25:14.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-08-20T03:25:14.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41652026-08-20T03:25:14.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41662026-08-20T03:25:14.086Z
41672026-08-20T03:25:14.086Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41682026-08-20T03:25:14.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-08-20T03:25:14.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-08-20T03:25:14.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41712026-08-20T03:25:14.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41722026-08-20T03:25:14.635Z
41732026-08-20T03:25:14.635Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41742026-08-20T03:25:15.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-08-20T03:25:15.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-08-20T03:25:15.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-08-20T03:25:15.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41782026-08-20T03:25:15.189Z
41792026-08-20T03:25:15.190Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41802026-08-20T03:25:15.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-20T03:25:15.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-20T03:25:15.886Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41832026-08-20T03:25:16.300Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41842026-08-20T03:25:17.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41852026-08-20T03:25:17.669Z
41862026-08-20T03:25:17.669Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41872026-08-20T03:25:18.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-20T03:25:18.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-20T03:25:18.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-08-20T03:25:18.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41912026-08-20T03:25:18.236Z
41922026-08-20T03:25:18.237Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41932026-08-20T03:25:18.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-20T03:25:19.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-20T03:25:19.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-08-20T03:25:19.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41972026-08-20T03:25:19.454Z
41982026-08-20T03:25:19.454Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41992026-08-20T03:25:19.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-20T03:25:19.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-20T03:25:19.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-08-20T03:25:19.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42032026-08-20T03:25:19.454Z
42042026-08-20T03:25:19.454Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42052026-08-20T03:25:19.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-20T03:25:19.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-20T03:25:19.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-08-20T03:25:19.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42092026-08-20T03:25:19.948Z
42102026-08-20T03:25:19.948Zinfo: running `cargo check --bins` on installinator-client (246/337)
42112026-08-20T03:25:20.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-20T03:25:20.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-20T03:25:20.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-08-20T03:25:20.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-08-20T03:25:20.556Z
42162026-08-20T03:25:20.556Zinfo: running `cargo check --bins` on oxide-client (247/337)
42172026-08-20T03:25:20.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-20T03:25:21.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-20T03:25:21.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-08-20T03:25:21.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42212026-08-20T03:25:21.085Z
42222026-08-20T03:25:21.085Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42232026-08-20T03:25:21.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-20T03:25:21.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-20T03:25:21.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-08-20T03:25:21.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42272026-08-20T03:25:21.645Z
42282026-08-20T03:25:21.646Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42292026-08-20T03:25:22.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-20T03:25:22.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-20T03:25:22.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-08-20T03:25:22.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42332026-08-20T03:25:22.237Z
42342026-08-20T03:25:22.237Zinfo: running `cargo check --bins` on wicket-common (250/337)
42352026-08-20T03:25:22.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-20T03:25:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-20T03:25:22.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-08-20T03:25:22.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42392026-08-20T03:25:22.822Z
42402026-08-20T03:25:22.822Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42412026-08-20T03:25:23.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-08-20T03:25:23.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-08-20T03:25:23.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-08-20T03:25:23.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42452026-08-20T03:25:23.395Z
42462026-08-20T03:25:23.396Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42472026-08-20T03:25:23.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-20T03:25:23.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-20T03:25:24.063Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42502026-08-20T03:25:24.086Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42512026-08-20T03:25:25.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42522026-08-20T03:25:25.430Z
42532026-08-20T03:25:25.430Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42542026-08-20T03:25:25.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-20T03:25:25.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-20T03:25:25.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-20T03:25:25.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-20T03:25:25.989Z
42592026-08-20T03:25:25.989Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42602026-08-20T03:25:28.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-20T03:25:28.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-20T03:25:28.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-20T03:25:28.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42642026-08-20T03:25:28.752Z
42652026-08-20T03:25:28.752Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42662026-08-20T03:25:28.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-20T03:25:28.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-20T03:25:28.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-20T03:25:28.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42702026-08-20T03:25:28.765Z
42712026-08-20T03:25:28.765Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42722026-08-20T03:25:28.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-20T03:25:28.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-20T03:25:28.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-20T03:25:28.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-20T03:25:28.876Z
42772026-08-20T03:25:28.876Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42782026-08-20T03:25:28.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-20T03:25:28.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-20T03:25:28.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-20T03:25:28.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42822026-08-20T03:25:28.877Z
42832026-08-20T03:25:28.877Zinfo: running `cargo check --bins` on db-macros (258/337)
42842026-08-20T03:25:29.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-20T03:25:30.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-20T03:25:30.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-08-20T03:25:30.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42882026-08-20T03:25:31.014Z
42892026-08-20T03:25:31.014Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42902026-08-20T03:25:31.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-08-20T03:25:31.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-08-20T03:25:31.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-08-20T03:25:31.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42942026-08-20T03:25:31.015Z
42952026-08-20T03:25:31.015Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42962026-08-20T03:25:31.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-08-20T03:25:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-08-20T03:25:31.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-08-20T03:25:31.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43002026-08-20T03:25:31.015Z
43012026-08-20T03:25:31.015Zinfo: running `cargo check --bins` on authz-macros (261/337)
43022026-08-20T03:25:31.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-08-20T03:25:31.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-08-20T03:25:31.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-08-20T03:25:31.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43062026-08-20T03:25:31.081Z
43072026-08-20T03:25:31.081Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43082026-08-20T03:25:31.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-08-20T03:25:31.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-08-20T03:25:31.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-08-20T03:25:31.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43122026-08-20T03:25:31.471Z
43132026-08-20T03:25:31.471Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43142026-08-20T03:25:31.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-20T03:25:32.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-20T03:25:32.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-20T03:25:32.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43182026-08-20T03:25:32.091Z
43192026-08-20T03:25:32.092Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43202026-08-20T03:25:32.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-20T03:25:32.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-20T03:25:32.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-08-20T03:25:32.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43242026-08-20T03:25:32.658Z
43252026-08-20T03:25:32.658Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43262026-08-20T03:25:33.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-08-20T03:25:33.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-08-20T03:25:33.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-08-20T03:25:33.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43302026-08-20T03:25:33.780Z
43312026-08-20T03:25:33.780Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43322026-08-20T03:25:33.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-20T03:25:33.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-20T03:25:33.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-08-20T03:25:33.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43362026-08-20T03:25:33.822Z
43372026-08-20T03:25:33.822Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43382026-08-20T03:25:34.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-20T03:25:34.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-20T03:25:34.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-20T03:25:34.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43422026-08-20T03:25:34.453Z
43432026-08-20T03:25:34.453Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43442026-08-20T03:25:34.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-20T03:25:34.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-20T03:25:34.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-08-20T03:25:34.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43482026-08-20T03:25:35.055Z
43492026-08-20T03:25:35.056Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43502026-08-20T03:25:35.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-20T03:25:35.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-20T03:25:35.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-08-20T03:25:35.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43542026-08-20T03:25:35.686Z
43552026-08-20T03:25:35.686Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43562026-08-20T03:25:36.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-08-20T03:25:36.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-08-20T03:25:36.408Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43592026-08-20T03:25:36.417Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43602026-08-20T03:25:37.083Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43612026-08-20T03:25:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43622026-08-20T03:25:38.972Z
43632026-08-20T03:25:38.972Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43642026-08-20T03:25:39.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-20T03:25:39.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-20T03:25:39.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-20T03:25:39.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43682026-08-20T03:25:39.545Z
43692026-08-20T03:25:39.545Zinfo: running `cargo check --bins` on cert-dev (272/337)
43702026-08-20T03:25:40.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-20T03:25:40.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-20T03:25:40.145Z Checking yasna v0.5.2
43732026-08-20T03:25:40.556Z Checking rcgen v0.12.1
43742026-08-20T03:25:40.813Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43752026-08-20T03:25:40.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43762026-08-20T03:25:41.177Z
43772026-08-20T03:25:41.177Zinfo: running `cargo check --bins` on clickana (273/337)
43782026-08-20T03:25:41.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-08-20T03:25:41.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-08-20T03:25:41.821Z Compiling instability v0.3.11
43812026-08-20T03:25:41.828Z Checking castaway v0.2.4
43822026-08-20T03:25:41.828Z Compiling indoc v2.0.7
43832026-08-20T03:25:41.837Z Checking unicode-truncate v1.1.0
43842026-08-20T03:25:41.837Z Checking lru v0.12.5
43852026-08-20T03:25:41.837Z Checking cassowary v0.3.0
43862026-08-20T03:25:42.052Z Checking compact_str v0.8.1
43872026-08-20T03:25:45.010Z Checking ratatui v0.29.0
43882026-08-20T03:25:45.130Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43892026-08-20T03:25:45.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
43902026-08-20T03:25:45.162Z
43912026-08-20T03:25:45.162Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43922026-08-20T03:25:45.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-08-20T03:25:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-08-20T03:25:45.843Z Checking headers-core v0.3.0
43952026-08-20T03:25:45.843Z Checking port-file v0.1.0
43962026-08-20T03:25:45.843Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43972026-08-20T03:25:45.843Z Checking headers v0.4.1
43982026-08-20T03:25:46.047Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43992026-08-20T03:25:46.992Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44002026-08-20T03:25:47.505Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44012026-08-20T03:25:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
44022026-08-20T03:25:48.143Z
44032026-08-20T03:25:48.143Zinfo: running `cargo check --bins` on ch-dev (275/337)
44042026-08-20T03:25:48.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-08-20T03:25:48.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-08-20T03:25:48.850Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44072026-08-20T03:25:49.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44082026-08-20T03:25:49.800Z
44092026-08-20T03:25:49.801Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44102026-08-20T03:25:50.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-08-20T03:25:50.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-08-20T03:25:50.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-08-20T03:25:50.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44142026-08-20T03:25:50.226Z
44152026-08-20T03:25:50.226Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44162026-08-20T03:25:50.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-08-20T03:25:50.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-08-20T03:25:50.853Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44192026-08-20T03:25:51.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44202026-08-20T03:25:51.394Z
44212026-08-20T03:25:51.396Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44222026-08-20T03:25:52.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-20T03:25:52.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-20T03:25:52.268Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44252026-08-20T03:25:53.197Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44262026-08-20T03:25:53.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
44272026-08-20T03:25:53.733Z
44282026-08-20T03:25:53.733Zinfo: running `cargo check --bins` on db-dev (279/337)
44292026-08-20T03:25:54.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-20T03:25:54.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-20T03:25:54.455Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44322026-08-20T03:25:55.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44332026-08-20T03:25:55.930Z
44342026-08-20T03:25:55.930Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44352026-08-20T03:25:55.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-08-20T03:25:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-08-20T03:25:55.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-08-20T03:25:55.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44392026-08-20T03:25:56.449Z
44402026-08-20T03:25:56.449Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44412026-08-20T03:25:56.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-08-20T03:25:56.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-08-20T03:25:56.959Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44442026-08-20T03:25:57.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
44452026-08-20T03:25:57.483Z
44462026-08-20T03:25:57.483Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44472026-08-20T03:25:58.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-08-20T03:25:58.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-08-20T03:25:58.195Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-20T03:25:58.195Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44512026-08-20T03:25:58.201Z Checking git-stub v1.0.0
44522026-08-20T03:25:58.201Z Compiling trait-variant v0.1.2
44532026-08-20T03:25:58.201Z Checking maplit v1.0.2
44542026-08-20T03:25:58.201Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44552026-08-20T03:25:58.201Z Checking drift v0.2.0
44562026-08-20T03:25:58.314Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44572026-08-20T03:25:58.391Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44582026-08-20T03:25:58.454Z Checking git-stub-vcs v0.1.0
44592026-08-20T03:25:58.524Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44602026-08-20T03:25:58.546Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44612026-08-20T03:25:58.650Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44622026-08-20T03:25:58.667Z Checking dropshot-api-manager v0.8.0
44632026-08-20T03:25:58.684Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44642026-08-20T03:25:58.881Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44652026-08-20T03:25:59.120Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44662026-08-20T03:25:59.576Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44672026-08-20T03:26:00.541Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44682026-08-20T03:26:01.557Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44692026-08-20T03:26:02.337Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44702026-08-20T03:26:05.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
44712026-08-20T03:26:05.618Z
44722026-08-20T03:26:05.618Zinfo: running `cargo check --bins` on installinator-api (283/337)
44732026-08-20T03:26:05.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-20T03:26:05.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-20T03:26:05.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-20T03:26:05.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44772026-08-20T03:26:05.618Z
44782026-08-20T03:26:05.618Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44792026-08-20T03:26:05.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-20T03:26:05.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-20T03:26:05.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-20T03:26:05.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44832026-08-20T03:26:05.619Z
44842026-08-20T03:26:05.619Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44852026-08-20T03:26:05.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-20T03:26:05.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-20T03:26:05.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-20T03:26:05.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44892026-08-20T03:26:05.620Z
44902026-08-20T03:26:05.620Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44912026-08-20T03:26:05.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-20T03:26:05.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-20T03:26:05.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-20T03:26:05.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44952026-08-20T03:26:05.620Z
44962026-08-20T03:26:05.620Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44972026-08-20T03:26:05.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-20T03:26:05.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-20T03:26:05.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-20T03:26:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45012026-08-20T03:26:05.944Z
45022026-08-20T03:26:05.944Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45032026-08-20T03:26:06.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-20T03:26:06.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-20T03:26:06.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-20T03:26:06.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45072026-08-20T03:26:06.498Z
45082026-08-20T03:26:06.498Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45092026-08-20T03:26:06.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-20T03:26:06.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-20T03:26:06.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-20T03:26:06.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45132026-08-20T03:26:07.085Z
45142026-08-20T03:26:07.085Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45152026-08-20T03:26:07.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-20T03:26:07.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-20T03:26:07.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-20T03:26:07.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45192026-08-20T03:26:07.664Z
45202026-08-20T03:26:07.664Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45212026-08-20T03:26:08.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-20T03:26:08.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-20T03:26:08.270Z Compiling blake3 v1.8.5
45242026-08-20T03:26:08.379Z Checking arrayvec v0.7.6
45252026-08-20T03:26:08.382Z Checking constant_time_eq v0.4.2
45262026-08-20T03:26:08.382Z Checking arrayref v0.3.9
45272026-08-20T03:26:08.401Z Checking cargo-platform v0.3.2
45282026-08-20T03:26:08.401Z Checking topological-sort v0.2.2
45292026-08-20T03:26:08.405Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45302026-08-20T03:26:08.550Z Checking cargo_metadata v0.23.1
45312026-08-20T03:26:09.150Z Checking omicron-zone-package v0.12.3
45322026-08-20T03:26:09.851Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45332026-08-20T03:26:10.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
45342026-08-20T03:26:10.856Z
45352026-08-20T03:26:10.856Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45362026-08-20T03:26:11.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-20T03:26:11.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-20T03:26:11.580Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45392026-08-20T03:26:12.205Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45402026-08-20T03:26:12.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45412026-08-20T03:26:12.908Z
45422026-08-20T03:26:12.908Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45432026-08-20T03:26:13.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-08-20T03:26:13.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-08-20T03:26:13.873Z Compiling darling_core v0.21.3
45462026-08-20T03:26:13.873Z Compiling vergen-lib v0.1.6
45472026-08-20T03:26:13.873Z Compiling diesel_derives v2.3.7
45482026-08-20T03:26:13.876Z Checking scheduled-thread-pool v0.2.7
45492026-08-20T03:26:13.876Z Compiling vergen-gitcl v1.0.8
45502026-08-20T03:26:13.876Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45512026-08-20T03:26:13.876Z Compiling diesel_table_macro_syntax v0.3.0
45522026-08-20T03:26:13.876Z Compiling dirs-sys-next v0.1.2
45532026-08-20T03:26:14.204Z Compiling crunchy v0.2.4
45542026-08-20T03:26:14.207Z Compiling glob v0.3.3
45552026-08-20T03:26:14.274Z Checking r2d2 v0.8.10
45562026-08-20T03:26:14.287Z Compiling dirs-next v2.0.0
45572026-08-20T03:26:14.382Z Compiling tiny-keccak v2.0.2
45582026-08-20T03:26:14.462Z Checking downcast-rs v2.0.2
45592026-08-20T03:26:14.559Z Compiling term v0.7.0
45602026-08-20T03:26:14.591Z Compiling clang-sys v1.8.1
45612026-08-20T03:26:14.591Z Compiling bit-vec v0.6.3
45622026-08-20T03:26:14.706Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45632026-08-20T03:26:14.824Z Compiling ascii-canvas v3.0.0
45642026-08-20T03:26:14.894Z Compiling bit-set v0.5.3
45652026-08-20T03:26:14.954Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45662026-08-20T03:26:15.031Z Compiling itertools v0.10.5
45672026-08-20T03:26:15.053Z Compiling ena v0.14.4
45682026-08-20T03:26:15.071Z Compiling libloading v0.8.9
45692026-08-20T03:26:15.088Z Compiling regex-syntax v0.6.29
45702026-08-20T03:26:15.103Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45712026-08-20T03:26:15.120Z Compiling bindgen v0.71.1
45722026-08-20T03:26:15.262Z Compiling diff v0.1.13
45732026-08-20T03:26:15.528Z Compiling cexpr v0.6.0
45742026-08-20T03:26:15.548Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45752026-08-20T03:26:15.720Z Compiling rustc-hash v2.1.1
45762026-08-20T03:26:15.774Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45772026-08-20T03:26:16.021Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45782026-08-20T03:26:16.109Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45792026-08-20T03:26:16.128Z Compiling libxml v0.3.3
45802026-08-20T03:26:16.221Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45812026-08-20T03:26:16.376Z Compiling strum_macros v0.24.3
45822026-08-20T03:26:16.400Z Compiling indoc v1.0.9
45832026-08-20T03:26:16.417Z Compiling lalrpop v0.19.12
45842026-08-20T03:26:16.511Z Compiling darling_macro v0.21.3
45852026-08-20T03:26:17.022Z Compiling darling v0.21.3
45862026-08-20T03:26:17.120Z Compiling dsl_auto_type v0.2.0
45872026-08-20T03:26:17.291Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45882026-08-20T03:26:17.475Z Checking derive_builder v0.20.2
45892026-08-20T03:26:17.638Z Compiling oso-derive v0.27.3
45902026-08-20T03:26:17.723Z Checking quick-xml v0.37.5
45912026-08-20T03:26:17.789Z Compiling impl-trait-for-tuples v0.2.3
45922026-08-20T03:26:18.100Z Checking openssl-probe v0.1.6
45932026-08-20T03:26:18.234Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45942026-08-20T03:26:18.594Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-08-20T03:26:18.792Z Checking bb8 v0.8.6
45962026-08-20T03:26:18.901Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45972026-08-20T03:26:18.957Z Checking nonempty v0.12.0
45982026-08-20T03:26:19.070Z Compiling libz-sys v1.1.24
45992026-08-20T03:26:19.125Z Compiling strsim v0.10.0
46002026-08-20T03:26:19.162Z Compiling libgit2-sys v0.18.3+1.9.2
46012026-08-20T03:26:19.303Z Compiling darling_core v0.13.4
46022026-08-20T03:26:19.442Z Compiling vergen-git2 v9.1.0
46032026-08-20T03:26:19.662Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46042026-08-20T03:26:19.676Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46052026-08-20T03:26:19.877Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46062026-08-20T03:26:20.082Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46072026-08-20T03:26:20.261Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46082026-08-20T03:26:20.447Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46092026-08-20T03:26:20.627Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-20T03:26:20.689Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46112026-08-20T03:26:20.966Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46122026-08-20T03:26:21.066Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46132026-08-20T03:26:21.179Z Compiling darling_macro v0.13.4
46142026-08-20T03:26:21.253Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46152026-08-20T03:26:21.440Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46162026-08-20T03:26:21.686Z Compiling darling v0.13.4
46172026-08-20T03:26:21.797Z Compiling serde_with_macros v1.5.2
46182026-08-20T03:26:21.867Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46192026-08-20T03:26:22.255Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46202026-08-20T03:26:22.621Z Compiling serde_with v1.14.0
46212026-08-20T03:26:22.837Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46222026-08-20T03:26:22.964Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-20T03:26:22.981Z Checking diesel v2.3.7
46242026-08-20T03:26:23.020Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46252026-08-20T03:26:23.776Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-20T03:26:24.671Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-20T03:26:24.801Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-20T03:26:25.365Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46292026-08-20T03:26:25.497Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46302026-08-20T03:26:25.899Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46312026-08-20T03:26:26.271Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46322026-08-20T03:26:26.678Z Checking twox-hash v2.1.2
46332026-08-20T03:26:26.739Z Checking libsw-core v0.3.2
46342026-08-20T03:26:26.897Z Checking atty v0.2.14
46352026-08-20T03:26:26.934Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46362026-08-20T03:26:26.974Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46372026-08-20T03:26:26.998Z Checking libsw v3.5.0
46382026-08-20T03:26:27.085Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46392026-08-20T03:26:27.154Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46402026-08-20T03:26:27.236Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46412026-08-20T03:26:28.521Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46422026-08-20T03:26:28.575Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-20T03:26:29.171Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46442026-08-20T03:26:29.229Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46452026-08-20T03:26:29.887Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46462026-08-20T03:26:30.074Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46472026-08-20T03:26:30.178Z Checking fatfs v0.3.6
46482026-08-20T03:26:30.222Z Checking console v0.16.2
46492026-08-20T03:26:30.533Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46502026-08-20T03:26:30.627Z Checking unit-prefix v0.5.2
46512026-08-20T03:26:30.766Z Compiling seq-macro v0.3.6
46522026-08-20T03:26:31.278Z Checking indicatif v0.18.4
46532026-08-20T03:26:31.723Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46542026-08-20T03:26:31.846Z Checking oxide-update-engine-display v0.1.2
46552026-08-20T03:26:31.864Z Checking support-bundle-viewer v0.1.2
46562026-08-20T03:26:32.108Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46572026-08-20T03:26:32.150Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46582026-08-20T03:26:32.378Z Checking multimap v0.10.1
46592026-08-20T03:26:38.187Z Checking async-bb8-diesel v0.2.1
46602026-08-20T03:26:38.548Z Checking diesel-dtrace v0.5.0
46612026-08-20T03:26:41.652Z Compiling samael v0.0.19
46622026-08-20T03:26:46.296Z Compiling git2 v0.20.4
46632026-08-20T03:26:47.785Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46642026-08-20T03:26:48.790Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46652026-08-20T03:26:48.969Z Compiling polar-core v0.27.3
46662026-08-20T03:26:53.439Z Checking oso v0.27.3
46672026-08-20T03:27:25.309Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46682026-08-20T03:28:39.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
46692026-08-20T03:28:40.049Z
46702026-08-20T03:28:40.049Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46712026-08-20T03:28:40.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-08-20T03:28:40.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-08-20T03:28:40.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-08-20T03:28:40.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46752026-08-20T03:28:40.715Z
46762026-08-20T03:28:40.716Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46772026-08-20T03:28:41.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-08-20T03:28:41.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-08-20T03:28:41.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46802026-08-20T03:28:41.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46812026-08-20T03:28:41.341Z
46822026-08-20T03:28:41.341Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46832026-08-20T03:28:41.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-08-20T03:28:41.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-08-20T03:28:41.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46862026-08-20T03:28:41.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46872026-08-20T03:28:41.970Z
46882026-08-20T03:28:41.970Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46892026-08-20T03:28:42.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-08-20T03:28:42.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-08-20T03:28:42.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46922026-08-20T03:28:42.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46932026-08-20T03:28:42.555Z
46942026-08-20T03:28:42.555Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46952026-08-20T03:28:43.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-08-20T03:28:43.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-08-20T03:28:43.352Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46982026-08-20T03:28:45.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
46992026-08-20T03:28:45.729Z
47002026-08-20T03:28:45.729Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47012026-08-20T03:28:45.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-08-20T03:28:45.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-08-20T03:28:45.729Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47042026-08-20T03:29:24.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.72s
47052026-08-20T03:29:24.255Z
47062026-08-20T03:29:24.255Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47072026-08-20T03:29:24.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-08-20T03:29:24.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-08-20T03:29:24.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-08-20T03:29:24.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47112026-08-20T03:29:24.825Z
47122026-08-20T03:29:24.825Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47132026-08-20T03:29:25.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-08-20T03:29:25.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-08-20T03:29:25.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-08-20T03:29:25.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47172026-08-20T03:29:25.383Z
47182026-08-20T03:29:25.383Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47192026-08-20T03:29:25.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-08-20T03:29:25.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-08-20T03:29:25.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-08-20T03:29:25.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47232026-08-20T03:29:25.995Z
47242026-08-20T03:29:25.996Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47252026-08-20T03:29:26.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-20T03:29:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-20T03:29:26.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-08-20T03:29:26.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47292026-08-20T03:29:26.626Z
47302026-08-20T03:29:26.626Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47312026-08-20T03:29:27.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-20T03:29:27.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-20T03:29:27.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-08-20T03:29:27.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47352026-08-20T03:29:27.260Z
47362026-08-20T03:29:27.260Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47372026-08-20T03:29:27.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-08-20T03:29:27.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-08-20T03:29:27.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47402026-08-20T03:29:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47412026-08-20T03:29:27.884Z
47422026-08-20T03:29:27.884Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47432026-08-20T03:29:28.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-08-20T03:29:28.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-08-20T03:29:28.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47462026-08-20T03:29:28.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47472026-08-20T03:29:28.522Z
47482026-08-20T03:29:28.522Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47492026-08-20T03:29:29.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-08-20T03:29:29.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-08-20T03:29:29.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-08-20T03:29:29.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47532026-08-20T03:29:29.152Z
47542026-08-20T03:29:29.152Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47552026-08-20T03:29:29.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-08-20T03:29:29.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-08-20T03:29:29.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-08-20T03:29:29.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47592026-08-20T03:29:29.766Z
47602026-08-20T03:29:29.766Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47612026-08-20T03:29:30.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-20T03:29:30.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-20T03:29:30.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-08-20T03:29:30.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47652026-08-20T03:29:30.397Z
47662026-08-20T03:29:30.397Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47672026-08-20T03:29:30.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-20T03:29:30.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-20T03:29:30.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-20T03:29:30.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47712026-08-20T03:29:31.036Z
47722026-08-20T03:29:31.036Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47732026-08-20T03:29:31.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-20T03:29:31.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-20T03:29:31.936Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47762026-08-20T03:29:31.936Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47772026-08-20T03:29:32.127Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47782026-08-20T03:29:32.155Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47792026-08-20T03:29:32.171Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47802026-08-20T03:29:32.189Z Checking yansi v1.0.1
47812026-08-20T03:29:32.192Z Checking diff v0.1.13
47822026-08-20T03:29:32.219Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47832026-08-20T03:29:32.259Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47842026-08-20T03:29:32.451Z Checking pretty_assertions v1.4.1
47852026-08-20T03:29:33.207Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47862026-08-20T03:29:33.239Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47872026-08-20T03:29:58.283Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47882026-08-20T03:29:58.286Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47892026-08-20T03:29:58.287Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47902026-08-20T03:29:58.287Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47912026-08-20T03:29:58.287Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47922026-08-20T03:29:58.287Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47932026-08-20T03:29:58.301Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47942026-08-20T03:29:59.167Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-20T03:29:59.170Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47962026-08-20T03:30:00.444Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47972026-08-20T03:30:38.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47982026-08-20T03:30:38.933Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47992026-08-20T03:30:38.934Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48002026-08-20T03:30:39.136Z
48012026-08-20T03:30:39.136Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48022026-08-20T03:30:39.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-08-20T03:30:39.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-08-20T03:30:39.859Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48052026-08-20T03:30:40.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
48062026-08-20T03:30:40.700Z
48072026-08-20T03:30:40.700Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48082026-08-20T03:30:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48092026-08-20T03:30:41.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48102026-08-20T03:30:41.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48112026-08-20T03:30:41.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48122026-08-20T03:30:41.259Z
48132026-08-20T03:30:41.259Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48142026-08-20T03:30:41.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48152026-08-20T03:30:41.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48162026-08-20T03:30:41.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48172026-08-20T03:30:41.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48182026-08-20T03:30:41.852Z
48192026-08-20T03:30:41.852Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48202026-08-20T03:30:42.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48212026-08-20T03:30:42.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48222026-08-20T03:30:42.636Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48232026-08-20T03:30:46.607Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48242026-08-20T03:30:46.630Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48252026-08-20T03:31:09.588Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48262026-08-20T03:31:09.996Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48272026-08-20T03:31:11.762Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48282026-08-20T03:31:12.233Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48292026-08-20T03:31:15.333Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48302026-08-20T03:31:39.069Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48312026-08-20T03:31:39.804Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48322026-08-20T03:31:41.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.66s
48332026-08-20T03:31:41.723Z
48342026-08-20T03:31:41.723Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48352026-08-20T03:31:42.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-08-20T03:31:42.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-08-20T03:31:42.449Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48382026-08-20T03:31:43.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48392026-08-20T03:31:43.333Z
48402026-08-20T03:31:43.334Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48412026-08-20T03:31:43.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-08-20T03:31:43.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-08-20T03:31:43.963Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48442026-08-20T03:31:43.965Z Compiling fs-err v2.11.0
48452026-08-20T03:31:44.081Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48462026-08-20T03:31:44.091Z Checking parse-size v1.1.0
48472026-08-20T03:31:44.100Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48482026-08-20T03:31:44.103Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48492026-08-20T03:31:44.103Z Checking shell-words v1.1.1
48502026-08-20T03:31:44.190Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-20T03:31:44.513Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-20T03:31:44.691Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48532026-08-20T03:31:45.364Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48542026-08-20T03:31:46.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
48552026-08-20T03:31:46.506Z
48562026-08-20T03:31:46.506Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48572026-08-20T03:31:46.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48582026-08-20T03:31:46.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48592026-08-20T03:31:47.143Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48602026-08-20T03:31:47.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48612026-08-20T03:31:47.815Z
48622026-08-20T03:31:47.815Zinfo: running `cargo check --bins` on schema (319/337)
48632026-08-20T03:31:48.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48642026-08-20T03:31:48.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48652026-08-20T03:31:48.548Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48662026-08-20T03:31:49.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48672026-08-20T03:31:49.443Z
48682026-08-20T03:31:49.443Zinfo: running `cargo check --bins` on xtask (320/337)
48692026-08-20T03:31:49.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48702026-08-20T03:31:49.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48712026-08-20T03:31:49.854Z Checking serde_core v1.0.228
48722026-08-20T03:31:49.857Z Checking libc v0.2.185
48732026-08-20T03:31:49.857Z Checking bitflags v2.11.0
48742026-08-20T03:31:49.941Z Checking scroll v0.12.0
48752026-08-20T03:31:49.945Z Checking thiserror v1.0.69
48762026-08-20T03:31:49.954Z Checking log v0.4.33
48772026-08-20T03:31:49.962Z Checking indexmap v2.14.0
48782026-08-20T03:31:49.965Z Checking zerocopy v0.7.35
48792026-08-20T03:31:50.034Z Checking syn v2.0.117
48802026-08-20T03:31:50.071Z Checking dtrace-parser v0.2.0
48812026-08-20T03:31:50.092Z Checking once_cell v1.21.3
48822026-08-20T03:31:50.150Z Checking goblin v0.8.2
48832026-08-20T03:31:50.212Z Checking errno v0.3.14
48842026-08-20T03:31:50.260Z Checking thread-id v4.2.2
48852026-08-20T03:31:50.296Z Checking getrandom v0.3.4
48862026-08-20T03:31:50.325Z Checking rustix v1.1.4
48872026-08-20T03:31:50.335Z Checking memmap v0.7.0
48882026-08-20T03:31:50.423Z Checking thiserror v2.0.18
48892026-08-20T03:31:50.440Z Checking fs-err v3.3.0
48902026-08-20T03:31:50.457Z Checking anyhow v1.0.104
48912026-08-20T03:31:50.489Z Checking tabled v0.15.0
48922026-08-20T03:31:51.090Z Checking terminal_size v0.4.3
48932026-08-20T03:31:51.090Z Checking tempfile v3.27.0
48942026-08-20T03:31:51.198Z Checking clap_builder v4.6.0
48952026-08-20T03:31:51.201Z Checking textwrap v0.16.2
48962026-08-20T03:31:51.368Z Checking serde v1.0.228
48972026-08-20T03:31:51.371Z Checking serde_json v1.0.151
48982026-08-20T03:31:51.371Z Checking camino v1.2.5
48992026-08-20T03:31:51.399Z Checking cargo-platform v0.3.2
49002026-08-20T03:31:51.568Z Checking semver v1.0.28
49012026-08-20T03:31:51.614Z Checking camino-tempfile v1.4.1
49022026-08-20T03:31:51.780Z Checking serde_spanned v0.6.9
49032026-08-20T03:31:51.780Z Checking toml_datetime v0.6.11
49042026-08-20T03:31:51.783Z Checking macaddr v1.0.1
49052026-08-20T03:31:51.783Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49062026-08-20T03:31:51.962Z Checking cargo_metadata v0.23.1
49072026-08-20T03:31:51.965Z Checking dof v0.3.0
49082026-08-20T03:31:51.978Z Checking toml_edit v0.22.27
49092026-08-20T03:31:52.225Z Checking usdt-impl v0.5.0
49102026-08-20T03:31:52.379Z Checking clap v4.6.1
49112026-08-20T03:31:52.483Z Checking usdt v0.5.0
49122026-08-20T03:31:52.970Z Checking toml v0.8.23
49132026-08-20T03:31:53.230Z Checking cargo_toml v0.21.0
49142026-08-20T03:31:53.860Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49152026-08-20T03:31:54.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
49162026-08-20T03:31:54.355Z
49172026-08-20T03:31:54.355Zinfo: running `cargo check --bins` on dnsadm (321/337)
49182026-08-20T03:31:54.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-08-20T03:31:54.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-08-20T03:31:55.002Z Checking arc-swap v1.8.2
49212026-08-20T03:31:55.282Z Checking slog-scope v4.4.1
49222026-08-20T03:31:55.393Z Checking slog-stdlog v4.1.1
49232026-08-20T03:31:55.490Z Checking slog-envlogger v2.2.0
49242026-08-20T03:31:55.611Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49252026-08-20T03:31:56.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49262026-08-20T03:31:56.199Z
49272026-08-20T03:31:56.199Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49282026-08-20T03:31:56.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-20T03:31:56.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-20T03:31:57.022Z Checking cpubits v0.1.1
49312026-08-20T03:31:57.149Z Checking pem-rfc7468 v1.0.0
49322026-08-20T03:31:57.164Z Checking hmac v0.13.0
49332026-08-20T03:31:57.168Z Checking universal-hash v0.6.1
49342026-08-20T03:31:57.190Z Checking ctr v0.10.1
49352026-08-20T03:31:57.190Z Checking aead v0.6.1
49362026-08-20T03:31:57.220Z Checking aes v0.9.1
49372026-08-20T03:31:57.220Z Checking crypto-bigint v0.7.5
49382026-08-20T03:31:57.246Z Checking salsa20 v0.11.0
49392026-08-20T03:31:57.292Z Checking der v0.8.0
49402026-08-20T03:31:57.293Z Checking polyval v0.7.1
49412026-08-20T03:31:57.320Z Checking pbkdf2 v0.13.0
49422026-08-20T03:31:57.336Z Checking cbc v0.2.1
49432026-08-20T03:31:57.374Z Checking ff v0.14.0
49442026-08-20T03:31:57.429Z Checking signature v3.0.0
49452026-08-20T03:31:57.454Z Checking scrypt v0.12.0
49462026-08-20T03:31:57.471Z Checking base16ct v1.0.0
49472026-08-20T03:31:57.484Z Checking ghash v0.6.0
49482026-08-20T03:31:57.504Z Checking group v0.14.0
49492026-08-20T03:31:57.588Z Checking hkdf v0.13.0
49502026-08-20T03:31:57.606Z Compiling curve25519-dalek v5.0.0
49512026-08-20T03:31:57.622Z Checking aes-gcm v0.11.0
49522026-08-20T03:31:57.638Z Checking keccak v0.2.0
49532026-08-20T03:31:57.652Z Checking wnaf v0.14.0
49542026-08-20T03:31:57.665Z Checking poly1305 v0.9.0
49552026-08-20T03:31:57.719Z Checking blowfish v0.10.0
49562026-08-20T03:31:57.778Z Checking blake2 v0.11.0-rc.6
49572026-08-20T03:31:57.794Z Checking sha3 v0.11.0
49582026-08-20T03:31:57.817Z Checking kem v0.3.0
49592026-08-20T03:31:57.872Z Checking bcrypt-pbkdf v0.11.0
49602026-08-20T03:31:57.930Z Checking module-lattice v0.2.3
49612026-08-20T03:31:57.930Z Checking sponge-cursor v0.1.0
49622026-08-20T03:31:58.030Z Checking argon2 v0.6.0-rc.8
49632026-08-20T03:31:58.047Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49642026-08-20T03:31:58.075Z Checking sha3 v0.12.0
49652026-08-20T03:31:58.091Z Checking spki v0.8.0
49662026-08-20T03:31:58.133Z Checking sec1 v0.8.1
49672026-08-20T03:31:58.154Z Checking ml-kem v0.3.2
49682026-08-20T03:31:58.224Z Checking internal-russh-num-bigint v0.5.0
49692026-08-20T03:31:58.262Z Checking pkcs5 v0.8.1
49702026-08-20T03:31:58.277Z Checking pkcs1 v0.8.0-rc.4
49712026-08-20T03:31:58.337Z Checking num-bigint v0.4.6
49722026-08-20T03:31:58.337Z Checking generic-array v1.4.3
49732026-08-20T03:31:58.482Z Checking russh-util v0.52.0
49742026-08-20T03:31:58.550Z Checking pkcs8 v0.11.0
49752026-08-20T03:31:58.606Z Compiling enum_dispatch v0.3.13
49762026-08-20T03:31:58.738Z Compiling delegate v0.13.5
49772026-08-20T03:31:58.752Z Checking ed25519 v3.0.0
49782026-08-20T03:31:58.888Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49792026-08-20T03:31:58.916Z Checking hex-literal v1.1.0
49802026-08-20T03:31:58.948Z Checking ed25519-dalek v3.0.0
49812026-08-20T03:31:59.015Z Checking md5 v0.8.0
49822026-08-20T03:31:59.078Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49832026-08-20T03:31:59.183Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49842026-08-20T03:31:59.189Z Checking socket2 v0.5.10
49852026-08-20T03:31:59.266Z Checking internet-checksum v0.2.1
49862026-08-20T03:31:59.298Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49872026-08-20T03:31:59.446Z Checking elliptic-curve v0.14.1
49882026-08-20T03:31:59.446Z Checking rfc6979 v0.6.0
49892026-08-20T03:31:59.450Z Checking primefield v0.14.0
49902026-08-20T03:31:59.452Z Checking ssh-encoding v0.3.0
49912026-08-20T03:31:59.534Z Checking crypto-primes v0.7.2
49922026-08-20T03:31:59.706Z Checking ssh-cipher v0.3.0
49932026-08-20T03:31:59.706Z Checking russh-cryptovec v0.62.0
49942026-08-20T03:31:59.837Z Checking ecdsa v0.17.0
49952026-08-20T03:31:59.837Z Checking primeorder v0.14.0
49962026-08-20T03:32:00.220Z Checking p384 v0.14.0
49972026-08-20T03:32:00.223Z Checking p256 v0.14.0
49982026-08-20T03:32:00.223Z Checking p521 v0.14.0
49992026-08-20T03:32:00.472Z Checking rsa v0.10.0-rc.18
50002026-08-20T03:32:03.043Z Checking ssh-key v0.7.0-rc.11
50012026-08-20T03:32:03.790Z Checking russh v0.62.4
50022026-08-20T03:32:17.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.04s
50032026-08-20T03:32:17.250Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50042026-08-20T03:32:17.250Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50052026-08-20T03:32:17.458Z
50062026-08-20T03:32:17.458Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50072026-08-20T03:32:17.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-20T03:32:17.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-20T03:32:18.090Z Checking termios v0.3.3
50102026-08-20T03:32:18.298Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50112026-08-20T03:32:18.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50122026-08-20T03:32:19.054Z
50132026-08-20T03:32:19.054Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50142026-08-20T03:32:19.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-20T03:32:19.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-20T03:32:19.741Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50172026-08-20T03:32:20.434Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50182026-08-20T03:32:22.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
50192026-08-20T03:32:22.207Z
50202026-08-20T03:32:22.208Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50212026-08-20T03:32:22.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50222026-08-20T03:32:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50232026-08-20T03:32:22.845Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50242026-08-20T03:32:23.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
50252026-08-20T03:32:23.454Z
50262026-08-20T03:32:23.454Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50272026-08-20T03:32:23.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50282026-08-20T03:32:23.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50292026-08-20T03:32:23.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50302026-08-20T03:32:23.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50312026-08-20T03:32:24.019Z
50322026-08-20T03:32:24.019Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50332026-08-20T03:32:24.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50342026-08-20T03:32:24.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50352026-08-20T03:32:24.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50362026-08-20T03:32:24.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50372026-08-20T03:32:24.585Z
50382026-08-20T03:32:24.585Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50392026-08-20T03:32:25.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50402026-08-20T03:32:25.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50412026-08-20T03:32:25.323Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50422026-08-20T03:32:25.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
50432026-08-20T03:32:26.106Z
50442026-08-20T03:32:26.106Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50452026-08-20T03:32:26.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-20T03:32:26.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-20T03:32:26.754Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50482026-08-20T03:32:26.754Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50492026-08-20T03:32:27.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
50502026-08-20T03:32:27.846Z
50512026-08-20T03:32:27.846Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50522026-08-20T03:32:28.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50532026-08-20T03:32:28.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50542026-08-20T03:32:28.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50552026-08-20T03:32:28.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50562026-08-20T03:32:28.410Z
50572026-08-20T03:32:28.410Zinfo: running `cargo check --bins` on omicron-package (331/337)
50582026-08-20T03:32:28.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50592026-08-20T03:32:28.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50602026-08-20T03:32:29.089Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50612026-08-20T03:32:30.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
50622026-08-20T03:32:30.363Z
50632026-08-20T03:32:30.363Zinfo: running `cargo check --bins` on tqdb (332/337)
50642026-08-20T03:32:30.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50652026-08-20T03:32:30.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50662026-08-20T03:32:31.145Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50672026-08-20T03:32:31.496Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50682026-08-20T03:32:32.003Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50692026-08-20T03:32:32.003Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50702026-08-20T03:32:38.702Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50712026-08-20T03:32:38.705Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50722026-08-20T03:32:38.705Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50732026-08-20T03:32:39.321Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50742026-08-20T03:32:39.325Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50752026-08-20T03:32:39.325Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50762026-08-20T03:32:39.325Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50772026-08-20T03:32:40.120Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50782026-08-20T03:32:40.751Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50792026-08-20T03:32:40.984Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50802026-08-20T03:32:41.144Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50812026-08-20T03:32:42.010Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50822026-08-20T03:32:42.669Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50832026-08-20T03:32:47.513Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50842026-08-20T03:32:54.732Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-20T03:32:54.735Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50862026-08-20T03:32:54.735Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50872026-08-20T03:32:54.735Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50882026-08-20T03:32:56.260Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50892026-08-20T03:32:57.537Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50902026-08-20T03:32:58.223Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50912026-08-20T03:32:59.513Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50922026-08-20T03:33:00.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.70s
50932026-08-20T03:33:00.264Z
50942026-08-20T03:33:00.265Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50952026-08-20T03:33:00.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50962026-08-20T03:33:00.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50972026-08-20T03:33:00.973Z Checking rtoolbox v0.0.3
50982026-08-20T03:33:00.977Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-20T03:33:00.977Z Checking tui-tree-widget v0.23.1
51002026-08-20T03:33:01.106Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51012026-08-20T03:33:01.193Z Checking rpassword v7.5.4
51022026-08-20T03:33:04.036Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51032026-08-20T03:33:05.901Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51042026-08-20T03:33:06.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
51052026-08-20T03:33:07.017Z
51062026-08-20T03:33:07.017Zinfo: running `cargo check --bins` on wicket (334/337)
51072026-08-20T03:33:07.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51082026-08-20T03:33:07.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51092026-08-20T03:33:07.713Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51102026-08-20T03:33:08.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
51112026-08-20T03:33:08.260Z
51122026-08-20T03:33:08.261Zinfo: running `cargo check --bins` on wicketd (335/337)
51132026-08-20T03:33:08.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-20T03:33:08.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-20T03:33:08.965Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51162026-08-20T03:33:12.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
51172026-08-20T03:33:12.768Z
51182026-08-20T03:33:12.768Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51192026-08-20T03:33:13.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51202026-08-20T03:33:13.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51212026-08-20T03:33:13.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51222026-08-20T03:33:13.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51232026-08-20T03:33:13.337Z
51242026-08-20T03:33:13.337Zinfo: running `cargo check --bins` on zone-setup (337/337)
51252026-08-20T03:33:13.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51262026-08-20T03:33:13.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51272026-08-20T03:33:14.011Z Checking uzers v0.12.2
51282026-08-20T03:33:14.282Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51292026-08-20T03:33:15.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
51302026-08-20T03:33:15.260Z
51312026-08-20T03:33:15.260Zreal 14:03.126997127
51322026-08-20T03:33:15.260Zuser 21:21.961418068
51332026-08-20T03:33:15.260Zsys 4:22.114505608
51342026-08-20T03:33:15.260Ztrap 0.338722997
51352026-08-20T03:33:15.260Ztflt 0.620056102
51362026-08-20T03:33:15.260Zdflt 0.844973598
51372026-08-20T03:33:15.260Zkflt 0.005142684
51382026-08-20T03:33:15.260Zlock 1:29:41.677219717
51392026-08-20T03:33:15.260Zslp 1:41:13.855783793
51402026-08-20T03:33:15.260Zlat 57.008925345
51412026-08-20T03:33:15.260Zstop 4:01.323903033
51422026-08-20T03:33:15.264Zprocess exited: duration 974038 ms, exit code 0
 
51432026-08-20T03:33:15.270Zfound 0 output files