01KWPT9NZ7GGDDJB2PEGEAB8WS: 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: 01KWPTA1NVWXY65CEA0GM56XG7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:01:09.147Zjob assigned to worker 01KWPTAAVV2BX04AE81YEY5S77 [factory aws, i-0fc04be87b62e256a] (queued for 51 s)
 
22026-07-04T15:01:15.912Zstarting task 0: "setup"
32026-07-04T15:01:15.917Z++ uname -s
42026-07-04T15:01:15.920Z+ kern=SunOS
52026-07-04T15:01:15.920Z+ build_user=build
62026-07-04T15:01:15.920Z+ build_uid=12345
72026-07-04T15:01:15.920Z+ work_dir=/work
82026-07-04T15:01:15.920Z+ input_dir=/input
92026-07-04T15:01:15.920Z+ [[ 0 == 12345 ]]
102026-07-04T15:01:15.920Z+ case "$kern" in
112026-07-04T15:01:15.920Z+ groupadd -g 12345 build
122026-07-04T15:01:15.923Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:01:17.927Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:01:18.024Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:01:18.027Z+ home_fs=zfs
162026-07-04T15:01:18.027Z+ [[ zfs == autofs ]]
172026-07-04T15:01:18.027Z+ mkdir -p /home/build
182026-07-04T15:01:18.027Z+ chown build:build /home/build /work
192026-07-04T15:01:20.029Z+ chmod 0700 /home/build /work
202026-07-04T15:01:20.032Zprocess exited: duration 4121 ms, exit code 0
 
212026-07-04T15:01:20.037Zstarting task 1: "rust-toolchain"
222026-07-04T15:01:20.042Z * rust toolchain channel = "1.96.1"
232026-07-04T15:01:20.042Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-04T15:01:20.042Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-04T15:01:20.042Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-04T15:01:20.042Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-04T15:01:20.042Z * rust toolchain profile = "default"
282026-07-04T15:01:20.044Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:01:20.044Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:01:20.146Zinfo: downloading installer
312026-07-04T15:01:21.597Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:01:21.597Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:01:21.597Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:01:21.597Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:01:21.609Zinfo: profile set to default
362026-07-04T15:01:21.609Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:01:21.612Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:01:21.758Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:01:21.762Zinfo: downloading 6 components
402026-07-04T15:01:36.510Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-04T15:01:36.510Z
422026-07-04T15:01:36.551Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:01:36.551Z
442026-07-04T15:01:36.551Z
452026-07-04T15:01:36.551ZRust is installed now. Great!
462026-07-04T15:01:36.551Z
472026-07-04T15:01:36.551ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:01:36.551Zenvironment variable. This has not been done automatically.
492026-07-04T15:01:36.551Z
502026-07-04T15:01:36.551ZTo configure your current shell, you need to source
512026-07-04T15:01:36.551Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:01:36.551Z
532026-07-04T15:01:36.551ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:01:36.554Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:01:36.554Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:01:36.554Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:01:36.554Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:01:36.554Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:01:36.554Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:01:36.554Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:01:36.554Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:01:36.633Z+ rustup --version
632026-07-04T15:01:36.642Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:01:36.644Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:01:36.663Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:01:36.665Z+ cargo --version
672026-07-04T15:01:36.680Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:01:36.682Z+ rustc --version
692026-07-04T15:01:36.701Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:01:36.704Zprocess exited: duration 16666 ms, exit code 0
 
712026-07-04T15:01:36.710Zstarting task 2: "authentication"
722026-07-04T15:01:36.726Zprocess exited: duration 15 ms, exit code 0
 
732026-07-04T15:01:36.731Zstarting task 3: "clone repository"
742026-07-04T15:01:36.734Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:01:36.737Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:01:36.770ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:01:47.026Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:01:47.026Z+ git fetch origin 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
792026-07-04T15:01:47.286ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:01:47.286Z * branch 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 -> FETCH_HEAD
812026-07-04T15:01:47.298Z+ [[ -n bgp-results-page ]]
822026-07-04T15:01:47.301Z++ git branch --show-current
832026-07-04T15:01:47.301Z+ current=main
842026-07-04T15:01:47.301Z+ [[ main != bgp-results-page ]]
852026-07-04T15:01:47.301Z+ git branch -f bgp-results-page 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
862026-07-04T15:01:47.304Z+ git checkout -f bgp-results-page
872026-07-04T15:01:47.541ZSwitched to branch 'bgp-results-page'
882026-07-04T15:01:47.544Z+ git reset --hard 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
892026-07-04T15:01:47.564ZHEAD is now at 1f2971ad5 bgp_announce_set_list: return ResultsPage
902026-07-04T15:01:47.567Zprocess exited: duration 10834 ms, exit code 0
 
912026-07-04T15:01:47.573Zstarting task 4: "build"
922026-07-04T15:01:47.577Z+ source .github/buildomat/ci-env.sh
932026-07-04T15:01:47.577Z++ export CARGO_TERM_COLOR=always
942026-07-04T15:01:47.580Z++ CARGO_TERM_COLOR=always
952026-07-04T15:01:47.580Z+++ uname -s
962026-07-04T15:01:47.580Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-04T15:01:47.580Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-04T15:01:47.583Z+ cargo --version
992026-07-04T15:01:47.590Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-04T15:01:47.593Z+ rustc --version
1012026-07-04T15:01:47.613Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-04T15:01:47.616Z+ source ./env.sh
1032026-07-04T15:01:47.616Z++ OLD_SHELL_OPTS=ehxB
1042026-07-04T15:01:47.616Z++ set -o xtrace
1052026-07-04T15:01:47.618Z++++ dirname ./env.sh
1062026-07-04T15:01:47.619Z+++ readlink -f .
1072026-07-04T15:01:47.621Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-04T15:01:47.621Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-04T15:01:47.621Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-04T15:01:47.621Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-04T15:01:47.621Z++ 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-07-04T15:01:47.621Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-04T15:01:47.621Z++ 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-07-04T15:01:47.622Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-04T15:01:47.622Z++ 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-07-04T15:01:47.622Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-04T15:01:47.622Z++ 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-07-04T15:01:47.622Z++ case $OLD_SHELL_OPTS in
1192026-07-04T15:01:47.625Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-04T15:01:47.625Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-04T15:01:47.625Z+ 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-07-04T15:01:47.625Z+ banner prerequisites
1232026-07-04T15:01:47.625Z
1242026-07-04T15:01:47.625Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-04T15:01:47.625Z # # # # # # # # # # # # # # #
1262026-07-04T15:01:47.625Z # # # # ##### # # ##### # # # # # #### #
1272026-07-04T15:01:47.625Z ##### ##### # ##### # # # # # # # # #
1282026-07-04T15:01:47.625Z # # # # # # # # # # # # # # #
1292026-07-04T15:01:47.625Z # # # ###### # # ###### ### # #### # #### #
1302026-07-04T15:01:47.625Z
1312026-07-04T15:01:47.625Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-04T15:01:49.154Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-04T15:01:49.264Z Startup: Caching catalogs ... Done
1342026-07-04T15:01:49.760ZPlanning: Solver setup ... Done (0.450s)
1352026-07-04T15:01:49.786ZPlanning: Running solver ... Done (0.026s)
1362026-07-04T15:01:49.797ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-04T15:01:49.811ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-04T15:01:49.827ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-04T15:01:49.840ZPlanning: Package planning ... Done (0.013s)
1402026-07-04T15:01:49.843ZPlanning: Merging actions ... Done (0.001s)
1412026-07-04T15:01:50.004ZPlanning: Checking for conflicting actions ... Done (0.162s)
1422026-07-04T15:01:50.007ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-04T15:01:50.748ZPlanning: Evaluating mediators ... Done (0.743s)
1442026-07-04T15:01:50.751ZPlanning: Planning completed in 1.46 seconds
1452026-07-04T15:01:50.757Z Packages to install: 2
1462026-07-04T15:01:50.760Z Estimated space available: 156.06 GB
1472026-07-04T15:01:50.760ZEstimated space to be consumed: 30.98 MB
1482026-07-04T15:01:50.760Z Create boot environment: No
1492026-07-04T15:01:50.760ZCreate backup boot environment: No
1502026-07-04T15:01:50.760Z Rebuild boot archive: No
1512026-07-04T15:01:50.760Z
1522026-07-04T15:01:50.760ZChanged packages:
1532026-07-04T15:01:50.760Zhelios
1542026-07-04T15:01:50.760Z developer/build-essential
1552026-07-04T15:01:50.760Z None -> 11-3.0
1562026-07-04T15:01:50.761Z library/libxmlsec1
1572026-07-04T15:01:50.761Z None -> 1.2.35-3.0
1582026-07-04T15:01:50.783Z
1592026-07-04T15:01:50.783ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-04T15:01:51.267ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1612026-07-04T15:01:51.372Z Actions: 1/268 actions (Installing new actions)
1622026-07-04T15:01:51.409Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-04T15:01:51.419ZFinalize: Updating package state database ... Done (0.010s)
1642026-07-04T15:01:51.422ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-04T15:01:51.449ZFinalize: Updating image state ... Done (0.029s)
1662026-07-04T15:01:53.878ZFinalize: Creating fast lookup database ... Done (2.405s)
1672026-07-04T15:01:53.947ZFinalize: Reading search index ... Done (0.013s)
1682026-07-04T15:01:53.950ZFinalize: Updating search index ... Done (0.000s)
1692026-07-04T15:01:54.037ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-04T15:01:54.348ZPlanning: Evaluating mediator changes ... Done
1712026-07-04T15:01:54.451ZPlanning: Checking for conflicting actions ... Done
1722026-07-04T15:01:54.454ZPlanning: Consolidating action changes ... Done
1732026-07-04T15:01:54.605ZPlanning: Evaluating mediators ... Done
1742026-07-04T15:01:54.608ZPlanning: Planning completed in 0.26 seconds
1752026-07-04T15:01:54.628Z Mediators to change: 2
1762026-07-04T15:01:54.628Z Create boot environment: No
1772026-07-04T15:01:54.628ZCreate backup boot environment: No
1782026-07-04T15:01:54.670ZFinalize: Updating package state database ... Done
1792026-07-04T15:01:54.672ZFinalize: Updating package cache ... Done
1802026-07-04T15:01:54.685ZFinalize: Updating image state ... Done
1812026-07-04T15:01:56.621ZFinalize: Creating fast lookup database ... Done
1822026-07-04T15:01:56.686ZFinalize: Reading search index ... Done
1832026-07-04T15:01:56.689ZFinalize: Updating search index ... Done
1842026-07-04T15:01:56.750ZFinalize: Updating package cache ... Done
1852026-07-04T15:01:57.034ZPlanning: Evaluating mediator changes ... Done
1862026-07-04T15:01:57.138ZPlanning: Checking for conflicting actions ... Done
1872026-07-04T15:01:57.141ZPlanning: Consolidating action changes ... Done
1882026-07-04T15:01:57.296ZPlanning: Evaluating mediators ... Done
1892026-07-04T15:01:57.299ZPlanning: Planning completed in 0.26 seconds
1902026-07-04T15:01:57.319Z Mediators to change: 1
1912026-07-04T15:01:57.319Z Create boot environment: No
1922026-07-04T15:01:57.319ZCreate backup boot environment: No
1932026-07-04T15:01:57.404ZFinalize: Updating package state database ... Done
1942026-07-04T15:01:57.404ZFinalize: Updating package cache ... Done
1952026-07-04T15:01:57.420ZFinalize: Updating image state ... Done
1962026-07-04T15:01:59.381ZFinalize: Creating fast lookup database ... Done
1972026-07-04T15:01:59.445ZFinalize: Reading search index ... Done
1982026-07-04T15:01:59.448ZFinalize: Updating search index ... Done
1992026-07-04T15:01:59.502ZFinalize: Updating package cache ... Done
2002026-07-04T15:01:59.808ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-04T15:01:59.808Zapache system 2.4 system
2022026-07-04T15:01:59.808Zclang system 15 system
2032026-07-04T15:01:59.808Zcsh system system illumos
2042026-07-04T15:01:59.808Zctags system system illumos
2052026-07-04T15:01:59.808Zfile vendor vendor darwinsys
2062026-07-04T15:01:59.808Zfile system system illumos
2072026-07-04T15:01:59.808Zgcc vendor 14 vendor
2082026-07-04T15:01:59.808Zgcc system 13 system
2092026-07-04T15:01:59.808Zgcc system 10 system
2102026-07-04T15:01:59.808Zgo system 1.25 system
2112026-07-04T15:01:59.808Zllvm system 15 system
2122026-07-04T15:01:59.808Zmariadb system 11.4 system
2132026-07-04T15:01:59.808Zmta vendor vendor dma
2142026-07-04T15:01:59.808Zopenjdk system 17 system
2152026-07-04T15:01:59.809Zopenjdk system 11 system
2162026-07-04T15:01:59.809Zopenssl vendor 3 vendor
2172026-07-04T15:01:59.809Zperl system 5.40 system
2182026-07-04T15:01:59.809Zpostgresql system 18 system
2192026-07-04T15:01:59.809Zpostgresql system 17 system
2202026-07-04T15:01:59.809Zpython vendor 3 vendor
2212026-07-04T15:01:59.809Zpython system 2 system
2222026-07-04T15:01:59.809Zpython3 vendor 3.13 vendor
2232026-07-04T15:01:59.809Zruby system 3.4 system
2242026-07-04T15:01:59.809Zruby system 3.0 system
2252026-07-04T15:01:59.809Zwords vendor vendor american-english
2262026-07-04T15:01:59.809Zwords system system australian-english
2272026-07-04T15:01:59.809Zwords system system british-english
2282026-07-04T15:01:59.809Zwords system system canadian-english
2292026-07-04T15:01:59.809Zwords system system french
2302026-07-04T15:01:59.809Zwords system system italian
2312026-07-04T15:01:59.809Zwords system system ngerman
2322026-07-04T15:01:59.809Zwords system system ogerman
2332026-07-04T15:01:59.809Zwords system system spanish
2342026-07-04T15:02:00.063ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-04T15:02:00.063Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-04T15:02:00.363ZFMRI IFO
2372026-07-04T15:02:00.363Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-04T15:02:00.363Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-04T15:02:00.363Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-04T15:02:00.363Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-04T15:02:00.363Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-04T15:02:00.363Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-04T15:02:00.363Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-04T15:02:00.363Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-04T15:02:00.363Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-04T15:02:00.622Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-04T15:02:00.866Z Updating crates.io index
2482026-07-04T15:02:00.869Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-04T15:02:01.105Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-04T15:02:01.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-04T15:02:02.268Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-04T15:02:02.849Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-04T15:02:04.383Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-04T15:02:05.148Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-04T15:02:05.411Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-04T15:02:05.697Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-04T15:02:06.705Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-04T15:02:06.962Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-04T15:02:07.264Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-04T15:02:07.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-04T15:02:07.934Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-04T15:02:08.359Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-04T15:02:08.778Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-04T15:02:09.028Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-04T15:02:09.299Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-04T15:02:09.567Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-04T15:02:09.791Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-04T15:02:10.002Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-04T15:02:10.251Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-04T15:02:10.622Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-04T15:02:10.927Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-04T15:02:11.167Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-04T15:02:11.564Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-04T15:02:11.795Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-04T15:02:12.298Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-04T15:02:12.528Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-04T15:02:12.788Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-04T15:02:13.123Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-04T15:02:13.473Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-04T15:02:13.697Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-04T15:02:13.959Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-04T15:02:14.212Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-04T15:02:14.483Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-04T15:02:14.761Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-04T15:02:15.003Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-04T15:02:15.267Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-04T15:02:15.484Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-04T15:02:18.591Z Downloading crates ...
2892026-07-04T15:02:18.638Z Downloaded block-buffer v0.10.4
2902026-07-04T15:02:18.641Z Downloaded bytecount v0.6.9
2912026-07-04T15:02:18.657Z Downloaded fs-err v3.3.0
2922026-07-04T15:02:18.660Z Downloaded cargo_metadata v0.23.1
2932026-07-04T15:02:18.660Z Downloaded itoa v1.0.17
2942026-07-04T15:02:18.663Z Downloaded is_terminal_polyfill v1.70.2
2952026-07-04T15:02:18.663Z Downloaded bitflags v2.11.0
2962026-07-04T15:02:18.665Z Downloaded heck v0.5.0
2972026-07-04T15:02:18.668Z Downloaded pretty-hex v0.4.1
2982026-07-04T15:02:18.668Z Downloaded cfg-if v1.0.4
2992026-07-04T15:02:18.674Z Downloaded zerocopy v0.7.35
3002026-07-04T15:02:18.683Z Downloaded cargo-platform v0.3.2
3012026-07-04T15:02:18.686Z Downloaded anstyle v1.0.14
3022026-07-04T15:02:18.686Z Downloaded crypto-common v0.1.7
3032026-07-04T15:02:18.686Z Downloaded anstream v1.0.0
3042026-07-04T15:02:18.689Z Downloaded autocfg v1.5.0
3052026-07-04T15:02:18.692Z Downloaded fastrand v2.3.0
3062026-07-04T15:02:18.692Z Downloaded clap_lex v1.0.0
3072026-07-04T15:02:18.695Z Downloaded dof v0.3.0
3082026-07-04T15:02:18.695Z Downloaded anstyle-query v1.1.5
3092026-07-04T15:02:18.698Z Downloaded fnv v1.0.7
3102026-07-04T15:02:18.703Z Downloaded macaddr v1.0.1
3112026-07-04T15:02:18.705Z Downloaded errno v0.3.14
3122026-07-04T15:02:18.708Z Downloaded plain v0.2.3
3132026-07-04T15:02:18.711Z Downloaded dtrace-parser v0.2.0
3142026-07-04T15:02:18.713Z Downloaded equivalent v1.0.2
3152026-07-04T15:02:18.714Z Downloaded cpufeatures v0.2.17
3162026-07-04T15:02:18.720Z Downloaded swrite v0.1.0
3172026-07-04T15:02:18.723Z Downloaded thread-id v4.2.2
3182026-07-04T15:02:18.723Z Downloaded smawk v0.3.2
3192026-07-04T15:02:18.723Z Downloaded heck v0.4.1
3202026-07-04T15:02:18.726Z Downloaded version_check v0.9.5
3212026-07-04T15:02:18.728Z Downloaded terminal_size v0.4.3
3222026-07-04T15:02:18.728Z Downloaded colorchoice v1.0.4
3232026-07-04T15:02:18.731Z Downloaded strsim v0.11.1
3242026-07-04T15:02:18.731Z Downloaded scroll_derive v0.12.1
3252026-07-04T15:02:18.734Z Downloaded anstyle-parse v1.0.0
3262026-07-04T15:02:18.737Z Downloaded cargo_toml v0.21.0
3272026-07-04T15:02:18.743Z Downloaded generic-array v0.14.7
3282026-07-04T15:02:18.747Z Downloaded toml_write v0.1.2
3292026-07-04T15:02:18.753Z Downloaded utf8parse v0.2.2
3302026-07-04T15:02:18.756Z Downloaded serde_spanned v0.6.9
3312026-07-04T15:02:18.758Z Downloaded unicode-linebreak v0.1.5
3322026-07-04T15:02:18.764Z Downloaded usdt-attr-macro v0.5.0
3332026-07-04T15:02:18.766Z Downloaded tabled_derive v0.7.0
3342026-07-04T15:02:18.766Z Downloaded usdt-macro v0.5.0
3352026-07-04T15:02:18.766Z Downloaded toml_datetime v0.6.11
3362026-07-04T15:02:18.774Z Downloaded usdt v0.5.0
3372026-07-04T15:02:18.777Z Downloaded proc-macro-error-attr v1.0.4
3382026-07-04T15:02:18.780Z Downloaded proc-macro-error v1.0.4
3392026-07-04T15:02:18.783Z Downloaded camino-tempfile v1.4.1
3402026-07-04T15:02:18.786Z Downloaded byteorder v1.5.0
3412026-07-04T15:02:18.789Z Downloaded sha2 v0.10.9
3422026-07-04T15:02:18.792Z Downloaded memmap v0.7.0
3432026-07-04T15:02:18.792Z Downloaded usdt-impl v0.5.0
3442026-07-04T15:02:18.804Z Downloaded thiserror-impl v1.0.69
3452026-07-04T15:02:18.807Z Downloaded camino v1.2.2
3462026-07-04T15:02:18.807Z Downloaded thiserror v1.0.69
3472026-07-04T15:02:18.813Z Downloaded anyhow v1.0.102
3482026-07-04T15:02:18.815Z Downloaded tempfile v3.25.0
3492026-07-04T15:02:18.823Z Downloaded thiserror v2.0.18
3502026-07-04T15:02:18.830Z Downloaded zmij v1.0.21
3512026-07-04T15:02:18.835Z Downloaded once_cell v1.21.3
3522026-07-04T15:02:18.838Z Downloaded clap_derive v4.6.1
3532026-07-04T15:02:18.841Z Downloaded serde_tokenstream v0.2.3
3542026-07-04T15:02:18.841Z Downloaded pest_generator v2.8.6
3552026-07-04T15:02:18.844Z Downloaded quote v1.0.45
3562026-07-04T15:02:18.844Z Downloaded digest v0.10.7
3572026-07-04T15:02:18.853Z Downloaded unicode-ident v1.0.24
3582026-07-04T15:02:18.857Z Downloaded textwrap v0.16.2
3592026-07-04T15:02:18.860Z Downloaded getrandom v0.4.1
3602026-07-04T15:02:18.862Z Downloaded toml v0.8.23
3612026-07-04T15:02:18.862Z Downloaded pest_derive v2.8.6
3622026-07-04T15:02:18.865Z Downloaded scroll v0.12.0
3632026-07-04T15:02:18.867Z Downloaded semver v1.0.28
3642026-07-04T15:02:18.870Z Downloaded thiserror-impl v2.0.18
3652026-07-04T15:02:18.873Z Downloaded ucd-trie v0.1.7
3662026-07-04T15:02:18.875Z Downloaded zerocopy-derive v0.7.35
3672026-07-04T15:02:18.878Z Downloaded serde_derive v1.0.228
3682026-07-04T15:02:18.881Z Downloaded log v0.4.29
3692026-07-04T15:02:18.885Z Downloaded papergrid v0.11.0
3702026-07-04T15:02:18.888Z Downloaded proc-macro2 v1.0.106
3712026-07-04T15:02:18.890Z Downloaded clap v4.6.1
3722026-07-04T15:02:18.909Z Downloaded serde_core v1.0.228
3732026-07-04T15:02:18.918Z Downloaded pest_meta v2.8.6
3742026-07-04T15:02:18.929Z Downloaded memchr v2.8.0
3752026-07-04T15:02:18.944Z Downloaded serde v1.0.228
3762026-07-04T15:02:18.964Z Downloaded typenum v1.20.1
3772026-07-04T15:02:18.971Z Downloaded toml_edit v0.22.27
3782026-07-04T15:02:18.974Z Downloaded indexmap v2.14.0
3792026-07-04T15:02:18.980Z Downloaded pest v2.8.6
3802026-07-04T15:02:19.015Z Downloaded hashbrown v0.17.0
3812026-07-04T15:02:19.018Z Downloaded clap_builder v4.6.0
3822026-07-04T15:02:19.040Z Downloaded serde_json v1.0.150
3832026-07-04T15:02:19.044Z Downloaded goblin v0.8.2
3842026-07-04T15:02:19.053Z Downloaded winnow v0.7.14
3852026-07-04T15:02:19.070Z Downloaded tabled v0.15.0
3862026-07-04T15:02:19.079Z Downloaded syn v1.0.109
3872026-07-04T15:02:19.104Z Downloaded unicode-width v0.2.0
3882026-07-04T15:02:19.106Z Downloaded unicode-width v0.1.14
3892026-07-04T15:02:19.115Z Downloaded syn v2.0.117
3902026-07-04T15:02:19.136Z Downloaded rustix v1.1.3
3912026-07-04T15:02:19.171Z Downloaded libc v0.2.185
3922026-07-04T15:02:19.233Z Compiling proc-macro2 v1.0.106
3932026-07-04T15:02:19.233Z Compiling quote v1.0.45
3942026-07-04T15:02:19.233Z Compiling unicode-ident v1.0.24
3952026-07-04T15:02:19.233Z Compiling serde_core v1.0.228
3962026-07-04T15:02:19.236Z Compiling libc v0.2.185
3972026-07-04T15:02:19.236Z Compiling version_check v0.9.5
3982026-07-04T15:02:19.236Z Compiling memchr v2.8.0
3992026-07-04T15:02:19.236Z Compiling serde v1.0.228
4002026-07-04T15:02:19.623Z Compiling zmij v1.0.21
4012026-07-04T15:02:19.795Z Compiling thiserror v1.0.69
4022026-07-04T15:02:19.889Z Compiling ucd-trie v0.1.7
4032026-07-04T15:02:20.061Z Compiling itoa v1.0.17
4042026-07-04T15:02:20.167Z Compiling pest v2.8.6
4052026-07-04T15:02:20.238Z Compiling byteorder v1.5.0
4062026-07-04T15:02:20.286Z Compiling rustix v1.1.3
4072026-07-04T15:02:20.302Z Compiling errno v0.3.14
4082026-07-04T15:02:20.452Z Compiling serde_json v1.0.150
4092026-07-04T15:02:20.469Z Compiling bitflags v2.11.0
4102026-07-04T15:02:20.720Z Compiling thread-id v4.2.2
4112026-07-04T15:02:20.784Z Compiling syn v2.0.117
4122026-07-04T15:02:20.800Z Compiling proc-macro-error-attr v1.0.4
4132026-07-04T15:02:20.842Z Compiling usdt-impl v0.5.0
4142026-07-04T15:02:20.936Z Compiling syn v1.0.109
4152026-07-04T15:02:21.003Z Compiling camino v1.2.2
4162026-07-04T15:02:21.171Z Compiling pest_meta v2.8.6
4172026-07-04T15:02:21.351Z Compiling proc-macro-error v1.0.4
4182026-07-04T15:02:21.377Z Compiling equivalent v1.0.2
4192026-07-04T15:02:21.393Z Compiling utf8parse v0.2.2
4202026-07-04T15:02:21.465Z Compiling getrandom v0.4.1
4212026-07-04T15:02:21.503Z Compiling hashbrown v0.17.0
4222026-07-04T15:02:21.545Z Compiling plain v0.2.3
4232026-07-04T15:02:21.715Z Compiling log v0.4.29
4242026-07-04T15:02:21.853Z Compiling terminal_size v0.4.3
4252026-07-04T15:02:21.986Z Compiling indexmap v2.14.0
4262026-07-04T15:02:22.073Z Compiling anstyle-parse v1.0.0
4272026-07-04T15:02:22.502Z Compiling winnow v0.7.14
4282026-07-04T15:02:22.555Z Compiling toml_write v0.1.2
4292026-07-04T15:02:22.600Z Compiling anstyle-query v1.1.5
4302026-07-04T15:02:22.697Z Compiling anstyle v1.0.14
4312026-07-04T15:02:22.712Z Compiling cfg-if v1.0.4
4322026-07-04T15:02:22.754Z Compiling is_terminal_polyfill v1.70.2
4332026-07-04T15:02:22.771Z Compiling autocfg v1.5.0
4342026-07-04T15:02:22.786Z Compiling pretty-hex v0.4.1
4352026-07-04T15:02:22.846Z Compiling thiserror v2.0.18
4362026-07-04T15:02:22.913Z Compiling colorchoice v1.0.4
4372026-07-04T15:02:23.031Z Compiling pest_generator v2.8.6
4382026-07-04T15:02:23.050Z Compiling anstream v1.0.0
4392026-07-04T15:02:23.101Z Compiling fnv v1.0.7
4402026-07-04T15:02:23.197Z Compiling fs-err v3.3.0
4412026-07-04T15:02:23.212Z Compiling bytecount v0.6.9
4422026-07-04T15:02:23.345Z Compiling unicode-width v0.1.14
4432026-07-04T15:02:23.378Z Compiling anyhow v1.0.102
4442026-07-04T15:02:23.397Z Compiling strsim v0.11.1
4452026-07-04T15:02:23.631Z Compiling fastrand v2.3.0
4462026-07-04T15:02:23.648Z Compiling once_cell v1.21.3
4472026-07-04T15:02:23.695Z Compiling heck v0.5.0
4482026-07-04T15:02:23.712Z Compiling clap_lex v1.0.0
4492026-07-04T15:02:23.743Z Compiling heck v0.4.1
4502026-07-04T15:02:23.860Z Compiling tempfile v3.25.0
4512026-07-04T15:02:23.886Z Compiling clap_builder v4.6.0
4522026-07-04T15:02:23.938Z Compiling papergrid v0.11.0
4532026-07-04T15:02:23.986Z Compiling cargo-platform v0.3.2
4542026-07-04T15:02:24.069Z Compiling semver v1.0.28
4552026-07-04T15:02:24.141Z Compiling memmap v0.7.0
4562026-07-04T15:02:24.210Z Compiling tabled_derive v0.7.0
4572026-07-04T15:02:24.242Z Compiling smawk v0.3.2
4582026-07-04T15:02:24.259Z Compiling unicode-linebreak v0.1.5
4592026-07-04T15:02:24.315Z Compiling unicode-width v0.2.0
4602026-07-04T15:02:24.392Z Compiling camino-tempfile v1.4.1
4612026-07-04T15:02:24.603Z Compiling serde_derive v1.0.228
4622026-07-04T15:02:24.632Z Compiling thiserror-impl v1.0.69
4632026-07-04T15:02:24.672Z Compiling zerocopy-derive v0.7.35
4642026-07-04T15:02:24.758Z Compiling pest_derive v2.8.6
4652026-07-04T15:02:24.837Z Compiling scroll_derive v0.12.1
4662026-07-04T15:02:25.186Z Compiling thiserror-impl v2.0.18
4672026-07-04T15:02:25.210Z Compiling clap_derive v4.6.1
4682026-07-04T15:02:25.371Z Compiling tabled v0.15.0
4692026-07-04T15:02:25.521Z Compiling scroll v0.12.0
4702026-07-04T15:02:25.543Z Compiling zerocopy v0.7.35
4712026-07-04T15:02:25.798Z Compiling goblin v0.8.2
4722026-07-04T15:02:26.023Z Compiling dtrace-parser v0.2.0
4732026-07-04T15:02:26.098Z Compiling textwrap v0.16.2
4742026-07-04T15:02:26.555Z Compiling swrite v0.1.0
4752026-07-04T15:02:26.988Z Compiling clap v4.6.1
4762026-07-04T15:02:27.652Z Compiling toml_datetime v0.6.11
4772026-07-04T15:02:27.652Z Compiling serde_spanned v0.6.9
4782026-07-04T15:02:27.694Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-04T15:02:27.694Z Compiling macaddr v1.0.1
4802026-07-04T15:02:27.694Z Compiling cargo_metadata v0.23.1
4812026-07-04T15:02:27.718Z Compiling dof v0.3.0
4822026-07-04T15:02:27.733Z Compiling serde_tokenstream v0.2.3
4832026-07-04T15:02:27.874Z Compiling toml_edit v0.22.27
4842026-07-04T15:02:28.488Z Compiling usdt-macro v0.5.0
4852026-07-04T15:02:28.490Z Compiling usdt-attr-macro v0.5.0
4862026-07-04T15:02:29.075Z Compiling usdt v0.5.0
4872026-07-04T15:02:29.158Z Compiling toml v0.8.23
4882026-07-04T15:02:29.520Z Compiling cargo_toml v0.21.0
4892026-07-04T15:02:30.790Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-04T15:02:32.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.27s
4912026-07-04T15:02:32.931Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-04T15:02:33.414Z Downloading crates ...
4932026-07-04T15:02:33.499Z Downloaded async-stream-impl v0.3.6
4942026-07-04T15:02:33.505Z Downloaded anstream v0.6.21
4952026-07-04T15:02:33.518Z Downloaded atomic-waker v1.1.2
4962026-07-04T15:02:33.522Z Downloaded adler2 v2.0.1
4972026-07-04T15:02:33.527Z Downloaded array-init v0.0.4
4982026-07-04T15:02:33.531Z Downloaded bb8 v0.8.6
4992026-07-04T15:02:33.531Z Downloaded base16ct v1.0.0
5002026-07-04T15:02:33.531Z Downloaded ascii-canvas v3.0.0
5012026-07-04T15:02:33.534Z Downloaded bcs v0.1.6
5022026-07-04T15:02:33.537Z Downloaded assert_matches v1.5.0
5032026-07-04T15:02:33.537Z Downloaded async-stream v0.3.6
5042026-07-04T15:02:33.540Z Downloaded arrayref v0.3.9
5052026-07-04T15:02:33.541Z Downloaded crc v3.4.0
5062026-07-04T15:02:33.543Z Downloaded crossterm v0.29.0
5072026-07-04T15:02:33.546Z Downloaded defmt-parser v1.0.0
5082026-07-04T15:02:33.549Z Downloaded crc8 v0.1.1
5092026-07-04T15:02:33.549Z Downloaded bcrypt-pbkdf v0.11.0
5102026-07-04T15:02:33.549Z Downloaded backoff v0.4.0
5112026-07-04T15:02:33.552Z Downloaded aead v0.5.2
5122026-07-04T15:02:33.552Z Downloaded base64ct v1.8.3
5132026-07-04T15:02:33.555Z Downloaded bit-set v0.5.3
5142026-07-04T15:02:33.555Z Downloaded darling_macro v0.23.0
5152026-07-04T15:02:33.555Z Downloaded bit-set v0.8.0
5162026-07-04T15:02:33.558Z Downloaded atomicwrites v0.4.4
5172026-07-04T15:02:33.558Z Downloaded base16ct v0.2.0
5182026-07-04T15:02:33.558Z Downloaded ahash v0.8.12
5192026-07-04T15:02:33.561Z Downloaded darling_macro v0.20.11
5202026-07-04T15:02:33.561Z Downloaded cpubits v0.1.1
5212026-07-04T15:02:33.561Z Downloaded debug-ignore v1.0.5
5222026-07-04T15:02:33.564Z Downloaded bitfield-struct v0.6.2
5232026-07-04T15:02:33.564Z Downloaded darling_macro v0.21.3
5242026-07-04T15:02:33.564Z Downloaded darling_macro v0.13.4
5252026-07-04T15:02:33.567Z Downloaded crunchy v0.2.4
5262026-07-04T15:02:33.567Z Downloaded bitfield-macros v0.19.4
5272026-07-04T15:02:33.567Z Downloaded curve25519-dalek-derive v0.1.1
5282026-07-04T15:02:33.570Z Downloaded corncobs v0.1.4
5292026-07-04T15:02:33.570Z Downloaded bit-vec v0.8.0
5302026-07-04T15:02:33.570Z Downloaded arrayvec v0.7.6
5312026-07-04T15:02:33.573Z Downloaded crypto-common v0.2.2
5322026-07-04T15:02:33.573Z Downloaded cpufeatures v0.3.0
5332026-07-04T15:02:33.573Z Downloaded aho-corasick v1.1.4
5342026-07-04T15:02:33.576Z Downloaded bitfield v0.19.4
5352026-07-04T15:02:33.580Z Downloaded crc-catalog v2.4.0
5362026-07-04T15:02:33.580Z Downloaded downcast-rs v2.0.2
5372026-07-04T15:02:33.583Z Downloaded ciborium-ll v0.2.2
5382026-07-04T15:02:33.586Z Downloaded embedded-io v0.6.1
5392026-07-04T15:02:33.586Z Downloaded derive_builder_macro v0.20.2
5402026-07-04T15:02:33.590Z Downloaded dropshot-api-manager-types v0.7.2
5412026-07-04T15:02:33.590Z Downloaded block-padding v0.4.2
5422026-07-04T15:02:33.593Z Downloaded embedded-io v0.4.0
5432026-07-04T15:02:33.596Z Downloaded display-error-chain v0.2.2
5442026-07-04T15:02:33.596Z Downloaded cfg_aliases v0.2.1
5452026-07-04T15:02:33.600Z Downloaded convert_case v0.10.0
5462026-07-04T15:02:33.602Z Downloaded daft v0.1.7
5472026-07-04T15:02:33.602Z Downloaded critical-section v1.2.0
5482026-07-04T15:02:33.602Z Downloaded defmt-macros v1.0.1
5492026-07-04T15:02:33.605Z Downloaded csv-core v0.1.13
5502026-07-04T15:02:33.605Z Downloaded block-buffer v0.12.1
5512026-07-04T15:02:33.608Z Downloaded compression-core v0.4.31
5522026-07-04T15:02:33.608Z Downloaded crossbeam-epoch v0.9.18
5532026-07-04T15:02:33.609Z Downloaded crc32fast v1.5.0
5542026-07-04T15:02:33.611Z Downloaded cfg_aliases v0.1.1
5552026-07-04T15:02:33.611Z Downloaded cookie_store v0.22.1
5562026-07-04T15:02:33.612Z Downloaded convert_case v0.4.0
5572026-07-04T15:02:33.615Z Downloaded byte-wrapper v0.1.0
5582026-07-04T15:02:33.615Z Downloaded dunce v1.0.5
5592026-07-04T15:02:33.619Z Downloaded crucible-workspace-hack v0.1.0
5602026-07-04T15:02:33.619Z Downloaded dtrace-parser v0.3.0
5612026-07-04T15:02:33.619Z Downloaded defmt v0.3.100
5622026-07-04T15:02:33.619Z Downloaded aead v0.6.1
5632026-07-04T15:02:33.623Z Downloaded dof v0.4.0
5642026-07-04T15:02:33.623Z Downloaded ciborium-io v0.2.2
5652026-07-04T15:02:33.623Z Downloaded bit-vec v0.6.3
5662026-07-04T15:02:33.623Z Downloaded async-recursion v1.1.1
5672026-07-04T15:02:33.627Z Downloaded difflib v0.4.0
5682026-07-04T15:02:33.627Z Downloaded castaway v0.2.4
5692026-07-04T15:02:33.627Z Downloaded document-features v0.2.12
5702026-07-04T15:02:33.627Z Downloaded dyn-clone v1.0.20
5712026-07-04T15:02:33.630Z Downloaded cstr-argument v0.1.2
5722026-07-04T15:02:33.633Z Downloaded env_filter v1.0.0
5732026-07-04T15:02:33.636Z Downloaded enum-as-inner v0.6.1
5742026-07-04T15:02:33.636Z Downloaded dirs-next v2.0.0
5752026-07-04T15:02:33.639Z Downloaded diesel_table_macro_syntax v0.3.0
5762026-07-04T15:02:33.639Z Downloaded blowfish v0.10.0
5772026-07-04T15:02:33.639Z Downloaded argon2 v0.5.3
5782026-07-04T15:02:33.642Z Downloaded dirs-sys-next v0.1.2
5792026-07-04T15:02:33.642Z Downloaded backon v1.6.0
5802026-07-04T15:02:33.644Z Downloaded anstyle-parse v0.2.7
5812026-07-04T15:02:33.645Z Downloaded async-trait v0.1.89
5822026-07-04T15:02:33.647Z Downloaded endian-type v0.1.2
5832026-07-04T15:02:33.647Z Downloaded der_derive v0.7.3
5842026-07-04T15:02:33.647Z Downloaded ctr v0.10.1
5852026-07-04T15:02:33.650Z Downloaded allocator-api2 v0.2.21
5862026-07-04T15:02:33.650Z Downloaded deranged v0.5.8
5872026-07-04T15:02:33.654Z Downloaded float-cmp v0.10.0
5882026-07-04T15:02:33.656Z Downloaded float-ord v0.3.2
5892026-07-04T15:02:33.656Z Downloaded flagset v0.4.7
5902026-07-04T15:02:33.660Z Downloaded daft-derive v0.1.7
5912026-07-04T15:02:33.663Z Downloaded camino-tempfile-ext v0.3.3
5922026-07-04T15:02:33.666Z Downloaded displaydoc v0.2.5
5932026-07-04T15:02:33.666Z Downloaded cipher v0.5.2
5942026-07-04T15:02:33.669Z Downloaded diff v0.1.13
5952026-07-04T15:02:33.672Z Downloaded cbc v0.2.1
5962026-07-04T15:02:33.672Z Downloaded buf-list v1.1.2
5972026-07-04T15:02:33.675Z Downloaded form_urlencoded v1.2.2
5982026-07-04T15:02:33.675Z Downloaded foreign-types-shared v0.3.1
5992026-07-04T15:02:33.675Z Downloaded futures-macro v0.3.32
6002026-07-04T15:02:33.675Z Downloaded futures-task v0.3.32
6012026-07-04T15:02:33.678Z Downloaded cassowary v0.3.0
6022026-07-04T15:02:33.678Z Downloaded funty v2.0.0
6032026-07-04T15:02:33.678Z Downloaded foreign-types-shared v0.1.1
6042026-07-04T15:02:33.678Z Downloaded foreign-types v0.3.2
6052026-07-04T15:02:33.681Z Downloaded bitflags v1.3.2
6062026-07-04T15:02:33.681Z Downloaded dsl_auto_type v0.2.0
6072026-07-04T15:02:33.684Z Downloaded data-encoding v2.10.0
6082026-07-04T15:02:33.684Z Downloaded futures-core v0.3.32
6092026-07-04T15:02:33.684Z Downloaded darling v0.13.4
6102026-07-04T15:02:33.687Z Downloaded futures-sink v0.3.32
6112026-07-04T15:02:33.687Z Downloaded async-bb8-diesel v0.2.1
6122026-07-04T15:02:33.690Z Downloaded cmake v0.1.57
6132026-07-04T15:02:33.690Z Downloaded ed25519 v3.0.0
6142026-07-04T15:02:33.690Z Downloaded ena v0.14.4
6152026-07-04T15:02:33.693Z Downloaded chacha20 v0.9.1
6162026-07-04T15:02:33.693Z Downloaded diesel-dtrace v0.5.0
6172026-07-04T15:02:33.696Z Downloaded atty v0.2.14
6182026-07-04T15:02:33.696Z Downloaded ctutils v0.4.2
6192026-07-04T15:02:33.696Z Downloaded cmov v0.5.4
6202026-07-04T15:02:33.699Z Downloaded digest v0.11.3
6212026-07-04T15:02:33.699Z Downloaded constant_time_eq v0.4.2
6222026-07-04T15:02:33.702Z Downloaded const_format_proc_macros v0.2.34
6232026-07-04T15:02:33.702Z Downloaded cobs v0.3.0
6242026-07-04T15:02:33.705Z Downloaded gethostname v0.5.0
6252026-07-04T15:02:33.705Z Downloaded fxhash v0.2.1
6262026-07-04T15:02:33.706Z Downloaded cipher v0.4.4
6272026-07-04T15:02:33.706Z Downloaded foreign-types-macros v0.2.3
6282026-07-04T15:02:33.709Z Downloaded ed25519 v2.2.3
6292026-07-04T15:02:33.709Z Downloaded defmt v1.0.1
6302026-07-04T15:02:33.712Z Downloaded foreign-types v0.5.0
6312026-07-04T15:02:33.712Z Downloaded ghash v0.6.0
6322026-07-04T15:02:33.712Z Downloaded fixedbitset v0.4.2
6332026-07-04T15:02:33.715Z Downloaded fallible-iterator v0.2.0
6342026-07-04T15:02:33.715Z Downloaded darling v0.23.0
6352026-07-04T15:02:33.718Z Downloaded filetime v0.2.27
6362026-07-04T15:02:33.718Z Downloaded fixedbitset v0.5.7
6372026-07-04T15:02:33.721Z Downloaded hash32 v0.2.1
6382026-07-04T15:02:33.721Z Downloaded fd-lock v4.0.4
6392026-07-04T15:02:33.724Z Downloaded hash32 v0.3.1
6402026-07-04T15:02:33.724Z Downloaded ff v0.13.1
6412026-07-04T15:02:33.724Z Downloaded hex-literal v1.1.0
6422026-07-04T15:02:33.724Z Downloaded hex v0.4.3
6432026-07-04T15:02:33.727Z Downloaded git-stub v1.0.0
6442026-07-04T15:02:33.727Z Downloaded hostname v0.3.1
6452026-07-04T15:02:33.730Z Downloaded home v0.5.12
6462026-07-04T15:02:33.730Z Downloaded globwalk v0.9.1
6472026-07-04T15:02:33.730Z Downloaded find-msvc-tools v0.1.9
6482026-07-04T15:02:33.733Z Downloaded derive_builder v0.20.2
6492026-07-04T15:02:33.736Z Downloaded const-oid v0.9.6
6502026-07-04T15:02:33.736Z Downloaded compression-codecs v0.4.37
6512026-07-04T15:02:33.739Z Downloaded crc-any v2.5.0
6522026-07-04T15:02:33.739Z Downloaded headers-core v0.3.0
6532026-07-04T15:02:33.739Z Downloaded either v1.15.0
6542026-07-04T15:02:33.742Z Downloaded darling v0.21.3
6552026-07-04T15:02:33.746Z Downloaded console v0.16.2
6562026-07-04T15:02:33.746Z Downloaded fs-err v2.11.0
6572026-07-04T15:02:33.749Z Downloaded foldhash v0.1.5
6582026-07-04T15:02:33.749Z Downloaded futures-io v0.3.32
6592026-07-04T15:02:33.749Z Downloaded foldhash v0.2.0
6602026-07-04T15:02:33.749Z Downloaded fs_extra v1.3.0
6612026-07-04T15:02:33.749Z Downloaded console v0.15.11
6622026-07-04T15:02:33.752Z Downloaded http-range v0.1.5
6632026-07-04T15:02:33.752Z Downloaded hostname v0.4.2
6642026-07-04T15:02:33.755Z Downloaded httpdate v1.0.3
6652026-07-04T15:02:33.755Z Downloaded http-body v1.0.1
6662026-07-04T15:02:33.755Z Downloaded crossbeam-deque v0.8.6
6672026-07-04T15:02:33.759Z Downloaded ciborium v0.2.2
6682026-07-04T15:02:33.759Z Downloaded des v0.9.0
6692026-07-04T15:02:33.762Z Downloaded clang-sys v1.8.1
6702026-07-04T15:02:33.762Z Downloaded ecdsa v0.17.0-rc.18
6712026-07-04T15:02:33.762Z Downloaded hubpack_derive v0.1.1
6722026-07-04T15:02:33.765Z Downloaded chacha20 v0.10.0
6732026-07-04T15:02:33.765Z Downloaded cancel-safe-futures v0.1.5
6742026-07-04T15:02:33.768Z Downloaded ecdsa v0.16.9
6752026-07-04T15:02:33.768Z Downloaded hyper-tls v0.6.0
6762026-07-04T15:02:33.771Z Downloaded hubpack v0.1.2
6772026-07-04T15:02:33.771Z Downloaded git-stub-vcs v0.1.0
6782026-07-04T15:02:33.771Z Downloaded arc-swap v1.8.2
6792026-07-04T15:02:33.774Z Downloaded bzip2 v0.4.4
6802026-07-04T15:02:33.774Z Downloaded crossbeam-utils v0.8.21
6812026-07-04T15:02:33.777Z Downloaded delegate v0.13.5
6822026-07-04T15:02:33.777Z Downloaded illumos-nvpair-sys v0.2.0
6832026-07-04T15:02:33.777Z Downloaded argon2 v0.6.0-rc.8
6842026-07-04T15:02:33.782Z Downloaded group v0.13.0
6852026-07-04T15:02:33.782Z Downloaded glob v0.3.3
6862026-07-04T15:02:33.782Z Downloaded bzip2 v0.6.1
6872026-07-04T15:02:33.785Z Downloaded group v0.14.0
6882026-07-04T15:02:33.785Z Downloaded blake2 v0.10.6
6892026-07-04T15:02:33.785Z Downloaded illumos-nvpair v0.3.0
6902026-07-04T15:02:33.785Z Downloaded derive_builder_core v0.20.2
6912026-07-04T15:02:33.788Z Downloaded derive-ex v0.1.8
6922026-07-04T15:02:33.788Z Downloaded inout v0.2.2
6932026-07-04T15:02:33.788Z Downloaded erased-serde v0.3.31
6942026-07-04T15:02:33.791Z Downloaded idna_adapter v1.2.1
6952026-07-04T15:02:33.791Z Downloaded ident_case v1.0.1
6962026-07-04T15:02:33.791Z Downloaded inout v0.1.4
6972026-07-04T15:02:33.794Z Downloaded env_logger v0.11.9
6982026-07-04T15:02:33.794Z Downloaded darling v0.20.11
6992026-07-04T15:02:33.797Z Downloaded internet-checksum v0.2.1
7002026-07-04T15:02:33.797Z Downloaded instability v0.3.11
7012026-07-04T15:02:33.800Z Downloaded indent_write v2.2.0
7022026-07-04T15:02:33.800Z Downloaded const-oid v0.10.2
7032026-07-04T15:02:33.803Z Downloaded darling_core v0.23.0
7042026-07-04T15:02:33.807Z Downloaded cexpr v0.6.0
7052026-07-04T15:02:33.807Z Downloaded cookie v0.18.1
7062026-07-04T15:02:33.810Z Downloaded colored v3.1.1
7072026-07-04T15:02:33.810Z Downloaded blake2 v0.11.0-rc.6
7082026-07-04T15:02:33.813Z Downloaded http-body-util v0.1.3
7092026-07-04T15:02:33.813Z Downloaded is_ci v1.2.0
7102026-07-04T15:02:33.813Z Downloaded instant v0.1.13
7112026-07-04T15:02:33.816Z Downloaded indoc v1.0.9
7122026-07-04T15:02:33.816Z Downloaded is-terminal v0.4.17
7132026-07-04T15:02:33.816Z Downloaded ff v0.14.0
7142026-07-04T15:02:33.819Z Downloaded highway v1.3.0
7152026-07-04T15:02:33.819Z Downloaded keccak v0.1.6
7162026-07-04T15:02:33.822Z Downloaded futures-channel v0.3.32
7172026-07-04T15:02:33.822Z Downloaded futures-executor v0.3.32
7182026-07-04T15:02:33.822Z Downloaded lalrpop-util v0.19.12
7192026-07-04T15:02:33.825Z Downloaded humantime v2.3.0
7202026-07-04T15:02:33.829Z Downloaded dropshot_endpoint v0.17.1
7212026-07-04T15:02:33.832Z Downloaded derive_more v0.99.20
7222026-07-04T15:02:33.835Z Downloaded getrandom v0.2.17
7232026-07-04T15:02:33.838Z Downloaded enum_dispatch v0.3.13
7242026-07-04T15:02:33.838Z Downloaded kem v0.3.0
7252026-07-04T15:02:33.838Z Downloaded hyper-staticfile v0.10.1
7262026-07-04T15:02:33.841Z Downloaded derive-where v1.6.0
7272026-07-04T15:02:33.844Z Downloaded linked-hash-map v0.5.6
7282026-07-04T15:02:33.844Z Downloaded libscf-sys v1.1.0
7292026-07-04T15:02:33.844Z Downloaded lazy_static v1.5.0
7302026-07-04T15:02:33.847Z Downloaded kstat-rs v0.2.4
7312026-07-04T15:02:33.847Z Downloaded md-5 v0.10.6
7322026-07-04T15:02:33.847Z Downloaded fatfs v0.3.6
7332026-07-04T15:02:33.850Z Downloaded maybe-uninit v2.0.0
7342026-07-04T15:02:33.850Z Downloaded lru-cache v0.1.2
7352026-07-04T15:02:33.850Z Downloaded globset v0.4.18
7362026-07-04T15:02:33.853Z Downloaded elliptic-curve v0.13.8
7372026-07-04T15:02:33.856Z Downloaded darling_core v0.13.4
7382026-07-04T15:02:33.856Z Downloaded base64 v0.21.7
7392026-07-04T15:02:33.859Z Downloaded ingot-types v0.1.2
7402026-07-04T15:02:33.862Z Downloaded ingot v0.1.1
7412026-07-04T15:02:33.862Z Downloaded lru v0.12.5
7422026-07-04T15:02:33.862Z Downloaded indoc v2.0.7
7432026-07-04T15:02:33.865Z Downloaded impl-trait-for-tuples v0.2.3
7442026-07-04T15:02:33.865Z Downloaded mime v0.3.17
7452026-07-04T15:02:33.868Z Downloaded match_cfg v0.1.0
7462026-07-04T15:02:33.868Z Downloaded md5 v0.8.0
7472026-07-04T15:02:33.868Z Downloaded maplit v1.0.2
7482026-07-04T15:02:33.868Z Downloaded managed v0.8.0
7492026-07-04T15:02:33.871Z Downloaded lru-slab v0.1.2
7502026-07-04T15:02:33.871Z Downloaded drift v0.2.0
7512026-07-04T15:02:33.875Z Downloaded darling_core v0.21.3
7522026-07-04T15:02:33.878Z Downloaded half v1.8.3
7532026-07-04T15:02:33.881Z Downloaded compact_str v0.8.1
7542026-07-04T15:02:33.884Z Downloaded ipnetwork v0.21.1
7552026-07-04T15:02:33.884Z Downloaded ipnet v2.11.0
7562026-07-04T15:02:33.887Z Downloaded multimap v0.10.1
7572026-07-04T15:02:33.887Z Downloaded colored v2.2.0
7582026-07-04T15:02:33.887Z Downloaded nibble_vec v0.1.0
7592026-07-04T15:02:33.891Z Downloaded newtype_derive v0.1.6
7602026-07-04T15:02:33.891Z Downloaded newline-converter v0.3.0
7612026-07-04T15:02:33.891Z Downloaded getrandom v0.3.4
7622026-07-04T15:02:33.893Z Downloaded hmac v0.12.1
7632026-07-04T15:02:33.894Z Downloaded chacha20poly1305 v0.10.1
7642026-07-04T15:02:33.897Z Downloaded new_debug_unreachable v1.0.6
7652026-07-04T15:02:33.897Z Downloaded newtype-uuid-macros v0.1.0
7662026-07-04T15:02:33.897Z Downloaded crossbeam-channel v0.5.15
7672026-07-04T15:02:33.900Z Downloaded httparse v1.10.1
7682026-07-04T15:02:33.901Z Downloaded bytes v1.11.1
7692026-07-04T15:02:33.903Z Downloaded async-compression v0.4.41
7702026-07-04T15:02:33.906Z Downloaded num v0.4.3
7712026-07-04T15:02:33.909Z Downloaded nodrop v0.1.14
7722026-07-04T15:02:33.909Z Downloaded libefi-sys v0.1.0
7732026-07-04T15:02:33.909Z Downloaded nonempty v0.12.0
7742026-07-04T15:02:33.912Z Downloaded linear-map v1.2.0
7752026-07-04T15:02:33.912Z Downloaded hyper-rustls v0.27.7
7762026-07-04T15:02:33.912Z Downloaded generic-array v1.4.3
7772026-07-04T15:02:33.915Z Downloaded num-iter v0.1.45
7782026-07-04T15:02:33.915Z Downloaded memoffset v0.9.1
7792026-07-04T15:02:33.919Z Downloaded libsw-core v0.3.2
7802026-07-04T15:02:33.919Z Downloaded libsw v3.5.0
7812026-07-04T15:02:33.921Z Downloaded keccak v0.2.0
7822026-07-04T15:02:33.922Z Downloaded elliptic-curve v0.14.0-rc.33
7832026-07-04T15:02:33.922Z Downloaded num_threads v0.1.7
7842026-07-04T15:02:33.925Z Downloaded num_enum_derive v0.5.11
7852026-07-04T15:02:33.925Z Downloaded num-derive v0.4.2
7862026-07-04T15:02:33.925Z Downloaded iana-time-zone v0.1.65
7872026-07-04T15:02:33.928Z Downloaded lzss v0.8.2
7882026-07-04T15:02:33.928Z Downloaded lock_api v0.4.14
7892026-07-04T15:02:33.931Z Downloaded ingot-macros v0.1.1
7902026-07-04T15:02:33.931Z Downloaded num-derive v0.3.3
7912026-07-04T15:02:33.934Z Downloaded mime_guess v2.0.5
7922026-07-04T15:02:33.934Z Downloaded openssl-probe v0.1.6
7932026-07-04T15:02:33.934Z Downloaded olpc-cjson v0.1.4
7942026-07-04T15:02:33.937Z Downloaded flume v0.11.1
7952026-07-04T15:02:33.937Z Downloaded base64 v0.22.1
7962026-07-04T15:02:33.940Z Downloaded const_format v0.2.35
7972026-07-04T15:02:33.943Z Downloaded hmac v0.13.0
7982026-07-04T15:02:33.943Z Downloaded openssl-macros v0.1.1
7992026-07-04T15:02:33.946Z Downloaded opaque-debug v0.3.1
8002026-07-04T15:02:33.946Z Downloaded num-conv v0.2.0
8012026-07-04T15:02:33.946Z Downloaded hybrid-array v0.4.13
8022026-07-04T15:02:33.949Z Downloaded module-lattice v0.2.3
8032026-07-04T15:02:33.949Z Downloaded openssl-probe v0.2.1
8042026-07-04T15:02:33.949Z Downloaded native-tls v0.2.18
8052026-07-04T15:02:33.952Z Downloaded half v2.7.1
8062026-07-04T15:02:33.952Z Downloaded nanorand v0.7.0
8072026-07-04T15:02:33.955Z Downloaded crypto-bigint v0.5.5
8082026-07-04T15:02:33.958Z Downloaded normalize-line-endings v0.3.0
8092026-07-04T15:02:33.958Z Downloaded newtype-uuid v1.3.2
8102026-07-04T15:02:33.958Z Downloaded multer v3.1.0
8112026-07-04T15:02:33.961Z Downloaded ar_archive_writer v0.5.1
8122026-07-04T15:02:33.964Z Downloaded parse-display v0.10.0
8132026-07-04T15:02:33.964Z Downloaded packed_struct_codegen v0.10.1
8142026-07-04T15:02:33.964Z Downloaded oso-derive v0.27.3
8152026-07-04T15:02:33.967Z Downloaded path-slash v0.1.5
8162026-07-04T15:02:33.967Z Downloaded futures v0.3.32
8172026-07-04T15:02:33.971Z Downloaded jobserver v0.1.34
8182026-07-04T15:02:33.973Z Downloaded num_enum v0.7.6
8192026-07-04T15:02:33.976Z Downloaded parse-size v1.1.0
8202026-07-04T15:02:33.980Z Downloaded num_enum v0.5.11
8212026-07-04T15:02:33.982Z Downloaded password-hash v0.6.1
8222026-07-04T15:02:33.982Z Downloaded num-rational v0.4.2
8232026-07-04T15:02:33.983Z Downloaded num-integer v0.1.46
8242026-07-04T15:02:33.985Z Downloaded nu-ansi-term v0.50.3
8252026-07-04T15:02:33.985Z Downloaded num-complex v0.4.6
8262026-07-04T15:02:33.988Z Downloaded der v0.7.10
8272026-07-04T15:02:33.991Z Downloaded libloading v0.8.9
8282026-07-04T15:02:34.004Z Downloaded phf_shared v0.13.1
8292026-07-04T15:02:34.007Z Downloaded darling_core v0.20.11
8302026-07-04T15:02:34.007Z Downloaded flate2 v1.1.9
8312026-07-04T15:02:34.012Z Downloaded percent-encoding v2.3.2
8322026-07-04T15:02:34.012Z Downloaded peg-runtime v0.8.5
8332026-07-04T15:02:34.012Z Downloaded cc v1.2.56
8342026-07-04T15:02:34.030Z Downloaded icu_provider v2.1.1
8352026-07-04T15:02:34.030Z Downloaded oxide-tokio-rt v0.1.4
8362026-07-04T15:02:34.036Z Downloaded owo-colors v4.3.0
8372026-07-04T15:02:34.036Z Downloaded num_enum_derive v0.7.6
8382026-07-04T15:02:34.036Z Downloaded phf_shared v0.11.3
8392026-07-04T15:02:34.036Z Downloaded oxnet v0.1.6
8402026-07-04T15:02:34.036Z Downloaded bumpalo v3.20.2
8412026-07-04T15:02:34.036Z Downloaded memmap2 v0.9.10
8422026-07-04T15:02:34.036Z Downloaded litemap v0.8.1
8432026-07-04T15:02:34.036Z Downloaded ml-kem v0.3.2
8442026-07-04T15:02:34.036Z Downloaded heapless v0.7.17
8452026-07-04T15:02:34.037Z Downloaded precomputed-hash v0.1.1
8462026-07-04T15:02:34.037Z Downloaded parse-display-derive v0.10.0
8472026-07-04T15:02:34.040Z Downloaded headers v0.4.1
8482026-07-04T15:02:34.040Z Downloaded powerfmt v0.2.0
8492026-07-04T15:02:34.040Z Downloaded peg v0.8.5
8502026-07-04T15:02:34.043Z Downloaded aes v0.9.1
8512026-07-04T15:02:34.047Z Downloaded paste v1.0.15
8522026-07-04T15:02:34.050Z Downloaded proc-macro-crate v1.3.1
8532026-07-04T15:02:34.050Z Downloaded peg-macros v0.8.5
8542026-07-04T15:02:34.051Z Downloaded libbz2-rs-sys v0.2.2
8552026-07-04T15:02:34.051Z Downloaded icu_locale_core v2.1.1
8562026-07-04T15:02:34.053Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-07-04T15:02:34.057Z Downloaded progenitor-macro v0.14.0
8582026-07-04T15:02:34.058Z Downloaded expectorate v1.2.0
8592026-07-04T15:02:34.058Z Downloaded password-hash v0.5.0
8602026-07-04T15:02:34.060Z Downloaded predicates-tree v1.0.13
8612026-07-04T15:02:34.061Z Downloaded predicates-core v1.0.10
8622026-07-04T15:02:34.061Z Downloaded parking_lot_core v0.8.6
8632026-07-04T15:02:34.061Z Downloaded hickory-resolver v0.24.4
8642026-07-04T15:02:34.064Z Downloaded proc-macro-crate v3.4.0
8652026-07-04T15:02:34.067Z Downloaded progenitor-client v0.14.0
8662026-07-04T15:02:34.067Z Downloaded ed25519-dalek v3.0.0-rc.0
8672026-07-04T15:02:34.070Z Downloaded packed_struct v0.10.1
8682026-07-04T15:02:34.070Z Downloaded potential_utf v0.1.4
8692026-07-04T15:02:34.072Z Downloaded phc v0.6.1
8702026-07-04T15:02:34.073Z Downloaded litrs v1.0.0
8712026-07-04T15:02:34.076Z Downloaded ed25519-dalek v2.2.0
8722026-07-04T15:02:34.076Z Downloaded progenitor-macro v0.13.0
8732026-07-04T15:02:34.079Z Downloaded phf v0.12.1
8742026-07-04T15:02:34.079Z Downloaded pem v3.0.6
8752026-07-04T15:02:34.079Z Downloaded psl-types v2.0.11
8762026-07-04T15:02:34.079Z Downloaded pin-project-internal v1.1.11
8772026-07-04T15:02:34.082Z Downloaded pem-rfc7468 v1.0.0
8782026-07-04T15:02:34.082Z Downloaded quick-error v1.2.3
8792026-07-04T15:02:34.082Z Downloaded pem-rfc7468 v0.7.0
8802026-07-04T15:02:34.085Z Downloaded diesel_derives v2.3.7
8812026-07-04T15:02:34.088Z Downloaded pin-project-lite v0.2.17
8822026-07-04T15:02:34.091Z Downloaded icu_properties v2.1.2
8832026-07-04T15:02:34.095Z Downloaded phf_shared v0.12.1
8842026-07-04T15:02:34.095Z Downloaded phf v0.13.1
8852026-07-04T15:02:34.095Z Downloaded icu_normalizer_data v2.1.1
8862026-07-04T15:02:34.100Z Downloaded poly1305 v0.8.0
8872026-07-04T15:02:34.100Z Downloaded rand_chacha v0.3.1
8882026-07-04T15:02:34.100Z Downloaded pkg-config v0.3.32
8892026-07-04T15:02:34.105Z Downloaded polyval v0.7.1
8902026-07-04T15:02:34.105Z Downloaded ignore v0.4.25
8912026-07-04T15:02:34.105Z Downloaded radium v0.7.0
8922026-07-04T15:02:34.105Z Downloaded pkcs8 v0.10.2
8932026-07-04T15:02:34.108Z Downloaded heapless v0.8.0
8942026-07-04T15:02:34.111Z Downloaded indicatif v0.18.4
8952026-07-04T15:02:34.114Z Downloaded parking_lot_core v0.9.12
8962026-07-04T15:02:34.114Z Downloaded parking_lot v0.11.2
8972026-07-04T15:02:34.117Z Downloaded rand_xorshift v0.4.0
8982026-07-04T15:02:34.117Z Downloaded ppv-lite86 v0.2.21
8992026-07-04T15:02:34.117Z Downloaded postgres-protocol v0.6.10
9002026-07-04T15:02:34.120Z Downloaded primeorder v0.13.6
9012026-07-04T15:02:34.120Z Downloaded num-traits v0.2.19
9022026-07-04T15:02:34.123Z Downloaded parking_lot v0.12.5
9032026-07-04T15:02:34.123Z Downloaded pbkdf2 v0.13.0
9042026-07-04T15:02:34.126Z Downloaded progenitor v0.14.0
9052026-07-04T15:02:34.126Z Downloaded proc-macro-error2 v2.0.1
9062026-07-04T15:02:34.129Z Downloaded ref-cast-impl v1.0.25
9072026-07-04T15:02:34.129Z Downloaded ref-cast v1.0.25
9082026-07-04T15:02:34.133Z Downloaded predicates v3.1.4
9092026-07-04T15:02:34.133Z Downloaded progenitor v0.13.0
9102026-07-04T15:02:34.136Z Downloaded icu_normalizer v2.1.1
9112026-07-04T15:02:34.136Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-07-04T15:02:34.136Z Downloaded primeorder v0.14.0-rc.10
9132026-07-04T15:02:34.139Z Downloaded primefield v0.14.0
9142026-07-04T15:02:34.142Z Downloaded derive_more v2.1.1
9152026-07-04T15:02:34.146Z Downloaded psm v0.1.30
9162026-07-04T15:02:34.149Z Downloaded der v0.8.0
9172026-07-04T15:02:34.152Z Downloaded rfc6979 v0.5.0
9182026-07-04T15:02:34.155Z Downloaded progenitor-extras v0.2.0
9192026-07-04T15:02:34.155Z Downloaded progenitor-client v0.13.0
9202026-07-04T15:02:34.155Z Downloaded rfc6979 v0.4.0
9212026-07-04T15:02:34.158Z Downloaded r2d2 v0.8.10
9222026-07-04T15:02:34.158Z Downloaded icu_collections v2.1.1
9232026-07-04T15:02:34.161Z Downloaded poly1305 v0.9.0
9242026-07-04T15:02:34.164Z Downloaded pkcs8 v0.11.0
9252026-07-04T15:02:34.167Z Downloaded crossterm v0.28.1
9262026-07-04T15:02:34.170Z Downloaded russh-cryptovec v0.61.0
9272026-07-04T15:02:34.170Z Downloaded rustc_version v0.4.1
9282026-07-04T15:02:34.173Z Downloaded pkcs1 v0.8.0-rc.4
9292026-07-04T15:02:34.173Z Downloaded russh-util v0.52.0
9302026-07-04T15:02:34.176Z Downloaded rtoolbox v0.0.3
9312026-07-04T15:02:34.176Z Downloaded rand_core v0.6.4
9322026-07-04T15:02:34.176Z Downloaded indexmap v1.9.3
9332026-07-04T15:02:34.179Z Downloaded rand_chacha v0.9.0
9342026-07-04T15:02:34.179Z Downloaded postcard v1.1.3
9352026-07-04T15:02:34.182Z Downloaded postgres-types v0.2.12
9362026-07-04T15:02:34.186Z Downloaded rand_core v0.9.5
9372026-07-04T15:02:34.186Z Downloaded hashbrown v0.13.2
9382026-07-04T15:02:34.189Z Downloaded rustc-hash v2.1.1
9392026-07-04T15:02:34.189Z Downloaded jiff-static v0.2.21
9402026-07-04T15:02:34.189Z Downloaded miniz_oxide v0.8.9
9412026-07-04T15:02:34.192Z Downloaded recursive v0.1.1
9422026-07-04T15:02:34.192Z Downloaded same-file v1.0.6
9432026-07-04T15:02:34.192Z Downloaded rand_seeder v0.4.0
9442026-07-04T15:02:34.195Z Downloaded scheduled-thread-pool v0.2.7
9452026-07-04T15:02:34.195Z Downloaded rand_core v0.10.0
9462026-07-04T15:02:34.198Z Downloaded hyper-util v0.1.20
9472026-07-04T15:02:34.201Z Downloaded hashbrown v0.12.3
9482026-07-04T15:02:34.205Z Downloaded papergrid v0.17.0
9492026-07-04T15:02:34.209Z Downloaded pin-project v1.1.11
9502026-07-04T15:02:34.215Z Downloaded semver v0.1.20
9512026-07-04T15:02:34.218Z Downloaded secrecy v0.8.0
9522026-07-04T15:02:34.218Z Downloaded scroll_derive v0.13.1
9532026-07-04T15:02:34.218Z Downloaded scopeguard v1.2.0
9542026-07-04T15:02:34.218Z Downloaded serde_repr v0.1.20
9552026-07-04T15:02:34.221Z Downloaded derive_more-impl v2.1.1
9562026-07-04T15:02:34.224Z Downloaded http v1.4.2
9572026-07-04T15:02:34.227Z Downloaded omicron-zone-package v0.12.3
9582026-07-04T15:02:34.230Z Downloaded pkcs1 v0.7.5
9592026-07-04T15:02:34.230Z Downloaded pkcs5 v0.8.1
9602026-07-04T15:02:34.233Z Downloaded secrecy v0.10.3
9612026-07-04T15:02:34.235Z Downloaded serde-big-array v0.5.1
9622026-07-04T15:02:34.236Z Downloaded resolv-conf v0.7.6
9632026-07-04T15:02:34.239Z Downloaded serde_urlencoded v0.7.1
9642026-07-04T15:02:34.239Z Downloaded p384 v0.14.0-rc.10
9652026-07-04T15:02:34.242Z Downloaded serde_plain v1.0.2
9662026-07-04T15:02:34.242Z Downloaded rustc_version v0.1.7
9672026-07-04T15:02:34.242Z Downloaded p256 v0.14.0-rc.10
9682026-07-04T15:02:34.252Z Downloaded sha1 v0.11.0
9692026-07-04T15:02:34.255Z Downloaded sha1 v0.10.6
9702026-07-04T15:02:34.255Z Downloaded serde_spanned v1.1.1
9712026-07-04T15:02:34.258Z Downloaded minimal-lexical v0.2.1
9722026-07-04T15:02:34.261Z Downloaded shell-words v1.1.1
9732026-07-04T15:02:34.261Z Downloaded aes-gcm v0.11.0
9742026-07-04T15:02:34.264Z Downloaded oso v0.27.3
9752026-07-04T15:02:34.267Z Downloaded rusty-fork v0.3.1
9762026-07-04T15:02:34.267Z Downloaded rustversion v1.0.22
9772026-07-04T15:02:34.270Z Downloaded signature v3.0.0
9782026-07-04T15:02:34.270Z Downloaded signal-hook-mio v0.2.5
9792026-07-04T15:02:34.274Z Downloaded signal-hook-tokio v0.3.1
9802026-07-04T15:02:34.278Z Downloaded sigpipe v0.1.3
9812026-07-04T15:02:34.278Z Downloaded schemars_derive v0.8.22
9822026-07-04T15:02:34.278Z Downloaded signature v2.2.0
9832026-07-04T15:02:34.281Z Downloaded hickory-resolver v0.25.2
9842026-07-04T15:02:34.281Z Downloaded hickory-server v0.25.2
9852026-07-04T15:02:34.293Z Downloaded serde_bytes v0.11.19
9862026-07-04T15:02:34.297Z Downloaded serde-hex v0.1.0
9872026-07-04T15:02:34.297Z Downloaded scrypt v0.12.0
9882026-07-04T15:02:34.297Z Downloaded slog-bunyan v2.5.0
9892026-07-04T15:02:34.297Z Downloaded sec1 v0.7.3
9902026-07-04T15:02:34.300Z Downloaded quinn-udp v0.5.14
9912026-07-04T15:02:34.300Z Downloaded slog-envlogger v2.2.0
9922026-07-04T15:02:34.304Z Downloaded dropshot-api-manager v0.7.2
9932026-07-04T15:02:34.312Z Downloaded seq-macro v0.3.6
9942026-07-04T15:02:34.315Z Downloaded sec1 v0.8.1
9952026-07-04T15:02:34.322Z Downloaded serde_path_to_error v0.1.20
9962026-07-04T15:02:34.325Z Downloaded serde_derive_internals v0.29.1
9972026-07-04T15:02:34.328Z Downloaded rustls-pemfile v2.2.0
9982026-07-04T15:02:34.334Z Downloaded serde_with_macros v1.5.2
9992026-07-04T15:02:34.340Z Downloaded serdect v0.4.3
10002026-07-04T15:02:34.344Z Downloaded salsa20 v0.11.0
10012026-07-04T15:02:34.347Z Downloaded sqlparser_derive v0.5.0
10022026-07-04T15:02:34.350Z Downloaded rcgen v0.12.1
10032026-07-04T15:02:34.350Z Downloaded stable_deref_trait v1.2.1
10042026-07-04T15:02:34.350Z Downloaded strsim v0.10.0
10052026-07-04T15:02:34.353Z Downloaded strip-ansi-escapes v0.2.1
10062026-07-04T15:02:34.353Z Downloaded num-bigint v0.4.6
10072026-07-04T15:02:34.356Z Downloaded signal-hook-registry v1.4.8
10082026-07-04T15:02:34.356Z Downloaded internal-russh-num-bigint v0.5.0
10092026-07-04T15:02:34.359Z Downloaded itertools v0.10.5
10102026-07-04T15:02:34.362Z Downloaded strum v0.27.2
10112026-07-04T15:02:34.365Z Downloaded strum v0.26.3
10122026-07-04T15:02:34.365Z Downloaded simd-adler32 v0.3.8
10132026-07-04T15:02:34.365Z Downloaded prettyplease v0.2.37
10142026-07-04T15:02:34.368Z Downloaded structmeta-derive v0.3.0
10152026-07-04T15:02:34.368Z Downloaded structmeta v0.3.0
10162026-07-04T15:02:34.372Z Downloaded pretty_assertions v1.4.1
10172026-07-04T15:02:34.372Z Downloaded slog-async v2.8.0
10182026-07-04T15:02:34.372Z Downloaded progenitor-impl v0.13.0
10192026-07-04T15:02:34.375Z Downloaded slog-json v2.6.1
10202026-07-04T15:02:34.375Z Downloaded prefix-trie v0.7.0
10212026-07-04T15:02:34.378Z Downloaded progenitor-impl v0.14.0
10222026-07-04T15:02:34.378Z Downloaded sync_wrapper v1.0.2
10232026-07-04T15:02:34.378Z Downloaded slab v0.4.12
10242026-07-04T15:02:34.381Z Downloaded siphasher v1.0.2
10252026-07-04T15:02:34.382Z Downloaded openssl-sys v0.9.115
10262026-07-04T15:02:34.385Z Downloaded scroll v0.13.0
10272026-07-04T15:02:34.385Z Downloaded shlex v1.3.0
10282026-07-04T15:02:34.388Z Downloaded slog-dtrace v0.3.0
10292026-07-04T15:02:34.388Z Downloaded smallvec v0.6.14
10302026-07-04T15:02:34.388Z Downloaded slog-term v2.9.2
10312026-07-04T15:02:34.392Z Downloaded snafu-derive v0.8.9
10322026-07-04T15:02:34.392Z Downloaded sync-ptr v0.1.4
10332026-07-04T15:02:34.392Z Downloaded tap v1.0.1
10342026-07-04T15:02:34.395Z Downloaded ron v0.8.1
10352026-07-04T15:02:34.398Z Downloaded smf v0.2.3
10362026-07-04T15:02:34.398Z Downloaded slog-stdlog v4.1.1
10372026-07-04T15:02:34.398Z Downloaded slog-scope v4.4.1
10382026-07-04T15:02:34.401Z Downloaded serde_cbor v0.11.2
10392026-07-04T15:02:34.401Z Downloaded tabwriter v1.4.1
10402026-07-04T15:02:34.404Z Downloaded tagptr v0.2.0
10412026-07-04T15:02:34.404Z Downloaded supports-color v3.0.2
10422026-07-04T15:02:34.404Z Downloaded rustls-native-certs v0.8.3
10432026-07-04T15:02:34.407Z Downloaded spki v0.7.3
10442026-07-04T15:02:34.407Z Downloaded tabled_derive v0.11.0
10452026-07-04T15:02:34.407Z Downloaded rustls-pki-types v1.14.0
10462026-07-04T15:02:34.410Z Downloaded subtle v2.6.1
10472026-07-04T15:02:34.410Z Downloaded take_mut v0.2.2
10482026-07-04T15:02:34.417Z Downloaded sha2 v0.11.0
10492026-07-04T15:02:34.420Z Downloaded rustls-platform-verifier v0.6.2
10502026-07-04T15:02:34.423Z Downloaded sqlformat v0.3.5
10512026-07-04T15:02:34.423Z Downloaded testing_table v0.3.0
10522026-07-04T15:02:34.426Z Downloaded serde_with_macros v3.17.0
10532026-07-04T15:02:34.426Z Downloaded stringprep v0.1.5
10542026-07-04T15:02:34.429Z Downloaded static_assertions v1.1.0
10552026-07-04T15:02:34.429Z Downloaded thread-id v5.1.0
10562026-07-04T15:02:34.429Z Downloaded sapling-renderdag v0.1.0
10572026-07-04T15:02:34.432Z Downloaded ryu v1.0.23
10582026-07-04T15:02:34.432Z Downloaded ssh-cipher v0.3.0-rc.9
10592026-07-04T15:02:34.435Z Downloaded ssh-encoding v0.3.0-rc.9
10602026-07-04T15:02:34.435Z Downloaded string_cache v0.8.9
10612026-07-04T15:02:34.438Z Downloaded stacker v0.1.23
10622026-07-04T15:02:34.438Z Downloaded rayon-core v1.13.0
10632026-07-04T15:02:34.441Z Downloaded mio v1.2.0
10642026-07-04T15:02:34.444Z Downloaded quinn v0.11.9
10652026-07-04T15:02:34.447Z Downloaded qorb v0.4.1
10662026-07-04T15:02:34.450Z Downloaded support-bundle-viewer v0.1.2
10672026-07-04T15:02:34.450Z Downloaded strum_macros v0.27.2
10682026-07-04T15:02:34.453Z Downloaded time-core v0.1.8
10692026-07-04T15:02:34.453Z Downloaded strum_macros v0.26.4
10702026-07-04T15:02:34.456Z Downloaded itertools v0.12.1
10712026-07-04T15:02:34.459Z Downloaded publicsuffix v2.3.0
10722026-07-04T15:02:34.465Z Downloaded tokio-macros v2.7.0
10732026-07-04T15:02:34.482Z Downloaded tinyvec_macros v0.1.1
10742026-07-04T15:02:34.492Z Downloaded thiserror-impl-no-std v2.0.2
10752026-07-04T15:02:34.499Z Downloaded rand v0.8.6
10762026-07-04T15:02:34.499Z Downloaded spin v0.9.8
10772026-07-04T15:02:34.499Z Downloaded spki v0.8.0
10782026-07-04T15:02:34.499Z Downloaded serde_yaml v0.9.34+deprecated
10792026-07-04T15:02:34.503Z Downloaded tokio-test v0.4.5
10802026-07-04T15:02:34.503Z Downloaded thread_local v1.1.9
10812026-07-04T15:02:34.507Z Downloaded termtree v0.5.1
10822026-07-04T15:02:34.507Z Downloaded tower-service v0.3.3
10832026-07-04T15:02:34.507Z Downloaded topological-sort v0.2.2
10842026-07-04T15:02:34.507Z Downloaded tower-layer v0.3.3
10852026-07-04T15:02:34.511Z Downloaded time-macros v0.2.27
10862026-07-04T15:02:34.511Z Downloaded thiserror-no-std v2.0.2
10872026-07-04T15:02:34.514Z Downloaded itertools v0.13.0
10882026-07-04T15:02:34.517Z Downloaded nom v7.1.3
10892026-07-04T15:02:34.520Z Downloaded unarray v0.1.4
10902026-07-04T15:02:34.523Z Downloaded try-lock v0.2.5
10912026-07-04T15:02:34.523Z Downloaded trait-variant v0.1.2
10922026-07-04T15:02:34.523Z Downloaded tiny-keccak v2.0.2
10932026-07-04T15:02:34.526Z Downloaded slog v2.8.2
10942026-07-04T15:02:34.529Z Downloaded typify-macro v0.6.2
10952026-07-04T15:02:34.529Z Downloaded unicode-xid v0.2.6
10962026-07-04T15:02:34.529Z Downloaded rsa v0.9.10
10972026-07-04T15:02:34.532Z Downloaded hyper v1.10.1
10982026-07-04T15:02:34.537Z Downloaded untrusted v0.7.1
10992026-07-04T15:02:34.540Z Downloaded tokio-dtrace v0.1.1
11002026-07-04T15:02:34.540Z Downloaded synstructure v0.13.2
11012026-07-04T15:02:34.540Z Downloaded smallvec v1.15.1
11022026-07-04T15:02:34.542Z Downloaded usdt v0.6.0
11032026-07-04T15:02:34.542Z Downloaded universal-hash v0.6.1
11042026-07-04T15:02:34.542Z Downloaded tls_codec_derive v0.4.2
11052026-07-04T15:02:34.547Z Downloaded tokio-native-tls v0.3.1
11062026-07-04T15:02:34.547Z Downloaded universal-hash v0.5.1
11072026-07-04T15:02:34.549Z Downloaded unit-prefix v0.5.2
11082026-07-04T15:02:34.549Z Downloaded tls_codec v0.4.2
11092026-07-04T15:02:34.549Z Downloaded tinystr v0.8.2
11102026-07-04T15:02:34.549Z Downloaded untrusted v0.9.0
11112026-07-04T15:02:34.552Z Downloaded utf8_iter v1.0.4
11122026-07-04T15:02:34.552Z Downloaded usdt-attr-macro v0.6.0
11132026-07-04T15:02:34.552Z Downloaded socket2 v0.6.3
11142026-07-04T15:02:34.555Z Downloaded icu_properties_data v2.1.2
11152026-07-04T15:02:34.558Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11162026-07-04T15:02:34.561Z Downloaded rand v0.9.2
11172026-07-04T15:02:34.564Z Downloaded utf-8 v0.7.6
11182026-07-04T15:02:34.564Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-07-04T15:02:34.564Z Downloaded tokio-tungstenite v0.23.1
11202026-07-04T15:02:34.568Z Downloaded term v1.2.1
11212026-07-04T15:02:34.570Z Downloaded blake3 v1.8.5
11222026-07-04T15:02:34.573Z Downloaded usdt-macro v0.6.0
11232026-07-04T15:02:34.573Z Downloaded rustls-webpki v0.103.13
11242026-07-04T15:02:34.576Z Downloaded signal-hook v0.3.18
11252026-07-04T15:02:34.576Z Downloaded toml_writer v1.1.1+spec-1.1.0
11262026-07-04T15:02:34.579Z Downloaded libxml v0.3.3
11272026-07-04T15:02:34.581Z Downloaded idna v1.1.0
11282026-07-04T15:02:34.584Z Downloaded hkdf v0.12.4
11292026-07-04T15:02:34.586Z Downloaded void v1.0.2
11302026-07-04T15:02:34.586Z Downloaded schemars v1.2.1
11312026-07-04T15:02:34.593Z Downloaded p521 v0.14.0-rc.10
11322026-07-04T15:02:34.596Z Downloaded schemars v0.8.22
11332026-07-04T15:02:34.601Z Downloaded want v0.3.1
11342026-07-04T15:02:34.604Z Downloaded waitgroup v0.1.2
11352026-07-04T15:02:34.604Z Downloaded wait-timeout v0.2.1
11362026-07-04T15:02:34.604Z Downloaded tui-tree-widget v0.23.1
11372026-07-04T15:02:34.606Z Downloaded subprocess v0.2.15
11382026-07-04T15:02:34.609Z Downloaded hkdf v0.13.0
11392026-07-04T15:02:34.609Z Downloaded snafu v0.8.9
11402026-07-04T15:02:34.612Z Downloaded socket2 v0.5.10
11412026-07-04T15:02:34.615Z Downloaded iri-string v0.7.10
11422026-07-04T15:02:34.617Z Downloaded tokio-tungstenite v0.21.0
11432026-07-04T15:02:34.620Z Downloaded xshell-macros v0.2.7
11442026-07-04T15:02:34.620Z Downloaded unicode-truncate v1.1.0
11452026-07-04T15:02:34.620Z Downloaded strum_macros v0.24.3
11462026-07-04T15:02:34.622Z Downloaded xattr v1.6.1
11472026-07-04T15:02:34.622Z Downloaded rand v0.10.1
11482026-07-04T15:02:34.625Z Downloaded aws-lc-rs v1.16.3
11492026-07-04T15:02:34.629Z Downloaded yoke-derive v0.8.1
11502026-07-04T15:02:34.632Z Downloaded term v0.7.0
11512026-07-04T15:02:34.635Z Downloaded uzers v0.12.2
11522026-07-04T15:02:34.635Z Downloaded usdt-impl v0.6.0
11532026-07-04T15:02:34.635Z Downloaded crypto-primes v0.7.2
11542026-07-04T15:02:34.637Z Downloaded nom v8.0.0
11552026-07-04T15:02:34.640Z Downloaded tokio-stream v0.1.18
11562026-07-04T15:02:34.643Z Downloaded tokio-rustls v0.26.4
11572026-07-04T15:02:34.645Z Downloaded similar v2.7.0
11582026-07-04T15:02:34.648Z Downloaded zerofrom v0.1.6
11592026-07-04T15:02:34.648Z Downloaded futures-util v0.3.32
11602026-07-04T15:02:34.653Z Downloaded zeroize_derive v1.4.3
11612026-07-04T15:02:34.656Z Downloaded vsss-rs v3.3.4
11622026-07-04T15:02:34.656Z Downloaded samael v0.0.19
11632026-07-04T15:02:34.659Z Downloaded tracing-attributes v0.1.31
11642026-07-04T15:02:34.662Z Downloaded vergen-lib v0.1.6
11652026-07-04T15:02:34.664Z Downloaded vergen-git2 v9.1.0
11662026-07-04T15:02:34.664Z Downloaded test-strategy v0.4.5
11672026-07-04T15:02:34.667Z Downloaded zone_cfg_derive v0.3.1
11682026-07-04T15:02:34.667Z Downloaded vergen-lib v9.1.0
11692026-07-04T15:02:34.667Z Downloaded twox-hash v2.1.2
11702026-07-04T15:02:34.670Z Downloaded h2 v0.4.15
11712026-07-04T15:02:34.672Z Downloaded walkdir v2.5.0
11722026-07-04T15:02:34.675Z Downloaded whoami v2.1.0
11732026-07-04T15:02:34.678Z Downloaded bitvec v1.0.1
11742026-07-04T15:02:34.683Z Downloaded unicode-properties v0.1.4
11752026-07-04T15:02:34.686Z Downloaded unicase v2.9.0
11762026-07-04T15:02:34.686Z Downloaded xshell v0.2.7
11772026-07-04T15:02:34.688Z Downloaded libm v0.2.16
11782026-07-04T15:02:34.692Z Downloaded itertools v0.14.0
11792026-07-04T15:02:34.696Z Downloaded whoami v1.6.1
11802026-07-04T15:02:34.699Z Downloaded toml v1.1.2+spec-1.1.0
11812026-07-04T15:02:34.701Z Downloaded writeable v0.6.2
11822026-07-04T15:02:34.702Z Downloaded schemars v0.9.0
11832026-07-04T15:02:34.707Z Downloaded wyz v0.5.1
11842026-07-04T15:02:34.711Z Downloaded tinyvec v1.10.0
11852026-07-04T15:02:34.711Z Downloaded tar v0.4.45
11862026-07-04T15:02:34.714Z Downloaded steno v0.4.1
11872026-07-04T15:02:34.714Z Downloaded vergen v9.1.0
11882026-07-04T15:02:34.719Z Downloaded toml v0.7.8
11892026-07-04T15:02:34.719Z Downloaded zone v0.3.1
11902026-07-04T15:02:34.719Z Downloaded zeroize v1.8.2
11912026-07-04T15:02:34.719Z Downloaded zerofrom-derive v0.1.6
11922026-07-04T15:02:34.719Z Downloaded toml_parser v1.1.2+spec-1.1.0
11932026-07-04T15:02:34.722Z Downloaded bindgen v0.71.1
11942026-07-04T15:02:34.724Z Downloaded rustyline v14.0.0
11952026-07-04T15:02:34.727Z Downloaded tungstenite v0.21.0
11962026-07-04T15:02:34.729Z Downloaded num-bigint-dig v0.8.6
11972026-07-04T15:02:34.732Z Downloaded vergen-gitcl v1.0.8
11982026-07-04T15:02:34.732Z Downloaded tungstenite v0.23.0
11992026-07-04T15:02:34.734Z Downloaded chrono v0.4.44
12002026-07-04T15:02:34.737Z Downloaded zstd-safe v7.2.4
12012026-07-04T15:02:34.739Z Downloaded zstd v0.13.3
12022026-07-04T15:02:34.742Z Downloaded rsa v0.10.0-rc.18
12032026-07-04T15:02:34.745Z Downloaded rpassword v7.4.0
12042026-07-04T15:02:34.745Z Downloaded termios v0.3.3
12052026-07-04T15:02:34.747Z Downloaded hashbrown v0.15.5
12062026-07-04T15:02:34.750Z Downloaded typify v0.6.2
12072026-07-04T15:02:34.750Z Downloaded unicode-bidi v0.3.18
12082026-07-04T15:02:34.753Z Downloaded uuid v1.23.4
12092026-07-04T15:02:34.755Z Downloaded hashbrown v0.16.1
12102026-07-04T15:02:34.758Z Downloaded zerovec-derive v0.11.2
12112026-07-04T15:02:34.758Z Downloaded serde_with v1.14.0
12122026-07-04T15:02:34.761Z Downloaded unsafe-libyaml v0.2.11
12132026-07-04T15:02:34.765Z Downloaded vte v0.14.1
12142026-07-04T15:02:34.767Z Downloaded yoke v0.8.1
12152026-07-04T15:02:34.767Z Downloaded yasna v0.5.2
12162026-07-04T15:02:34.770Z Downloaded iddqd v0.4.2
12172026-07-04T15:02:34.775Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-07-04T15:02:34.779Z Downloaded zerocopy v0.6.6
12192026-07-04T15:02:34.798Z Downloaded toml_edit v0.19.15
12202026-07-04T15:02:34.807Z Downloaded tracing-core v0.1.36
12212026-07-04T15:02:34.810Z Downloaded reedline v0.40.0
12222026-07-04T15:02:34.820Z Downloaded reqwest v0.13.2
12232026-07-04T15:02:34.828Z Downloaded portable-atomic v1.13.1
12242026-07-04T15:02:34.832Z Downloaded git2 v0.20.4
12252026-07-04T15:02:34.836Z Downloaded yansi v1.0.1
12262026-07-04T15:02:34.847Z Downloaded zip v0.6.6
12272026-07-04T15:02:34.852Z Downloaded zopfli v0.8.3
12282026-07-04T15:02:34.854Z Downloaded p384 v0.13.1
12292026-07-04T15:02:34.859Z Downloaded regex v1.12.3
12302026-07-04T15:02:34.863Z Downloaded reqwest v0.12.28
12312026-07-04T15:02:34.868Z Downloaded tokio-postgres v0.7.16
12322026-07-04T15:02:34.871Z Downloaded moka v0.12.13
12332026-07-04T15:02:34.876Z Downloaded url v2.5.8
12342026-07-04T15:02:34.879Z Downloaded unicode_categories v0.1.1
12352026-07-04T15:02:34.891Z Downloaded zerotrie v0.2.3
12362026-07-04T15:02:34.896Z Downloaded ssh-key v0.7.0-rc.10
12372026-07-04T15:02:34.905Z Downloaded rayon v1.11.0
12382026-07-04T15:02:34.909Z Downloaded unicode-segmentation v1.12.0
12392026-07-04T15:02:34.912Z Downloaded typed-path v0.9.3
12402026-07-04T15:02:34.915Z Downloaded lalrpop v0.19.12
12412026-07-04T15:02:34.929Z Downloaded quick-xml v0.37.5
12422026-07-04T15:02:34.932Z Downloaded zerocopy-derive v0.8.40
12432026-07-04T15:02:34.943Z Downloaded salty v0.3.0
12442026-07-04T15:02:34.947Z Downloaded serde_with v3.17.0
12452026-07-04T15:02:34.954Z Downloaded tough v0.22.0
12462026-07-04T15:02:34.959Z Downloaded x509-cert v0.2.5
12472026-07-04T15:02:34.963Z Downloaded petname v2.0.2
12482026-07-04T15:02:34.966Z Downloaded goblin v0.10.5
12492026-07-04T15:02:34.978Z Downloaded tower v0.5.3
12502026-07-04T15:02:34.982Z Downloaded zerovec v0.11.5
12512026-07-04T15:02:34.985Z Downloaded unicode-normalization v0.1.25
12522026-07-04T15:02:34.988Z Downloaded curve25519-dalek v4.1.3
12532026-07-04T15:02:34.992Z Downloaded proptest v1.10.0
12542026-07-04T15:02:34.998Z Downloaded crypto-bigint v0.7.5
12552026-07-04T15:02:35.006Z Downloaded tower-http v0.6.8
12562026-07-04T15:02:35.011Z Downloaded zip v4.6.1
12572026-07-04T15:02:35.015Z Downloaded object v0.30.4
12582026-07-04T15:02:35.028Z Downloaded winnow v0.5.40
12592026-07-04T15:02:35.033Z Downloaded russh v0.61.2
12602026-07-04T15:02:35.038Z Downloaded radix_trie v0.2.1
12612026-07-04T15:02:35.041Z Downloaded bstr v1.12.1
12622026-07-04T15:02:35.046Z Downloaded tokio-util v0.7.18
12632026-07-04T15:02:35.049Z Downloaded quinn-proto v0.11.13
12642026-07-04T15:02:35.054Z Downloaded nix v0.27.1
12652026-07-04T15:02:35.072Z Downloaded curve25519-dalek v5.0.0-rc.0
12662026-07-04T15:02:35.081Z Downloaded winnow v1.0.3
12672026-07-04T15:02:35.092Z Downloaded dropshot v0.17.1
12682026-07-04T15:02:35.104Z Downloaded polar-core v0.27.3
12692026-07-04T15:02:35.109Z Downloaded tabled v0.20.0
12702026-07-04T15:02:35.118Z Downloaded winnow v0.6.26
12712026-07-04T15:02:35.123Z Downloaded nix v0.28.0
12722026-07-04T15:02:35.129Z Downloaded hickory-proto v0.24.4
12732026-07-04T15:02:35.138Z Downloaded time v0.3.47
12742026-07-04T15:02:35.144Z Downloaded regex-syntax v0.6.29
12752026-07-04T15:02:35.147Z Downloaded nix v0.31.2
12762026-07-04T15:02:35.155Z Downloaded zlib-rs v0.6.2
12772026-07-04T15:02:35.158Z Downloaded object v0.37.3
12782026-07-04T15:02:35.164Z Downloaded openssl v0.10.79
12792026-07-04T15:02:35.169Z Downloaded vcpkg v0.2.15
12802026-07-04T15:02:35.191Z Downloaded smoltcp v0.9.1
12812026-07-04T15:02:35.198Z Downloaded hickory-proto v0.25.2
12822026-07-04T15:02:35.205Z Downloaded zerocopy v0.8.40
12832026-07-04T15:02:35.211Z Downloaded smoltcp v0.11.0
12842026-07-04T15:02:35.217Z Downloaded regress v0.10.5
12852026-07-04T15:02:35.222Z Downloaded regex-syntax v0.8.10
12862026-07-04T15:02:35.226Z Downloaded diesel v2.3.7
12872026-07-04T15:02:35.238Z Downloaded rustls v0.23.41
12882026-07-04T15:02:35.246Z Downloaded rustix v0.38.44
12892026-07-04T15:02:35.260Z Downloaded regress v0.11.1
12902026-07-04T15:02:35.265Z Downloaded openapiv3 v2.2.0
12912026-07-04T15:02:35.320Z Downloaded sqlparser v0.61.0
12922026-07-04T15:02:35.326Z Downloaded tracing v0.1.44
12932026-07-04T15:02:35.340Z Downloaded sha3 v0.11.0
12942026-07-04T15:02:35.344Z Downloaded ratatui v0.29.0
12952026-07-04T15:02:35.355Z Downloaded sled v0.34.7
12962026-07-04T15:02:35.361Z Downloaded fiat-crypto v0.3.0
12972026-07-04T15:02:35.377Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-04T15:02:35.384Z Downloaded typify-impl v0.6.2
12992026-07-04T15:02:35.423Z Downloaded csv v1.4.0
13002026-07-04T15:02:35.436Z Downloaded libz-sys v1.1.24
13012026-07-04T15:02:35.448Z Downloaded zerocopy-derive v0.6.6
13022026-07-04T15:02:35.454Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-07-04T15:02:35.466Z Downloaded petgraph v0.6.5
13042026-07-04T15:02:35.476Z Downloaded jiff v0.2.21
13052026-07-04T15:02:35.486Z Downloaded chrono-tz v0.10.4
13062026-07-04T15:02:35.497Z Downloaded tokio v1.52.1
13072026-07-04T15:02:35.520Z Downloaded regex-automata v0.4.14
13082026-07-04T15:02:35.544Z Downloaded petgraph v0.8.3
13092026-07-04T15:02:35.558Z Downloaded sha3 v0.10.8
13102026-07-04T15:02:35.585Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-04T15:02:35.657Z Downloaded encoding_rs v0.8.35
13122026-07-04T15:02:35.685Z Downloaded ring v0.17.14
13132026-07-04T15:02:36.211Z Downloaded aws-lc-sys v0.40.0
13142026-07-04T15:02:36.458Z Compiling libc v0.2.185
13152026-07-04T15:02:36.458Z Compiling serde_core v1.0.228
13162026-07-04T15:02:36.458Z Compiling serde v1.0.228
13172026-07-04T15:02:36.461Z Compiling log v0.4.29
13182026-07-04T15:02:36.461Z Compiling smallvec v1.15.1
13192026-07-04T15:02:36.461Z Compiling shlex v1.3.0
13202026-07-04T15:02:36.461Z Compiling find-msvc-tools v0.1.9
13212026-07-04T15:02:36.461Z Compiling syn v2.0.117
13222026-07-04T15:02:36.794Z Compiling subtle v2.6.1
13232026-07-04T15:02:36.806Z Compiling scopeguard v1.2.0
13242026-07-04T15:02:36.809Z Compiling stable_deref_trait v1.2.1
13252026-07-04T15:02:36.876Z Compiling typenum v1.20.1
13262026-07-04T15:02:36.890Z Compiling serde_json v1.0.150
13272026-07-04T15:02:36.917Z Compiling lock_api v0.4.14
13282026-07-04T15:02:36.958Z Compiling portable-atomic v1.13.1
13292026-07-04T15:02:36.983Z Compiling zerocopy v0.8.40
13302026-07-04T15:02:37.100Z Compiling parking_lot_core v0.9.12
13312026-07-04T15:02:37.135Z Compiling pin-project-lite v0.2.17
13322026-07-04T15:02:37.229Z Compiling critical-section v1.2.0
13332026-07-04T15:02:37.339Z Compiling pkg-config v0.3.32
13342026-07-04T15:02:37.370Z Compiling futures-core v0.3.32
13352026-07-04T15:02:37.428Z Compiling jobserver v0.1.34
13362026-07-04T15:02:37.443Z Compiling errno v0.3.14
13372026-07-04T15:02:37.531Z Compiling getrandom v0.2.17
13382026-07-04T15:02:37.593Z Compiling signal-hook-registry v1.4.8
13392026-07-04T15:02:37.655Z Compiling cc v1.2.56
13402026-07-04T15:02:37.754Z Compiling rand_core v0.6.4
13412026-07-04T15:02:37.855Z Compiling libm v0.2.16
13422026-07-04T15:02:37.881Z Compiling getrandom v0.4.1
13432026-07-04T15:02:38.002Z Compiling once_cell v1.21.3
13442026-07-04T15:02:38.019Z Compiling parking_lot v0.12.5
13452026-07-04T15:02:38.077Z Compiling mio v1.2.0
13462026-07-04T15:02:38.185Z Compiling num-traits v0.2.19
13472026-07-04T15:02:38.210Z Compiling generic-array v0.14.7
13482026-07-04T15:02:38.248Z Compiling const-oid v0.9.6
13492026-07-04T15:02:38.378Z Compiling rand_core v0.10.0
13502026-07-04T15:02:38.542Z Compiling percent-encoding v2.3.2
13512026-07-04T15:02:38.552Z Compiling writeable v0.6.2
13522026-07-04T15:02:38.739Z Compiling bitflags v2.11.0
13532026-07-04T15:02:38.755Z Compiling litemap v0.8.1
13542026-07-04T15:02:38.765Z Compiling semver v1.0.28
13552026-07-04T15:02:38.934Z Compiling socket2 v0.6.3
13562026-07-04T15:02:38.959Z Compiling icu_properties_data v2.1.2
13572026-07-04T15:02:38.972Z Compiling icu_normalizer_data v2.1.1
13582026-07-04T15:02:39.072Z Compiling futures-sink v0.3.32
13592026-07-04T15:02:39.180Z Compiling futures-channel v0.3.32
13602026-07-04T15:02:39.294Z Compiling synstructure v0.13.2
13612026-07-04T15:02:39.321Z Compiling slab v0.4.12
13622026-07-04T15:02:39.336Z Compiling futures-task v0.3.32
13632026-07-04T15:02:39.398Z Compiling futures-io v0.3.32
13642026-07-04T15:02:39.526Z Compiling indexmap v2.14.0
13652026-07-04T15:02:39.557Z Compiling getrandom v0.3.4
13662026-07-04T15:02:39.606Z Compiling rustversion v1.0.22
13672026-07-04T15:02:39.645Z Compiling utf8_iter v1.0.4
13682026-07-04T15:02:39.792Z Compiling form_urlencoded v1.2.2
13692026-07-04T15:02:39.858Z Compiling cmake v0.1.57
13702026-07-04T15:02:39.925Z Compiling ident_case v1.0.1
13712026-07-04T15:02:39.957Z Compiling rustix v1.1.3
13722026-07-04T15:02:39.983Z Compiling dunce v1.0.5
13732026-07-04T15:02:40.044Z Compiling fs_extra v1.3.0
13742026-07-04T15:02:40.075Z Compiling regex-syntax v0.8.10
13752026-07-04T15:02:40.194Z Compiling iana-time-zone v0.1.65
13762026-07-04T15:02:40.259Z Compiling vcpkg v0.2.15
13772026-07-04T15:02:40.327Z Compiling aws-lc-sys v0.40.0
13782026-07-04T15:02:40.400Z Compiling base64ct v1.8.3
13792026-07-04T15:02:40.530Z Compiling rand_core v0.9.5
13802026-07-04T15:02:40.631Z Compiling pem-rfc7468 v0.7.0
13812026-07-04T15:02:40.699Z Compiling rustc_version v0.4.1
13822026-07-04T15:02:40.810Z Compiling uuid v1.23.4
13832026-07-04T15:02:40.938Z Compiling tracing-core v0.1.36
13842026-07-04T15:02:41.006Z Compiling openssl-sys v0.9.115
13852026-07-04T15:02:41.023Z Compiling base64 v0.22.1
13862026-07-04T15:02:41.097Z Compiling serde_derive v1.0.228
13872026-07-04T15:02:41.345Z Compiling zeroize_derive v1.4.3
13882026-07-04T15:02:41.495Z Compiling zerofrom-derive v0.1.6
13892026-07-04T15:02:41.539Z Compiling yoke-derive v0.8.1
13902026-07-04T15:02:41.554Z Compiling zerovec-derive v0.11.2
13912026-07-04T15:02:41.711Z Compiling zerocopy-derive v0.8.40
13922026-07-04T15:02:42.017Z Compiling zeroize v1.8.2
13932026-07-04T15:02:42.225Z Compiling displaydoc v0.2.5
13942026-07-04T15:02:42.703Z Compiling tokio-macros v2.7.0
13952026-07-04T15:02:42.717Z Compiling futures-macro v0.3.32
13962026-07-04T15:02:42.913Z Compiling zerofrom v0.1.6
13972026-07-04T15:02:42.998Z Compiling crypto-common v0.1.7
13982026-07-04T15:02:43.024Z Compiling yoke v0.8.1
13992026-07-04T15:02:43.039Z Compiling block-buffer v0.10.4
14002026-07-04T15:02:43.146Z Compiling thiserror-impl v2.0.18
14012026-07-04T15:02:43.209Z Compiling zerovec v0.11.5
14022026-07-04T15:02:43.224Z Compiling zerotrie v0.2.3
14032026-07-04T15:02:43.441Z Compiling digest v0.10.7
14042026-07-04T15:02:43.521Z Compiling der_derive v0.7.3
14052026-07-04T15:02:43.536Z Compiling futures-util v0.3.32
14062026-07-04T15:02:43.685Z Compiling tinystr v0.8.2
14072026-07-04T15:02:43.716Z Compiling potential_utf v0.1.4
14082026-07-04T15:02:43.877Z Compiling icu_locale_core v2.1.1
14092026-07-04T15:02:43.892Z Compiling icu_collections v2.1.1
14102026-07-04T15:02:44.375Z Compiling tracing-attributes v0.1.31
14112026-07-04T15:02:44.480Z Compiling aws-lc-rs v1.16.3
14122026-07-04T15:02:44.541Z Compiling icu_provider v2.1.1
14132026-07-04T15:02:44.672Z Compiling bytes v1.11.1
14142026-07-04T15:02:44.798Z Compiling icu_properties v2.1.2
14152026-07-04T15:02:44.814Z Compiling icu_normalizer v2.1.1
14162026-07-04T15:02:44.835Z Compiling chrono v0.4.44
14172026-07-04T15:02:45.294Z Compiling tokio v1.52.1
14182026-07-04T15:02:45.352Z Compiling http v1.4.2
14192026-07-04T15:02:45.766Z Compiling idna_adapter v1.2.1
14202026-07-04T15:02:45.879Z Compiling idna v1.1.0
14212026-07-04T15:02:45.894Z Compiling flagset v0.4.7
14222026-07-04T15:02:45.909Z Compiling tracing v0.1.44
14232026-07-04T15:02:46.025Z Compiling http-body v1.0.1
14242026-07-04T15:02:46.177Z Compiling ppv-lite86 v0.2.21
14252026-07-04T15:02:46.180Z Compiling url v2.5.8
14262026-07-04T15:02:46.235Z Compiling der v0.7.10
14272026-07-04T15:02:46.254Z Compiling thiserror v2.0.18
14282026-07-04T15:02:46.283Z Compiling rustls-pki-types v1.14.0
14292026-07-04T15:02:46.498Z Compiling rand_chacha v0.9.0
14302026-07-04T15:02:46.523Z Compiling tinyvec_macros v0.1.1
14312026-07-04T15:02:46.538Z Compiling openssl-probe v0.2.1
14322026-07-04T15:02:46.590Z Compiling httparse v1.10.1
14332026-07-04T15:02:46.706Z Compiling cmov v0.5.4
14342026-07-04T15:02:46.723Z Compiling rand v0.9.2
14352026-07-04T15:02:46.910Z Compiling ctutils v0.4.2
14362026-07-04T15:02:46.952Z Compiling tinyvec v1.10.0
14372026-07-04T15:02:46.979Z Compiling pest_generator v2.8.6
14382026-07-04T15:02:47.134Z Compiling spki v0.7.3
14392026-07-04T15:02:47.167Z Compiling serde_derive_internals v0.29.1
14402026-07-04T15:02:47.286Z Compiling aho-corasick v1.1.4
14412026-07-04T15:02:47.330Z Compiling tower-layer v0.3.3
14422026-07-04T15:02:47.398Z Compiling untrusted v0.7.1
14432026-07-04T15:02:47.485Z Compiling dyn-clone v1.0.20
14442026-07-04T15:02:47.499Z Compiling try-lock v0.2.5
14452026-07-04T15:02:47.517Z Compiling atomic-waker v1.1.2
14462026-07-04T15:02:47.600Z Compiling tower-service v0.3.3
14472026-07-04T15:02:47.614Z Compiling schemars v0.8.22
14482026-07-04T15:02:47.636Z Compiling want v0.3.1
14492026-07-04T15:02:47.649Z Compiling pest_derive v2.8.6
14502026-07-04T15:02:47.688Z Compiling tempfile v3.25.0
14512026-07-04T15:02:47.791Z Compiling hybrid-array v0.4.13
14522026-07-04T15:02:48.025Z Compiling schemars_derive v0.8.22
14532026-07-04T15:02:48.041Z Compiling ipnet v2.11.0
14542026-07-04T15:02:48.072Z Compiling regex-automata v0.4.14
14552026-07-04T15:02:48.112Z Compiling scroll_derive v0.13.1
14562026-07-04T15:02:48.523Z Compiling darling_core v0.20.11
14572026-07-04T15:02:48.546Z Compiling httpdate v1.0.3
14582026-07-04T15:02:48.767Z Compiling openssl v0.10.79
14592026-07-04T15:02:48.901Z Compiling cpufeatures v0.2.17
14602026-07-04T15:02:48.915Z Compiling foreign-types-shared v0.1.1
14612026-07-04T15:02:48.974Z Compiling tokio-util v0.7.18
14622026-07-04T15:02:48.994Z Compiling rustls v0.23.41
14632026-07-04T15:02:49.008Z Compiling untrusted v0.9.0
14642026-07-04T15:02:49.142Z Compiling foreign-types v0.3.2
14652026-07-04T15:02:49.174Z Compiling scroll v0.13.0
14662026-07-04T15:02:49.211Z Compiling pkcs8 v0.10.2
14672026-07-04T15:02:49.437Z Compiling unicode-normalization v0.1.25
14682026-07-04T15:02:49.902Z Compiling h2 v0.4.15
14692026-07-04T15:02:49.919Z Compiling openssl-macros v0.1.1
14702026-07-04T15:02:50.004Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-04T15:02:50.314Z Compiling spin v0.9.8
14722026-07-04T15:02:50.396Z Compiling native-tls v0.2.18
14732026-07-04T15:02:50.519Z Compiling time-core v0.1.8
14742026-07-04T15:02:50.522Z Compiling crc32fast v1.5.0
14752026-07-04T15:02:50.609Z Compiling num-conv v0.2.0
14762026-07-04T15:02:50.665Z Compiling powerfmt v0.2.0
14772026-07-04T15:02:50.738Z Compiling time-macros v0.2.27
14782026-07-04T15:02:50.784Z Compiling darling_macro v0.20.11
14792026-07-04T15:02:50.854Z Compiling deranged v0.5.8
14802026-07-04T15:02:51.249Z Compiling darling v0.20.11
14812026-07-04T15:02:51.330Z Compiling goblin v0.10.5
14822026-07-04T15:02:51.790Z Compiling sha2 v0.10.9
14832026-07-04T15:02:51.790Z Compiling hmac v0.12.1
14842026-07-04T15:02:51.940Z Compiling sync_wrapper v1.0.2
14852026-07-04T15:02:52.047Z Compiling wait-timeout v0.2.1
14862026-07-04T15:02:52.085Z Compiling bit-vec v0.8.0
14872026-07-04T15:02:52.302Z Compiling crossbeam-utils v0.8.21
14882026-07-04T15:02:52.316Z Compiling simd-adler32 v0.3.8
14892026-07-04T15:02:52.551Z Compiling usdt-impl v0.6.0
14902026-07-04T15:02:52.592Z Compiling quick-error v1.2.3
14912026-07-04T15:02:52.694Z Compiling syn v1.0.109
14922026-07-04T15:02:52.761Z Compiling siphasher v1.0.2
14932026-07-04T15:02:52.942Z Compiling hyper v1.10.1
14942026-07-04T15:02:53.002Z Compiling num_threads v0.1.7
14952026-07-04T15:02:53.099Z Compiling time v0.3.47
14962026-07-04T15:02:53.539Z Compiling rusty-fork v0.3.1
14972026-07-04T15:02:53.804Z Compiling bit-set v0.8.0
14982026-07-04T15:02:53.846Z Compiling tower v0.5.3
14992026-07-04T15:02:53.895Z Compiling derive_builder_core v0.20.2
15002026-07-04T15:02:53.961Z Compiling dof v0.4.0
15012026-07-04T15:02:54.310Z Compiling hyper-util v0.1.20
15022026-07-04T15:02:54.701Z Compiling dtrace-parser v0.3.0
15032026-07-04T15:02:54.716Z Compiling http-body-util v0.1.3
15042026-07-04T15:02:54.784Z Compiling thiserror-impl v1.0.69
15052026-07-04T15:02:54.958Z Compiling scroll_derive v0.12.1
15062026-07-04T15:02:55.146Z Compiling heapless v0.7.17
15072026-07-04T15:02:55.400Z Compiling rand_xorshift v0.4.0
15082026-07-04T15:02:55.431Z Compiling slog v2.8.2
15092026-07-04T15:02:55.463Z Compiling darling_core v0.21.3
15102026-07-04T15:02:55.558Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-04T15:02:55.619Z Compiling thread-id v5.1.0
15122026-07-04T15:02:55.622Z Compiling cookie v0.18.1
15132026-07-04T15:02:55.701Z Compiling paste v1.0.15
15142026-07-04T15:02:55.825Z Compiling allocator-api2 v0.2.21
15152026-07-04T15:02:55.846Z Compiling unicode-properties v0.1.4
15162026-07-04T15:02:55.979Z Compiling iri-string v0.7.10
15172026-07-04T15:02:56.040Z Compiling adler2 v2.0.1
15182026-07-04T15:02:56.043Z Compiling ryu v1.0.23
15192026-07-04T15:02:56.066Z Compiling unicode-bidi v0.3.18
15202026-07-04T15:02:56.140Z Compiling anyhow v1.0.102
15212026-07-04T15:02:56.164Z Compiling unarray v0.1.4
15222026-07-04T15:02:56.221Z Compiling zstd-safe v7.2.4
15232026-07-04T15:02:56.269Z Compiling signal-hook v0.3.18
15242026-07-04T15:02:56.429Z Compiling stringprep v0.1.5
15252026-07-04T15:02:56.480Z Compiling proptest v1.10.0
15262026-07-04T15:02:56.587Z Compiling serde_urlencoded v0.7.1
15272026-07-04T15:02:56.658Z Compiling miniz_oxide v0.8.9
15282026-07-04T15:02:56.820Z Compiling thiserror v1.0.69
15292026-07-04T15:02:57.238Z Compiling tower-http v0.6.8
15302026-07-04T15:02:57.472Z Compiling scroll v0.12.0
15312026-07-04T15:02:57.515Z Compiling derive_builder_macro v0.20.2
15322026-07-04T15:02:57.623Z Compiling camino v1.2.2
15332026-07-04T15:02:57.729Z Compiling tokio-native-tls v0.3.1
15342026-07-04T15:02:57.882Z Compiling darling_macro v0.21.3
15352026-07-04T15:02:57.897Z Compiling bstr v1.12.1
15362026-07-04T15:02:57.969Z Compiling ipnetwork v0.21.1
15372026-07-04T15:02:57.990Z Compiling crypto-common v0.2.2
15382026-07-04T15:02:58.012Z Compiling block-buffer v0.12.1
15392026-07-04T15:02:58.201Z Compiling block-padding v0.4.2
15402026-07-04T15:02:58.345Z Compiling rustls-native-certs v0.8.3
15412026-07-04T15:02:58.359Z Compiling rand_chacha v0.3.1
15422026-07-04T15:02:58.372Z Compiling serde_spanned v0.6.9
15432026-07-04T15:02:58.510Z Compiling toml_datetime v0.6.11
15442026-07-04T15:02:58.526Z Compiling serde_tokenstream v0.2.3
15452026-07-04T15:02:58.626Z Compiling erased-serde v0.3.31
15462026-07-04T15:02:58.755Z Compiling md-5 v0.10.6
15472026-07-04T15:02:58.828Z Compiling signature v2.2.0
15482026-07-04T15:02:58.917Z Compiling zerocopy-derive v0.7.35
15492026-07-04T15:02:59.002Z Compiling async-trait v0.1.89
15502026-07-04T15:02:59.100Z Compiling pin-project-internal v1.1.11
15512026-07-04T15:02:59.131Z Compiling curve25519-dalek v4.1.3
15522026-07-04T15:02:59.531Z Compiling vergen-lib v9.1.0
15532026-07-04T15:02:59.702Z Compiling hash32 v0.2.1
15542026-07-04T15:02:59.725Z Compiling num-integer v0.1.46
15552026-07-04T15:02:59.825Z Compiling memoffset v0.9.1
15562026-07-04T15:02:59.891Z Compiling encoding_rs v0.8.35
15572026-07-04T15:03:00.030Z Compiling ref-cast v1.0.25
15582026-07-04T15:03:00.044Z Compiling litrs v1.0.0
15592026-07-04T15:03:00.076Z Compiling mime v0.3.17
15602026-07-04T15:03:00.237Z Compiling rustix v0.38.44
15612026-07-04T15:03:00.337Z Compiling fallible-iterator v0.2.0
15622026-07-04T15:03:00.351Z Compiling smoltcp v0.9.1
15632026-07-04T15:03:00.554Z Compiling psl-types v2.0.11
15642026-07-04T15:03:00.593Z Compiling num-bigint-dig v0.8.6
15652026-07-04T15:03:00.649Z Compiling cfg_aliases v0.2.1
15662026-07-04T15:03:00.676Z Compiling zlib-rs v0.6.2
15672026-07-04T15:03:00.714Z Compiling publicsuffix v2.3.0
15682026-07-04T15:03:00.728Z Compiling nix v0.31.2
15692026-07-04T15:03:00.810Z Compiling postgres-protocol v0.6.10
15702026-07-04T15:03:01.969Z Compiling document-features v0.2.12
15712026-07-04T15:03:01.972Z Compiling pin-project v1.1.11
15722026-07-04T15:03:01.972Z Compiling num-iter v0.1.45
15732026-07-04T15:03:01.972Z Compiling zerocopy v0.7.35
15742026-07-04T15:03:01.972Z Compiling hubpack_derive v0.1.1
15752026-07-04T15:03:01.972Z Compiling newtype-uuid v1.3.2
15762026-07-04T15:03:01.972Z Compiling rand v0.8.6
15772026-07-04T15:03:01.972Z Compiling darling v0.21.3
15782026-07-04T15:03:01.972Z Compiling inout v0.2.2
15792026-07-04T15:03:01.972Z Compiling oxnet v0.1.6
15802026-07-04T15:03:01.972Z Compiling derive_builder v0.20.2
15812026-07-04T15:03:01.972Z Compiling hyper-tls v0.6.0
15822026-07-04T15:03:02.046Z Compiling goblin v0.8.2
15832026-07-04T15:03:02.686Z Compiling phf_shared v0.13.1
15842026-07-04T15:03:02.700Z Compiling lazy_static v1.5.0
15852026-07-04T15:03:02.788Z Compiling regex v1.12.3
15862026-07-04T15:03:02.825Z Compiling anstyle-parse v0.2.7
15872026-07-04T15:03:02.913Z Compiling futures-executor v0.3.32
15882026-07-04T15:03:02.917Z Compiling hex v0.4.3
15892026-07-04T15:03:03.001Z Compiling terminal_size v0.4.3
15902026-07-04T15:03:03.137Z Compiling strum_macros v0.27.2
15912026-07-04T15:03:03.165Z Compiling snafu-derive v0.8.9
15922026-07-04T15:03:03.189Z Compiling ref-cast-impl v1.0.25
15932026-07-04T15:03:03.201Z Compiling curve25519-dalek-derive v0.1.1
15942026-07-04T15:03:03.728Z Compiling flate2 v1.1.9
15952026-07-04T15:03:03.840Z Compiling daft-derive v0.1.7
15962026-07-04T15:03:03.928Z Compiling vergen v9.1.0
15972026-07-04T15:03:04.122Z Compiling cargo-platform v0.3.2
15982026-07-04T15:03:04.137Z Compiling ff v0.13.1
15992026-07-04T15:03:04.280Z Compiling fs-err v3.3.0
16002026-07-04T15:03:04.389Z Compiling ahash v0.8.12
16012026-07-04T15:03:04.478Z Compiling same-file v1.0.6
16022026-07-04T15:03:04.619Z Compiling unicode-segmentation v1.12.0
16032026-07-04T15:03:04.648Z Compiling object v0.37.3
16042026-07-04T15:03:04.672Z Compiling managed v0.8.0
16052026-07-04T15:03:04.887Z Compiling winnow v0.5.40
16062026-07-04T15:03:04.928Z Compiling libbz2-rs-sys v0.2.2
16072026-07-04T15:03:05.001Z Compiling bumpalo v3.20.2
16082026-07-04T15:03:05.070Z Compiling foldhash v0.1.5
16092026-07-04T15:03:05.073Z Compiling base16ct v0.2.0
16102026-07-04T15:03:05.241Z Compiling bitflags v1.3.2
16112026-07-04T15:03:05.255Z Compiling foldhash v0.2.0
16122026-07-04T15:03:05.258Z Compiling sec1 v0.7.3
16132026-07-04T15:03:05.472Z Compiling hashbrown v0.16.1
16142026-07-04T15:03:05.486Z Compiling bzip2 v0.6.1
16152026-07-04T15:03:05.540Z Compiling hashbrown v0.15.5
16162026-07-04T15:03:05.609Z Compiling zopfli v0.8.3
16172026-07-04T15:03:05.686Z Compiling strum v0.27.2
16182026-07-04T15:03:05.816Z Compiling snafu v0.8.9
16192026-07-04T15:03:06.095Z Compiling daft v0.1.7
16202026-07-04T15:03:06.109Z Compiling walkdir v2.5.0
16212026-07-04T15:03:06.122Z Compiling clap_builder v4.6.0
16222026-07-04T15:03:06.243Z Compiling toml_edit v0.19.15
16232026-07-04T15:03:06.258Z Compiling cargo_metadata v0.23.1
16242026-07-04T15:03:06.321Z Compiling group v0.13.0
16252026-07-04T15:03:06.366Z Compiling dof v0.3.0
16262026-07-04T15:03:06.591Z Compiling futures v0.3.32
16272026-07-04T15:03:06.673Z Compiling anstream v0.6.21
16282026-07-04T15:03:06.978Z Compiling phf v0.13.1
16292026-07-04T15:03:07.052Z Compiling signal-hook-mio v0.2.5
16302026-07-04T15:03:07.240Z Compiling cookie_store v0.22.1
16312026-07-04T15:03:07.517Z Compiling zstd v0.13.3
16322026-07-04T15:03:07.580Z Compiling bzip2 v0.4.4
16332026-07-04T15:03:07.768Z Compiling reqwest v0.12.28
16342026-07-04T15:03:07.783Z Compiling cipher v0.5.2
16352026-07-04T15:03:07.863Z Compiling serde_with_macros v3.17.0
16362026-07-04T15:03:08.081Z Compiling hubpack v0.1.2
16372026-07-04T15:03:08.381Z Compiling postgres-types v0.2.12
16382026-07-04T15:03:08.919Z Compiling ed25519 v2.2.3
16392026-07-04T15:03:08.969Z Compiling usdt-macro v0.6.0
16402026-07-04T15:03:09.013Z Compiling usdt-attr-macro v0.6.0
16412026-07-04T15:03:09.388Z Compiling globset v0.4.18
16422026-07-04T15:03:09.710Z Compiling dtrace-parser v0.2.0
16432026-07-04T15:03:09.864Z Compiling phf_shared v0.11.3
16442026-07-04T15:03:09.867Z Compiling hkdf v0.12.4
16452026-07-04T15:03:09.942Z Compiling olpc-cjson v0.1.4
16462026-07-04T15:03:10.039Z Compiling pkcs1 v0.7.5
16472026-07-04T15:03:10.053Z Compiling serde-big-array v0.5.1
16482026-07-04T15:03:10.074Z Compiling serde_plain v1.0.2
16492026-07-04T15:03:10.100Z Compiling crypto-bigint v0.5.5
16502026-07-04T15:03:10.186Z Compiling pem v3.0.6
16512026-07-04T15:03:10.265Z Compiling clap_derive v4.6.1
16522026-07-04T15:03:10.425Z Compiling strum_macros v0.26.4
16532026-07-04T15:03:10.445Z Compiling enum-as-inner v0.6.1
16542026-07-04T15:03:10.508Z Compiling serde_repr v0.1.20
16552026-07-04T15:03:10.945Z Compiling async-recursion v1.1.1
16562026-07-04T15:03:11.035Z Compiling float-cmp v0.10.0
16572026-07-04T15:03:11.182Z Compiling thread-id v4.2.2
16582026-07-04T15:03:11.269Z Compiling memmap2 v0.9.10
16592026-07-04T15:03:11.472Z Compiling env_filter v1.0.0
16602026-07-04T15:03:11.486Z Compiling fixedbitset v0.5.7
16612026-07-04T15:03:11.588Z Compiling const-oid v0.10.2
16622026-07-04T15:03:11.771Z Compiling new_debug_unreachable v1.0.6
16632026-07-04T15:03:11.791Z Compiling normalize-line-endings v0.3.0
16642026-07-04T15:03:11.805Z Compiling either v1.15.0
16652026-07-04T15:03:11.837Z Compiling precomputed-hash v0.1.1
16662026-07-04T15:03:11.879Z Compiling static_assertions v1.1.0
16672026-07-04T15:03:11.923Z Compiling typed-path v0.9.3
16682026-07-04T15:03:11.952Z Compiling whoami v2.1.0
16692026-07-04T15:03:12.001Z Compiling data-encoding v2.10.0
16702026-07-04T15:03:12.015Z Compiling predicates-core v1.0.10
16712026-07-04T15:03:12.136Z Compiling keccak v0.1.6
16722026-07-04T15:03:12.184Z Compiling jiff v0.2.21
16732026-07-04T15:03:12.187Z Compiling winnow v1.0.3
16742026-07-04T15:03:12.316Z Compiling cpufeatures v0.3.0
16752026-07-04T15:03:12.391Z Compiling difflib v0.4.0
16762026-07-04T15:03:12.522Z Compiling fixedbitset v0.4.2
16772026-07-04T15:03:12.670Z Compiling petgraph v0.6.5
16782026-07-04T15:03:12.731Z Compiling predicates v3.1.4
16792026-07-04T15:03:12.734Z Compiling toml_parser v1.1.2+spec-1.1.0
16802026-07-04T15:03:12.857Z Compiling chacha20 v0.10.0
16812026-07-04T15:03:12.928Z Compiling hickory-proto v0.25.2
16822026-07-04T15:03:13.099Z Compiling sha3 v0.10.8
16832026-07-04T15:03:13.212Z Compiling toml_edit v0.22.27
16842026-07-04T15:03:13.353Z Compiling tokio-postgres v0.7.16
16852026-07-04T15:03:13.371Z Compiling strum v0.26.3
16862026-07-04T15:03:13.495Z Compiling clap v4.6.1
16872026-07-04T15:03:13.540Z Compiling itertools v0.13.0
16882026-07-04T15:03:13.574Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-04T15:03:14.123Z Compiling string_cache v0.8.9
16902026-07-04T15:03:14.342Z Compiling digest v0.11.3
16912026-07-04T15:03:14.578Z Compiling petgraph v0.8.3
16922026-07-04T15:03:14.806Z Compiling zip v4.6.1
16932026-07-04T15:03:15.570Z Compiling env_logger v0.11.9
16942026-07-04T15:03:15.768Z Compiling usdt v0.6.0
16952026-07-04T15:03:15.927Z Compiling usdt-impl v0.5.0
16962026-07-04T15:03:15.973Z Compiling elliptic-curve v0.13.8
16972026-07-04T15:03:16.027Z Compiling rsa v0.9.10
16982026-07-04T15:03:16.326Z Compiling crossterm v0.28.1
16992026-07-04T15:03:16.357Z Compiling ed25519-dalek v2.2.0
17002026-07-04T15:03:16.372Z Compiling serde_with v3.17.0
17012026-07-04T15:03:16.534Z Compiling zip v0.6.6
17022026-07-04T15:03:17.004Z Compiling toml v0.7.8
17032026-07-04T15:03:17.496Z Compiling iddqd v0.4.2
17042026-07-04T15:03:17.827Z Compiling heck v0.4.1
17052026-07-04T15:03:17.961Z Compiling similar v2.7.0
17062026-07-04T15:03:18.055Z Compiling crossbeam-epoch v0.9.18
17072026-07-04T15:03:18.058Z Compiling tokio-stream v0.1.18
17082026-07-04T15:03:18.149Z Compiling buf-list v1.1.2
17092026-07-04T15:03:18.370Z Compiling x509-cert v0.2.5
17102026-07-04T15:03:18.419Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-04T15:03:18.510Z Compiling openapiv3 v2.2.0
17122026-07-04T15:03:18.709Z Compiling peg-runtime v0.8.5
17132026-07-04T15:03:18.750Z Compiling lalrpop-util v0.19.12
17142026-07-04T15:03:18.805Z Compiling thread_local v1.1.9
17152026-07-04T15:03:18.939Z Compiling slog-async v2.8.0
17162026-07-04T15:03:18.982Z Compiling crossbeam-channel v0.5.15
17172026-07-04T15:03:19.052Z Compiling is-terminal v0.4.17
17182026-07-04T15:03:19.150Z Compiling filetime v0.2.27
17192026-07-04T15:03:19.263Z Compiling term v1.2.1
17202026-07-04T15:03:19.300Z Compiling xattr v1.6.1
17212026-07-04T15:03:19.321Z Compiling take_mut v0.2.2
17222026-07-04T15:03:19.425Z Compiling tar v0.4.45
17232026-07-04T15:03:19.460Z Compiling camino-tempfile v1.4.1
17242026-07-04T15:03:19.703Z Compiling slog-term v2.9.2
17252026-07-04T15:03:29.809Z Compiling rustls-webpki v0.103.13
17262026-07-04T15:03:32.509Z Compiling tokio-rustls v0.26.4
17272026-07-04T15:03:32.509Z Compiling rustls-platform-verifier v0.6.2
17282026-07-04T15:03:32.582Z Compiling tough v0.22.0
17292026-07-04T15:03:32.676Z Compiling hyper-rustls v0.27.7
17302026-07-04T15:03:32.873Z Compiling reqwest v0.13.2
17312026-07-04T15:03:35.053Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-04T15:03:35.275Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-04T15:03:38.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17342026-07-04T15:03:38.209Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-04T15:03:38.262ZJul 04 15:03:37.092 INFO Starting download, target: Clickhouse
17362026-07-04T15:03:38.262ZJul 04 15:03:37.093 INFO Starting download, target: Cockroach
17372026-07-04T15:03:38.262ZJul 04 15:03:37.093 INFO Starting download, target: Console
17382026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Starting download, target: DendriteStub
17392026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Starting download, target: MaghemiteMgd
17402026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Starting download, target: MaghemiteDdmd
17412026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Starting download, target: TransceiverControl
17422026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-07-04T15:03:38.266ZJul 04 15:03:37.093 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-04T15:03:38.668ZJul 04 15:03:37.486 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-04T15:03:38.872ZJul 04 15:03:37.687 INFO Download complete, target: TransceiverControl
17512026-07-04T15:03:39.924ZJul 04 15:03:38.753 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17522026-07-04T15:03:39.995ZJul 04 15:03:38.824 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-07-04T15:03:40.032ZJul 04 15:03:38.860 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-07-04T15:03:40.085ZJul 04 15:03:38.907 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-07-04T15:03:40.122ZJul 04 15:03:38.946 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17562026-07-04T15:03:40.363ZJul 04 15:03:39.194 INFO Download complete, target: Console
17572026-07-04T15:03:40.423ZJul 04 15:03:39.252 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-07-04T15:03:40.423ZJul 04 15:03:39.252 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-07-04T15:03:41.730ZJul 04 15:03:40.561 INFO Download complete, target: MaghemiteDdmd
17602026-07-04T15:03:42.416ZJul 04 15:03:41.241 INFO Download complete, target: MaghemiteMgd
17612026-07-04T15:03:42.623ZJul 04 15:03:41.453 INFO Download complete, target: DendriteStub
17622026-07-04T15:03:45.060ZJul 04 15:03:43.890 INFO Checking that binary works, target: Cockroach
17632026-07-04T15:03:45.181ZJul 04 15:03:44.011 INFO Download complete, target: Cockroach
17642026-07-04T15:03:46.587ZJul 04 15:03:45.414 INFO Checking that binary works, target: Clickhouse
17652026-07-04T15:03:46.724ZJul 04 15:03:45.548 INFO Download complete, target: Clickhouse
17662026-07-04T15:03:46.737ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-04T15:03:46.740Z
17682026-07-04T15:03:46.741Zreal 1:59.107866926
17692026-07-04T15:03:46.741Zuser 6:32.221588390
17702026-07-04T15:03:46.741Zsys 1:19.530903854
17712026-07-04T15:03:46.741Ztrap 0.221000949
17722026-07-04T15:03:46.741Ztflt 0.643368191
17732026-07-04T15:03:46.741Zdflt 0.869380631
17742026-07-04T15:03:46.741Zkflt 0.033456670
17752026-07-04T15:03:46.741Zlock 21:19.891155618
17762026-07-04T15:03:46.741Zslp 19:51.251567155
17772026-07-04T15:03:46.741Zlat 41.683985643
17782026-07-04T15:03:46.741Zstop 1:57.474471917
17792026-07-04T15:03:46.741Z+ banner hack-check
17802026-07-04T15:03:46.741Z
17812026-07-04T15:03:46.741Z # # ## #### # # #### # # ###### #### # #
17822026-07-04T15:03:46.741Z # # # # # # # # # # # # # # # # #
17832026-07-04T15:03:46.741Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-04T15:03:46.741Z # # ###### # # # # # # # # # #
17852026-07-04T15:03:46.741Z # # # # # # # # # # # # # # # # #
17862026-07-04T15:03:46.741Z # # # # #### # # #### # # ###### #### # #
17872026-07-04T15:03:46.741Z
17882026-07-04T15:03:46.741Z+ export CARGO_INCREMENTAL=0
17892026-07-04T15:03:46.741Z+ CARGO_INCREMENTAL=0
17902026-07-04T15:03:46.741Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-04T15:03:47.196Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-04T15:03:47.469Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-04T15:03:49.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
17942026-07-04T15:03:49.260Z Running `target/debug/xtask check-features --ci`
17952026-07-04T15:03:49.286Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-04T15:03:49.289Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-04T15:03:49.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17982026-07-04T15:03:49.710Z Running `target/debug/xtask download cargo-hack`
17992026-07-04T15:03:50.445Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-04T15:03:50.765Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-04T15:03:53.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18022026-07-04T15:03:53.417Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-04T15:03:53.455ZJul 04 15:03:52.286 INFO Starting download, target: CargoHack
18042026-07-04T15:03:53.458ZJul 04 15:03:52.287 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-04T15:03:54.036ZJul 04 15:03:52.868 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-04T15:03:54.086ZJul 04 15:03:52.917 INFO Download complete, target: CargoHack
18072026-07-04T15:03:54.089Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-04T15:03:54.103Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-04T15:03:54.263Zinfo: running `cargo check --bins` on api_identity (1/299)
18102026-07-04T15:03:54.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-04T15:03:54.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-04T15:03:54.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-04T15:03:54.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18142026-07-04T15:03:54.777Z
18152026-07-04T15:03:54.777Zinfo: running `cargo check --bins` on bootstore (2/299)
18162026-07-04T15:03:55.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-04T15:03:55.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-04T15:03:55.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-04T15:03:55.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-07-04T15:03:55.285Z
18212026-07-04T15:03:55.285Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18222026-07-04T15:03:55.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-04T15:03:55.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-04T15:03:55.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-04T15:03:55.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18262026-07-04T15:03:55.786Z
18272026-07-04T15:03:55.786Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18282026-07-04T15:03:56.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-04T15:03:56.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-04T15:03:56.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-04T15:03:56.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-04T15:03:56.293Z
18332026-07-04T15:03:56.293Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18342026-07-04T15:03:56.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-04T15:03:56.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-04T15:03:56.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-04T15:03:56.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-04T15:03:56.796Z
18392026-07-04T15:03:56.796Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18402026-07-04T15:03:57.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-04T15:03:57.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-04T15:03:57.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-04T15:03:57.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-04T15:03:57.319Z
18452026-07-04T15:03:57.320Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18462026-07-04T15:03:57.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-04T15:03:57.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-04T15:03:57.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-04T15:03:57.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-04T15:03:57.838Z
18512026-07-04T15:03:57.838Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18522026-07-04T15:03:58.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-04T15:03:58.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-04T15:03:58.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-04T15:03:58.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18562026-07-04T15:03:58.360Z
18572026-07-04T15:03:58.360Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18582026-07-04T15:03:58.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-04T15:03:58.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-04T15:03:58.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-04T15:03:58.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18622026-07-04T15:03:58.753Z
18632026-07-04T15:03:58.753Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18642026-07-04T15:03:59.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-04T15:03:59.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-04T15:03:59.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-04T15:03:59.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-04T15:03:59.149Z
18692026-07-04T15:03:59.149Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18702026-07-04T15:03:59.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-04T15:03:59.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-04T15:03:59.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-04T15:03:59.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-04T15:03:59.541Z
18752026-07-04T15:03:59.541Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18762026-07-04T15:03:59.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-04T15:03:59.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-04T15:03:59.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-04T15:03:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-04T15:03:59.931Z
18812026-07-04T15:03:59.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18822026-07-04T15:04:00.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-04T15:04:00.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-04T15:04:00.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-04T15:04:00.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-04T15:04:00.325Z
18872026-07-04T15:04:00.325Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18882026-07-04T15:04:00.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-04T15:04:00.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-04T15:04:00.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-04T15:04:00.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-04T15:04:00.718Z
18932026-07-04T15:04:00.718Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18942026-07-04T15:04:01.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-04T15:04:01.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-04T15:04:01.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-04T15:04:01.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-04T15:04:01.111Z
18992026-07-04T15:04:01.111Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
19002026-07-04T15:04:01.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-04T15:04:01.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-04T15:04:01.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-04T15:04:01.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-04T15:04:01.503Z
19052026-07-04T15:04:01.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19062026-07-04T15:04:01.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-04T15:04:01.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-04T15:04:01.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-04T15:04:01.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19102026-07-04T15:04:01.894Z
19112026-07-04T15:04:01.894Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19122026-07-04T15:04:02.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-04T15:04:02.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-04T15:04:02.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-04T15:04:02.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-04T15:04:02.289Z
19172026-07-04T15:04:02.289Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19182026-07-04T15:04:02.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-04T15:04:02.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-04T15:04:02.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-04T15:04:02.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-04T15:04:02.678Z
19232026-07-04T15:04:02.678Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19242026-07-04T15:04:03.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-04T15:04:03.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-04T15:04:03.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-04T15:04:03.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-04T15:04:03.073Z
19292026-07-04T15:04:03.073Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19302026-07-04T15:04:03.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-04T15:04:03.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-04T15:04:03.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-04T15:04:03.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19342026-07-04T15:04:03.471Z
19352026-07-04T15:04:03.471Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19362026-07-04T15:04:03.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-04T15:04:03.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-04T15:04:03.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-04T15:04:03.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19402026-07-04T15:04:03.865Z
19412026-07-04T15:04:03.865Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19422026-07-04T15:04:04.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-04T15:04:04.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-04T15:04:04.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-04T15:04:04.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-04T15:04:04.258Z
19472026-07-04T15:04:04.258Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19482026-07-04T15:04:04.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-04T15:04:04.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-04T15:04:04.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-04T15:04:04.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19522026-07-04T15:04:04.653Z
19532026-07-04T15:04:04.653Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19542026-07-04T15:04:04.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-04T15:04:05.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-04T15:04:05.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-04T15:04:05.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-04T15:04:05.047Z
19592026-07-04T15:04:05.047Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19602026-07-04T15:04:05.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-04T15:04:05.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-04T15:04:05.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-04T15:04:05.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-07-04T15:04:05.443Z
19652026-07-04T15:04:05.443Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19662026-07-04T15:04:05.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-04T15:04:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-04T15:04:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-04T15:04:05.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-04T15:04:05.844Z
19712026-07-04T15:04:05.844Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19722026-07-04T15:04:06.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-04T15:04:06.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-04T15:04:06.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-04T15:04:06.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19762026-07-04T15:04:06.237Z
19772026-07-04T15:04:06.237Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19782026-07-04T15:04:06.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-04T15:04:06.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-04T15:04:06.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-04T15:04:06.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19822026-07-04T15:04:06.631Z
19832026-07-04T15:04:06.631Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19842026-07-04T15:04:06.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-04T15:04:06.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-04T15:04:06.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-04T15:04:06.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19882026-07-04T15:04:07.022Z
19892026-07-04T15:04:07.022Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19902026-07-04T15:04:07.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-04T15:04:07.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-04T15:04:07.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-04T15:04:07.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-04T15:04:07.415Z
19952026-07-04T15:04:07.415Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19962026-07-04T15:04:07.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-04T15:04:07.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-04T15:04:07.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-04T15:04:07.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-04T15:04:07.805Z
20012026-07-04T15:04:07.805Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
20022026-07-04T15:04:08.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-04T15:04:08.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-04T15:04:08.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-04T15:04:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-04T15:04:08.195Z
20072026-07-04T15:04:08.195Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20082026-07-04T15:04:08.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-04T15:04:08.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-04T15:04:08.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-04T15:04:08.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-04T15:04:08.587Z
20132026-07-04T15:04:08.587Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20142026-07-04T15:04:08.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-04T15:04:08.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-04T15:04:08.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-04T15:04:08.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-04T15:04:08.980Z
20192026-07-04T15:04:08.980Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20202026-07-04T15:04:09.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-04T15:04:09.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-04T15:04:09.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-04T15:04:09.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-04T15:04:09.372Z
20252026-07-04T15:04:09.373Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20262026-07-04T15:04:09.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-04T15:04:09.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-04T15:04:09.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-04T15:04:09.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-04T15:04:09.765Z
20312026-07-04T15:04:09.765Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20322026-07-04T15:04:10.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-04T15:04:10.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-04T15:04:10.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-04T15:04:10.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-04T15:04:10.156Z
20372026-07-04T15:04:10.156Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20382026-07-04T15:04:10.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-04T15:04:10.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-04T15:04:10.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-04T15:04:10.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-04T15:04:10.549Z
20432026-07-04T15:04:10.550Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20442026-07-04T15:04:10.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-04T15:04:10.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-04T15:04:10.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-04T15:04:10.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20482026-07-04T15:04:10.943Z
20492026-07-04T15:04:10.943Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20502026-07-04T15:04:11.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-04T15:04:11.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-04T15:04:11.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-04T15:04:11.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20542026-07-04T15:04:11.338Z
20552026-07-04T15:04:11.338Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20562026-07-04T15:04:11.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-04T15:04:11.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-04T15:04:11.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-04T15:04:11.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20602026-07-04T15:04:11.731Z
20612026-07-04T15:04:11.731Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20622026-07-04T15:04:12.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-04T15:04:12.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-04T15:04:12.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-04T15:04:12.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20662026-07-04T15:04:12.127Z
20672026-07-04T15:04:12.127Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20682026-07-04T15:04:12.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-04T15:04:12.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-04T15:04:12.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-04T15:04:12.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20722026-07-04T15:04:12.518Z
20732026-07-04T15:04:12.518Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20742026-07-04T15:04:12.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-04T15:04:12.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-04T15:04:12.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-04T15:04:12.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20782026-07-04T15:04:12.915Z
20792026-07-04T15:04:12.915Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20802026-07-04T15:04:13.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-04T15:04:13.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-04T15:04:13.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-04T15:04:13.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20842026-07-04T15:04:13.310Z
20852026-07-04T15:04:13.310Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20862026-07-04T15:04:13.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-04T15:04:13.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-04T15:04:13.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-04T15:04:13.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20902026-07-04T15:04:13.706Z
20912026-07-04T15:04:13.706Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20922026-07-04T15:04:14.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-04T15:04:14.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-04T15:04:14.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-04T15:04:14.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20962026-07-04T15:04:14.099Z
20972026-07-04T15:04:14.099Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20982026-07-04T15:04:14.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-04T15:04:14.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-04T15:04:14.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-04T15:04:14.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21022026-07-04T15:04:14.661Z
21032026-07-04T15:04:14.662Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21042026-07-04T15:04:15.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-04T15:04:15.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-04T15:04:15.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-04T15:04:15.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-04T15:04:15.224Z
21092026-07-04T15:04:15.224Zinfo: running `cargo check --bins` on nexus-config (51/299)
21102026-07-04T15:04:15.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-04T15:04:15.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-04T15:04:15.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-04T15:04:15.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21142026-07-04T15:04:15.781Z
21152026-07-04T15:04:15.781Zinfo: running `cargo check --bins` on nexus-types (52/299)
21162026-07-04T15:04:16.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-04T15:04:16.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-04T15:04:16.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-04T15:04:16.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21202026-07-04T15:04:16.336Z
21212026-07-04T15:04:16.336Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21222026-07-04T15:04:16.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-04T15:04:16.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-04T15:04:16.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-04T15:04:16.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21262026-07-04T15:04:16.863Z
21272026-07-04T15:04:16.863Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21282026-07-04T15:04:17.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-04T15:04:17.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-04T15:04:17.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-04T15:04:17.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21322026-07-04T15:04:17.374Z
21332026-07-04T15:04:17.374Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21342026-07-04T15:04:17.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-04T15:04:17.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-04T15:04:17.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-04T15:04:17.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-07-04T15:04:17.905Z
21392026-07-04T15:04:17.905Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21402026-07-04T15:04:18.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-04T15:04:18.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-04T15:04:18.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-04T15:04:18.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21442026-07-04T15:04:18.436Z
21452026-07-04T15:04:18.436Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21462026-07-04T15:04:18.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-04T15:04:18.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-04T15:04:18.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-04T15:04:18.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21502026-07-04T15:04:18.967Z
21512026-07-04T15:04:18.967Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21522026-07-04T15:04:19.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-04T15:04:19.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-04T15:04:19.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-04T15:04:19.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-04T15:04:19.499Z
21572026-07-04T15:04:19.499Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21582026-07-04T15:04:19.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-04T15:04:19.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-04T15:04:19.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-04T15:04:19.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21622026-07-04T15:04:20.011Z
21632026-07-04T15:04:20.011Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21642026-07-04T15:04:20.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-04T15:04:20.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-04T15:04:20.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-04T15:04:20.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21682026-07-04T15:04:20.526Z
21692026-07-04T15:04:20.526Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21702026-07-04T15:04:20.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-04T15:04:20.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-04T15:04:20.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-04T15:04:20.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21742026-07-04T15:04:21.032Z
21752026-07-04T15:04:21.032Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21762026-07-04T15:04:21.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-04T15:04:21.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-04T15:04:21.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-04T15:04:21.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21802026-07-04T15:04:21.546Z
21812026-07-04T15:04:21.546Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21822026-07-04T15:04:21.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-04T15:04:21.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-04T15:04:21.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-04T15:04:21.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-07-04T15:04:22.073Z
21872026-07-04T15:04:22.073Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21882026-07-04T15:04:22.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-04T15:04:22.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-04T15:04:22.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-04T15:04:22.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21922026-07-04T15:04:22.599Z
21932026-07-04T15:04:22.599Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21942026-07-04T15:04:23.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-04T15:04:23.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-04T15:04:23.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-04T15:04:23.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21982026-07-04T15:04:23.108Z
21992026-07-04T15:04:23.108Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
22002026-07-04T15:04:23.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-04T15:04:23.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-04T15:04:23.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-04T15:04:23.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22042026-07-04T15:04:23.618Z
22052026-07-04T15:04:23.618Zinfo: running `cargo check --bins` on ereport-types (67/299)
22062026-07-04T15:04:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-04T15:04:24.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-04T15:04:24.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-04T15:04:24.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22102026-07-04T15:04:24.137Z
22112026-07-04T15:04:24.137Zinfo: running `cargo check --bins` on gateway-client (68/299)
22122026-07-04T15:04:24.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-04T15:04:24.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-04T15:04:24.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-04T15:04:24.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-04T15:04:24.662Z
22172026-07-04T15:04:24.662Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22182026-07-04T15:04:25.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-04T15:04:25.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-04T15:04:25.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-04T15:04:25.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22222026-07-04T15:04:25.178Z
22232026-07-04T15:04:25.178Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22242026-07-04T15:04:25.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-04T15:04:25.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-04T15:04:25.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-04T15:04:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22282026-07-04T15:04:25.696Z
22292026-07-04T15:04:25.696Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22302026-07-04T15:04:26.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-04T15:04:26.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-04T15:04:26.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-04T15:04:26.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22342026-07-04T15:04:26.215Z
22352026-07-04T15:04:26.215Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22362026-07-04T15:04:26.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-04T15:04:26.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-04T15:04:26.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-04T15:04:26.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22402026-07-04T15:04:26.730Z
22412026-07-04T15:04:26.730Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22422026-07-04T15:04:27.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-04T15:04:27.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-04T15:04:27.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-04T15:04:27.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22462026-07-04T15:04:27.268Z
22472026-07-04T15:04:27.268Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22482026-07-04T15:04:27.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-04T15:04:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-04T15:04:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-04T15:04:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22522026-07-04T15:04:27.806Z
22532026-07-04T15:04:27.806Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22542026-07-04T15:04:28.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-04T15:04:28.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-04T15:04:28.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-04T15:04:28.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22582026-07-04T15:04:28.319Z
22592026-07-04T15:04:28.319Zinfo: running `cargo check --bins` on oxlog (76/299)
22602026-07-04T15:04:28.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-04T15:04:28.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-04T15:04:28.874Z Checking cfg-if v1.0.4
22632026-07-04T15:04:28.877Z Checking libc v0.2.185
22642026-07-04T15:04:28.877Z Checking serde_core v1.0.228
22652026-07-04T15:04:28.989Z Checking memchr v2.8.0
22662026-07-04T15:04:28.989Z Checking zeroize v1.8.2
22672026-07-04T15:04:29.005Z Checking log v0.4.29
22682026-07-04T15:04:29.008Z Checking smallvec v1.15.1
22692026-07-04T15:04:29.025Z Checking subtle v2.6.1
22702026-07-04T15:04:29.028Z Checking itoa v1.0.17
22712026-07-04T15:04:29.138Z Checking scopeguard v1.2.0
22722026-07-04T15:04:29.162Z Checking typenum v1.20.1
22732026-07-04T15:04:29.174Z Checking stable_deref_trait v1.2.1
22742026-07-04T15:04:29.186Z Checking zerofrom v0.1.6
22752026-07-04T15:04:29.200Z Checking pin-project-lite v0.2.17
22762026-07-04T15:04:29.232Z Checking lock_api v0.4.14
22772026-07-04T15:04:29.244Z Checking portable-atomic v1.13.1
22782026-07-04T15:04:29.285Z Checking futures-core v0.3.32
22792026-07-04T15:04:29.296Z Checking yoke v0.8.1
22802026-07-04T15:04:29.358Z Checking critical-section v1.2.0
22812026-07-04T15:04:29.377Z Checking errno v0.3.14
22822026-07-04T15:04:29.400Z Checking getrandom v0.2.17
22832026-07-04T15:04:29.422Z Checking parking_lot_core v0.9.12
22842026-07-04T15:04:29.448Z Checking mio v1.2.0
22852026-07-04T15:04:29.459Z Checking zerovec v0.11.5
22862026-07-04T15:04:29.482Z Checking signal-hook-registry v1.4.8
22872026-07-04T15:04:29.540Z Checking rand_core v0.6.4
22882026-07-04T15:04:29.602Z Checking parking_lot v0.12.5
22892026-07-04T15:04:29.636Z Checking zerocopy v0.8.40
22902026-07-04T15:04:29.648Z Checking once_cell v1.21.3
22912026-07-04T15:04:29.708Z Checking const-oid v0.9.6
22922026-07-04T15:04:29.723Z Checking zmij v1.0.21
22932026-07-04T15:04:29.779Z Checking rand_core v0.10.0
22942026-07-04T15:04:29.810Z Checking socket2 v0.6.3
22952026-07-04T15:04:29.877Z Checking tinystr v0.8.2
22962026-07-04T15:04:29.901Z Checking generic-array v0.14.7
22972026-07-04T15:04:29.911Z Checking getrandom v0.4.1
22982026-07-04T15:04:29.948Z Checking libm v0.2.16
22992026-07-04T15:04:30.038Z Checking writeable v0.6.2
23002026-07-04T15:04:30.050Z Checking percent-encoding v2.3.2
23012026-07-04T15:04:30.060Z Checking equivalent v1.0.2
23022026-07-04T15:04:30.137Z Checking litemap v0.8.1
23032026-07-04T15:04:30.180Z Checking potential_utf v0.1.4
23042026-07-04T15:04:30.192Z Checking zerotrie v0.2.3
23052026-07-04T15:04:30.298Z Checking icu_locale_core v2.1.1
23062026-07-04T15:04:30.310Z Checking futures-sink v0.3.32
23072026-07-04T15:04:30.341Z Checking icu_collections v2.1.1
23082026-07-04T15:04:30.377Z Checking futures-task v0.3.32
23092026-07-04T15:04:30.401Z Checking futures-channel v0.3.32
23102026-07-04T15:04:30.422Z Checking futures-io v0.3.32
23112026-07-04T15:04:30.470Z Checking serde v1.0.228
23122026-07-04T15:04:30.507Z Checking bitflags v2.11.0
23132026-07-04T15:04:30.527Z Checking serde_json v1.0.150
23142026-07-04T15:04:30.583Z Checking slab v0.4.12
23152026-07-04T15:04:30.634Z Checking num-traits v0.2.19
23162026-07-04T15:04:30.646Z Checking icu_normalizer_data v2.1.1
23172026-07-04T15:04:30.664Z Checking icu_properties_data v2.1.2
23182026-07-04T15:04:30.711Z Checking hashbrown v0.17.0
23192026-07-04T15:04:30.734Z Checking futures-util v0.3.32
23202026-07-04T15:04:30.783Z Checking crypto-common v0.1.7
23212026-07-04T15:04:30.832Z Checking icu_provider v2.1.1
23222026-07-04T15:04:30.868Z Checking bytes v1.11.1
23232026-07-04T15:04:30.898Z Checking block-buffer v0.10.4
23242026-07-04T15:04:31.030Z Checking digest v0.10.7
23252026-07-04T15:04:31.054Z Checking icu_properties v2.1.2
23262026-07-04T15:04:31.140Z Checking icu_normalizer v2.1.1
23272026-07-04T15:04:31.162Z Checking indexmap v2.14.0
23282026-07-04T15:04:31.182Z Checking utf8_iter v1.0.4
23292026-07-04T15:04:31.221Z Checking form_urlencoded v1.2.2
23302026-07-04T15:04:31.297Z Checking getrandom v0.3.4
23312026-07-04T15:04:31.309Z Checking tokio v1.52.1
23322026-07-04T15:04:31.341Z Checking fnv v1.0.7
23332026-07-04T15:04:31.437Z Checking byteorder v1.5.0
23342026-07-04T15:04:31.453Z Checking rand_core v0.9.5
23352026-07-04T15:04:31.456Z Checking http v1.4.2
23362026-07-04T15:04:31.630Z Checking regex-syntax v0.8.10
23372026-07-04T15:04:31.643Z Checking base64ct v1.8.3
23382026-07-04T15:04:31.709Z Checking rustix v1.1.3
23392026-07-04T15:04:31.864Z Checking pem-rfc7468 v0.7.0
23402026-07-04T15:04:31.867Z Checking idna_adapter v1.2.1
23412026-07-04T15:04:31.986Z Checking idna v1.1.0
23422026-07-04T15:04:32.003Z Checking uuid v1.23.4
23432026-07-04T15:04:32.015Z Checking tracing-core v0.1.36
23442026-07-04T15:04:32.219Z Checking url v2.5.8
23452026-07-04T15:04:32.313Z Checking flagset v0.4.7
23462026-07-04T15:04:32.325Z Checking base64 v0.22.1
23472026-07-04T15:04:32.355Z Checking ppv-lite86 v0.2.21
23482026-07-04T15:04:32.431Z Checking iana-time-zone v0.1.65
23492026-07-04T15:04:32.501Z Checking der v0.7.10
23502026-07-04T15:04:32.532Z Checking chrono v0.4.44
23512026-07-04T15:04:32.552Z Checking tracing v0.1.44
23522026-07-04T15:04:32.618Z Checking http-body v1.0.1
23532026-07-04T15:04:32.639Z Checking rand_chacha v0.9.0
23542026-07-04T15:04:32.655Z Checking rustls-pki-types v1.14.0
23552026-07-04T15:04:32.743Z Checking tinyvec_macros v0.1.1
23562026-07-04T15:04:32.746Z Checking cmov v0.5.4
23572026-07-04T15:04:32.808Z Checking openssl-probe v0.2.1
23582026-07-04T15:04:32.830Z Checking rand v0.9.2
23592026-07-04T15:04:32.910Z Checking tinyvec v1.10.0
23602026-07-04T15:04:32.923Z Checking aws-lc-sys v0.40.0
23612026-07-04T15:04:32.936Z Checking ctutils v0.4.2
23622026-07-04T15:04:32.948Z Checking untrusted v0.7.1
23632026-07-04T15:04:33.052Z Checking tower-service v0.3.3
23642026-07-04T15:04:33.133Z Checking tower-layer v0.3.3
23652026-07-04T15:04:33.145Z Checking try-lock v0.2.5
23662026-07-04T15:04:33.206Z Checking atomic-waker v1.1.2
23672026-07-04T15:04:33.219Z Checking spki v0.7.3
23682026-07-04T15:04:33.232Z Checking want v0.3.1
23692026-07-04T15:04:33.274Z Checking hybrid-array v0.4.13
23702026-07-04T15:04:33.289Z Checking ipnet v2.11.0
23712026-07-04T15:04:33.302Z Checking httparse v1.10.1
23722026-07-04T15:04:33.344Z Checking aho-corasick v1.1.4
23732026-07-04T15:04:33.371Z Checking fastrand v2.3.0
23742026-07-04T15:04:33.382Z Checking dyn-clone v1.0.20
23752026-07-04T15:04:33.404Z Checking aws-lc-rs v1.16.3
23762026-07-04T15:04:33.476Z Checking plain v0.2.3
23772026-07-04T15:04:33.498Z Checking untrusted v0.9.0
23782026-07-04T15:04:33.539Z Checking cpufeatures v0.2.17
23792026-07-04T15:04:33.552Z Checking httpdate v1.0.3
23802026-07-04T15:04:33.570Z Checking utf8parse v0.2.2
23812026-07-04T15:04:33.599Z Checking foreign-types-shared v0.1.1
23822026-07-04T15:04:33.611Z Checking tempfile v3.25.0
23832026-07-04T15:04:33.663Z Checking pkcs8 v0.10.2
23842026-07-04T15:04:33.676Z Checking foreign-types v0.3.2
23852026-07-04T15:04:33.688Z Checking unicode-normalization v0.1.25
23862026-07-04T15:04:33.737Z Checking semver v1.0.28
23872026-07-04T15:04:33.793Z Checking openssl-sys v0.9.115
23882026-07-04T15:04:33.809Z Checking spin v0.9.8
23892026-07-04T15:04:33.937Z Checking ucd-trie v0.1.7
23902026-07-04T15:04:33.984Z Checking unicode-ident v1.0.24
23912026-07-04T15:04:33.999Z Checking regex-automata v0.4.14
23922026-07-04T15:04:34.021Z Checking anstyle v1.0.14
23932026-07-04T15:04:34.080Z Checking pest v2.8.6
23942026-07-04T15:04:34.092Z Checking proc-macro2 v1.0.106
23952026-07-04T15:04:34.105Z Checking schemars v0.8.22
23962026-07-04T15:04:34.159Z Checking openssl v0.10.79
23972026-07-04T15:04:34.198Z Checking sha2 v0.10.9
23982026-07-04T15:04:34.237Z Checking rustls-webpki v0.103.13
23992026-07-04T15:04:34.404Z Checking hmac v0.12.1
24002026-07-04T15:04:34.476Z Checking thiserror v2.0.18
24012026-07-04T15:04:34.532Z Checking sync_wrapper v1.0.2
24022026-07-04T15:04:34.546Z Checking tokio-util v0.7.18
24032026-07-04T15:04:34.570Z Checking wait-timeout v0.2.1
24042026-07-04T15:04:34.630Z Checking powerfmt v0.2.0
24052026-07-04T15:04:34.650Z Checking rustls v0.23.41
24062026-07-04T15:04:34.687Z Checking is_terminal_polyfill v1.70.2
24072026-07-04T15:04:34.746Z Checking quick-error v1.2.3
24082026-07-04T15:04:34.768Z Checking simd-adler32 v0.3.8
24092026-07-04T15:04:34.781Z Checking anstyle-query v1.1.5
24102026-07-04T15:04:34.840Z Checking pretty-hex v0.4.1
24112026-07-04T15:04:34.866Z Checking colorchoice v1.0.4
24122026-07-04T15:04:34.930Z Checking siphasher v1.0.2
24132026-07-04T15:04:34.951Z Checking bit-vec v0.8.0
24142026-07-04T15:04:34.964Z Checking rusty-fork v0.3.1
24152026-07-04T15:04:35.077Z Checking deranged v0.5.8
24162026-07-04T15:04:35.125Z Checking tower v0.5.3
24172026-07-04T15:04:35.137Z Checking bit-set v0.8.0
24182026-07-04T15:04:35.148Z Checking h2 v0.4.15
24192026-07-04T15:04:35.160Z Checking quote v1.0.45
24202026-07-04T15:04:35.275Z Compiling newtype-uuid v1.3.2
24212026-07-04T15:04:35.320Z Checking http-body-util v0.1.3
24222026-07-04T15:04:35.446Z Checking crossbeam-utils v0.8.21
24232026-07-04T15:04:35.491Z Checking rand_xorshift v0.4.0
24242026-07-04T15:04:35.530Z Checking crc32fast v1.5.0
24252026-07-04T15:04:35.604Z Checking scroll v0.13.0
24262026-07-04T15:04:35.666Z Checking unicode-properties v0.1.4
24272026-07-04T15:04:35.777Z Checking num_threads v0.1.7
24282026-07-04T15:04:35.824Z Checking allocator-api2 v0.2.21
24292026-07-04T15:04:35.846Z Checking iri-string v0.7.10
24302026-07-04T15:04:35.849Z Checking adler2 v2.0.1
24312026-07-04T15:04:35.867Z Checking unicode-bidi v0.3.18
24322026-07-04T15:04:35.956Z Checking unarray v0.1.4
24332026-07-04T15:04:35.972Z Checking ryu v1.0.23
24342026-07-04T15:04:36.056Z Checking time-core v0.1.8
24352026-07-04T15:04:36.099Z Checking num-conv v0.2.0
24362026-07-04T15:04:36.110Z Checking serde_urlencoded v0.7.1
24372026-07-04T15:04:36.149Z Checking stringprep v0.1.5
24382026-07-04T15:04:36.162Z Checking native-tls v0.2.18
24392026-07-04T15:04:36.188Z Checking proptest v1.10.0
24402026-07-04T15:04:36.208Z Checking time v0.3.47
24412026-07-04T15:04:36.294Z Checking miniz_oxide v0.8.9
24422026-07-04T15:04:36.306Z Checking bstr v1.12.1
24432026-07-04T15:04:36.328Z Checking tokio-native-tls v0.3.1
24442026-07-04T15:04:36.480Z Checking goblin v0.10.5
24452026-07-04T15:04:36.637Z Checking crossbeam-epoch v0.9.18
24462026-07-04T15:04:36.688Z Compiling daft v0.1.7
24472026-07-04T15:04:36.838Z Checking tower-http v0.6.8
24482026-07-04T15:04:36.854Z Checking syn v2.0.117
24492026-07-04T15:04:36.879Z Checking ipnetwork v0.21.1
24502026-07-04T15:04:36.963Z Checking block-padding v0.4.2
24512026-07-04T15:04:37.084Z Checking crypto-common v0.2.2
24522026-07-04T15:04:37.096Z Checking block-buffer v0.12.1
24532026-07-04T15:04:37.109Z Checking anstyle-parse v1.0.0
24542026-07-04T15:04:37.251Z Checking rustls-native-certs v0.8.3
24552026-07-04T15:04:37.264Z Checking rand_chacha v0.3.1
24562026-07-04T15:04:37.314Z Checking thiserror v1.0.69
24572026-07-04T15:04:37.373Z Checking scroll v0.12.0
24582026-07-04T15:04:37.408Z Checking hash32 v0.2.1
24592026-07-04T15:04:37.463Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-04T15:04:37.560Z Checking md-5 v0.10.6
24612026-07-04T15:04:37.572Z Checking signature v2.2.0
24622026-07-04T15:04:37.592Z Checking num-integer v0.1.46
24632026-07-04T15:04:37.667Z Checking serde_spanned v0.6.9
24642026-07-04T15:04:37.690Z Checking toml_datetime v0.6.11
24652026-07-04T15:04:37.702Z Checking encoding_rs v0.8.35
24662026-07-04T15:04:37.787Z Checking psl-types v2.0.11
24672026-07-04T15:04:37.807Z Checking fallible-iterator v0.2.0
24682026-07-04T15:04:37.867Z Checking zlib-rs v0.6.2
24692026-07-04T15:04:37.895Z Checking mime v0.3.17
24702026-07-04T15:04:37.912Z Checking hyper v1.10.1
24712026-07-04T15:04:38.064Z Checking publicsuffix v2.3.0
24722026-07-04T15:04:38.076Z Checking postgres-protocol v0.6.10
24732026-07-04T15:04:38.117Z Checking num-iter v0.1.45
24742026-07-04T15:04:38.216Z Checking goblin v0.8.2
24752026-07-04T15:04:38.229Z Checking zstd-safe v7.2.4
24762026-07-04T15:04:38.373Z Checking heapless v0.7.17
24772026-07-04T15:04:38.385Z Checking rand v0.8.6
24782026-07-04T15:04:38.611Z Checking cookie v0.18.1
24792026-07-04T15:04:38.740Z Checking flate2 v1.1.9
24802026-07-04T15:04:38.756Z Checking dof v0.4.0
24812026-07-04T15:04:38.773Z Checking anstream v1.0.0
24822026-07-04T15:04:38.826Z Checking hyper-util v0.1.20
24832026-07-04T15:04:38.839Z Compiling iddqd v0.4.2
24842026-07-04T15:04:38.883Z Checking inout v0.2.2
24852026-07-04T15:04:38.961Z Checking oxnet v0.1.6
24862026-07-04T15:04:39.022Z Checking tokio-rustls v0.26.4
24872026-07-04T15:04:39.036Z Checking dtrace-parser v0.3.0
24882026-07-04T15:04:39.086Z Checking phf_shared v0.13.1
24892026-07-04T15:04:39.228Z Checking lazy_static v1.5.0
24902026-07-04T15:04:39.250Z Checking anstyle-parse v0.2.7
24912026-07-04T15:04:39.278Z Checking zerocopy v0.7.35
24922026-07-04T15:04:39.290Z Checking pin-project v1.1.11
24932026-07-04T15:04:39.310Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-04T15:04:39.379Z Checking signal-hook v0.3.18
24952026-07-04T15:04:39.390Z Checking futures-executor v0.3.32
24962026-07-04T15:04:39.414Z Checking terminal_size v0.4.3
24972026-07-04T15:04:39.419Z Checking hex v0.4.3
24982026-07-04T15:04:39.509Z Checking ff v0.13.1
24992026-07-04T15:04:39.529Z Checking thread-id v5.1.0
25002026-07-04T15:04:39.563Z Checking foldhash v0.1.5
25012026-07-04T15:04:39.602Z Checking bumpalo v3.20.2
25022026-07-04T15:04:39.624Z Checking libbz2-rs-sys v0.2.2
25032026-07-04T15:04:39.637Z Compiling rayon-core v1.13.0
25042026-07-04T15:04:39.688Z Checking foldhash v0.2.0
25052026-07-04T15:04:39.764Z Checking strsim v0.11.1
25062026-07-04T15:04:39.794Z Checking same-file v1.0.6
25072026-07-04T15:04:39.815Z Checking winnow v0.5.40
25082026-07-04T15:04:39.848Z Checking bitflags v1.3.2
25092026-07-04T15:04:39.905Z Checking base16ct v0.2.0
25102026-07-04T15:04:39.917Z Checking either v1.15.0
25112026-07-04T15:04:39.928Z Checking managed v0.8.0
25122026-07-04T15:04:40.006Z Checking clap_lex v1.0.0
25132026-07-04T15:04:40.026Z Checking sec1 v0.7.3
25142026-07-04T15:04:40.089Z Checking hyper-tls v0.6.0
25152026-07-04T15:04:40.100Z Checking hyper-rustls v0.27.7
25162026-07-04T15:04:40.111Z Checking smoltcp v0.9.1
25172026-07-04T15:04:40.114Z Checking dof v0.3.0
25182026-07-04T15:04:40.132Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-07-04T15:04:40.150Z Checking clap_builder v4.6.0
25202026-07-04T15:04:40.223Z Checking bzip2 v0.6.1
25212026-07-04T15:04:40.249Z Checking reqwest v0.12.28
25222026-07-04T15:04:40.292Z Checking walkdir v2.5.0
25232026-07-04T15:04:40.319Z Checking hashbrown v0.16.1
25242026-07-04T15:04:40.393Z Checking zopfli v0.8.3
25252026-07-04T15:04:40.405Z Checking hashbrown v0.15.5
25262026-07-04T15:04:40.446Z Checking group v0.13.0
25272026-07-04T15:04:40.586Z Checking usdt-impl v0.6.0
25282026-07-04T15:04:40.682Z Checking signal-hook-mio v0.2.5
25292026-07-04T15:04:40.710Z Checking futures v0.3.32
25302026-07-04T15:04:40.781Z Checking anstream v0.6.21
25312026-07-04T15:04:40.793Z Checking bzip2 v0.4.4
25322026-07-04T15:04:40.804Z Checking snafu v0.8.9
25332026-07-04T15:04:40.857Z Checking num-bigint-dig v0.8.6
25342026-07-04T15:04:40.857Z Checking phf v0.13.1
25352026-07-04T15:04:40.964Z Checking toml_edit v0.19.15
25362026-07-04T15:04:40.977Z Checking cipher v0.5.2
25372026-07-04T15:04:40.989Z Checking cookie_store v0.22.1
25382026-07-04T15:04:41.007Z Checking zstd v0.13.3
25392026-07-04T15:04:41.030Z Checking postgres-types v0.2.12
25402026-07-04T15:04:41.170Z Checking ed25519 v2.2.3
25412026-07-04T15:04:41.186Z Checking dtrace-parser v0.2.0
25422026-07-04T15:04:41.204Z Checking rustls-platform-verifier v0.6.2
25432026-07-04T15:04:41.302Z Checking crossbeam-deque v0.8.6
25442026-07-04T15:04:41.332Z Checking globset v0.4.18
25452026-07-04T15:04:41.335Z Checking regex v1.12.3
25462026-07-04T15:04:41.354Z Checking phf_shared v0.11.3
25472026-07-04T15:04:41.368Z Checking hkdf v0.12.4
25482026-07-04T15:04:41.411Z Checking olpc-cjson v0.1.4
25492026-07-04T15:04:41.469Z Checking curve25519-dalek v4.1.3
25502026-07-04T15:04:41.485Z Checking ref-cast v1.0.25
25512026-07-04T15:04:41.497Z Checking strum v0.27.2
25522026-07-04T15:04:41.539Z Checking pkcs1 v0.7.5
25532026-07-04T15:04:41.574Z Checking hubpack v0.1.2
25542026-07-04T15:04:41.586Z Checking memoffset v0.9.1
25552026-07-04T15:04:41.597Z Checking rustix v0.38.44
25562026-07-04T15:04:41.600Z Checking pem v3.0.6
25572026-07-04T15:04:41.655Z Checking float-cmp v0.10.0
25582026-07-04T15:04:41.658Z Checking serde-big-array v0.5.1
25592026-07-04T15:04:41.729Z Checking serde_plain v1.0.2
25602026-07-04T15:04:41.741Z Checking erased-serde v0.3.31
25612026-07-04T15:04:41.756Z Checking crypto-bigint v0.5.5
25622026-07-04T15:04:41.775Z Checking memmap2 v0.9.10
25632026-07-04T15:04:41.790Z Checking thread-id v4.2.2
25642026-07-04T15:04:41.863Z Checking env_filter v1.0.0
25652026-07-04T15:04:41.875Z Checking data-encoding v2.10.0
25662026-07-04T15:04:41.928Z Checking precomputed-hash v0.1.1
25672026-07-04T15:04:41.996Z Checking const-oid v0.10.2
25682026-07-04T15:04:42.007Z Checking cpufeatures v0.3.0
25692026-07-04T15:04:42.011Z Checking new_debug_unreachable v1.0.6
25702026-07-04T15:04:42.071Z Checking winnow v0.7.14
25712026-07-04T15:04:42.083Z Checking fixedbitset v0.5.7
25722026-07-04T15:04:42.108Z Checking difflib v0.4.0
25732026-07-04T15:04:42.133Z Checking jiff v0.2.21
25742026-07-04T15:04:42.145Z Checking keccak v0.1.6
25752026-07-04T15:04:42.235Z Checking whoami v2.1.0
25762026-07-04T15:04:42.268Z Checking unicode-segmentation v1.12.0
25772026-07-04T15:04:42.278Z Checking toml_write v0.1.2
25782026-07-04T15:04:42.304Z Checking winnow v1.0.3
25792026-07-04T15:04:42.374Z Checking fixedbitset v0.4.2
25802026-07-04T15:04:42.423Z Checking static_assertions v1.1.0
25812026-07-04T15:04:42.436Z Checking normalize-line-endings v0.3.0
25822026-07-04T15:04:42.491Z Checking typed-path v0.9.3
25832026-07-04T15:04:42.517Z Checking predicates-core v1.0.10
25842026-07-04T15:04:42.517Z Checking petgraph v0.6.5
25852026-07-04T15:04:42.570Z Checking similar v2.7.0
25862026-07-04T15:04:42.583Z Checking toml_parser v1.1.2+spec-1.1.0
25872026-07-04T15:04:42.635Z Checking predicates v3.1.4
25882026-07-04T15:04:42.649Z Checking elliptic-curve v0.13.8
25892026-07-04T15:04:42.894Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25902026-07-04T15:04:42.920Z Checking tokio-postgres v0.7.16
25912026-07-04T15:04:42.934Z Checking crossterm v0.28.1
25922026-07-04T15:04:42.946Z Checking sha3 v0.10.8
25932026-07-04T15:04:43.143Z Checking petgraph v0.8.3
25942026-07-04T15:04:43.242Z Checking tough v0.22.0
25952026-07-04T15:04:43.253Z Checking toml_edit v0.22.27
25962026-07-04T15:04:43.618Z Checking ed25519-dalek v2.2.0
25972026-07-04T15:04:43.761Z Checking digest v0.11.3
25982026-07-04T15:04:43.844Z Checking hickory-proto v0.25.2
25992026-07-04T15:04:43.935Z Checking slog v2.8.2
26002026-07-04T15:04:44.178Z Checking string_cache v0.8.9
26012026-07-04T15:04:44.212Z Checking chacha20 v0.10.0
26022026-07-04T15:04:44.340Z Checking zip v4.6.1
26032026-07-04T15:04:44.353Z Checking env_logger v0.11.9
26042026-07-04T15:04:44.368Z Checking toml v0.7.8
26052026-07-04T15:04:44.471Z Checking usdt v0.6.0
26062026-07-04T15:04:44.541Z Checking usdt-impl v0.5.0
26072026-07-04T15:04:44.635Z Checking rsa v0.9.10
26082026-07-04T15:04:44.668Z Checking nix v0.31.2
26092026-07-04T15:04:44.910Z Checking clap v4.6.1
26102026-07-04T15:04:44.988Z Checking reqwest v0.13.2
26112026-07-04T15:04:45.091Z Checking zip v0.6.6
26122026-07-04T15:04:45.141Z Checking itertools v0.13.0
26132026-07-04T15:04:45.155Z Checking serde_with v3.17.0
26142026-07-04T15:04:45.257Z Checking strum v0.26.3
26152026-07-04T15:04:45.366Z Checking tokio-stream v0.1.18
26162026-07-04T15:04:45.403Z Checking fs-err v3.3.0
26172026-07-04T15:04:45.601Z Checking ahash v0.8.12
26182026-07-04T15:04:45.696Z Checking object v0.37.3
26192026-07-04T15:04:45.736Z Checking buf-list v1.1.2
26202026-07-04T15:04:45.792Z Checking anyhow v1.0.102
26212026-07-04T15:04:45.828Z Checking camino v1.2.2
26222026-07-04T15:04:45.843Z Checking x509-cert v0.2.5
26232026-07-04T15:04:45.915Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-04T15:04:45.982Z Checking openapiv3 v2.2.0
26252026-07-04T15:04:46.076Z Checking peg-runtime v0.8.5
26262026-07-04T15:04:46.161Z Checking lalrpop-util v0.19.12
26272026-07-04T15:04:46.174Z Checking rayon v1.11.0
26282026-07-04T15:04:46.212Z Checking sigpipe v0.1.3
26292026-07-04T15:04:46.288Z Checking glob v0.3.3
26302026-07-04T15:04:47.850Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-04T15:04:48.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s
26322026-07-04T15:04:48.264Z
26332026-07-04T15:04:48.264Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26342026-07-04T15:04:48.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-04T15:04:48.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-04T15:04:48.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-04T15:04:48.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-07-04T15:04:48.788Z
26392026-07-04T15:04:48.789Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26402026-07-04T15:04:49.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-04T15:04:49.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-04T15:04:49.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-04T15:04:49.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-07-04T15:04:49.319Z
26452026-07-04T15:04:49.319Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26462026-07-04T15:04:49.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-04T15:04:49.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-04T15:04:49.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-04T15:04:49.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26502026-07-04T15:04:49.858Z
26512026-07-04T15:04:49.859Zinfo: running `cargo check --bins` on oxql-types (80/299)
26522026-07-04T15:04:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-04T15:04:50.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-04T15:04:50.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-04T15:04:50.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-07-04T15:04:50.388Z
26572026-07-04T15:04:50.388Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26582026-07-04T15:04:50.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-04T15:04:50.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-04T15:04:50.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-04T15:04:50.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-07-04T15:04:50.915Z
26632026-07-04T15:04:50.915Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26642026-07-04T15:04:51.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-04T15:04:51.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-04T15:04:51.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-04T15:04:51.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26682026-07-04T15:04:51.443Z
26692026-07-04T15:04:51.443Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26702026-07-04T15:04:51.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-04T15:04:51.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-04T15:04:51.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-04T15:04:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26742026-07-04T15:04:51.951Z
26752026-07-04T15:04:51.951Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26762026-07-04T15:04:52.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-04T15:04:52.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-04T15:04:52.574Z Compiling structmeta-derive v0.3.0
26792026-07-04T15:04:52.690Z Compiling multer v3.1.0
26802026-07-04T15:04:52.701Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-07-04T15:04:52.704Z Compiling async-stream-impl v0.3.6
26822026-07-04T15:04:52.719Z Compiling dropshot v0.17.1
26832026-07-04T15:04:52.734Z Compiling dropshot_endpoint v0.17.1
26842026-07-04T15:04:52.737Z Compiling newtype-uuid-macros v0.1.0
26852026-07-04T15:04:52.759Z Checking newtype-uuid v1.3.2
26862026-07-04T15:04:52.924Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-04T15:04:52.949Z Checking daft v0.1.7
26882026-07-04T15:04:52.971Z Checking thread_local v1.1.9
26892026-07-04T15:04:53.077Z Checking compression-core v0.4.31
26902026-07-04T15:04:53.167Z Checking match_cfg v0.1.0
26912026-07-04T15:04:53.184Z Checking iddqd v0.4.2
26922026-07-04T15:04:53.199Z Checking compression-codecs v0.4.37
26932026-07-04T15:04:53.235Z Checking hostname v0.3.1
26942026-07-04T15:04:53.285Z Checking crossbeam-channel v0.5.15
26952026-07-04T15:04:53.324Z Checking atomicwrites v0.4.4
26962026-07-04T15:04:53.339Z Checking slog-json v2.6.1
26972026-07-04T15:04:53.363Z Checking serde_spanned v1.1.1
26982026-07-04T15:04:53.446Z Checking is-terminal v0.4.17
26992026-07-04T15:04:53.479Z Checking toml_datetime v1.1.1+spec-1.1.0
27002026-07-04T15:04:53.492Z Checking term v1.2.1
27012026-07-04T15:04:53.492Z Checking debug-ignore v1.0.5
27022026-07-04T15:04:53.527Z Checking take_mut v0.2.2
27032026-07-04T15:04:53.594Z Checking toml_writer v1.1.1+spec-1.1.0
27042026-07-04T15:04:53.614Z Checking slog-bunyan v2.5.0
27052026-07-04T15:04:53.626Z Checking slog-async v2.8.0
27062026-07-04T15:04:53.671Z Checking async-compression v0.4.41
27072026-07-04T15:04:53.701Z Checking slog-term v2.9.2
27082026-07-04T15:04:53.721Z Checking async-stream v0.3.6
27092026-07-04T15:04:53.739Z Compiling structmeta v0.3.0
27102026-07-04T15:04:53.765Z Checking toml v1.1.2+spec-1.1.0
27112026-07-04T15:04:53.792Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-04T15:04:53.840Z Checking progenitor-client v0.14.0
27132026-07-04T15:04:53.893Z Checking sha1 v0.11.0
27142026-07-04T15:04:53.906Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-07-04T15:04:53.941Z Compiling derive-ex v0.1.8
27162026-07-04T15:04:53.945Z Compiling parse-display-derive v0.10.0
27172026-07-04T15:04:54.066Z Checking waitgroup v0.1.2
27182026-07-04T15:04:54.122Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-07-04T15:04:54.126Z Checking rustls-pemfile v2.2.0
27202026-07-04T15:04:54.154Z Checking backon v1.6.0
27212026-07-04T15:04:54.168Z Checking serde_path_to_error v0.1.20
27222026-07-04T15:04:54.229Z Checking hostname v0.4.2
27232026-07-04T15:04:54.269Z Checking instant v0.1.13
27242026-07-04T15:04:54.348Z Checking backoff v0.4.0
27252026-07-04T15:04:54.361Z Checking progenitor-extras v0.2.0
27262026-07-04T15:04:54.465Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-04T15:04:54.519Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-04T15:04:54.522Z Checking itertools v0.14.0
27292026-07-04T15:04:54.575Z Checking regress v0.10.5
27302026-07-04T15:04:54.678Z Checking macaddr v1.0.1
27312026-07-04T15:04:55.005Z Checking humantime v2.3.0
27322026-07-04T15:04:55.641Z Compiling test-strategy v0.4.5
27332026-07-04T15:04:55.644Z Checking parse-display v0.10.0
27342026-07-04T15:04:56.138Z Compiling prettyplease v0.2.37
27352026-07-04T15:04:56.385Z Checking num-rational v0.4.2
27362026-07-04T15:04:56.644Z Checking num-complex v0.4.6
27372026-07-04T15:04:57.021Z Checking num v0.4.3
27382026-07-04T15:04:57.090Z Compiling usdt-macro v0.5.0
27392026-07-04T15:04:57.105Z Compiling usdt-attr-macro v0.5.0
27402026-07-04T15:04:57.117Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-07-04T15:04:57.223Z Checking memmap v0.7.0
27422026-07-04T15:04:57.353Z Compiling float-ord v0.3.2
27432026-07-04T15:04:57.481Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-04T15:04:57.568Z Compiling convert_case v0.4.0
27452026-07-04T15:04:57.621Z Checking unicode-width v0.2.0
27462026-07-04T15:04:57.817Z Checking newline-converter v0.3.0
27472026-07-04T15:04:57.872Z Checking console v0.15.11
27482026-07-04T15:04:57.885Z Checking usdt v0.5.0
27492026-07-04T15:04:57.920Z Compiling toml v0.8.23
27502026-07-04T15:04:57.934Z Compiling derive_more v0.99.20
27512026-07-04T15:04:58.045Z Checking linked-hash-map v0.5.6
27522026-07-04T15:04:58.144Z Compiling minimal-lexical v0.2.1
27532026-07-04T15:04:58.213Z Checking lru-cache v0.1.2
27542026-07-04T15:04:58.328Z Checking expectorate v1.2.0
27552026-07-04T15:04:58.394Z Compiling nom v7.1.3
27562026-07-04T15:04:58.841Z Checking camino-tempfile v1.4.1
27572026-07-04T15:04:58.854Z Checking hickory-proto v0.24.4
27582026-07-04T15:04:58.963Z Checking phf_shared v0.12.1
27592026-07-04T15:04:58.997Z Compiling slog-dtrace v0.3.0
27602026-07-04T15:04:59.155Z Checking resolv-conf v0.7.6
27612026-07-04T15:04:59.340Z Compiling chrono-tz v0.10.4
27622026-07-04T15:04:59.503Z Compiling unicode-xid v0.2.6
27632026-07-04T15:04:59.527Z Checking heck v0.5.0
27642026-07-04T15:04:59.629Z Compiling const_format_proc_macros v0.2.34
27652026-07-04T15:04:59.719Z Checking phf v0.12.1
27662026-07-04T15:04:59.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-07-04T15:04:59.859Z Checking tokio-dtrace v0.1.1
27682026-07-04T15:05:00.045Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-04T15:05:00.275Z Compiling derive-where v1.6.0
27702026-07-04T15:05:00.465Z Checking highway v1.3.0
27712026-07-04T15:05:00.594Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-07-04T15:05:00.673Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-07-04T15:05:00.689Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27742026-07-04T15:05:00.744Z Checking hickory-resolver v0.24.4
27752026-07-04T15:05:01.085Z Checking const_format v0.2.35
27762026-07-04T15:05:01.335Z Checking oxide-tokio-rt v0.1.4
27772026-07-04T15:05:01.587Z Checking qorb v0.4.1
27782026-07-04T15:05:01.721Z Checking gethostname v0.5.0
27792026-07-04T15:05:01.756Z Checking bcs v0.1.6
27802026-07-04T15:05:01.797Z Checking termtree v0.5.1
27812026-07-04T15:05:02.133Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27822026-07-04T15:05:02.148Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-07-04T15:05:02.373Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-04T15:05:02.376Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-04T15:05:05.164Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-04T15:05:07.555Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-04T15:05:09.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.69s
27882026-07-04T15:05:09.813Z
27892026-07-04T15:05:09.813Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27902026-07-04T15:05:10.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-04T15:05:10.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-04T15:05:10.433Z Compiling ar_archive_writer v0.5.1
27932026-07-04T15:05:10.539Z Compiling stacker v0.1.23
27942026-07-04T15:05:10.546Z Compiling cfg_aliases v0.1.1
27952026-07-04T15:05:10.553Z Compiling convert_case v0.10.0
27962026-07-04T15:05:10.555Z Checking unicode-width v0.1.14
27972026-07-04T15:05:10.565Z Compiling proc-macro-error v1.0.4
27982026-07-04T15:05:10.576Z Checking fd-lock v4.0.4
27992026-07-04T15:05:10.576Z Checking nibble_vec v0.1.0
28002026-07-04T15:05:10.600Z Compiling nix v0.28.0
28012026-07-04T15:05:10.686Z Checking vte v0.14.1
28022026-07-04T15:05:10.698Z Compiling recursive-proc-macro-impl v0.1.1
28032026-07-04T15:05:10.797Z Checking bytecount v0.6.9
28042026-07-04T15:05:10.812Z Checking endian-type v0.1.2
28052026-07-04T15:05:10.826Z Checking strip-ansi-escapes v0.2.1
28062026-07-04T15:05:10.830Z Compiling derive_more-impl v2.1.1
28072026-07-04T15:05:10.850Z Compiling tabled_derive v0.7.0
28082026-07-04T15:05:10.889Z Checking papergrid v0.11.0
28092026-07-04T15:05:10.926Z Checking radix_trie v0.2.1
28102026-07-04T15:05:10.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-04T15:05:11.095Z Compiling peg-macros v0.8.5
28122026-07-04T15:05:11.127Z Checking winnow v0.6.26
28132026-07-04T15:05:11.348Z Compiling psm v0.1.30
28142026-07-04T15:05:11.424Z Compiling sqlparser_derive v0.5.0
28152026-07-04T15:05:11.494Z Checking nu-ansi-term v0.50.3
28162026-07-04T15:05:11.628Z Checking derive_more v2.1.1
28172026-07-04T15:05:11.699Z Checking unicode_categories v0.1.1
28182026-07-04T15:05:11.713Z Checking home v0.5.12
28192026-07-04T15:05:11.799Z Checking tabled v0.15.0
28202026-07-04T15:05:11.812Z Checking crossterm v0.29.0
28212026-07-04T15:05:11.848Z Checking reedline v0.40.0
28222026-07-04T15:05:11.870Z Checking rustyline v14.0.0
28232026-07-04T15:05:12.143Z Checking recursive v0.1.1
28242026-07-04T15:05:12.198Z Checking display-error-chain v0.2.2
28252026-07-04T15:05:12.232Z Checking sqlparser v0.61.0
28262026-07-04T15:05:12.263Z Checking sqlformat v0.3.5
28272026-07-04T15:05:12.447Z Checking peg v0.8.5
28282026-07-04T15:05:23.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
28292026-07-04T15:05:23.476Z
28302026-07-04T15:05:23.476Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28312026-07-04T15:05:23.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-04T15:05:23.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-04T15:05:24.094Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-04T15:05:27.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28352026-07-04T15:05:27.686Z
28362026-07-04T15:05:27.686Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28372026-07-04T15:05:28.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-04T15:05:28.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-04T15:05:28.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-04T15:05:30.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28412026-07-04T15:05:30.880Z
28422026-07-04T15:05:30.880Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28432026-07-04T15:05:31.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-04T15:05:31.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-04T15:05:31.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-04T15:05:34.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28472026-07-04T15:05:34.854Z
28482026-07-04T15:05:34.855Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28492026-07-04T15:05:35.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-04T15:05:35.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-04T15:05:35.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-04T15:05:38.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28532026-07-04T15:05:38.877Z
28542026-07-04T15:05:38.877Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28552026-07-04T15:05:39.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-04T15:05:39.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-04T15:05:39.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-04T15:05:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28592026-07-04T15:05:42.222Z
28602026-07-04T15:05:42.222Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28612026-07-04T15:05:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-04T15:05:42.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-04T15:05:42.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-04T15:05:45.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28652026-07-04T15:05:45.599Z
28662026-07-04T15:05:45.599Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28672026-07-04T15:05:46.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-04T15:05:46.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-04T15:05:46.210Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-04T15:05:49.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28712026-07-04T15:05:49.757Z
28722026-07-04T15:05:49.757Zinfo: running `cargo check --bins` on oximeter (93/299)
28732026-07-04T15:05:50.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-04T15:05:50.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-04T15:05:50.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-04T15:05:50.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28772026-07-04T15:05:50.280Z
28782026-07-04T15:05:50.280Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28792026-07-04T15:05:50.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-04T15:05:50.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-04T15:05:50.855Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-04T15:05:51.012Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-04T15:05:51.016Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-04T15:05:51.358Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-04T15:05:53.843Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-04T15:05:55.043Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-04T15:05:55.242Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-04T15:05:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
28892026-07-04T15:05:56.047Z
28902026-07-04T15:05:56.047Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28912026-07-04T15:05:56.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-04T15:05:56.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-04T15:05:56.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-04T15:05:56.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28952026-07-04T15:05:56.571Z
28962026-07-04T15:05:56.571Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28972026-07-04T15:05:57.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-04T15:05:57.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-04T15:05:57.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-04T15:05:57.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29012026-07-04T15:05:57.132Z
29022026-07-04T15:05:57.133Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29032026-07-04T15:05:57.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-04T15:05:57.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-04T15:05:57.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-04T15:05:57.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-04T15:05:57.669Z
29082026-07-04T15:05:57.669Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29092026-07-04T15:05:58.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-04T15:05:58.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-04T15:05:58.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-04T15:05:58.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29132026-07-04T15:05:58.199Z
29142026-07-04T15:05:58.199Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29152026-07-04T15:05:58.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-04T15:05:58.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-04T15:05:58.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-04T15:05:58.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29192026-07-04T15:05:58.724Z
29202026-07-04T15:05:58.724Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29212026-07-04T15:05:59.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-04T15:05:59.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-04T15:05:59.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-04T15:05:59.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29252026-07-04T15:05:59.257Z
29262026-07-04T15:05:59.257Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29272026-07-04T15:05:59.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-04T15:05:59.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-04T15:05:59.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-04T15:05:59.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29312026-07-04T15:05:59.767Z
29322026-07-04T15:05:59.767Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29332026-07-04T15:06:00.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-04T15:06:00.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-04T15:06:00.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-04T15:06:00.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29372026-07-04T15:06:00.298Z
29382026-07-04T15:06:00.298Zinfo: running `cargo check --bins` on update-engine (103/299)
29392026-07-04T15:06:00.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-04T15:06:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-04T15:06:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-04T15:06:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29432026-07-04T15:06:00.810Z
29442026-07-04T15:06:00.810Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29452026-07-04T15:06:01.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-04T15:06:01.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-04T15:06:01.463Z Compiling crucible-workspace-hack v0.1.0
29482026-07-04T15:06:01.578Z Checking secrecy v0.10.3
29492026-07-04T15:06:01.584Z Compiling toml_datetime v0.7.5+spec-1.1.0
29502026-07-04T15:06:01.584Z Compiling heapless v0.8.0
29512026-07-04T15:06:01.596Z Compiling ingot-macros v0.1.1
29522026-07-04T15:06:01.604Z Checking hash32 v0.3.1
29532026-07-04T15:06:01.607Z Checking inout v0.1.4
29542026-07-04T15:06:01.625Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-07-04T15:06:01.676Z Compiling smoltcp v0.11.0
29562026-07-04T15:06:01.717Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-07-04T15:06:01.737Z Checking cipher v0.4.4
29582026-07-04T15:06:01.796Z Checking cobs v0.3.0
29592026-07-04T15:06:01.828Z Checking universal-hash v0.5.1
29602026-07-04T15:06:01.859Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-04T15:06:01.920Z Checking half v2.7.1
29622026-07-04T15:06:01.933Z Checking opaque-debug v0.3.1
29632026-07-04T15:06:01.970Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-07-04T15:06:01.996Z Checking ciborium-io v0.2.2
29652026-07-04T15:06:02.043Z Checking poly1305 v0.8.0
29662026-07-04T15:06:02.079Z Checking postcard v1.1.3
29672026-07-04T15:06:02.150Z Checking chacha20 v0.9.1
29682026-07-04T15:06:02.170Z Checking ciborium-ll v0.2.2
29692026-07-04T15:06:02.300Z Compiling proc-macro-crate v3.4.0
29702026-07-04T15:06:02.335Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-04T15:06:02.348Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-04T15:06:02.361Z Checking password-hash v0.5.0
29732026-07-04T15:06:02.582Z Compiling proc-macro-crate v1.3.1
29742026-07-04T15:06:02.603Z Checking blake2 v0.10.6
29752026-07-04T15:06:02.730Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-04T15:06:02.758Z Checking aead v0.5.2
29772026-07-04T15:06:02.833Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-04T15:06:02.836Z Compiling num_enum_derive v0.7.6
29792026-07-04T15:06:02.893Z Compiling foreign-types-macros v0.2.3
29802026-07-04T15:06:02.955Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-04T15:06:02.995Z Checking foreign-types-shared v0.3.1
29822026-07-04T15:06:03.035Z Compiling num_enum_derive v0.5.11
29832026-07-04T15:06:03.048Z Checking thiserror-no-std v2.0.2
29842026-07-04T15:06:03.079Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-04T15:06:03.130Z Checking vsss-rs v3.3.4
29862026-07-04T15:06:03.202Z Checking chacha20poly1305 v0.10.1
29872026-07-04T15:06:03.326Z Checking argon2 v0.5.3
29882026-07-04T15:06:03.493Z Checking foreign-types v0.5.0
29892026-07-04T15:06:03.568Z Checking ciborium v0.2.2
29902026-07-04T15:06:03.678Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-04T15:06:03.768Z Checking tabwriter v1.4.1
29922026-07-04T15:06:03.887Z Checking num_enum v0.7.6
29932026-07-04T15:06:03.909Z Checking byte-wrapper v0.1.0
29942026-07-04T15:06:03.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-04T15:06:03.979Z Checking cstr-argument v0.1.2
29962026-07-04T15:06:03.997Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-04T15:06:04.052Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-04T15:06:04.122Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-04T15:06:04.135Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-07-04T15:06:04.249Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-04T15:06:04.279Z Checking num_enum v0.5.11
30022026-07-04T15:06:04.292Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-04T15:06:04.358Z Checking ingot-types v0.1.2
30042026-07-04T15:06:04.387Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-04T15:06:04.412Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-04T15:06:04.450Z Checking rand v0.10.1
30072026-07-04T15:06:04.464Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-04T15:06:04.517Z Checking colored v3.1.1
30092026-07-04T15:06:04.550Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-04T15:06:04.578Z Checking indent_write v2.2.0
30112026-07-04T15:06:04.646Z Compiling zone_cfg_derive v0.3.1
30122026-07-04T15:06:04.708Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-04T15:06:04.723Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-04T15:06:04.726Z Checking ingot v0.1.1
30152026-07-04T15:06:04.760Z Checking itertools v0.12.1
30162026-07-04T15:06:04.812Z Compiling num-derive v0.4.2
30172026-07-04T15:06:04.878Z Checking swrite v0.1.0
30182026-07-04T15:06:04.891Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-07-04T15:06:04.965Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-07-04T15:06:05.104Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-04T15:06:05.265Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-04T15:06:05.279Z Checking dropshot-api-manager-types v0.7.2
30232026-07-04T15:06:05.295Z Checking smf v0.2.3
30242026-07-04T15:06:05.367Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-07-04T15:06:05.383Z Checking nanorand v0.7.0
30262026-07-04T15:06:05.436Z Checking whoami v1.6.1
30272026-07-04T15:06:05.522Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-04T15:06:05.569Z Checking flume v0.11.1
30292026-07-04T15:06:05.734Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-04T15:06:05.757Z Checking zone v0.3.1
30312026-07-04T15:06:06.275Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-04T15:06:07.224Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-04T15:06:08.101Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-04T15:06:11.545Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-04T15:06:13.577Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-04T15:06:14.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30372026-07-04T15:06:14.842Z
30382026-07-04T15:06:14.842Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30392026-07-04T15:06:15.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-04T15:06:15.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-04T15:06:15.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-04T15:06:15.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30432026-07-04T15:06:15.371Z
30442026-07-04T15:06:15.371Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30452026-07-04T15:06:15.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-04T15:06:15.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-04T15:06:15.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-04T15:06:15.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30492026-07-04T15:06:15.895Z
30502026-07-04T15:06:15.895Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30512026-07-04T15:06:16.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-04T15:06:16.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-04T15:06:16.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-04T15:06:16.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30552026-07-04T15:06:16.428Z
30562026-07-04T15:06:16.429Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30572026-07-04T15:06:16.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-04T15:06:16.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-04T15:06:16.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-04T15:06:16.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30612026-07-04T15:06:16.962Z
30622026-07-04T15:06:16.962Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30632026-07-04T15:06:17.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-04T15:06:17.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-04T15:06:17.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-04T15:06:17.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30672026-07-04T15:06:17.489Z
30682026-07-04T15:06:17.490Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30692026-07-04T15:06:17.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-04T15:06:17.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-04T15:06:17.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-04T15:06:17.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30732026-07-04T15:06:18.016Z
30742026-07-04T15:06:18.016Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30752026-07-04T15:06:18.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-04T15:06:18.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-04T15:06:18.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-04T15:06:18.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30792026-07-04T15:06:18.543Z
30802026-07-04T15:06:18.543Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30812026-07-04T15:06:18.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-04T15:06:18.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-04T15:06:18.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-04T15:06:18.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30852026-07-04T15:06:19.058Z
30862026-07-04T15:06:19.058Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30872026-07-04T15:06:19.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-04T15:06:19.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-04T15:06:19.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-04T15:06:19.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30912026-07-04T15:06:19.586Z
30922026-07-04T15:06:19.586Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30932026-07-04T15:06:20.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-04T15:06:20.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-04T15:06:20.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-04T15:06:20.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30972026-07-04T15:06:20.110Z
30982026-07-04T15:06:20.110Zinfo: running `cargo check --bins` on installinator-client (115/299)
30992026-07-04T15:06:20.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-04T15:06:20.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-04T15:06:20.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-04T15:06:20.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31032026-07-04T15:06:20.632Z
31042026-07-04T15:06:20.632Zinfo: running `cargo check --bins` on nexus-client (116/299)
31052026-07-04T15:06:21.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-04T15:06:21.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-04T15:06:21.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-04T15:06:21.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31092026-07-04T15:06:21.191Z
31102026-07-04T15:06:21.191Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31112026-07-04T15:06:21.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-04T15:06:21.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-04T15:06:21.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-04T15:06:21.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31152026-07-04T15:06:21.751Z
31162026-07-04T15:06:21.751Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31172026-07-04T15:06:22.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-04T15:06:22.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-04T15:06:22.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-04T15:06:22.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31212026-07-04T15:06:22.271Z
31222026-07-04T15:06:22.271Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31232026-07-04T15:06:22.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-04T15:06:22.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-04T15:06:22.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-04T15:06:22.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31272026-07-04T15:06:22.785Z
31282026-07-04T15:06:22.786Zinfo: running `cargo check --bins` on oxide-client (120/299)
31292026-07-04T15:06:23.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-04T15:06:23.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-04T15:06:23.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-04T15:06:23.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31332026-07-04T15:06:23.301Z
31342026-07-04T15:06:23.302Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31352026-07-04T15:06:23.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-04T15:06:23.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-04T15:06:23.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-04T15:06:23.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31392026-07-04T15:06:23.825Z
31402026-07-04T15:06:23.825Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31412026-07-04T15:06:24.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-04T15:06:24.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-04T15:06:24.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-04T15:06:24.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31452026-07-04T15:06:24.337Z
31462026-07-04T15:06:24.337Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31472026-07-04T15:06:24.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-04T15:06:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-04T15:06:24.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-04T15:06:24.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31512026-07-04T15:06:24.868Z
31522026-07-04T15:06:24.868Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31532026-07-04T15:06:25.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-04T15:06:25.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-04T15:06:25.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-04T15:06:25.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31572026-07-04T15:06:25.419Z
31582026-07-04T15:06:25.419Zinfo: running `cargo check --bins` on installinator-common (125/299)
31592026-07-04T15:06:25.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-04T15:06:25.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-04T15:06:25.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-04T15:06:25.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31632026-07-04T15:06:25.962Z
31642026-07-04T15:06:25.962Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31652026-07-04T15:06:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-04T15:06:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-04T15:06:26.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-04T15:06:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31692026-07-04T15:06:26.475Z
31702026-07-04T15:06:26.475Zinfo: running `cargo check --bins` on wicket-common (127/299)
31712026-07-04T15:06:26.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-04T15:06:26.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-04T15:06:26.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-07-04T15:06:26.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31752026-07-04T15:06:27.010Z
31762026-07-04T15:06:27.010Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31772026-07-04T15:06:27.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-07-04T15:06:27.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-07-04T15:06:27.647Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-07-04T15:06:27.759Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-07-04T15:06:27.767Z Checking csv-core v0.1.13
31822026-07-04T15:06:27.773Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-07-04T15:06:27.780Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-07-04T15:06:27.783Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-07-04T15:06:27.799Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-04T15:06:27.811Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-07-04T15:06:27.915Z Checking csv v1.4.0
31882026-07-04T15:06:27.948Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-07-04T15:06:27.951Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-07-04T15:06:27.986Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-07-04T15:06:28.015Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-07-04T15:06:28.253Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-04T15:06:28.611Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31942026-07-04T15:06:28.612Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-07-04T15:06:28.947Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-07-04T15:06:34.904Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-07-04T15:06:35.424Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-07-04T15:06:37.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
31992026-07-04T15:06:37.944Z
32002026-07-04T15:06:37.944Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
32012026-07-04T15:06:38.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-04T15:06:38.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-04T15:06:38.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-04T15:06:38.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32052026-07-04T15:06:38.466Z
32062026-07-04T15:06:38.466Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32072026-07-04T15:06:38.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-04T15:06:38.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-04T15:06:38.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-04T15:06:38.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32112026-07-04T15:06:39.072Z
32122026-07-04T15:06:39.072Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32132026-07-04T15:06:39.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-04T15:06:39.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-04T15:06:39.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-04T15:06:39.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32172026-07-04T15:06:39.684Z
32182026-07-04T15:06:39.684Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32192026-07-04T15:06:40.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-04T15:06:40.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-04T15:06:40.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-07-04T15:06:40.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32232026-07-04T15:06:40.257Z
32242026-07-04T15:06:40.257Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32252026-07-04T15:06:40.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-07-04T15:06:40.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-07-04T15:06:40.955Z Compiling regress v0.11.1
32282026-07-04T15:06:41.095Z Compiling unsafe-libyaml v0.2.11
32292026-07-04T15:06:41.105Z Compiling radium v0.7.0
32302026-07-04T15:06:41.113Z Compiling semver v0.1.20
32312026-07-04T15:06:41.126Z Checking nom v8.0.0
32322026-07-04T15:06:41.129Z Compiling maybe-uninit v2.0.0
32332026-07-04T15:06:41.129Z Checking tap v1.0.1
32342026-07-04T15:06:41.236Z Checking wyz v0.5.1
32352026-07-04T15:06:41.376Z Compiling rustc_version v0.1.7
32362026-07-04T15:06:41.424Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-07-04T15:06:41.500Z Compiling zerocopy-derive v0.6.6
32382026-07-04T15:06:41.561Z Checking funty v2.0.0
32392026-07-04T15:06:41.586Z Compiling newtype_derive v0.1.6
32402026-07-04T15:06:41.784Z Compiling serde_yaml v0.9.34+deprecated
32412026-07-04T15:06:41.823Z Compiling packed_struct v0.10.1
32422026-07-04T15:06:41.874Z Compiling owo-colors v4.3.0
32432026-07-04T15:06:42.084Z Checking crc-catalog v2.4.0
32442026-07-04T15:06:42.175Z Compiling cancel-safe-futures v0.1.5
32452026-07-04T15:06:42.253Z Checking crc v3.4.0
32462026-07-04T15:06:42.332Z Checking zerocopy v0.6.6
32472026-07-04T15:06:42.426Z Checking bitvec v1.0.1
32482026-07-04T15:06:42.525Z Checking typify-impl v0.6.2
32492026-07-04T15:06:42.559Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-07-04T15:06:42.914Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-07-04T15:06:43.058Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-07-04T15:06:43.088Z Compiling packed_struct_codegen v0.10.1
32532026-07-04T15:06:43.211Z Checking libsw-core v0.3.2
32542026-07-04T15:06:43.256Z Compiling bitfield-macros v0.19.4
32552026-07-04T15:06:43.352Z Compiling indexmap v1.9.3
32562026-07-04T15:06:43.560Z Checking nodrop v0.1.14
32572026-07-04T15:06:43.653Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32582026-07-04T15:06:43.668Z Checking array-init v0.0.4
32592026-07-04T15:06:43.735Z Checking libsw v3.5.0
32602026-07-04T15:06:43.751Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-07-04T15:06:43.883Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-07-04T15:06:43.964Z Checking smallvec v0.6.14
32632026-07-04T15:06:43.978Z Checking bitfield v0.19.4
32642026-07-04T15:06:44.055Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-07-04T15:06:44.251Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-07-04T15:06:44.268Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32672026-07-04T15:06:44.369Z Checking base64 v0.21.7
32682026-07-04T15:06:44.409Z Checking unicode-linebreak v0.1.5
32692026-07-04T15:06:44.481Z Checking hashbrown v0.12.3
32702026-07-04T15:06:44.609Z Checking linear-map v1.2.0
32712026-07-04T15:06:44.623Z Checking smawk v0.3.2
32722026-07-04T15:06:44.739Z Checking tagptr v0.2.0
32732026-07-04T15:06:44.754Z Checking textwrap v0.16.2
32742026-07-04T15:06:44.777Z Checking ron v0.8.1
32752026-07-04T15:06:44.792Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32762026-07-04T15:06:44.878Z Checking moka v0.12.13
32772026-07-04T15:06:44.959Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-07-04T15:06:45.127Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-07-04T15:06:45.207Z Checking steno v0.4.1
32802026-07-04T15:06:45.236Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-07-04T15:06:45.293Z Checking serde-hex v0.1.0
32822026-07-04T15:06:45.506Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-04T15:06:45.666Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-04T15:06:45.930Z Checking hashbrown v0.13.2
32852026-07-04T15:06:46.060Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-07-04T15:06:46.189Z Checking crc-any v2.5.0
32872026-07-04T15:06:46.229Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-04T15:06:46.282Z Checking hickory-resolver v0.25.2
32892026-07-04T15:06:46.343Z Checking object v0.30.4
32902026-07-04T15:06:46.360Z Checking sha1 v0.10.6
32912026-07-04T15:06:46.386Z Checking utf-8 v0.7.6
32922026-07-04T15:06:46.516Z Checking half v1.8.3
32932026-07-04T15:06:46.529Z Checking void v1.0.2
32942026-07-04T15:06:46.631Z Checking path-slash v0.1.5
32952026-07-04T15:06:46.710Z Checking serde_cbor v0.11.2
32962026-07-04T15:06:46.736Z Checking lzss v0.8.2
32972026-07-04T15:06:46.765Z Checking tungstenite v0.23.0
32982026-07-04T15:06:46.985Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-07-04T15:06:47.051Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-07-04T15:06:47.078Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-07-04T15:06:47.082Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-07-04T15:06:47.104Z Compiling typify-macro v0.6.2
33032026-07-04T15:06:47.168Z Checking nix v0.27.1
33042026-07-04T15:06:47.184Z Checking kstat-rs v0.2.4
33052026-07-04T15:06:47.204Z Checking fxhash v0.2.1
33062026-07-04T15:06:47.304Z Checking serde_bytes v0.11.19
33072026-07-04T15:06:47.319Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-07-04T15:06:47.361Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-04T15:06:47.382Z Checking tokio-tungstenite v0.23.1
33102026-07-04T15:06:47.473Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-04T15:06:47.618Z Checking signal-hook-tokio v0.3.1
33122026-07-04T15:06:48.208Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-04T15:06:48.460Z Compiling typify v0.6.2
33142026-07-04T15:06:48.535Z Compiling progenitor-impl v0.14.0
33152026-07-04T15:06:49.099Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-04T15:06:49.406Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-04T15:06:49.979Z Compiling progenitor-macro v0.14.0
33182026-07-04T15:06:52.245Z Checking progenitor v0.14.0
33192026-07-04T15:06:52.359Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-04T15:06:52.362Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-04T15:06:55.000Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-04T15:07:03.167Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-04T15:07:09.661Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-04T15:07:11.010Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-04T15:07:11.496Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-04T15:07:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33272026-07-04T15:07:13.731Z
33282026-07-04T15:07:13.731Zinfo: running `cargo check --bins` on gateway-api (134/299)
33292026-07-04T15:07:14.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-04T15:07:14.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-04T15:07:14.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-04T15:07:14.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-04T15:07:14.258Z
33342026-07-04T15:07:14.258Zinfo: running `cargo check --bins` on ipcc (135/299)
33352026-07-04T15:07:14.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-04T15:07:14.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-04T15:07:14.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-04T15:07:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33392026-07-04T15:07:14.782Z
33402026-07-04T15:07:14.782Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33412026-07-04T15:07:15.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-04T15:07:15.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-04T15:07:15.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-04T15:07:15.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33452026-07-04T15:07:15.295Z
33462026-07-04T15:07:15.295Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33472026-07-04T15:07:15.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-04T15:07:15.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-04T15:07:15.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-04T15:07:15.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-07-04T15:07:15.837Z
33522026-07-04T15:07:15.837Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33532026-07-04T15:07:16.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-04T15:07:16.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-04T15:07:16.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-04T15:07:16.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-07-04T15:07:16.364Z
33582026-07-04T15:07:16.364Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33592026-07-04T15:07:16.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-04T15:07:16.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-04T15:07:16.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-04T15:07:16.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33632026-07-04T15:07:16.889Z
33642026-07-04T15:07:16.889Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33652026-07-04T15:07:17.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-04T15:07:17.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-04T15:07:17.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-04T15:07:17.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33692026-07-04T15:07:17.420Z
33702026-07-04T15:07:17.420Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33712026-07-04T15:07:17.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-04T15:07:17.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-04T15:07:17.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-04T15:07:17.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-07-04T15:07:17.966Z
33762026-07-04T15:07:17.966Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33772026-07-04T15:07:18.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-04T15:07:18.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-04T15:07:18.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-04T15:07:18.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33812026-07-04T15:07:18.496Z
33822026-07-04T15:07:18.496Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33832026-07-04T15:07:18.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-04T15:07:18.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-04T15:07:18.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-04T15:07:18.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-07-04T15:07:19.028Z
33882026-07-04T15:07:19.028Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33892026-07-04T15:07:19.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-04T15:07:19.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-04T15:07:19.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-04T15:07:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-07-04T15:07:19.559Z
33942026-07-04T15:07:19.559Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33952026-07-04T15:07:20.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-04T15:07:20.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-04T15:07:20.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-04T15:07:20.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-07-04T15:07:20.091Z
34002026-07-04T15:07:20.091Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
34012026-07-04T15:07:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-04T15:07:20.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-04T15:07:20.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-04T15:07:20.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34052026-07-04T15:07:20.621Z
34062026-07-04T15:07:20.621Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34072026-07-04T15:07:21.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-04T15:07:21.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-04T15:07:21.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-04T15:07:21.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34112026-07-04T15:07:21.149Z
34122026-07-04T15:07:21.149Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34132026-07-04T15:07:21.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-04T15:07:21.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-04T15:07:21.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-04T15:07:21.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-04T15:07:21.696Z
34182026-07-04T15:07:21.696Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34192026-07-04T15:07:22.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-04T15:07:22.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-04T15:07:22.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-04T15:07:22.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-04T15:07:22.247Z
34242026-07-04T15:07:22.247Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34252026-07-04T15:07:22.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-04T15:07:22.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-04T15:07:22.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-04T15:07:22.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-04T15:07:22.794Z
34302026-07-04T15:07:22.794Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34312026-07-04T15:07:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-04T15:07:23.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-04T15:07:23.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-04T15:07:23.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-07-04T15:07:23.345Z
34362026-07-04T15:07:23.345Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34372026-07-04T15:07:23.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-04T15:07:23.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-04T15:07:23.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-04T15:07:23.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-04T15:07:23.896Z
34422026-07-04T15:07:23.896Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34432026-07-04T15:07:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-04T15:07:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-04T15:07:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-04T15:07:24.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-04T15:07:24.442Z
34482026-07-04T15:07:24.442Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34492026-07-04T15:07:24.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-04T15:07:24.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-04T15:07:24.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-04T15:07:24.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-04T15:07:24.990Z
34542026-07-04T15:07:24.990Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34552026-07-04T15:07:25.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-04T15:07:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-04T15:07:25.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-04T15:07:25.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-04T15:07:25.538Z
34602026-07-04T15:07:25.538Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34612026-07-04T15:07:26.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-04T15:07:26.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-04T15:07:26.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-04T15:07:26.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-04T15:07:26.093Z
34662026-07-04T15:07:26.093Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34672026-07-04T15:07:26.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-04T15:07:26.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-04T15:07:26.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-04T15:07:26.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34712026-07-04T15:07:26.641Z
34722026-07-04T15:07:26.641Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34732026-07-04T15:07:27.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-04T15:07:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-04T15:07:27.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-04T15:07:27.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-07-04T15:07:27.171Z
34782026-07-04T15:07:27.171Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34792026-07-04T15:07:27.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-04T15:07:27.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-04T15:07:27.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-04T15:07:27.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-07-04T15:07:27.709Z
34842026-07-04T15:07:27.709Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34852026-07-04T15:07:28.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-04T15:07:28.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-04T15:07:28.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-04T15:07:28.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-07-04T15:07:28.232Z
34902026-07-04T15:07:28.232Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34912026-07-04T15:07:28.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-04T15:07:28.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-04T15:07:28.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-04T15:07:28.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-07-04T15:07:28.763Z
34962026-07-04T15:07:28.763Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34972026-07-04T15:07:29.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-04T15:07:29.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-04T15:07:29.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-04T15:07:29.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-07-04T15:07:29.290Z
35022026-07-04T15:07:29.290Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
35032026-07-04T15:07:29.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-04T15:07:29.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-04T15:07:29.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-04T15:07:29.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35072026-07-04T15:07:29.820Z
35082026-07-04T15:07:29.820Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35092026-07-04T15:07:30.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-04T15:07:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-04T15:07:30.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-04T15:07:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35132026-07-04T15:07:30.349Z
35142026-07-04T15:07:30.349Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35152026-07-04T15:07:30.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-04T15:07:30.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-04T15:07:30.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-04T15:07:30.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35192026-07-04T15:07:30.878Z
35202026-07-04T15:07:30.879Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35212026-07-04T15:07:31.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-04T15:07:31.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-04T15:07:31.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-04T15:07:31.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-07-04T15:07:31.427Z
35262026-07-04T15:07:31.427Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35272026-07-04T15:07:31.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-04T15:07:31.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-04T15:07:31.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-04T15:07:31.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-04T15:07:31.975Z
35322026-07-04T15:07:31.975Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35332026-07-04T15:07:32.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-04T15:07:32.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-04T15:07:32.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-04T15:07:32.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-04T15:07:32.523Z
35382026-07-04T15:07:32.523Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35392026-07-04T15:07:32.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-04T15:07:32.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-04T15:07:32.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-04T15:07:32.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-07-04T15:07:33.074Z
35442026-07-04T15:07:33.074Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35452026-07-04T15:07:33.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-04T15:07:33.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-04T15:07:33.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-04T15:07:33.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-07-04T15:07:33.620Z
35502026-07-04T15:07:33.620Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35512026-07-04T15:07:34.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-04T15:07:34.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-04T15:07:34.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-04T15:07:34.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-04T15:07:34.168Z
35562026-07-04T15:07:34.168Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35572026-07-04T15:07:34.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-04T15:07:34.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-04T15:07:34.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-04T15:07:34.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-04T15:07:34.719Z
35622026-07-04T15:07:34.719Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35632026-07-04T15:07:35.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-04T15:07:35.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-04T15:07:35.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-04T15:07:35.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35672026-07-04T15:07:35.287Z
35682026-07-04T15:07:35.287Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35692026-07-04T15:07:35.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-04T15:07:35.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-04T15:07:35.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-04T15:07:35.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35732026-07-04T15:07:35.819Z
35742026-07-04T15:07:35.819Zinfo: running `cargo check --bins` on dns-server (175/299)
35752026-07-04T15:07:36.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-04T15:07:36.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-04T15:07:36.415Z Compiling parking_lot_core v0.8.6
35782026-07-04T15:07:36.418Z Compiling git-stub v1.0.0
35792026-07-04T15:07:36.418Z Checking prefix-trie v0.7.0
35802026-07-04T15:07:36.418Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-04T15:07:36.640Z Compiling git-stub-vcs v0.1.0
35822026-07-04T15:07:36.798Z Checking hickory-server v0.25.2
35832026-07-04T15:07:36.910Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-07-04T15:07:36.925Z Checking parking_lot v0.11.2
35852026-07-04T15:07:36.980Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35862026-07-04T15:07:36.980Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35872026-07-04T15:07:37.090Z Checking sled v0.34.7
35882026-07-04T15:07:38.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
35892026-07-04T15:07:39.143Z
35902026-07-04T15:07:39.143Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35912026-07-04T15:07:39.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-04T15:07:39.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-04T15:07:39.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-04T15:07:39.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35952026-07-04T15:07:39.671Z
35962026-07-04T15:07:39.671Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35972026-07-04T15:07:40.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-04T15:07:40.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-04T15:07:40.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-04T15:07:40.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36012026-07-04T15:07:40.199Z
36022026-07-04T15:07:40.199Zinfo: running `cargo check --bins` on sp-sim (178/299)
36032026-07-04T15:07:40.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-04T15:07:40.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-04T15:07:40.859Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-07-04T15:07:42.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36072026-07-04T15:07:42.779Z
36082026-07-04T15:07:42.780Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36092026-07-04T15:07:43.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-04T15:07:43.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-04T15:07:43.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-04T15:07:43.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-04T15:07:43.360Z
36142026-07-04T15:07:43.360Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36152026-07-04T15:07:43.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-04T15:07:43.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-04T15:07:43.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-04T15:07:43.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36192026-07-04T15:07:43.949Z
36202026-07-04T15:07:43.949Zinfo: running `cargo check --bins` on db-macros (181/299)
36212026-07-04T15:07:44.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-04T15:07:44.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-04T15:07:44.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-04T15:07:44.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36252026-07-04T15:07:44.463Z
36262026-07-04T15:07:44.463Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36272026-07-04T15:07:44.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-04T15:07:44.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-04T15:07:44.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-04T15:07:44.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36312026-07-04T15:07:44.980Z
36322026-07-04T15:07:44.980Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36332026-07-04T15:07:45.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-04T15:07:45.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-04T15:07:45.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-04T15:07:45.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36372026-07-04T15:07:45.555Z
36382026-07-04T15:07:45.555Zinfo: running `cargo check --bins` on authz-macros (184/299)
36392026-07-04T15:07:45.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-04T15:07:45.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-04T15:07:45.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-04T15:07:45.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36432026-07-04T15:07:46.072Z
36442026-07-04T15:07:46.072Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36452026-07-04T15:07:46.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-04T15:07:46.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-04T15:07:46.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-04T15:07:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-07-04T15:07:46.641Z
36502026-07-04T15:07:46.641Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36512026-07-04T15:07:47.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-04T15:07:47.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-04T15:07:47.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-04T15:07:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36552026-07-04T15:07:47.215Z
36562026-07-04T15:07:47.215Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36572026-07-04T15:07:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-04T15:07:47.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-04T15:07:47.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-04T15:07:47.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-07-04T15:07:47.736Z
36622026-07-04T15:07:47.736Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36632026-07-04T15:07:48.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-04T15:07:48.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-04T15:07:48.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-04T15:07:48.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36672026-07-04T15:07:48.249Z
36682026-07-04T15:07:48.249Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36692026-07-04T15:07:48.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-04T15:07:48.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-04T15:07:48.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-04T15:07:48.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36732026-07-04T15:07:48.778Z
36742026-07-04T15:07:48.778Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36752026-07-04T15:07:49.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-04T15:07:49.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-04T15:07:49.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-04T15:07:49.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-07-04T15:07:49.285Z
36802026-07-04T15:07:49.285Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36812026-07-04T15:07:49.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-04T15:07:49.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-04T15:07:49.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-04T15:07:49.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-07-04T15:07:49.795Z
36862026-07-04T15:07:49.795Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36872026-07-04T15:07:50.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-04T15:07:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-04T15:07:50.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-04T15:07:50.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36912026-07-04T15:07:50.306Z
36922026-07-04T15:07:50.307Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36932026-07-04T15:07:50.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-04T15:07:50.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-04T15:07:50.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-04T15:07:50.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-07-04T15:07:50.881Z
36982026-07-04T15:07:50.881Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36992026-07-04T15:07:51.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-04T15:07:51.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-04T15:07:51.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-04T15:07:51.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-07-04T15:07:51.459Z
37042026-07-04T15:07:51.459Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
37052026-07-04T15:07:51.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-04T15:07:51.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-04T15:07:51.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-04T15:07:51.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37092026-07-04T15:07:52.026Z
37102026-07-04T15:07:52.026Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37112026-07-04T15:07:52.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-04T15:07:52.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-04T15:07:52.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-04T15:07:52.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-07-04T15:07:52.572Z
37162026-07-04T15:07:52.572Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37172026-07-04T15:07:53.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-04T15:07:53.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-04T15:07:53.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-04T15:07:53.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37212026-07-04T15:07:53.116Z
37222026-07-04T15:07:53.116Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37232026-07-04T15:07:53.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-04T15:07:53.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-04T15:07:53.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-04T15:07:53.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37272026-07-04T15:07:53.658Z
37282026-07-04T15:07:53.658Zinfo: running `cargo check --bins` on key-manager (199/299)
37292026-07-04T15:07:54.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-04T15:07:54.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-04T15:07:54.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-04T15:07:54.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37332026-07-04T15:07:54.184Z
37342026-07-04T15:07:54.184Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37352026-07-04T15:07:54.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-04T15:07:54.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-04T15:07:54.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-04T15:07:54.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37392026-07-04T15:07:54.726Z
37402026-07-04T15:07:54.726Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37412026-07-04T15:07:55.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-04T15:07:55.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-04T15:07:55.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-04T15:07:55.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37452026-07-04T15:07:55.266Z
37462026-07-04T15:07:55.266Zinfo: running `cargo check --bins` on typed-rng (202/299)
37472026-07-04T15:07:55.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-04T15:07:55.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-04T15:07:55.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-07-04T15:07:55.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37512026-07-04T15:07:55.778Z
37522026-07-04T15:07:55.778Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37532026-07-04T15:07:56.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-07-04T15:07:56.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-07-04T15:07:56.559Z Compiling libefi-sys v0.1.0
37562026-07-04T15:07:56.562Z Compiling bitfield-struct v0.6.2
37572026-07-04T15:07:56.699Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-07-04T15:07:56.706Z Compiling xshell-macros v0.2.7
37592026-07-04T15:07:56.715Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602026-07-04T15:07:56.728Z Compiling salty v0.3.0
37612026-07-04T15:07:56.741Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-07-04T15:07:56.755Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-07-04T15:07:56.756Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-04T15:07:56.874Z Checking rfc6979 v0.4.0
37652026-07-04T15:07:56.994Z Checking ecdsa v0.16.9
37662026-07-04T15:07:57.026Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-04T15:07:57.063Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-07-04T15:07:57.077Z Checking xshell v0.2.7
37692026-07-04T15:07:57.191Z Checking primeorder v0.13.6
37702026-07-04T15:07:57.205Z Compiling proc-macro-error-attr2 v2.0.0
37712026-07-04T15:07:57.219Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-04T15:07:57.233Z Checking tungstenite v0.21.0
37732026-07-04T15:07:57.303Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-04T15:07:57.327Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-07-04T15:07:57.386Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-04T15:07:57.425Z Checking p384 v0.13.1
37772026-07-04T15:07:57.442Z Compiling num-derive v0.3.3
37782026-07-04T15:07:57.532Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-07-04T15:07:57.600Z Compiling proc-macro-error2 v2.0.1
37802026-07-04T15:07:57.640Z Checking tokio-tungstenite v0.21.0
37812026-07-04T15:07:57.691Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-07-04T15:07:57.750Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37832026-07-04T15:07:57.764Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-07-04T15:07:57.830Z Checking papergrid v0.17.0
37852026-07-04T15:07:57.903Z Compiling tabled_derive v0.11.0
37862026-07-04T15:07:57.918Z Compiling progenitor-impl v0.13.0
37872026-07-04T15:07:57.954Z Checking testing_table v0.3.0
37882026-07-04T15:07:58.027Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-04T15:07:58.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37902026-07-04T15:07:58.059Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-04T15:07:58.248Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-07-04T15:07:58.263Z Compiling unicase v2.9.0
37932026-07-04T15:07:58.321Z Checking libscf-sys v1.1.0
37942026-07-04T15:07:58.449Z Compiling illumos-nvpair-sys v0.2.0
37952026-07-04T15:07:58.449Z Checking corncobs v0.1.4
37962026-07-04T15:07:58.452Z Compiling mime_guess v2.0.5
37972026-07-04T15:07:58.600Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-04T15:07:58.630Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37992026-07-04T15:07:58.667Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38002026-07-04T15:07:58.701Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-04T15:07:58.777Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38022026-07-04T15:07:58.852Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38032026-07-04T15:07:59.010Z Checking progenitor-client v0.13.0
38042026-07-04T15:07:59.025Z Checking secrecy v0.8.0
38052026-07-04T15:07:59.081Z Checking tabled v0.20.0
38062026-07-04T15:07:59.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38072026-07-04T15:07:59.328Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38082026-07-04T15:07:59.402Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38092026-07-04T15:07:59.447Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102026-07-04T15:07:59.781Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38112026-07-04T15:07:59.798Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38122026-07-04T15:07:59.801Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38132026-07-04T15:07:59.826Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38142026-07-04T15:07:59.840Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-07-04T15:07:59.998Z Checking filetime v0.2.27
38162026-07-04T15:08:00.078Z Checking crc8 v0.1.1
38172026-07-04T15:08:00.135Z Checking xattr v1.6.1
38182026-07-04T15:08:00.177Z Checking http-range v0.1.5
38192026-07-04T15:08:00.273Z Checking tar v0.4.45
38202026-07-04T15:08:00.300Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38212026-07-04T15:08:00.356Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38222026-07-04T15:08:00.461Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38232026-07-04T15:08:00.518Z Compiling progenitor-macro v0.13.0
38242026-07-04T15:08:00.548Z Checking illumos-nvpair v0.3.0
38252026-07-04T15:08:00.699Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-07-04T15:08:00.734Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38272026-07-04T15:08:00.780Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38282026-07-04T15:08:00.938Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38292026-07-04T15:08:01.080Z Checking atty v0.2.14
38302026-07-04T15:08:01.107Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38312026-07-04T15:08:01.175Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38322026-07-04T15:08:01.199Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38332026-07-04T15:08:01.274Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-07-04T15:08:01.355Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38352026-07-04T15:08:01.429Z Checking hyper-staticfile v0.10.1
38362026-07-04T15:08:01.498Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38372026-07-04T15:08:01.618Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-07-04T15:08:01.661Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38392026-07-04T15:08:01.740Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-04T15:08:01.785Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-04T15:08:01.873Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-04T15:08:01.989Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-07-04T15:08:02.136Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-07-04T15:08:02.261Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-04T15:08:02.422Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38462026-07-04T15:08:02.774Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38472026-07-04T15:08:03.342Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-04T15:08:03.808Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-04T15:08:04.226Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-04T15:08:04.539Z Checking progenitor v0.13.0
38512026-07-04T15:08:04.672Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-04T15:08:06.711Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-04T15:08:10.058Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-04T15:08:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.13s
38552026-07-04T15:08:21.117Z
38562026-07-04T15:08:21.117Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38572026-07-04T15:08:21.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-04T15:08:21.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-04T15:08:21.834Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-04T15:08:32.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38612026-07-04T15:08:32.675Z
38622026-07-04T15:08:32.675Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38632026-07-04T15:08:33.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-04T15:08:33.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-04T15:08:33.394Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-04T15:08:44.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38672026-07-04T15:08:44.266Z
38682026-07-04T15:08:44.266Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38692026-07-04T15:08:44.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-04T15:08:44.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-04T15:08:44.988Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-04T15:08:55.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38732026-07-04T15:08:55.848Z
38742026-07-04T15:08:55.848Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38752026-07-04T15:08:56.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-04T15:08:56.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-04T15:08:56.547Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-04T15:09:07.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38792026-07-04T15:09:07.401Z
38802026-07-04T15:09:07.401Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38812026-07-04T15:09:07.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-04T15:09:07.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-04T15:09:08.124Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-04T15:09:18.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38852026-07-04T15:09:19.036Z
38862026-07-04T15:09:19.036Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38872026-07-04T15:09:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-04T15:09:19.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-04T15:09:19.757Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-04T15:09:30.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38912026-07-04T15:09:30.597Z
38922026-07-04T15:09:30.597Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38932026-07-04T15:09:31.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-04T15:09:31.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-04T15:09:31.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-04T15:09:41.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38972026-07-04T15:09:42.187Z
38982026-07-04T15:09:42.187Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38992026-07-04T15:09:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-04T15:09:42.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-04T15:09:42.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-04T15:09:42.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-04T15:09:42.723Z
39042026-07-04T15:09:42.723Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
39052026-07-04T15:09:43.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-04T15:09:43.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-04T15:09:43.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-04T15:09:43.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-04T15:09:43.255Z
39102026-07-04T15:09:43.255Zinfo: running `cargo check --bins` on range-requests (213/299)
39112026-07-04T15:09:43.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-04T15:09:43.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-04T15:09:43.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-04T15:09:43.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-04T15:09:43.783Z
39162026-07-04T15:09:43.783Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39172026-07-04T15:09:44.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-04T15:09:44.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-04T15:09:44.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-04T15:09:44.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39212026-07-04T15:09:44.314Z
39222026-07-04T15:09:44.314Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39232026-07-04T15:09:44.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-04T15:09:44.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-04T15:09:44.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-04T15:09:44.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-04T15:09:44.867Z
39282026-07-04T15:09:44.868Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39292026-07-04T15:09:45.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-04T15:09:45.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-04T15:09:45.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-04T15:09:45.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39332026-07-04T15:09:45.422Z
39342026-07-04T15:09:45.422Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39352026-07-04T15:09:45.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-04T15:09:45.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-04T15:09:45.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-04T15:09:45.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-04T15:09:45.973Z
39402026-07-04T15:09:45.973Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39412026-07-04T15:09:46.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-04T15:09:46.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-04T15:09:46.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-04T15:09:46.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-04T15:09:46.523Z
39462026-07-04T15:09:46.523Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39472026-07-04T15:09:46.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-04T15:09:46.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-04T15:09:46.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-04T15:09:46.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39512026-07-04T15:09:47.067Z
39522026-07-04T15:09:47.067Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39532026-07-04T15:09:47.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-04T15:09:47.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-04T15:09:47.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-04T15:09:47.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39572026-07-04T15:09:47.609Z
39582026-07-04T15:09:47.609Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39592026-07-04T15:09:48.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-04T15:09:48.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-04T15:09:48.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-04T15:09:48.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39632026-07-04T15:09:48.160Z
39642026-07-04T15:09:48.160Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39652026-07-04T15:09:48.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-04T15:09:48.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-04T15:09:48.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-04T15:09:48.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-04T15:09:48.691Z
39702026-07-04T15:09:48.691Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39712026-07-04T15:09:49.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-04T15:09:49.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-04T15:09:49.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-04T15:09:49.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39752026-07-04T15:09:49.234Z
39762026-07-04T15:09:49.235Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39772026-07-04T15:09:49.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-04T15:09:49.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-04T15:09:49.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-04T15:09:49.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39812026-07-04T15:09:49.779Z
39822026-07-04T15:09:49.779Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39832026-07-04T15:09:50.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-04T15:09:50.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-04T15:09:50.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-04T15:09:50.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39872026-07-04T15:09:50.347Z
39882026-07-04T15:09:50.347Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39892026-07-04T15:09:50.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-04T15:09:50.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-04T15:09:50.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-04T15:09:50.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39932026-07-04T15:09:50.895Z
39942026-07-04T15:09:50.895Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39952026-07-04T15:09:51.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-04T15:09:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-04T15:09:51.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-04T15:09:51.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39992026-07-04T15:09:51.453Z
40002026-07-04T15:09:51.453Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
40012026-07-04T15:09:51.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-04T15:09:51.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-04T15:09:51.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-04T15:09:51.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40052026-07-04T15:09:52.026Z
40062026-07-04T15:09:52.026Zinfo: running `cargo check --bins` on update-common (229/299)
40072026-07-04T15:09:52.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-04T15:09:52.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-04T15:09:52.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-04T15:09:52.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40112026-07-04T15:09:52.555Z
40122026-07-04T15:09:52.555Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40132026-07-04T15:09:53.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-04T15:09:53.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-04T15:09:53.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-04T15:09:53.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40172026-07-04T15:09:53.122Z
40182026-07-04T15:09:53.122Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40192026-07-04T15:09:53.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-04T15:09:53.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-04T15:09:53.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-04T15:09:53.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40232026-07-04T15:09:53.631Z
40242026-07-04T15:09:53.631Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40252026-07-04T15:09:54.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-04T15:09:54.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-04T15:09:54.343Z Compiling fs-err v2.11.0
40282026-07-04T15:09:54.346Z Checking ignore v0.4.25
40292026-07-04T15:09:54.346Z Checking arc-swap v1.8.2
40302026-07-04T15:09:54.475Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-04T15:09:54.478Z Checking predicates-tree v1.0.13
40322026-07-04T15:09:54.478Z Checking parse-size v1.1.0
40332026-07-04T15:09:54.501Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-04T15:09:54.503Z Checking rand_seeder v0.4.0
40352026-07-04T15:09:54.577Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-04T15:09:54.592Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40372026-07-04T15:09:54.655Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-04T15:09:54.667Z Checking slog-scope v4.4.1
40392026-07-04T15:09:54.709Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40402026-07-04T15:09:54.779Z Compiling petname v2.0.2
40412026-07-04T15:09:54.792Z Checking slog-stdlog v4.1.1
40422026-07-04T15:09:54.808Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-04T15:09:54.831Z Checking globwalk v0.9.1
40442026-07-04T15:09:54.895Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-04T15:09:54.908Z Checking slog-envlogger v2.2.0
40462026-07-04T15:09:55.001Z Checking camino-tempfile-ext v0.3.3
40472026-07-04T15:09:55.050Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-04T15:09:55.082Z Checking sapling-renderdag v0.1.0
40492026-07-04T15:09:55.187Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-04T15:09:55.250Z Checking subprocess v0.2.15
40512026-07-04T15:09:55.316Z Checking sync-ptr v0.1.4
40522026-07-04T15:09:55.409Z Checking colored v2.2.0
40532026-07-04T15:09:55.427Z Checking assert_matches v1.5.0
40542026-07-04T15:09:55.522Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-04T15:09:55.681Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40562026-07-04T15:09:55.684Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-04T15:09:56.382Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-04T15:09:57.687Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-04T15:09:59.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
40602026-07-04T15:10:00.033Z
40612026-07-04T15:10:00.033Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40622026-07-04T15:10:00.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-04T15:10:00.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-04T15:10:00.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-04T15:10:00.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40662026-07-04T15:10:00.545Z
40672026-07-04T15:10:00.545Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40682026-07-04T15:10:00.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-04T15:10:00.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-04T15:10:00.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-04T15:10:00.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40722026-07-04T15:10:01.079Z
40732026-07-04T15:10:01.079Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40742026-07-04T15:10:01.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-04T15:10:01.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-04T15:10:01.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-04T15:10:01.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40782026-07-04T15:10:01.649Z
40792026-07-04T15:10:01.650Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40802026-07-04T15:10:02.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-04T15:10:02.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-04T15:10:02.307Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40832026-07-04T15:10:02.307Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-07-04T15:10:02.939Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-04T15:10:04.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
40862026-07-04T15:10:04.660Z
40872026-07-04T15:10:04.660Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40882026-07-04T15:10:05.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-04T15:10:05.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-04T15:10:05.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-04T15:10:05.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-07-04T15:10:05.194Z
40932026-07-04T15:10:05.194Zinfo: running `cargo check --bins` on cert-dev (238/299)
40942026-07-04T15:10:05.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-04T15:10:05.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-04T15:10:05.739Z Checking yasna v0.5.2
40972026-07-04T15:10:06.133Z Checking rcgen v0.12.1
40982026-07-04T15:10:06.380Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-04T15:10:06.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
41002026-07-04T15:10:06.719Z
41012026-07-04T15:10:06.719Zinfo: running `cargo check --bins` on clickana (239/299)
41022026-07-04T15:10:07.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-04T15:10:07.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-04T15:10:07.307Z Compiling darling_core v0.23.0
41052026-07-04T15:10:07.412Z Compiling instability v0.3.11
41062026-07-04T15:10:07.419Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-04T15:10:07.419Z Checking castaway v0.2.4
41082026-07-04T15:10:07.424Z Compiling indoc v2.0.7
41092026-07-04T15:10:07.437Z Checking unicode-truncate v1.1.0
41102026-07-04T15:10:07.440Z Checking lru v0.12.5
41112026-07-04T15:10:07.440Z Checking cassowary v0.3.0
41122026-07-04T15:10:07.502Z Checking compact_str v0.8.1
41132026-07-04T15:10:08.702Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-04T15:10:08.820Z Compiling darling_macro v0.23.0
41152026-07-04T15:10:08.868Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-04T15:10:09.236Z Compiling darling v0.23.0
41172026-07-04T15:10:09.852Z Checking ratatui v0.29.0
41182026-07-04T15:10:10.895Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-04T15:10:11.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
41202026-07-04T15:10:11.705Z
41212026-07-04T15:10:11.705Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41222026-07-04T15:10:12.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-04T15:10:12.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-04T15:10:12.363Z Checking headers-core v0.3.0
41252026-07-04T15:10:12.366Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-07-04T15:10:12.553Z Checking headers v0.4.1
41272026-07-04T15:10:12.921Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-07-04T15:10:13.853Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-07-04T15:10:14.326Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-07-04T15:10:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41312026-07-04T15:10:14.901Z
41322026-07-04T15:10:14.901Zinfo: running `cargo check --bins` on ch-dev (241/299)
41332026-07-04T15:10:15.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-04T15:10:15.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-04T15:10:15.573Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-07-04T15:10:16.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41372026-07-04T15:10:16.492Z
41382026-07-04T15:10:16.492Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41392026-07-04T15:10:16.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-04T15:10:16.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-04T15:10:16.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-07-04T15:10:16.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41432026-07-04T15:10:16.884Z
41442026-07-04T15:10:16.884Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41452026-07-04T15:10:17.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-04T15:10:17.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-04T15:10:17.538Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-07-04T15:10:18.616Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41492026-07-04T15:10:18.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41502026-07-04T15:10:19.120Z
41512026-07-04T15:10:19.120Zinfo: running `cargo check --bins` on db-dev (244/299)
41522026-07-04T15:10:19.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-04T15:10:19.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-04T15:10:19.778Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-07-04T15:10:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41562026-07-04T15:10:20.694Z
41572026-07-04T15:10:20.694Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41582026-07-04T15:10:21.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-04T15:10:21.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-04T15:10:21.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-04T15:10:21.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41622026-07-04T15:10:21.262Z
41632026-07-04T15:10:21.262Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41642026-07-04T15:10:21.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-04T15:10:21.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-04T15:10:21.813Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41672026-07-04T15:10:22.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41682026-07-04T15:10:22.646Z
41692026-07-04T15:10:22.646Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41702026-07-04T15:10:23.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-04T15:10:23.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-04T15:10:23.331Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-07-04T15:10:23.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-07-04T15:10:23.335Z Checking git-stub v1.0.0
41752026-07-04T15:10:23.336Z Compiling trait-variant v0.1.2
41762026-07-04T15:10:23.336Z Checking is_ci v1.2.0
41772026-07-04T15:10:23.336Z Checking maplit v1.0.2
41782026-07-04T15:10:23.456Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41792026-07-04T15:10:23.476Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41802026-07-04T15:10:23.540Z Checking supports-color v3.0.2
41812026-07-04T15:10:23.560Z Checking drift v0.2.0
41822026-07-04T15:10:23.578Z Checking git-stub-vcs v0.1.0
41832026-07-04T15:10:23.656Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41842026-07-04T15:10:23.670Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-07-04T15:10:23.690Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41862026-07-04T15:10:23.767Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41872026-07-04T15:10:23.892Z Checking dropshot-api-manager v0.7.2
41882026-07-04T15:10:23.906Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41892026-07-04T15:10:23.931Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41902026-07-04T15:10:23.965Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41912026-07-04T15:10:24.230Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-04T15:10:24.682Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-07-04T15:10:25.667Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41942026-07-04T15:10:26.845Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41952026-07-04T15:10:27.422Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41962026-07-04T15:10:27.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
41972026-07-04T15:10:28.032Z
41982026-07-04T15:10:28.032Zinfo: running `cargo check --bins` on installinator-api (248/299)
41992026-07-04T15:10:28.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-07-04T15:10:28.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-07-04T15:10:28.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-07-04T15:10:28.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42032026-07-04T15:10:28.558Z
42042026-07-04T15:10:28.558Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42052026-07-04T15:10:29.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-04T15:10:29.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-04T15:10:29.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-04T15:10:29.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42092026-07-04T15:10:29.122Z
42102026-07-04T15:10:29.122Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42112026-07-04T15:10:29.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-04T15:10:29.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-04T15:10:29.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-04T15:10:29.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42152026-07-04T15:10:29.683Z
42162026-07-04T15:10:29.684Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42172026-07-04T15:10:30.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-04T15:10:30.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-04T15:10:30.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-04T15:10:30.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42212026-07-04T15:10:30.247Z
42222026-07-04T15:10:30.247Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42232026-07-04T15:10:30.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-04T15:10:30.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-04T15:10:30.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-04T15:10:30.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42272026-07-04T15:10:30.771Z
42282026-07-04T15:10:30.771Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42292026-07-04T15:10:31.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-04T15:10:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-04T15:10:31.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-04T15:10:31.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42332026-07-04T15:10:31.286Z
42342026-07-04T15:10:31.286Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42352026-07-04T15:10:31.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-04T15:10:31.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-04T15:10:31.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-04T15:10:31.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42392026-07-04T15:10:31.828Z
42402026-07-04T15:10:31.828Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42412026-07-04T15:10:32.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-04T15:10:32.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-04T15:10:32.379Z Checking cargo-platform v0.3.2
42442026-07-04T15:10:32.383Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42452026-07-04T15:10:32.615Z Checking cargo_metadata v0.23.1
42462026-07-04T15:10:33.197Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-07-04T15:10:33.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
42482026-07-04T15:10:34.071Z
42492026-07-04T15:10:34.071Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42502026-07-04T15:10:34.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-04T15:10:34.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-04T15:10:34.740Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-07-04T15:10:35.339Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-07-04T15:10:35.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42552026-07-04T15:10:36.003Z
42562026-07-04T15:10:36.003Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42572026-07-04T15:10:36.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-07-04T15:10:36.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-07-04T15:10:36.893Z Compiling vergen-lib v0.1.6
42602026-07-04T15:10:36.893Z Compiling diesel_derives v2.3.7
42612026-07-04T15:10:36.893Z Compiling dsl_auto_type v0.2.0
42622026-07-04T15:10:36.893Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-07-04T15:10:36.896Z Checking scheduled-thread-pool v0.2.7
42642026-07-04T15:10:36.896Z Compiling vergen-gitcl v1.0.8
42652026-07-04T15:10:36.896Z Compiling diesel_table_macro_syntax v0.3.0
42662026-07-04T15:10:36.896Z Compiling dirs-sys-next v0.1.2
42672026-07-04T15:10:37.227Z Compiling glob v0.3.3
42682026-07-04T15:10:37.245Z Compiling crunchy v0.2.4
42692026-07-04T15:10:37.296Z Checking r2d2 v0.8.10
42702026-07-04T15:10:37.325Z Compiling dirs-next v2.0.0
42712026-07-04T15:10:37.344Z Checking downcast-rs v2.0.2
42722026-07-04T15:10:37.437Z Compiling tiny-keccak v2.0.2
42732026-07-04T15:10:37.440Z Compiling term v0.7.0
42742026-07-04T15:10:37.594Z Compiling clang-sys v1.8.1
42752026-07-04T15:10:37.633Z Compiling bit-vec v0.6.3
42762026-07-04T15:10:37.636Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-07-04T15:10:37.840Z Compiling bit-set v0.5.3
42782026-07-04T15:10:37.858Z Compiling ascii-canvas v3.0.0
42792026-07-04T15:10:37.983Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-07-04T15:10:37.999Z Compiling itertools v0.10.5
42812026-07-04T15:10:38.048Z Compiling ena v0.14.4
42822026-07-04T15:10:38.051Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42832026-07-04T15:10:38.091Z Compiling libloading v0.8.9
42842026-07-04T15:10:38.112Z Compiling regex-syntax v0.6.29
42852026-07-04T15:10:38.128Z Compiling diff v0.1.13
42862026-07-04T15:10:38.259Z Compiling bindgen v0.71.1
42872026-07-04T15:10:38.410Z Compiling cexpr v0.6.0
42882026-07-04T15:10:38.673Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-07-04T15:10:38.711Z Compiling rustc-hash v2.1.1
42902026-07-04T15:10:38.895Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-07-04T15:10:39.008Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-07-04T15:10:39.063Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-07-04T15:10:39.112Z Compiling libxml v0.3.3
42942026-07-04T15:10:39.323Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-07-04T15:10:39.363Z Compiling strum_macros v0.24.3
42962026-07-04T15:10:39.384Z Compiling indoc v1.0.9
42972026-07-04T15:10:39.525Z Compiling lalrpop v0.19.12
42982026-07-04T15:10:40.238Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-07-04T15:10:40.440Z Checking derive_builder v0.20.2
43002026-07-04T15:10:40.556Z Compiling oso-derive v0.27.3
43012026-07-04T15:10:40.704Z Checking quick-xml v0.37.5
43022026-07-04T15:10:40.778Z Compiling impl-trait-for-tuples v0.2.3
43032026-07-04T15:10:41.067Z Checking openssl-probe v0.1.6
43042026-07-04T15:10:41.209Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-07-04T15:10:41.557Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-07-04T15:10:41.763Z Checking bb8 v0.8.6
43072026-07-04T15:10:41.916Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-07-04T15:10:41.933Z Checking nonempty v0.12.0
43092026-07-04T15:10:42.042Z Compiling libz-sys v1.1.24
43102026-07-04T15:10:42.097Z Compiling strsim v0.10.0
43112026-07-04T15:10:42.140Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-07-04T15:10:42.317Z Compiling darling_core v0.13.4
43132026-07-04T15:10:42.444Z Compiling vergen-git2 v9.1.0
43142026-07-04T15:10:42.625Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-07-04T15:10:42.681Z Compiling base64 v0.21.7
43162026-07-04T15:10:42.849Z Checking diesel v2.3.7
43172026-07-04T15:10:42.866Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-07-04T15:10:42.996Z Compiling ron v0.8.1
43192026-07-04T15:10:43.819Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-07-04T15:10:43.934Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43212026-07-04T15:10:44.114Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43222026-07-04T15:10:44.214Z Compiling darling_macro v0.13.4
43232026-07-04T15:10:44.321Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43242026-07-04T15:10:44.522Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43252026-07-04T15:10:44.703Z Compiling darling v0.13.4
43262026-07-04T15:10:44.724Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43272026-07-04T15:10:44.793Z Compiling serde_with_macros v1.5.2
43282026-07-04T15:10:44.928Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-07-04T15:10:45.056Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43302026-07-04T15:10:45.133Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43312026-07-04T15:10:45.640Z Compiling serde_with v1.14.0
43322026-07-04T15:10:46.683Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43332026-07-04T15:10:46.776Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43342026-07-04T15:10:46.831Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43352026-07-04T15:10:47.464Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43362026-07-04T15:10:47.670Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43372026-07-04T15:10:47.886Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-07-04T15:10:48.184Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43392026-07-04T15:10:48.257Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43402026-07-04T15:10:48.367Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-07-04T15:10:48.736Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-07-04T15:10:49.032Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-04T15:10:49.365Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-07-04T15:10:49.442Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-07-04T15:10:49.464Z Checking twox-hash v2.1.2
43462026-07-04T15:10:49.647Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-07-04T15:10:49.792Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43482026-07-04T15:10:49.940Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43492026-07-04T15:10:50.392Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-04T15:10:50.549Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-07-04T15:10:51.604Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-07-04T15:10:51.801Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43532026-07-04T15:10:51.836Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43542026-07-04T15:10:52.246Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43552026-07-04T15:10:52.506Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43562026-07-04T15:10:52.707Z Checking console v0.16.2
43572026-07-04T15:10:53.020Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43582026-07-04T15:10:53.164Z Checking fatfs v0.3.6
43592026-07-04T15:10:53.197Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43602026-07-04T15:10:53.628Z Compiling seq-macro v0.3.6
43612026-07-04T15:10:54.152Z Checking unit-prefix v0.5.2
43622026-07-04T15:10:54.303Z Checking indicatif v0.18.4
43632026-07-04T15:10:54.546Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43642026-07-04T15:10:54.694Z Checking support-bundle-viewer v0.1.2
43652026-07-04T15:10:54.913Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43662026-07-04T15:10:54.937Z Checking multimap v0.10.1
43672026-07-04T15:11:00.703Z Checking async-bb8-diesel v0.2.1
43682026-07-04T15:11:01.058Z Checking diesel-dtrace v0.5.0
43692026-07-04T15:11:03.691Z Compiling samael v0.0.19
43702026-07-04T15:11:09.508Z Compiling git2 v0.20.4
43712026-07-04T15:11:10.356Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43722026-07-04T15:11:11.292Z Compiling polar-core v0.27.3
43732026-07-04T15:11:11.914Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43742026-07-04T15:11:15.895Z Checking oso v0.27.3
43752026-07-04T15:11:45.198Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43762026-07-04T15:12:57.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43772026-07-04T15:12:58.041Z
43782026-07-04T15:12:58.041Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43792026-07-04T15:12:58.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-07-04T15:12:58.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-07-04T15:12:58.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-07-04T15:12:58.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43832026-07-04T15:12:58.659Z
43842026-07-04T15:12:58.659Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43852026-07-04T15:12:59.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-04T15:12:59.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-04T15:12:59.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-04T15:12:59.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43892026-07-04T15:12:59.249Z
43902026-07-04T15:12:59.252Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43912026-07-04T15:12:59.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-04T15:12:59.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-04T15:12:59.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-04T15:12:59.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43952026-07-04T15:12:59.829Z
43962026-07-04T15:12:59.829Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43972026-07-04T15:13:00.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-04T15:13:00.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-04T15:13:00.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-04T15:13:00.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44012026-07-04T15:13:00.351Z
44022026-07-04T15:13:00.351Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44032026-07-04T15:13:00.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-04T15:13:00.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-04T15:13:01.121Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-07-04T15:13:01.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44072026-07-04T15:13:02.041Z
44082026-07-04T15:13:02.041Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44092026-07-04T15:13:02.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-04T15:13:02.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-04T15:13:02.803Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-04T15:13:40.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.08s
44132026-07-04T15:13:40.335Z
44142026-07-04T15:13:40.335Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44152026-07-04T15:13:40.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-04T15:13:40.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-04T15:13:40.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-07-04T15:13:40.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44192026-07-04T15:13:40.854Z
44202026-07-04T15:13:40.854Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44212026-07-04T15:13:41.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-04T15:13:41.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-04T15:13:41.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-04T15:13:41.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44252026-07-04T15:13:41.365Z
44262026-07-04T15:13:41.365Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44272026-07-04T15:13:41.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-04T15:13:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-04T15:13:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-04T15:13:41.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-07-04T15:13:41.930Z
44322026-07-04T15:13:41.930Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44332026-07-04T15:13:42.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-04T15:13:42.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-04T15:13:42.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-04T15:13:42.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44372026-07-04T15:13:42.510Z
44382026-07-04T15:13:42.510Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44392026-07-04T15:13:42.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-04T15:13:43.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-04T15:13:43.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-04T15:13:43.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-07-04T15:13:43.091Z
44442026-07-04T15:13:43.091Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44452026-07-04T15:13:43.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-04T15:13:43.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-04T15:13:43.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-04T15:13:43.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44492026-07-04T15:13:43.657Z
44502026-07-04T15:13:43.657Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44512026-07-04T15:13:44.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-04T15:13:44.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-04T15:13:44.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-04T15:13:44.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44552026-07-04T15:13:44.238Z
44562026-07-04T15:13:44.238Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44572026-07-04T15:13:44.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-04T15:13:44.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-04T15:13:44.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-04T15:13:44.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44612026-07-04T15:13:44.813Z
44622026-07-04T15:13:44.813Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44632026-07-04T15:13:45.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-04T15:13:45.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-04T15:13:45.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-04T15:13:45.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44672026-07-04T15:13:45.375Z
44682026-07-04T15:13:45.375Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44692026-07-04T15:13:45.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-04T15:13:45.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-04T15:13:45.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-04T15:13:45.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-07-04T15:13:45.953Z
44742026-07-04T15:13:45.953Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44752026-07-04T15:13:46.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-04T15:13:46.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-04T15:13:46.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-04T15:13:46.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44792026-07-04T15:13:46.529Z
44802026-07-04T15:13:46.529Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44812026-07-04T15:13:47.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-04T15:13:47.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-04T15:13:47.364Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44842026-07-04T15:13:47.364Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-07-04T15:13:47.514Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44862026-07-04T15:13:47.531Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-07-04T15:13:47.563Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-07-04T15:13:47.566Z Checking diff v0.1.13
44892026-07-04T15:13:47.566Z Checking yansi v1.0.1
44902026-07-04T15:13:47.569Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-07-04T15:13:47.693Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-07-04T15:13:47.852Z Checking pretty_assertions v1.4.1
44932026-07-04T15:13:48.591Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44942026-07-04T15:13:48.595Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44952026-07-04T15:14:12.976Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-07-04T15:14:12.981Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44972026-07-04T15:14:12.981Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44982026-07-04T15:14:12.981Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-07-04T15:14:12.981Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45002026-07-04T15:14:12.981Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45012026-07-04T15:14:12.982Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45022026-07-04T15:14:13.754Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-07-04T15:14:13.754Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45042026-07-04T15:14:14.947Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45052026-07-04T15:14:52.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45062026-07-04T15:14:52.429Z
45072026-07-04T15:14:52.429Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45082026-07-04T15:14:52.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-04T15:14:52.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-04T15:14:52.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-07-04T15:14:52.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45122026-07-04T15:14:52.938Z
45132026-07-04T15:14:52.938Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45142026-07-04T15:14:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-04T15:14:53.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-04T15:14:53.646Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45172026-07-04T15:14:53.765Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45182026-07-04T15:14:53.769Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45192026-07-04T15:15:20.508Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45202026-07-04T15:15:20.881Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45212026-07-04T15:15:22.606Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45222026-07-04T15:15:23.044Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45232026-07-04T15:15:26.148Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45242026-07-04T15:15:49.397Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45252026-07-04T15:15:50.077Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45262026-07-04T15:15:51.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.73s
45272026-07-04T15:15:51.864Z
45282026-07-04T15:15:51.864Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45292026-07-04T15:15:52.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-04T15:15:52.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-04T15:15:52.516Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45322026-07-04T15:15:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45332026-07-04T15:15:53.355Z
45342026-07-04T15:15:53.355Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45352026-07-04T15:15:53.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-04T15:15:53.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-04T15:15:53.942Z Compiling blake3 v1.8.5
45382026-07-04T15:15:54.049Z Checking arrayvec v0.7.6
45392026-07-04T15:15:54.049Z Checking constant_time_eq v0.4.2
45402026-07-04T15:15:54.052Z Checking arrayref v0.3.9
45412026-07-04T15:15:54.070Z Checking topological-sort v0.2.2
45422026-07-04T15:15:54.075Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45432026-07-04T15:15:54.075Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45442026-07-04T15:15:54.075Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45452026-07-04T15:15:54.111Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45462026-07-04T15:15:54.178Z Checking shell-words v1.1.1
45472026-07-04T15:15:54.958Z Checking omicron-zone-package v0.12.3
45482026-07-04T15:15:55.663Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45492026-07-04T15:15:56.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
45502026-07-04T15:15:56.712Z
45512026-07-04T15:15:56.713Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45522026-07-04T15:15:57.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-07-04T15:15:57.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-07-04T15:15:57.294Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45552026-07-04T15:15:57.613Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45562026-07-04T15:15:58.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45572026-07-04T15:15:58.169Z
45582026-07-04T15:15:58.169Zinfo: running `cargo check --bins` on schema (281/299)
45592026-07-04T15:15:58.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-04T15:15:58.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-04T15:15:58.837Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45622026-07-04T15:15:59.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45632026-07-04T15:15:59.704Z
45642026-07-04T15:15:59.704Zinfo: running `cargo check --bins` on xtask (282/299)
45652026-07-04T15:16:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-04T15:16:00.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-04T15:16:00.081Z Checking serde_core v1.0.228
45682026-07-04T15:16:00.081Z Checking libc v0.2.185
45692026-07-04T15:16:00.084Z Checking bitflags v2.11.0
45702026-07-04T15:16:00.166Z Checking scroll v0.12.0
45712026-07-04T15:16:00.169Z Checking thiserror v1.0.69
45722026-07-04T15:16:00.175Z Checking log v0.4.29
45732026-07-04T15:16:00.183Z Checking indexmap v2.14.0
45742026-07-04T15:16:00.190Z Checking zerocopy v0.7.35
45752026-07-04T15:16:00.255Z Checking syn v2.0.117
45762026-07-04T15:16:00.300Z Checking dtrace-parser v0.2.0
45772026-07-04T15:16:00.312Z Checking once_cell v1.21.3
45782026-07-04T15:16:00.373Z Checking goblin v0.8.2
45792026-07-04T15:16:00.437Z Checking errno v0.3.14
45802026-07-04T15:16:00.480Z Checking getrandom v0.4.1
45812026-07-04T15:16:00.527Z Checking thread-id v4.2.2
45822026-07-04T15:16:00.548Z Checking rustix v1.1.3
45832026-07-04T15:16:00.603Z Checking memmap v0.7.0
45842026-07-04T15:16:00.615Z Checking thiserror v2.0.18
45852026-07-04T15:16:00.666Z Checking fs-err v3.3.0
45862026-07-04T15:16:00.707Z Checking anyhow v1.0.102
45872026-07-04T15:16:00.710Z Checking tabled v0.15.0
45882026-07-04T15:16:01.306Z Checking terminal_size v0.4.3
45892026-07-04T15:16:01.307Z Checking tempfile v3.25.0
45902026-07-04T15:16:01.413Z Checking clap_builder v4.6.0
45912026-07-04T15:16:01.416Z Checking textwrap v0.16.2
45922026-07-04T15:16:01.593Z Checking serde v1.0.228
45932026-07-04T15:16:01.597Z Checking serde_json v1.0.150
45942026-07-04T15:16:01.597Z Checking camino v1.2.2
45952026-07-04T15:16:01.621Z Checking semver v1.0.28
45962026-07-04T15:16:01.795Z Checking cargo-platform v0.3.2
45972026-07-04T15:16:01.836Z Checking camino-tempfile v1.4.1
45982026-07-04T15:16:01.991Z Checking serde_spanned v0.6.9
45992026-07-04T15:16:01.994Z Checking toml_datetime v0.6.11
46002026-07-04T15:16:01.994Z Checking macaddr v1.0.1
46012026-07-04T15:16:01.994Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46022026-07-04T15:16:02.171Z Checking toml_edit v0.22.27
46032026-07-04T15:16:02.200Z Checking dof v0.3.0
46042026-07-04T15:16:02.200Z Checking cargo_metadata v0.23.1
46052026-07-04T15:16:02.467Z Checking usdt-impl v0.5.0
46062026-07-04T15:16:02.581Z Checking clap v4.6.1
46072026-07-04T15:16:02.723Z Checking usdt v0.5.0
46082026-07-04T15:16:03.131Z Checking toml v0.8.23
46092026-07-04T15:16:03.388Z Checking cargo_toml v0.21.0
46102026-07-04T15:16:04.018Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46112026-07-04T15:16:04.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
46122026-07-04T15:16:04.507Z
46132026-07-04T15:16:04.507Zinfo: running `cargo check --bins` on dnsadm (283/299)
46142026-07-04T15:16:04.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-07-04T15:16:04.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-07-04T15:16:05.084Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46172026-07-04T15:16:05.544Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46182026-07-04T15:16:05.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46192026-07-04T15:16:06.093Z
46202026-07-04T15:16:06.093Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46212026-07-04T15:16:06.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-04T15:16:06.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-04T15:16:06.843Z Checking cpubits v0.1.1
46242026-07-04T15:16:06.846Z Checking pem-rfc7468 v1.0.0
46252026-07-04T15:16:06.978Z Checking hmac v0.13.0
46262026-07-04T15:16:06.978Z Checking universal-hash v0.6.1
46272026-07-04T15:16:06.999Z Checking ctr v0.10.1
46282026-07-04T15:16:06.999Z Checking aead v0.6.1
46292026-07-04T15:16:07.004Z Checking sha2 v0.11.0
46302026-07-04T15:16:07.042Z Checking aes v0.9.1
46312026-07-04T15:16:07.042Z Checking crypto-bigint v0.7.5
46322026-07-04T15:16:07.096Z Checking polyval v0.7.1
46332026-07-04T15:16:07.111Z Checking der v0.8.0
46342026-07-04T15:16:07.123Z Checking pbkdf2 v0.13.0
46352026-07-04T15:16:07.161Z Checking cbc v0.2.1
46362026-07-04T15:16:07.164Z Checking salsa20 v0.11.0
46372026-07-04T15:16:07.237Z Checking ff v0.14.0
46382026-07-04T15:16:07.262Z Checking ghash v0.6.0
46392026-07-04T15:16:07.304Z Checking signature v3.0.0
46402026-07-04T15:16:07.325Z Checking base16ct v1.0.0
46412026-07-04T15:16:07.404Z Checking group v0.14.0
46422026-07-04T15:16:07.422Z Checking hkdf v0.13.0
46432026-07-04T15:16:07.445Z Checking aes-gcm v0.11.0
46442026-07-04T15:16:07.462Z Checking rfc6979 v0.5.0
46452026-07-04T15:16:07.481Z Compiling curve25519-dalek v5.0.0-rc.0
46462026-07-04T15:16:07.553Z Checking poly1305 v0.9.0
46472026-07-04T15:16:07.553Z Checking blowfish v0.10.0
46482026-07-04T15:16:07.598Z Checking blake2 v0.11.0-rc.6
46492026-07-04T15:16:07.598Z Checking keccak v0.2.0
46502026-07-04T15:16:07.700Z Checking fiat-crypto v0.3.0
46512026-07-04T15:16:07.715Z Checking scrypt v0.12.0
46522026-07-04T15:16:07.764Z Checking sha3 v0.11.0
46532026-07-04T15:16:07.828Z Checking bcrypt-pbkdf v0.11.0
46542026-07-04T15:16:07.857Z Checking argon2 v0.6.0-rc.8
46552026-07-04T15:16:07.874Z Checking kem v0.3.0
46562026-07-04T15:16:07.889Z Checking spki v0.8.0
46572026-07-04T15:16:07.916Z Checking sec1 v0.8.1
46582026-07-04T15:16:07.989Z Checking module-lattice v0.2.3
46592026-07-04T15:16:08.053Z Checking pkcs5 v0.8.1
46602026-07-04T15:16:08.100Z Checking pkcs1 v0.8.0-rc.4
46612026-07-04T15:16:08.117Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46622026-07-04T15:16:08.154Z Checking internal-russh-num-bigint v0.5.0
46632026-07-04T15:16:08.204Z Checking ml-kem v0.3.2
46642026-07-04T15:16:08.305Z Checking num-bigint v0.4.6
46652026-07-04T15:16:08.322Z Checking generic-array v1.4.3
46662026-07-04T15:16:08.340Z Checking pkcs8 v0.11.0
46672026-07-04T15:16:08.535Z Checking ed25519 v3.0.0
46682026-07-04T15:16:08.712Z Checking russh-util v0.52.0
46692026-07-04T15:16:08.728Z Compiling enum_dispatch v0.3.13
46702026-07-04T15:16:08.792Z Checking ed25519-dalek v3.0.0-rc.0
46712026-07-04T15:16:08.830Z Compiling delegate v0.13.5
46722026-07-04T15:16:08.978Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46732026-07-04T15:16:09.009Z Checking md5 v0.8.0
46742026-07-04T15:16:09.024Z Checking hex-literal v1.1.0
46752026-07-04T15:16:09.150Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46762026-07-04T15:16:09.189Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46772026-07-04T15:16:09.221Z Checking socket2 v0.5.10
46782026-07-04T15:16:09.249Z Checking elliptic-curve v0.14.0-rc.33
46792026-07-04T15:16:09.384Z Checking primefield v0.14.0
46802026-07-04T15:16:09.420Z Checking ssh-encoding v0.3.0-rc.9
46812026-07-04T15:16:09.475Z Checking crypto-primes v0.7.2
46822026-07-04T15:16:09.584Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46832026-07-04T15:16:09.644Z Checking ssh-cipher v0.3.0-rc.9
46842026-07-04T15:16:09.694Z Checking russh-cryptovec v0.61.0
46852026-07-04T15:16:09.712Z Checking ecdsa v0.17.0-rc.18
46862026-07-04T15:16:09.789Z Checking primeorder v0.14.0-rc.10
46872026-07-04T15:16:09.838Z Checking internet-checksum v0.2.1
46882026-07-04T15:16:10.068Z Checking p521 v0.14.0-rc.10
46892026-07-04T15:16:10.068Z Checking p256 v0.14.0-rc.10
46902026-07-04T15:16:10.418Z Checking rsa v0.10.0-rc.18
46912026-07-04T15:16:12.468Z Checking p384 v0.14.0-rc.10
46922026-07-04T15:16:14.354Z Checking ssh-key v0.7.0-rc.10
46932026-07-04T15:16:15.107Z Checking russh v0.61.2
46942026-07-04T15:16:27.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.17s
46952026-07-04T15:16:27.469Z
46962026-07-04T15:16:27.469Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46972026-07-04T15:16:27.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-07-04T15:16:27.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-07-04T15:16:28.051Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47002026-07-04T15:16:28.156Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47012026-07-04T15:16:28.163Z Checking termios v0.3.3
47022026-07-04T15:16:29.365Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47032026-07-04T15:16:29.508Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47042026-07-04T15:16:31.144Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47052026-07-04T15:16:31.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
47062026-07-04T15:16:31.868Z
47072026-07-04T15:16:31.868Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47082026-07-04T15:16:32.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-07-04T15:16:32.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-07-04T15:16:32.517Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47112026-07-04T15:16:32.520Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47122026-07-04T15:16:32.629Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47132026-07-04T15:16:32.637Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47142026-07-04T15:16:32.650Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47152026-07-04T15:16:32.659Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47162026-07-04T15:16:33.383Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47172026-07-04T15:16:33.710Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47182026-07-04T15:16:33.713Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47192026-07-04T15:16:34.337Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47202026-07-04T15:16:35.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
47212026-07-04T15:16:36.128Z
47222026-07-04T15:16:36.128Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47232026-07-04T15:16:36.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-04T15:16:36.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-04T15:16:36.700Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47262026-07-04T15:16:37.143Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47272026-07-04T15:16:37.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47282026-07-04T15:16:37.614Z
47292026-07-04T15:16:37.614Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47302026-07-04T15:16:38.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-04T15:16:38.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-04T15:16:38.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-04T15:16:38.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47342026-07-04T15:16:38.129Z
47352026-07-04T15:16:38.129Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47362026-07-04T15:16:38.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-04T15:16:38.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-04T15:16:38.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-04T15:16:38.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47402026-07-04T15:16:38.645Z
47412026-07-04T15:16:38.646Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47422026-07-04T15:16:39.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-04T15:16:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-04T15:16:39.343Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47452026-07-04T15:16:39.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47462026-07-04T15:16:40.113Z
47472026-07-04T15:16:40.113Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47482026-07-04T15:16:40.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-04T15:16:40.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-04T15:16:40.703Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47512026-07-04T15:16:40.706Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47522026-07-04T15:16:40.972Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47532026-07-04T15:16:40.975Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47542026-07-04T15:16:41.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47552026-07-04T15:16:41.935Z
47562026-07-04T15:16:41.936Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47572026-07-04T15:16:42.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-04T15:16:42.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-04T15:16:42.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47602026-07-04T15:16:42.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47612026-07-04T15:16:42.454Z
47622026-07-04T15:16:42.454Zinfo: running `cargo check --bins` on omicron-package (293/299)
47632026-07-04T15:16:42.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-04T15:16:42.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-04T15:16:43.072Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47662026-07-04T15:16:44.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47672026-07-04T15:16:44.301Z
47682026-07-04T15:16:44.302Zinfo: running `cargo check --bins` on tqdb (294/299)
47692026-07-04T15:16:44.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-04T15:16:44.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-04T15:16:45.018Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47722026-07-04T15:16:45.364Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47732026-07-04T15:16:45.871Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47742026-07-04T15:16:45.874Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47752026-07-04T15:16:51.970Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47762026-07-04T15:16:51.973Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47772026-07-04T15:16:52.541Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47782026-07-04T15:16:52.541Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47792026-07-04T15:16:52.544Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47802026-07-04T15:16:52.544Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47812026-07-04T15:16:53.307Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47822026-07-04T15:16:54.299Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47832026-07-04T15:16:55.073Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47842026-07-04T15:16:55.679Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47852026-07-04T15:17:00.438Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-07-04T15:17:06.962Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47872026-07-04T15:17:06.965Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47882026-07-04T15:17:06.965Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47892026-07-04T15:17:06.965Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47902026-07-04T15:17:08.419Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47912026-07-04T15:17:09.740Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47922026-07-04T15:17:10.410Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47932026-07-04T15:17:11.627Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47942026-07-04T15:17:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.85s
47952026-07-04T15:17:12.352Z
47962026-07-04T15:17:12.352Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47972026-07-04T15:17:12.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-04T15:17:12.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-04T15:17:13.003Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48002026-07-04T15:17:13.007Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48012026-07-04T15:17:13.007Z Checking rtoolbox v0.0.3
48022026-07-04T15:17:13.124Z Checking tui-tree-widget v0.23.1
48032026-07-04T15:17:13.225Z Checking rpassword v7.4.0
48042026-07-04T15:17:14.264Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48052026-07-04T15:17:17.325Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48062026-07-04T15:17:19.159Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48072026-07-04T15:17:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
48082026-07-04T15:17:20.208Z
48092026-07-04T15:17:20.208Zinfo: running `cargo check --bins` on wicket (296/299)
48102026-07-04T15:17:20.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-04T15:17:20.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-04T15:17:20.840Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48132026-07-04T15:17:21.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
48142026-07-04T15:17:21.359Z
48152026-07-04T15:17:21.359Zinfo: running `cargo check --bins` on wicketd (297/299)
48162026-07-04T15:17:21.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-04T15:17:21.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-04T15:17:22.014Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48192026-07-04T15:17:22.014Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48202026-07-04T15:17:22.017Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48212026-07-04T15:17:22.017Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48222026-07-04T15:17:22.988Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48232026-07-04T15:17:23.554Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48242026-07-04T15:17:26.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
48252026-07-04T15:17:26.746Z
48262026-07-04T15:17:26.746Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48272026-07-04T15:17:27.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-04T15:17:27.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-04T15:17:27.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48302026-07-04T15:17:27.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48312026-07-04T15:17:27.257Z
48322026-07-04T15:17:27.257Zinfo: running `cargo check --bins` on zone-setup (299/299)
48332026-07-04T15:17:27.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-04T15:17:27.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-04T15:17:27.864Z Checking uzers v0.12.2
48362026-07-04T15:17:28.133Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48372026-07-04T15:17:28.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48382026-07-04T15:17:29.060Z
48392026-07-04T15:17:29.060Zreal 13:42.317934127
48402026-07-04T15:17:29.060Zuser 20:51.302057088
48412026-07-04T15:17:29.060Zsys 4:07.209146812
48422026-07-04T15:17:29.060Ztrap 0.327947692
48432026-07-04T15:17:29.060Ztflt 0.737334359
48442026-07-04T15:17:29.060Zdflt 1.199596504
48452026-07-04T15:17:29.060Zkflt 0.005523232
48462026-07-04T15:17:29.060Zlock 1:18:02.886330875
48472026-07-04T15:17:29.060Zslp 1:39:32.145530965
48482026-07-04T15:17:29.060Zlat 53.341446283
48492026-07-04T15:17:29.063Zstop 3:27.765935819
48502026-07-04T15:17:29.063Zprocess exited: duration 941483 ms, exit code 0
 
48512026-07-04T15:17:29.069Zfound 0 output files