01KTA18GVS3G11XC41Y9A1GQ1J: 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: 01KTA199H12G8NN8N3RC5FKRJ0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T19:21:30.132Zjob assigned to worker 01KTA19HKQNJ37SX3DJB47CEG7 [factory aws, i-01caca78a2736d260] (queued for 48 s)
 
22026-06-04T19:21:38.190Zstarting task 0: "setup"
32026-06-04T19:21:38.195Z++ uname -s
42026-06-04T19:21:38.198Z+ kern=SunOS
52026-06-04T19:21:38.199Z+ build_user=build
62026-06-04T19:21:38.199Z+ build_uid=12345
72026-06-04T19:21:38.199Z+ work_dir=/work
82026-06-04T19:21:38.199Z+ input_dir=/input
92026-06-04T19:21:38.199Z+ [[ 0 == 12345 ]]
102026-06-04T19:21:38.199Z+ case "$kern" in
112026-06-04T19:21:38.199Z+ groupadd -g 12345 build
122026-06-04T19:21:38.209Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T19:21:40.215Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T19:21:40.308Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T19:21:40.311Z+ home_fs=zfs
162026-06-04T19:21:40.311Z+ [[ zfs == autofs ]]
172026-06-04T19:21:40.311Z+ mkdir -p /home/build
182026-06-04T19:21:40.311Z+ chown build:build /home/build /work
192026-06-04T19:21:42.315Z+ chmod 0700 /home/build /work
202026-06-04T19:21:42.324Zprocess exited: duration 4124 ms, exit code 0
 
212026-06-04T19:21:42.334Zstarting task 1: "rust-toolchain"
222026-06-04T19:21:42.339Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T19:21:42.339Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-04T19:21:42.339Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-04T19:21:42.339Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-04T19:21:42.339Z * rust toolchain channel = "1.94.0"
272026-06-04T19:21:42.339Z * rust toolchain profile = "default"
282026-06-04T19:21:42.339Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T19:21:42.347Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T19:21:42.618Zinfo: downloading installer
312026-06-04T19:21:43.969Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T19:21:43.969Zwarn: /home/build/.rustup/settings.toml
332026-06-04T19:21:43.969Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T19:21:43.969Zwarn: instead of the one inferred from the default host triple.
352026-06-04T19:21:43.981Zinfo: profile set to default
362026-06-04T19:21:43.982Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T19:21:43.984Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T19:21:44.113Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T19:21:44.116Zinfo: downloading 6 components
402026-06-04T19:21:58.325Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T19:21:58.325Z
422026-06-04T19:21:58.358Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T19:21:58.359Z
442026-06-04T19:21:58.359Z
452026-06-04T19:21:58.359ZRust is installed now. Great!
462026-06-04T19:21:58.359Z
472026-06-04T19:21:58.359ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T19:21:58.359Zenvironment variable. This has not been done automatically.
492026-06-04T19:21:58.362Z
502026-06-04T19:21:58.362ZTo configure your current shell, you need to source
512026-06-04T19:21:58.362Zthe corresponding env file under $HOME/.cargo.
522026-06-04T19:21:58.362Z
532026-06-04T19:21:58.362ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T19:21:58.362Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T19:21:58.362Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T19:21:58.362Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T19:21:58.362Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T19:21:58.362Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T19:21:58.362Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T19:21:58.363Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T19:21:58.363Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T19:21:58.449Z+ rustup --version
632026-06-04T19:21:58.458Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T19:21:58.460Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T19:21:58.485Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T19:21:58.533Z+ cargo --version
672026-06-04T19:21:58.533Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T19:21:58.533Z+ rustc --version
692026-06-04T19:21:58.533Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T19:21:58.533Zprocess exited: duration 16187 ms, exit code 0
 
712026-06-04T19:21:58.542Zstarting task 2: "authentication"
722026-06-04T19:21:58.559Zprocess exited: duration 16 ms, exit code 0
 
732026-06-04T19:21:58.565Zstarting task 3: "clone repository"
742026-06-04T19:21:58.568Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-04T19:21:58.571Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-04T19:21:58.622ZCloning into '/work/oxidecomputer/omicron'...
772026-06-04T19:22:09.263Z+ cd /work/oxidecomputer/omicron
782026-06-04T19:22:09.263Z+ git fetch origin 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199
792026-06-04T19:22:09.572ZFrom https://github.com/oxidecomputer/omicron
802026-06-04T19:22:09.572Z * branch 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199 -> FETCH_HEAD
812026-06-04T19:22:09.581Z+ [[ -n levon/additional-bgp-configuration-options ]]
822026-06-04T19:22:09.585Z++ git branch --show-current
832026-06-04T19:22:09.585Z+ current=main
842026-06-04T19:22:09.585Z+ [[ main != levon/additional-bgp-configuration-options ]]
852026-06-04T19:22:09.585Z+ git branch -f levon/additional-bgp-configuration-options 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199
862026-06-04T19:22:09.589Z+ git checkout -f levon/additional-bgp-configuration-options
872026-06-04T19:22:09.817ZSwitched to branch 'levon/additional-bgp-configuration-options'
882026-06-04T19:22:09.820Z+ git reset --hard 8b270fc85b748d344f8407e0eb2dd7cd4f1d9199
892026-06-04T19:22:10.056ZHEAD is now at 8b270fc85 use stronger typing
902026-06-04T19:22:10.058Zprocess exited: duration 11492 ms, exit code 0
 
912026-06-04T19:22:10.064Zstarting task 4: "build"
922026-06-04T19:22:10.068Z+ source .github/buildomat/ci-env.sh
932026-06-04T19:22:10.068Z++ export CARGO_TERM_COLOR=always
942026-06-04T19:22:10.068Z++ CARGO_TERM_COLOR=always
952026-06-04T19:22:10.070Z+ cargo --version
962026-06-04T19:22:10.078Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-04T19:22:10.080Z+ rustc --version
982026-06-04T19:22:10.100Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-04T19:22:10.103Z+ source ./env.sh
1002026-06-04T19:22:10.103Z++ OLD_SHELL_OPTS=ehxB
1012026-06-04T19:22:10.104Z++ set -o xtrace
1022026-06-04T19:22:10.106Z++++ dirname ./env.sh
1032026-06-04T19:22:10.115Z+++ readlink -f .
1042026-06-04T19:22:10.119Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-04T19:22:10.122Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-04T19:22:10.122Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-04T19:22:10.122Z++ 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
1082026-06-04T19:22:10.122Z++ 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
1092026-06-04T19:22:10.122Z++ 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
1102026-06-04T19:22:10.122Z++ 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
1112026-06-04T19:22:10.122Z++ 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
1122026-06-04T19:22:10.122Z++ 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
1132026-06-04T19:22:10.122Z++ case $OLD_SHELL_OPTS in
1142026-06-04T19:22:10.122Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-04T19:22:10.122Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-04T19:22:10.122Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-04T19:22:10.122Z+ banner prerequisites
1182026-06-04T19:22:10.122Z
1192026-06-04T19:22:10.122Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-04T19:22:10.123Z # # # # # # # # # # # # # # #
1212026-06-04T19:22:10.123Z # # # # ##### # # ##### # # # # # #### #
1222026-06-04T19:22:10.123Z ##### ##### # ##### # # # # # # # # #
1232026-06-04T19:22:10.123Z # # # # # # # # # # # # # # #
1242026-06-04T19:22:10.123Z # # # ###### # # ###### ### # #### # #### #
1252026-06-04T19:22:10.123Z
1262026-06-04T19:22:10.123Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-04T19:22:11.880Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T19:22:11.961Z Startup: Caching catalogs ... Done
1292026-06-04T19:22:12.302ZPlanning: Solver setup ... Done (0.302s)
1302026-06-04T19:22:12.322ZPlanning: Running solver ... Done (0.021s)
1312026-06-04T19:22:12.339ZPlanning: Finding local manifests ... Done (0.012s)
1322026-06-04T19:22:12.349ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-04T19:22:12.373ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-04T19:22:12.384ZPlanning: Package planning ... Done (0.013s)
1352026-06-04T19:22:12.387ZPlanning: Merging actions ... Done (0.002s)
1362026-06-04T19:22:12.582ZPlanning: Checking for conflicting actions ... Done (0.198s)
1372026-06-04T19:22:12.585ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-04T19:22:13.813ZPlanning: Evaluating mediators ... Done (1.228s)
1392026-06-04T19:22:13.816ZPlanning: Planning completed in 1.83 seconds
1402026-06-04T19:22:13.820Z Packages to install: 2
1412026-06-04T19:22:13.823Z Estimated space available: 156.07 GB
1422026-06-04T19:22:13.823ZEstimated space to be consumed: 25.32 MB
1432026-06-04T19:22:13.823Z Create boot environment: No
1442026-06-04T19:22:13.823ZCreate backup boot environment: No
1452026-06-04T19:22:13.823Z Rebuild boot archive: No
1462026-06-04T19:22:13.823Z
1472026-06-04T19:22:13.823ZChanged packages:
1482026-06-04T19:22:13.823Zhelios
1492026-06-04T19:22:13.823Z developer/build-essential
1502026-06-04T19:22:13.823Z None -> 11-3.0
1512026-06-04T19:22:13.823Z library/libxmlsec1
1522026-06-04T19:22:13.823Z None -> 1.2.35-3.0
1532026-06-04T19:22:13.865Z
1542026-06-04T19:22:13.865ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-04T19:22:15.129ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1562026-06-04T19:22:15.187Z Actions: 1/268 actions (Installing new actions)
1572026-06-04T19:22:15.226Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-04T19:22:15.234ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-04T19:22:15.236ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-04T19:22:15.256ZFinalize: Updating image state ... Done (0.022s)
1612026-06-04T19:22:17.997ZFinalize: Creating fast lookup database ... Done (2.716s)
1622026-06-04T19:22:18.064ZFinalize: Reading search index ... Done (0.013s)
1632026-06-04T19:22:18.068ZFinalize: Updating search index ... Done (0.000s)
1642026-06-04T19:22:18.134ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-04T19:22:18.434ZPlanning: Evaluating mediator changes ... Done
1662026-06-04T19:22:18.540ZPlanning: Checking for conflicting actions ... Done
1672026-06-04T19:22:18.543ZPlanning: Consolidating action changes ... Done
1682026-06-04T19:22:18.701ZPlanning: Evaluating mediators ... Done
1692026-06-04T19:22:18.706ZPlanning: Planning completed in 0.27 seconds
1702026-06-04T19:22:18.725Z Mediators to change: 2
1712026-06-04T19:22:18.725Z Create boot environment: No
1722026-06-04T19:22:18.725ZCreate backup boot environment: No
1732026-06-04T19:22:18.764ZFinalize: Updating package state database ... Done
1742026-06-04T19:22:18.764ZFinalize: Updating package cache ... Done
1752026-06-04T19:22:18.776ZFinalize: Updating image state ... Done
1762026-06-04T19:22:20.799ZFinalize: Creating fast lookup database ... Done
1772026-06-04T19:22:20.864ZFinalize: Reading search index ... Done
1782026-06-04T19:22:20.867ZFinalize: Updating search index ... Done
1792026-06-04T19:22:20.925ZFinalize: Updating package cache ... Done
1802026-06-04T19:22:21.210ZPlanning: Evaluating mediator changes ... Done
1812026-06-04T19:22:21.315ZPlanning: Checking for conflicting actions ... Done
1822026-06-04T19:22:21.318ZPlanning: Consolidating action changes ... Done
1832026-06-04T19:22:21.476ZPlanning: Evaluating mediators ... Done
1842026-06-04T19:22:21.479ZPlanning: Planning completed in 0.27 seconds
1852026-06-04T19:22:21.499Z Mediators to change: 1
1862026-06-04T19:22:21.499Z Create boot environment: No
1872026-06-04T19:22:21.499ZCreate backup boot environment: No
1882026-06-04T19:22:21.549ZFinalize: Updating package state database ... Done
1892026-06-04T19:22:21.549ZFinalize: Updating package cache ... Done
1902026-06-04T19:22:21.561ZFinalize: Updating image state ... Done
1912026-06-04T19:22:23.596ZFinalize: Creating fast lookup database ... Done
1922026-06-04T19:22:23.661ZFinalize: Reading search index ... Done
1932026-06-04T19:22:23.664ZFinalize: Updating search index ... Done
1942026-06-04T19:22:23.709ZFinalize: Updating package cache ... Done
1952026-06-04T19:22:24.023ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-04T19:22:24.023Zapache system 2.4 system
1972026-06-04T19:22:24.023Zclang system 15 system
1982026-06-04T19:22:24.023Zcsh system system illumos
1992026-06-04T19:22:24.023Zctags system system illumos
2002026-06-04T19:22:24.023Zfile vendor vendor darwinsys
2012026-06-04T19:22:24.023Zfile system system illumos
2022026-06-04T19:22:24.023Zgcc vendor 14 vendor
2032026-06-04T19:22:24.023Zgcc system 13 system
2042026-06-04T19:22:24.023Zgcc system 10 system
2052026-06-04T19:22:24.023Zgo system 1.25 system
2062026-06-04T19:22:24.023Zllvm system 15 system
2072026-06-04T19:22:24.023Zmariadb system 11.4 system
2082026-06-04T19:22:24.023Zmta vendor vendor dma
2092026-06-04T19:22:24.023Zopenjdk system 17 system
2102026-06-04T19:22:24.023Zopenjdk system 11 system
2112026-06-04T19:22:24.023Zopenssl vendor 3 vendor
2122026-06-04T19:22:24.023Zperl system 5.40 system
2132026-06-04T19:22:24.023Zpostgresql system 18 system
2142026-06-04T19:22:24.023Zpostgresql system 17 system
2152026-06-04T19:22:24.023Zpython vendor 3 vendor
2162026-06-04T19:22:24.023Zpython system 2 system
2172026-06-04T19:22:24.023Zpython3 vendor 3.13 vendor
2182026-06-04T19:22:24.023Zruby system 3.4 system
2192026-06-04T19:22:24.023Zruby system 3.0 system
2202026-06-04T19:22:24.024Zwords vendor vendor american-english
2212026-06-04T19:22:24.024Zwords system system australian-english
2222026-06-04T19:22:24.024Zwords system system british-english
2232026-06-04T19:22:24.024Zwords system system canadian-english
2242026-06-04T19:22:24.024Zwords system system french
2252026-06-04T19:22:24.024Zwords system system italian
2262026-06-04T19:22:24.024Zwords system system ngerman
2272026-06-04T19:22:24.024Zwords system system ogerman
2282026-06-04T19:22:24.024Zwords system system spanish
2292026-06-04T19:22:24.278ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-04T19:22:24.278Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-04T19:22:24.564ZFMRI IFO
2322026-06-04T19:22:24.564Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-04T19:22:24.564Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-04T19:22:24.565Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-04T19:22:24.565Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-04T19:22:24.565Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-04T19:22:24.565Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-04T19:22:24.565Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-04T19:22:24.565Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-04T19:22:24.565Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-04T19:22:24.820Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-04T19:22:25.117Z Updating crates.io index
2432026-06-04T19:22:25.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-04T19:22:25.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-04T19:22:26.189Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-04T19:22:26.856Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-04T19:22:27.694Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-04T19:22:28.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-04T19:22:30.022Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-04T19:22:30.785Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-04T19:22:31.184Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-04T19:22:32.325Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-04T19:22:32.667Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-04T19:22:33.089Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-04T19:22:33.558Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-04T19:22:34.585Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-04T19:22:38.081Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-04T19:22:38.125Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-04T19:22:38.415Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-04T19:22:38.874Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-04T19:22:39.213Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-04T19:22:39.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-04T19:22:39.814Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-04T19:22:40.832Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-04T19:22:41.754Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-04T19:22:42.781Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-04T19:22:42.843Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-04T19:22:42.843Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-04T19:22:43.129Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-04T19:22:43.650Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-04T19:22:43.901Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-04T19:22:44.155Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-04T19:22:44.403Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-04T19:22:44.881Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-04T19:22:57.863Z Downloading crates ...
2842026-06-04T19:22:57.915Z Downloaded colorchoice v1.0.4
2852026-06-04T19:22:57.920Z Downloaded cargo_metadata v0.21.0
2862026-06-04T19:22:57.922Z Downloaded clap v4.5.60
2872026-06-04T19:22:57.928Z Downloaded clap_lex v1.0.0
2882026-06-04T19:22:57.931Z Downloaded camino-tempfile v1.4.1
2892026-06-04T19:22:57.931Z Downloaded clap_derive v4.5.55
2902026-06-04T19:22:57.934Z Downloaded anyhow v1.0.102
2912026-06-04T19:22:57.936Z Downloaded cargo-platform v0.2.0
2922026-06-04T19:22:57.936Z Downloaded textwrap v0.16.2
2932026-06-04T19:22:57.940Z Downloaded bytecount v0.6.9
2942026-06-04T19:22:57.940Z Downloaded url v2.5.8
2952026-06-04T19:22:57.943Z Downloaded camino v1.2.2
2962026-06-04T19:22:57.943Z Downloaded anstream v0.6.21
2972026-06-04T19:22:57.945Z Downloaded cargo-util-schemas v0.8.2
2982026-06-04T19:22:57.949Z Downloaded clap_builder v4.5.60
2992026-06-04T19:22:57.951Z Downloaded thiserror-impl v2.0.18
3002026-06-04T19:22:57.954Z Downloaded smawk v0.3.2
3012026-06-04T19:22:57.954Z Downloaded tempfile v3.25.0
3022026-06-04T19:22:57.957Z Downloaded crypto-common v0.1.7
3032026-06-04T19:22:57.957Z Downloaded cpufeatures v0.2.17
3042026-06-04T19:22:57.957Z Downloaded ucd-trie v0.1.7
3052026-06-04T19:22:57.960Z Downloaded getrandom v0.4.1
3062026-06-04T19:22:57.963Z Downloaded zmij v1.0.21
3072026-06-04T19:22:57.966Z Downloaded version_check v0.9.5
3082026-06-04T19:22:57.966Z Downloaded fastrand v2.3.0
3092026-06-04T19:22:57.969Z Downloaded typenum v1.19.0
3102026-06-04T19:22:57.969Z Downloaded usdt-impl v0.5.0
3112026-06-04T19:22:57.974Z Downloaded icu_properties v2.1.2
3122026-06-04T19:22:57.977Z Downloaded terminal_size v0.4.3
3132026-06-04T19:22:57.977Z Downloaded errno v0.3.14
3142026-06-04T19:22:57.980Z Downloaded itoa v1.0.17
3152026-06-04T19:22:57.983Z Downloaded heck v0.5.0
3162026-06-04T19:22:57.983Z Downloaded unicode-ident v1.0.24
3172026-06-04T19:22:57.987Z Downloaded heck v0.4.1
3182026-06-04T19:22:57.990Z Downloaded generic-array v0.14.7
3192026-06-04T19:22:57.990Z Downloaded zerovec v0.11.5
3202026-06-04T19:22:57.993Z Downloaded zerocopy-derive v0.7.35
3212026-06-04T19:22:57.996Z Downloaded thread-id v4.2.2
3222026-06-04T19:22:57.996Z Downloaded unicode-width v0.2.0
3232026-06-04T19:22:57.999Z Downloaded unicode-xid v0.2.6
3242026-06-04T19:22:58.002Z Downloaded strsim v0.11.1
3252026-06-04T19:22:58.002Z Downloaded stable_deref_trait v1.2.1
3262026-06-04T19:22:58.002Z Downloaded pretty-hex v0.4.1
3272026-06-04T19:22:58.002Z Downloaded proc-macro-error-attr v1.0.4
3282026-06-04T19:22:58.002Z Downloaded zerofrom v0.1.6
3292026-06-04T19:22:58.005Z Downloaded yoke-derive v0.8.1
3302026-06-04T19:22:58.005Z Downloaded macaddr v1.0.1
3312026-06-04T19:22:58.005Z Downloaded form_urlencoded v1.2.2
3322026-06-04T19:22:58.005Z Downloaded block-buffer v0.10.4
3332026-06-04T19:22:58.008Z Downloaded memmap v0.7.0
3342026-06-04T19:22:58.008Z Downloaded idna_adapter v1.2.1
3352026-06-04T19:22:58.008Z Downloaded fnv v1.0.7
3362026-06-04T19:22:58.008Z Downloaded anstyle-query v1.1.5
3372026-06-04T19:22:58.011Z Downloaded utf8_iter v1.0.4
3382026-06-04T19:22:58.011Z Downloaded unicode-linebreak v0.1.5
3392026-06-04T19:22:58.011Z Downloaded toml v0.8.23
3402026-06-04T19:22:58.015Z Downloaded toml_write v0.1.2
3412026-06-04T19:22:58.015Z Downloaded serde_spanned v0.6.9
3422026-06-04T19:22:58.016Z Downloaded potential_utf v0.1.4
3432026-06-04T19:22:58.019Z Downloaded percent-encoding v2.3.2
3442026-06-04T19:22:58.019Z Downloaded zerocopy v0.7.35
3452026-06-04T19:22:58.027Z Downloaded winnow v0.7.14
3462026-06-04T19:22:58.033Z Downloaded ordered-float v2.10.1
3472026-06-04T19:22:58.036Z Downloaded anstyle-parse v0.2.7
3482026-06-04T19:22:58.036Z Downloaded cfg-if v1.0.4
3492026-06-04T19:22:58.036Z Downloaded swrite v0.1.0
3502026-06-04T19:22:58.038Z Downloaded scroll_derive v0.12.1
3512026-06-04T19:22:58.038Z Downloaded quote v1.0.45
3522026-06-04T19:22:58.041Z Downloaded zerovec-derive v0.11.2
3532026-06-04T19:22:58.041Z Downloaded typeid v1.0.3
3542026-06-04T19:22:58.041Z Downloaded thiserror v2.0.18
3552026-06-04T19:22:58.044Z Downloaded unicode-width v0.1.14
3562026-06-04T19:22:58.047Z Downloaded thiserror v1.0.69
3572026-06-04T19:22:58.050Z Downloaded serde_tokenstream v0.2.3
3582026-06-04T19:22:58.052Z Downloaded scroll v0.12.0
3592026-06-04T19:22:58.052Z Downloaded icu_normalizer_data v2.1.1
3602026-06-04T19:22:58.056Z Downloaded erased-serde v0.4.9
3612026-06-04T19:22:58.056Z Downloaded equivalent v1.0.2
3622026-06-04T19:22:58.056Z Downloaded autocfg v1.5.0
3632026-06-04T19:22:58.059Z Downloaded fs-err v3.3.0
3642026-06-04T19:22:58.059Z Downloaded utf8parse v0.2.2
3652026-06-04T19:22:58.059Z Downloaded serde-value v0.7.0
3662026-06-04T19:22:58.059Z Downloaded dtrace-parser v0.2.0
3672026-06-04T19:22:58.063Z Downloaded usdt-macro v0.5.0
3682026-06-04T19:22:58.064Z Downloaded plain v0.2.3
3692026-06-04T19:22:58.064Z Downloaded usdt v0.5.0
3702026-06-04T19:22:58.064Z Downloaded byteorder v1.5.0
3712026-06-04T19:22:58.064Z Downloaded toml_datetime v0.6.11
3722026-06-04T19:22:58.067Z Downloaded anstyle v1.0.13
3732026-06-04T19:22:58.067Z Downloaded yoke v0.8.1
3742026-06-04T19:22:58.067Z Downloaded toml_edit v0.22.27
3752026-06-04T19:22:58.070Z Downloaded usdt-attr-macro v0.5.0
3762026-06-04T19:22:58.070Z Downloaded is_terminal_polyfill v1.70.2
3772026-06-04T19:22:58.070Z Downloaded dof v0.3.0
3782026-06-04T19:22:58.070Z Downloaded proc-macro-error v1.0.4
3792026-06-04T19:22:58.075Z Downloaded cargo_toml v0.21.0
3802026-06-04T19:22:58.075Z Downloaded serde-untagged v0.1.9
3812026-06-04T19:22:58.075Z Downloaded displaydoc v0.2.5
3822026-06-04T19:22:58.078Z Downloaded zerofrom-derive v0.1.6
3832026-06-04T19:22:58.078Z Downloaded writeable v0.6.2
3842026-06-04T19:22:58.078Z Downloaded digest v0.10.7
3852026-06-04T19:22:58.078Z Downloaded smallvec v1.15.1
3862026-06-04T19:22:58.083Z Downloaded once_cell v1.21.3
3872026-06-04T19:22:58.083Z Downloaded icu_collections v2.1.1
3882026-06-04T19:22:58.086Z Downloaded sha2 v0.10.9
3892026-06-04T19:22:58.087Z Downloaded serde v1.0.228
3902026-06-04T19:22:58.091Z Downloaded semver v1.0.28
3912026-06-04T19:22:58.091Z Downloaded pest_generator v2.8.6
3922026-06-04T19:22:58.091Z Downloaded litemap v0.8.1
3932026-06-04T19:22:58.094Z Downloaded serde_derive v1.0.228
3942026-06-04T19:22:58.097Z Downloaded tabled_derive v0.7.0
3952026-06-04T19:22:58.100Z Downloaded pest_derive v2.8.6
3962026-06-04T19:22:58.102Z Downloaded proc-macro2 v1.0.106
3972026-06-04T19:22:58.105Z Downloaded synstructure v0.13.2
3982026-06-04T19:22:58.105Z Downloaded num-traits v0.2.19
3992026-06-04T19:22:58.105Z Downloaded bitflags v2.11.0
4002026-06-04T19:22:58.109Z Downloaded icu_provider v2.1.1
4012026-06-04T19:22:58.112Z Downloaded thiserror-impl v1.0.69
4022026-06-04T19:22:58.115Z Downloaded serde_core v1.0.228
4032026-06-04T19:22:58.115Z Downloaded pest_meta v2.8.6
4042026-06-04T19:22:58.120Z Downloaded log v0.4.29
4052026-06-04T19:22:58.123Z Downloaded papergrid v0.11.0
4062026-06-04T19:22:58.123Z Downloaded icu_locale_core v2.1.1
4072026-06-04T19:22:58.127Z Downloaded icu_normalizer v2.1.1
4082026-06-04T19:22:58.130Z Downloaded zerotrie v0.2.3
4092026-06-04T19:22:58.133Z Downloaded tinystr v0.8.2
4102026-06-04T19:22:58.145Z Downloaded memchr v2.8.0
4112026-06-04T19:22:58.167Z Downloaded pest v2.8.6
4122026-06-04T19:22:58.171Z Downloaded indexmap v2.14.0
4132026-06-04T19:22:58.178Z Downloaded serde_json v1.0.149
4142026-06-04T19:22:58.185Z Downloaded idna v1.1.0
4152026-06-04T19:22:58.188Z Downloaded hashbrown v0.17.0
4162026-06-04T19:22:58.200Z Downloaded icu_properties_data v2.1.2
4172026-06-04T19:22:58.205Z Downloaded goblin v0.8.2
4182026-06-04T19:22:58.210Z Downloaded tabled v0.15.0
4192026-06-04T19:22:58.219Z Downloaded syn v1.0.109
4202026-06-04T19:22:58.228Z Downloaded syn v2.0.117
4212026-06-04T19:22:58.240Z Downloaded rustix v1.1.3
4222026-06-04T19:22:58.267Z Downloaded libc v0.2.185
4232026-06-04T19:22:58.335Z Compiling proc-macro2 v1.0.106
4242026-06-04T19:22:58.335Z Compiling quote v1.0.45
4252026-06-04T19:22:58.338Z Compiling unicode-ident v1.0.24
4262026-06-04T19:22:58.338Z Compiling serde_core v1.0.228
4272026-06-04T19:22:58.338Z Compiling libc v0.2.185
4282026-06-04T19:22:58.338Z Compiling version_check v0.9.5
4292026-06-04T19:22:58.338Z Compiling memchr v2.8.0
4302026-06-04T19:22:58.338Z Compiling stable_deref_trait v1.2.1
4312026-06-04T19:22:58.624Z Compiling serde v1.0.228
4322026-06-04T19:22:58.660Z Compiling zmij v1.0.21
4332026-06-04T19:22:59.238Z Compiling ucd-trie v0.1.7
4342026-06-04T19:22:59.241Z Compiling thiserror v1.0.69
4352026-06-04T19:22:59.264Z Compiling autocfg v1.5.0
4362026-06-04T19:22:59.278Z Compiling itoa v1.0.17
4372026-06-04T19:22:59.468Z Compiling pest v2.8.6
4382026-06-04T19:22:59.545Z Compiling writeable v0.6.2
4392026-06-04T19:22:59.556Z Compiling litemap v0.8.1
4402026-06-04T19:22:59.705Z Compiling icu_normalizer_data v2.1.1
4412026-06-04T19:22:59.723Z Compiling icu_properties_data v2.1.2
4422026-06-04T19:22:59.742Z Compiling byteorder v1.5.0
4432026-06-04T19:22:59.896Z Compiling rustix v1.1.3
4442026-06-04T19:23:00.013Z Compiling errno v0.3.14
4452026-06-04T19:23:00.027Z Compiling serde_json v1.0.149
4462026-06-04T19:23:00.119Z Compiling syn v2.0.117
4472026-06-04T19:23:00.144Z Compiling bitflags v2.11.0
4482026-06-04T19:23:00.310Z Compiling num-traits v0.2.19
4492026-06-04T19:23:00.389Z Compiling equivalent v1.0.2
4502026-06-04T19:23:00.415Z Compiling hashbrown v0.17.0
4512026-06-04T19:23:00.460Z Compiling typeid v1.0.3
4522026-06-04T19:23:00.493Z Compiling pest_meta v2.8.6
4532026-06-04T19:23:00.696Z Compiling smallvec v1.15.1
4542026-06-04T19:23:00.897Z Compiling indexmap v2.14.0
4552026-06-04T19:23:00.981Z Compiling thread-id v4.2.2
4562026-06-04T19:23:01.058Z Compiling usdt-impl v0.5.0
4572026-06-04T19:23:01.109Z Compiling proc-macro-error-attr v1.0.4
4582026-06-04T19:23:01.142Z Compiling winnow v0.7.14
4592026-06-04T19:23:01.258Z Compiling toml_write v0.1.2
4602026-06-04T19:23:01.418Z Compiling erased-serde v0.4.9
4612026-06-04T19:23:01.452Z Compiling syn v1.0.109
4622026-06-04T19:23:01.795Z Compiling proc-macro-error v1.0.4
4632026-06-04T19:23:01.846Z Compiling utf8_iter v1.0.4
4642026-06-04T19:23:01.980Z Compiling getrandom v0.4.1
4652026-06-04T19:23:01.996Z Compiling plain v0.2.3
4662026-06-04T19:23:02.090Z Compiling log v0.4.29
4672026-06-04T19:23:02.105Z Compiling camino v1.2.2
4682026-06-04T19:23:02.200Z Compiling utf8parse v0.2.2
4692026-06-04T19:23:02.268Z Compiling thiserror v2.0.18
4702026-06-04T19:23:02.297Z Compiling percent-encoding v2.3.2
4712026-06-04T19:23:02.311Z Compiling anstyle-parse v0.2.7
4722026-06-04T19:23:02.346Z Compiling ordered-float v2.10.1
4732026-06-04T19:23:02.463Z Compiling form_urlencoded v1.2.2
4742026-06-04T19:23:02.625Z Compiling terminal_size v0.4.3
4752026-06-04T19:23:02.655Z Compiling cfg-if v1.0.4
4762026-06-04T19:23:02.726Z Compiling synstructure v0.13.2
4772026-06-04T19:23:02.752Z Compiling pest_generator v2.8.6
4782026-06-04T19:23:02.806Z Compiling pretty-hex v0.4.1
4792026-06-04T19:23:02.837Z Compiling is_terminal_polyfill v1.70.2
4802026-06-04T19:23:02.928Z Compiling colorchoice v1.0.4
4812026-06-04T19:23:02.944Z Compiling anstyle v1.0.13
4822026-06-04T19:23:02.947Z Compiling anstyle-query v1.1.5
4832026-06-04T19:23:03.027Z Compiling serde-untagged v0.1.9
4842026-06-04T19:23:03.142Z Compiling anstream v0.6.21
4852026-06-04T19:23:03.235Z Compiling semver v1.0.28
4862026-06-04T19:23:03.316Z Compiling fs-err v3.3.0
4872026-06-04T19:23:03.443Z Compiling unicode-width v0.1.14
4882026-06-04T19:23:03.448Z Compiling fnv v1.0.7
4892026-06-04T19:23:03.498Z Compiling clap_lex v1.0.0
4902026-06-04T19:23:03.532Z Compiling anyhow v1.0.102
4912026-06-04T19:23:03.550Z Compiling fastrand v2.3.0
4922026-06-04T19:23:03.565Z Compiling once_cell v1.21.3
4932026-06-04T19:23:03.771Z Compiling heck v0.5.0
4942026-06-04T19:23:03.826Z Compiling heck v0.4.1
4952026-06-04T19:23:03.828Z Compiling bytecount v0.6.9
4962026-06-04T19:23:03.892Z Compiling unicode-xid v0.2.6
4972026-06-04T19:23:03.971Z Compiling strsim v0.11.1
4982026-06-04T19:23:04.004Z Compiling papergrid v0.11.0
4992026-06-04T19:23:04.051Z Compiling tempfile v3.25.0
5002026-06-04T19:23:04.172Z Compiling clap_builder v4.5.60
5012026-06-04T19:23:04.234Z Compiling memmap v0.7.0
5022026-06-04T19:23:04.328Z Compiling unicode-width v0.2.0
5032026-06-04T19:23:04.412Z Compiling serde_derive v1.0.228
5042026-06-04T19:23:04.427Z Compiling zerofrom-derive v0.1.6
5052026-06-04T19:23:04.442Z Compiling yoke-derive v0.8.1
5062026-06-04T19:23:04.596Z Compiling zerovec-derive v0.11.2
5072026-06-04T19:23:04.626Z Compiling displaydoc v0.2.5
5082026-06-04T19:23:05.362Z Compiling thiserror-impl v1.0.69
5092026-06-04T19:23:05.425Z Compiling zerocopy-derive v0.7.35
5102026-06-04T19:23:05.594Z Compiling pest_derive v2.8.6
5112026-06-04T19:23:05.712Z Compiling scroll_derive v0.12.1
5122026-06-04T19:23:05.819Z Compiling zerofrom v0.1.6
5132026-06-04T19:23:05.947Z Compiling yoke v0.8.1
5142026-06-04T19:23:06.035Z Compiling thiserror-impl v2.0.18
5152026-06-04T19:23:06.134Z Compiling zerovec v0.11.5
5162026-06-04T19:23:06.264Z Compiling zerotrie v0.2.3
5172026-06-04T19:23:06.363Z Compiling zerocopy v0.7.35
5182026-06-04T19:23:06.559Z Compiling scroll v0.12.0
5192026-06-04T19:23:06.602Z Compiling tinystr v0.8.2
5202026-06-04T19:23:06.738Z Compiling potential_utf v0.1.4
5212026-06-04T19:23:06.800Z Compiling icu_locale_core v2.1.1
5222026-06-04T19:23:06.823Z Compiling dtrace-parser v0.2.0
5232026-06-04T19:23:06.900Z Compiling icu_collections v2.1.1
5242026-06-04T19:23:06.917Z Compiling goblin v0.8.2
5252026-06-04T19:23:07.167Z Compiling tabled_derive v0.7.0
5262026-06-04T19:23:07.219Z Compiling clap_derive v4.5.55
5272026-06-04T19:23:07.475Z Compiling icu_provider v2.1.1
5282026-06-04T19:23:07.559Z Compiling unicode-linebreak v0.1.5
5292026-06-04T19:23:07.677Z Compiling smawk v0.3.2
5302026-06-04T19:23:07.773Z Compiling toml_datetime v0.6.11
5312026-06-04T19:23:07.797Z Compiling serde_spanned v0.6.9
5322026-06-04T19:23:07.813Z Compiling icu_normalizer v2.1.1
5332026-06-04T19:23:07.846Z Compiling icu_properties v2.1.2
5342026-06-04T19:23:07.877Z Compiling dof v0.3.0
5352026-06-04T19:23:07.960Z Compiling toml_edit v0.22.27
5362026-06-04T19:23:08.044Z Compiling serde_tokenstream v0.2.3
5372026-06-04T19:23:08.065Z Compiling serde-value v0.7.0
5382026-06-04T19:23:08.350Z Compiling cargo-platform v0.2.0
5392026-06-04T19:23:08.370Z Compiling tabled v0.15.0
5402026-06-04T19:23:08.428Z Compiling textwrap v0.16.2
5412026-06-04T19:23:08.618Z Compiling macaddr v1.0.1
5422026-06-04T19:23:08.880Z Compiling idna_adapter v1.2.1
5432026-06-04T19:23:08.914Z Compiling camino-tempfile v1.4.1
5442026-06-04T19:23:08.933Z Compiling usdt-attr-macro v0.5.0
5452026-06-04T19:23:08.952Z Compiling usdt-macro v0.5.0
5462026-06-04T19:23:08.968Z Compiling clap v4.5.60
5472026-06-04T19:23:09.014Z Compiling idna v1.1.0
5482026-06-04T19:23:09.401Z Compiling toml v0.8.23
5492026-06-04T19:23:09.422Z Compiling url v2.5.8
5502026-06-04T19:23:09.597Z Compiling swrite v0.1.0
5512026-06-04T19:23:09.669Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-04T19:23:09.920Z Compiling cargo-util-schemas v0.8.2
5532026-06-04T19:23:10.027Z Compiling cargo_toml v0.21.0
5542026-06-04T19:23:10.269Z Compiling usdt v0.5.0
5552026-06-04T19:23:10.811Z Compiling cargo_metadata v0.21.0
5562026-06-04T19:23:11.727Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-04T19:23:13.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.16s
5582026-06-04T19:23:14.052Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-04T19:23:14.623Z Downloading crates ...
5602026-06-04T19:23:14.737Z Downloaded cstr-argument v0.1.2
5612026-06-04T19:23:14.751Z Downloaded async-stream-impl v0.3.6
5622026-06-04T19:23:14.756Z Downloaded aead v0.5.2
5632026-06-04T19:23:14.756Z Downloaded atomic-waker v1.1.2
5642026-06-04T19:23:14.756Z Downloaded base16ct v0.2.0
5652026-06-04T19:23:14.759Z Downloaded bcrypt-pbkdf v0.10.0
5662026-06-04T19:23:14.759Z Downloaded float-ord v0.3.2
5672026-06-04T19:23:14.762Z Downloaded bitfield-macros v0.19.4
5682026-06-04T19:23:14.762Z Downloaded block-padding v0.3.3
5692026-06-04T19:23:14.765Z Downloaded env_logger v0.11.9
5702026-06-04T19:23:14.768Z Downloaded difflib v0.4.0
5712026-06-04T19:23:14.769Z Downloaded crc8 v0.1.1
5722026-06-04T19:23:14.769Z Downloaded compression-core v0.4.31
5732026-06-04T19:23:14.769Z Downloaded atty v0.2.14
5742026-06-04T19:23:14.773Z Downloaded endian-type v0.1.2
5752026-06-04T19:23:14.773Z Downloaded bit-set v0.5.3
5762026-06-04T19:23:14.773Z Downloaded bb8 v0.8.6
5772026-06-04T19:23:14.773Z Downloaded crossbeam-epoch v0.9.18
5782026-06-04T19:23:14.777Z Downloaded crc32fast v1.5.0
5792026-06-04T19:23:14.777Z Downloaded critical-section v1.2.0
5802026-06-04T19:23:14.777Z Downloaded bitfield-struct v0.6.2
5812026-06-04T19:23:14.780Z Downloaded cfg_aliases v0.1.1
5822026-06-04T19:23:14.780Z Downloaded async-stream v0.3.6
5832026-06-04T19:23:14.780Z Downloaded async-recursion v1.1.1
5842026-06-04T19:23:14.784Z Downloaded env_filter v1.0.0
5852026-06-04T19:23:14.784Z Downloaded crossbeam-utils v0.8.21
5862026-06-04T19:23:14.787Z Downloaded dunce v1.0.5
5872026-06-04T19:23:14.787Z Downloaded dtrace-parser v0.3.0
5882026-06-04T19:23:14.787Z Downloaded crucible-workspace-hack v0.1.0
5892026-06-04T19:23:14.787Z Downloaded ciborium-ll v0.2.2
5902026-06-04T19:23:14.787Z Downloaded crossbeam-deque v0.8.6
5912026-06-04T19:23:14.791Z Downloaded async-trait v0.1.89
5922026-06-04T19:23:14.791Z Downloaded defmt-macros v1.0.1
5932026-06-04T19:23:14.794Z Downloaded data-encoding v2.10.0
5942026-06-04T19:23:14.795Z Downloaded bit-set v0.8.0
5952026-06-04T19:23:14.795Z Downloaded adler2 v2.0.1
5962026-06-04T19:23:14.798Z Downloaded elliptic-curve v0.13.8
5972026-06-04T19:23:14.798Z Downloaded ena v0.14.4
5982026-06-04T19:23:14.801Z Downloaded embedded-io v0.4.0
5992026-06-04T19:23:14.802Z Downloaded ed25519 v2.2.3
6002026-06-04T19:23:14.802Z Downloaded darling_core v0.23.0
6012026-06-04T19:23:14.805Z Downloaded downcast-rs v2.0.2
6022026-06-04T19:23:14.805Z Downloaded defmt v0.3.100
6032026-06-04T19:23:14.805Z Downloaded atomicwrites v0.4.4
6042026-06-04T19:23:14.808Z Downloaded convert_case v0.4.0
6052026-06-04T19:23:14.812Z Downloaded embedded-io v0.6.1
6062026-06-04T19:23:14.812Z Downloaded crossbeam-channel v0.5.15
6072026-06-04T19:23:14.815Z Downloaded enum-as-inner v0.6.1
6082026-06-04T19:23:14.818Z Downloaded ecdsa v0.16.9
6092026-06-04T19:23:14.818Z Downloaded crc-catalog v2.4.0
6102026-06-04T19:23:14.821Z Downloaded ciborium-io v0.2.2
6112026-06-04T19:23:14.821Z Downloaded either v1.15.0
6122026-06-04T19:23:14.821Z Downloaded display-error-chain v0.2.2
6132026-06-04T19:23:14.821Z Downloaded bit-vec v0.8.0
6142026-06-04T19:23:14.824Z Downloaded bit-vec v0.6.3
6152026-06-04T19:23:14.824Z Downloaded dropshot-api-manager-types v0.7.2
6162026-06-04T19:23:14.828Z Downloaded constant_time_eq v0.4.2
6172026-06-04T19:23:14.828Z Downloaded crypto-bigint v0.5.5
6182026-06-04T19:23:14.831Z Downloaded flagset v0.4.7
6192026-06-04T19:23:14.835Z Downloaded document-features v0.2.12
6202026-06-04T19:23:14.835Z Downloaded dirs-next v2.0.0
6212026-06-04T19:23:14.835Z Downloaded bzip2 v0.6.1
6222026-06-04T19:23:14.835Z Downloaded compression-codecs v0.4.37
6232026-06-04T19:23:14.840Z Downloaded crc v3.4.0
6242026-06-04T19:23:14.840Z Downloaded dyn-clone v1.0.20
6252026-06-04T19:23:14.840Z Downloaded debug-ignore v1.0.5
6262026-06-04T19:23:14.844Z Downloaded fallible-iterator v0.2.0
6272026-06-04T19:23:14.844Z Downloaded backoff v0.4.0
6282026-06-04T19:23:14.844Z Downloaded darling_macro v0.23.0
6292026-06-04T19:23:14.844Z Downloaded dof v0.4.0
6302026-06-04T19:23:14.847Z Downloaded assert_matches v1.5.0
6312026-06-04T19:23:14.847Z Downloaded defmt-parser v1.0.0
6322026-06-04T19:23:14.847Z Downloaded derive_builder_macro v0.20.2
6332026-06-04T19:23:14.850Z Downloaded cfg_aliases v0.2.1
6342026-06-04T19:23:14.850Z Downloaded cargo-platform v0.3.2
6352026-06-04T19:23:14.850Z Downloaded bcs v0.1.6
6362026-06-04T19:23:14.854Z Downloaded bitfield v0.19.4
6372026-06-04T19:23:14.854Z Downloaded cpufeatures v0.3.0
6382026-06-04T19:23:14.854Z Downloaded byte-wrapper v0.1.0
6392026-06-04T19:23:14.857Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-06-04T19:23:14.857Z Downloaded darling_macro v0.20.11
6412026-06-04T19:23:14.857Z Downloaded convert_case v0.10.0
6422026-06-04T19:23:14.857Z Downloaded cmake v0.1.57
6432026-06-04T19:23:14.860Z Downloaded cexpr v0.6.0
6442026-06-04T19:23:14.860Z Downloaded blowfish v0.9.1
6452026-06-04T19:23:14.860Z Downloaded base64ct v1.8.3
6462026-06-04T19:23:14.864Z Downloaded ghash v0.5.1
6472026-06-04T19:23:14.864Z Downloaded futures-io v0.3.32
6482026-06-04T19:23:14.864Z Downloaded cobs v0.3.0
6492026-06-04T19:23:14.866Z Downloaded fixedbitset v0.4.2
6502026-06-04T19:23:14.866Z Downloaded bitflags v1.3.2
6512026-06-04T19:23:14.869Z Downloaded const_format_proc_macros v0.2.34
6522026-06-04T19:23:14.872Z Downloaded foreign-types-shared v0.1.1
6532026-06-04T19:23:14.872Z Downloaded foreign-types v0.5.0
6542026-06-04T19:23:14.875Z Downloaded dirs-sys-next v0.1.2
6552026-06-04T19:23:14.875Z Downloaded darling_macro v0.21.3
6562026-06-04T19:23:14.875Z Downloaded crunchy v0.2.4
6572026-06-04T19:23:14.875Z Downloaded castaway v0.2.4
6582026-06-04T19:23:14.877Z Downloaded arrayref v0.3.9
6592026-06-04T19:23:14.877Z Downloaded array-init v0.0.4
6602026-06-04T19:23:14.877Z Downloaded fd-lock v4.0.4
6612026-06-04T19:23:14.880Z Downloaded ascii-canvas v3.0.0
6622026-06-04T19:23:14.881Z Downloaded darling_macro v0.13.4
6632026-06-04T19:23:14.883Z Downloaded fxhash v0.2.1
6642026-06-04T19:23:14.883Z Downloaded futures-macro v0.3.32
6652026-06-04T19:23:14.883Z Downloaded foreign-types-macros v0.2.3
6662026-06-04T19:23:14.883Z Downloaded dsl_auto_type v0.2.0
6672026-06-04T19:23:14.889Z Downloaded cipher v0.4.4
6682026-06-04T19:23:14.892Z Downloaded chacha20 v0.9.1
6692026-06-04T19:23:14.892Z Downloaded futures-sink v0.3.32
6702026-06-04T19:23:14.895Z Downloaded bzip2 v0.4.4
6712026-06-04T19:23:14.895Z Downloaded buf-list v1.1.2
6722026-06-04T19:23:14.898Z Downloaded ciborium v0.2.2
6732026-06-04T19:23:14.900Z Downloaded derive_builder_core v0.20.2
6742026-06-04T19:23:14.900Z Downloaded futures-core v0.3.32
6752026-06-04T19:23:14.903Z Downloaded git-stub v1.0.0
6762026-06-04T19:23:14.903Z Downloaded gethostname v0.5.0
6772026-06-04T19:23:14.903Z Downloaded futures-task v0.3.32
6782026-06-04T19:23:14.934Z Downloaded hash32 v0.3.1
6792026-06-04T19:23:14.934Z Downloaded hash32 v0.2.1
6802026-06-04T19:23:14.934Z Downloaded argon2 v0.5.3
6812026-06-04T19:23:14.934Z Downloaded fatfs v0.3.6
6822026-06-04T19:23:14.934Z Downloaded globwalk v0.9.1
6832026-06-04T19:23:14.934Z Downloaded cassowary v0.3.0
6842026-06-04T19:23:14.934Z Downloaded corncobs v0.1.4
6852026-06-04T19:23:14.934Z Downloaded funty v2.0.0
6862026-06-04T19:23:14.934Z Downloaded foreign-types-shared v0.3.1
6872026-06-04T19:23:14.934Z Downloaded headers-core v0.3.0
6882026-06-04T19:23:14.934Z Downloaded home v0.5.12
6892026-06-04T19:23:14.934Z Downloaded hex-literal v0.4.1
6902026-06-04T19:23:14.934Z Downloaded hostname v0.4.2
6912026-06-04T19:23:14.934Z Downloaded http-body v1.0.1
6922026-06-04T19:23:14.934Z Downloaded hex v0.4.3
6932026-06-04T19:23:14.934Z Downloaded httpdate v1.0.3
6942026-06-04T19:23:14.934Z Downloaded console v0.15.11
6952026-06-04T19:23:14.934Z Downloaded hostname v0.3.1
6962026-06-04T19:23:14.934Z Downloaded float-cmp v0.10.0
6972026-06-04T19:23:14.934Z Downloaded fixedbitset v0.5.7
6982026-06-04T19:23:14.937Z Downloaded daft v0.1.7
6992026-06-04T19:23:14.937Z Downloaded cookie_store v0.22.1
7002026-06-04T19:23:14.937Z Downloaded colored v2.2.0
7012026-06-04T19:23:14.937Z Downloaded foreign-types v0.3.2
7022026-06-04T19:23:14.937Z Downloaded foldhash v0.1.5
7032026-06-04T19:23:14.937Z Downloaded filetime v0.2.27
7042026-06-04T19:23:14.937Z Downloaded find-msvc-tools v0.1.9
7052026-06-04T19:23:14.940Z Downloaded curve25519-dalek-derive v0.1.1
7062026-06-04T19:23:14.940Z Downloaded fs_extra v1.3.0
7072026-06-04T19:23:14.940Z Downloaded hubpack v0.1.2
7082026-06-04T19:23:14.943Z Downloaded diesel-dtrace v0.5.0
7092026-06-04T19:23:14.943Z Downloaded derive-ex v0.1.8
7102026-06-04T19:23:14.943Z Downloaded csv-core v0.1.13
7112026-06-04T19:23:14.946Z Downloaded futures-executor v0.3.32
7122026-06-04T19:23:14.946Z Downloaded daft-derive v0.1.7
7132026-06-04T19:23:14.949Z Downloaded console v0.16.2
7142026-06-04T19:23:14.949Z Downloaded http-range v0.1.5
7152026-06-04T19:23:14.953Z Downloaded ff v0.13.1
7162026-06-04T19:23:14.953Z Downloaded hyper-tls v0.6.0
7172026-06-04T19:23:14.953Z Downloaded deranged v0.5.8
7182026-06-04T19:23:14.956Z Downloaded defmt v1.0.1
7192026-06-04T19:23:14.956Z Downloaded illumos-nvpair-sys v0.2.0
7202026-06-04T19:23:14.958Z Downloaded illumos-nvpair v0.3.0
7212026-06-04T19:23:14.958Z Downloaded ident_case v1.0.1
7222026-06-04T19:23:14.958Z Downloaded darling v0.21.3
7232026-06-04T19:23:14.968Z Downloaded indent_write v2.2.0
7242026-06-04T19:23:14.968Z Downloaded erased-serde v0.3.31
7252026-06-04T19:23:14.973Z Downloaded der_derive v0.7.3
7262026-06-04T19:23:14.973Z Downloaded darling v0.20.11
7272026-06-04T19:23:14.973Z Downloaded dropshot_endpoint v0.17.0
7282026-06-04T19:23:14.973Z Downloaded fs-err v2.11.0
7292026-06-04T19:23:14.973Z Downloaded async-bb8-diesel v0.2.1
7302026-06-04T19:23:14.973Z Downloaded backon v1.6.0
7312026-06-04T19:23:14.977Z Downloaded internet-checksum v0.2.1
7322026-06-04T19:23:14.977Z Downloaded group v0.13.0
7332026-06-04T19:23:14.977Z Downloaded arrayvec v0.7.6
7342026-06-04T19:23:14.977Z Downloaded globset v0.4.18
7352026-06-04T19:23:14.982Z Downloaded instant v0.1.13
7362026-06-04T19:23:14.982Z Downloaded instability v0.3.11
7372026-06-04T19:23:14.982Z Downloaded indoc v1.0.9
7382026-06-04T19:23:14.983Z Downloaded chacha20 v0.10.0
7392026-06-04T19:23:14.986Z Downloaded lazy_static v1.5.0
7402026-06-04T19:23:14.986Z Downloaded lalrpop-util v0.19.12
7412026-06-04T19:23:14.986Z Downloaded is_ci v1.2.0
7422026-06-04T19:23:14.986Z Downloaded highway v1.3.0
7432026-06-04T19:23:14.990Z Downloaded inout v0.1.4
7442026-06-04T19:23:14.990Z Downloaded is-terminal v0.4.17
7452026-06-04T19:23:14.990Z Downloaded cargo_metadata v0.23.1
7462026-06-04T19:23:14.990Z Downloaded hubpack_derive v0.1.1
7472026-06-04T19:23:14.994Z Downloaded crc-any v2.5.0
7482026-06-04T19:23:14.994Z Downloaded const-oid v0.9.6
7492026-06-04T19:23:14.994Z Downloaded http-body-util v0.1.3
7502026-06-04T19:23:14.999Z Downloaded clang-sys v1.8.1
7512026-06-04T19:23:14.999Z Downloaded cookie v0.18.1
7522026-06-04T19:23:14.999Z Downloaded kstat-rs v0.2.4
7532026-06-04T19:23:15.004Z Downloaded humantime v2.3.0
7542026-06-04T19:23:15.004Z Downloaded darling v0.23.0
7552026-06-04T19:23:15.004Z Downloaded cancel-safe-futures v0.1.5
7562026-06-04T19:23:15.007Z Downloaded getrandom v0.2.17
7572026-06-04T19:23:15.007Z Downloaded compact_str v0.8.1
7582026-06-04T19:23:15.007Z Downloaded derive_builder v0.20.2
7592026-06-04T19:23:15.010Z Downloaded libscf-sys v1.1.0
7602026-06-04T19:23:15.014Z Downloaded des v0.8.1
7612026-06-04T19:23:15.014Z Downloaded diff v0.1.13
7622026-06-04T19:23:15.017Z Downloaded base64 v0.21.7
7632026-06-04T19:23:15.017Z Downloaded memoffset v0.9.1
7642026-06-04T19:23:15.021Z Downloaded maybe-uninit v2.0.0
7652026-06-04T19:23:15.021Z Downloaded maplit v1.0.2
7662026-06-04T19:23:15.021Z Downloaded lru-slab v0.1.2
7672026-06-04T19:23:15.021Z Downloaded lru-cache v0.1.2
7682026-06-04T19:23:15.021Z Downloaded drift v0.2.0
7692026-06-04T19:23:15.026Z Downloaded newline-converter v0.3.0
7702026-06-04T19:23:15.029Z Downloaded md-5 v0.10.6
7712026-06-04T19:23:15.029Z Downloaded match_cfg v0.1.0
7722026-06-04T19:23:15.029Z Downloaded managed v0.8.0
7732026-06-04T19:23:15.033Z Downloaded ingot v0.1.1
7742026-06-04T19:23:15.033Z Downloaded hyper-staticfile v0.10.1
7752026-06-04T19:23:15.033Z Downloaded indoc v2.0.7
7762026-06-04T19:23:15.036Z Downloaded allocator-api2 v0.2.21
7772026-06-04T19:23:15.036Z Downloaded impl-trait-for-tuples v0.2.3
7782026-06-04T19:23:15.040Z Downloaded mime v0.3.17
7792026-06-04T19:23:15.040Z Downloaded newtype-uuid-macros v0.1.0
7802026-06-04T19:23:15.040Z Downloaded nibble_vec v0.1.0
7812026-06-04T19:23:15.043Z Downloaded keccak v0.1.6
7822026-06-04T19:23:15.043Z Downloaded ipnetwork v0.21.1
7832026-06-04T19:23:15.043Z Downloaded multimap v0.10.1
7842026-06-04T19:23:15.043Z Downloaded num v0.4.3
7852026-06-04T19:23:15.047Z Downloaded ipnet v2.11.0
7862026-06-04T19:23:15.047Z Downloaded normalize-line-endings v0.3.0
7872026-06-04T19:23:15.047Z Downloaded half v1.8.3
7882026-06-04T19:23:15.051Z Downloaded new_debug_unreachable v1.0.6
7892026-06-04T19:23:15.051Z Downloaded num-conv v0.2.0
7902026-06-04T19:23:15.051Z Downloaded libefi-sys v0.1.0
7912026-06-04T19:23:15.051Z Downloaded bytes v1.11.1
7922026-06-04T19:23:15.055Z Downloaded nonempty v0.12.0
7932026-06-04T19:23:15.055Z Downloaded nodrop v0.1.14
7942026-06-04T19:23:15.055Z Downloaded glob v0.3.3
7952026-06-04T19:23:15.055Z Downloaded futures-channel v0.3.32
7962026-06-04T19:23:15.058Z Downloaded git-stub-vcs v0.1.0
7972026-06-04T19:23:15.059Z Downloaded foldhash v0.2.0
7982026-06-04T19:23:15.059Z Downloaded hmac v0.12.1
7992026-06-04T19:23:15.062Z Downloaded ed25519-dalek v2.2.0
8002026-06-04T19:23:15.062Z Downloaded base64 v0.22.1
8012026-06-04T19:23:15.065Z Downloaded num_enum_derive v0.5.11
8022026-06-04T19:23:15.065Z Downloaded md5 v0.7.0
8032026-06-04T19:23:15.065Z Downloaded jobserver v0.1.34
8042026-06-04T19:23:15.069Z Downloaded ahash v0.8.12
8052026-06-04T19:23:15.069Z Downloaded num_threads v0.1.7
8062026-06-04T19:23:15.069Z Downloaded libsw-core v0.3.2
8072026-06-04T19:23:15.072Z Downloaded lru v0.12.5
8082026-06-04T19:23:15.072Z Downloaded linear-map v1.2.0
8092026-06-04T19:23:15.072Z Downloaded num-derive v0.4.2
8102026-06-04T19:23:15.075Z Downloaded libloading v0.8.9
8112026-06-04T19:23:15.075Z Downloaded olpc-cjson v0.1.4
8122026-06-04T19:23:15.075Z Downloaded chacha20poly1305 v0.10.1
8132026-06-04T19:23:15.079Z Downloaded lzss v0.8.2
8142026-06-04T19:23:15.079Z Downloaded opaque-debug v0.3.1
8152026-06-04T19:23:15.079Z Downloaded mime_guess v2.0.5
8162026-06-04T19:23:15.082Z Downloaded lock_api v0.4.14
8172026-06-04T19:23:15.082Z Downloaded derive-where v1.6.0
8182026-06-04T19:23:15.085Z Downloaded linked-hash-map v0.5.6
8192026-06-04T19:23:15.085Z Downloaded packed_struct_codegen v0.10.1
8202026-06-04T19:23:15.085Z Downloaded libsw v3.5.0
8212026-06-04T19:23:15.085Z Downloaded darling_core v0.13.4
8222026-06-04T19:23:15.090Z Downloaded parse-size v1.1.0
8232026-06-04T19:23:15.090Z Downloaded openssl-probe v0.2.1
8242026-06-04T19:23:15.096Z Downloaded hyper-rustls v0.27.7
8252026-06-04T19:23:15.096Z Downloaded parse-display v0.10.0
8262026-06-04T19:23:15.096Z Downloaded futures v0.3.32
8272026-06-04T19:23:15.099Z Downloaded arc-swap v1.8.2
8282026-06-04T19:23:15.099Z Downloaded oso-derive v0.27.3
8292026-06-04T19:23:15.099Z Downloaded openssl-probe v0.1.6
8302026-06-04T19:23:15.099Z Downloaded ingot-types v0.1.2
8312026-06-04T19:23:15.103Z Downloaded ingot-macros v0.1.1
8322026-06-04T19:23:15.103Z Downloaded getrandom v0.3.4
8332026-06-04T19:23:15.106Z Downloaded derive_more-impl v2.1.1
8342026-06-04T19:23:15.106Z Downloaded nanorand v0.7.0
8352026-06-04T19:23:15.124Z Downloaded path-slash v0.1.5
8362026-06-04T19:23:15.124Z Downloaded newtype_derive v0.1.6
8372026-06-04T19:23:15.124Z Downloaded multer v3.1.0
8382026-06-04T19:23:15.124Z Downloaded pbkdf2 v0.11.0
8392026-06-04T19:23:15.124Z Downloaded pbkdf2 v0.12.2
8402026-06-04T19:23:15.124Z Downloaded native-tls v0.2.18
8412026-06-04T19:23:15.124Z Downloaded der v0.7.10
8422026-06-04T19:23:15.124Z Downloaded bumpalo v3.20.2
8432026-06-04T19:23:15.133Z Downloaded num_enum v0.7.5
8442026-06-04T19:23:15.136Z Downloaded num-rational v0.4.2
8452026-06-04T19:23:15.144Z Downloaded num-iter v0.1.45
8462026-06-04T19:23:15.144Z Downloaded num_enum v0.5.11
8472026-06-04T19:23:15.144Z Downloaded powerfmt v0.2.0
8482026-06-04T19:23:15.144Z Downloaded num_enum_derive v0.7.5
8492026-06-04T19:23:15.144Z Downloaded derive_more v0.99.20
8502026-06-04T19:23:15.147Z Downloaded pin-utils v0.1.0
8512026-06-04T19:23:15.147Z Downloaded phf_shared v0.13.1
8522026-06-04T19:23:15.147Z Downloaded phf_shared v0.12.1
8532026-06-04T19:23:15.150Z Downloaded phf_shared v0.11.3
8542026-06-04T19:23:15.150Z Downloaded owo-colors v4.3.0
8552026-06-04T19:23:15.151Z Downloaded oxide-tokio-rt v0.1.4
8562026-06-04T19:23:15.154Z Downloaded litrs v1.0.0
8572026-06-04T19:23:15.154Z Downloaded peg-runtime v0.8.5
8582026-06-04T19:23:15.154Z Downloaded num-complex v0.4.6
8592026-06-04T19:23:15.157Z Downloaded derive_more v2.1.1
8602026-06-04T19:23:15.161Z Downloaded proc-macro-crate v1.3.1
8612026-06-04T19:23:15.164Z Downloaded predicates-tree v1.0.13
8622026-06-04T19:23:15.164Z Downloaded memmap2 v0.9.10
8632026-06-04T19:23:15.164Z Downloaded ar_archive_writer v0.5.1
8642026-06-04T19:23:15.167Z Downloaded indexmap v1.9.3
8652026-06-04T19:23:15.170Z Downloaded const_format v0.2.35
8662026-06-04T19:23:15.173Z Downloaded precomputed-hash v0.1.1
8672026-06-04T19:23:15.173Z Downloaded password-hash v0.5.0
8682026-06-04T19:23:15.173Z Downloaded password-hash v0.4.2
8692026-06-04T19:23:15.173Z Downloaded num-integer v0.1.46
8702026-06-04T19:23:15.177Z Downloaded newtype-uuid v1.3.2
8712026-06-04T19:23:15.177Z Downloaded paste v1.0.15
8722026-06-04T19:23:15.180Z Downloaded progenitor-client v0.10.0
8732026-06-04T19:23:15.180Z Downloaded progenitor-client v0.11.2
8742026-06-04T19:23:15.180Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-06-04T19:23:15.180Z Downloaded predicates-core v1.0.10
8762026-06-04T19:23:15.180Z Downloaded parse-display-derive v0.10.0
8772026-06-04T19:23:15.183Z Downloaded progenitor-macro v0.14.0
8782026-06-04T19:23:15.183Z Downloaded iana-time-zone v0.1.65
8792026-06-04T19:23:15.186Z Downloaded pem v3.0.6
8802026-06-04T19:23:15.186Z Downloaded heapless v0.8.0
8812026-06-04T19:23:15.189Z Downloaded parking_lot_core v0.8.6
8822026-06-04T19:23:15.189Z Downloaded libbz2-rs-sys v0.2.2
8832026-06-04T19:23:15.189Z Downloaded expectorate v1.2.0
8842026-06-04T19:23:15.194Z Downloaded heapless v0.7.17
8852026-06-04T19:23:15.197Z Downloaded progenitor-client v0.14.0
8862026-06-04T19:23:15.197Z Downloaded progenitor-macro v0.13.0
8872026-06-04T19:23:15.197Z Downloaded nu-ansi-term v0.50.3
8882026-06-04T19:23:15.197Z Downloaded psl-types v2.0.11
8892026-06-04T19:23:15.200Z Downloaded progenitor-macro v0.11.2
8902026-06-04T19:23:15.201Z Downloaded httparse v1.10.1
8912026-06-04T19:23:15.201Z Downloaded pem-rfc7468 v0.7.0
8922026-06-04T19:23:15.204Z Downloaded openssl-macros v0.1.1
8932026-06-04T19:23:15.204Z Downloaded num-derive v0.3.3
8942026-06-04T19:23:15.204Z Downloaded blake2 v0.10.6
8952026-06-04T19:23:15.204Z Downloaded phf v0.12.1
8962026-06-04T19:23:15.207Z Downloaded darling v0.13.4
8972026-06-04T19:23:15.207Z Downloaded pin-project-internal v1.1.11
8982026-06-04T19:23:15.207Z Downloaded ctr v0.9.2
8992026-06-04T19:23:15.211Z Downloaded quick-error v1.2.3
9002026-06-04T19:23:15.211Z Downloaded flate2 v1.1.9
9012026-06-04T19:23:15.214Z Downloaded radium v0.7.0
9022026-06-04T19:23:15.214Z Downloaded rand_chacha v0.3.1
9032026-06-04T19:23:15.217Z Downloaded flume v0.11.1
9042026-06-04T19:23:15.217Z Downloaded rand_xorshift v0.4.0
9052026-06-04T19:23:15.220Z Downloaded phf v0.13.1
9062026-06-04T19:23:15.220Z Downloaded darling_core v0.20.11
9072026-06-04T19:23:15.225Z Downloaded pkcs8 v0.10.2
9082026-06-04T19:23:15.225Z Downloaded pin-project-lite v0.2.17
9092026-06-04T19:23:15.228Z Downloaded omicron-zone-package v0.12.2
9102026-06-04T19:23:15.228Z Downloaded packed_struct v0.10.1
9112026-06-04T19:23:15.233Z Downloaded oxnet v0.1.4
9122026-06-04T19:23:15.233Z Downloaded proc-macro-crate v3.4.0
9132026-06-04T19:23:15.233Z Downloaded postgres-protocol v0.6.10
9142026-06-04T19:23:15.236Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-06-04T19:23:15.236Z Downloaded recursive v0.1.1
9162026-06-04T19:23:15.236Z Downloaded cc v1.2.56
9172026-06-04T19:23:15.236Z Downloaded polyval v0.6.2
9182026-06-04T19:23:15.239Z Downloaded poly1305 v0.8.0
9192026-06-04T19:23:15.239Z Downloaded pkg-config v0.3.32
9202026-06-04T19:23:15.239Z Downloaded parking_lot v0.11.2
9212026-06-04T19:23:15.242Z Downloaded async-compression v0.4.41
9222026-06-04T19:23:15.246Z Downloaded progenitor v0.14.0
9232026-06-04T19:23:15.246Z Downloaded proc-macro-error2 v2.0.1
9242026-06-04T19:23:15.249Z Downloaded rfc6979 v0.4.0
9252026-06-04T19:23:15.249Z Downloaded ref-cast-impl v1.0.25
9262026-06-04T19:23:15.249Z Downloaded half v2.7.1
9272026-06-04T19:23:15.254Z Downloaded parking_lot_core v0.9.12
9282026-06-04T19:23:15.254Z Downloaded progenitor v0.11.2
9292026-06-04T19:23:15.257Z Downloaded peg v0.8.5
9302026-06-04T19:23:15.257Z Downloaded parking_lot v0.12.5
9312026-06-04T19:23:15.257Z Downloaded headers v0.4.1
9322026-06-04T19:23:15.260Z Downloaded ppv-lite86 v0.2.21
9332026-06-04T19:23:15.263Z Downloaded psm v0.1.30
9342026-06-04T19:23:15.264Z Downloaded progenitor-extras v0.2.0
9352026-06-04T19:23:15.264Z Downloaded progenitor-client v0.13.0
9362026-06-04T19:23:15.267Z Downloaded peg-macros v0.8.5
9372026-06-04T19:23:15.267Z Downloaded russh-cryptovec v0.7.3
9382026-06-04T19:23:15.267Z Downloaded primeorder v0.13.6
9392026-06-04T19:23:15.270Z Downloaded predicates v3.1.4
9402026-06-04T19:23:15.270Z Downloaded darling_core v0.21.3
9412026-06-04T19:23:15.274Z Downloaded rustc_version v0.1.7
9422026-06-04T19:23:15.274Z Downloaded rustc-hash v2.1.1
9432026-06-04T19:23:15.274Z Downloaded progenitor v0.13.0
9442026-06-04T19:23:15.277Z Downloaded indicatif v0.18.4
9452026-06-04T19:23:15.277Z Downloaded rtoolbox v0.0.3
9462026-06-04T19:23:15.280Z Downloaded ignore v0.4.25
9472026-06-04T19:23:15.280Z Downloaded rustc_version v0.4.1
9482026-06-04T19:23:15.280Z Downloaded colored v3.1.1
9492026-06-04T19:23:15.283Z Downloaded rand_core v0.6.4
9502026-06-04T19:23:15.284Z Downloaded rand_chacha v0.9.0
9512026-06-04T19:23:15.284Z Downloaded r2d2 v0.8.10
9522026-06-04T19:23:15.288Z Downloaded pkcs1 v0.7.5
9532026-06-04T19:23:15.288Z Downloaded cbc v0.1.2
9542026-06-04T19:23:15.292Z Downloaded camino-tempfile-ext v0.3.3
9552026-06-04T19:23:15.293Z Downloaded rand_core v0.10.0
9562026-06-04T19:23:15.297Z Downloaded oso v0.27.3
9572026-06-04T19:23:15.297Z Downloaded postgres-types v0.2.12
9582026-06-04T19:23:15.300Z Downloaded p256 v0.13.2
9592026-06-04T19:23:15.300Z Downloaded same-file v1.0.6
9602026-06-04T19:23:15.300Z Downloaded sapling-renderdag v0.1.0
9612026-06-04T19:23:15.303Z Downloaded hashbrown v0.13.2
9622026-06-04T19:23:15.303Z Downloaded pkcs5 v0.7.1
9632026-06-04T19:23:15.309Z Downloaded ref-cast v1.0.25
9642026-06-04T19:23:15.312Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-04T19:23:15.312Z Downloaded salsa20 v0.10.2
9662026-06-04T19:23:15.312Z Downloaded rand_core v0.9.5
9672026-06-04T19:23:15.312Z Downloaded hickory-resolver v0.24.4
9682026-06-04T19:23:15.315Z Downloaded papergrid v0.17.0
9692026-06-04T19:23:15.318Z Downloaded miniz_oxide v0.8.9
9702026-06-04T19:23:15.321Z Downloaded scrypt v0.11.0
9712026-06-04T19:23:15.325Z Downloaded serde_bytes v0.11.19
9722026-06-04T19:23:15.328Z Downloaded secrecy v0.8.0
9732026-06-04T19:23:15.328Z Downloaded rand_seeder v0.4.0
9742026-06-04T19:23:15.328Z Downloaded scroll_derive v0.13.1
9752026-06-04T19:23:15.331Z Downloaded serde-big-array v0.5.1
9762026-06-04T19:23:15.331Z Downloaded semver v0.1.20
9772026-06-04T19:23:15.331Z Downloaded serde_spanned v1.0.4
9782026-06-04T19:23:15.331Z Downloaded hickory-resolver v0.25.2
9792026-06-04T19:23:15.335Z Downloaded serde_urlencoded v0.7.1
9802026-06-04T19:23:15.348Z Downloaded sha1 v0.10.6
9812026-06-04T19:23:15.365Z Downloaded rustversion v1.0.22
9822026-06-04T19:23:15.365Z Downloaded shell-words v1.1.1
9832026-06-04T19:23:15.365Z Downloaded seq-macro v0.3.6
9842026-06-04T19:23:15.365Z Downloaded resolv-conf v0.7.6
9852026-06-04T19:23:15.365Z Downloaded serde_plain v1.0.2
9862026-06-04T19:23:15.365Z Downloaded serde_repr v0.1.20
9872026-06-04T19:23:15.365Z Downloaded diesel_derives v2.3.7
9882026-06-04T19:23:15.366Z Downloaded signal-hook-mio v0.2.5
9892026-06-04T19:23:15.366Z Downloaded rustls-native-certs v0.8.3
9902026-06-04T19:23:15.366Z Downloaded rustls-pemfile v2.2.0
9912026-06-04T19:23:15.393Z Downloaded signal-hook-tokio v0.3.1
9922026-06-04T19:23:15.393Z Downloaded rustls-pemfile v1.0.4
9932026-06-04T19:23:15.393Z Downloaded quinn-udp v0.5.14
9942026-06-04T19:23:15.393Z Downloaded signature v2.2.0
9952026-06-04T19:23:15.393Z Downloaded openssl-sys v0.9.115
9962026-06-04T19:23:15.393Z Downloaded sigpipe v0.1.3
9972026-06-04T19:23:15.393Z Downloaded rusty-fork v0.3.1
9982026-06-04T19:23:15.393Z Downloaded aes v0.8.4
9992026-06-04T19:23:15.393Z Downloaded siphasher v1.0.2
10002026-06-04T19:23:15.394Z Downloaded slog-bunyan v2.5.0
10012026-06-04T19:23:15.394Z Downloaded dropshot-api-manager v0.7.2
10022026-06-04T19:23:15.394Z Downloaded slog-envlogger v2.2.0
10032026-06-04T19:23:15.394Z Downloaded secrecy v0.10.3
10042026-06-04T19:23:15.394Z Downloaded sct v0.7.1
10052026-06-04T19:23:15.397Z Downloaded scroll v0.13.0
10062026-06-04T19:23:15.401Z Downloaded postcard v1.1.3
10072026-06-04T19:23:15.401Z Downloaded progenitor-impl v0.11.2
10082026-06-04T19:23:15.405Z Downloaded prefix-trie v0.7.0
10092026-06-04T19:23:15.405Z Downloaded scopeguard v1.2.0
10102026-06-04T19:23:15.405Z Downloaded schemars_derive v0.8.22
10112026-06-04T19:23:15.411Z Downloaded hickory-server v0.25.2
10122026-06-04T19:23:15.411Z Downloaded jiff-static v0.2.21
10132026-06-04T19:23:15.417Z Downloaded http v1.4.0
10142026-06-04T19:23:15.417Z Downloaded serde_with_macros v1.5.2
10152026-06-04T19:23:15.417Z Downloaded serde_path_to_error v0.1.20
10162026-06-04T19:23:15.417Z Downloaded progenitor-impl v0.13.0
10172026-06-04T19:23:15.423Z Downloaded serde-hex v0.1.0
10182026-06-04T19:23:15.428Z Downloaded rustls-pki-types v1.14.0
10192026-06-04T19:23:15.428Z Downloaded sec1 v0.7.3
10202026-06-04T19:23:15.432Z Downloaded sqlparser_derive v0.5.0
10212026-06-04T19:23:15.435Z Downloaded ssh-encoding v0.2.0
10222026-06-04T19:23:15.435Z Downloaded serde_derive_internals v0.29.1
10232026-06-04T19:23:15.438Z Downloaded hyper-util v0.1.20
10242026-06-04T19:23:15.442Z Downloaded shlex v1.3.0
10252026-06-04T19:23:15.445Z Downloaded minimal-lexical v0.2.1
10262026-06-04T19:23:15.445Z Downloaded structmeta v0.3.0
10272026-06-04T19:23:15.445Z Downloaded prettyplease v0.2.37
10282026-06-04T19:23:15.449Z Downloaded strum v0.27.2
10292026-06-04T19:23:15.449Z Downloaded strum v0.26.3
10302026-06-04T19:23:15.451Z Downloaded strsim v0.10.0
10312026-06-04T19:23:15.452Z Downloaded ssh-cipher v0.2.0
10322026-06-04T19:23:15.452Z Downloaded crossterm v0.28.1
10332026-06-04T19:23:15.455Z Downloaded simd-adler32 v0.3.8
10342026-06-04T19:23:15.458Z Downloaded hashbrown v0.12.3
10352026-06-04T19:23:15.458Z Downloaded subtle v2.6.1
10362026-06-04T19:23:15.462Z Downloaded slog-dtrace v0.3.0
10372026-06-04T19:23:15.462Z Downloaded strip-ansi-escapes v0.2.1
10382026-06-04T19:23:15.464Z Downloaded slog-async v2.8.0
10392026-06-04T19:23:15.464Z Downloaded structmeta-derive v0.3.0
10402026-06-04T19:23:15.467Z Downloaded slab v0.4.12
10412026-06-04T19:23:15.467Z Downloaded progenitor-impl v0.14.0
10422026-06-04T19:23:15.467Z Downloaded smf v0.2.3
10432026-06-04T19:23:15.467Z Downloaded smallvec v0.6.14
10442026-06-04T19:23:15.468Z Downloaded slog-stdlog v4.1.1
10452026-06-04T19:23:15.471Z Downloaded slog-scope v4.4.1
10462026-06-04T19:23:15.471Z Downloaded pin-project v1.1.11
10472026-06-04T19:23:15.475Z Downloaded tap v1.0.1
10482026-06-04T19:23:15.478Z Downloaded take_mut v0.2.2
10492026-06-04T19:23:15.478Z Downloaded tabwriter v1.4.1
10502026-06-04T19:23:15.478Z Downloaded sync_wrapper v1.0.2
10512026-06-04T19:23:15.478Z Downloaded ron v0.8.1
10522026-06-04T19:23:15.482Z Downloaded tabled_derive v0.11.0
10532026-06-04T19:23:15.485Z Downloaded sync-ptr v0.1.4
10542026-06-04T19:23:15.485Z Downloaded supports-color v3.0.2
10552026-06-04T19:23:15.485Z Downloaded slog-term v2.9.2
10562026-06-04T19:23:15.489Z Downloaded tagptr v0.2.0
10572026-06-04T19:23:15.489Z Downloaded itertools v0.10.5
10582026-06-04T19:23:15.492Z Downloaded spki v0.7.3
10592026-06-04T19:23:15.492Z Downloaded serde_with_macros v3.17.0
10602026-06-04T19:23:15.498Z Downloaded testing_table v0.3.0
10612026-06-04T19:23:15.498Z Downloaded termtree v0.5.1
10622026-06-04T19:23:15.498Z Downloaded static_assertions v1.1.0
10632026-06-04T19:23:15.498Z Downloaded snafu-derive v0.8.9
10642026-06-04T19:23:15.504Z Downloaded rcgen v0.12.1
10652026-06-04T19:23:15.504Z Downloaded stacker v0.1.23
10662026-06-04T19:23:15.504Z Downloaded rustls-platform-verifier v0.6.2
10672026-06-04T19:23:15.507Z Downloaded russh-keys v0.45.0
10682026-06-04T19:23:15.507Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-04T19:23:15.510Z Downloaded sqlformat v0.3.5
10702026-06-04T19:23:15.510Z Downloaded signal-hook-registry v1.4.8
10712026-06-04T19:23:15.514Z Downloaded time-core v0.1.8
10722026-06-04T19:23:15.514Z Downloaded string_cache v0.8.9
10732026-06-04T19:23:15.517Z Downloaded stringprep v0.1.5
10742026-06-04T19:23:15.521Z Downloaded thread-id v5.1.0
10752026-06-04T19:23:15.524Z Downloaded strum_macros v0.24.3
10762026-06-04T19:23:15.527Z Downloaded schemars v0.8.22
10772026-06-04T19:23:15.532Z Downloaded strum_macros v0.26.4
10782026-06-04T19:23:15.536Z Downloaded tinyvec_macros v0.1.1
10792026-06-04T19:23:15.537Z Downloaded nom v7.1.3
10802026-06-04T19:23:15.540Z Downloaded aes-gcm v0.10.3
10812026-06-04T19:23:15.540Z Downloaded strum_macros v0.27.2
10822026-06-04T19:23:15.543Z Downloaded slog-json v2.6.1
10832026-06-04T19:23:15.544Z Downloaded mio v1.2.0
10842026-06-04T19:23:15.547Z Downloaded serde_cbor v0.11.2
10852026-06-04T19:23:15.551Z Downloaded hashbrown v0.15.5
10862026-06-04T19:23:15.554Z Downloaded topological-sort v0.2.2
10872026-06-04T19:23:15.557Z Downloaded num-bigint v0.4.6
10882026-06-04T19:23:15.562Z Downloaded qorb v0.4.1
10892026-06-04T19:23:15.565Z Downloaded termios v0.3.3
10902026-06-04T19:23:15.565Z Downloaded serde_yaml v0.9.34+deprecated
10912026-06-04T19:23:15.569Z Downloaded try-lock v0.2.5
10922026-06-04T19:23:15.573Z Downloaded rand v0.8.6
10932026-06-04T19:23:15.573Z Downloaded tower-service v0.3.3
10942026-06-04T19:23:15.573Z Downloaded crossterm v0.29.0
10952026-06-04T19:23:15.577Z Downloaded trait-variant v0.1.2
10962026-06-04T19:23:15.577Z Downloaded tower-layer v0.3.3
10972026-06-04T19:23:15.580Z Downloaded spin v0.9.8
10982026-06-04T19:23:15.580Z Downloaded signal-hook v0.3.18
10992026-06-04T19:23:15.584Z Downloaded pretty_assertions v1.4.1
11002026-06-04T19:23:15.584Z Downloaded tls_codec v0.4.2
11012026-06-04T19:23:15.587Z Downloaded libxml v0.3.3
11022026-06-04T19:23:15.587Z Downloaded unarray v0.1.4
11032026-06-04T19:23:15.590Z Downloaded thread_local v1.1.9
11042026-06-04T19:23:15.590Z Downloaded ryu v1.0.23
11052026-06-04T19:23:15.590Z Downloaded rayon-core v1.13.0
11062026-06-04T19:23:15.593Z Downloaded tiny-keccak v2.0.2
11072026-06-04T19:23:15.596Z Downloaded slog v2.8.2
11082026-06-04T19:23:15.599Z Downloaded tokio-native-tls v0.3.1
11092026-06-04T19:23:15.599Z Downloaded tokio-dtrace v0.1.1
11102026-06-04T19:23:15.603Z Downloaded unicode-truncate v1.1.0
11112026-06-04T19:23:15.603Z Downloaded tokio-macros v2.7.0
11122026-06-04T19:23:15.603Z Downloaded usdt v0.6.0
11132026-06-04T19:23:15.603Z Downloaded support-bundle-viewer v0.1.2
11142026-06-04T19:23:15.605Z Downloaded usdt-attr-macro v0.6.0
11152026-06-04T19:23:15.605Z Downloaded untrusted v0.9.0
11162026-06-04T19:23:15.608Z Downloaded unit-prefix v0.5.2
11172026-06-04T19:23:15.608Z Downloaded aho-corasick v1.1.4
11182026-06-04T19:23:15.613Z Downloaded schemars v0.9.0
11192026-06-04T19:23:15.663Z Downloaded typify-macro v0.4.3
11202026-06-04T19:23:15.663Z Downloaded num-bigint-dig v0.8.6
11212026-06-04T19:23:15.673Z Downloaded utf-8 v0.7.6
11222026-06-04T19:23:15.673Z Downloaded tokio-rustls v0.25.0
11232026-06-04T19:23:15.673Z Downloaded tokio-tungstenite v0.23.1
11242026-06-04T19:23:15.673Z Downloaded toml_writer v1.0.6+spec-1.1.0
11252026-06-04T19:23:15.673Z Downloaded term v0.7.0
11262026-06-04T19:23:15.673Z Downloaded usdt-macro v0.6.0
11272026-06-04T19:23:15.673Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-04T19:23:15.673Z Downloaded hyper v1.8.1
11292026-06-04T19:23:15.673Z Downloaded itertools v0.13.0
11302026-06-04T19:23:15.673Z Downloaded itertools v0.12.1
11312026-06-04T19:23:15.673Z Downloaded thiserror-no-std v2.0.2
11322026-06-04T19:23:15.673Z Downloaded wait-timeout v0.2.1
11332026-06-04T19:23:15.673Z Downloaded rand v0.9.2
11342026-06-04T19:23:15.673Z Downloaded publicsuffix v2.3.0
11352026-06-04T19:23:15.673Z Downloaded hashbrown v0.16.1
11362026-06-04T19:23:15.673Z Downloaded tui-tree-widget v0.23.1
11372026-06-04T19:23:15.673Z Downloaded quinn v0.11.9
11382026-06-04T19:23:15.674Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-04T19:23:15.674Z Downloaded term v1.2.1
11402026-06-04T19:23:15.674Z Downloaded tokio-tungstenite v0.21.0
11412026-06-04T19:23:15.674Z Downloaded untrusted v0.7.1
11422026-06-04T19:23:15.674Z Downloaded universal-hash v0.5.1
11432026-06-04T19:23:15.674Z Downloaded waitgroup v0.1.2
11442026-06-04T19:23:15.674Z Downloaded void v1.0.2
11452026-06-04T19:23:15.674Z Downloaded want v0.3.1
11462026-06-04T19:23:15.674Z Downloaded time-macros v0.2.27
11472026-06-04T19:23:15.678Z Downloaded similar v2.7.0
11482026-06-04T19:23:15.678Z Downloaded unicase v2.9.0
11492026-06-04T19:23:15.678Z Downloaded iri-string v0.7.10
11502026-06-04T19:23:15.678Z Downloaded typify-macro v0.6.2
11512026-06-04T19:23:15.678Z Downloaded tls_codec_derive v0.4.2
11522026-06-04T19:23:15.681Z Downloaded subprocess v0.2.15
11532026-06-04T19:23:15.681Z Downloaded rustls-webpki v0.103.9
11542026-06-04T19:23:15.684Z Downloaded xshell-macros v0.2.7
11552026-06-04T19:23:15.685Z Downloaded tokio-rustls v0.24.1
11562026-06-04T19:23:15.688Z Downloaded samael v0.0.19
11572026-06-04T19:23:15.691Z Downloaded tokio-rustls v0.26.4
11582026-06-04T19:23:15.693Z Downloaded socket2 v0.6.3
11592026-06-04T19:23:15.693Z Downloaded tokio-stream v0.1.18
11602026-06-04T19:23:15.696Z Downloaded xattr v1.6.1
11612026-06-04T19:23:15.696Z Downloaded usdt-impl v0.6.0
11622026-06-04T19:23:15.699Z Downloaded snafu v0.8.9
11632026-06-04T19:23:15.702Z Downloaded uzers v0.12.2
11642026-06-04T19:23:15.703Z Downloaded schemars v1.2.1
11652026-06-04T19:23:15.709Z Downloaded twox-hash v2.1.2
11662026-06-04T19:23:15.712Z Downloaded blake3 v1.8.3
11672026-06-04T19:23:15.715Z Downloaded zeroize_derive v1.4.3
11682026-06-04T19:23:15.718Z Downloaded socket2 v0.5.10
11692026-06-04T19:23:15.718Z Downloaded tracing-attributes v0.1.31
11702026-06-04T19:23:15.721Z Downloaded test-strategy v0.4.5
11712026-06-04T19:23:15.721Z Downloaded zone_cfg_derive v0.3.1
11722026-06-04T19:23:15.721Z Downloaded zone v0.3.1
11732026-06-04T19:23:15.721Z Downloaded libm v0.2.16
11742026-06-04T19:23:15.726Z Downloaded vergen-lib v9.1.0
11752026-06-04T19:23:15.729Z Downloaded vergen-gitcl v1.0.8
11762026-06-04T19:23:15.729Z Downloaded p521 v0.13.3
11772026-06-04T19:23:15.733Z Downloaded aws-lc-rs v1.16.3
11782026-06-04T19:23:15.736Z Downloaded vsss-rs v3.3.4
11792026-06-04T19:23:15.739Z Downloaded vergen-git2 v9.1.0
11802026-06-04T19:23:15.739Z Downloaded vergen-lib v0.1.6
11812026-06-04T19:23:15.739Z Downloaded itertools v0.14.0
11822026-06-04T19:23:15.742Z Downloaded walkdir v2.5.0
11832026-06-04T19:23:15.748Z Downloaded tinyvec v1.10.0
11842026-06-04T19:23:15.748Z Downloaded h2 v0.4.13
11852026-06-04T19:23:15.751Z Downloaded wyz v0.5.1
11862026-06-04T19:23:15.751Z Downloaded whoami v2.1.0
11872026-06-04T19:23:15.751Z Downloaded whoami v1.6.1
11882026-06-04T19:23:15.754Z Downloaded unicode-properties v0.1.4
11892026-06-04T19:23:15.754Z Downloaded rsa v0.9.10
11902026-06-04T19:23:15.757Z Downloaded futures-util v0.3.32
11912026-06-04T19:23:15.763Z Downloaded xshell v0.2.7
11922026-06-04T19:23:15.768Z Downloaded toml v0.7.8
11932026-06-04T19:23:15.768Z Downloaded zeroize v1.8.2
11942026-06-04T19:23:15.768Z Downloaded toml_parser v1.0.9+spec-1.1.0
11952026-06-04T19:23:15.773Z Downloaded tar v0.4.45
11962026-06-04T19:23:15.773Z Downloaded vergen v9.1.0
11972026-06-04T19:23:15.773Z Downloaded russh v0.45.0
11982026-06-04T19:23:15.779Z Downloaded hkdf v0.12.4
11992026-06-04T19:23:15.779Z Downloaded zstd-safe v7.2.4
12002026-06-04T19:23:15.793Z Downloaded zstd v0.13.3
12012026-06-04T19:23:15.810Z Downloaded tungstenite v0.23.0
12022026-06-04T19:23:15.810Z Downloaded tracing-core v0.1.36
12032026-06-04T19:23:15.810Z Downloaded steno v0.4.1
12042026-06-04T19:23:15.810Z Downloaded unicode-bidi v0.3.18
12052026-06-04T19:23:15.810Z Downloaded rand v0.10.0
12062026-06-04T19:23:15.810Z Downloaded bitvec v1.0.1
12072026-06-04T19:23:15.828Z Downloaded yasna v0.5.2
12082026-06-04T19:23:15.828Z Downloaded typify v0.6.2
12092026-06-04T19:23:15.828Z Downloaded typify v0.4.3
12102026-06-04T19:23:15.836Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-04T19:23:15.836Z Downloaded rustyline v14.0.0
12122026-06-04T19:23:15.864Z Downloaded bindgen v0.71.1
12132026-06-04T19:23:15.864Z Downloaded reedline v0.40.0
12142026-06-04T19:23:15.864Z Downloaded zerocopy v0.6.6
12152026-06-04T19:23:15.878Z Downloaded tungstenite v0.21.0
12162026-06-04T19:23:15.878Z Downloaded serde_with v1.14.0
12172026-06-04T19:23:15.878Z Downloaded ssh-key v0.6.7
12182026-06-04T19:23:15.878Z Downloaded tokio-postgres v0.7.16
12192026-06-04T19:23:15.878Z Downloaded vte v0.14.1
12202026-06-04T19:23:15.878Z Downloaded unicode_categories v0.1.1
12212026-06-04T19:23:15.889Z Downloaded iddqd v0.4.2
12222026-06-04T19:23:15.889Z Downloaded unsafe-libyaml v0.2.11
12232026-06-04T19:23:15.889Z Downloaded toml_edit v0.19.15
12242026-06-04T19:23:15.911Z Downloaded yansi v1.0.1
12252026-06-04T19:23:15.911Z Downloaded uuid v1.23.0
12262026-06-04T19:23:15.912Z Downloaded toml v1.0.6+spec-1.1.0
12272026-06-04T19:23:15.912Z Downloaded chrono v0.4.44
12282026-06-04T19:23:15.921Z Downloaded zopfli v0.8.3
12292026-06-04T19:23:15.921Z Downloaded tower v0.5.3
12302026-06-04T19:23:15.921Z Downloaded portable-atomic v1.13.1
12312026-06-04T19:23:15.921Z Downloaded git2 v0.20.4
12322026-06-04T19:23:15.921Z Downloaded regex v1.12.3
12332026-06-04T19:23:15.937Z Downloaded rpassword v7.4.0
12342026-06-04T19:23:15.946Z Downloaded typed-path v0.9.3
12352026-06-04T19:23:15.946Z Downloaded reqwest v0.13.2
12362026-06-04T19:23:15.949Z Downloaded zerocopy-derive v0.8.40
12372026-06-04T19:23:15.960Z Downloaded zip v0.6.6
12382026-06-04T19:23:15.960Z Downloaded quick-xml v0.37.5
12392026-06-04T19:23:15.960Z Downloaded rayon v1.11.0
12402026-06-04T19:23:15.991Z Downloaded salty v0.3.0
12412026-06-04T19:23:15.991Z Downloaded unicode-segmentation v1.12.0
12422026-06-04T19:23:16.008Z Downloaded lalrpop v0.19.12
12432026-06-04T19:23:16.008Z Downloaded reqwest v0.12.28
12442026-06-04T19:23:16.008Z Downloaded petname v2.0.2
12452026-06-04T19:23:16.008Z Downloaded tokio-util v0.7.18
12462026-06-04T19:23:16.008Z Downloaded unicode-normalization v0.1.25
12472026-06-04T19:23:16.008Z Downloaded object v0.30.4
12482026-06-04T19:23:16.015Z Downloaded zip v4.6.1
12492026-06-04T19:23:16.015Z Downloaded tower-http v0.6.8
12502026-06-04T19:23:16.016Z Downloaded tough v0.22.0
12512026-06-04T19:23:16.016Z Downloaded moka v0.12.13
12522026-06-04T19:23:16.027Z Downloaded x509-cert v0.2.5
12532026-06-04T19:23:16.028Z Downloaded serde_with v3.17.0
12542026-06-04T19:23:16.060Z Downloaded radix_trie v0.2.1
12552026-06-04T19:23:16.060Z Downloaded rustls-webpki v0.101.7
12562026-06-04T19:23:16.060Z Downloaded p384 v0.13.1
12572026-06-04T19:23:16.060Z Downloaded proptest v1.10.0
12582026-06-04T19:23:16.078Z Downloaded bstr v1.12.1
12592026-06-04T19:23:16.078Z Downloaded dropshot v0.17.0
12602026-06-04T19:23:16.085Z Downloaded polar-core v0.27.3
12612026-06-04T19:23:16.086Z Downloaded goblin v0.10.5
12622026-06-04T19:23:16.106Z Downloaded rustls-webpki v0.102.8
12632026-06-04T19:23:16.121Z Downloaded zlib-rs v0.6.2
12642026-06-04T19:23:16.121Z Downloaded vcpkg v0.2.15
12652026-06-04T19:23:16.149Z Downloaded quinn-proto v0.11.13
12662026-06-04T19:23:16.150Z Downloaded curve25519-dalek v4.1.3
12672026-06-04T19:23:16.218Z Downloaded winnow v0.6.26
12682026-06-04T19:23:16.218Z Downloaded winnow v0.5.40
12692026-06-04T19:23:16.218Z Downloaded nix v0.31.2
12702026-06-04T19:23:16.218Z Downloaded regex-syntax v0.8.10
12712026-06-04T19:23:16.218Z Downloaded hickory-proto v0.25.2
12722026-06-04T19:23:16.218Z Downloaded zerocopy v0.8.40
12732026-06-04T19:23:16.218Z Downloaded nix v0.27.1
12742026-06-04T19:23:16.303Z Downloaded openssl v0.10.79
12752026-06-04T19:23:16.303Z Downloaded tabled v0.20.0
12762026-06-04T19:23:16.303Z Downloaded time v0.3.47
12772026-06-04T19:23:16.303Z Downloaded nix v0.28.0
12782026-06-04T19:23:16.304Z Downloaded smoltcp v0.9.1
12792026-06-04T19:23:16.304Z Downloaded regex-syntax v0.6.29
12802026-06-04T19:23:16.407Z Downloaded object v0.37.3
12812026-06-04T19:23:16.407Z Downloaded rustls v0.21.12
12822026-06-04T19:23:16.407Z Downloaded sled v0.34.7
12832026-06-04T19:23:16.407Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-06-04T19:23:16.407Z Downloaded webpki-roots v1.0.6
12852026-06-04T19:23:16.407Z Downloaded openapiv3 v2.2.0
12862026-06-04T19:23:16.407Z Downloaded regress v0.10.5
12872026-06-04T19:23:16.407Z Downloaded hickory-proto v0.24.4
12882026-06-04T19:23:16.407Z Downloaded rustls v0.22.4
12892026-06-04T19:23:16.407Z Downloaded smoltcp v0.11.0
12902026-06-04T19:23:16.407Z Downloaded zerocopy-derive v0.6.6
12912026-06-04T19:23:16.407Z Downloaded diesel v2.3.7
12922026-06-04T19:23:16.407Z Downloaded rustls v0.23.37
12932026-06-04T19:23:16.408Z Downloaded rustix v0.38.44
12942026-06-04T19:23:16.521Z Downloaded petgraph v0.6.5
12952026-06-04T19:23:16.521Z Downloaded chrono-tz v0.10.4
12962026-06-04T19:23:16.521Z Downloaded jiff v0.2.21
12972026-06-04T19:23:16.521Z Downloaded regress v0.11.1
12982026-06-04T19:23:16.521Z Downloaded petgraph v0.8.3
12992026-06-04T19:23:16.521Z Downloaded libz-sys v1.1.24
13002026-06-04T19:23:16.521Z Downloaded sqlparser v0.61.0
13012026-06-04T19:23:16.521Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-04T19:23:16.521Z Downloaded tracing v0.1.44
13032026-06-04T19:23:16.607Z Downloaded typify-impl v0.4.3
13042026-06-04T19:23:16.607Z Downloaded typify-impl v0.6.2
13052026-06-04T19:23:16.607Z Downloaded ratatui v0.29.0
13062026-06-04T19:23:16.607Z Downloaded regex-automata v0.4.14
13072026-06-04T19:23:16.679Z Downloaded csv v1.4.0
13082026-06-04T19:23:16.679Z Downloaded sha3 v0.10.8
13092026-06-04T19:23:16.679Z Downloaded tokio v1.52.1
13102026-06-04T19:23:16.734Z Downloaded encoding_rs v0.8.35
13112026-06-04T19:23:16.734Z Downloaded ring v0.17.14
13122026-06-04T19:23:16.806Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-06-04T19:23:17.048Z Downloaded aws-lc-sys v0.40.0
13142026-06-04T19:23:17.295Z Compiling libc v0.2.185
13152026-06-04T19:23:17.296Z Compiling serde v1.0.228
13162026-06-04T19:23:17.302Z Compiling log v0.4.29
13172026-06-04T19:23:17.302Z Compiling shlex v1.3.0
13182026-06-04T19:23:17.430Z Compiling find-msvc-tools v0.1.9
13192026-06-04T19:23:17.444Z Compiling syn v2.0.117
13202026-06-04T19:23:17.455Z Compiling smallvec v1.15.1
13212026-06-04T19:23:17.458Z Compiling typenum v1.19.0
13222026-06-04T19:23:17.616Z Compiling generic-array v0.14.7
13232026-06-04T19:23:17.627Z Compiling subtle v2.6.1
13242026-06-04T19:23:17.655Z Compiling scopeguard v1.2.0
13252026-06-04T19:23:17.712Z Compiling const-oid v0.9.6
13262026-06-04T19:23:17.744Z Compiling lock_api v0.4.14
13272026-06-04T19:23:17.757Z Compiling serde_json v1.0.149
13282026-06-04T19:23:17.787Z Compiling zerocopy v0.8.40
13292026-06-04T19:23:17.854Z Compiling portable-atomic v1.13.1
13302026-06-04T19:23:17.963Z Compiling pin-project-lite v0.2.17
13312026-06-04T19:23:18.054Z Compiling parking_lot_core v0.9.12
13322026-06-04T19:23:18.221Z Compiling getrandom v0.2.17
13332026-06-04T19:23:18.284Z Compiling jobserver v0.1.34
13342026-06-04T19:23:18.297Z Compiling errno v0.3.14
13352026-06-04T19:23:18.384Z Compiling rand_core v0.6.4
13362026-06-04T19:23:18.411Z Compiling pkg-config v0.3.32
13372026-06-04T19:23:18.439Z Compiling signal-hook-registry v1.4.8
13382026-06-04T19:23:18.650Z Compiling cc v1.2.56
13392026-06-04T19:23:18.663Z Compiling bitflags v2.11.0
13402026-06-04T19:23:18.702Z Compiling libm v0.2.16
13412026-06-04T19:23:18.850Z Compiling critical-section v1.2.0
13422026-06-04T19:23:18.968Z Compiling futures-core v0.3.32
13432026-06-04T19:23:19.019Z Compiling once_cell v1.21.3
13442026-06-04T19:23:19.022Z Compiling parking_lot v0.12.5
13452026-06-04T19:23:19.053Z Compiling mio v1.2.0
13462026-06-04T19:23:19.142Z Compiling num-traits v0.2.19
13472026-06-04T19:23:19.197Z Compiling percent-encoding v2.3.2
13482026-06-04T19:23:19.240Z Compiling socket2 v0.6.3
13492026-06-04T19:23:19.383Z Compiling futures-sink v0.3.32
13502026-06-04T19:23:19.428Z Compiling futures-task v0.3.32
13512026-06-04T19:23:19.489Z Compiling futures-channel v0.3.32
13522026-06-04T19:23:19.495Z Compiling futures-io v0.3.32
13532026-06-04T19:23:19.523Z Compiling cpufeatures v0.2.17
13542026-06-04T19:23:19.587Z Compiling slab v0.4.12
13552026-06-04T19:23:19.600Z Compiling getrandom v0.4.1
13562026-06-04T19:23:19.641Z Compiling rand_core v0.10.0
13572026-06-04T19:23:19.656Z Compiling indexmap v2.14.0
13582026-06-04T19:23:19.706Z Compiling getrandom v0.3.4
13592026-06-04T19:23:19.774Z Compiling rustversion v1.0.22
13602026-06-04T19:23:19.806Z Compiling cmake v0.1.57
13612026-06-04T19:23:20.267Z Compiling form_urlencoded v1.2.2
13622026-06-04T19:23:20.292Z Compiling dunce v1.0.5
13632026-06-04T19:23:20.321Z Compiling fs_extra v1.3.0
13642026-06-04T19:23:20.388Z Compiling base64ct v1.8.3
13652026-06-04T19:23:20.400Z Compiling ident_case v1.0.1
13662026-06-04T19:23:20.446Z Compiling synstructure v0.13.2
13672026-06-04T19:23:20.520Z Compiling rustix v1.1.3
13682026-06-04T19:23:20.598Z Compiling flagset v0.4.7
13692026-06-04T19:23:20.601Z Compiling aws-lc-sys v0.40.0
13702026-06-04T19:23:20.677Z Compiling pem-rfc7468 v0.7.0
13712026-06-04T19:23:20.697Z Compiling iana-time-zone v0.1.65
13722026-06-04T19:23:20.716Z Compiling regex-syntax v0.8.10
13732026-06-04T19:23:20.900Z Compiling rand_core v0.9.5
13742026-06-04T19:23:21.018Z Compiling ring v0.17.14
13752026-06-04T19:23:21.023Z Compiling aws-lc-rs v1.16.3
13762026-06-04T19:23:21.070Z Compiling vcpkg v0.2.15
13772026-06-04T19:23:21.175Z Compiling uuid v1.23.0
13782026-06-04T19:23:21.268Z Compiling rustc_version v0.4.1
13792026-06-04T19:23:21.615Z Compiling tracing-core v0.1.36
13802026-06-04T19:23:21.814Z Compiling openssl-sys v0.9.115
13812026-06-04T19:23:21.895Z Compiling base64 v0.22.1
13822026-06-04T19:23:22.185Z Compiling untrusted v0.7.1
13832026-06-04T19:23:22.203Z Compiling serde_derive v1.0.228
13842026-06-04T19:23:22.216Z Compiling zeroize_derive v1.4.3
13852026-06-04T19:23:22.265Z Compiling zerofrom-derive v0.1.6
13862026-06-04T19:23:22.295Z Compiling yoke-derive v0.8.1
13872026-06-04T19:23:22.333Z Compiling zerovec-derive v0.11.2
13882026-06-04T19:23:22.865Z Compiling zeroize v1.8.2
13892026-06-04T19:23:23.075Z Compiling zerocopy-derive v0.8.40
13902026-06-04T19:23:23.423Z Compiling displaydoc v0.2.5
13912026-06-04T19:23:23.426Z Compiling tokio-macros v2.7.0
13922026-06-04T19:23:23.577Z Compiling crypto-common v0.1.7
13932026-06-04T19:23:23.613Z Compiling zerofrom v0.1.6
13942026-06-04T19:23:23.779Z Compiling yoke v0.8.1
13952026-06-04T19:23:23.779Z Compiling block-buffer v0.10.4
13962026-06-04T19:23:23.962Z Compiling zerovec v0.11.5
13972026-06-04T19:23:23.976Z Compiling digest v0.10.7
13982026-06-04T19:23:24.172Z Compiling futures-macro v0.3.32
13992026-06-04T19:23:24.226Z Compiling hmac v0.12.1
14002026-06-04T19:23:24.240Z Compiling zerotrie v0.2.3
14012026-06-04T19:23:24.386Z Compiling block-padding v0.3.3
14022026-06-04T19:23:24.467Z Compiling tinystr v0.8.2
14032026-06-04T19:23:24.528Z Compiling potential_utf v0.1.4
14042026-06-04T19:23:24.542Z Compiling inout v0.1.4
14052026-06-04T19:23:24.667Z Compiling icu_locale_core v2.1.1
14062026-06-04T19:23:24.691Z Compiling icu_collections v2.1.1
14072026-06-04T19:23:24.702Z Compiling cipher v0.4.4
14082026-06-04T19:23:24.962Z Compiling sha2 v0.10.9
14092026-06-04T19:23:24.969Z Compiling futures-util v0.3.32
14102026-06-04T19:23:25.155Z Compiling der_derive v0.7.3
14112026-06-04T19:23:25.525Z Compiling icu_provider v2.1.1
14122026-06-04T19:23:25.621Z Compiling bytes v1.11.1
14132026-06-04T19:23:25.810Z Compiling icu_properties v2.1.2
14142026-06-04T19:23:26.074Z Compiling tokio v1.52.1
14152026-06-04T19:23:26.214Z Compiling icu_normalizer v2.1.1
14162026-06-04T19:23:26.311Z Compiling der v0.7.10
14172026-06-04T19:23:26.722Z Compiling idna_adapter v1.2.1
14182026-06-04T19:23:26.857Z Compiling idna v1.1.0
14192026-06-04T19:23:26.879Z Compiling http v1.4.0
14202026-06-04T19:23:27.032Z Compiling chrono v0.4.44
14212026-06-04T19:23:27.169Z Compiling url v2.5.8
14222026-06-04T19:23:27.440Z Compiling ppv-lite86 v0.2.21
14232026-06-04T19:23:27.484Z Compiling spki v0.7.3
14242026-06-04T19:23:27.487Z Compiling salsa20 v0.10.2
14252026-06-04T19:23:27.635Z Compiling pbkdf2 v0.12.2
14262026-06-04T19:23:27.683Z Compiling rustls-pki-types v1.14.0
14272026-06-04T19:23:27.746Z Compiling tracing-attributes v0.1.31
14282026-06-04T19:23:27.760Z Compiling thiserror-impl v2.0.18
14292026-06-04T19:23:27.764Z Compiling scrypt v0.11.0
14302026-06-04T19:23:27.949Z Compiling rand_chacha v0.9.0
14312026-06-04T19:23:28.006Z Compiling http-body v1.0.1
14322026-06-04T19:23:28.119Z Compiling aes v0.8.4
14332026-06-04T19:23:28.155Z Compiling cbc v0.1.2
14342026-06-04T19:23:28.367Z Compiling openssl-probe v0.2.1
14352026-06-04T19:23:28.380Z Compiling untrusted v0.9.0
14362026-06-04T19:23:28.499Z Compiling httparse v1.10.1
14372026-06-04T19:23:28.539Z Compiling tinyvec_macros v0.1.1
14382026-06-04T19:23:28.610Z Compiling tinyvec v1.10.0
14392026-06-04T19:23:28.640Z Compiling pkcs5 v0.7.1
14402026-06-04T19:23:29.013Z Compiling rand v0.9.2
14412026-06-04T19:23:29.066Z Compiling tracing v0.1.44
14422026-06-04T19:23:29.131Z Compiling pest_generator v2.8.6
14432026-06-04T19:23:29.151Z Compiling thiserror v2.0.18
14442026-06-04T19:23:29.198Z Compiling serde_derive_internals v0.29.1
14452026-06-04T19:23:29.252Z Compiling aho-corasick v1.1.4
14462026-06-04T19:23:29.328Z Compiling dyn-clone v1.0.20
14472026-06-04T19:23:29.464Z Compiling tower-layer v0.3.3
14482026-06-04T19:23:29.624Z Compiling rustls v0.23.37
14492026-06-04T19:23:29.794Z Compiling tokio-util v0.7.18
14502026-06-04T19:23:29.807Z Compiling tower-service v0.3.3
14512026-06-04T19:23:29.821Z Compiling schemars v0.8.22
14522026-06-04T19:23:29.900Z Compiling try-lock v0.2.5
14532026-06-04T19:23:30.007Z Compiling atomic-waker v1.1.2
14542026-06-04T19:23:30.040Z Compiling regex-automata v0.4.14
14552026-06-04T19:23:30.073Z Compiling schemars_derive v0.8.22
14562026-06-04T19:23:30.130Z Compiling want v0.3.1
14572026-06-04T19:23:30.292Z Compiling pest_derive v2.8.6
14582026-06-04T19:23:30.646Z Compiling h2 v0.4.13
14592026-06-04T19:23:30.710Z Compiling pkcs8 v0.10.2
14602026-06-04T19:23:30.899Z Compiling ipnet v2.11.0
14612026-06-04T19:23:31.010Z Compiling scroll_derive v0.13.1
14622026-06-04T19:23:31.093Z Compiling darling_core v0.20.11
14632026-06-04T19:23:31.287Z Compiling foreign-types-shared v0.1.1
14642026-06-04T19:23:31.375Z Compiling openssl v0.10.79
14652026-06-04T19:23:31.388Z Compiling httpdate v1.0.3
14662026-06-04T19:23:31.600Z Compiling pin-utils v0.1.0
14672026-06-04T19:23:31.631Z Compiling tempfile v3.25.0
14682026-06-04T19:23:31.673Z Compiling foreign-types v0.3.2
14692026-06-04T19:23:31.744Z Compiling unicode-normalization v0.1.25
14702026-06-04T19:23:31.783Z Compiling scroll v0.13.0
14712026-06-04T19:23:32.043Z Compiling openssl-macros v0.1.1
14722026-06-04T19:23:32.193Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-04T19:23:32.403Z Compiling spin v0.9.8
14742026-06-04T19:23:32.425Z Compiling time-core v0.1.8
14752026-06-04T19:23:32.572Z Compiling powerfmt v0.2.0
14762026-06-04T19:23:32.575Z Compiling num-conv v0.2.0
14772026-06-04T19:23:32.605Z Compiling native-tls v0.2.18
14782026-06-04T19:23:32.711Z Compiling crc32fast v1.5.0
14792026-06-04T19:23:32.773Z Compiling time-macros v0.2.27
14802026-06-04T19:23:32.819Z Compiling deranged v0.5.8
14812026-06-04T19:23:33.326Z Compiling darling_macro v0.20.11
14822026-06-04T19:23:33.835Z Compiling hyper v1.8.1
14832026-06-04T19:23:33.838Z Compiling darling v0.20.11
14842026-06-04T19:23:33.863Z Compiling goblin v0.10.5
14852026-06-04T19:23:33.928Z Compiling rustls-native-certs v0.8.3
14862026-06-04T19:23:34.051Z Compiling sync_wrapper v1.0.2
14872026-06-04T19:23:34.160Z Compiling wait-timeout v0.2.1
14882026-06-04T19:23:34.218Z Compiling num_threads v0.1.7
14892026-06-04T19:23:34.316Z Compiling siphasher v1.0.2
14902026-06-04T19:23:34.422Z Compiling usdt-impl v0.6.0
14912026-06-04T19:23:34.505Z Compiling simd-adler32 v0.3.8
14922026-06-04T19:23:34.566Z Compiling quick-error v1.2.3
14932026-06-04T19:23:34.628Z Compiling bit-vec v0.8.0
14942026-06-04T19:23:34.671Z Compiling crossbeam-utils v0.8.21
14952026-06-04T19:23:34.749Z Compiling syn v1.0.109
14962026-06-04T19:23:34.858Z Compiling bit-set v0.8.0
14972026-06-04T19:23:34.954Z Compiling hyper-util v0.1.20
14982026-06-04T19:23:35.037Z Compiling rusty-fork v0.3.1
14992026-06-04T19:23:35.114Z Compiling time v0.3.47
15002026-06-04T19:23:35.403Z Compiling tower v0.5.3
15012026-06-04T19:23:35.655Z Compiling derive_builder_core v0.20.2
15022026-06-04T19:23:36.042Z Compiling dtrace-parser v0.3.0
15032026-06-04T19:23:36.057Z Compiling http-body-util v0.1.3
15042026-06-04T19:23:36.296Z Compiling webpki-roots v1.0.6
15052026-06-04T19:23:36.419Z Compiling signature v2.2.0
15062026-06-04T19:23:36.509Z Compiling thiserror-impl v1.0.69
15072026-06-04T19:23:36.603Z Compiling dof v0.4.0
15082026-06-04T19:23:36.650Z Compiling scroll_derive v0.12.1
15092026-06-04T19:23:36.669Z Compiling heapless v0.7.17
15102026-06-04T19:23:36.779Z Compiling rand_xorshift v0.4.0
15112026-06-04T19:23:36.906Z Compiling slog v2.8.2
15122026-06-04T19:23:36.943Z Compiling darling_core v0.21.3
15132026-06-04T19:23:37.090Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-04T19:23:37.312Z Compiling thread-id v5.1.0
15152026-06-04T19:23:37.364Z Compiling cookie v0.18.1
15162026-06-04T19:23:37.413Z Compiling iri-string v0.7.10
15172026-06-04T19:23:37.541Z Compiling ryu v1.0.23
15182026-06-04T19:23:37.720Z Compiling unicode-properties v0.1.4
15192026-06-04T19:23:37.758Z Compiling unicode-bidi v0.3.18
15202026-06-04T19:23:37.772Z Compiling unarray v0.1.4
15212026-06-04T19:23:37.878Z Compiling allocator-api2 v0.2.21
15222026-06-04T19:23:37.924Z Compiling signal-hook v0.3.18
15232026-06-04T19:23:38.069Z Compiling zstd-safe v7.2.4
15242026-06-04T19:23:38.094Z Compiling anyhow v1.0.102
15252026-06-04T19:23:38.217Z Compiling paste v1.0.15
15262026-06-04T19:23:38.257Z Compiling adler2 v2.0.1
15272026-06-04T19:23:38.296Z Compiling stringprep v0.1.5
15282026-06-04T19:23:38.387Z Compiling miniz_oxide v0.8.9
15292026-06-04T19:23:38.507Z Compiling tower-http v0.6.8
15302026-06-04T19:23:38.605Z Compiling proptest v1.10.0
15312026-06-04T19:23:38.775Z Compiling thiserror v1.0.69
15322026-06-04T19:23:38.879Z Compiling serde_urlencoded v0.7.1
15332026-06-04T19:23:39.018Z Compiling scroll v0.12.0
15342026-06-04T19:23:39.184Z Compiling derive_builder_macro v0.20.2
15352026-06-04T19:23:39.280Z Compiling tokio-native-tls v0.3.1
15362026-06-04T19:23:39.449Z Compiling darling_macro v0.21.3
15372026-06-04T19:23:39.626Z Compiling ipnetwork v0.21.1
15382026-06-04T19:23:39.714Z Compiling bstr v1.12.1
15392026-06-04T19:23:39.937Z Compiling rand_chacha v0.3.1
15402026-06-04T19:23:39.998Z Compiling erased-serde v0.3.31
15412026-06-04T19:23:40.017Z Compiling serde_spanned v0.6.9
15422026-06-04T19:23:40.156Z Compiling serde_tokenstream v0.2.3
15432026-06-04T19:23:40.381Z Compiling toml_datetime v0.6.11
15442026-06-04T19:23:40.440Z Compiling md-5 v0.10.6
15452026-06-04T19:23:40.458Z Compiling zerocopy-derive v0.7.35
15462026-06-04T19:23:40.472Z Compiling async-trait v0.1.89
15472026-06-04T19:23:40.603Z Compiling pin-project-internal v1.1.11
15482026-06-04T19:23:40.640Z Compiling curve25519-dalek v4.1.3
15492026-06-04T19:23:40.728Z Compiling vergen-lib v9.1.0
15502026-06-04T19:23:40.908Z Compiling num-integer v0.1.46
15512026-06-04T19:23:40.971Z Compiling hash32 v0.2.1
15522026-06-04T19:23:41.160Z Compiling ff v0.13.1
15532026-06-04T19:23:41.226Z Compiling memoffset v0.9.1
15542026-06-04T19:23:41.296Z Compiling encoding_rs v0.8.35
15552026-06-04T19:23:41.309Z Compiling litrs v1.0.0
15562026-06-04T19:23:41.416Z Compiling ref-cast v1.0.25
15572026-06-04T19:23:41.475Z Compiling fallible-iterator v0.2.0
15582026-06-04T19:23:41.706Z Compiling zlib-rs v0.6.2
15592026-06-04T19:23:41.720Z Compiling psl-types v2.0.11
15602026-06-04T19:23:41.791Z Compiling num-bigint-dig v0.8.6
15612026-06-04T19:23:41.812Z Compiling base16ct v0.2.0
15622026-06-04T19:23:41.843Z Compiling cfg_aliases v0.2.1
15632026-06-04T19:23:41.917Z Compiling smoltcp v0.9.1
15642026-06-04T19:23:41.971Z Compiling rustix v0.38.44
15652026-06-04T19:23:41.985Z Compiling mime v0.3.17
15662026-06-04T19:23:42.269Z Compiling sec1 v0.7.3
15672026-06-04T19:23:42.280Z Compiling nix v0.31.2
15682026-06-04T19:23:42.394Z Compiling publicsuffix v2.3.0
15692026-06-04T19:23:42.540Z Compiling document-features v0.2.12
15702026-06-04T19:23:42.562Z Compiling postgres-protocol v0.6.10
15712026-06-04T19:23:42.688Z Compiling pin-project v1.1.11
15722026-06-04T19:23:42.806Z Compiling zerocopy v0.7.35
15732026-06-04T19:23:42.888Z Compiling group v0.13.0
15742026-06-04T19:23:43.066Z Compiling num-iter v0.1.45
15752026-06-04T19:23:43.181Z Compiling newtype-uuid v1.3.2
15762026-06-04T19:23:43.254Z Compiling hubpack_derive v0.1.1
15772026-06-04T19:23:43.415Z Compiling rand v0.8.6
15782026-06-04T19:23:43.495Z Compiling darling v0.21.3
15792026-06-04T19:23:43.555Z Compiling oxnet v0.1.4
15802026-06-04T19:23:43.675Z Compiling derive_builder v0.20.2
15812026-06-04T19:23:43.689Z Compiling hyper-tls v0.6.0
15822026-06-04T19:23:43.772Z Compiling goblin v0.8.2
15832026-06-04T19:23:44.304Z Compiling phf_shared v0.13.1
15842026-06-04T19:23:44.376Z Compiling lazy_static v1.5.0
15852026-06-04T19:23:44.468Z Compiling regex v1.12.3
15862026-06-04T19:23:44.471Z Compiling futures-executor v0.3.32
15872026-06-04T19:23:44.538Z Compiling flate2 v1.1.9
15882026-06-04T19:23:44.557Z Compiling hex v0.4.3
15892026-06-04T19:23:44.746Z Compiling hkdf v0.12.4
15902026-06-04T19:23:44.827Z Compiling crypto-bigint v0.5.5
15912026-06-04T19:23:44.895Z Compiling ref-cast-impl v1.0.25
15922026-06-04T19:23:44.911Z Compiling daft-derive v0.1.7
15932026-06-04T19:23:44.924Z Compiling snafu-derive v0.8.9
15942026-06-04T19:23:44.949Z Compiling strum_macros v0.27.2
15952026-06-04T19:23:45.428Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-04T19:23:45.631Z Compiling terminal_size v0.4.3
15972026-06-04T19:23:45.771Z Compiling vergen v9.1.0
15982026-06-04T19:23:45.956Z Compiling fs-err v3.3.0
15992026-06-04T19:23:46.065Z Compiling cargo-platform v0.3.2
16002026-06-04T19:23:46.142Z Compiling ahash v0.8.12
16012026-06-04T19:23:46.340Z Compiling foldhash v0.1.5
16022026-06-04T19:23:46.340Z Compiling winnow v0.5.40
16032026-06-04T19:23:46.522Z Compiling managed v0.8.0
16042026-06-04T19:23:46.737Z Compiling same-file v1.0.6
16052026-06-04T19:23:46.795Z Compiling libbz2-rs-sys v0.2.2
16062026-06-04T19:23:46.877Z Compiling bitflags v1.3.2
16072026-06-04T19:23:46.898Z Compiling unicode-segmentation v1.12.0
16082026-06-04T19:23:46.927Z Compiling foldhash v0.2.0
16092026-06-04T19:23:46.951Z Compiling bumpalo v3.20.2
16102026-06-04T19:23:47.144Z Compiling object v0.37.3
16112026-06-04T19:23:47.197Z Compiling zopfli v0.8.3
16122026-06-04T19:23:47.264Z Compiling bzip2 v0.6.1
16132026-06-04T19:23:47.279Z Compiling hashbrown v0.16.1
16142026-06-04T19:23:47.486Z Compiling strum v0.27.2
16152026-06-04T19:23:47.486Z Compiling walkdir v2.5.0
16162026-06-04T19:23:47.602Z Compiling toml_edit v0.19.15
16172026-06-04T19:23:47.749Z Compiling snafu v0.8.9
16182026-06-04T19:23:47.791Z Compiling hashbrown v0.15.5
16192026-06-04T19:23:47.850Z Compiling clap_builder v4.5.60
16202026-06-04T19:23:47.901Z Compiling cargo_metadata v0.23.1
16212026-06-04T19:23:48.257Z Compiling dof v0.3.0
16222026-06-04T19:23:48.345Z Compiling elliptic-curve v0.13.8
16232026-06-04T19:23:48.794Z Compiling daft v0.1.7
16242026-06-04T19:23:49.082Z Compiling futures v0.3.32
16252026-06-04T19:23:49.118Z Compiling phf v0.13.1
16262026-06-04T19:23:49.162Z Compiling signal-hook-mio v0.2.5
16272026-06-04T19:23:49.306Z Compiling cookie_store v0.22.1
16282026-06-04T19:23:49.598Z Compiling hubpack v0.1.2
16292026-06-04T19:23:49.644Z Compiling bzip2 v0.4.4
16302026-06-04T19:23:49.816Z Compiling serde_with_macros v3.17.0
16312026-06-04T19:23:49.851Z Compiling zstd v0.13.3
16322026-06-04T19:23:49.958Z Compiling postgres-types v0.2.12
16332026-06-04T19:23:50.271Z Compiling usdt-macro v0.6.0
16342026-06-04T19:23:50.509Z Compiling usdt-attr-macro v0.6.0
16352026-06-04T19:23:50.888Z Compiling globset v0.4.18
16362026-06-04T19:23:50.918Z Compiling dtrace-parser v0.2.0
16372026-06-04T19:23:51.002Z Compiling ed25519 v2.2.3
16382026-06-04T19:23:51.193Z Compiling phf_shared v0.11.3
16392026-06-04T19:23:51.277Z Compiling olpc-cjson v0.1.4
16402026-06-04T19:23:51.313Z Compiling pkcs1 v0.7.5
16412026-06-04T19:23:51.374Z Compiling serde-big-array v0.5.1
16422026-06-04T19:23:51.435Z Compiling serde_plain v1.0.2
16432026-06-04T19:23:51.516Z Compiling rfc6979 v0.4.0
16442026-06-04T19:23:51.552Z Compiling serde_repr v0.1.20
16452026-06-04T19:23:51.626Z Compiling strum_macros v0.26.4
16462026-06-04T19:23:51.639Z Compiling async-recursion v1.1.1
16472026-06-04T19:23:51.652Z Compiling clap_derive v4.5.55
16482026-06-04T19:23:51.703Z Compiling enum-as-inner v0.6.1
16492026-06-04T19:23:51.900Z Compiling pem v3.0.6
16502026-06-04T19:23:52.070Z Compiling float-cmp v0.10.0
16512026-06-04T19:23:52.201Z Compiling memmap2 v0.9.10
16522026-06-04T19:23:52.220Z Compiling thread-id v4.2.2
16532026-06-04T19:23:52.246Z Compiling env_filter v1.0.0
16542026-06-04T19:23:52.280Z Compiling fixedbitset v0.4.2
16552026-06-04T19:23:52.301Z Compiling predicates-core v1.0.10
16562026-06-04T19:23:52.407Z Compiling jiff v0.2.21
16572026-06-04T19:23:52.472Z Compiling keccak v0.1.6
16582026-06-04T19:23:52.491Z Compiling difflib v0.4.0
16592026-06-04T19:23:52.537Z Compiling static_assertions v1.1.0
16602026-06-04T19:23:52.614Z Compiling either v1.15.0
16612026-06-04T19:23:52.818Z Compiling data-encoding v2.10.0
16622026-06-04T19:23:53.040Z Compiling new_debug_unreachable v1.0.6
16632026-06-04T19:23:53.113Z Compiling typed-path v0.9.3
16642026-06-04T19:23:53.276Z Compiling precomputed-hash v0.1.1
16652026-06-04T19:23:53.340Z Compiling normalize-line-endings v0.3.0
16662026-06-04T19:23:53.363Z Compiling fixedbitset v0.5.7
16672026-06-04T19:23:53.395Z Compiling whoami v2.1.0
16682026-06-04T19:23:53.434Z Compiling predicates v3.1.4
16692026-06-04T19:23:53.506Z Compiling clap v4.5.60
16702026-06-04T19:23:53.589Z Compiling petgraph v0.8.3
16712026-06-04T19:23:53.660Z Compiling tokio-postgres v0.7.16
16722026-06-04T19:23:53.813Z Compiling string_cache v0.8.9
16732026-06-04T19:23:54.046Z Compiling strum v0.26.3
16742026-06-04T19:23:54.111Z Compiling hickory-proto v0.25.2
16752026-06-04T19:23:54.177Z Compiling itertools v0.13.0
16762026-06-04T19:23:54.378Z Compiling sha3 v0.10.8
16772026-06-04T19:23:54.843Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-04T19:23:54.876Z Compiling toml_edit v0.22.27
16792026-06-04T19:23:55.423Z Compiling zip v4.6.1
16802026-06-04T19:23:55.598Z Compiling petgraph v0.6.5
16812026-06-04T19:23:55.899Z Compiling env_logger v0.11.9
16822026-06-04T19:23:56.255Z Compiling usdt v0.6.0
16832026-06-04T19:23:56.358Z Compiling usdt-impl v0.5.0
16842026-06-04T19:23:56.513Z Compiling ecdsa v0.16.9
16852026-06-04T19:23:56.608Z Compiling rsa v0.9.10
16862026-06-04T19:23:56.903Z Compiling ed25519-dalek v2.2.0
16872026-06-04T19:23:56.934Z Compiling crossterm v0.28.1
16882026-06-04T19:23:57.061Z Compiling serde_with v3.17.0
16892026-06-04T19:23:57.589Z Compiling zip v0.6.6
16902026-06-04T19:23:58.023Z Compiling iddqd v0.4.2
16912026-06-04T19:23:58.167Z Compiling toml v0.7.8
16922026-06-04T19:23:58.793Z Compiling heck v0.4.1
16932026-06-04T19:23:58.830Z Compiling similar v2.7.0
16942026-06-04T19:23:58.899Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-04T19:23:59.018Z Compiling crossbeam-epoch v0.9.18
16962026-06-04T19:23:59.099Z Compiling tokio-stream v0.1.18
16972026-06-04T19:23:59.327Z Compiling buf-list v1.1.2
16982026-06-04T19:23:59.348Z Compiling x509-cert v0.2.5
16992026-06-04T19:23:59.550Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-04T19:23:59.570Z Compiling openapiv3 v2.2.0
17012026-06-04T19:23:59.602Z Compiling sha1 v0.10.6
17022026-06-04T19:23:59.720Z Compiling lalrpop-util v0.19.12
17032026-06-04T19:23:59.826Z Compiling peg-runtime v0.8.5
17042026-06-04T19:23:59.849Z Compiling thread_local v1.1.9
17052026-06-04T19:23:59.913Z Compiling slog-async v2.8.0
17062026-06-04T19:23:59.944Z Compiling crossbeam-channel v0.5.15
17072026-06-04T19:24:00.097Z Compiling filetime v0.2.27
17082026-06-04T19:24:00.097Z Compiling is-terminal v0.4.17
17092026-06-04T19:24:00.200Z Compiling term v1.2.1
17102026-06-04T19:24:00.221Z Compiling xattr v1.6.1
17112026-06-04T19:24:00.269Z Compiling take_mut v0.2.2
17122026-06-04T19:24:00.395Z Compiling tar v0.4.45
17132026-06-04T19:24:00.772Z Compiling slog-term v2.9.2
17142026-06-04T19:24:10.718Z Compiling rustls-webpki v0.103.9
17152026-06-04T19:24:13.493Z Compiling tokio-rustls v0.26.4
17162026-06-04T19:24:13.493Z Compiling rustls-platform-verifier v0.6.2
17172026-06-04T19:24:13.691Z Compiling hyper-rustls v0.27.7
17182026-06-04T19:24:13.914Z Compiling reqwest v0.12.28
17192026-06-04T19:24:13.928Z Compiling reqwest v0.13.2
17202026-06-04T19:24:15.158Z Compiling tough v0.22.0
17212026-06-04T19:24:17.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-04T19:24:17.907Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-04T19:24:20.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-04T19:24:20.906Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-04T19:24:20.961ZJun 04 19:24:19.951 INFO Starting download, target: Cockroach
17262026-06-04T19:24:20.961ZJun 04 19:24:19.952 INFO Starting download, target: Clickhouse
17272026-06-04T19:24:20.961ZJun 04 19:24:19.952 INFO Starting download, target: Console
17282026-06-04T19:24:20.961ZJun 04 19:24:19.952 INFO Starting download, target: DendriteStub
17292026-06-04T19:24:20.961ZJun 04 19:24:19.952 INFO Starting download, target: MaghemiteMgd
17302026-06-04T19:24:20.961ZJun 04 19:24:19.952 INFO Starting download, target: TransceiverControl
17312026-06-04T19:24:20.964ZJun 04 19:24:19.952 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-04T19:24:20.964ZJun 04 19:24:19.952 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-04T19:24:20.964ZJun 04 19:24:19.952 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-04T19:24:20.964ZJun 04 19:24:19.952 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-04T19:24:20.964ZJun 04 19:24:19.952 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-04T19:24:20.964ZJun 04 19:24:19.952 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-04T19:24:21.351ZJun 04 19:24:20.333 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-04T19:24:21.581ZJun 04 19:24:20.557 INFO Download complete, target: TransceiverControl
17392026-06-04T19:24:21.978ZJun 04 19:24:20.961 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-04T19:24:22.190ZJun 04 19:24:21.174 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-04T19:24:22.253ZJun 04 19:24:21.231 INFO Download complete, target: Console
17422026-06-04T19:24:22.633ZJun 04 19:24:21.618 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-06-04T19:24:22.883ZJun 04 19:24:21.873 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-04T19:24:22.921ZJun 04 19:24:21.909 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-04T19:24:22.921ZJun 04 19:24:21.909 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-04T19:24:24.603ZJun 04 19:24:23.584 INFO Download complete, target: DendriteStub
17472026-06-04T19:24:25.094ZJun 04 19:24:24.082 INFO Download complete, target: MaghemiteMgd
17482026-06-04T19:24:27.603ZJun 04 19:24:26.590 INFO Checking that binary works, target: Cockroach
17492026-06-04T19:24:27.731ZJun 04 19:24:26.710 INFO Download complete, target: Cockroach
17502026-06-04T19:24:29.620ZJun 04 19:24:28.610 INFO Checking that binary works, target: Clickhouse
17512026-06-04T19:24:29.717ZJun 04 19:24:28.707 INFO Download complete, target: Clickhouse
17522026-06-04T19:24:29.733ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-04T19:24:29.736Z
17542026-06-04T19:24:29.736Zreal 2:19.598032072
17552026-06-04T19:24:29.736Zuser 6:55.588627489
17562026-06-04T19:24:29.736Zsys 1:21.368911969
17572026-06-04T19:24:29.736Ztrap 0.219577623
17582026-06-04T19:24:29.736Ztflt 1.372108059
17592026-06-04T19:24:29.736Zdflt 1.351893914
17602026-06-04T19:24:29.736Zkflt 0.034583843
17612026-06-04T19:24:29.736Zlock 21:58.627282812
17622026-06-04T19:24:29.736Zslp 21:38.224795648
17632026-06-04T19:24:29.736Zlat 42.268198451
17642026-06-04T19:24:29.736Zstop 1:52.756670844
17652026-06-04T19:24:29.736Z+ banner hack-check
17662026-06-04T19:24:29.736Z
17672026-06-04T19:24:29.736Z # # ## #### # # #### # # ###### #### # #
17682026-06-04T19:24:29.736Z # # # # # # # # # # # # # # # # #
17692026-06-04T19:24:29.736Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-04T19:24:29.736Z # # ###### # # # # # # # # # #
17712026-06-04T19:24:29.736Z # # # # # # # # # # # # # # # # #
17722026-06-04T19:24:29.736Z # # # # #### # # #### # # ###### #### # #
17732026-06-04T19:24:29.736Z
17742026-06-04T19:24:29.736Z+ export CARGO_INCREMENTAL=0
17752026-06-04T19:24:29.736Z+ CARGO_INCREMENTAL=0
17762026-06-04T19:24:29.736Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-04T19:24:30.271Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-04T19:24:30.491Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-04T19:24:32.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17802026-06-04T19:24:32.435Z Running `target/debug/xtask check-features --ci`
17812026-06-04T19:24:32.461Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-04T19:24:32.463Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-04T19:24:32.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-04T19:24:32.971Z Running `target/debug/xtask download cargo-hack`
17852026-06-04T19:24:33.752Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-04T19:24:34.063Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-04T19:24:36.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17882026-06-04T19:24:36.737Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-04T19:24:36.778ZJun 04 19:24:35.768 INFO Starting download, target: CargoHack
17902026-06-04T19:24:36.782ZJun 04 19:24:35.769 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-04T19:24:37.536ZJun 04 19:24:36.527 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-04T19:24:37.588ZJun 04 19:24:36.579 INFO Download complete, target: CargoHack
17932026-06-04T19:24:37.593Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-04T19:24:37.605Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-04T19:24:37.760Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-04T19:24:38.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-04T19:24:38.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-04T19:24:38.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-04T19:24:38.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-04T19:24:38.338Z
18012026-06-04T19:24:38.338Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-04T19:24:39.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-04T19:24:39.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-04T19:24:39.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-04T19:24:39.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-06-04T19:24:39.064Z
18072026-06-04T19:24:39.064Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-04T19:24:39.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-04T19:24:39.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-04T19:24:39.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-04T19:24:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-06-04T19:24:39.483Z
18132026-06-04T19:24:39.483Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-04T19:24:39.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-04T19:24:39.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-04T19:24:39.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-04T19:24:39.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-06-04T19:24:40.070Z
18192026-06-04T19:24:40.070Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-04T19:24:40.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-04T19:24:40.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-04T19:24:40.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-04T19:24:40.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-04T19:24:40.652Z
18252026-06-04T19:24:40.652Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-04T19:24:41.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-04T19:24:41.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-04T19:24:41.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-04T19:24:41.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-04T19:24:41.245Z
18312026-06-04T19:24:41.245Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-04T19:24:41.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-04T19:24:41.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-04T19:24:41.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-04T19:24:41.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-04T19:24:41.837Z
18372026-06-04T19:24:41.838Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-04T19:24:42.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-04T19:24:42.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-04T19:24:42.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-04T19:24:42.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-04T19:24:42.433Z
18432026-06-04T19:24:42.433Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-04T19:24:42.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-04T19:24:42.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-04T19:24:42.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-04T19:24:42.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-04T19:24:42.898Z
18492026-06-04T19:24:42.898Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-04T19:24:43.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-04T19:24:43.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-04T19:24:43.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-04T19:24:43.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-04T19:24:43.374Z
18552026-06-04T19:24:43.374Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-04T19:24:43.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-04T19:24:43.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-04T19:24:43.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-04T19:24:43.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-04T19:24:43.835Z
18612026-06-04T19:24:43.835Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-04T19:24:44.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-04T19:24:44.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-04T19:24:44.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-04T19:24:44.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-04T19:24:44.300Z
18672026-06-04T19:24:44.300Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-04T19:24:44.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-04T19:24:44.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-04T19:24:44.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-04T19:24:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-04T19:24:44.763Z
18732026-06-04T19:24:44.763Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-04T19:24:45.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-04T19:24:45.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-04T19:24:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-04T19:24:45.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-04T19:24:45.231Z
18792026-06-04T19:24:45.231Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-04T19:24:45.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-04T19:24:45.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-04T19:24:45.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-04T19:24:45.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-04T19:24:45.695Z
18852026-06-04T19:24:45.695Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-04T19:24:46.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-04T19:24:46.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-04T19:24:46.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-04T19:24:46.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-04T19:24:46.192Z
18912026-06-04T19:24:46.192Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-04T19:24:46.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-04T19:24:46.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-04T19:24:46.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-04T19:24:46.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-04T19:24:46.624Z
18972026-06-04T19:24:46.625Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-04T19:24:47.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-04T19:24:47.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-04T19:24:47.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-04T19:24:47.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-04T19:24:47.106Z
19032026-06-04T19:24:47.106Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-04T19:24:47.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-04T19:24:47.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-04T19:24:47.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-04T19:24:47.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-04T19:24:47.552Z
19092026-06-04T19:24:47.552Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-04T19:24:47.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-04T19:24:47.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-04T19:24:47.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-04T19:24:47.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-04T19:24:48.019Z
19152026-06-04T19:24:48.019Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-04T19:24:48.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-04T19:24:48.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-04T19:24:48.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-04T19:24:48.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-04T19:24:48.484Z
19212026-06-04T19:24:48.484Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-04T19:24:48.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-04T19:24:48.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-04T19:24:48.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-04T19:24:48.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-04T19:24:48.949Z
19272026-06-04T19:24:48.949Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-04T19:24:49.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-04T19:24:49.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-04T19:24:49.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-04T19:24:49.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-04T19:24:49.441Z
19332026-06-04T19:24:49.441Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-04T19:24:49.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-04T19:24:49.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-04T19:24:49.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-04T19:24:49.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-04T19:24:49.889Z
19392026-06-04T19:24:49.889Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-04T19:24:50.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-04T19:24:50.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-04T19:24:50.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-04T19:24:50.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-04T19:24:50.355Z
19452026-06-04T19:24:50.356Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-04T19:24:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-04T19:24:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-04T19:24:50.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-04T19:24:50.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-04T19:24:50.823Z
19512026-06-04T19:24:50.823Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-04T19:24:51.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-04T19:24:51.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-04T19:24:51.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-04T19:24:51.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-04T19:24:51.291Z
19572026-06-04T19:24:51.291Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-04T19:24:51.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-04T19:24:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-04T19:24:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-04T19:24:51.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-04T19:24:51.759Z
19632026-06-04T19:24:51.759Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-04T19:24:52.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-04T19:24:52.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-04T19:24:52.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-04T19:24:52.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-04T19:24:52.231Z
19692026-06-04T19:24:52.231Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-04T19:24:52.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-04T19:24:52.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-04T19:24:52.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-04T19:24:52.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-04T19:24:52.696Z
19752026-06-04T19:24:52.696Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-04T19:24:53.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-04T19:24:53.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-04T19:24:53.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-04T19:24:53.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-04T19:24:53.163Z
19812026-06-04T19:24:53.163Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-04T19:24:53.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-04T19:24:53.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-04T19:24:53.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-04T19:24:53.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-04T19:24:53.627Z
19872026-06-04T19:24:53.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-04T19:24:54.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-04T19:24:54.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-04T19:24:54.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-04T19:24:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-04T19:24:54.096Z
19932026-06-04T19:24:54.096Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-04T19:24:54.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-04T19:24:54.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-04T19:24:54.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-04T19:24:54.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-04T19:24:54.562Z
19992026-06-04T19:24:54.562Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-04T19:24:54.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-04T19:24:54.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-04T19:24:54.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-04T19:24:54.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-04T19:24:55.033Z
20052026-06-04T19:24:55.033Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-04T19:24:55.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-04T19:24:55.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-04T19:24:55.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-04T19:24:55.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-04T19:24:55.497Z
20112026-06-04T19:24:55.497Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-04T19:24:55.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-04T19:24:55.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-04T19:24:55.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-04T19:24:55.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-04T19:24:55.964Z
20172026-06-04T19:24:55.964Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-04T19:24:56.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-04T19:24:56.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-04T19:24:56.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-04T19:24:56.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-04T19:24:56.429Z
20232026-06-04T19:24:56.429Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-04T19:24:56.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-04T19:24:56.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-04T19:24:56.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-04T19:24:56.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-04T19:24:56.896Z
20292026-06-04T19:24:56.896Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-04T19:24:57.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-04T19:24:57.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-04T19:24:57.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-04T19:24:57.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-04T19:24:57.367Z
20352026-06-04T19:24:57.367Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-04T19:24:57.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-04T19:24:57.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-04T19:24:57.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-04T19:24:57.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-04T19:24:57.835Z
20412026-06-04T19:24:57.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-04T19:24:58.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-04T19:24:58.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-04T19:24:58.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-04T19:24:58.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-04T19:24:58.296Z
20472026-06-04T19:24:58.296Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-04T19:24:58.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-04T19:24:58.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-04T19:24:58.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-04T19:24:58.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-04T19:24:58.765Z
20532026-06-04T19:24:58.765Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-04T19:24:59.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-04T19:24:59.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-04T19:24:59.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-04T19:24:59.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-04T19:24:59.233Z
20592026-06-04T19:24:59.233Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-04T19:24:59.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-04T19:24:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-04T19:24:59.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-04T19:24:59.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-04T19:24:59.700Z
20652026-06-04T19:24:59.700Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-04T19:25:00.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-04T19:25:00.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-04T19:25:00.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-04T19:25:00.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-04T19:25:00.168Z
20712026-06-04T19:25:00.168Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-04T19:25:00.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-04T19:25:00.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-04T19:25:00.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-04T19:25:00.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-04T19:25:00.635Z
20772026-06-04T19:25:00.636Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-04T19:25:01.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-04T19:25:01.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-04T19:25:01.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-04T19:25:01.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-06-04T19:25:01.106Z
20832026-06-04T19:25:01.106Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-04T19:25:01.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-04T19:25:01.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-04T19:25:01.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-04T19:25:01.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-06-04T19:25:01.738Z
20892026-06-04T19:25:01.738Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-04T19:25:02.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-04T19:25:02.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-04T19:25:02.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-04T19:25:02.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-06-04T19:25:02.382Z
20952026-06-04T19:25:02.382Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-04T19:25:02.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-04T19:25:02.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-04T19:25:02.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-04T19:25:02.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-04T19:25:03.017Z
21012026-06-04T19:25:03.017Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-04T19:25:03.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-04T19:25:03.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-04T19:25:03.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-04T19:25:03.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-06-04T19:25:03.653Z
21072026-06-04T19:25:03.653Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-04T19:25:04.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-04T19:25:04.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-04T19:25:04.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-04T19:25:04.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-06-04T19:25:04.258Z
21132026-06-04T19:25:04.258Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-04T19:25:04.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-04T19:25:04.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-04T19:25:04.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-04T19:25:04.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-04T19:25:04.836Z
21192026-06-04T19:25:04.836Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-04T19:25:05.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-04T19:25:05.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-04T19:25:05.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-04T19:25:05.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-04T19:25:05.441Z
21252026-06-04T19:25:05.441Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-04T19:25:05.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-04T19:25:05.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-04T19:25:05.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-04T19:25:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-04T19:25:06.042Z
21312026-06-04T19:25:06.042Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-04T19:25:06.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-04T19:25:06.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-04T19:25:06.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-04T19:25:06.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-04T19:25:06.641Z
21372026-06-04T19:25:06.641Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-04T19:25:07.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-04T19:25:07.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-04T19:25:07.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-04T19:25:07.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-04T19:25:07.247Z
21432026-06-04T19:25:07.247Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-04T19:25:07.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-04T19:25:07.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-04T19:25:07.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-04T19:25:07.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-06-04T19:25:07.834Z
21492026-06-04T19:25:07.834Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-04T19:25:08.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-04T19:25:08.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-04T19:25:08.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-04T19:25:08.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-04T19:25:08.417Z
21552026-06-04T19:25:08.417Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-04T19:25:08.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-04T19:25:08.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-04T19:25:08.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-04T19:25:08.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-04T19:25:08.997Z
21612026-06-04T19:25:08.997Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-04T19:25:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-04T19:25:09.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-04T19:25:09.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-04T19:25:09.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-04T19:25:09.578Z
21672026-06-04T19:25:09.578Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-04T19:25:10.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-04T19:25:10.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-04T19:25:10.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-04T19:25:10.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-06-04T19:25:10.174Z
21732026-06-04T19:25:10.174Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-04T19:25:10.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-04T19:25:10.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-04T19:25:10.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-04T19:25:10.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-06-04T19:25:10.773Z
21792026-06-04T19:25:10.773Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-04T19:25:11.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-04T19:25:11.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-04T19:25:11.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-04T19:25:11.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-04T19:25:11.354Z
21852026-06-04T19:25:11.354Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-04T19:25:11.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-04T19:25:11.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-04T19:25:11.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-04T19:25:11.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-04T19:25:11.938Z
21912026-06-04T19:25:11.938Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-04T19:25:12.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-04T19:25:12.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-04T19:25:12.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-04T19:25:12.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-04T19:25:12.536Z
21972026-06-04T19:25:12.536Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-04T19:25:13.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-04T19:25:13.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-04T19:25:13.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-04T19:25:13.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-06-04T19:25:13.136Z
22032026-06-04T19:25:13.136Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-04T19:25:13.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-04T19:25:13.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-04T19:25:13.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-04T19:25:13.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-04T19:25:13.733Z
22092026-06-04T19:25:13.733Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-04T19:25:14.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-04T19:25:14.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-04T19:25:14.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-04T19:25:14.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-04T19:25:14.323Z
22152026-06-04T19:25:14.323Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-04T19:25:14.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-04T19:25:14.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-04T19:25:14.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-04T19:25:14.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-04T19:25:14.918Z
22212026-06-04T19:25:14.918Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-04T19:25:15.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-04T19:25:15.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-04T19:25:15.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-04T19:25:15.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-04T19:25:15.511Z
22272026-06-04T19:25:15.511Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-04T19:25:16.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-04T19:25:16.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-04T19:25:16.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-04T19:25:16.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-06-04T19:25:16.130Z
22332026-06-04T19:25:16.130Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-04T19:25:16.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-04T19:25:16.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-04T19:25:16.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-04T19:25:16.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-06-04T19:25:16.749Z
22392026-06-04T19:25:16.750Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-04T19:25:17.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-04T19:25:17.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-04T19:25:17.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-04T19:25:17.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-04T19:25:17.333Z
22452026-06-04T19:25:17.333Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-04T19:25:17.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-04T19:25:17.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-04T19:25:17.947Z Checking cfg-if v1.0.4
22492026-06-04T19:25:17.950Z Checking libc v0.2.185
22502026-06-04T19:25:17.950Z Checking serde_core v1.0.228
22512026-06-04T19:25:18.066Z Checking zeroize v1.8.2
22522026-06-04T19:25:18.074Z Checking memchr v2.8.0
22532026-06-04T19:25:18.083Z Checking log v0.4.29
22542026-06-04T19:25:18.093Z Checking smallvec v1.15.1
22552026-06-04T19:25:18.105Z Checking typenum v1.19.0
22562026-06-04T19:25:18.108Z Checking subtle v2.6.1
22572026-06-04T19:25:18.205Z Checking itoa v1.0.17
22582026-06-04T19:25:18.243Z Checking scopeguard v1.2.0
22592026-06-04T19:25:18.254Z Checking stable_deref_trait v1.2.1
22602026-06-04T19:25:18.264Z Checking const-oid v0.9.6
22612026-06-04T19:25:18.324Z Checking zerofrom v0.1.6
22622026-06-04T19:25:18.340Z Checking lock_api v0.4.14
22632026-06-04T19:25:18.353Z Checking pin-project-lite v0.2.17
22642026-06-04T19:25:18.435Z Checking yoke v0.8.1
22652026-06-04T19:25:18.448Z Checking getrandom v0.2.17
22662026-06-04T19:25:18.448Z Checking errno v0.3.14
22672026-06-04T19:25:18.449Z Checking parking_lot_core v0.9.12
22682026-06-04T19:25:18.535Z Checking portable-atomic v1.13.1
22692026-06-04T19:25:18.571Z Checking signal-hook-registry v1.4.8
22702026-06-04T19:25:18.589Z Checking rand_core v0.6.4
22712026-06-04T19:25:18.604Z Checking zerovec v0.11.5
22722026-06-04T19:25:18.621Z Checking generic-array v0.14.7
22732026-06-04T19:25:18.647Z Checking critical-section v1.2.0
22742026-06-04T19:25:18.723Z Checking futures-core v0.3.32
22752026-06-04T19:25:18.744Z Checking parking_lot v0.12.5
22762026-06-04T19:25:18.759Z Checking mio v1.2.0
22772026-06-04T19:25:18.840Z Checking zerocopy v0.8.40
22782026-06-04T19:25:18.920Z Checking zmij v1.0.21
22792026-06-04T19:25:18.933Z Checking once_cell v1.21.3
22802026-06-04T19:25:18.944Z Checking socket2 v0.6.3
22812026-06-04T19:25:19.019Z Checking tinystr v0.8.2
22822026-06-04T19:25:19.031Z Checking libm v0.2.16
22832026-06-04T19:25:19.052Z Checking crypto-common v0.1.7
22842026-06-04T19:25:19.100Z Checking block-buffer v0.10.4
22852026-06-04T19:25:19.128Z Checking writeable v0.6.2
22862026-06-04T19:25:19.171Z Checking equivalent v1.0.2
22872026-06-04T19:25:19.182Z Checking litemap v0.8.1
22882026-06-04T19:25:19.193Z Checking percent-encoding v2.3.2
22892026-06-04T19:25:19.232Z Checking digest v0.10.7
22902026-06-04T19:25:19.252Z Checking potential_utf v0.1.4
22912026-06-04T19:25:19.283Z Checking zerotrie v0.2.3
22922026-06-04T19:25:19.331Z Checking futures-sink v0.3.32
22932026-06-04T19:25:19.345Z Checking icu_locale_core v2.1.1
22942026-06-04T19:25:19.376Z Checking icu_collections v2.1.1
22952026-06-04T19:25:19.425Z Checking cpufeatures v0.2.17
22962026-06-04T19:25:19.437Z Checking futures-channel v0.3.32
22972026-06-04T19:25:19.495Z Checking futures-io v0.3.32
22982026-06-04T19:25:19.527Z Checking futures-task v0.3.32
22992026-06-04T19:25:19.539Z Checking serde v1.0.228
23002026-06-04T19:25:19.605Z Checking bitflags v2.11.0
23012026-06-04T19:25:19.620Z Checking serde_json v1.0.149
23022026-06-04T19:25:19.661Z Checking slab v0.4.12
23032026-06-04T19:25:19.681Z Checking hmac v0.12.1
23042026-06-04T19:25:19.729Z Checking num-traits v0.2.19
23052026-06-04T19:25:19.772Z Checking icu_normalizer_data v2.1.1
23062026-06-04T19:25:19.816Z Checking icu_properties_data v2.1.2
23072026-06-04T19:25:19.818Z Checking futures-util v0.3.32
23082026-06-04T19:25:19.848Z Checking hashbrown v0.17.0
23092026-06-04T19:25:19.894Z Checking icu_provider v2.1.1
23102026-06-04T19:25:19.948Z Checking rand_core v0.10.0
23112026-06-04T19:25:19.961Z Checking bytes v1.11.1
23122026-06-04T19:25:20.086Z Checking getrandom v0.4.1
23132026-06-04T19:25:20.127Z Checking icu_normalizer v2.1.1
23142026-06-04T19:25:20.229Z Checking icu_properties v2.1.2
23152026-06-04T19:25:20.289Z Checking block-padding v0.3.3
23162026-06-04T19:25:20.303Z Checking utf8_iter v1.0.4
23172026-06-04T19:25:20.316Z Checking indexmap v2.14.0
23182026-06-04T19:25:20.398Z Checking tokio v1.52.1
23192026-06-04T19:25:20.420Z Checking inout v0.1.4
23202026-06-04T19:25:20.433Z Checking sha2 v0.10.9
23212026-06-04T19:25:20.436Z Checking form_urlencoded v1.2.2
23222026-06-04T19:25:20.555Z Checking cipher v0.4.4
23232026-06-04T19:25:20.569Z Checking getrandom v0.3.4
23242026-06-04T19:25:20.701Z Checking fnv v1.0.7
23252026-06-04T19:25:20.715Z Checking base64ct v1.8.3
23262026-06-04T19:25:20.757Z Checking byteorder v1.5.0
23272026-06-04T19:25:20.794Z Checking flagset v0.4.7
23282026-06-04T19:25:20.871Z Checking rand_core v0.9.5
23292026-06-04T19:25:20.916Z Checking http v1.4.0
23302026-06-04T19:25:20.943Z Checking pem-rfc7468 v0.7.0
23312026-06-04T19:25:20.958Z Checking regex-syntax v0.8.10
23322026-06-04T19:25:21.041Z Checking idna_adapter v1.2.1
23332026-06-04T19:25:21.055Z Checking salsa20 v0.10.2
23342026-06-04T19:25:21.100Z Checking der v0.7.10
23352026-06-04T19:25:21.159Z Checking idna v1.1.0
23362026-06-04T19:25:21.202Z Checking uuid v1.23.0
23372026-06-04T19:25:21.398Z Checking url v2.5.8
23382026-06-04T19:25:21.469Z Checking pbkdf2 v0.12.2
23392026-06-04T19:25:21.485Z Checking rustix v1.1.3
23402026-06-04T19:25:21.580Z Checking tracing-core v0.1.36
23412026-06-04T19:25:21.610Z Checking ppv-lite86 v0.2.21
23422026-06-04T19:25:21.714Z Checking rustls-pki-types v1.14.0
23432026-06-04T19:25:21.824Z Checking spki v0.7.3
23442026-06-04T19:25:21.845Z Checking base64 v0.22.1
23452026-06-04T19:25:21.881Z Checking iana-time-zone v0.1.65
23462026-06-04T19:25:21.907Z Checking rand_chacha v0.9.0
23472026-06-04T19:25:21.985Z Checking tracing v0.1.44
23482026-06-04T19:25:21.988Z Checking chrono v0.4.44
23492026-06-04T19:25:22.010Z Checking scrypt v0.11.0
23502026-06-04T19:25:22.079Z Checking http-body v1.0.1
23512026-06-04T19:25:22.103Z Checking cbc v0.1.2
23522026-06-04T19:25:22.142Z Checking aes v0.8.4
23532026-06-04T19:25:22.185Z Checking aws-lc-sys v0.40.0
23542026-06-04T19:25:22.209Z Checking openssl-probe v0.2.1
23552026-06-04T19:25:22.225Z Checking untrusted v0.7.1
23562026-06-04T19:25:22.261Z Checking tinyvec_macros v0.1.1
23572026-06-04T19:25:22.311Z Checking untrusted v0.9.0
23582026-06-04T19:25:22.324Z Checking rand v0.9.2
23592026-06-04T19:25:22.330Z Checking tinyvec v1.10.0
23602026-06-04T19:25:22.349Z Checking atomic-waker v1.1.2
23612026-06-04T19:25:22.418Z Checking ring v0.17.14
23622026-06-04T19:25:22.443Z Checking try-lock v0.2.5
23632026-06-04T19:25:22.524Z Checking pkcs5 v0.7.1
23642026-06-04T19:25:22.539Z Checking tower-service v0.3.3
23652026-06-04T19:25:22.628Z Checking tower-layer v0.3.3
23662026-06-04T19:25:22.640Z Checking want v0.3.1
23672026-06-04T19:25:22.684Z Checking aws-lc-rs v1.16.3
23682026-06-04T19:25:22.759Z Checking ipnet v2.11.0
23692026-06-04T19:25:22.773Z Checking pkcs8 v0.10.2
23702026-06-04T19:25:22.773Z Checking httparse v1.10.1
23712026-06-04T19:25:22.800Z Checking aho-corasick v1.1.4
23722026-06-04T19:25:22.852Z Checking plain v0.2.3
23732026-06-04T19:25:22.956Z Checking pin-utils v0.1.0
23742026-06-04T19:25:22.969Z Checking httpdate v1.0.3
23752026-06-04T19:25:22.981Z Checking fastrand v2.3.0
23762026-06-04T19:25:23.010Z Checking foreign-types-shared v0.1.1
23772026-06-04T19:25:23.027Z Checking dyn-clone v1.0.20
23782026-06-04T19:25:23.092Z Checking foreign-types v0.3.2
23792026-06-04T19:25:23.110Z Checking unicode-normalization v0.1.25
23802026-06-04T19:25:23.128Z Checking semver v1.0.28
23812026-06-04T19:25:23.153Z Checking tempfile v3.25.0
23822026-06-04T19:25:23.164Z Checking openssl-sys v0.9.115
23832026-06-04T19:25:23.332Z Checking spin v0.9.8
23842026-06-04T19:25:23.346Z Checking unicode-ident v1.0.24
23852026-06-04T19:25:23.403Z Checking ucd-trie v0.1.7
23862026-06-04T19:25:23.455Z Checking proc-macro2 v1.0.106
23872026-06-04T19:25:23.468Z Checking regex-automata v0.4.14
23882026-06-04T19:25:23.512Z Checking rustls-webpki v0.103.9
23892026-06-04T19:25:23.525Z Checking schemars v0.8.22
23902026-06-04T19:25:23.539Z Checking pest v2.8.6
23912026-06-04T19:25:23.541Z Checking rustls-native-certs v0.8.3
23922026-06-04T19:25:23.560Z Checking openssl v0.10.79
23932026-06-04T19:25:23.604Z Checking tokio-util v0.7.18
23942026-06-04T19:25:23.674Z Checking thiserror v2.0.18
23952026-06-04T19:25:23.759Z Checking sync_wrapper v1.0.2
23962026-06-04T19:25:23.773Z Checking wait-timeout v0.2.1
23972026-06-04T19:25:23.861Z Checking powerfmt v0.2.0
23982026-06-04T19:25:23.894Z Checking pretty-hex v0.4.1
23992026-06-04T19:25:23.924Z Checking rustls v0.23.37
24002026-06-04T19:25:24.008Z Checking quick-error v1.2.3
24012026-06-04T19:25:24.020Z Checking utf8parse v0.2.2
24022026-06-04T19:25:24.110Z Checking bit-vec v0.8.0
24032026-06-04T19:25:24.122Z Checking simd-adler32 v0.3.8
24042026-06-04T19:25:24.175Z Checking siphasher v1.0.2
24052026-06-04T19:25:24.207Z Checking h2 v0.4.13
24062026-06-04T19:25:24.286Z Checking anstyle v1.0.13
24072026-06-04T19:25:24.299Z Checking bit-set v0.8.0
24082026-06-04T19:25:24.331Z Checking anstyle-parse v0.2.7
24092026-06-04T19:25:24.441Z Checking rusty-fork v0.3.1
24102026-06-04T19:25:24.466Z Checking deranged v0.5.8
24112026-06-04T19:25:24.483Z Checking tower v0.5.3
24122026-06-04T19:25:24.590Z Checking quote v1.0.45
24132026-06-04T19:25:24.609Z Compiling newtype-uuid v1.3.2
24142026-06-04T19:25:24.777Z Checking http-body-util v0.1.3
24152026-06-04T19:25:24.806Z Checking webpki-roots v1.0.6
24162026-06-04T19:25:24.886Z Checking crossbeam-utils v0.8.21
24172026-06-04T19:25:24.921Z Checking rand_xorshift v0.4.0
24182026-06-04T19:25:25.001Z Checking crc32fast v1.5.0
24192026-06-04T19:25:25.041Z Checking scroll v0.13.0
24202026-06-04T19:25:25.140Z Checking signature v2.2.0
24212026-06-04T19:25:25.222Z Checking unicode-bidi v0.3.18
24222026-06-04T19:25:25.271Z Checking time-core v0.1.8
24232026-06-04T19:25:25.273Z Checking unarray v0.1.4
24242026-06-04T19:25:25.309Z Checking allocator-api2 v0.2.21
24252026-06-04T19:25:25.383Z Checking adler2 v2.0.1
24262026-06-04T19:25:25.396Z Checking num-conv v0.2.0
24272026-06-04T19:25:25.410Z Checking unicode-properties v0.1.4
24282026-06-04T19:25:25.489Z Checking colorchoice v1.0.4
24292026-06-04T19:25:25.532Z Checking num_threads v0.1.7
24302026-06-04T19:25:25.532Z Checking ryu v1.0.23
24312026-06-04T19:25:25.583Z Checking is_terminal_polyfill v1.70.2
24322026-06-04T19:25:25.596Z Checking iri-string v0.7.10
24332026-06-04T19:25:25.599Z Checking anstyle-query v1.1.5
24342026-06-04T19:25:25.599Z Checking native-tls v0.2.18
24352026-06-04T19:25:25.632Z Checking stringprep v0.1.5
24362026-06-04T19:25:25.651Z Checking serde_urlencoded v0.7.1
24372026-06-04T19:25:25.667Z Checking time v0.3.47
24382026-06-04T19:25:25.704Z Checking anstream v0.6.21
24392026-06-04T19:25:25.777Z Checking miniz_oxide v0.8.9
24402026-06-04T19:25:25.780Z Checking tokio-native-tls v0.3.1
24412026-06-04T19:25:25.850Z Checking proptest v1.10.0
24422026-06-04T19:25:25.902Z Checking bstr v1.12.1
24432026-06-04T19:25:25.941Z Checking goblin v0.10.5
24442026-06-04T19:25:26.129Z Checking crossbeam-epoch v0.9.18
24452026-06-04T19:25:26.301Z Checking syn v2.0.117
24462026-06-04T19:25:26.315Z Checking tokio-rustls v0.26.4
24472026-06-04T19:25:26.355Z Compiling daft v0.1.7
24482026-06-04T19:25:26.540Z Checking ipnetwork v0.21.1
24492026-06-04T19:25:26.596Z Checking tower-http v0.6.8
24502026-06-04T19:25:26.630Z Checking rand_chacha v0.3.1
24512026-06-04T19:25:26.756Z Checking thiserror v1.0.69
24522026-06-04T19:25:26.779Z Checking scroll v0.12.0
24532026-06-04T19:25:26.838Z Checking hash32 v0.2.1
24542026-06-04T19:25:26.852Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-06-04T19:25:26.871Z Checking num-integer v0.1.46
24562026-06-04T19:25:26.897Z Checking hyper v1.8.1
24572026-06-04T19:25:26.960Z Checking toml_datetime v0.6.11
24582026-06-04T19:25:26.986Z Checking serde_spanned v0.6.9
24592026-06-04T19:25:27.004Z Checking md-5 v0.10.6
24602026-06-04T19:25:27.094Z Checking ff v0.13.1
24612026-06-04T19:25:27.111Z Checking encoding_rs v0.8.35
24622026-06-04T19:25:27.137Z Checking zlib-rs v0.6.2
24632026-06-04T19:25:27.148Z Checking psl-types v2.0.11
24642026-06-04T19:25:27.218Z Checking base16ct v0.2.0
24652026-06-04T19:25:27.262Z Checking fallible-iterator v0.2.0
24662026-06-04T19:25:27.342Z Checking mime v0.3.17
24672026-06-04T19:25:27.518Z Checking sec1 v0.7.3
24682026-06-04T19:25:27.531Z Checking postgres-protocol v0.6.10
24692026-06-04T19:25:27.719Z Checking publicsuffix v2.3.0
24702026-06-04T19:25:27.772Z Checking group v0.13.0
24712026-06-04T19:25:27.796Z Checking hyper-util v0.1.20
24722026-06-04T19:25:27.837Z Checking num-iter v0.1.45
24732026-06-04T19:25:27.876Z Checking goblin v0.8.2
24742026-06-04T19:25:27.915Z Checking heapless v0.7.17
24752026-06-04T19:25:27.947Z Checking zstd-safe v7.2.4
24762026-06-04T19:25:28.011Z Checking flate2 v1.1.9
24772026-06-04T19:25:28.042Z Checking rand v0.8.6
24782026-06-04T19:25:28.111Z Checking cookie v0.18.1
24792026-06-04T19:25:28.267Z Checking dof v0.4.0
24802026-06-04T19:25:28.299Z Checking oxnet v0.1.4
24812026-06-04T19:25:28.323Z Compiling iddqd v0.4.2
24822026-06-04T19:25:28.342Z Checking dtrace-parser v0.3.0
24832026-06-04T19:25:28.533Z Checking phf_shared v0.13.1
24842026-06-04T19:25:28.557Z Checking lazy_static v1.5.0
24852026-06-04T19:25:28.569Z Checking pin-project v1.1.11
24862026-06-04T19:25:28.579Z Checking zerocopy v0.7.35
24872026-06-04T19:25:28.644Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-04T19:25:28.659Z Checking signal-hook v0.3.18
24892026-06-04T19:25:28.726Z Checking terminal_size v0.4.3
24902026-06-04T19:25:28.729Z Checking futures-executor v0.3.32
24912026-06-04T19:25:28.844Z Checking hex v0.4.3
24922026-06-04T19:25:28.844Z Checking hkdf v0.12.4
24932026-06-04T19:25:28.883Z Checking crypto-bigint v0.5.5
24942026-06-04T19:25:28.886Z Checking thread-id v5.1.0
24952026-06-04T19:25:28.973Z Checking foldhash v0.2.0
24962026-06-04T19:25:28.973Z Checking winnow v0.7.14
24972026-06-04T19:25:29.049Z Checking hyper-rustls v0.27.7
24982026-06-04T19:25:29.060Z Checking hyper-tls v0.6.0
24992026-06-04T19:25:29.074Z Checking either v1.15.0
25002026-06-04T19:25:29.140Z Checking strsim v0.11.1
25012026-06-04T19:25:29.225Z Checking libbz2-rs-sys v0.2.2
25022026-06-04T19:25:29.249Z Compiling rayon-core v1.13.0
25032026-06-04T19:25:29.261Z Checking managed v0.8.0
25042026-06-04T19:25:29.304Z Checking same-file v1.0.6
25052026-06-04T19:25:29.421Z Checking bitflags v1.3.2
25062026-06-04T19:25:29.433Z Checking winnow v0.5.40
25072026-06-04T19:25:29.442Z Checking bumpalo v3.20.2
25082026-06-04T19:25:29.491Z Checking foldhash v0.1.5
25092026-06-04T19:25:29.573Z Checking clap_lex v1.0.0
25102026-06-04T19:25:29.613Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-06-04T19:25:29.625Z Checking hashbrown v0.15.5
25122026-06-04T19:25:29.637Z Checking zopfli v0.8.3
25132026-06-04T19:25:29.722Z Checking clap_builder v4.5.60
25142026-06-04T19:25:29.760Z Checking dof v0.3.0
25152026-06-04T19:25:29.779Z Checking elliptic-curve v0.13.8
25162026-06-04T19:25:29.812Z Checking bzip2 v0.6.1
25172026-06-04T19:25:29.995Z Checking smoltcp v0.9.1
25182026-06-04T19:25:30.037Z Checking walkdir v2.5.0
25192026-06-04T19:25:30.048Z Checking reqwest v0.12.28
25202026-06-04T19:25:30.089Z Checking hashbrown v0.16.1
25212026-06-04T19:25:30.111Z Checking usdt-impl v0.6.0
25222026-06-04T19:25:30.194Z Checking futures v0.3.32
25232026-06-04T19:25:30.198Z Checking signal-hook-mio v0.2.5
25242026-06-04T19:25:30.274Z Checking bzip2 v0.4.4
25252026-06-04T19:25:30.306Z Checking phf v0.13.1
25262026-06-04T19:25:30.393Z Checking snafu v0.8.9
25272026-06-04T19:25:30.436Z Checking num-bigint-dig v0.8.6
25282026-06-04T19:25:30.587Z Checking cookie_store v0.22.1
25292026-06-04T19:25:30.601Z Checking toml_edit v0.19.15
25302026-06-04T19:25:30.604Z Checking zstd v0.13.3
25312026-06-04T19:25:30.628Z Checking postgres-types v0.2.12
25322026-06-04T19:25:30.692Z Checking dtrace-parser v0.2.0
25332026-06-04T19:25:30.795Z Checking crossbeam-deque v0.8.6
25342026-06-04T19:25:30.904Z Checking rustls-platform-verifier v0.6.2
25352026-06-04T19:25:30.916Z Checking globset v0.4.18
25362026-06-04T19:25:30.927Z Checking regex v1.12.3
25372026-06-04T19:25:30.939Z Checking ed25519 v2.2.3
25382026-06-04T19:25:30.955Z Checking phf_shared v0.11.3
25392026-06-04T19:25:30.971Z Checking olpc-cjson v0.1.4
25402026-06-04T19:25:31.038Z Checking curve25519-dalek v4.1.3
25412026-06-04T19:25:31.097Z Checking ref-cast v1.0.25
25422026-06-04T19:25:31.100Z Checking strum v0.27.2
25432026-06-04T19:25:31.120Z Checking hubpack v0.1.2
25442026-06-04T19:25:31.163Z Checking memoffset v0.9.1
25452026-06-04T19:25:31.193Z Checking rustix v0.38.44
25462026-06-04T19:25:31.204Z Checking pkcs1 v0.7.5
25472026-06-04T19:25:31.215Z Checking pem v3.0.6
25482026-06-04T19:25:31.236Z Checking float-cmp v0.10.0
25492026-06-04T19:25:31.249Z Checking serde-big-array v0.5.1
25502026-06-04T19:25:31.283Z Checking serde_plain v1.0.2
25512026-06-04T19:25:31.363Z Checking erased-serde v0.3.31
25522026-06-04T19:25:31.366Z Checking rfc6979 v0.4.0
25532026-06-04T19:25:31.387Z Checking memmap2 v0.9.10
25542026-06-04T19:25:31.405Z Checking thread-id v4.2.2
25552026-06-04T19:25:31.426Z Checking env_filter v1.0.0
25562026-06-04T19:25:31.482Z Checking unicode-segmentation v1.12.0
25572026-06-04T19:25:31.496Z Checking difflib v0.4.0
25582026-06-04T19:25:31.543Z Checking normalize-line-endings v0.3.0
25592026-06-04T19:25:31.563Z Checking whoami v2.1.0
25602026-06-04T19:25:31.631Z Checking fixedbitset v0.5.7
25612026-06-04T19:25:31.643Z Checking fixedbitset v0.4.2
25622026-06-04T19:25:31.668Z Checking new_debug_unreachable v1.0.6
25632026-06-04T19:25:31.751Z Checking data-encoding v2.10.0
25642026-06-04T19:25:31.755Z Checking toml_write v0.1.2
25652026-06-04T19:25:31.760Z Checking static_assertions v1.1.0
25662026-06-04T19:25:31.785Z Checking jiff v0.2.21
25672026-06-04T19:25:31.797Z Checking precomputed-hash v0.1.1
25682026-06-04T19:25:31.801Z Checking keccak v0.1.6
25692026-06-04T19:25:31.824Z Checking predicates-core v1.0.10
25702026-06-04T19:25:31.835Z Checking typed-path v0.9.3
25712026-06-04T19:25:31.876Z Checking string_cache v0.8.9
25722026-06-04T19:25:31.910Z Checking toml_edit v0.22.27
25732026-06-04T19:25:31.941Z Checking predicates v3.1.4
25742026-06-04T19:25:31.969Z Checking sha3 v0.10.8
25752026-06-04T19:25:31.994Z Checking crossterm v0.28.1
25762026-06-04T19:25:32.006Z Checking hickory-proto v0.25.2
25772026-06-04T19:25:32.039Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25782026-06-04T19:25:32.171Z Checking petgraph v0.8.3
25792026-06-04T19:25:32.227Z Checking ed25519-dalek v2.2.0
25802026-06-04T19:25:32.460Z Checking similar v2.7.0
25812026-06-04T19:25:32.595Z Checking tough v0.22.0
25822026-06-04T19:25:32.692Z Checking petgraph v0.6.5
25832026-06-04T19:25:32.839Z Checking tokio-postgres v0.7.16
25842026-06-04T19:25:32.984Z Checking slog v2.8.2
25852026-06-04T19:25:33.244Z Checking toml v0.7.8
25862026-06-04T19:25:33.558Z Checking env_logger v0.11.9
25872026-06-04T19:25:33.729Z Checking usdt v0.6.0
25882026-06-04T19:25:33.750Z Checking ecdsa v0.16.9
25892026-06-04T19:25:33.897Z Checking usdt-impl v0.5.0
25902026-06-04T19:25:33.941Z Checking rsa v0.9.10
25912026-06-04T19:25:34.011Z Checking zip v4.6.1
25922026-06-04T19:25:34.072Z Checking nix v0.31.2
25932026-06-04T19:25:34.180Z Checking reqwest v0.13.2
25942026-06-04T19:25:34.405Z Checking clap v4.5.60
25952026-06-04T19:25:34.488Z Checking zip v0.6.6
25962026-06-04T19:25:34.584Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-04T19:25:34.617Z Checking itertools v0.13.0
25982026-06-04T19:25:34.632Z Checking serde_with v3.17.0
25992026-06-04T19:25:34.757Z Checking strum v0.26.3
26002026-06-04T19:25:34.819Z Checking fs-err v3.3.0
26012026-06-04T19:25:34.872Z Checking ahash v0.8.12
26022026-06-04T19:25:34.914Z Checking object v0.37.3
26032026-06-04T19:25:34.996Z Checking tokio-stream v0.1.18
26042026-06-04T19:25:35.049Z Checking buf-list v1.1.2
26052026-06-04T19:25:35.074Z Checking camino v1.2.2
26062026-06-04T19:25:35.130Z Checking anyhow v1.0.102
26072026-06-04T19:25:35.151Z Checking x509-cert v0.2.5
26082026-06-04T19:25:35.233Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-04T19:25:35.320Z Checking openapiv3 v2.2.0
26102026-06-04T19:25:35.333Z Checking sha1 v0.10.6
26112026-06-04T19:25:35.380Z Checking lalrpop-util v0.19.12
26122026-06-04T19:25:35.490Z Checking peg-runtime v0.8.5
26132026-06-04T19:25:35.502Z Checking rayon v1.11.0
26142026-06-04T19:25:35.537Z Checking sigpipe v0.1.3
26152026-06-04T19:25:35.616Z Checking glob v0.3.3
26162026-06-04T19:25:37.109Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-04T19:25:37.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
26182026-06-04T19:25:37.560Z
26192026-06-04T19:25:37.560Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-04T19:25:38.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-04T19:25:38.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-04T19:25:38.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-04T19:25:38.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-06-04T19:25:38.163Z
26252026-06-04T19:25:38.163Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-04T19:25:38.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-04T19:25:38.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-04T19:25:38.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-04T19:25:38.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-04T19:25:38.764Z
26312026-06-04T19:25:38.764Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-04T19:25:39.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-04T19:25:39.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-04T19:25:39.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-04T19:25:39.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-06-04T19:25:39.383Z
26372026-06-04T19:25:39.383Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-04T19:25:39.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-04T19:25:39.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-04T19:25:39.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-04T19:25:39.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-06-04T19:25:39.985Z
26432026-06-04T19:25:39.985Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-04T19:25:40.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-04T19:25:40.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-04T19:25:40.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-04T19:25:40.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-06-04T19:25:40.581Z
26492026-06-04T19:25:40.582Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-04T19:25:41.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-04T19:25:41.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-04T19:25:41.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-04T19:25:41.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-04T19:25:41.178Z
26552026-06-04T19:25:41.178Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-04T19:25:41.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-04T19:25:41.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-04T19:25:41.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-04T19:25:41.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-04T19:25:41.761Z
26612026-06-04T19:25:41.761Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-04T19:25:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-04T19:25:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-04T19:25:42.452Z Compiling structmeta-derive v0.3.0
26652026-06-04T19:25:42.570Z Compiling rustls v0.22.4
26662026-06-04T19:25:42.580Z Compiling multer v3.1.0
26672026-06-04T19:25:42.589Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-06-04T19:25:42.589Z Compiling async-stream-impl v0.3.6
26692026-06-04T19:25:42.611Z Compiling dropshot v0.17.0
26702026-06-04T19:25:42.625Z Compiling newtype-uuid-macros v0.1.0
26712026-06-04T19:25:42.626Z Compiling dropshot_endpoint v0.17.0
26722026-06-04T19:25:42.747Z Checking newtype-uuid v1.3.2
26732026-06-04T19:25:42.808Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-04T19:25:42.870Z Checking rustls-webpki v0.102.8
26752026-06-04T19:25:42.941Z Checking daft v0.1.7
26762026-06-04T19:25:42.962Z Checking thread_local v1.1.9
26772026-06-04T19:25:43.128Z Checking compression-core v0.4.31
26782026-06-04T19:25:43.174Z Checking match_cfg v0.1.0
26792026-06-04T19:25:43.188Z Checking iddqd v0.4.2
26802026-06-04T19:25:43.256Z Checking hostname v0.3.1
26812026-06-04T19:25:43.267Z Checking compression-codecs v0.4.37
26822026-06-04T19:25:43.283Z Checking crossbeam-channel v0.5.15
26832026-06-04T19:25:43.350Z Checking slog-json v2.6.1
26842026-06-04T19:25:43.380Z Checking serde_spanned v1.0.4
26852026-06-04T19:25:43.432Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-06-04T19:25:43.504Z Checking is-terminal v0.4.17
26872026-06-04T19:25:43.516Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-06-04T19:25:43.593Z Checking take_mut v0.2.2
26892026-06-04T19:25:43.616Z Checking term v1.2.1
26902026-06-04T19:25:43.629Z Compiling structmeta v0.3.0
26912026-06-04T19:25:43.632Z Checking debug-ignore v1.0.5
26922026-06-04T19:25:43.694Z Checking slog-async v2.8.0
26932026-06-04T19:25:43.694Z Checking toml v1.0.6+spec-1.1.0
26942026-06-04T19:25:43.735Z Checking slog-bunyan v2.5.0
26952026-06-04T19:25:43.831Z Compiling derive-ex v0.1.8
26962026-06-04T19:25:43.835Z Compiling parse-display-derive v0.10.0
26972026-06-04T19:25:43.855Z Checking slog-term v2.9.2
26982026-06-04T19:25:43.867Z Checking async-compression v0.4.41
26992026-06-04T19:25:44.094Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-06-04T19:25:44.108Z Checking async-stream v0.3.6
27012026-06-04T19:25:44.111Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-04T19:25:44.168Z Checking progenitor-client v0.14.0
27032026-06-04T19:25:44.225Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-04T19:25:44.285Z Checking waitgroup v0.1.2
27052026-06-04T19:25:44.370Z Checking backon v1.6.0
27062026-06-04T19:25:44.386Z Checking rustls-pemfile v2.2.0
27072026-06-04T19:25:44.400Z Checking serde_path_to_error v0.1.20
27082026-06-04T19:25:44.454Z Checking hostname v0.4.2
27092026-06-04T19:25:44.527Z Checking instant v0.1.13
27102026-06-04T19:25:44.614Z Checking backoff v0.4.0
27112026-06-04T19:25:44.693Z Checking progenitor-extras v0.2.0
27122026-06-04T19:25:44.706Z Checking tokio-rustls v0.25.0
27132026-06-04T19:25:44.756Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-04T19:25:44.792Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-04T19:25:44.947Z Checking itertools v0.14.0
27162026-06-04T19:25:44.995Z Checking progenitor-client v0.10.0
27172026-06-04T19:25:45.174Z Checking regress v0.10.5
27182026-06-04T19:25:45.212Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-04T19:25:45.443Z Checking macaddr v1.0.1
27202026-06-04T19:25:45.539Z Compiling test-strategy v0.4.5
27212026-06-04T19:25:45.568Z Checking parse-display v0.10.0
27222026-06-04T19:25:45.827Z Checking humantime v2.3.0
27232026-06-04T19:25:46.793Z Compiling prettyplease v0.2.37
27242026-06-04T19:25:47.019Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-04T19:25:47.196Z Checking num-rational v0.4.2
27262026-06-04T19:25:47.386Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-04T19:25:47.793Z Checking num-complex v0.4.6
27282026-06-04T19:25:48.439Z Checking num v0.4.3
27292026-06-04T19:25:48.480Z Compiling usdt-macro v0.5.0
27302026-06-04T19:25:48.506Z Compiling usdt-attr-macro v0.5.0
27312026-06-04T19:25:48.519Z Checking memmap v0.7.0
27322026-06-04T19:25:48.532Z Checking float-ord v0.3.2
27332026-06-04T19:25:48.634Z Checking unicode-width v0.2.0
27342026-06-04T19:25:48.649Z Compiling convert_case v0.4.0
27352026-06-04T19:25:48.888Z Checking console v0.15.11
27362026-06-04T19:25:49.026Z Compiling derive_more v0.99.20
27372026-06-04T19:25:49.167Z Checking newline-converter v0.3.0
27382026-06-04T19:25:49.199Z Checking atomicwrites v0.4.4
27392026-06-04T19:25:49.276Z Compiling toml v0.8.23
27402026-06-04T19:25:49.280Z Checking usdt v0.5.0
27412026-06-04T19:25:49.328Z Checking linked-hash-map v0.5.6
27422026-06-04T19:25:49.457Z Compiling minimal-lexical v0.2.1
27432026-06-04T19:25:49.496Z Checking lru-cache v0.1.2
27442026-06-04T19:25:49.619Z Checking expectorate v1.2.0
27452026-06-04T19:25:49.715Z Compiling nom v7.1.3
27462026-06-04T19:25:50.272Z Checking camino-tempfile v1.4.1
27472026-06-04T19:25:50.378Z Checking hickory-proto v0.24.4
27482026-06-04T19:25:50.436Z Checking phf_shared v0.12.1
27492026-06-04T19:25:50.582Z Compiling slog-dtrace v0.3.0
27502026-06-04T19:25:50.631Z Checking heck v0.5.0
27512026-06-04T19:25:50.762Z Checking resolv-conf v0.7.6
27522026-06-04T19:25:50.776Z Compiling chrono-tz v0.10.4
27532026-06-04T19:25:50.949Z Compiling const_format_proc_macros v0.2.34
27542026-06-04T19:25:51.026Z Checking phf v0.12.1
27552026-06-04T19:25:51.043Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-04T19:25:51.083Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-04T19:25:51.171Z Checking tokio-dtrace v0.1.1
27582026-06-04T19:25:51.358Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-04T19:25:51.556Z Compiling derive-where v1.6.0
27602026-06-04T19:25:51.618Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-04T19:25:51.759Z Checking highway v1.3.0
27622026-06-04T19:25:51.995Z Checking const_format v0.2.35
27632026-06-04T19:25:52.176Z Checking hickory-resolver v0.24.4
27642026-06-04T19:25:52.229Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-04T19:25:52.413Z Checking oxide-tokio-rt v0.1.4
27662026-06-04T19:25:52.605Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-04T19:25:52.867Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-04T19:25:52.881Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-04T19:25:52.910Z Checking qorb v0.4.1
27702026-06-04T19:25:52.944Z Checking gethostname v0.5.0
27712026-06-04T19:25:53.035Z Checking bcs v0.1.6
27722026-06-04T19:25:53.150Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-04T19:25:53.167Z Checking termtree v0.5.1
27742026-06-04T19:25:56.377Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-04T19:25:59.160Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-04T19:26:01.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
27772026-06-04T19:26:01.496Z
27782026-06-04T19:26:01.496Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-04T19:26:03.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-04T19:26:03.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-04T19:26:03.340Z Compiling ar_archive_writer v0.5.1
27822026-06-04T19:26:03.340Z Compiling stacker v0.1.23
27832026-06-04T19:26:03.340Z Compiling cfg_aliases v0.1.1
27842026-06-04T19:26:03.340Z Compiling convert_case v0.10.0
27852026-06-04T19:26:03.340Z Checking unicode-width v0.1.14
27862026-06-04T19:26:03.341Z Compiling proc-macro-error v1.0.4
27872026-06-04T19:26:03.341Z Checking fd-lock v4.0.4
27882026-06-04T19:26:03.341Z Checking nibble_vec v0.1.0
27892026-06-04T19:26:03.341Z Compiling nix v0.28.0
27902026-06-04T19:26:03.341Z Checking vte v0.14.1
27912026-06-04T19:26:03.341Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-04T19:26:03.341Z Checking endian-type v0.1.2
27932026-06-04T19:26:03.341Z Checking bytecount v0.6.9
27942026-06-04T19:26:03.341Z Checking strip-ansi-escapes v0.2.1
27952026-06-04T19:26:03.341Z Compiling derive_more-impl v2.1.1
27962026-06-04T19:26:03.341Z Compiling tabled_derive v0.7.0
27972026-06-04T19:26:03.341Z Checking papergrid v0.11.0
27982026-06-04T19:26:03.341Z Checking radix_trie v0.2.1
27992026-06-04T19:26:03.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-04T19:26:03.341Z Compiling peg-macros v0.8.5
28012026-06-04T19:26:03.341Z Checking winnow v0.6.26
28022026-06-04T19:26:03.341Z Compiling psm v0.1.30
28032026-06-04T19:26:03.341Z Compiling sqlparser_derive v0.5.0
28042026-06-04T19:26:03.358Z Checking nu-ansi-term v0.50.3
28052026-06-04T19:26:03.400Z Checking derive_more v2.1.1
28062026-06-04T19:26:03.470Z Checking unicode_categories v0.1.1
28072026-06-04T19:26:03.511Z Checking home v0.5.12
28082026-06-04T19:26:03.561Z Checking tabled v0.15.0
28092026-06-04T19:26:03.611Z Checking crossterm v0.29.0
28102026-06-04T19:26:03.625Z Checking reedline v0.40.0
28112026-06-04T19:26:03.628Z Checking rustyline v14.0.0
28122026-06-04T19:26:03.872Z Checking recursive v0.1.1
28132026-06-04T19:26:03.987Z Checking display-error-chain v0.2.2
28142026-06-04T19:26:03.998Z Checking sqlparser v0.61.0
28152026-06-04T19:26:03.998Z Checking sqlformat v0.3.5
28162026-06-04T19:26:04.228Z Checking peg v0.8.5
28172026-06-04T19:26:15.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28182026-06-04T19:26:15.312Z
28192026-06-04T19:26:15.312Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-04T19:26:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-04T19:26:15.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-04T19:26:15.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-04T19:26:19.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28242026-06-04T19:26:19.610Z
28252026-06-04T19:26:19.610Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-04T19:26:20.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-04T19:26:20.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-04T19:26:20.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-04T19:26:22.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28302026-06-04T19:26:22.909Z
28312026-06-04T19:26:22.909Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-04T19:26:23.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-04T19:26:23.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-04T19:26:23.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-04T19:26:26.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-06-04T19:26:26.995Z
28372026-06-04T19:26:26.996Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-04T19:26:27.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-04T19:26:27.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-04T19:26:27.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-04T19:26:30.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28422026-06-04T19:26:31.104Z
28432026-06-04T19:26:31.104Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-04T19:26:31.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-04T19:26:31.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-04T19:26:31.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-04T19:26:34.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28482026-06-04T19:26:34.537Z
28492026-06-04T19:26:34.537Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-04T19:26:35.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-04T19:26:35.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-04T19:26:35.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-04T19:26:37.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-06-04T19:26:38.018Z
28552026-06-04T19:26:38.018Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-04T19:26:38.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-04T19:26:38.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-04T19:26:38.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-04T19:26:42.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28602026-06-04T19:26:42.303Z
28612026-06-04T19:26:42.303Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-04T19:26:42.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-04T19:26:42.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-04T19:26:42.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-04T19:26:42.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-06-04T19:26:42.905Z
28672026-06-04T19:26:42.905Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-04T19:26:43.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-04T19:26:43.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-04T19:26:43.542Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-04T19:26:43.707Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-04T19:26:43.711Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-04T19:26:44.046Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-04T19:26:46.921Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-04T19:26:48.133Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-04T19:26:48.360Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-04T19:26:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28782026-06-04T19:26:49.877Z
28792026-06-04T19:26:49.877Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-04T19:26:49.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-04T19:26:49.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-04T19:26:49.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-04T19:26:49.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-04T19:26:49.877Z
28852026-06-04T19:26:49.877Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-04T19:26:50.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-04T19:26:50.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-04T19:26:50.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-04T19:26:50.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-06-04T19:26:50.413Z
28912026-06-04T19:26:50.414Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-04T19:26:50.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-04T19:26:50.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-04T19:26:50.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-04T19:26:50.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-06-04T19:26:51.013Z
28972026-06-04T19:26:51.013Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-04T19:26:51.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-04T19:26:51.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-04T19:26:51.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-04T19:26:51.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-06-04T19:26:51.618Z
29032026-06-04T19:26:51.619Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-04T19:26:52.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-04T19:26:52.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-04T19:26:52.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-04T19:26:52.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-04T19:26:52.235Z
29092026-06-04T19:26:52.235Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-04T19:26:52.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-04T19:26:52.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-04T19:26:52.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-04T19:26:52.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-04T19:26:52.833Z
29152026-06-04T19:26:52.833Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-04T19:26:53.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-04T19:26:53.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-04T19:26:53.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-04T19:26:53.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-06-04T19:26:53.421Z
29212026-06-04T19:26:53.421Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-04T19:26:53.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-04T19:26:53.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-04T19:26:53.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-04T19:26:53.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-06-04T19:26:54.019Z
29272026-06-04T19:26:54.019Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-04T19:26:54.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-04T19:26:54.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-04T19:26:54.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-04T19:26:54.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-06-04T19:26:54.603Z
29332026-06-04T19:26:54.603Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-04T19:26:55.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-04T19:26:55.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-04T19:26:55.324Z Compiling crucible-workspace-hack v0.1.0
29372026-06-04T19:26:55.443Z Checking secrecy v0.10.3
29382026-06-04T19:26:55.449Z Compiling heapless v0.8.0
29392026-06-04T19:26:55.456Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-04T19:26:55.461Z Compiling ingot-macros v0.1.1
29412026-06-04T19:26:55.470Z Checking hash32 v0.3.1
29422026-06-04T19:26:55.481Z Compiling smoltcp v0.11.0
29432026-06-04T19:26:55.484Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-04T19:26:55.543Z Checking cobs v0.3.0
29452026-06-04T19:26:55.600Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-04T19:26:55.674Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-04T19:26:55.688Z Checking universal-hash v0.5.1
29482026-06-04T19:26:56.109Z Checking half v2.7.1
29492026-06-04T19:26:56.121Z Checking opaque-debug v0.3.1
29502026-06-04T19:26:56.121Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-04T19:26:56.121Z Checking ciborium-io v0.2.2
29522026-06-04T19:26:56.121Z Checking poly1305 v0.8.0
29532026-06-04T19:26:56.121Z Checking postcard v1.1.3
29542026-06-04T19:26:56.121Z Checking ciborium-ll v0.2.2
29552026-06-04T19:26:56.121Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-04T19:26:56.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-04T19:26:56.128Z Checking password-hash v0.5.0
29582026-06-04T19:26:56.205Z Compiling proc-macro-crate v3.4.0
29592026-06-04T19:26:56.352Z Checking chacha20 v0.9.1
29602026-06-04T19:26:56.379Z Compiling proc-macro-crate v1.3.1
29612026-06-04T19:26:56.405Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-06-04T19:26:56.556Z Checking blake2 v0.10.6
29632026-06-04T19:26:56.640Z Checking aead v0.5.2
29642026-06-04T19:26:56.742Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-04T19:26:56.750Z Compiling num_enum_derive v0.7.5
29662026-06-04T19:26:56.750Z Checking thiserror-no-std v2.0.2
29672026-06-04T19:26:56.789Z Compiling foreign-types-macros v0.2.3
29682026-06-04T19:26:56.798Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-06-04T19:26:56.807Z Checking cpufeatures v0.3.0
29702026-06-04T19:26:56.853Z Checking foreign-types-shared v0.3.1
29712026-06-04T19:26:56.880Z Checking chacha20 v0.10.0
29722026-06-04T19:26:56.955Z Checking vsss-rs v3.3.4
29732026-06-04T19:26:56.980Z Checking chacha20poly1305 v0.10.1
29742026-06-04T19:26:57.077Z Checking argon2 v0.5.3
29752026-06-04T19:26:57.117Z Compiling num_enum_derive v0.5.11
29762026-06-04T19:26:57.117Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-06-04T19:26:57.414Z Checking foreign-types v0.5.0
29782026-06-04T19:26:57.421Z Checking ciborium v0.2.2
29792026-06-04T19:26:57.549Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-04T19:26:57.609Z Checking tabwriter v1.4.1
29812026-06-04T19:26:59.208Z Checking byte-wrapper v0.1.0
29822026-06-04T19:26:59.251Z Checking num_enum v0.7.5
29832026-06-04T19:26:59.251Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-04T19:26:59.251Z Checking cstr-argument v0.1.2
29852026-06-04T19:26:59.251Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-04T19:26:59.251Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-04T19:26:59.251Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-06-04T19:26:59.251Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-06-04T19:26:59.251Z Checking num_enum v0.5.11
29902026-06-04T19:26:59.251Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-06-04T19:26:59.258Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-04T19:26:59.258Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-04T19:26:59.258Z Checking ingot-types v0.1.2
29942026-06-04T19:26:59.258Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-04T19:26:59.258Z Checking rand v0.10.0
29962026-06-04T19:26:59.258Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-04T19:26:59.258Z Checking colored v3.1.1
29982026-06-04T19:26:59.258Z Checking indent_write v2.2.0
29992026-06-04T19:26:59.258Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30002026-06-04T19:26:59.258Z Compiling zone_cfg_derive v0.3.1
30012026-06-04T19:26:59.258Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-04T19:26:59.258Z Checking ingot v0.1.1
30032026-06-04T19:26:59.258Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-06-04T19:26:59.258Z Checking itertools v0.12.1
30052026-06-04T19:26:59.258Z Compiling num-derive v0.4.2
30062026-06-04T19:26:59.258Z Checking swrite v0.1.0
30072026-06-04T19:26:59.258Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-04T19:26:59.258Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-06-04T19:26:59.258Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-04T19:26:59.258Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-04T19:26:59.258Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-04T19:26:59.259Z Checking dropshot-api-manager-types v0.7.2
30132026-06-04T19:26:59.259Z Checking smf v0.2.3
30142026-06-04T19:26:59.280Z Checking nanorand v0.7.0
30152026-06-04T19:26:59.340Z Checking whoami v1.6.1
30162026-06-04T19:26:59.431Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-04T19:26:59.471Z Checking flume v0.11.1
30182026-06-04T19:26:59.599Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-04T19:26:59.668Z Checking zone v0.3.1
30202026-06-04T19:27:00.204Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-04T19:27:01.187Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-04T19:27:02.057Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-04T19:27:06.188Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-04T19:27:07.367Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-04T19:27:08.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30262026-06-04T19:27:08.662Z
30272026-06-04T19:27:08.662Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-04T19:27:09.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-04T19:27:09.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-04T19:27:09.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-04T19:27:09.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-06-04T19:27:09.283Z
30332026-06-04T19:27:09.284Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-04T19:27:09.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-04T19:27:09.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-04T19:27:09.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-04T19:27:09.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-06-04T19:27:09.917Z
30392026-06-04T19:27:09.917Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-04T19:27:10.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-04T19:27:10.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-04T19:27:10.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-04T19:27:10.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-04T19:27:10.461Z
30452026-06-04T19:27:10.461Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-04T19:27:10.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-04T19:27:10.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-04T19:27:10.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-04T19:27:10.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-06-04T19:27:11.070Z
30512026-06-04T19:27:11.070Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-04T19:27:11.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-04T19:27:11.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-04T19:27:11.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-04T19:27:11.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-06-04T19:27:11.662Z
30572026-06-04T19:27:11.663Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-04T19:27:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-04T19:27:12.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-04T19:27:12.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-04T19:27:12.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-06-04T19:27:12.268Z
30632026-06-04T19:27:12.268Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-04T19:27:12.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-04T19:27:12.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-04T19:27:12.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-04T19:27:12.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-04T19:27:12.872Z
30692026-06-04T19:27:12.872Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-04T19:27:13.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-04T19:27:13.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-04T19:27:13.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-04T19:27:13.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-06-04T19:27:13.453Z
30752026-06-04T19:27:13.453Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-04T19:27:13.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-04T19:27:13.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-04T19:27:13.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-04T19:27:13.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-06-04T19:27:14.046Z
30812026-06-04T19:27:14.046Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-04T19:27:15.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-04T19:27:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-04T19:27:15.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-04T19:27:15.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-06-04T19:27:15.835Z
30872026-06-04T19:27:15.835Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-04T19:27:15.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-04T19:27:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-04T19:27:15.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-04T19:27:15.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-04T19:27:15.835Z
30932026-06-04T19:27:15.835Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-04T19:27:15.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-04T19:27:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-04T19:27:15.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-04T19:27:15.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-06-04T19:27:15.885Z
30992026-06-04T19:27:15.885Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-04T19:27:16.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-04T19:27:16.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-04T19:27:16.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-04T19:27:16.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-04T19:27:16.521Z
31052026-06-04T19:27:16.521Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-04T19:27:17.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-04T19:27:17.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-04T19:27:17.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-04T19:27:17.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-06-04T19:27:17.103Z
31112026-06-04T19:27:17.103Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-04T19:27:17.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-04T19:27:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-04T19:27:17.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-04T19:27:17.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-04T19:27:17.717Z
31172026-06-04T19:27:17.717Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-04T19:27:18.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-04T19:27:18.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-04T19:27:18.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-04T19:27:18.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-06-04T19:27:18.270Z
31232026-06-04T19:27:18.270Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-04T19:27:18.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-04T19:27:18.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-04T19:27:18.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-04T19:27:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-06-04T19:27:18.917Z
31292026-06-04T19:27:18.917Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-04T19:27:19.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-04T19:27:19.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-04T19:27:19.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-04T19:27:19.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-06-04T19:27:19.447Z
31352026-06-04T19:27:19.447Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-04T19:27:19.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-04T19:27:19.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-04T19:27:19.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-04T19:27:19.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-04T19:27:20.053Z
31412026-06-04T19:27:20.053Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-04T19:27:20.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-04T19:27:20.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-04T19:27:20.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-04T19:27:20.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-06-04T19:27:20.676Z
31472026-06-04T19:27:20.676Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-04T19:27:21.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-04T19:27:21.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-04T19:27:21.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-04T19:27:21.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-04T19:27:21.284Z
31532026-06-04T19:27:21.284Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-04T19:27:21.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-04T19:27:21.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-04T19:27:21.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-04T19:27:21.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-04T19:27:21.948Z
31592026-06-04T19:27:21.948Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-04T19:27:22.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-04T19:27:22.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-04T19:27:22.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-04T19:27:22.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31642026-06-04T19:27:22.470Z
31652026-06-04T19:27:22.470Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-04T19:27:22.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-04T19:27:22.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-04T19:27:23.162Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-04T19:27:23.279Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-04T19:27:23.286Z Checking csv-core v0.1.13
31712026-06-04T19:27:23.296Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-04T19:27:23.300Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-04T19:27:23.303Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-04T19:27:23.319Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-04T19:27:23.331Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-04T19:27:23.444Z Checking csv v1.4.0
31772026-06-04T19:27:23.485Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-04T19:27:23.499Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-04T19:27:23.523Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-04T19:27:23.536Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-04T19:27:23.778Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-04T19:27:24.145Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-04T19:27:24.145Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-04T19:27:24.474Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-04T19:27:30.491Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-04T19:27:31.027Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-04T19:27:33.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
31882026-06-04T19:27:33.565Z
31892026-06-04T19:27:33.565Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-04T19:27:34.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-04T19:27:34.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-04T19:27:34.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-04T19:27:34.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-04T19:27:34.165Z
31952026-06-04T19:27:34.165Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-04T19:27:34.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-04T19:27:34.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-04T19:27:34.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-04T19:27:34.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-06-04T19:27:34.839Z
32012026-06-04T19:27:34.839Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-04T19:27:35.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-04T19:27:35.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-04T19:27:35.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-04T19:27:35.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-06-04T19:27:35.520Z
32072026-06-04T19:27:35.521Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-04T19:27:36.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-04T19:27:36.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-04T19:27:36.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-04T19:27:36.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-06-04T19:27:36.168Z
32132026-06-04T19:27:36.168Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-04T19:27:36.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-04T19:27:36.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-04T19:27:36.922Z Compiling regress v0.11.1
32172026-06-04T19:27:37.063Z Compiling unsafe-libyaml v0.2.11
32182026-06-04T19:27:37.078Z Compiling semver v0.1.20
32192026-06-04T19:27:37.081Z Compiling radium v0.7.0
32202026-06-04T19:27:37.105Z Compiling maybe-uninit v2.0.0
32212026-06-04T19:27:37.110Z Checking tap v1.0.1
32222026-06-04T19:27:37.132Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-04T19:27:37.219Z Checking wyz v0.5.1
32242026-06-04T19:27:37.354Z Compiling rustc_version v0.1.7
32252026-06-04T19:27:37.393Z Checking progenitor-client v0.13.0
32262026-06-04T19:27:37.426Z Compiling zerocopy-derive v0.6.6
32272026-06-04T19:27:37.535Z Compiling owo-colors v4.3.0
32282026-06-04T19:27:37.568Z Compiling newtype_derive v0.1.6
32292026-06-04T19:27:37.623Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-04T19:27:37.757Z Compiling cancel-safe-futures v0.1.5
32312026-06-04T19:27:37.803Z Checking crc-catalog v2.4.0
32322026-06-04T19:27:37.841Z Compiling packed_struct v0.10.1
32332026-06-04T19:27:37.895Z Checking funty v2.0.0
32342026-06-04T19:27:37.984Z Checking crc v3.4.0
32352026-06-04T19:27:38.230Z Checking bitvec v1.0.1
32362026-06-04T19:27:38.246Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-06-04T19:27:38.258Z Checking zerocopy v0.6.6
32382026-06-04T19:27:38.291Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-04T19:27:38.476Z Checking typify-impl v0.6.2
32402026-06-04T19:27:38.561Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-04T19:27:38.631Z Compiling packed_struct_codegen v0.10.1
32422026-06-04T19:27:38.767Z Checking libsw-core v0.3.2
32432026-06-04T19:27:38.807Z Compiling bitfield-macros v0.19.4
32442026-06-04T19:27:38.915Z Compiling indexmap v1.9.3
32452026-06-04T19:27:39.052Z Checking nodrop v0.1.14
32462026-06-04T19:27:39.137Z Checking libsw v3.5.0
32472026-06-04T19:27:39.150Z Checking array-init v0.0.4
32482026-06-04T19:27:39.290Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-04T19:27:39.450Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-04T19:27:39.517Z Checking bitfield v0.19.4
32512026-06-04T19:27:39.532Z Checking smallvec v0.6.14
32522026-06-04T19:27:39.635Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-04T19:27:39.733Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-04T19:27:39.820Z Checking hashbrown v0.12.3
32552026-06-04T19:27:39.858Z Checking smawk v0.3.2
32562026-06-04T19:27:39.978Z Checking tagptr v0.2.0
32572026-06-04T19:27:39.992Z Checking base64 v0.21.7
32582026-06-04T19:27:40.076Z Checking linear-map v1.2.0
32592026-06-04T19:27:40.122Z Checking unicode-linebreak v0.1.5
32602026-06-04T19:27:40.236Z Checking ron v0.8.1
32612026-06-04T19:27:40.250Z Checking moka v0.12.13
32622026-06-04T19:27:40.275Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-06-04T19:27:40.288Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-04T19:27:40.334Z Checking textwrap v0.16.2
32652026-06-04T19:27:40.449Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-04T19:27:40.555Z Checking serde-hex v0.1.0
32672026-06-04T19:27:40.567Z Checking steno v0.4.1
32682026-06-04T19:27:40.755Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-04T19:27:40.788Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-04T19:27:40.889Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-04T19:27:40.916Z Checking hashbrown v0.13.2
32722026-06-04T19:27:41.237Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-06-04T19:27:41.335Z Checking crc-any v2.5.0
32742026-06-04T19:27:41.450Z Checking object v0.30.4
32752026-06-04T19:27:41.464Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-04T19:27:41.514Z Checking hickory-resolver v0.25.2
32772026-06-04T19:27:41.551Z Checking half v1.8.3
32782026-06-04T19:27:41.565Z Checking path-slash v0.1.5
32792026-06-04T19:27:41.628Z Checking utf-8 v0.7.6
32802026-06-04T19:27:41.666Z Checking void v1.0.2
32812026-06-04T19:27:41.744Z Checking serde_cbor v0.11.2
32822026-06-04T19:27:41.762Z Checking tungstenite v0.23.0
32832026-06-04T19:27:41.776Z Checking lzss v0.8.2
32842026-06-04T19:27:42.035Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-04T19:27:42.095Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-04T19:27:42.121Z Checking nix v0.27.1
32872026-06-04T19:27:42.176Z Checking kstat-rs v0.2.4
32882026-06-04T19:27:42.196Z Checking fxhash v0.2.1
32892026-06-04T19:27:42.210Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-06-04T19:27:42.316Z Checking serde_bytes v0.11.19
32912026-06-04T19:27:42.329Z Checking tokio-tungstenite v0.23.1
32922026-06-04T19:27:42.364Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-06-04T19:27:42.487Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-06-04T19:27:42.597Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-04T19:27:42.624Z Checking signal-hook-tokio v0.3.1
32962026-06-04T19:27:42.959Z Compiling typify-macro v0.6.2
32972026-06-04T19:27:43.732Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-04T19:27:44.104Z Compiling typify v0.6.2
32992026-06-04T19:27:44.188Z Compiling progenitor-impl v0.13.0
33002026-06-04T19:27:44.188Z Compiling progenitor-impl v0.14.0
33012026-06-04T19:27:44.634Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-04T19:27:44.990Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-04T19:27:45.786Z Compiling progenitor-macro v0.14.0
33042026-06-04T19:27:45.812Z Compiling progenitor-macro v0.13.0
33052026-06-04T19:27:48.164Z Checking progenitor v0.14.0
33062026-06-04T19:27:48.286Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33072026-06-04T19:27:48.460Z Checking progenitor v0.13.0
33082026-06-04T19:27:48.580Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-06-04T19:27:51.581Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-04T19:27:59.356Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-04T19:28:05.704Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-04T19:28:07.073Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-04T19:28:07.579Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-04T19:28:09.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.49s
33152026-06-04T19:28:09.858Z
33162026-06-04T19:28:09.858Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-04T19:28:10.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-04T19:28:10.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-04T19:28:10.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-04T19:28:10.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-04T19:28:10.453Z
33222026-06-04T19:28:10.453Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-04T19:28:10.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-04T19:28:10.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-04T19:28:10.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-04T19:28:10.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-06-04T19:28:11.044Z
33282026-06-04T19:28:11.044Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-04T19:28:11.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-04T19:28:11.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-04T19:28:11.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-04T19:28:11.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-06-04T19:28:11.626Z
33342026-06-04T19:28:11.626Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-04T19:28:12.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-04T19:28:12.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-04T19:28:12.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-04T19:28:12.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-06-04T19:28:12.240Z
33402026-06-04T19:28:12.240Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-04T19:28:12.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-04T19:28:12.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-04T19:28:12.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-04T19:28:12.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-04T19:28:12.841Z
33462026-06-04T19:28:12.841Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-04T19:28:13.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-04T19:28:13.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-04T19:28:13.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-04T19:28:13.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-06-04T19:28:13.440Z
33522026-06-04T19:28:13.441Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-04T19:28:13.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-04T19:28:13.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-04T19:28:13.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-04T19:28:13.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-06-04T19:28:14.032Z
33582026-06-04T19:28:14.032Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-04T19:28:14.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-04T19:28:14.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-04T19:28:14.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-04T19:28:14.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-06-04T19:28:14.642Z
33642026-06-04T19:28:14.642Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-04T19:28:15.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-04T19:28:15.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-04T19:28:15.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-04T19:28:15.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-06-04T19:28:15.242Z
33702026-06-04T19:28:15.242Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-04T19:28:15.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-04T19:28:15.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-04T19:28:15.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-04T19:28:15.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-06-04T19:28:15.834Z
33762026-06-04T19:28:15.834Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-04T19:28:16.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-04T19:28:16.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-04T19:28:16.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-04T19:28:16.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-06-04T19:28:16.423Z
33822026-06-04T19:28:16.423Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-04T19:28:16.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-04T19:28:16.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-04T19:28:16.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-04T19:28:16.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-06-04T19:28:17.015Z
33882026-06-04T19:28:17.015Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-04T19:28:17.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-04T19:28:17.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-04T19:28:17.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-04T19:28:17.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-06-04T19:28:17.606Z
33942026-06-04T19:28:17.606Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-04T19:28:18.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-04T19:28:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-04T19:28:18.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-04T19:28:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-06-04T19:28:18.201Z
34002026-06-04T19:28:18.201Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-04T19:28:18.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-04T19:28:18.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-04T19:28:18.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-04T19:28:18.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-06-04T19:28:18.813Z
34062026-06-04T19:28:18.813Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-04T19:28:19.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-04T19:28:19.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-04T19:28:19.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-04T19:28:19.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-06-04T19:28:19.424Z
34122026-06-04T19:28:19.424Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-04T19:28:19.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-04T19:28:19.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-04T19:28:19.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-04T19:28:19.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-06-04T19:28:20.038Z
34182026-06-04T19:28:20.038Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-04T19:28:20.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-04T19:28:20.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-04T19:28:20.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-04T19:28:20.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-06-04T19:28:20.647Z
34242026-06-04T19:28:20.647Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-04T19:28:21.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-04T19:28:21.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-04T19:28:21.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-04T19:28:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-06-04T19:28:21.257Z
34302026-06-04T19:28:21.257Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-04T19:28:21.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-04T19:28:21.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-04T19:28:21.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-04T19:28:21.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-06-04T19:28:21.863Z
34362026-06-04T19:28:21.864Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-04T19:28:22.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-04T19:28:22.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-04T19:28:22.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-04T19:28:22.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-06-04T19:28:22.471Z
34422026-06-04T19:28:22.471Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-04T19:28:22.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-04T19:28:22.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-04T19:28:22.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-04T19:28:22.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-06-04T19:28:23.079Z
34482026-06-04T19:28:23.079Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-04T19:28:23.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-04T19:28:23.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-04T19:28:23.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-04T19:28:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-06-04T19:28:23.688Z
34542026-06-04T19:28:23.689Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-04T19:28:24.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-04T19:28:24.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-04T19:28:24.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-04T19:28:24.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-06-04T19:28:24.294Z
34602026-06-04T19:28:24.294Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-04T19:28:24.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-04T19:28:24.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-04T19:28:24.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-04T19:28:24.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-06-04T19:28:24.887Z
34662026-06-04T19:28:24.887Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-04T19:28:25.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-04T19:28:25.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-04T19:28:25.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-04T19:28:25.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-06-04T19:28:25.481Z
34722026-06-04T19:28:25.481Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-04T19:28:25.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-04T19:28:25.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-04T19:28:25.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-04T19:28:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-06-04T19:28:26.075Z
34782026-06-04T19:28:26.075Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-04T19:28:26.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-04T19:28:26.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-04T19:28:26.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-04T19:28:26.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-06-04T19:28:26.665Z
34842026-06-04T19:28:26.665Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-04T19:28:27.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-04T19:28:27.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-04T19:28:27.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-04T19:28:27.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-06-04T19:28:27.258Z
34902026-06-04T19:28:27.258Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-04T19:28:27.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-04T19:28:27.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-04T19:28:27.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-04T19:28:27.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-06-04T19:28:27.850Z
34962026-06-04T19:28:27.850Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-04T19:28:28.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-04T19:28:28.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-04T19:28:28.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-04T19:28:28.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-06-04T19:28:28.450Z
35022026-06-04T19:28:28.450Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-04T19:28:28.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-04T19:28:28.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-04T19:28:28.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-04T19:28:28.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-06-04T19:28:29.054Z
35082026-06-04T19:28:29.054Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-04T19:28:29.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-04T19:28:29.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-04T19:28:29.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-04T19:28:29.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-04T19:28:29.676Z
35142026-06-04T19:28:29.677Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-04T19:28:30.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-04T19:28:30.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-04T19:28:30.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-04T19:28:30.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-04T19:28:30.297Z
35202026-06-04T19:28:30.297Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-04T19:28:30.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-04T19:28:30.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-04T19:28:30.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-04T19:28:30.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-06-04T19:28:30.919Z
35262026-06-04T19:28:30.919Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-04T19:28:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-04T19:28:31.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-04T19:28:31.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-04T19:28:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-04T19:28:31.541Z
35322026-06-04T19:28:31.541Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-04T19:28:32.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-04T19:28:32.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-04T19:28:32.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-04T19:28:32.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35372026-06-04T19:28:32.149Z
35382026-06-04T19:28:32.149Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-04T19:28:32.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-04T19:28:32.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-04T19:28:32.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-04T19:28:32.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35432026-06-04T19:28:32.754Z
35442026-06-04T19:28:32.755Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-04T19:28:33.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-04T19:28:33.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-04T19:28:33.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-04T19:28:33.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35492026-06-04T19:28:33.363Z
35502026-06-04T19:28:33.363Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-04T19:28:33.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-04T19:28:33.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-04T19:28:33.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-04T19:28:33.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-06-04T19:28:33.990Z
35562026-06-04T19:28:33.991Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-04T19:28:34.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-04T19:28:34.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-04T19:28:34.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-04T19:28:34.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-06-04T19:28:34.586Z
35622026-06-04T19:28:34.586Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-04T19:28:35.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-04T19:28:35.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-04T19:28:35.231Z Compiling parking_lot_core v0.8.6
35662026-06-04T19:28:35.231Z Compiling atomicwrites v0.4.4
35672026-06-04T19:28:35.235Z Compiling git-stub v1.0.0
35682026-06-04T19:28:35.235Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-04T19:28:35.357Z Checking prefix-trie v0.7.0
35702026-06-04T19:28:35.467Z Compiling git-stub-vcs v0.1.0
35712026-06-04T19:28:35.644Z Checking hickory-server v0.25.2
35722026-06-04T19:28:35.738Z Checking parking_lot v0.11.2
35732026-06-04T19:28:35.741Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-04T19:28:35.814Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-04T19:28:35.814Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-04T19:28:35.911Z Checking sled v0.34.7
35772026-06-04T19:28:37.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35782026-06-04T19:28:37.980Z
35792026-06-04T19:28:37.980Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-04T19:28:38.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-04T19:28:38.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-04T19:28:38.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-04T19:28:38.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-06-04T19:28:38.566Z
35852026-06-04T19:28:38.566Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-04T19:28:39.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-04T19:28:39.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-04T19:28:39.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-04T19:28:39.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-04T19:28:39.160Z
35912026-06-04T19:28:39.160Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-04T19:28:39.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-04T19:28:39.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-04T19:28:39.884Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-04T19:28:41.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-06-04T19:28:41.839Z
35972026-06-04T19:28:41.839Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-04T19:28:42.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-04T19:28:42.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-04T19:28:42.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-04T19:28:42.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36022026-06-04T19:28:42.483Z
36032026-06-04T19:28:42.483Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-04T19:28:43.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-04T19:28:43.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-04T19:28:43.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-04T19:28:43.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-06-04T19:28:43.133Z
36092026-06-04T19:28:43.133Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-04T19:28:43.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-04T19:28:43.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-04T19:28:43.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-04T19:28:43.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-04T19:28:43.711Z
36152026-06-04T19:28:43.711Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-04T19:28:44.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-04T19:28:44.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-04T19:28:44.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-04T19:28:44.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-06-04T19:28:44.292Z
36212026-06-04T19:28:44.292Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-04T19:28:44.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-04T19:28:44.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-04T19:28:44.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-04T19:28:44.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-06-04T19:28:44.934Z
36272026-06-04T19:28:44.934Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-04T19:28:45.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-04T19:28:45.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-04T19:28:45.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-04T19:28:45.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-04T19:28:45.518Z
36332026-06-04T19:28:45.518Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-04T19:28:46.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-04T19:28:46.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-04T19:28:46.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-04T19:28:46.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36382026-06-04T19:28:46.148Z
36392026-06-04T19:28:46.148Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-04T19:28:46.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-04T19:28:46.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-04T19:28:46.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-04T19:28:46.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36442026-06-04T19:28:46.777Z
36452026-06-04T19:28:46.777Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-04T19:28:47.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-04T19:28:47.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-04T19:28:47.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-04T19:28:47.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-06-04T19:28:47.359Z
36512026-06-04T19:28:47.359Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-04T19:28:47.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-04T19:28:47.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-04T19:28:47.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-04T19:28:47.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-06-04T19:28:47.934Z
36572026-06-04T19:28:47.935Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-04T19:28:48.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-04T19:28:48.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-04T19:28:48.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-04T19:28:48.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-04T19:28:48.524Z
36632026-06-04T19:28:48.524Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-04T19:28:49.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-04T19:28:49.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-04T19:28:49.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-04T19:28:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-04T19:28:49.104Z
36692026-06-04T19:28:49.105Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-04T19:28:49.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-04T19:28:49.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-04T19:28:49.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-04T19:28:49.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-06-04T19:28:49.687Z
36752026-06-04T19:28:49.687Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-04T19:28:50.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-04T19:28:50.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-04T19:28:50.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-04T19:28:50.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-06-04T19:28:50.332Z
36812026-06-04T19:28:50.332Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-04T19:28:50.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-04T19:28:50.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-04T19:28:50.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-04T19:28:50.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-06-04T19:28:50.973Z
36872026-06-04T19:28:50.973Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-04T19:28:51.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-04T19:28:51.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-04T19:28:51.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-04T19:28:51.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36922026-06-04T19:28:51.606Z
36932026-06-04T19:28:51.606Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-04T19:28:52.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-04T19:28:52.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-04T19:28:52.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-04T19:28:52.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36982026-06-04T19:28:52.216Z
36992026-06-04T19:28:52.216Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-04T19:28:52.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-04T19:28:52.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-04T19:28:52.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-04T19:28:52.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37042026-06-04T19:28:52.828Z
37052026-06-04T19:28:52.828Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-04T19:28:53.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-04T19:28:53.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-04T19:28:53.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-04T19:28:53.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37102026-06-04T19:28:53.438Z
37112026-06-04T19:28:53.438Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-04T19:28:53.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-04T19:28:53.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-04T19:28:53.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-04T19:28:53.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-06-04T19:28:54.033Z
37172026-06-04T19:28:54.033Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-04T19:28:54.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-04T19:28:54.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-04T19:28:54.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-04T19:28:54.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-06-04T19:28:54.635Z
37232026-06-04T19:28:54.635Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-04T19:28:55.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-04T19:28:55.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-04T19:28:55.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-04T19:28:55.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-06-04T19:28:55.270Z
37292026-06-04T19:28:55.270Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-04T19:28:55.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-04T19:28:55.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-04T19:28:55.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-04T19:28:55.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-04T19:28:55.833Z
37352026-06-04T19:28:55.833Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-04T19:28:56.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-04T19:28:56.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-04T19:28:56.761Z Compiling libefi-sys v0.1.0
37392026-06-04T19:28:56.816Z Compiling bitfield-struct v0.6.2
37402026-06-04T19:28:56.829Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-04T19:28:56.836Z Compiling xshell-macros v0.2.7
37422026-06-04T19:28:56.845Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-04T19:28:56.858Z Compiling typify-impl v0.4.3
37442026-06-04T19:28:56.861Z Compiling salty v0.3.0
37452026-06-04T19:28:56.892Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-04T19:28:56.896Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-04T19:28:57.057Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-04T19:28:57.179Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-06-04T19:28:57.193Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-06-04T19:28:57.204Z Checking xshell v0.2.7
37512026-06-04T19:28:57.404Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-04T19:28:57.524Z Checking primeorder v0.13.6
37532026-06-04T19:28:57.524Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-04T19:28:57.524Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-04T19:28:57.534Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-04T19:28:57.643Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-04T19:28:57.647Z Checking p384 v0.13.1
37582026-06-04T19:28:57.660Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-04T19:28:57.793Z Checking tungstenite v0.21.0
37602026-06-04T19:28:57.813Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-06-04T19:28:57.889Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-04T19:28:57.919Z Compiling proc-macro-error2 v2.0.1
37632026-06-04T19:28:58.238Z Compiling num-derive v0.3.3
37642026-06-04T19:28:58.376Z Compiling tabled_derive v0.11.0
37652026-06-04T19:28:58.462Z Checking tokio-tungstenite v0.21.0
37662026-06-04T19:28:58.737Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-06-04T19:28:58.753Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-04T19:28:59.056Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-04T19:28:59.122Z Checking libscf-sys v1.1.0
37702026-06-04T19:28:59.349Z Checking papergrid v0.17.0
37712026-06-04T19:28:59.396Z Checking testing_table v0.3.0
37722026-06-04T19:28:59.433Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-04T19:28:59.493Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-04T19:28:59.525Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-04T19:28:59.647Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-04T19:28:59.874Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-04T19:28:59.891Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-06-04T19:29:00.040Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-04T19:29:00.070Z Compiling illumos-nvpair-sys v0.2.0
37802026-06-04T19:29:00.087Z Compiling unicase v2.9.0
37812026-06-04T19:29:00.169Z Checking corncobs v0.1.4
37822026-06-04T19:29:00.283Z Checking tabled v0.20.0
37832026-06-04T19:29:00.298Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-04T19:29:00.301Z Compiling mime_guess v2.0.5
37852026-06-04T19:29:00.343Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-06-04T19:29:00.357Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-04T19:29:00.475Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-06-04T19:29:00.559Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-04T19:29:00.609Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-06-04T19:29:00.704Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-06-04T19:29:00.762Z Checking progenitor-client v0.11.2
37922026-06-04T19:29:00.861Z Checking secrecy v0.8.0
37932026-06-04T19:29:00.988Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-04T19:29:01.240Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37952026-06-04T19:29:01.315Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-04T19:29:01.328Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37972026-06-04T19:29:01.345Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-04T19:29:01.372Z Compiling typify-macro v0.4.3
37992026-06-04T19:29:01.562Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-04T19:29:01.580Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-04T19:29:01.610Z Checking filetime v0.2.27
38022026-06-04T19:29:01.748Z Checking crc8 v0.1.1
38032026-06-04T19:29:01.766Z Checking xattr v1.6.1
38042026-06-04T19:29:01.860Z Checking http-range v0.1.5
38052026-06-04T19:29:01.994Z Checking tar v0.4.45
38062026-06-04T19:29:02.027Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-04T19:29:02.220Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-04T19:29:02.291Z Checking illumos-nvpair v0.3.0
38092026-06-04T19:29:02.412Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-04T19:29:02.454Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-04T19:29:02.518Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-06-04T19:29:02.800Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-04T19:29:02.887Z Checking atty v0.2.14
38142026-06-04T19:29:02.965Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38152026-06-04T19:29:02.989Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38162026-06-04T19:29:03.080Z Compiling typify v0.4.3
38172026-06-04T19:29:03.145Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-04T19:29:03.198Z Compiling progenitor-impl v0.11.2
38192026-06-04T19:29:03.455Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38202026-06-04T19:29:03.473Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-06-04T19:29:03.477Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-06-04T19:29:03.720Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-06-04T19:29:03.822Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-04T19:29:03.974Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38252026-06-04T19:29:03.996Z Checking hyper-staticfile v0.10.1
38262026-06-04T19:29:04.107Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38272026-06-04T19:29:04.306Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-04T19:29:04.331Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-04T19:29:04.420Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-06-04T19:29:04.563Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-04T19:29:04.601Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-04T19:29:04.687Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-06-04T19:29:04.932Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-04T19:29:04.995Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38352026-06-04T19:29:05.012Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-06-04T19:29:05.213Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38372026-06-04T19:29:05.681Z Compiling progenitor-macro v0.11.2
38382026-06-04T19:29:08.091Z Checking progenitor v0.11.2
38392026-06-04T19:29:08.228Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-04T19:29:08.361Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-04T19:29:12.879Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-04T19:29:23.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.96s
38432026-06-04T19:29:24.008Z
38442026-06-04T19:29:24.008Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-04T19:29:24.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-04T19:29:24.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-04T19:29:24.789Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-04T19:29:35.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38492026-06-04T19:29:35.679Z
38502026-06-04T19:29:35.679Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-04T19:29:36.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-04T19:29:36.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-04T19:29:36.458Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-04T19:29:47.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38552026-06-04T19:29:47.269Z
38562026-06-04T19:29:47.269Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-04T19:29:47.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-04T19:29:47.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-04T19:29:48.049Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-04T19:29:58.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38612026-06-04T19:29:58.889Z
38622026-06-04T19:29:58.889Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-04T19:30:01.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-04T19:30:01.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-04T19:30:01.731Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-04T19:30:10.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38672026-06-04T19:30:10.559Z
38682026-06-04T19:30:10.559Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-04T19:30:11.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-04T19:30:11.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-04T19:30:11.337Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-04T19:30:22.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38732026-06-04T19:30:22.251Z
38742026-06-04T19:30:22.251Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-04T19:30:22.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-04T19:30:22.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-04T19:30:23.011Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-04T19:30:33.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38792026-06-04T19:30:33.956Z
38802026-06-04T19:30:33.956Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-04T19:30:34.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-04T19:30:34.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-04T19:30:34.743Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-04T19:30:45.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38852026-06-04T19:30:45.697Z
38862026-06-04T19:30:45.697Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-04T19:30:46.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-04T19:30:46.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-04T19:30:46.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-04T19:30:46.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-06-04T19:30:46.306Z
38922026-06-04T19:30:46.307Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-04T19:30:46.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-04T19:30:46.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-04T19:30:46.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-04T19:30:46.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-06-04T19:30:46.911Z
38982026-06-04T19:30:46.911Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-04T19:30:47.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-04T19:30:47.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-04T19:30:47.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-04T19:30:47.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-06-04T19:30:47.503Z
39042026-06-04T19:30:47.503Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-04T19:30:48.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-04T19:30:48.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-04T19:30:48.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-04T19:30:48.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-06-04T19:30:48.102Z
39102026-06-04T19:30:48.102Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-04T19:30:48.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-04T19:30:48.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-04T19:30:48.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-04T19:30:48.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-06-04T19:30:48.724Z
39162026-06-04T19:30:48.724Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-04T19:30:49.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-04T19:30:49.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-04T19:30:49.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-04T19:30:49.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-06-04T19:30:49.344Z
39222026-06-04T19:30:49.344Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-04T19:30:49.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-04T19:30:49.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-04T19:30:49.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-04T19:30:49.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-04T19:30:49.968Z
39282026-06-04T19:30:49.968Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-04T19:30:50.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-04T19:30:50.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-04T19:30:50.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-04T19:30:50.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-06-04T19:30:50.593Z
39342026-06-04T19:30:50.593Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-04T19:30:51.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-04T19:30:51.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-04T19:30:51.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-04T19:30:51.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-06-04T19:30:51.219Z
39402026-06-04T19:30:51.219Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-04T19:30:51.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-04T19:30:51.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-04T19:30:51.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-04T19:30:51.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-04T19:30:51.834Z
39462026-06-04T19:30:51.834Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-04T19:30:52.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-04T19:30:52.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-04T19:30:52.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-04T19:30:52.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-04T19:30:52.456Z
39522026-06-04T19:30:52.456Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-04T19:30:52.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-04T19:30:52.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-04T19:30:52.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-04T19:30:52.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-04T19:30:53.072Z
39582026-06-04T19:30:53.073Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-04T19:30:53.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-04T19:30:53.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-04T19:30:53.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-04T19:30:53.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-04T19:30:53.693Z
39642026-06-04T19:30:53.693Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-04T19:30:54.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-04T19:30:54.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-04T19:30:54.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-04T19:30:54.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-04T19:30:54.320Z
39702026-06-04T19:30:54.321Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-04T19:30:54.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-04T19:30:54.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-04T19:30:54.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-04T19:30:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-06-04T19:30:54.969Z
39762026-06-04T19:30:54.969Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-04T19:30:55.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-04T19:30:55.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-04T19:30:55.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-04T19:30:55.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-06-04T19:30:55.593Z
39822026-06-04T19:30:55.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-04T19:30:56.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-04T19:30:56.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-04T19:30:56.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-04T19:30:56.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-06-04T19:30:56.237Z
39882026-06-04T19:30:56.237Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-04T19:30:56.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-04T19:30:56.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-04T19:30:56.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-04T19:30:56.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-06-04T19:30:56.895Z
39942026-06-04T19:30:56.895Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-04T19:30:57.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-04T19:30:57.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-04T19:30:57.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-04T19:30:57.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-06-04T19:30:57.497Z
40002026-06-04T19:30:57.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-04T19:30:58.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-04T19:30:58.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-04T19:30:58.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-04T19:30:58.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-06-04T19:30:58.143Z
40062026-06-04T19:30:58.143Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-04T19:30:58.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-04T19:30:58.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-04T19:30:58.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-04T19:30:58.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-06-04T19:30:58.727Z
40122026-06-04T19:30:58.727Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-04T19:30:59.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-04T19:30:59.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-04T19:30:59.521Z Compiling fs-err v2.11.0
40162026-06-04T19:30:59.528Z Checking ignore v0.4.25
40172026-06-04T19:30:59.528Z Checking arc-swap v1.8.2
40182026-06-04T19:30:59.636Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-04T19:30:59.639Z Checking predicates-tree v1.0.13
40202026-06-04T19:30:59.643Z Checking parse-size v1.1.0
40212026-06-04T19:30:59.665Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-04T19:30:59.669Z Checking rand_seeder v0.4.0
40232026-06-04T19:30:59.732Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-04T19:30:59.789Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-04T19:30:59.826Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-04T19:30:59.832Z Checking slog-scope v4.4.1
40272026-06-04T19:30:59.864Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-04T19:30:59.957Z Checking slog-stdlog v4.1.1
40292026-06-04T19:30:59.972Z Compiling petname v2.0.2
40302026-06-04T19:30:59.987Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-04T19:31:00.000Z Checking globwalk v0.9.1
40322026-06-04T19:31:00.063Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-04T19:31:00.077Z Checking slog-envlogger v2.2.0
40342026-06-04T19:31:00.172Z Checking camino-tempfile-ext v0.3.3
40352026-06-04T19:31:00.228Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-04T19:31:00.301Z Checking sapling-renderdag v0.1.0
40372026-06-04T19:31:00.367Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-04T19:31:00.414Z Checking subprocess v0.2.15
40392026-06-04T19:31:00.541Z Checking sync-ptr v0.1.4
40402026-06-04T19:31:00.603Z Checking colored v2.2.0
40412026-06-04T19:31:00.659Z Checking assert_matches v1.5.0
40422026-06-04T19:31:00.685Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-04T19:31:00.858Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40442026-06-04T19:31:00.858Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-06-04T19:31:01.604Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-04T19:31:02.929Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-04T19:31:05.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
40482026-06-04T19:31:05.330Z
40492026-06-04T19:31:05.330Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-04T19:31:05.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-04T19:31:05.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-04T19:31:05.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-04T19:31:05.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-06-04T19:31:05.916Z
40552026-06-04T19:31:05.916Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-04T19:31:06.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-04T19:31:06.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-04T19:31:06.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-04T19:31:06.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-06-04T19:31:06.526Z
40612026-06-04T19:31:06.526Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-04T19:31:07.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-04T19:31:07.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-04T19:31:07.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-04T19:31:07.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-06-04T19:31:07.187Z
40672026-06-04T19:31:07.187Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-04T19:31:07.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-04T19:31:07.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-04T19:31:07.904Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-04T19:31:07.907Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-04T19:31:08.551Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-04T19:31:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40742026-06-04T19:31:10.357Z
40752026-06-04T19:31:10.357Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-04T19:31:10.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-04T19:31:10.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-04T19:31:10.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-04T19:31:10.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-06-04T19:31:10.952Z
40812026-06-04T19:31:10.952Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-04T19:31:11.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-04T19:31:11.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-04T19:31:11.561Z Checking yasna v0.5.2
40852026-06-04T19:31:11.962Z Checking rcgen v0.12.1
40862026-06-04T19:31:12.210Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-04T19:31:12.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40882026-06-04T19:31:12.569Z
40892026-06-04T19:31:12.569Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-04T19:31:13.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-04T19:31:13.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-04T19:31:13.213Z Compiling darling_core v0.23.0
40932026-06-04T19:31:13.326Z Compiling instability v0.3.11
40942026-06-04T19:31:13.332Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-04T19:31:13.335Z Checking castaway v0.2.4
40962026-06-04T19:31:13.335Z Compiling indoc v2.0.7
40972026-06-04T19:31:13.352Z Checking unicode-truncate v1.1.0
40982026-06-04T19:31:13.355Z Checking lru v0.12.5
40992026-06-04T19:31:13.355Z Checking cassowary v0.3.0
41002026-06-04T19:31:13.421Z Checking compact_str v0.8.1
41012026-06-04T19:31:14.661Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-04T19:31:14.734Z Compiling darling_macro v0.23.0
41032026-06-04T19:31:14.842Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-04T19:31:15.139Z Compiling darling v0.23.0
41052026-06-04T19:31:15.755Z Checking ratatui v0.29.0
41062026-06-04T19:31:16.793Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-04T19:31:17.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
41082026-06-04T19:31:17.640Z
41092026-06-04T19:31:17.640Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-04T19:31:18.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-04T19:31:18.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-04T19:31:18.355Z Checking headers-core v0.3.0
41132026-06-04T19:31:18.359Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-04T19:31:18.553Z Checking headers v0.4.1
41152026-06-04T19:31:18.919Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-04T19:31:19.769Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-04T19:31:20.271Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-04T19:31:20.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41192026-06-04T19:31:20.897Z
41202026-06-04T19:31:20.897Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-04T19:31:21.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-04T19:31:21.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-04T19:31:21.611Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-04T19:31:22.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41252026-06-04T19:31:22.552Z
41262026-06-04T19:31:22.552Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-04T19:31:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-04T19:31:22.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-04T19:31:22.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-04T19:31:22.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-04T19:31:23.016Z
41322026-06-04T19:31:23.016Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-04T19:31:23.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-04T19:31:23.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-04T19:31:23.730Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-04T19:31:24.716Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-04T19:31:25.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41382026-06-04T19:31:25.263Z
41392026-06-04T19:31:25.263Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-04T19:31:25.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-04T19:31:25.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-04T19:31:25.983Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-04T19:31:26.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41442026-06-04T19:31:26.961Z
41452026-06-04T19:31:26.961Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-04T19:31:27.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-04T19:31:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-04T19:31:27.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-04T19:31:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-06-04T19:31:27.601Z
41512026-06-04T19:31:27.601Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-04T19:31:28.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-04T19:31:28.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-04T19:31:28.216Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-04T19:31:28.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-06-04T19:31:29.061Z
41572026-06-04T19:31:29.061Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-04T19:31:29.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-04T19:31:29.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-04T19:31:29.811Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-04T19:31:29.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-04T19:31:29.811Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-04T19:31:29.816Z Checking git-stub v1.0.0
41642026-06-04T19:31:29.937Z Compiling trait-variant v0.1.2
41652026-06-04T19:31:29.944Z Checking is_ci v1.2.0
41662026-06-04T19:31:29.960Z Checking maplit v1.0.2
41672026-06-04T19:31:29.984Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-04T19:31:30.052Z Checking supports-color v3.0.2
41692026-06-04T19:31:30.052Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-06-04T19:31:30.076Z Checking git-stub-vcs v0.1.0
41712026-06-04T19:31:30.185Z Checking drift v0.2.0
41722026-06-04T19:31:30.200Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-04T19:31:30.253Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-04T19:31:30.267Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-06-04T19:31:30.461Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-04T19:31:30.477Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41772026-06-04T19:31:30.492Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-04T19:31:30.537Z Checking dropshot-api-manager v0.7.2
41792026-06-04T19:31:30.668Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-04T19:31:30.707Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-04T19:31:30.875Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-04T19:31:31.193Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-04T19:31:36.091Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-04T19:31:37.175Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-04T19:31:37.729Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-04T19:31:38.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
41872026-06-04T19:31:38.351Z
41882026-06-04T19:31:38.351Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-04T19:31:38.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-04T19:31:38.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-04T19:31:38.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-04T19:31:38.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41932026-06-04T19:31:38.950Z
41942026-06-04T19:31:38.950Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-04T19:31:39.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-04T19:31:39.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-04T19:31:39.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-04T19:31:39.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-06-04T19:31:39.588Z
42002026-06-04T19:31:39.588Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-04T19:31:40.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-04T19:31:40.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-04T19:31:40.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-04T19:31:40.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-06-04T19:31:40.229Z
42062026-06-04T19:31:40.229Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-04T19:31:40.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-04T19:31:40.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-04T19:31:40.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-04T19:31:40.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-04T19:31:40.873Z
42122026-06-04T19:31:40.873Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-04T19:31:41.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-04T19:31:41.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-04T19:31:41.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-04T19:31:41.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-06-04T19:31:41.472Z
42182026-06-04T19:31:41.472Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-04T19:31:41.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-04T19:31:41.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-04T19:31:41.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-04T19:31:41.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42232026-06-04T19:31:42.058Z
42242026-06-04T19:31:42.058Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-04T19:31:42.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-04T19:31:42.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-04T19:31:42.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-04T19:31:42.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42292026-06-04T19:31:42.673Z
42302026-06-04T19:31:42.673Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-04T19:31:43.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-04T19:31:43.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-04T19:31:43.284Z Checking typeid v1.0.3
42342026-06-04T19:31:43.397Z Checking ordered-float v2.10.1
42352026-06-04T19:31:43.449Z Checking unicode-xid v0.2.6
42362026-06-04T19:31:43.452Z Checking cargo-platform v0.2.0
42372026-06-04T19:31:43.452Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-04T19:31:43.463Z Checking erased-serde v0.4.9
42392026-06-04T19:31:43.596Z Checking serde-value v0.7.0
42402026-06-04T19:31:43.774Z Checking serde-untagged v0.1.9
42412026-06-04T19:31:43.927Z Checking cargo-util-schemas v0.8.2
42422026-06-04T19:31:44.603Z Checking cargo_metadata v0.21.0
42432026-06-04T19:31:45.196Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-04T19:31:45.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
42452026-06-04T19:31:46.096Z
42462026-06-04T19:31:46.096Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-04T19:31:46.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-04T19:31:46.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-04T19:31:46.826Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-04T19:31:47.459Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-04T19:31:47.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42522026-06-04T19:31:48.168Z
42532026-06-04T19:31:48.168Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-04T19:31:48.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-04T19:31:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-04T19:31:49.118Z Compiling vergen-lib v0.1.6
42572026-06-04T19:31:49.118Z Compiling vergen-gitcl v1.0.8
42582026-06-04T19:31:49.122Z Compiling dirs-sys-next v0.1.2
42592026-06-04T19:31:49.122Z Compiling diesel_derives v2.3.7
42602026-06-04T19:31:49.122Z Compiling crunchy v0.2.4
42612026-06-04T19:31:49.122Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-04T19:31:49.122Z Compiling glob v0.3.3
42632026-06-04T19:31:49.273Z Compiling dsl_auto_type v0.2.0
42642026-06-04T19:31:49.441Z Checking scheduled-thread-pool v0.2.7
42652026-06-04T19:31:49.537Z Compiling dirs-next v2.0.0
42662026-06-04T19:31:49.553Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-04T19:31:49.579Z Compiling tiny-keccak v2.0.2
42682026-06-04T19:31:49.613Z Checking r2d2 v0.8.10
42692026-06-04T19:31:49.638Z Compiling clang-sys v1.8.1
42702026-06-04T19:31:49.656Z Compiling term v0.7.0
42712026-06-04T19:31:49.829Z Compiling bit-vec v0.6.3
42722026-06-04T19:31:49.881Z Checking downcast-rs v2.0.2
42732026-06-04T19:31:49.983Z Compiling bit-set v0.5.3
42742026-06-04T19:31:50.022Z Compiling ascii-canvas v3.0.0
42752026-06-04T19:31:50.041Z Compiling itertools v0.10.5
42762026-06-04T19:31:50.142Z Compiling ena v0.14.4
42772026-06-04T19:31:50.214Z Compiling libloading v0.8.9
42782026-06-04T19:31:50.263Z Compiling bindgen v0.71.1
42792026-06-04T19:31:50.317Z Compiling diff v0.1.13
42802026-06-04T19:31:50.349Z Compiling regex-syntax v0.6.29
42812026-06-04T19:31:50.365Z Compiling cexpr v0.6.0
42822026-06-04T19:31:50.578Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-04T19:31:50.710Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-04T19:31:50.770Z Compiling rustc-hash v2.1.1
42852026-06-04T19:31:50.888Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-04T19:31:50.906Z Compiling libxml v0.3.3
42872026-06-04T19:31:51.035Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-04T19:31:51.121Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-04T19:31:51.166Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-06-04T19:31:51.430Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-06-04T19:31:51.448Z Compiling strum_macros v0.24.3
42922026-06-04T19:31:51.475Z Compiling indoc v1.0.9
42932026-06-04T19:31:51.913Z Compiling lalrpop v0.19.12
42942026-06-04T19:31:52.305Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-04T19:31:52.436Z Checking derive_builder v0.20.2
42962026-06-04T19:31:52.498Z Compiling oso-derive v0.27.3
42972026-06-04T19:31:52.555Z Checking quick-xml v0.37.5
42982026-06-04T19:31:52.796Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-04T19:31:52.987Z Checking openssl-probe v0.1.6
43002026-06-04T19:31:53.130Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-04T19:31:53.424Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-04T19:31:53.622Z Checking bb8 v0.8.6
43032026-06-04T19:31:53.876Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-04T19:31:53.907Z Compiling libz-sys v1.1.24
43052026-06-04T19:31:54.042Z Checking nonempty v0.12.0
43062026-06-04T19:31:54.088Z Compiling strsim v0.10.0
43072026-06-04T19:31:54.208Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-04T19:31:54.348Z Compiling darling_core v0.13.4
43092026-06-04T19:31:54.424Z Compiling vergen-git2 v9.1.0
43102026-06-04T19:31:54.481Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-04T19:31:54.652Z Compiling rustls v0.21.12
43122026-06-04T19:31:54.673Z Compiling base64 v0.21.7
43132026-06-04T19:31:54.927Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-06-04T19:31:55.068Z Compiling ron v0.8.1
43152026-06-04T19:31:55.195Z Checking diesel v2.3.7
43162026-06-04T19:31:55.868Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-04T19:31:56.030Z Checking rustls-webpki v0.101.7
43182026-06-04T19:31:56.060Z Checking sct v0.7.1
43192026-06-04T19:31:56.227Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-04T19:31:56.280Z Compiling darling_macro v0.13.4
43212026-06-04T19:31:56.746Z Compiling darling v0.13.4
43222026-06-04T19:31:56.842Z Compiling serde_with_macros v1.5.2
43232026-06-04T19:31:57.150Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-04T19:31:57.653Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-04T19:31:57.683Z Compiling serde_with v1.14.0
43262026-06-04T19:31:58.795Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43272026-06-04T19:31:58.830Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43282026-06-04T19:31:59.408Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-04T19:32:00.081Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-06-04T19:32:00.278Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-06-04T19:32:00.355Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43322026-06-04T19:32:00.454Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-04T19:32:00.471Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-04T19:32:00.544Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-06-04T19:32:00.769Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-04T19:32:00.787Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-06-04T19:32:00.804Z Checking tokio-rustls v0.24.1
43382026-06-04T19:32:01.006Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-04T19:32:01.554Z Checking rustls-pemfile v1.0.4
43402026-06-04T19:32:01.621Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-04T19:32:01.698Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-04T19:32:01.874Z Checking twox-hash v2.1.2
43432026-06-04T19:32:01.893Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-04T19:32:02.202Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-04T19:32:02.224Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-04T19:32:02.379Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-04T19:32:02.530Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-04T19:32:03.787Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-04T19:32:03.871Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-06-04T19:32:04.215Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-06-04T19:32:04.558Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-06-04T19:32:04.776Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-04T19:32:05.266Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-04T19:32:05.285Z Checking console v0.16.2
43552026-06-04T19:32:05.601Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-04T19:32:05.750Z Checking fatfs v0.3.6
43572026-06-04T19:32:06.201Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-04T19:32:06.252Z Checking unit-prefix v0.5.2
43592026-06-04T19:32:06.391Z Compiling seq-macro v0.3.6
43602026-06-04T19:32:06.560Z Checking indicatif v0.18.4
43612026-06-04T19:32:06.953Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-04T19:32:06.982Z Checking support-bundle-viewer v0.1.2
43632026-06-04T19:32:07.225Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-04T19:32:07.499Z Checking multimap v0.10.1
43652026-06-04T19:32:10.822Z Checking diesel-dtrace v0.5.0
43662026-06-04T19:32:11.071Z Checking async-bb8-diesel v0.2.1
43672026-06-04T19:32:18.472Z Compiling samael v0.0.19
43682026-06-04T19:32:21.578Z Compiling git2 v0.20.4
43692026-06-04T19:32:22.596Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-04T19:32:23.479Z Compiling polar-core v0.27.3
43712026-06-04T19:32:24.024Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-04T19:32:27.991Z Checking oso v0.27.3
43732026-06-04T19:32:55.414Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-04T19:34:06.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43752026-06-04T19:34:06.245Z
43762026-06-04T19:34:06.245Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-04T19:34:06.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-04T19:34:06.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-04T19:34:06.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-04T19:34:06.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43812026-06-04T19:34:06.942Z
43822026-06-04T19:34:06.943Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-04T19:34:07.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-04T19:34:07.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-04T19:34:07.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-04T19:34:07.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-06-04T19:34:07.597Z
43882026-06-04T19:34:07.597Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-04T19:34:08.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-04T19:34:08.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-04T19:34:08.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-04T19:34:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-04T19:34:08.248Z
43942026-06-04T19:34:08.248Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-04T19:34:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-04T19:34:08.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-04T19:34:08.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-04T19:34:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-06-04T19:34:08.829Z
44002026-06-04T19:34:08.830Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-04T19:34:09.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-04T19:34:09.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-04T19:34:09.665Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-04T19:34:10.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44052026-06-04T19:34:10.660Z
44062026-06-04T19:34:10.660Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-04T19:34:11.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-04T19:34:11.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-04T19:34:11.491Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-04T19:34:47.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.98s
44112026-06-04T19:34:47.864Z
44122026-06-04T19:34:47.864Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-04T19:34:48.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-04T19:34:48.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-04T19:34:48.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-04T19:34:48.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44172026-06-04T19:34:48.442Z
44182026-06-04T19:34:48.442Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-04T19:34:48.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-04T19:34:48.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-04T19:34:48.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-04T19:34:48.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-06-04T19:34:49.086Z
44242026-06-04T19:34:49.086Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-04T19:34:49.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-04T19:34:49.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-04T19:34:49.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-04T19:34:49.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-06-04T19:34:49.743Z
44302026-06-04T19:34:49.743Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-04T19:34:50.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-04T19:34:50.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-04T19:34:50.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-04T19:34:50.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-06-04T19:34:50.403Z
44362026-06-04T19:34:50.403Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-04T19:34:50.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-04T19:34:50.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-04T19:34:50.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-04T19:34:50.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-04T19:34:51.055Z
44422026-06-04T19:34:51.056Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-04T19:34:51.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-04T19:34:51.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-04T19:34:51.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-04T19:34:51.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44472026-06-04T19:34:51.715Z
44482026-06-04T19:34:51.715Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-04T19:34:52.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-04T19:34:52.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-04T19:34:52.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-04T19:34:52.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44532026-06-04T19:34:52.379Z
44542026-06-04T19:34:52.379Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-04T19:34:52.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-04T19:34:52.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-04T19:34:52.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-04T19:34:52.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-06-04T19:34:53.039Z
44602026-06-04T19:34:53.040Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-04T19:34:53.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-04T19:34:53.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-04T19:34:53.930Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-04T19:34:53.933Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-04T19:34:54.118Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-04T19:34:54.148Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-04T19:34:54.168Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-04T19:34:54.171Z Checking yansi v1.0.1
44692026-06-04T19:34:54.171Z Checking diff v0.1.13
44702026-06-04T19:34:54.213Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-04T19:34:54.252Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-04T19:34:54.438Z Checking pretty_assertions v1.4.1
44732026-06-04T19:34:55.077Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-04T19:34:55.254Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-04T19:35:18.989Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-04T19:35:18.989Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-06-04T19:35:18.994Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-06-04T19:35:18.994Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-06-04T19:35:18.994Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44802026-06-04T19:35:18.994Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-06-04T19:35:19.793Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-06-04T19:35:19.793Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-04T19:35:21.005Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-04T19:35:57.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-06-04T19:35:57.671Z
44862026-06-04T19:35:57.671Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-04T19:35:58.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-04T19:35:58.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-04T19:35:58.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-04T19:35:58.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44912026-06-04T19:35:58.295Z
44922026-06-04T19:35:58.295Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-04T19:36:00.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-04T19:36:00.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-04T19:36:00.051Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-04T19:36:00.051Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-04T19:36:00.051Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-04T19:36:25.182Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-04T19:36:25.568Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-04T19:36:27.274Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-04T19:36:27.729Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-04T19:36:30.661Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-04T19:36:53.364Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-04T19:36:54.066Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-04T19:36:55.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.41s
45062026-06-04T19:36:55.921Z
45072026-06-04T19:36:55.921Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-04T19:36:56.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-04T19:36:56.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-04T19:36:56.646Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-04T19:36:57.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45122026-06-04T19:36:57.541Z
45132026-06-04T19:36:57.541Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-04T19:36:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-04T19:36:58.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-04T19:36:58.211Z Compiling blake3 v1.8.3
45172026-06-04T19:36:58.314Z Checking arrayref v0.3.9
45182026-06-04T19:36:58.319Z Checking arrayvec v0.7.6
45192026-06-04T19:36:58.319Z Checking constant_time_eq v0.4.2
45202026-06-04T19:36:58.334Z Checking topological-sort v0.2.2
45212026-06-04T19:36:58.341Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-06-04T19:36:58.341Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-06-04T19:36:58.341Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-06-04T19:36:58.371Z Checking shell-words v1.1.1
45252026-06-04T19:36:59.120Z Checking omicron-zone-package v0.12.2
45262026-06-04T19:36:59.832Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-04T19:37:00.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45282026-06-04T19:37:00.864Z
45292026-06-04T19:37:00.864Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-04T19:37:01.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-04T19:37:01.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-04T19:37:01.514Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-04T19:37:01.832Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-04T19:37:02.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45352026-06-04T19:37:02.429Z
45362026-06-04T19:37:02.429Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-04T19:37:02.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-04T19:37:02.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-04T19:37:03.167Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-04T19:37:03.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45412026-06-04T19:37:04.051Z
45422026-06-04T19:37:04.051Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-04T19:37:04.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-04T19:37:04.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-04T19:37:04.504Z Checking libc v0.2.185
45462026-06-04T19:37:04.585Z Checking serde v1.0.228
45472026-06-04T19:37:04.589Z Checking zerofrom v0.1.6
45482026-06-04T19:37:04.593Z Checking bitflags v2.11.0
45492026-06-04T19:37:04.598Z Checking smallvec v1.15.1
45502026-06-04T19:37:04.604Z Checking indexmap v2.14.0
45512026-06-04T19:37:04.613Z Checking serde_json v1.0.149
45522026-06-04T19:37:04.616Z Checking scroll v0.12.0
45532026-06-04T19:37:04.687Z Checking yoke v0.8.1
45542026-06-04T19:37:04.735Z Checking num-traits v0.2.19
45552026-06-04T19:37:04.770Z Checking thiserror v1.0.69
45562026-06-04T19:37:04.843Z Checking log v0.4.29
45572026-06-04T19:37:04.853Z Checking zerovec v0.11.5
45582026-06-04T19:37:04.866Z Checking zerotrie v0.2.3
45592026-06-04T19:37:04.876Z Checking errno v0.3.14
45602026-06-04T19:37:04.958Z Checking toml_datetime v0.6.11
45612026-06-04T19:37:04.988Z Checking serde_spanned v0.6.9
45622026-06-04T19:37:04.998Z Checking rustix v1.1.3
45632026-06-04T19:37:05.109Z Checking percent-encoding v2.3.2
45642026-06-04T19:37:05.122Z Checking zerocopy v0.7.35
45652026-06-04T19:37:05.122Z Checking goblin v0.8.2
45662026-06-04T19:37:05.142Z Checking toml_edit v0.22.27
45672026-06-04T19:37:05.220Z Checking getrandom v0.4.1
45682026-06-04T19:37:05.246Z Checking form_urlencoded v1.2.2
45692026-06-04T19:37:05.256Z Checking ordered-float v2.10.1
45702026-06-04T19:37:05.276Z Checking tinystr v0.8.2
45712026-06-04T19:37:05.348Z Checking potential_utf v0.1.4
45722026-06-04T19:37:05.372Z Checking thiserror v2.0.18
45732026-06-04T19:37:05.454Z Checking icu_locale_core v2.1.1
45742026-06-04T19:37:05.474Z Checking serde-value v0.7.0
45752026-06-04T19:37:05.477Z Checking icu_collections v2.1.1
45762026-06-04T19:37:05.477Z Checking syn v2.0.117
45772026-06-04T19:37:05.609Z Checking dtrace-parser v0.2.0
45782026-06-04T19:37:05.679Z Checking thread-id v4.2.2
45792026-06-04T19:37:05.760Z Checking once_cell v1.21.3
45802026-06-04T19:37:05.807Z Checking terminal_size v0.4.3
45812026-06-04T19:37:05.810Z Checking cargo-platform v0.2.0
45822026-06-04T19:37:05.843Z Checking memmap v0.7.0
45832026-06-04T19:37:05.930Z Checking clap_builder v4.5.60
45842026-06-04T19:37:05.934Z Checking tempfile v3.25.0
45852026-06-04T19:37:05.969Z Checking textwrap v0.16.2
45862026-06-04T19:37:05.998Z Checking icu_provider v2.1.1
45872026-06-04T19:37:06.009Z Checking fs-err v3.3.0
45882026-06-04T19:37:06.126Z Checking camino-tempfile v1.4.1
45892026-06-04T19:37:06.172Z Checking anyhow v1.0.102
45902026-06-04T19:37:06.184Z Checking tabled v0.15.0
45912026-06-04T19:37:06.217Z Checking toml v0.8.23
45922026-06-04T19:37:06.234Z Checking icu_normalizer v2.1.1
45932026-06-04T19:37:06.277Z Checking icu_properties v2.1.2
45942026-06-04T19:37:06.368Z Checking macaddr v1.0.1
45952026-06-04T19:37:06.531Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-04T19:37:06.534Z Checking cargo_toml v0.21.0
45972026-06-04T19:37:06.984Z Checking dof v0.3.0
45982026-06-04T19:37:07.085Z Checking idna_adapter v1.2.1
45992026-06-04T19:37:07.108Z Checking clap v4.5.60
46002026-06-04T19:37:07.203Z Checking idna v1.1.0
46012026-06-04T19:37:07.277Z Checking usdt-impl v0.5.0
46022026-06-04T19:37:07.421Z Checking url v2.5.8
46032026-06-04T19:37:07.521Z Checking usdt v0.5.0
46042026-06-04T19:37:07.755Z Checking cargo-util-schemas v0.8.2
46052026-06-04T19:37:08.434Z Checking cargo_metadata v0.21.0
46062026-06-04T19:37:09.030Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-04T19:37:09.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
46082026-06-04T19:37:09.567Z
46092026-06-04T19:37:09.567Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-04T19:37:10.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-04T19:37:10.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-04T19:37:10.217Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-04T19:37:10.688Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-04T19:37:11.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46152026-06-04T19:37:11.261Z
46162026-06-04T19:37:11.261Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-04T19:37:11.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-04T19:37:11.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-04T19:37:12.050Z Checking polyval v0.6.2
46202026-06-04T19:37:12.175Z Checking ctr v0.9.2
46212026-06-04T19:37:12.185Z Checking ssh-encoding v0.2.0
46222026-06-04T19:37:12.188Z Checking blowfish v0.9.1
46232026-06-04T19:37:12.206Z Checking password-hash v0.4.2
46242026-06-04T19:37:12.220Z Checking p256 v0.13.2
46252026-06-04T19:37:12.223Z Checking p521 v0.13.3
46262026-06-04T19:37:12.247Z Checking russh-cryptovec v0.7.3
46272026-06-04T19:37:12.313Z Checking ghash v0.5.1
46282026-06-04T19:37:12.327Z Checking bcrypt-pbkdf v0.10.0
46292026-06-04T19:37:12.330Z Checking md5 v0.7.0
46302026-06-04T19:37:12.368Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-04T19:37:12.383Z Checking num-bigint v0.4.6
46322026-06-04T19:37:12.419Z Checking pbkdf2 v0.11.0
46332026-06-04T19:37:12.432Z Checking aes-gcm v0.10.3
46342026-06-04T19:37:12.478Z Checking des v0.8.1
46352026-06-04T19:37:12.492Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-04T19:37:12.506Z Checking hex-literal v0.4.1
46372026-06-04T19:37:12.570Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-06-04T19:37:12.584Z Checking ssh-cipher v0.2.0
46392026-06-04T19:37:12.585Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-04T19:37:12.598Z Checking socket2 v0.5.10
46412026-06-04T19:37:12.629Z Checking internet-checksum v0.2.1
46422026-06-04T19:37:12.760Z Checking ssh-key v0.6.7
46432026-06-04T19:37:12.877Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-04T19:37:13.382Z Checking russh-keys v0.45.0
46452026-06-04T19:37:13.917Z Checking russh v0.45.0
46462026-06-04T19:37:30.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s
46472026-06-04T19:37:30.660Z
46482026-06-04T19:37:30.660Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-04T19:37:31.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-04T19:37:31.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-04T19:37:31.310Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-04T19:37:31.419Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-04T19:37:31.426Z Checking termios v0.3.3
46542026-06-04T19:37:32.620Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-04T19:37:32.767Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-04T19:37:34.530Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-04T19:37:35.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
46582026-06-04T19:37:35.274Z
46592026-06-04T19:37:35.274Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-04T19:37:35.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-04T19:37:35.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-04T19:37:35.989Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-04T19:37:35.992Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-04T19:37:36.113Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-04T19:37:36.116Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-04T19:37:36.126Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-06-04T19:37:36.136Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-06-04T19:37:36.840Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-04T19:37:37.191Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-06-04T19:37:37.194Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-06-04T19:37:37.822Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-04T19:37:39.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
46732026-06-04T19:37:39.656Z
46742026-06-04T19:37:39.656Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-04T19:37:40.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-04T19:37:40.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-04T19:37:40.303Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-04T19:37:40.750Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-04T19:37:41.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46802026-06-04T19:37:41.266Z
46812026-06-04T19:37:41.266Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-04T19:37:41.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-04T19:37:41.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-04T19:37:41.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-04T19:37:41.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-06-04T19:37:41.859Z
46872026-06-04T19:37:41.859Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-04T19:37:42.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-04T19:37:42.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-04T19:37:42.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-04T19:37:42.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-04T19:37:42.456Z
46932026-06-04T19:37:42.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-04T19:37:43.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-04T19:37:43.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-04T19:37:43.217Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-04T19:37:43.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46982026-06-04T19:37:44.036Z
46992026-06-04T19:37:44.037Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-04T19:37:44.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-04T19:37:44.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-04T19:37:44.692Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-04T19:37:44.695Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-04T19:37:44.968Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47052026-06-04T19:37:44.968Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-06-04T19:37:45.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47072026-06-04T19:37:45.948Z
47082026-06-04T19:37:45.948Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-04T19:37:46.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-04T19:37:46.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-04T19:37:46.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-04T19:37:46.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-06-04T19:37:46.541Z
47142026-06-04T19:37:46.541Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-04T19:37:47.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-04T19:37:47.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-04T19:37:47.221Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-04T19:37:48.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47192026-06-04T19:37:48.486Z
47202026-06-04T19:37:48.486Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-04T19:37:49.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-04T19:37:49.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-04T19:37:49.270Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-04T19:37:49.622Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-04T19:37:50.134Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-04T19:37:50.134Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-04T19:37:56.188Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-04T19:37:56.188Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-04T19:37:56.759Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-04T19:37:56.759Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-04T19:37:56.763Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-04T19:37:56.763Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-04T19:37:57.514Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-04T19:37:58.512Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-04T19:37:59.269Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-04T19:37:59.876Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-04T19:38:04.298Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-04T19:38:10.625Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47392026-06-04T19:38:10.625Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47402026-06-04T19:38:10.630Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-06-04T19:38:10.630Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47422026-06-04T19:38:12.099Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-04T19:38:13.430Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-04T19:38:14.104Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-04T19:38:15.352Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-04T19:38:15.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.41s
47472026-06-04T19:38:16.119Z
47482026-06-04T19:38:16.119Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-04T19:38:16.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-04T19:38:16.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-04T19:38:16.831Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-04T19:38:16.835Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-04T19:38:16.835Z Checking rtoolbox v0.0.3
47542026-06-04T19:38:16.963Z Checking tui-tree-widget v0.23.1
47552026-06-04T19:38:17.055Z Checking rpassword v7.4.0
47562026-06-04T19:38:18.072Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-04T19:38:21.033Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-04T19:38:22.879Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-04T19:38:23.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
47602026-06-04T19:38:23.981Z
47612026-06-04T19:38:23.981Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-04T19:38:24.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-04T19:38:24.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-04T19:38:24.679Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-04T19:38:25.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47662026-06-04T19:38:25.237Z
47672026-06-04T19:38:25.237Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-04T19:38:25.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-04T19:38:25.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-04T19:38:25.958Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-04T19:38:25.961Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47722026-06-04T19:38:25.961Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47732026-06-04T19:38:26.092Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-04T19:38:26.956Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-04T19:38:27.531Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-04T19:38:30.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47772026-06-04T19:38:30.685Z
47782026-06-04T19:38:30.685Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-04T19:38:31.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-04T19:38:31.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-04T19:38:31.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-04T19:38:31.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-06-04T19:38:31.267Z
47842026-06-04T19:38:31.267Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-04T19:38:31.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-04T19:38:31.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-04T19:38:31.935Z Checking uzers v0.12.2
47882026-06-04T19:38:32.206Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-04T19:38:32.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47902026-06-04T19:38:33.157Z
47912026-06-04T19:38:33.157Zreal 14:03.414050935
47922026-06-04T19:38:33.157Zuser 20:59.628073865
47932026-06-04T19:38:33.157Zsys 4:22.267406758
47942026-06-04T19:38:33.157Ztrap 0.321194115
47952026-06-04T19:38:33.157Ztflt 2.814621998
47962026-06-04T19:38:33.157Zdflt 2.445367422
47972026-06-04T19:38:33.157Zkflt 0.098791960
47982026-06-04T19:38:33.157Zlock 1:18:11.321560371
47992026-06-04T19:38:33.157Zslp 1:41:05.725418546
48002026-06-04T19:38:33.157Zlat 1:00.377596667
48012026-06-04T19:38:33.161Zstop 3:37.968846766
48022026-06-04T19:38:33.161Zprocess exited: duration 983087 ms, exit code 0
 
48032026-06-04T19:38:33.168Zfound 0 output files