01KRY3DPS5QG4S1D06MZ1CB58E: 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: 01KRY3E2PW0KJQNCXWT7E9FMYG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T17:52:26.428Zjob assigned to worker 01KRY3E7WFF6FJ0KKRA5CZ5MW2 [factory aws, i-0371133946c102c3e] (queued for 45 s)
 
22026-05-18T17:52:33.468Zstarting task 0: "setup"
32026-05-18T17:52:33.472Z++ uname -s
42026-05-18T17:52:33.475Z+ kern=SunOS
52026-05-18T17:52:33.475Z+ build_user=build
62026-05-18T17:52:33.475Z+ build_uid=12345
72026-05-18T17:52:33.475Z+ work_dir=/work
82026-05-18T17:52:33.475Z+ input_dir=/input
92026-05-18T17:52:33.475Z+ [[ 0 == 12345 ]]
102026-05-18T17:52:33.475Z+ case "$kern" in
112026-05-18T17:52:33.475Z+ groupadd -g 12345 build
122026-05-18T17:52:33.475Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T17:52:35.481Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T17:52:35.533Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T17:52:35.536Z+ home_fs=zfs
162026-05-18T17:52:35.536Z+ [[ zfs == autofs ]]
172026-05-18T17:52:35.536Z+ mkdir -p /home/build
182026-05-18T17:52:35.536Z+ chown build:build /home/build /work
192026-05-18T17:52:37.537Z+ chmod 0700 /home/build /work
202026-05-18T17:52:37.540Zprocess exited: duration 4072 ms, exit code 0
 
212026-05-18T17:52:37.546Zstarting task 1: "rust-toolchain"
222026-05-18T17:52:37.550Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T17:52:37.550Z * rust toolchain channel = "1.94.0"
242026-05-18T17:52:37.550Z * rust toolchain profile = "default"
252026-05-18T17:52:37.550Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-18T17:52:37.550Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T17:52:37.550Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T17:52:37.553Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T17:52:37.553Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T17:52:37.655Zinfo: downloading installer
312026-05-18T17:52:39.002Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T17:52:39.002Zwarn: /home/build/.rustup/settings.toml
332026-05-18T17:52:39.003Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T17:52:39.006Zwarn: instead of the one inferred from the default host triple.
352026-05-18T17:52:39.015Zinfo: profile set to default
362026-05-18T17:52:39.015Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T17:52:39.018Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T17:52:39.161Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T17:52:39.164Zinfo: downloading 6 components
402026-05-18T17:52:53.703Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-18T17:52:53.703Z
422026-05-18T17:52:53.732Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T17:52:53.732Z
442026-05-18T17:52:53.732Z
452026-05-18T17:52:53.732ZRust is installed now. Great!
462026-05-18T17:52:53.732Z
472026-05-18T17:52:53.732ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T17:52:53.735Zenvironment variable. This has not been done automatically.
492026-05-18T17:52:53.735Z
502026-05-18T17:52:53.735ZTo configure your current shell, you need to source
512026-05-18T17:52:53.735Zthe corresponding env file under $HOME/.cargo.
522026-05-18T17:52:53.735Z
532026-05-18T17:52:53.735ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T17:52:53.735Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T17:52:53.735Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T17:52:53.735Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T17:52:53.735Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T17:52:53.735Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T17:52:53.735Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T17:52:53.735Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T17:52:53.735Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T17:52:53.820Z+ rustup --version
632026-05-18T17:52:53.828Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T17:52:53.831Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T17:52:53.849Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T17:52:53.852Z+ cargo --version
672026-05-18T17:52:53.865Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T17:52:53.868Z+ rustc --version
692026-05-18T17:52:53.888Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T17:52:53.891Zprocess exited: duration 16344 ms, exit code 0
 
712026-05-18T17:52:53.896Zstarting task 2: "authentication"
722026-05-18T17:52:53.913Zprocess exited: duration 15 ms, exit code 0
 
732026-05-18T17:52:53.920Zstarting task 3: "clone repository"
742026-05-18T17:52:53.923Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T17:52:53.925Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T17:52:53.962ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T17:53:04.023Z+ cd /work/oxidecomputer/omicron
782026-05-18T17:53:04.023Z+ git fetch origin 803f96a2100a085a40be511e9185a224f824bce7
792026-05-18T17:53:04.345ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T17:53:04.345Z * branch 803f96a2100a085a40be511e9185a224f824bce7 -> FETCH_HEAD
812026-05-18T17:53:04.356Z+ [[ -n eliza/update-mgs-2026-5-18 ]]
822026-05-18T17:53:04.363Z++ git branch --show-current
832026-05-18T17:53:04.364Z+ current=main
842026-05-18T17:53:04.364Z+ [[ main != eliza/update-mgs-2026-5-18 ]]
852026-05-18T17:53:04.364Z+ git branch -f eliza/update-mgs-2026-5-18 803f96a2100a085a40be511e9185a224f824bce7
862026-05-18T17:53:04.364Z+ git checkout -f eliza/update-mgs-2026-5-18
872026-05-18T17:53:04.480ZSwitched to branch 'eliza/update-mgs-2026-5-18'
882026-05-18T17:53:04.483Z+ git reset --hard 803f96a2100a085a40be511e9185a224f824bce7
892026-05-18T17:53:04.598ZHEAD is now at 803f96a21 hakari
902026-05-18T17:53:04.601Zprocess exited: duration 10681 ms, exit code 0
 
912026-05-18T17:53:04.607Zstarting task 4: "build"
922026-05-18T17:53:04.611Z+ source .github/buildomat/ci-env.sh
932026-05-18T17:53:04.611Z++ export CARGO_TERM_COLOR=always
942026-05-18T17:53:04.611Z++ CARGO_TERM_COLOR=always
952026-05-18T17:53:04.614Z+ cargo --version
962026-05-18T17:53:04.621Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-18T17:53:04.624Z+ rustc --version
982026-05-18T17:53:04.643Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-18T17:53:04.646Z+ source ./env.sh
1002026-05-18T17:53:04.646Z++ OLD_SHELL_OPTS=ehxB
1012026-05-18T17:53:04.646Z++ set -o xtrace
1022026-05-18T17:53:04.649Z++++ dirname ./env.sh
1032026-05-18T17:53:04.649Z+++ readlink -f .
1042026-05-18T17:53:04.652Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-18T17:53:04.652Z++ 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-05-18T17:53:04.652Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-18T17:53:04.652Z++ 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-05-18T17:53:04.652Z++ 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-05-18T17:53:04.652Z++ 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-05-18T17:53:04.652Z++ 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-05-18T17:53:04.652Z++ 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-05-18T17:53:04.653Z++ 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-05-18T17:53:04.653Z++ case $OLD_SHELL_OPTS in
1142026-05-18T17:53:04.653Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-18T17:53:04.653Z+ 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-05-18T17:53:04.653Z+ 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-05-18T17:53:04.653Z+ banner prerequisites
1182026-05-18T17:53:04.656Z
1192026-05-18T17:53:04.656Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-18T17:53:04.656Z # # # # # # # # # # # # # # #
1212026-05-18T17:53:04.656Z # # # # ##### # # ##### # # # # # #### #
1222026-05-18T17:53:04.656Z ##### ##### # ##### # # # # # # # # #
1232026-05-18T17:53:04.656Z # # # # # # # # # # # # # # #
1242026-05-18T17:53:04.656Z # # # ###### # # ###### ### # #### # #### #
1252026-05-18T17:53:04.656Z
1262026-05-18T17:53:04.656Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-18T17:53:06.163Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-18T17:53:06.218Z Startup: Caching catalogs ... Done
1292026-05-18T17:53:06.425ZPlanning: Solver setup ... Done (0.174s)
1302026-05-18T17:53:06.440ZPlanning: Running solver ... Done (0.016s)
1312026-05-18T17:53:06.445ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-18T17:53:06.456ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-18T17:53:06.475ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-18T17:53:06.488ZPlanning: Package planning ... Done (0.013s)
1352026-05-18T17:53:06.491ZPlanning: Merging actions ... Done (0.002s)
1362026-05-18T17:53:06.679ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-18T17:53:06.682ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-18T17:53:07.464ZPlanning: Evaluating mediators ... Done (0.785s)
1392026-05-18T17:53:07.467ZPlanning: Planning completed in 1.23 seconds
1402026-05-18T17:53:07.474Z Packages to install: 2
1412026-05-18T17:53:07.477Z Estimated space available: 156.08 GB
1422026-05-18T17:53:07.477ZEstimated space to be consumed: 19.74 MB
1432026-05-18T17:53:07.477Z Create boot environment: No
1442026-05-18T17:53:07.477ZCreate backup boot environment: No
1452026-05-18T17:53:07.477Z Rebuild boot archive: No
1462026-05-18T17:53:07.477Z
1472026-05-18T17:53:07.477ZChanged packages:
1482026-05-18T17:53:07.477Zhelios
1492026-05-18T17:53:07.477Z developer/build-essential
1502026-05-18T17:53:07.477Z None -> 11-3.0
1512026-05-18T17:53:07.477Z library/libxmlsec1
1522026-05-18T17:53:07.477Z None -> 1.2.35-3.0
1532026-05-18T17:53:07.499Z
1542026-05-18T17:53:07.499ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-18T17:53:07.978ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1562026-05-18T17:53:08.042Z Actions: 1/268 actions (Installing new actions)
1572026-05-18T17:53:08.081Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-18T17:53:08.087ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-18T17:53:08.087ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-18T17:53:08.103ZFinalize: Updating image state ... Done (0.016s)
1612026-05-18T17:53:10.460ZFinalize: Creating fast lookup database ... Done (2.336s)
1622026-05-18T17:53:10.530ZFinalize: Reading search index ... Done (0.012s)
1632026-05-18T17:53:10.533ZFinalize: Updating search index ... Done (0.000s)
1642026-05-18T17:53:10.635ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-18T17:53:10.928ZPlanning: Evaluating mediator changes ... Done
1662026-05-18T17:53:11.032ZPlanning: Checking for conflicting actions ... Done
1672026-05-18T17:53:11.036ZPlanning: Consolidating action changes ... Done
1682026-05-18T17:53:11.191ZPlanning: Evaluating mediators ... Done
1692026-05-18T17:53:11.195ZPlanning: Planning completed in 0.26 seconds
1702026-05-18T17:53:11.215Z Mediators to change: 2
1712026-05-18T17:53:11.215Z Create boot environment: No
1722026-05-18T17:53:11.215ZCreate backup boot environment: No
1732026-05-18T17:53:11.267ZFinalize: Updating package state database ... Done
1742026-05-18T17:53:11.270ZFinalize: Updating package cache ... Done
1752026-05-18T17:53:11.276ZFinalize: Updating image state ... Done
1762026-05-18T17:53:13.219ZFinalize: Creating fast lookup database ... Done
1772026-05-18T17:53:13.285ZFinalize: Reading search index ... Done
1782026-05-18T17:53:13.288ZFinalize: Updating search index ... Done
1792026-05-18T17:53:13.363ZFinalize: Updating package cache ... Done
1802026-05-18T17:53:13.646ZPlanning: Evaluating mediator changes ... Done
1812026-05-18T17:53:13.751ZPlanning: Checking for conflicting actions ... Done
1822026-05-18T17:53:13.754ZPlanning: Consolidating action changes ... Done
1832026-05-18T17:53:13.911ZPlanning: Evaluating mediators ... Done
1842026-05-18T17:53:13.914ZPlanning: Planning completed in 0.27 seconds
1852026-05-18T17:53:13.934Z Mediators to change: 1
1862026-05-18T17:53:13.934Z Create boot environment: No
1872026-05-18T17:53:13.934ZCreate backup boot environment: No
1882026-05-18T17:53:13.986ZFinalize: Updating package state database ... Done
1892026-05-18T17:53:13.986ZFinalize: Updating package cache ... Done
1902026-05-18T17:53:13.995ZFinalize: Updating image state ... Done
1912026-05-18T17:53:15.940ZFinalize: Creating fast lookup database ... Done
1922026-05-18T17:53:16.002ZFinalize: Reading search index ... Done
1932026-05-18T17:53:16.005ZFinalize: Updating search index ... Done
1942026-05-18T17:53:16.069ZFinalize: Updating package cache ... Done
1952026-05-18T17:53:16.378ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-18T17:53:16.378Zapache system 2.4 system
1972026-05-18T17:53:16.378Zclang system 15 system
1982026-05-18T17:53:16.378Zcsh system system illumos
1992026-05-18T17:53:16.378Zctags system system illumos
2002026-05-18T17:53:16.378Zfile vendor vendor darwinsys
2012026-05-18T17:53:16.378Zfile system system illumos
2022026-05-18T17:53:16.378Zgcc vendor 14 vendor
2032026-05-18T17:53:16.378Zgcc system 13 system
2042026-05-18T17:53:16.378Zgcc system 10 system
2052026-05-18T17:53:16.378Zgo system 1.25 system
2062026-05-18T17:53:16.378Zllvm system 15 system
2072026-05-18T17:53:16.378Zmariadb system 11.4 system
2082026-05-18T17:53:16.378Zmta vendor vendor dma
2092026-05-18T17:53:16.378Zopenjdk system 17 system
2102026-05-18T17:53:16.378Zopenjdk system 11 system
2112026-05-18T17:53:16.378Zopenssl vendor 3 vendor
2122026-05-18T17:53:16.378Zperl system 5.40 system
2132026-05-18T17:53:16.378Zpostgresql system 18 system
2142026-05-18T17:53:16.378Zpostgresql system 17 system
2152026-05-18T17:53:16.378Zpython vendor 3 vendor
2162026-05-18T17:53:16.378Zpython system 2 system
2172026-05-18T17:53:16.378Zpython3 vendor 3.13 vendor
2182026-05-18T17:53:16.378Zruby system 3.4 system
2192026-05-18T17:53:16.378Zruby system 3.0 system
2202026-05-18T17:53:16.378Zwords vendor vendor american-english
2212026-05-18T17:53:16.378Zwords system system australian-english
2222026-05-18T17:53:16.378Zwords system system british-english
2232026-05-18T17:53:16.378Zwords system system canadian-english
2242026-05-18T17:53:16.378Zwords system system french
2252026-05-18T17:53:16.378Zwords system system italian
2262026-05-18T17:53:16.378Zwords system system ngerman
2272026-05-18T17:53:16.378Zwords system system ogerman
2282026-05-18T17:53:16.378Zwords system system spanish
2292026-05-18T17:53:16.633ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-18T17:53:16.633Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-18T17:53:16.901ZFMRI IFO
2322026-05-18T17:53:16.901Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-18T17:53:16.901Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-18T17:53:16.901Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-18T17:53:16.901Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-18T17:53:16.901Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-18T17:53:16.901Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-18T17:53:16.901Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-18T17:53:16.901Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-18T17:53:16.901Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-18T17:53:17.140Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-18T17:53:17.396Z Updating crates.io index
2432026-05-18T17:53:17.429Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-18T17:53:18.174Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-18T17:53:18.607Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-18T17:53:19.177Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-18T17:53:19.990Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-18T17:53:20.553Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-18T17:53:21.963Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-18T17:53:22.813Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-18T17:53:23.151Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-18T17:53:24.025Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-18T17:53:24.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-18T17:53:24.758Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-18T17:53:25.123Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-18T17:53:26.111Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-18T17:53:26.633Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-18T17:53:26.910Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-18T17:53:27.270Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-18T17:53:27.602Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-18T17:53:27.965Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-18T17:53:28.188Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-18T17:53:28.426Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-18T17:53:28.658Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-18T17:53:29.085Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-18T17:53:29.520Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-18T17:53:29.903Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-18T17:53:30.204Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-18T17:53:30.810Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-18T17:53:31.617Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-18T17:53:31.855Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-18T17:53:32.688Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-18T17:53:33.100Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-18T17:53:33.611Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-18T17:53:33.932Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-18T17:53:34.279Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-18T17:53:34.568Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-18T17:53:35.154Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-18T17:53:35.426Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-18T17:53:35.727Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-18T17:53:36.092Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-18T17:53:47.942Z Downloading crates ...
2832026-05-18T17:53:48.012Z Downloaded block-buffer v0.10.4
2842026-05-18T17:53:48.018Z Downloaded is_terminal_polyfill v1.70.2
2852026-05-18T17:53:48.021Z Downloaded anyhow v1.0.102
2862026-05-18T17:53:48.022Z Downloaded anstyle-parse v0.2.7
2872026-05-18T17:53:48.025Z Downloaded serde-value v0.7.0
2882026-05-18T17:53:48.025Z Downloaded anstyle-query v1.1.5
2892026-05-18T17:53:48.028Z Downloaded errno v0.3.14
2902026-05-18T17:53:48.028Z Downloaded anstream v0.6.21
2912026-05-18T17:53:48.028Z Downloaded digest v0.10.7
2922026-05-18T17:53:48.031Z Downloaded dtrace-parser v0.2.0
2932026-05-18T17:53:48.034Z Downloaded fnv v1.0.7
2942026-05-18T17:53:48.034Z Downloaded cfg-if v1.0.4
2952026-05-18T17:53:48.037Z Downloaded thread-id v4.2.2
2962026-05-18T17:53:48.037Z Downloaded equivalent v1.0.2
2972026-05-18T17:53:48.038Z Downloaded bytecount v0.6.9
2982026-05-18T17:53:48.041Z Downloaded zerofrom-derive v0.1.6
2992026-05-18T17:53:48.041Z Downloaded camino-tempfile v1.4.1
3002026-05-18T17:53:48.041Z Downloaded autocfg v1.5.0
3012026-05-18T17:53:48.044Z Downloaded pest_generator v2.8.6
3022026-05-18T17:53:48.047Z Downloaded erased-serde v0.4.9
3032026-05-18T17:53:48.047Z Downloaded usdt-macro v0.5.0
3042026-05-18T17:53:48.050Z Downloaded thiserror-impl v2.0.18
3052026-05-18T17:53:48.050Z Downloaded bitflags v2.11.0
3062026-05-18T17:53:48.053Z Downloaded clap v4.5.60
3072026-05-18T17:53:48.056Z Downloaded zerofrom v0.1.6
3082026-05-18T17:53:48.059Z Downloaded anstyle v1.0.13
3092026-05-18T17:53:48.059Z Downloaded yoke-derive v0.8.1
3102026-05-18T17:53:48.059Z Downloaded utf8parse v0.2.2
3112026-05-18T17:53:48.062Z Downloaded cargo_toml v0.21.0
3122026-05-18T17:53:48.062Z Downloaded version_check v0.9.5
3132026-05-18T17:53:48.062Z Downloaded usdt-attr-macro v0.5.0
3142026-05-18T17:53:48.062Z Downloaded smawk v0.3.2
3152026-05-18T17:53:48.062Z Downloaded itoa v1.0.17
3162026-05-18T17:53:48.065Z Downloaded proc-macro-error-attr v1.0.4
3172026-05-18T17:53:48.065Z Downloaded utf8_iter v1.0.4
3182026-05-18T17:53:48.065Z Downloaded usdt v0.5.0
3192026-05-18T17:53:48.065Z Downloaded unicode-linebreak v0.1.5
3202026-05-18T17:53:48.070Z Downloaded stable_deref_trait v1.2.1
3212026-05-18T17:53:48.073Z Downloaded generic-array v0.14.7
3222026-05-18T17:53:48.073Z Downloaded writeable v0.6.2
3232026-05-18T17:53:48.073Z Downloaded clap_lex v1.0.0
3242026-05-18T17:53:48.076Z Downloaded usdt-impl v0.5.0
3252026-05-18T17:53:48.076Z Downloaded thiserror v1.0.69
3262026-05-18T17:53:48.079Z Downloaded unicode-xid v0.2.6
3272026-05-18T17:53:48.079Z Downloaded toml_write v0.1.2
3282026-05-18T17:53:48.083Z Downloaded percent-encoding v2.3.2
3292026-05-18T17:53:48.083Z Downloaded typeid v1.0.3
3302026-05-18T17:53:48.083Z Downloaded tinystr v0.8.2
3312026-05-18T17:53:48.086Z Downloaded cpufeatures v0.2.17
3322026-05-18T17:53:48.086Z Downloaded thiserror-impl v1.0.69
3332026-05-18T17:53:48.086Z Downloaded serde_spanned v0.6.9
3342026-05-18T17:53:48.090Z Downloaded swrite v0.1.0
3352026-05-18T17:53:48.090Z Downloaded heck v0.5.0
3362026-05-18T17:53:48.093Z Downloaded thiserror v2.0.18
3372026-05-18T17:53:48.096Z Downloaded zerovec-derive v0.11.2
3382026-05-18T17:53:48.096Z Downloaded quote v1.0.45
3392026-05-18T17:53:48.096Z Downloaded idna_adapter v1.2.1
3402026-05-18T17:53:48.099Z Downloaded strsim v0.11.1
3412026-05-18T17:53:48.099Z Downloaded ordered-float v2.10.1
3422026-05-18T17:53:48.099Z Downloaded zmij v1.0.21
3432026-05-18T17:53:48.102Z Downloaded toml_datetime v0.6.11
3442026-05-18T17:53:48.102Z Downloaded memmap v0.7.0
3452026-05-18T17:53:48.105Z Downloaded dof v0.3.0
3462026-05-18T17:53:48.108Z Downloaded yoke v0.8.1
3472026-05-18T17:53:48.108Z Downloaded zerocopy-derive v0.7.35
3482026-05-18T17:53:48.111Z Downloaded zerocopy v0.7.35
3492026-05-18T17:53:48.118Z Downloaded typenum v1.19.0
3502026-05-18T17:53:48.121Z Downloaded byteorder v1.5.0
3512026-05-18T17:53:48.121Z Downloaded zerotrie v0.2.3
3522026-05-18T17:53:48.124Z Downloaded tabled_derive v0.7.0
3532026-05-18T17:53:48.124Z Downloaded url v2.5.8
3542026-05-18T17:53:48.127Z Downloaded toml_edit v0.22.27
3552026-05-18T17:53:48.130Z Downloaded unicode-ident v1.0.24
3562026-05-18T17:53:48.130Z Downloaded textwrap v0.16.2
3572026-05-18T17:53:48.133Z Downloaded heck v0.4.1
3582026-05-18T17:53:48.133Z Downloaded zerovec v0.11.5
3592026-05-18T17:53:48.136Z Downloaded terminal_size v0.4.3
3602026-05-18T17:53:48.136Z Downloaded potential_utf v0.1.4
3612026-05-18T17:53:48.136Z Downloaded toml v0.8.23
3622026-05-18T17:53:48.139Z Downloaded pretty-hex v0.4.1
3632026-05-18T17:53:48.139Z Downloaded plain v0.2.3
3642026-05-18T17:53:48.139Z Downloaded sha2 v0.10.9
3652026-05-18T17:53:48.142Z Downloaded macaddr v1.0.1
3662026-05-18T17:53:48.142Z Downloaded fastrand v2.3.0
3672026-05-18T17:53:48.142Z Downloaded cargo-platform v0.2.0
3682026-05-18T17:53:48.142Z Downloaded ucd-trie v0.1.7
3692026-05-18T17:53:48.145Z Downloaded scroll_derive v0.12.1
3702026-05-18T17:53:48.145Z Downloaded form_urlencoded v1.2.2
3712026-05-18T17:53:48.151Z Downloaded winnow v0.7.14
3722026-05-18T17:53:48.156Z Downloaded crypto-common v0.1.7
3732026-05-18T17:53:48.159Z Downloaded unicode-width v0.1.14
3742026-05-18T17:53:48.162Z Downloaded colorchoice v1.0.4
3752026-05-18T17:53:48.162Z Downloaded unicode-width v0.2.0
3762026-05-18T17:53:48.168Z Downloaded displaydoc v0.2.5
3772026-05-18T17:53:48.181Z Downloaded semver v1.0.28
3782026-05-18T17:53:48.184Z Downloaded serde_derive v1.0.228
3792026-05-18T17:53:48.187Z Downloaded scroll v0.12.0
3802026-05-18T17:53:48.187Z Downloaded proc-macro-error v1.0.4
3812026-05-18T17:53:48.190Z Downloaded synstructure v0.13.2
3822026-05-18T17:53:48.193Z Downloaded serde_tokenstream v0.2.3
3832026-05-18T17:53:48.196Z Downloaded cargo_metadata v0.21.0
3842026-05-18T17:53:48.197Z Downloaded tempfile v3.25.0
3852026-05-18T17:53:48.200Z Downloaded once_cell v1.21.3
3862026-05-18T17:53:48.208Z Downloaded getrandom v0.4.1
3872026-05-18T17:53:48.220Z Downloaded smallvec v1.15.1
3882026-05-18T17:53:48.226Z Downloaded serde-untagged v0.1.9
3892026-05-18T17:53:48.229Z Downloaded pest_derive v2.8.6
3902026-05-18T17:53:48.229Z Downloaded icu_properties v2.1.2
3912026-05-18T17:53:48.232Z Downloaded syn v2.0.117
3922026-05-18T17:53:48.237Z Downloaded num-traits v0.2.19
3932026-05-18T17:53:48.240Z Downloaded log v0.4.29
3942026-05-18T17:53:48.240Z Downloaded icu_provider v2.1.1
3952026-05-18T17:53:48.243Z Downloaded camino v1.2.2
3962026-05-18T17:53:48.243Z Downloaded serde_core v1.0.228
3972026-05-18T17:53:48.246Z Downloaded litemap v0.8.1
3982026-05-18T17:53:48.246Z Downloaded clap_derive v4.5.55
3992026-05-18T17:53:48.250Z Downloaded fs-err v3.3.0
4002026-05-18T17:53:48.250Z Downloaded cargo-util-schemas v0.8.2
4012026-05-18T17:53:48.250Z Downloaded proc-macro2 v1.0.106
4022026-05-18T17:53:48.254Z Downloaded icu_normalizer v2.1.1
4032026-05-18T17:53:48.257Z Downloaded icu_locale_core v2.1.1
4042026-05-18T17:53:48.262Z Downloaded papergrid v0.11.0
4052026-05-18T17:53:48.265Z Downloaded icu_normalizer_data v2.1.1
4062026-05-18T17:53:48.268Z Downloaded pest_meta v2.8.6
4072026-05-18T17:53:48.268Z Downloaded icu_collections v2.1.1
4082026-05-18T17:53:48.274Z Downloaded serde v1.0.228
4092026-05-18T17:53:48.277Z Downloaded clap_builder v4.5.60
4102026-05-18T17:53:48.283Z Downloaded pest v2.8.6
4112026-05-18T17:53:48.287Z Downloaded memchr v2.8.0
4122026-05-18T17:53:48.294Z Downloaded indexmap v2.14.0
4132026-05-18T17:53:48.303Z Downloaded idna v1.1.0
4142026-05-18T17:53:48.308Z Downloaded serde_json v1.0.149
4152026-05-18T17:53:48.315Z Downloaded hashbrown v0.17.0
4162026-05-18T17:53:48.319Z Downloaded icu_properties_data v2.1.2
4172026-05-18T17:53:48.324Z Downloaded goblin v0.8.2
4182026-05-18T17:53:48.332Z Downloaded tabled v0.15.0
4192026-05-18T17:53:48.341Z Downloaded syn v1.0.109
4202026-05-18T17:53:48.359Z Downloaded rustix v1.1.3
4212026-05-18T17:53:48.386Z Downloaded libc v0.2.185
4222026-05-18T17:53:48.455Z Compiling proc-macro2 v1.0.106
4232026-05-18T17:53:48.455Z Compiling quote v1.0.45
4242026-05-18T17:53:48.458Z Compiling unicode-ident v1.0.24
4252026-05-18T17:53:48.458Z Compiling serde_core v1.0.228
4262026-05-18T17:53:48.458Z Compiling libc v0.2.185
4272026-05-18T17:53:48.458Z Compiling version_check v0.9.5
4282026-05-18T17:53:48.458Z Compiling serde v1.0.228
4292026-05-18T17:53:48.458Z Compiling stable_deref_trait v1.2.1
4302026-05-18T17:53:48.744Z Compiling memchr v2.8.0
4312026-05-18T17:53:48.767Z Compiling zmij v1.0.21
4322026-05-18T17:53:49.069Z Compiling autocfg v1.5.0
4332026-05-18T17:53:49.098Z Compiling thiserror v1.0.69
4342026-05-18T17:53:49.342Z Compiling ucd-trie v0.1.7
4352026-05-18T17:53:49.358Z Compiling itoa v1.0.17
4362026-05-18T17:53:49.462Z Compiling writeable v0.6.2
4372026-05-18T17:53:49.486Z Compiling pest v2.8.6
4382026-05-18T17:53:49.509Z Compiling litemap v0.8.1
4392026-05-18T17:53:49.603Z Compiling byteorder v1.5.0
4402026-05-18T17:53:49.646Z Compiling icu_properties_data v2.1.2
4412026-05-18T17:53:49.825Z Compiling rustix v1.1.3
4422026-05-18T17:53:49.829Z Compiling icu_normalizer_data v2.1.1
4432026-05-18T17:53:49.875Z Compiling syn v2.0.117
4442026-05-18T17:53:49.987Z Compiling errno v0.3.14
4452026-05-18T17:53:49.990Z Compiling serde_json v1.0.149
4462026-05-18T17:53:50.048Z Compiling bitflags v2.11.0
4472026-05-18T17:53:50.238Z Compiling num-traits v0.2.19
4482026-05-18T17:53:50.274Z Compiling typeid v1.0.3
4492026-05-18T17:53:50.414Z Compiling equivalent v1.0.2
4502026-05-18T17:53:50.501Z Compiling pest_meta v2.8.6
4512026-05-18T17:53:50.530Z Compiling hashbrown v0.17.0
4522026-05-18T17:53:50.545Z Compiling smallvec v1.15.1
4532026-05-18T17:53:50.791Z Compiling thread-id v4.2.2
4542026-05-18T17:53:50.873Z Compiling proc-macro-error-attr v1.0.4
4552026-05-18T17:53:50.889Z Compiling usdt-impl v0.5.0
4562026-05-18T17:53:50.920Z Compiling toml_write v0.1.2
4572026-05-18T17:53:51.101Z Compiling indexmap v2.14.0
4582026-05-18T17:53:51.116Z Compiling winnow v0.7.14
4592026-05-18T17:53:51.135Z Compiling syn v1.0.109
4602026-05-18T17:53:51.169Z Compiling erased-serde v0.4.9
4612026-05-18T17:53:51.677Z Compiling proc-macro-error v1.0.4
4622026-05-18T17:53:51.737Z Compiling utf8parse v0.2.2
4632026-05-18T17:53:51.857Z Compiling thiserror v2.0.18
4642026-05-18T17:53:51.872Z Compiling log v0.4.29
4652026-05-18T17:53:52.060Z Compiling getrandom v0.4.1
4662026-05-18T17:53:52.179Z Compiling camino v1.2.2
4672026-05-18T17:53:52.195Z Compiling percent-encoding v2.3.2
4682026-05-18T17:53:52.212Z Compiling utf8_iter v1.0.4
4692026-05-18T17:53:52.366Z Compiling plain v0.2.3
4702026-05-18T17:53:52.397Z Compiling form_urlencoded v1.2.2
4712026-05-18T17:53:52.449Z Compiling ordered-float v2.10.1
4722026-05-18T17:53:52.558Z Compiling synstructure v0.13.2
4732026-05-18T17:53:52.582Z Compiling pest_generator v2.8.6
4742026-05-18T17:53:52.597Z Compiling anstyle-parse v0.2.7
4752026-05-18T17:53:52.720Z Compiling terminal_size v0.4.3
4762026-05-18T17:53:52.864Z Compiling anstyle v1.0.13
4772026-05-18T17:53:53.001Z Compiling cfg-if v1.0.4
4782026-05-18T17:53:53.040Z Compiling pretty-hex v0.4.1
4792026-05-18T17:53:53.093Z Compiling anstyle-query v1.1.5
4802026-05-18T17:53:53.111Z Compiling colorchoice v1.0.4
4812026-05-18T17:53:53.114Z Compiling is_terminal_polyfill v1.70.2
4822026-05-18T17:53:53.210Z Compiling anstream v0.6.21
4832026-05-18T17:53:53.227Z Compiling serde-untagged v0.1.9
4842026-05-18T17:53:53.283Z Compiling semver v1.0.28
4852026-05-18T17:53:53.344Z Compiling fs-err v3.3.0
4862026-05-18T17:53:53.465Z Compiling heck v0.4.1
4872026-05-18T17:53:53.511Z Compiling bytecount v0.6.9
4882026-05-18T17:53:53.532Z Compiling heck v0.5.0
4892026-05-18T17:53:53.608Z Compiling anyhow v1.0.102
4902026-05-18T17:53:53.624Z Compiling strsim v0.11.1
4912026-05-18T17:53:53.647Z Compiling unicode-xid v0.2.6
4922026-05-18T17:53:53.691Z Compiling fastrand v2.3.0
4932026-05-18T17:53:53.791Z Compiling fnv v1.0.7
4942026-05-18T17:53:53.890Z Compiling clap_lex v1.0.0
4952026-05-18T17:53:53.907Z Compiling unicode-width v0.1.14
4962026-05-18T17:53:53.950Z Compiling once_cell v1.21.3
4972026-05-18T17:53:54.078Z Compiling clap_builder v4.5.60
4982026-05-18T17:53:54.120Z Compiling tempfile v3.25.0
4992026-05-18T17:53:54.165Z Compiling papergrid v0.11.0
5002026-05-18T17:53:54.182Z Compiling memmap v0.7.0
5012026-05-18T17:53:54.243Z Compiling serde_derive v1.0.228
5022026-05-18T17:53:54.292Z Compiling zerofrom-derive v0.1.6
5032026-05-18T17:53:54.362Z Compiling yoke-derive v0.8.1
5042026-05-18T17:53:54.486Z Compiling zerovec-derive v0.11.2
5052026-05-18T17:53:54.681Z Compiling displaydoc v0.2.5
5062026-05-18T17:53:55.408Z Compiling thiserror-impl v1.0.69
5072026-05-18T17:53:55.490Z Compiling zerocopy-derive v0.7.35
5082026-05-18T17:53:55.571Z Compiling pest_derive v2.8.6
5092026-05-18T17:53:55.574Z Compiling scroll_derive v0.12.1
5102026-05-18T17:53:55.653Z Compiling zerofrom v0.1.6
5112026-05-18T17:53:55.784Z Compiling yoke v0.8.1
5122026-05-18T17:53:55.980Z Compiling zerovec v0.11.5
5132026-05-18T17:53:55.995Z Compiling zerotrie v0.2.3
5142026-05-18T17:53:56.298Z Compiling scroll v0.12.0
5152026-05-18T17:53:56.357Z Compiling zerocopy v0.7.35
5162026-05-18T17:53:56.374Z Compiling thiserror-impl v2.0.18
5172026-05-18T17:53:56.507Z Compiling tinystr v0.8.2
5182026-05-18T17:53:56.576Z Compiling potential_utf v0.1.4
5192026-05-18T17:53:56.735Z Compiling icu_locale_core v2.1.1
5202026-05-18T17:53:56.750Z Compiling icu_collections v2.1.1
5212026-05-18T17:53:56.827Z Compiling dtrace-parser v0.2.0
5222026-05-18T17:53:56.910Z Compiling goblin v0.8.2
5232026-05-18T17:53:57.118Z Compiling tabled_derive v0.7.0
5242026-05-18T17:53:57.235Z Compiling clap_derive v4.5.55
5252026-05-18T17:53:57.575Z Compiling icu_provider v2.1.1
5262026-05-18T17:53:57.634Z Compiling serde_spanned v0.6.9
5272026-05-18T17:53:57.701Z Compiling toml_datetime v0.6.11
5282026-05-18T17:53:57.704Z Compiling dof v0.3.0
5292026-05-18T17:53:57.734Z Compiling serde_tokenstream v0.2.3
5302026-05-18T17:53:57.872Z Compiling icu_properties v2.1.2
5312026-05-18T17:53:57.893Z Compiling icu_normalizer v2.1.1
5322026-05-18T17:53:57.967Z Compiling toml_edit v0.22.27
5332026-05-18T17:53:58.045Z Compiling serde-value v0.7.0
5342026-05-18T17:53:58.098Z Compiling cargo-platform v0.2.0
5352026-05-18T17:53:58.372Z Compiling smawk v0.3.2
5362026-05-18T17:53:58.402Z Compiling unicode-linebreak v0.1.5
5372026-05-18T17:53:58.429Z Compiling unicode-width v0.2.0
5382026-05-18T17:53:58.514Z Compiling tabled v0.15.0
5392026-05-18T17:53:58.633Z Compiling usdt-attr-macro v0.5.0
5402026-05-18T17:53:58.649Z Compiling usdt-macro v0.5.0
5412026-05-18T17:53:58.706Z Compiling idna_adapter v1.2.1
5422026-05-18T17:53:58.852Z Compiling idna v1.1.0
5432026-05-18T17:53:58.952Z Compiling textwrap v0.16.2
5442026-05-18T17:53:58.987Z Compiling clap v4.5.60
5452026-05-18T17:53:59.088Z Compiling macaddr v1.0.1
5462026-05-18T17:53:59.279Z Compiling url v2.5.8
5472026-05-18T17:53:59.319Z Compiling camino-tempfile v1.4.1
5482026-05-18T17:53:59.423Z Compiling toml v0.8.23
5492026-05-18T17:53:59.797Z Compiling cargo-util-schemas v0.8.2
5502026-05-18T17:54:00.008Z Compiling cargo_toml v0.21.0
5512026-05-18T17:54:00.024Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-18T17:54:00.042Z Compiling swrite v0.1.0
5532026-05-18T17:54:00.265Z Compiling usdt v0.5.0
5542026-05-18T17:54:00.706Z Compiling cargo_metadata v0.21.0
5552026-05-18T17:54:01.646Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-18T17:54:03.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.74s
5572026-05-18T17:54:03.991Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-18T17:54:04.554Z Downloading crates ...
5592026-05-18T17:54:04.642Z Downloaded adler2 v2.0.1
5602026-05-18T17:54:04.651Z Downloaded aead v0.5.2
5612026-05-18T17:54:04.656Z Downloaded darling_macro v0.21.3
5622026-05-18T17:54:04.659Z Downloaded argon2 v0.5.3
5632026-05-18T17:54:04.662Z Downloaded ahash v0.8.12
5642026-05-18T17:54:04.664Z Downloaded ciborium-io v0.2.2
5652026-05-18T17:54:04.665Z Downloaded csv-core v0.1.13
5662026-05-18T17:54:04.671Z Downloaded dropshot-api-manager-types v0.7.1
5672026-05-18T17:54:04.674Z Downloaded dunce v1.0.5
5682026-05-18T17:54:04.674Z Downloaded downcast-rs v2.0.2
5692026-05-18T17:54:04.676Z Downloaded atty v0.2.14
5702026-05-18T17:54:04.679Z Downloaded float-cmp v0.10.0
5712026-05-18T17:54:04.679Z Downloaded crc32fast v1.5.0
5722026-05-18T17:54:04.682Z Downloaded bitfield v0.19.4
5732026-05-18T17:54:04.684Z Downloaded defmt-parser v1.0.0
5742026-05-18T17:54:04.685Z Downloaded endian-type v0.1.2
5752026-05-18T17:54:04.687Z Downloaded crc v3.4.0
5762026-05-18T17:54:04.687Z Downloaded display-error-chain v0.2.2
5772026-05-18T17:54:04.690Z Downloaded ciborium-ll v0.2.2
5782026-05-18T17:54:04.692Z Downloaded fd-lock v4.0.4
5792026-05-18T17:54:04.712Z Downloaded cstr-argument v0.1.2
5802026-05-18T17:54:04.712Z Downloaded data-encoding v2.10.0
5812026-05-18T17:54:04.713Z Downloaded crc-catalog v2.4.0
5822026-05-18T17:54:04.713Z Downloaded env_logger v0.11.9
5832026-05-18T17:54:04.713Z Downloaded critical-section v1.2.0
5842026-05-18T17:54:04.713Z Downloaded async-stream-impl v0.3.6
5852026-05-18T17:54:04.713Z Downloaded bcrypt-pbkdf v0.10.0
5862026-05-18T17:54:04.713Z Downloaded convert_case v0.4.0
5872026-05-18T17:54:04.713Z Downloaded assert_matches v1.5.0
5882026-05-18T17:54:04.713Z Downloaded derive_builder_macro v0.20.2
5892026-05-18T17:54:04.713Z Downloaded corncobs v0.1.4
5902026-05-18T17:54:04.713Z Downloaded compression-codecs v0.4.37
5912026-05-18T17:54:04.713Z Downloaded dirs-next v2.0.0
5922026-05-18T17:54:04.713Z Downloaded cookie v0.18.1
5932026-05-18T17:54:04.717Z Downloaded dyn-clone v1.0.20
5942026-05-18T17:54:04.717Z Downloaded block-padding v0.3.3
5952026-05-18T17:54:04.717Z Downloaded dirs-sys-next v0.1.2
5962026-05-18T17:54:04.717Z Downloaded bitfield-macros v0.19.4
5972026-05-18T17:54:04.719Z Downloaded ctr v0.9.2
5982026-05-18T17:54:04.719Z Downloaded base16ct v0.2.0
5992026-05-18T17:54:04.722Z Downloaded foreign-types v0.5.0
6002026-05-18T17:54:04.722Z Downloaded ena v0.14.4
6012026-05-18T17:54:04.725Z Downloaded derive-ex v0.1.8
6022026-05-18T17:54:04.725Z Downloaded defmt v1.0.1
6032026-05-18T17:54:04.728Z Downloaded filetime v0.2.27
6042026-05-18T17:54:04.728Z Downloaded foreign-types-macros v0.2.3
6052026-05-18T17:54:04.731Z Downloaded embedded-io v0.6.1
6062026-05-18T17:54:04.731Z Downloaded curve25519-dalek-derive v0.1.1
6072026-05-18T17:54:04.731Z Downloaded cmake v0.1.57
6082026-05-18T17:54:04.733Z Downloaded const_format_proc_macros v0.2.34
6092026-05-18T17:54:04.736Z Downloaded foreign-types-shared v0.1.1
6102026-05-18T17:54:04.736Z Downloaded daft-derive v0.1.5
6112026-05-18T17:54:04.739Z Downloaded der_derive v0.7.3
6122026-05-18T17:54:04.739Z Downloaded crossbeam-deque v0.8.6
6132026-05-18T17:54:04.742Z Downloaded ff v0.13.1
6142026-05-18T17:54:04.742Z Downloaded foreign-types-shared v0.3.1
6152026-05-18T17:54:04.742Z Downloaded dof v0.4.0
6162026-05-18T17:54:04.745Z Downloaded dtrace-parser v0.3.0
6172026-05-18T17:54:04.746Z Downloaded debug-ignore v1.0.5
6182026-05-18T17:54:04.748Z Downloaded darling_macro v0.23.0
6192026-05-18T17:54:04.748Z Downloaded crunchy v0.2.4
6202026-05-18T17:54:04.748Z Downloaded crc8 v0.1.1
6212026-05-18T17:54:04.748Z Downloaded compression-core v0.4.31
6222026-05-18T17:54:04.748Z Downloaded flagset v0.4.7
6232026-05-18T17:54:04.751Z Downloaded dsl_auto_type v0.2.0
6242026-05-18T17:54:04.751Z Downloaded cpufeatures v0.3.0
6252026-05-18T17:54:04.754Z Downloaded cobs v0.3.0
6262026-05-18T17:54:04.754Z Downloaded ascii-canvas v3.0.0
6272026-05-18T17:54:04.754Z Downloaded cargo_metadata v0.19.2
6282026-05-18T17:54:04.756Z Downloaded futures-core v0.3.32
6292026-05-18T17:54:04.756Z Downloaded funty v2.0.0
6302026-05-18T17:54:04.759Z Downloaded float-ord v0.3.2
6312026-05-18T17:54:04.759Z Downloaded atomicwrites v0.4.4
6322026-05-18T17:54:04.759Z Downloaded enum-as-inner v0.6.1
6332026-05-18T17:54:04.762Z Downloaded fixedbitset v0.4.2
6342026-05-18T17:54:04.762Z Downloaded foreign-types v0.3.2
6352026-05-18T17:54:04.764Z Downloaded cassowary v0.3.0
6362026-05-18T17:54:04.764Z Downloaded find-msvc-tools v0.1.9
6372026-05-18T17:54:04.764Z Downloaded either v1.15.0
6382026-05-18T17:54:04.767Z Downloaded darling v0.23.0
6392026-05-18T17:54:04.770Z Downloaded convert_case v0.10.0
6402026-05-18T17:54:04.772Z Downloaded embedded-io v0.4.0
6412026-05-18T17:54:04.772Z Downloaded console v0.15.11
6422026-05-18T17:54:04.775Z Downloaded bzip2 v0.4.4
6432026-05-18T17:54:04.775Z Downloaded bit-set v0.5.3
6442026-05-18T17:54:04.779Z Downloaded diesel_table_macro_syntax v0.3.0
6452026-05-18T17:54:04.779Z Downloaded defmt v0.3.100
6462026-05-18T17:54:04.779Z Downloaded async-recursion v1.1.1
6472026-05-18T17:54:04.781Z Downloaded gethostname v0.5.0
6482026-05-18T17:54:04.781Z Downloaded env_filter v1.0.0
6492026-05-18T17:54:04.784Z Downloaded der v0.7.10
6502026-05-18T17:54:04.787Z Downloaded fxhash v0.2.1
6512026-05-18T17:54:04.787Z Downloaded cargo-platform v0.1.9
6522026-05-18T17:54:04.789Z Downloaded castaway v0.2.4
6532026-05-18T17:54:04.789Z Downloaded arrayref v0.3.9
6542026-05-18T17:54:04.790Z Downloaded futures-macro v0.3.32
6552026-05-18T17:54:04.792Z Downloaded futures-task v0.3.32
6562026-05-18T17:54:04.792Z Downloaded git-stub v1.0.0
6572026-05-18T17:54:04.795Z Downloaded hash32 v0.3.1
6582026-05-18T17:54:04.795Z Downloaded ghash v0.5.1
6592026-05-18T17:54:04.795Z Downloaded async-stream v0.3.6
6602026-05-18T17:54:04.798Z Downloaded globwalk v0.9.1
6612026-05-18T17:54:04.798Z Downloaded futures-sink v0.3.32
6622026-05-18T17:54:04.801Z Downloaded crossbeam-epoch v0.9.18
6632026-05-18T17:54:04.801Z Downloaded fixedbitset v0.5.7
6642026-05-18T17:54:04.803Z Downloaded ed25519 v2.2.3
6652026-05-18T17:54:04.803Z Downloaded cbc v0.1.2
6662026-05-18T17:54:04.806Z Downloaded darling_macro v0.20.11
6672026-05-18T17:54:04.806Z Downloaded fs-err v2.11.0
6682026-05-18T17:54:04.809Z Downloaded fallible-iterator v0.2.0
6692026-05-18T17:54:04.809Z Downloaded erased-serde v0.3.31
6702026-05-18T17:54:04.811Z Downloaded constant_time_eq v0.4.2
6712026-05-18T17:54:04.811Z Downloaded backoff v0.4.0
6722026-05-18T17:54:04.815Z Downloaded hex-literal v0.4.1
6732026-05-18T17:54:04.815Z Downloaded arrayvec v0.7.6
6742026-05-18T17:54:04.817Z Downloaded derive_more v0.99.20
6752026-05-18T17:54:04.818Z Downloaded dropshot_endpoint v0.17.0
6762026-05-18T17:54:04.820Z Downloaded home v0.5.12
6772026-05-18T17:54:04.823Z Downloaded headers-core v0.3.0
6782026-05-18T17:54:04.823Z Downloaded hash32 v0.2.1
6792026-05-18T17:54:04.823Z Downloaded http-range v0.1.5
6802026-05-18T17:54:04.828Z Downloaded http-body v1.0.1
6812026-05-18T17:54:04.828Z Downloaded derive-where v1.6.0
6822026-05-18T17:54:04.831Z Downloaded cipher v0.4.4
6832026-05-18T17:54:04.831Z Downloaded bzip2 v0.6.1
6842026-05-18T17:54:04.831Z Downloaded backon v1.6.0
6852026-05-18T17:54:04.834Z Downloaded bcs v0.1.6
6862026-05-18T17:54:04.834Z Downloaded derive_builder_core v0.20.2
6872026-05-18T17:54:04.837Z Downloaded hostname v0.4.2
6882026-05-18T17:54:04.837Z Downloaded bitflags v1.3.2
6892026-05-18T17:54:04.839Z Downloaded document-features v0.2.12
6902026-05-18T17:54:04.839Z Downloaded indent_write v2.2.0
6912026-05-18T17:54:04.842Z Downloaded diesel-dtrace v0.5.0
6922026-05-18T17:54:04.842Z Downloaded indoc v1.0.9
6932026-05-18T17:54:04.845Z Downloaded inout v0.1.4
6942026-05-18T17:54:04.845Z Downloaded hubpack v0.1.2
6952026-05-18T17:54:04.845Z Downloaded hubpack_derive v0.1.1
6962026-05-18T17:54:04.848Z Downloaded httpdate v1.0.3
6972026-05-18T17:54:04.848Z Downloaded derive_builder v0.20.2
6982026-05-18T17:54:04.851Z Downloaded globset v0.4.18
6992026-05-18T17:54:04.851Z Downloaded futures-executor v0.3.32
7002026-05-18T17:54:04.854Z Downloaded blowfish v0.9.1
7012026-05-18T17:54:04.854Z Downloaded base64ct v1.8.3
7022026-05-18T17:54:04.858Z Downloaded is_ci v1.2.0
7032026-05-18T17:54:04.858Z Downloaded illumos-nvpair v0.3.0
7042026-05-18T17:54:04.861Z Downloaded ident_case v1.0.1
7052026-05-18T17:54:04.861Z Downloaded illumos-nvpair-sys v0.2.0
7062026-05-18T17:54:04.861Z Downloaded is-terminal v0.4.17
7072026-05-18T17:54:04.861Z Downloaded internet-checksum v0.2.1
7082026-05-18T17:54:04.861Z Downloaded git-stub-vcs v0.1.0
7092026-05-18T17:54:04.863Z Downloaded chacha20 v0.9.1
7102026-05-18T17:54:04.864Z Downloaded instant v0.1.13
7112026-05-18T17:54:04.864Z Downloaded instability v0.3.11
7122026-05-18T17:54:04.866Z Downloaded camino-tempfile-ext v0.3.3
7132026-05-18T17:54:04.866Z Downloaded keccak v0.1.6
7142026-05-18T17:54:04.870Z Downloaded foldhash v0.1.5
7152026-05-18T17:54:04.870Z Downloaded drift v0.1.4
7162026-05-18T17:54:04.874Z Downloaded kstat-rs v0.2.4
7172026-05-18T17:54:04.877Z Downloaded elliptic-curve v0.13.8
7182026-05-18T17:54:04.880Z Downloaded cookie_store v0.22.1
7192026-05-18T17:54:04.880Z Downloaded colored v3.1.1
7202026-05-18T17:54:04.883Z Downloaded libscf-sys v1.1.0
7212026-05-18T17:54:04.883Z Downloaded lalrpop-util v0.19.12
7222026-05-18T17:54:04.886Z Downloaded futures-io v0.3.32
7232026-05-18T17:54:04.886Z Downloaded hex v0.4.3
7242026-05-18T17:54:04.886Z Downloaded group v0.13.0
7252026-05-18T17:54:04.888Z Downloaded lru-slab v0.1.2
7262026-05-18T17:54:04.888Z Downloaded lru-cache v0.1.2
7272026-05-18T17:54:04.888Z Downloaded lazy_static v1.5.0
7282026-05-18T17:54:04.891Z Downloaded lru v0.12.5
7292026-05-18T17:54:04.891Z Downloaded glob v0.3.3
7302026-05-18T17:54:04.894Z Downloaded http-body-util v0.1.3
7312026-05-18T17:54:04.894Z Downloaded ciborium v0.2.2
7322026-05-18T17:54:04.896Z Downloaded diff v0.1.13
7332026-05-18T17:54:04.896Z Downloaded const-oid v0.9.6
7342026-05-18T17:54:04.899Z Downloaded foldhash v0.2.0
7352026-05-18T17:54:04.899Z Downloaded highway v1.3.0
7362026-05-18T17:54:04.903Z Downloaded darling_core v0.21.3
7372026-05-18T17:54:04.906Z Downloaded hyper-staticfile v0.10.1
7382026-05-18T17:54:04.906Z Downloaded maybe-uninit v2.0.0
7392026-05-18T17:54:04.908Z Downloaded match_cfg v0.1.0
7402026-05-18T17:54:04.908Z Downloaded managed v0.8.0
7412026-05-18T17:54:04.908Z Downloaded linked-hash-map v0.5.6
7422026-05-18T17:54:04.911Z Downloaded mime v0.3.17
7432026-05-18T17:54:04.911Z Downloaded hostname v0.3.1
7442026-05-18T17:54:04.914Z Downloaded memoffset v0.9.1
7452026-05-18T17:54:04.914Z Downloaded md-5 v0.10.6
7462026-05-18T17:54:04.914Z Downloaded md5 v0.7.0
7472026-05-18T17:54:04.916Z Downloaded maplit v1.0.2
7482026-05-18T17:54:04.916Z Downloaded lzss v0.8.2
7492026-05-18T17:54:04.919Z Downloaded new_debug_unreachable v1.0.6
7502026-05-18T17:54:04.919Z Downloaded ingot-types v0.1.2
7512026-05-18T17:54:04.922Z Downloaded humantime v2.3.0
7522026-05-18T17:54:04.922Z Downloaded cancel-safe-futures v0.1.5
7532026-05-18T17:54:04.925Z Downloaded blake2 v0.10.6
7542026-05-18T17:54:04.925Z Downloaded nibble_vec v0.1.0
7552026-05-18T17:54:04.927Z Downloaded hyper-tls v0.6.0
7562026-05-18T17:54:04.927Z Downloaded ipnetwork v0.21.1
7572026-05-18T17:54:04.930Z Downloaded ingot v0.1.1
7582026-05-18T17:54:04.930Z Downloaded indoc v2.0.7
7592026-05-18T17:54:04.933Z Downloaded nodrop v0.1.14
7602026-05-18T17:54:04.933Z Downloaded newtype_derive v0.1.6
7612026-05-18T17:54:04.936Z Downloaded newtype-uuid-macros v0.1.0
7622026-05-18T17:54:04.936Z Downloaded nonempty v0.12.0
7632026-05-18T17:54:04.936Z Downloaded multimap v0.10.1
7642026-05-18T17:54:04.938Z Downloaded ipnet v2.11.0
7652026-05-18T17:54:04.938Z Downloaded buf-list v1.1.2
7662026-05-18T17:54:04.941Z Downloaded newline-converter v0.3.0
7672026-05-18T17:54:04.941Z Downloaded libefi-sys v0.1.0
7682026-05-18T17:54:04.941Z Downloaded jobserver v0.1.34
7692026-05-18T17:54:04.944Z Downloaded getrandom v0.2.17
7702026-05-18T17:54:04.947Z Downloaded half v1.8.3
7712026-05-18T17:54:04.947Z Downloaded normalize-line-endings v0.3.0
7722026-05-18T17:54:04.950Z Downloaded futures-channel v0.3.32
7732026-05-18T17:54:04.950Z Downloaded console v0.16.2
7742026-05-18T17:54:04.953Z Downloaded impl-trait-for-tuples v0.2.3
7752026-05-18T17:54:04.953Z Downloaded openssl-macros v0.1.1
7762026-05-18T17:54:04.953Z Downloaded fatfs v0.3.6
7772026-05-18T17:54:04.955Z Downloaded num-derive v0.4.2
7782026-05-18T17:54:04.958Z Downloaded num-derive v0.3.3
7792026-05-18T17:54:04.958Z Downloaded libsw-core v0.3.2
7802026-05-18T17:54:04.961Z Downloaded hyper-rustls v0.27.7
7812026-05-18T17:54:04.961Z Downloaded chacha20poly1305 v0.10.1
7822026-05-18T17:54:04.964Z Downloaded crc-any v2.5.0
7832026-05-18T17:54:04.964Z Downloaded dropshot_endpoint v0.16.7
7842026-05-18T17:54:04.967Z Downloaded hmac v0.12.1
7852026-05-18T17:54:04.967Z Downloaded num_enum_derive v0.5.11
7862026-05-18T17:54:04.971Z Downloaded olpc-cjson v0.1.4
7872026-05-18T17:54:04.971Z Downloaded openssl-probe v0.2.1
7882026-05-18T17:54:04.971Z Downloaded opaque-debug v0.3.1
7892026-05-18T17:54:04.971Z Downloaded iana-time-zone v0.1.65
7902026-05-18T17:54:04.974Z Downloaded cc v1.2.56
7912026-05-18T17:54:04.976Z Downloaded fs_extra v1.3.0
7922026-05-18T17:54:04.977Z Downloaded num_threads v0.1.7
7932026-05-18T17:54:04.979Z Downloaded getrandom v0.3.4
7942026-05-18T17:54:04.981Z Downloaded futures v0.3.32
7952026-05-18T17:54:04.984Z Downloaded native-tls v0.2.18
7962026-05-18T17:54:04.987Z Downloaded nanorand v0.7.0
7972026-05-18T17:54:04.987Z Downloaded multer v3.1.0
7982026-05-18T17:54:04.990Z Downloaded parse-display v0.10.0
7992026-05-18T17:54:04.990Z Downloaded packed_struct_codegen v0.10.1
8002026-05-18T17:54:04.992Z Downloaded parse-size v1.1.0
8012026-05-18T17:54:04.992Z Downloaded newtype-uuid v1.3.2
8022026-05-18T17:54:04.992Z Downloaded bumpalo v3.20.2
8032026-05-18T17:54:04.995Z Downloaded oso-derive v0.27.3
8042026-05-18T17:54:04.995Z Downloaded flume v0.11.1
8052026-05-18T17:54:04.997Z Downloaded ingot-macros v0.1.1
8062026-05-18T17:54:05.000Z Downloaded expectorate v1.2.0
8072026-05-18T17:54:05.000Z Downloaded crypto-bigint v0.5.5
8082026-05-18T17:54:05.004Z Downloaded pbkdf2 v0.12.2
8092026-05-18T17:54:05.006Z Downloaded pbkdf2 v0.11.0
8102026-05-18T17:54:05.007Z Downloaded libloading v0.8.9
8112026-05-18T17:54:05.009Z Downloaded path-slash v0.1.5
8122026-05-18T17:54:05.009Z Downloaded lock_api v0.4.14
8132026-05-18T17:54:05.012Z Downloaded num_enum_derive v0.7.5
8142026-05-18T17:54:05.012Z Downloaded compact_str v0.8.1
8152026-05-18T17:54:05.015Z Downloaded peg-runtime v0.8.5
8162026-05-18T17:54:05.015Z Downloaded linear-map v1.2.0
8172026-05-18T17:54:05.017Z Downloaded phf_shared v0.11.3
8182026-05-18T17:54:05.017Z Downloaded phf_shared v0.12.1
8192026-05-18T17:54:05.020Z Downloaded libsw v3.5.0
8202026-05-18T17:54:05.020Z Downloaded httparse v1.10.1
8212026-05-18T17:54:05.023Z Downloaded pin-utils v0.1.0
8222026-05-18T17:54:05.023Z Downloaded bytes v1.11.1
8232026-05-18T17:54:05.025Z Downloaded num-rational v0.4.2
8242026-05-18T17:54:05.025Z Downloaded nu-ansi-term v0.50.3
8252026-05-18T17:54:05.028Z Downloaded num_enum v0.7.5
8262026-05-18T17:54:05.031Z Downloaded num_enum v0.5.11
8272026-05-18T17:54:05.033Z Downloaded phf_shared v0.13.1
8282026-05-18T17:54:05.036Z Downloaded num-integer v0.1.46
8292026-05-18T17:54:05.036Z Downloaded memmap2 v0.9.10
8302026-05-18T17:54:05.039Z Downloaded openssl-probe v0.1.6
8312026-05-18T17:54:05.039Z Downloaded mime_guess v2.0.5
8322026-05-18T17:54:05.042Z Downloaded predicates-core v1.0.10
8332026-05-18T17:54:05.042Z Downloaded powerfmt v0.2.0
8342026-05-18T17:54:05.042Z Downloaded num-iter v0.1.45
8352026-05-18T17:54:05.044Z Downloaded num-conv v0.2.0
8362026-05-18T17:54:05.044Z Downloaded num v0.4.3
8372026-05-18T17:54:05.044Z Downloaded precomputed-hash v0.1.1
8382026-05-18T17:54:05.047Z Downloaded indexmap v1.9.3
8392026-05-18T17:54:05.047Z Downloaded predicates-tree v1.0.13
8402026-05-18T17:54:05.049Z Downloaded oxnet v0.1.4
8412026-05-18T17:54:05.050Z Downloaded darling v0.21.3
8422026-05-18T17:54:05.052Z Downloaded clang-sys v1.8.1
8432026-05-18T17:54:05.055Z Downloaded chacha20 v0.10.0
8442026-05-18T17:54:05.074Z Downloaded proc-macro-crate v1.3.1
8452026-05-18T17:54:05.077Z Downloaded parse-display-derive v0.10.0
8462026-05-18T17:54:05.077Z Downloaded packed_struct v0.10.1
8472026-05-18T17:54:05.077Z Downloaded owo-colors v4.3.0
8482026-05-18T17:54:05.080Z Downloaded ignore v0.4.25
8492026-05-18T17:54:05.080Z Downloaded heapless v0.7.17
8502026-05-18T17:54:05.083Z Downloaded progenitor-client v0.14.0
8512026-05-18T17:54:05.085Z Downloaded progenitor-client v0.11.2
8522026-05-18T17:54:05.085Z Downloaded progenitor-client v0.10.0
8532026-05-18T17:54:05.085Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-05-18T17:54:05.085Z Downloaded proc-macro-crate v3.4.0
8552026-05-18T17:54:05.088Z Downloaded paste v1.0.15
8562026-05-18T17:54:05.091Z Downloaded progenitor-macro v0.10.0
8572026-05-18T17:54:05.091Z Downloaded aes v0.8.4
8582026-05-18T17:54:05.095Z Downloaded phf v0.13.1
8592026-05-18T17:54:05.095Z Downloaded phf v0.12.1
8602026-05-18T17:54:05.097Z Downloaded pem-rfc7468 v0.7.0
8612026-05-18T17:54:05.097Z Downloaded progenitor-macro v0.14.0
8622026-05-18T17:54:05.098Z Downloaded progenitor-macro v0.13.0
8632026-05-18T17:54:05.100Z Downloaded progenitor-macro v0.11.2
8642026-05-18T17:54:05.100Z Downloaded pem v3.0.6
8652026-05-18T17:54:05.100Z Downloaded peg-macros v0.8.5
8662026-05-18T17:54:05.104Z Downloaded peg v0.8.5
8672026-05-18T17:54:05.107Z Downloaded rand_chacha v0.3.1
8682026-05-18T17:54:05.107Z Downloaded quick-error v1.2.3
8692026-05-18T17:54:05.107Z Downloaded headers v0.4.1
8702026-05-18T17:54:05.109Z Downloaded pin-project-lite v0.2.17
8712026-05-18T17:54:05.112Z Downloaded pkcs8 v0.10.2
8722026-05-18T17:54:05.116Z Downloaded darling_core v0.20.11
8732026-05-18T17:54:05.119Z Downloaded rand_xorshift v0.4.0
8742026-05-18T17:54:05.119Z Downloaded radium v0.7.0
8752026-05-18T17:54:05.122Z Downloaded postgres-protocol v0.6.10
8762026-05-18T17:54:05.122Z Downloaded polyval v0.6.2
8772026-05-18T17:54:05.125Z Downloaded predicates v3.1.4
8782026-05-18T17:54:05.125Z Downloaded indicatif v0.18.4
8792026-05-18T17:54:05.128Z Downloaded ppv-lite86 v0.2.21
8802026-05-18T17:54:05.131Z Downloaded crossbeam-channel v0.5.15
8812026-05-18T17:54:05.134Z Downloaded ref-cast-impl v1.0.25
8822026-05-18T17:54:05.134Z Downloaded recursive v0.1.1
8832026-05-18T17:54:05.134Z Downloaded derive_more-impl v2.1.1
8842026-05-18T17:54:05.137Z Downloaded ed25519-dalek v2.2.0
8852026-05-18T17:54:05.140Z Downloaded progenitor v0.13.0
8862026-05-18T17:54:05.140Z Downloaded progenitor v0.11.2
8872026-05-18T17:54:05.143Z Downloaded base64 v0.21.7
8882026-05-18T17:54:05.146Z Downloaded ref-cast v1.0.25
8892026-05-18T17:54:05.148Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-05-18T17:54:05.148Z Downloaded progenitor v0.10.0
8912026-05-18T17:54:05.148Z Downloaded progenitor-client v0.13.0
8922026-05-18T17:54:05.151Z Downloaded parking_lot v0.11.2
8932026-05-18T17:54:05.151Z Downloaded progenitor-extras v0.2.0
8942026-05-18T17:54:05.154Z Downloaded progenitor v0.14.0
8952026-05-18T17:54:05.154Z Downloaded proc-macro-error2 v2.0.1
8962026-05-18T17:54:05.157Z Downloaded rfc6979 v0.4.0
8972026-05-18T17:54:05.157Z Downloaded hickory-resolver v0.25.2
8982026-05-18T17:54:05.159Z Downloaded hickory-resolver v0.24.4
8992026-05-18T17:54:05.162Z Downloaded async-compression v0.4.41
9002026-05-18T17:54:05.165Z Downloaded psl-types v2.0.11
9012026-05-18T17:54:05.168Z Downloaded psm v0.1.30
9022026-05-18T17:54:05.171Z Downloaded password-hash v0.4.2
9032026-05-18T17:54:05.171Z Downloaded rustc-hash v2.1.1
9042026-05-18T17:54:05.174Z Downloaded russh-cryptovec v0.7.3
9052026-05-18T17:54:05.174Z Downloaded rtoolbox v0.0.3
9062026-05-18T17:54:05.174Z Downloaded derive_more v2.1.1
9072026-05-18T17:54:05.180Z Downloaded poly1305 v0.8.0
9082026-05-18T17:54:05.183Z Downloaded r2d2 v0.8.10
9092026-05-18T17:54:05.185Z Downloaded pkcs5 v0.7.1
9102026-05-18T17:54:05.185Z Downloaded miniz_oxide v0.8.9
9112026-05-18T17:54:05.188Z Downloaded rand_chacha v0.9.0
9122026-05-18T17:54:05.191Z Downloaded rustc_version v0.4.1
9132026-05-18T17:54:05.191Z Downloaded rustc_version v0.1.7
9142026-05-18T17:54:05.191Z Downloaded heapless v0.8.0
9152026-05-18T17:54:05.193Z Downloaded papergrid v0.17.0
9162026-05-18T17:54:05.196Z Downloaded same-file v1.0.6
9172026-05-18T17:54:05.199Z Downloaded postgres-types v0.2.12
9182026-05-18T17:54:05.201Z Downloaded parking_lot v0.12.5
9192026-05-18T17:54:05.202Z Downloaded p256 v0.13.2
9202026-05-18T17:54:05.204Z Downloaded scheduled-thread-pool v0.2.7
9212026-05-18T17:54:05.207Z Downloaded sapling-renderdag v0.1.0
9222026-05-18T17:54:05.207Z Downloaded salsa20 v0.10.2
9232026-05-18T17:54:05.208Z Downloaded flate2 v1.1.9
9242026-05-18T17:54:05.210Z Downloaded rand_seeder v0.4.0
9252026-05-18T17:54:05.213Z Downloaded scopeguard v1.2.0
9262026-05-18T17:54:05.213Z Downloaded primeorder v0.13.6
9272026-05-18T17:54:05.217Z Downloaded crossterm v0.29.0
9282026-05-18T17:54:05.220Z Downloaded rand_core v0.10.0
9292026-05-18T17:54:05.220Z Downloaded oso v0.27.3
9302026-05-18T17:54:05.223Z Downloaded secrecy v0.8.0
9312026-05-18T17:54:05.223Z Downloaded dropshot-api-manager v0.7.1
9322026-05-18T17:54:05.226Z Downloaded darling_core v0.23.0
9332026-05-18T17:54:05.229Z Downloaded scrypt v0.11.0
9342026-05-18T17:54:05.232Z Downloaded semver v0.1.20
9352026-05-18T17:54:05.232Z Downloaded resolv-conf v0.7.6
9362026-05-18T17:54:05.232Z Downloaded base64 v0.22.1
9372026-05-18T17:54:05.234Z Downloaded scroll_derive v0.13.1
9382026-05-18T17:54:05.234Z Downloaded parking_lot_core v0.9.12
9392026-05-18T17:54:05.237Z Downloaded oxide-tokio-rt v0.1.4
9402026-05-18T17:54:05.240Z Downloaded secrecy v0.10.3
9412026-05-18T17:54:05.240Z Downloaded quinn-udp v0.5.14
9422026-05-18T17:54:05.240Z Downloaded pkg-config v0.3.32
9432026-05-18T17:54:05.244Z Downloaded serde-big-array v0.5.1
9442026-05-18T17:54:05.244Z Downloaded serde_bytes v0.11.19
9452026-05-18T17:54:05.247Z Downloaded serde_repr v0.1.20
9462026-05-18T17:54:05.247Z Downloaded sha1 v0.10.6
9472026-05-18T17:54:05.247Z Downloaded seq-macro v0.3.6
9482026-05-18T17:54:05.249Z Downloaded rand_core v0.6.4
9492026-05-18T17:54:05.250Z Downloaded prefix-trie v0.7.0
9502026-05-18T17:54:05.252Z Downloaded pkcs1 v0.7.5
9512026-05-18T17:54:05.252Z Downloaded serde_plain v1.0.2
9522026-05-18T17:54:05.255Z Downloaded pin-project-internal v1.1.11
9532026-05-18T17:54:05.255Z Downloaded shell-words v1.1.1
9542026-05-18T17:54:05.258Z Downloaded serde_urlencoded v0.7.1
9552026-05-18T17:54:05.258Z Downloaded serde_spanned v1.0.4
9562026-05-18T17:54:05.258Z Downloaded omicron-zone-package v0.12.2
9572026-05-18T17:54:05.260Z Downloaded signature v2.2.0
9582026-05-18T17:54:05.263Z Downloaded signal-hook-tokio v0.3.1
9592026-05-18T17:54:05.263Z Downloaded minimal-lexical v0.2.1
9602026-05-18T17:54:05.266Z Downloaded jiff-static v0.2.21
9612026-05-18T17:54:05.269Z Downloaded sigpipe v0.1.3
9622026-05-18T17:54:05.269Z Downloaded rustls-pemfile v1.0.4
9632026-05-18T17:54:05.272Z Downloaded rustls-native-certs v0.8.3
9642026-05-18T17:54:05.272Z Downloaded rand_core v0.9.5
9652026-05-18T17:54:05.274Z Downloaded rusty-fork v0.3.1
9662026-05-18T17:54:05.274Z Downloaded rustversion v1.0.22
9672026-05-18T17:54:05.277Z Downloaded rustls-pemfile v2.2.0
9682026-05-18T17:54:05.277Z Downloaded diesel_derives v2.3.7
9692026-05-18T17:54:05.281Z Downloaded siphasher v1.0.2
9702026-05-18T17:54:05.283Z Downloaded openssl-sys v0.9.115
9712026-05-18T17:54:05.286Z Downloaded hashbrown v0.12.3
9722026-05-18T17:54:05.289Z Downloaded postcard v1.1.3
9732026-05-18T17:54:05.292Z Downloaded pin-project v1.1.11
9742026-05-18T17:54:05.296Z Downloaded slog-envlogger v2.2.0
9752026-05-18T17:54:05.299Z Downloaded sec1 v0.7.3
9762026-05-18T17:54:05.301Z Downloaded crossterm v0.28.1
9772026-05-18T17:54:05.304Z Downloaded progenitor-impl v0.14.0
9782026-05-18T17:54:05.307Z Downloaded slog-bunyan v2.5.0
9792026-05-18T17:54:05.307Z Downloaded half v2.7.1
9802026-05-18T17:54:05.310Z Downloaded serde-hex v0.1.0
9812026-05-18T17:54:05.310Z Downloaded scroll v0.13.0
9822026-05-18T17:54:05.313Z Downloaded num-complex v0.4.6
9832026-05-18T17:54:05.313Z Downloaded litrs v1.0.0
9842026-05-18T17:54:05.316Z Downloaded sqlparser_derive v0.5.0
9852026-05-18T17:54:05.316Z Downloaded serde_path_to_error v0.1.20
9862026-05-18T17:54:05.316Z Downloaded progenitor-impl v0.13.0
9872026-05-18T17:54:05.319Z Downloaded sct v0.7.1
9882026-05-18T17:54:05.322Z Downloaded hyper-util v0.1.20
9892026-05-18T17:54:05.324Z Downloaded ssh-encoding v0.2.0
9902026-05-18T17:54:05.327Z Downloaded ssh-cipher v0.2.0
9912026-05-18T17:54:05.327Z Downloaded signal-hook-mio v0.2.5
9922026-05-18T17:54:05.327Z Downloaded shlex v1.3.0
9932026-05-18T17:54:05.329Z Downloaded hashbrown v0.13.2
9942026-05-18T17:54:05.332Z Downloaded simd-adler32 v0.3.8
9952026-05-18T17:54:05.332Z Downloaded signal-hook-registry v1.4.8
9962026-05-18T17:54:05.335Z Downloaded aes-gcm v0.10.3
9972026-05-18T17:54:05.337Z Downloaded pretty_assertions v1.4.1
9982026-05-18T17:54:05.337Z Downloaded serde_derive_internals v0.29.1
9992026-05-18T17:54:05.341Z Downloaded libbz2-rs-sys v0.2.2
10002026-05-18T17:54:05.341Z Downloaded const_format v0.2.35
10012026-05-18T17:54:05.343Z Downloaded strum v0.26.3
10022026-05-18T17:54:05.343Z Downloaded structmeta v0.3.0
10032026-05-18T17:54:05.346Z Downloaded strum v0.27.2
10042026-05-18T17:54:05.346Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-18T17:54:05.346Z Downloaded slab v0.4.12
10062026-05-18T17:54:05.349Z Downloaded password-hash v0.5.0
10072026-05-18T17:54:05.349Z Downloaded schemars_derive v0.8.22
10082026-05-18T17:54:05.352Z Downloaded rcgen v0.12.1
10092026-05-18T17:54:05.352Z Downloaded progenitor-impl v0.11.2
10102026-05-18T17:54:05.354Z Downloaded http v1.4.0
10112026-05-18T17:54:05.357Z Downloaded take_mut v0.2.2
10122026-05-18T17:54:05.357Z Downloaded tabled_derive v0.11.0
10132026-05-18T17:54:05.360Z Downloaded sync_wrapper v1.0.2
10142026-05-18T17:54:05.360Z Downloaded sync-ptr v0.1.4
10152026-05-18T17:54:05.360Z Downloaded subtle v2.6.1
10162026-05-18T17:54:05.363Z Downloaded supports-color v3.0.2
10172026-05-18T17:54:05.363Z Downloaded tagptr v0.2.0
10182026-05-18T17:54:05.363Z Downloaded tabwriter v1.4.1
10192026-05-18T17:54:05.365Z Downloaded smallvec v0.6.14
10202026-05-18T17:54:05.365Z Downloaded time-core v0.1.8
10212026-05-18T17:54:05.369Z Downloaded thread-id v5.1.0
10222026-05-18T17:54:05.369Z Downloaded structmeta-derive v0.3.0
10232026-05-18T17:54:05.369Z Downloaded progenitor-impl v0.10.0
10242026-05-18T17:54:05.374Z Downloaded tap v1.0.1
10252026-05-18T17:54:05.374Z Downloaded slog-term v2.9.2
10262026-05-18T17:54:05.380Z Downloaded slog-scope v4.4.1
10272026-05-18T17:54:05.380Z Downloaded slog-json v2.6.1
10282026-05-18T17:54:05.380Z Downloaded testing_table v0.3.0
10292026-05-18T17:54:05.380Z Downloaded smf v0.2.3
10302026-05-18T17:54:05.380Z Downloaded aho-corasick v1.1.4
10312026-05-18T17:54:05.383Z Downloaded spki v0.7.3
10322026-05-18T17:54:05.383Z Downloaded sqlformat v0.3.5
10332026-05-18T17:54:05.385Z Downloaded snafu-derive v0.8.9
10342026-05-18T17:54:05.385Z Downloaded termtree v0.5.1
10352026-05-18T17:54:05.388Z Downloaded thiserror-impl-no-std v2.0.2
10362026-05-18T17:54:05.388Z Downloaded ron v0.8.1
10372026-05-18T17:54:05.391Z Downloaded russh-keys v0.45.0
10382026-05-18T17:54:05.394Z Downloaded stacker v0.1.23
10392026-05-18T17:54:05.396Z Downloaded serde_with_macros v3.17.0
10402026-05-18T17:54:05.396Z Downloaded static_assertions v1.1.0
10412026-05-18T17:54:05.399Z Downloaded num-bigint v0.4.6
10422026-05-18T17:54:05.402Z Downloaded slog-stdlog v4.1.1
10432026-05-18T17:54:05.402Z Downloaded slog-dtrace v0.3.0
10442026-05-18T17:54:05.405Z Downloaded hickory-server v0.25.2
10452026-05-18T17:54:05.407Z Downloaded stringprep v0.1.5
10462026-05-18T17:54:05.407Z Downloaded ryu v1.0.23
10472026-05-18T17:54:05.411Z Downloaded rustls-platform-verifier v0.6.2
10482026-05-18T17:54:05.414Z Downloaded tinyvec_macros v0.1.1
10492026-05-18T17:54:05.414Z Downloaded strum_macros v0.24.3
10502026-05-18T17:54:05.414Z Downloaded rustls-pki-types v1.14.0
10512026-05-18T17:54:05.417Z Downloaded tokio-macros v2.7.0
10522026-05-18T17:54:05.417Z Downloaded mio v1.2.0
10532026-05-18T17:54:05.420Z Downloaded rayon-core v1.13.0
10542026-05-18T17:54:05.422Z Downloaded support-bundle-viewer v0.1.2
10552026-05-18T17:54:05.425Z Downloaded slog-async v2.8.0
10562026-05-18T17:54:05.425Z Downloaded prettyplease v0.2.37
10572026-05-18T17:54:05.428Z Downloaded termios v0.3.3
10582026-05-18T17:54:05.431Z Downloaded schemars v0.8.22
10592026-05-18T17:54:05.436Z Downloaded itertools v0.10.5
10602026-05-18T17:54:05.440Z Downloaded nom v7.1.3
10612026-05-18T17:54:05.443Z Downloaded thiserror-no-std v2.0.2
10622026-05-18T17:54:05.446Z Downloaded tower-layer v0.3.3
10632026-05-18T17:54:05.450Z Downloaded rand v0.8.6
10642026-05-18T17:54:05.453Z Downloaded thread_local v1.1.9
10652026-05-18T17:54:05.453Z Downloaded tiny-keccak v2.0.2
10662026-05-18T17:54:05.453Z Downloaded serde_cbor v0.11.2
10672026-05-18T17:54:05.455Z Downloaded publicsuffix v2.3.0
10682026-05-18T17:54:05.460Z Downloaded libxml v0.3.3
10692026-05-18T17:54:05.463Z Downloaded try-lock v0.2.5
10702026-05-18T17:54:05.463Z Downloaded time-macros v0.2.27
10712026-05-18T17:54:05.463Z Downloaded iri-string v0.7.10
10722026-05-18T17:54:05.468Z Downloaded trait-variant v0.1.2
10732026-05-18T17:54:05.471Z Downloaded string_cache v0.8.9
10742026-05-18T17:54:05.471Z Downloaded signal-hook v0.3.18
10752026-05-18T17:54:05.474Z Downloaded tower-service v0.3.3
10762026-05-18T17:54:05.474Z Downloaded strum_macros v0.26.4
10772026-05-18T17:54:05.474Z Downloaded tls_codec_derive v0.4.2
10782026-05-18T17:54:05.476Z Downloaded tls_codec v0.4.2
10792026-05-18T17:54:05.476Z Downloaded parking_lot_core v0.8.6
10802026-05-18T17:54:05.479Z Downloaded async-bb8-diesel v0.2.1
10812026-05-18T17:54:05.482Z Downloaded crossbeam-utils v0.8.21
10822026-05-18T17:54:05.482Z Downloaded universal-hash v0.5.1
10832026-05-18T17:54:05.485Z Downloaded unit-prefix v0.5.2
10842026-05-18T17:54:05.485Z Downloaded tokio-dtrace v0.1.1
10852026-05-18T17:54:05.485Z Downloaded async-trait v0.1.89
10862026-05-18T17:54:05.488Z Downloaded typify-macro v0.6.2
10872026-05-18T17:54:05.488Z Downloaded tokio-native-tls v0.3.1
10882026-05-18T17:54:05.491Z Downloaded typify-macro v0.4.3
10892026-05-18T17:54:05.491Z Downloaded defmt-macros v1.0.1
10902026-05-18T17:54:05.493Z Downloaded unicode-truncate v1.1.0
10912026-05-18T17:54:05.493Z Downloaded similar v2.7.0
10922026-05-18T17:54:05.496Z Downloaded hashbrown v0.16.1
10932026-05-18T17:54:05.500Z Downloaded term v1.2.1
10942026-05-18T17:54:05.503Z Downloaded slog v2.8.2
10952026-05-18T17:54:05.505Z Downloaded usdt v0.6.0
10962026-05-18T17:54:05.505Z Downloaded utf-8 v0.7.6
10972026-05-18T17:54:05.508Z Downloaded usdt-macro v0.6.0
10982026-05-18T17:54:05.508Z Downloaded num-bigint-dig v0.8.6
10992026-05-18T17:54:05.511Z Downloaded tokio-tungstenite v0.23.1
11002026-05-18T17:54:05.514Z Downloaded untrusted v0.9.0
11012026-05-18T17:54:05.514Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11022026-05-18T17:54:05.516Z Downloaded topological-sort v0.2.2
11032026-05-18T17:54:05.516Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-05-18T17:54:05.516Z Downloaded socket2 v0.5.10
11052026-05-18T17:54:05.519Z Downloaded schemars v0.9.0
11062026-05-18T17:54:05.525Z Downloaded iddqd v0.3.18
11072026-05-18T17:54:05.530Z Downloaded serde_yaml v0.9.34+deprecated
11082026-05-18T17:54:05.532Z Downloaded tui-tree-widget v0.23.1
11092026-05-18T17:54:05.535Z Downloaded hyper v1.8.1
11102026-05-18T17:54:05.538Z Downloaded waitgroup v0.1.2
11112026-05-18T17:54:05.541Z Downloaded qorb v0.4.1
11122026-05-18T17:54:05.543Z Downloaded spin v0.9.8
11132026-05-18T17:54:05.543Z Downloaded socket2 v0.6.3
11142026-05-18T17:54:05.546Z Downloaded samael v0.0.19
11152026-05-18T17:54:05.550Z Downloaded wait-timeout v0.2.1
11162026-05-18T17:54:05.553Z Downloaded unicase v2.9.0
11172026-05-18T17:54:05.553Z Downloaded void v1.0.2
11182026-05-18T17:54:05.553Z Downloaded hashbrown v0.15.5
11192026-05-18T17:54:05.556Z Downloaded rsa v0.9.10
11202026-05-18T17:54:05.559Z Downloaded xshell-macros v0.2.7
11212026-05-18T17:54:05.559Z Downloaded tokio-rustls v0.24.1
11222026-05-18T17:54:05.561Z Downloaded rand v0.9.2
11232026-05-18T17:54:05.564Z Downloaded rustls-webpki v0.103.9
11242026-05-18T17:54:05.567Z Downloaded term v0.7.0
11252026-05-18T17:54:05.569Z Downloaded tokio-rustls v0.25.0
11262026-05-18T17:54:05.569Z Downloaded schemars v1.2.1
11272026-05-18T17:54:05.596Z Downloaded zeroize_derive v1.4.3
11282026-05-18T17:54:05.596Z Downloaded libm v0.2.16
11292026-05-18T17:54:05.596Z Downloaded vergen-git2 v1.0.7
11302026-05-18T17:54:05.596Z Downloaded subprocess v0.2.15
11312026-05-18T17:54:05.596Z Downloaded tokio-stream v0.1.18
11322026-05-18T17:54:05.596Z Downloaded usdt-impl v0.6.0
11332026-05-18T17:54:05.596Z Downloaded vergen-lib v0.1.6
11342026-05-18T17:54:05.596Z Downloaded strum_macros v0.27.2
11352026-05-18T17:54:05.596Z Downloaded xattr v1.6.1
11362026-05-18T17:54:05.596Z Downloaded usdt-attr-macro v0.6.0
11372026-05-18T17:54:05.596Z Downloaded tokio-rustls v0.26.4
11382026-05-18T17:54:05.600Z Downloaded itertools v0.12.1
11392026-05-18T17:54:05.602Z Downloaded snafu v0.8.9
11402026-05-18T17:54:05.605Z Downloaded zone v0.3.1
11412026-05-18T17:54:05.607Z Downloaded vsss-rs v3.3.4
11422026-05-18T17:54:05.607Z Downloaded want v0.3.1
11432026-05-18T17:54:05.607Z Downloaded vergen-gitcl v1.0.8
11442026-05-18T17:54:05.610Z Downloaded futures-util v0.3.32
11452026-05-18T17:54:05.615Z Downloaded zone_cfg_derive v0.3.1
11462026-05-18T17:54:05.618Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-05-18T17:54:05.618Z Downloaded test-strategy v0.4.5
11482026-05-18T17:54:05.620Z Downloaded tinyvec v1.10.0
11492026-05-18T17:54:05.623Z Downloaded walkdir v2.5.0
11502026-05-18T17:54:05.623Z Downloaded wyz v0.5.1
11512026-05-18T17:54:05.626Z Downloaded rand v0.10.0
11522026-05-18T17:54:05.628Z Downloaded p521 v0.13.3
11532026-05-18T17:54:05.631Z Downloaded itertools v0.13.0
11542026-05-18T17:54:05.633Z Downloaded h2 v0.4.13
11552026-05-18T17:54:05.637Z Downloaded whoami v2.1.0
11562026-05-18T17:54:05.640Z Downloaded xshell v0.2.7
11572026-05-18T17:54:05.640Z Downloaded hkdf v0.12.4
11582026-05-18T17:54:05.643Z Downloaded whoami v1.6.1
11592026-05-18T17:54:05.645Z Downloaded vergen v9.0.6
11602026-05-18T17:54:05.645Z Downloaded unicode-properties v0.1.4
11612026-05-18T17:54:05.648Z Downloaded twox-hash v2.1.2
11622026-05-18T17:54:05.648Z Downloaded tracing-attributes v0.1.31
11632026-05-18T17:54:05.651Z Downloaded toml v0.7.8
11642026-05-18T17:54:05.651Z Downloaded tar v0.4.45
11652026-05-18T17:54:05.654Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-05-18T17:54:05.656Z Downloaded quinn v0.11.9
11672026-05-18T17:54:05.656Z Downloaded zeroize v1.8.2
11682026-05-18T17:54:05.659Z Downloaded tokio-tungstenite v0.21.0
11692026-05-18T17:54:05.659Z Downloaded steno v0.4.1
11702026-05-18T17:54:05.662Z Downloaded tungstenite v0.23.0
11712026-05-18T17:54:05.665Z Downloaded zstd-safe v7.2.4
11722026-05-18T17:54:05.665Z Downloaded toml v0.9.12+spec-1.1.0
11732026-05-18T17:54:05.667Z Downloaded unarray v0.1.4
11742026-05-18T17:54:05.670Z Downloaded untrusted v0.7.1
11752026-05-18T17:54:05.670Z Downloaded daft v0.1.5
11762026-05-18T17:54:05.670Z Downloaded zstd v0.13.3
11772026-05-18T17:54:05.673Z Downloaded typify v0.6.2
11782026-05-18T17:54:05.676Z Downloaded uzers v0.12.2
11792026-05-18T17:54:05.676Z Downloaded itertools v0.14.0
11802026-05-18T17:54:05.679Z Downloaded yasna v0.5.2
11812026-05-18T17:54:05.682Z Downloaded typify v0.4.3
11822026-05-18T17:54:05.685Z Downloaded deranged v0.5.8
11832026-05-18T17:54:05.685Z Downloaded difflib v0.4.0
11842026-05-18T17:54:05.687Z Downloaded unsafe-libyaml v0.2.11
11852026-05-18T17:54:05.687Z Downloaded crucible-workspace-hack v0.1.0
11862026-05-18T17:54:05.690Z Downloaded cfg_aliases v0.2.1
11872026-05-18T17:54:05.690Z Downloaded russh v0.45.0
11882026-05-18T17:54:05.694Z Downloaded uuid v1.23.0
11892026-05-18T17:54:05.697Z Downloaded bitfield-struct v0.6.2
11902026-05-18T17:54:05.697Z Downloaded ecdsa v0.16.9
11912026-05-18T17:54:05.697Z Downloaded bit-set v0.8.0
11922026-05-18T17:54:05.700Z Downloaded bit-vec v0.6.3
11932026-05-18T17:54:05.700Z Downloaded ar_archive_writer v0.5.1
11942026-05-18T17:54:05.700Z Downloaded rustyline v14.0.0
11952026-05-18T17:54:05.703Z Downloaded cexpr v0.6.0
11962026-05-18T17:54:05.706Z Downloaded byte-wrapper v0.1.0
11972026-05-18T17:54:05.708Z Downloaded atomic-waker v1.1.2
11982026-05-18T17:54:05.708Z Downloaded des v0.8.1
11992026-05-18T17:54:05.708Z Downloaded darling v0.20.11
12002026-05-18T17:54:05.711Z Downloaded vte v0.14.1
12012026-05-18T17:54:05.714Z Downloaded bb8 v0.8.6
12022026-05-18T17:54:05.714Z Downloaded cfg_aliases v0.1.1
12032026-05-18T17:54:05.714Z Downloaded array-init v0.0.4
12042026-05-18T17:54:05.717Z Downloaded toml v1.0.6+spec-1.1.0
12052026-05-18T17:54:05.719Z Downloaded colored v2.2.0
12062026-05-18T17:54:05.719Z Downloaded bit-vec v0.8.0
12072026-05-18T17:54:05.722Z Downloaded arc-swap v1.8.2
12082026-05-18T17:54:05.725Z Downloaded unicode-bidi v0.3.18
12092026-05-18T17:54:05.725Z Downloaded allocator-api2 v0.2.21
12102026-05-18T17:54:05.737Z Downloaded toml_edit v0.19.15
12112026-05-18T17:54:05.746Z Downloaded tracing-core v0.1.36
12122026-05-18T17:54:05.750Z Downloaded aws-lc-rs v1.16.3
12132026-05-18T17:54:05.754Z Downloaded tungstenite v0.21.0
12142026-05-18T17:54:05.757Z Downloaded blake3 v1.8.3
12152026-05-18T17:54:05.761Z Downloaded tokio-postgres v0.7.16
12162026-05-18T17:54:05.765Z Downloaded reedline v0.40.0
12172026-05-18T17:54:05.769Z Downloaded p384 v0.13.1
12182026-05-18T17:54:05.772Z Downloaded rpassword v7.4.0
12192026-05-18T17:54:05.775Z Downloaded zopfli v0.8.3
12202026-05-18T17:54:05.777Z Downloaded reqwest v0.12.28
12212026-05-18T17:54:05.781Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-05-18T17:54:05.784Z Downloaded zerocopy v0.6.6
12232026-05-18T17:54:05.784Z Downloaded zip v0.6.6
12242026-05-18T17:54:05.787Z Downloaded ssh-key v0.6.7
12252026-05-18T17:54:05.799Z Downloaded rayon v1.11.0
12262026-05-18T17:54:05.809Z Downloaded unicode_categories v0.1.1
12272026-05-18T17:54:05.816Z Downloaded regex v1.12.3
12282026-05-18T17:54:05.820Z Downloaded yansi v1.0.1
12292026-05-18T17:54:05.822Z Downloaded git2 v0.20.4
12302026-05-18T17:54:05.827Z Downloaded portable-atomic v1.13.1
12312026-05-18T17:54:05.832Z Downloaded salty v0.3.0
12322026-05-18T17:54:05.836Z Downloaded typed-path v0.9.3
12332026-05-18T17:54:05.840Z Downloaded reqwest v0.13.2
12342026-05-18T17:54:05.843Z Downloaded zerocopy-derive v0.8.40
12352026-05-18T17:54:05.849Z Downloaded bitvec v1.0.1
12362026-05-18T17:54:05.858Z Downloaded chrono v0.4.44
12372026-05-18T17:54:05.862Z Downloaded x509-cert v0.2.5
12382026-05-18T17:54:05.866Z Downloaded unicode-normalization v0.1.25
12392026-05-18T17:54:05.869Z Downloaded tower v0.5.3
12402026-05-18T17:54:05.874Z Downloaded tokio-util v0.7.18
12412026-05-18T17:54:05.878Z Downloaded zip v4.6.1
12422026-05-18T17:54:05.881Z Downloaded goblin v0.10.5
12432026-05-18T17:54:05.886Z Downloaded bindgen v0.71.1
12442026-05-18T17:54:05.891Z Downloaded tower-http v0.6.8
12452026-05-18T17:54:05.895Z Downloaded quick-xml v0.37.5
12462026-05-18T17:54:05.899Z Downloaded proptest v1.10.0
12472026-05-18T17:54:05.905Z Downloaded serde_with v3.17.0
12482026-05-18T17:54:05.912Z Downloaded lalrpop v0.19.12
12492026-05-18T17:54:05.920Z Downloaded unicode-segmentation v1.12.0
12502026-05-18T17:54:05.922Z Downloaded petname v2.0.2
12512026-05-18T17:54:05.925Z Downloaded curve25519-dalek v4.1.3
12522026-05-18T17:54:05.931Z Downloaded tough v0.22.0
12532026-05-18T17:54:05.936Z Downloaded winnow v0.6.26
12542026-05-18T17:54:05.941Z Downloaded rustls-webpki v0.102.8
12552026-05-18T17:54:05.954Z Downloaded winnow v0.5.40
12562026-05-18T17:54:05.958Z Downloaded nix v0.27.1
12572026-05-18T17:54:05.964Z Downloaded radix_trie v0.2.1
12582026-05-18T17:54:05.967Z Downloaded moka v0.12.13
12592026-05-18T17:54:05.973Z Downloaded dropshot v0.16.7
12602026-05-18T17:54:05.986Z Downloaded tabled v0.20.0
12612026-05-18T17:54:05.997Z Downloaded nix v0.28.0
12622026-05-18T17:54:06.003Z Downloaded zlib-rs v0.6.2
12632026-05-18T17:54:06.007Z Downloaded object v0.30.4
12642026-05-18T17:54:06.012Z Downloaded dropshot v0.17.0
12652026-05-18T17:54:06.026Z Downloaded quinn-proto v0.11.13
12662026-05-18T17:54:06.033Z Downloaded polar-core v0.27.3
12672026-05-18T17:54:06.046Z Downloaded rustls-webpki v0.101.7
12682026-05-18T17:54:06.058Z Downloaded regress v0.11.1
12692026-05-18T17:54:06.064Z Downloaded regress v0.10.5
12702026-05-18T17:54:06.069Z Downloaded openssl v0.10.79
12712026-05-18T17:54:06.076Z Downloaded diesel v2.3.7
12722026-05-18T17:54:06.089Z Downloaded time v0.3.47
12732026-05-18T17:54:06.096Z Downloaded rustls v0.21.12
12742026-05-18T17:54:06.103Z Downloaded bstr v1.12.1
12752026-05-18T17:54:06.108Z Downloaded smoltcp v0.9.1
12762026-05-18T17:54:06.126Z Downloaded regex-syntax v0.6.29
12772026-05-18T17:54:06.129Z Downloaded nix v0.29.0
12782026-05-18T17:54:06.136Z Downloaded vcpkg v0.2.15
12792026-05-18T17:54:06.159Z Downloaded sqlparser v0.61.0
12802026-05-18T17:54:06.165Z Downloaded object v0.37.3
12812026-05-18T17:54:06.171Z Downloaded webpki-roots v1.0.6
12822026-05-18T17:54:06.173Z Downloaded typify-impl v0.4.3
12832026-05-18T17:54:06.181Z Downloaded smoltcp v0.11.0
12842026-05-18T17:54:06.187Z Downloaded zerocopy v0.8.40
12852026-05-18T17:54:06.192Z Downloaded hickory-proto v0.25.2
12862026-05-18T17:54:06.200Z Downloaded openapiv3 v2.2.0
12872026-05-18T17:54:06.206Z Downloaded rustls v0.22.4
12882026-05-18T17:54:06.213Z Downloaded regex-syntax v0.8.10
12892026-05-18T17:54:06.217Z Downloaded nix v0.31.2
12902026-05-18T17:54:06.224Z Downloaded zerocopy-derive v0.6.6
12912026-05-18T17:54:06.230Z Downloaded rustls v0.23.37
12922026-05-18T17:54:06.236Z Downloaded rustix v0.38.44
12932026-05-18T17:54:06.248Z Downloaded petgraph v0.6.5
12942026-05-18T17:54:06.258Z Downloaded hickory-proto v0.24.4
12952026-05-18T17:54:06.266Z Downloaded jiff v0.2.21
12962026-05-18T17:54:06.308Z Downloaded csv v1.4.0
12972026-05-18T17:54:06.319Z Downloaded sha3 v0.10.8
12982026-05-18T17:54:06.327Z Downloaded tokio v1.52.1
12992026-05-18T17:54:06.349Z Downloaded typify-impl v0.6.2
13002026-05-18T17:54:06.356Z Downloaded tracing v0.1.44
13012026-05-18T17:54:06.367Z Downloaded sled v0.34.7
13022026-05-18T17:54:06.373Z Downloaded ratatui v0.29.0
13032026-05-18T17:54:06.410Z Downloaded regex-automata v0.4.14
13042026-05-18T17:54:06.418Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-05-18T17:54:06.424Z Downloaded encoding_rs v0.8.35
13062026-05-18T17:54:06.436Z Downloaded chrono-tz v0.10.4
13072026-05-18T17:54:06.445Z Downloaded ring v0.17.14
13082026-05-18T17:54:06.467Z Downloaded petgraph v0.8.3
13092026-05-18T17:54:06.492Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-18T17:54:06.502Z Downloaded libz-sys v1.1.24
13112026-05-18T17:54:06.609Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-18T17:54:07.087Z Downloaded aws-lc-sys v0.40.0
13132026-05-18T17:54:07.334Z Compiling libc v0.2.185
13142026-05-18T17:54:07.335Z Compiling serde v1.0.228
13152026-05-18T17:54:07.337Z Compiling log v0.4.29
13162026-05-18T17:54:07.337Z Compiling shlex v1.3.0
13172026-05-18T17:54:07.484Z Compiling find-msvc-tools v0.1.9
13182026-05-18T17:54:07.487Z Compiling smallvec v1.15.1
13192026-05-18T17:54:07.493Z Compiling syn v2.0.117
13202026-05-18T17:54:07.525Z Compiling typenum v1.19.0
13212026-05-18T17:54:07.679Z Compiling generic-array v0.14.7
13222026-05-18T17:54:07.679Z Compiling subtle v2.6.1
13232026-05-18T17:54:07.705Z Compiling scopeguard v1.2.0
13242026-05-18T17:54:07.778Z Compiling const-oid v0.9.6
13252026-05-18T17:54:07.795Z Compiling lock_api v0.4.14
13262026-05-18T17:54:07.815Z Compiling serde_json v1.0.149
13272026-05-18T17:54:07.861Z Compiling zerocopy v0.8.40
13282026-05-18T17:54:07.931Z Compiling parking_lot_core v0.9.12
13292026-05-18T17:54:08.038Z Compiling pin-project-lite v0.2.17
13302026-05-18T17:54:08.136Z Compiling portable-atomic v1.13.1
13312026-05-18T17:54:08.195Z Compiling pkg-config v0.3.32
13322026-05-18T17:54:08.320Z Compiling bitflags v2.11.0
13332026-05-18T17:54:08.408Z Compiling getrandom v0.2.17
13342026-05-18T17:54:08.495Z Compiling jobserver v0.1.34
13352026-05-18T17:54:08.550Z Compiling rand_core v0.6.4
13362026-05-18T17:54:08.564Z Compiling errno v0.3.14
13372026-05-18T17:54:08.710Z Compiling cc v1.2.56
13382026-05-18T17:54:08.769Z Compiling signal-hook-registry v1.4.8
13392026-05-18T17:54:08.826Z Compiling critical-section v1.2.0
13402026-05-18T17:54:08.885Z Compiling futures-core v0.3.32
13412026-05-18T17:54:08.977Z Compiling libm v0.2.16
13422026-05-18T17:54:09.070Z Compiling parking_lot v0.12.5
13432026-05-18T17:54:09.130Z Compiling mio v1.2.0
13442026-05-18T17:54:09.131Z Compiling once_cell v1.21.3
13452026-05-18T17:54:09.188Z Compiling num-traits v0.2.19
13462026-05-18T17:54:09.270Z Compiling percent-encoding v2.3.2
13472026-05-18T17:54:09.360Z Compiling socket2 v0.6.3
13482026-05-18T17:54:09.447Z Compiling futures-sink v0.3.32
13492026-05-18T17:54:09.448Z Compiling futures-io v0.3.32
13502026-05-18T17:54:09.543Z Compiling futures-channel v0.3.32
13512026-05-18T17:54:09.543Z Compiling futures-task v0.3.32
13522026-05-18T17:54:09.611Z Compiling getrandom v0.4.1
13532026-05-18T17:54:09.611Z Compiling cpufeatures v0.2.17
13542026-05-18T17:54:09.670Z Compiling slab v0.4.12
13552026-05-18T17:54:09.756Z Compiling rand_core v0.10.0
13562026-05-18T17:54:09.756Z Compiling indexmap v2.14.0
13572026-05-18T17:54:09.756Z Compiling getrandom v0.3.4
13582026-05-18T17:54:09.852Z Compiling rustversion v1.0.22
13592026-05-18T17:54:09.852Z Compiling cmake v0.1.57
13602026-05-18T17:54:10.142Z Compiling form_urlencoded v1.2.2
13612026-05-18T17:54:10.181Z Compiling dunce v1.0.5
13622026-05-18T17:54:10.231Z Compiling fs_extra v1.3.0
13632026-05-18T17:54:10.279Z Compiling synstructure v0.13.2
13642026-05-18T17:54:10.311Z Compiling base64ct v1.8.3
13652026-05-18T17:54:10.326Z Compiling ident_case v1.0.1
13662026-05-18T17:54:10.445Z Compiling flagset v0.4.7
13672026-05-18T17:54:10.492Z Compiling aws-lc-sys v0.40.0
13682026-05-18T17:54:10.574Z Compiling pem-rfc7468 v0.7.0
13692026-05-18T17:54:10.588Z Compiling rustix v1.1.3
13702026-05-18T17:54:10.591Z Compiling regex-syntax v0.8.10
13712026-05-18T17:54:10.660Z Compiling iana-time-zone v0.1.65
13722026-05-18T17:54:10.836Z Compiling rand_core v0.9.5
13732026-05-18T17:54:10.856Z Compiling ring v0.17.14
13742026-05-18T17:54:10.872Z Compiling aws-lc-rs v1.16.3
13752026-05-18T17:54:10.875Z Compiling vcpkg v0.2.15
13762026-05-18T17:54:11.152Z Compiling uuid v1.23.0
13772026-05-18T17:54:11.249Z Compiling rustc_version v0.4.1
13782026-05-18T17:54:11.579Z Compiling tracing-core v0.1.36
13792026-05-18T17:54:11.684Z Compiling openssl-sys v0.9.115
13802026-05-18T17:54:11.861Z Compiling base64 v0.22.1
13812026-05-18T17:54:12.038Z Compiling serde_derive v1.0.228
13822026-05-18T17:54:12.137Z Compiling zeroize_derive v1.4.3
13832026-05-18T17:54:12.190Z Compiling zerofrom-derive v0.1.6
13842026-05-18T17:54:12.215Z Compiling yoke-derive v0.8.1
13852026-05-18T17:54:12.357Z Compiling zerocopy-derive v0.8.40
13862026-05-18T17:54:12.777Z Compiling zeroize v1.8.2
13872026-05-18T17:54:13.005Z Compiling zerovec-derive v0.11.2
13882026-05-18T17:54:13.385Z Compiling displaydoc v0.2.5
13892026-05-18T17:54:13.559Z Compiling crypto-common v0.1.7
13902026-05-18T17:54:13.601Z Compiling zerofrom v0.1.6
13912026-05-18T17:54:13.706Z Compiling yoke v0.8.1
13922026-05-18T17:54:13.729Z Compiling block-buffer v0.10.4
13932026-05-18T17:54:13.886Z Compiling digest v0.10.7
13942026-05-18T17:54:13.890Z Compiling tokio-macros v2.7.0
13952026-05-18T17:54:14.146Z Compiling zerotrie v0.2.3
13962026-05-18T17:54:14.146Z Compiling zerovec v0.11.5
13972026-05-18T17:54:14.176Z Compiling futures-macro v0.3.32
13982026-05-18T17:54:14.450Z Compiling hmac v0.12.1
13992026-05-18T17:54:14.602Z Compiling tinystr v0.8.2
14002026-05-18T17:54:14.615Z Compiling potential_utf v0.1.4
14012026-05-18T17:54:14.650Z Compiling block-padding v0.3.3
14022026-05-18T17:54:14.770Z Compiling icu_locale_core v2.1.1
14032026-05-18T17:54:14.793Z Compiling icu_collections v2.1.1
14042026-05-18T17:54:14.807Z Compiling inout v0.1.4
14052026-05-18T17:54:14.964Z Compiling cipher v0.4.4
14062026-05-18T17:54:14.967Z Compiling futures-util v0.3.32
14072026-05-18T17:54:15.224Z Compiling sha2 v0.10.9
14082026-05-18T17:54:15.262Z Compiling der_derive v0.7.3
14092026-05-18T17:54:15.485Z Compiling bytes v1.11.1
14102026-05-18T17:54:15.611Z Compiling icu_provider v2.1.1
14112026-05-18T17:54:15.628Z Compiling chrono v0.4.44
14122026-05-18T17:54:15.909Z Compiling icu_normalizer v2.1.1
14132026-05-18T17:54:16.125Z Compiling tokio v1.52.1
14142026-05-18T17:54:16.254Z Compiling icu_properties v2.1.2
14152026-05-18T17:54:16.510Z Compiling der v0.7.10
14162026-05-18T17:54:16.627Z Compiling http v1.4.0
14172026-05-18T17:54:16.821Z Compiling ppv-lite86 v0.2.21
14182026-05-18T17:54:17.055Z Compiling salsa20 v0.10.2
14192026-05-18T17:54:17.139Z Compiling idna_adapter v1.2.1
14202026-05-18T17:54:17.220Z Compiling pbkdf2 v0.12.2
14212026-05-18T17:54:17.264Z Compiling idna v1.1.0
14222026-05-18T17:54:17.280Z Compiling rustls-pki-types v1.14.0
14232026-05-18T17:54:17.307Z Compiling tracing-attributes v0.1.31
14242026-05-18T17:54:17.358Z Compiling spki v0.7.3
14252026-05-18T17:54:17.523Z Compiling thiserror-impl v2.0.18
14262026-05-18T17:54:17.559Z Compiling url v2.5.8
14272026-05-18T17:54:17.709Z Compiling scrypt v0.11.0
14282026-05-18T17:54:17.712Z Compiling http-body v1.0.1
14292026-05-18T17:54:17.870Z Compiling rand_chacha v0.9.0
14302026-05-18T17:54:17.901Z Compiling aes v0.8.4
14312026-05-18T17:54:17.959Z Compiling cbc v0.1.2
14322026-05-18T17:54:18.173Z Compiling untrusted v0.7.1
14332026-05-18T17:54:18.300Z Compiling tinyvec_macros v0.1.1
14342026-05-18T17:54:18.333Z Compiling httparse v1.10.1
14352026-05-18T17:54:18.366Z Compiling untrusted v0.9.0
14362026-05-18T17:54:18.485Z Compiling openssl-probe v0.2.1
14372026-05-18T17:54:18.583Z Compiling tracing v0.1.44
14382026-05-18T17:54:18.656Z Compiling tinyvec v1.10.0
14392026-05-18T17:54:18.703Z Compiling pkcs5 v0.7.1
14402026-05-18T17:54:18.831Z Compiling thiserror v2.0.18
14412026-05-18T17:54:18.846Z Compiling pest_generator v2.8.6
14422026-05-18T17:54:18.933Z Compiling rand v0.9.2
14432026-05-18T17:54:18.936Z Compiling serde_derive_internals v0.29.1
14442026-05-18T17:54:19.006Z Compiling aho-corasick v1.1.4
14452026-05-18T17:54:19.172Z Compiling atomic-waker v1.1.2
14462026-05-18T17:54:19.297Z Compiling try-lock v0.2.5
14472026-05-18T17:54:19.403Z Compiling schemars v0.8.22
14482026-05-18T17:54:19.521Z Compiling dyn-clone v1.0.20
14492026-05-18T17:54:19.600Z Compiling tower-service v0.3.3
14502026-05-18T17:54:19.665Z Compiling tower-layer v0.3.3
14512026-05-18T17:54:19.700Z Compiling rustls v0.23.37
14522026-05-18T17:54:19.735Z Compiling pest_derive v2.8.6
14532026-05-18T17:54:19.807Z Compiling tokio-util v0.7.18
14542026-05-18T17:54:19.820Z Compiling schemars_derive v0.8.22
14552026-05-18T17:54:19.865Z Compiling regex-automata v0.4.14
14562026-05-18T17:54:20.151Z Compiling want v0.3.1
14572026-05-18T17:54:20.266Z Compiling pkcs8 v0.10.2
14582026-05-18T17:54:20.567Z Compiling h2 v0.4.13
14592026-05-18T17:54:20.600Z Compiling ipnet v2.11.0
14602026-05-18T17:54:20.680Z Compiling scroll_derive v0.13.1
14612026-05-18T17:54:20.811Z Compiling darling_core v0.20.11
14622026-05-18T17:54:21.029Z Compiling httpdate v1.0.3
14632026-05-18T17:54:21.114Z Compiling foreign-types-shared v0.1.1
14642026-05-18T17:54:21.202Z Compiling openssl v0.10.79
14652026-05-18T17:54:21.268Z Compiling pin-utils v0.1.0
14662026-05-18T17:54:21.341Z Compiling foreign-types v0.3.2
14672026-05-18T17:54:21.414Z Compiling tempfile v3.25.0
14682026-05-18T17:54:21.478Z Compiling scroll v0.13.0
14692026-05-18T17:54:21.743Z Compiling unicode-normalization v0.1.25
14702026-05-18T17:54:21.788Z Compiling openssl-macros v0.1.1
14712026-05-18T17:54:22.178Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-18T17:54:22.193Z Compiling spin v0.9.8
14732026-05-18T17:54:22.196Z Compiling crc32fast v1.5.0
14742026-05-18T17:54:22.400Z Compiling num-conv v0.2.0
14752026-05-18T17:54:22.465Z Compiling powerfmt v0.2.0
14762026-05-18T17:54:22.529Z Compiling time-core v0.1.8
14772026-05-18T17:54:22.556Z Compiling native-tls v0.2.18
14782026-05-18T17:54:22.667Z Compiling deranged v0.5.8
14792026-05-18T17:54:22.680Z Compiling time-macros v0.2.27
14802026-05-18T17:54:23.116Z Compiling darling_macro v0.20.11
14812026-05-18T17:54:23.568Z Compiling hyper v1.8.1
14822026-05-18T17:54:23.618Z Compiling darling v0.20.11
14832026-05-18T17:54:23.698Z Compiling goblin v0.10.5
14842026-05-18T17:54:23.713Z Compiling rustls-native-certs v0.8.3
14852026-05-18T17:54:23.965Z Compiling sync_wrapper v1.0.2
14862026-05-18T17:54:23.996Z Compiling wait-timeout v0.2.1
14872026-05-18T17:54:24.073Z Compiling crossbeam-utils v0.8.21
14882026-05-18T17:54:24.257Z Compiling quick-error v1.2.3
14892026-05-18T17:54:24.354Z Compiling unicode-segmentation v1.12.0
14902026-05-18T17:54:24.368Z Compiling siphasher v1.0.2
14912026-05-18T17:54:24.494Z Compiling bit-vec v0.8.0
14922026-05-18T17:54:24.547Z Compiling simd-adler32 v0.3.8
14932026-05-18T17:54:24.719Z Compiling hyper-util v0.1.20
14942026-05-18T17:54:24.733Z Compiling usdt-impl v0.6.0
14952026-05-18T17:54:24.788Z Compiling num_threads v0.1.7
14962026-05-18T17:54:24.883Z Compiling syn v1.0.109
14972026-05-18T17:54:24.953Z Compiling time v0.3.47
14982026-05-18T17:54:25.225Z Compiling bit-set v0.8.0
14992026-05-18T17:54:25.403Z Compiling rusty-fork v0.3.1
15002026-05-18T17:54:25.418Z Compiling tower v0.5.3
15012026-05-18T17:54:25.709Z Compiling derive_builder_core v0.20.2
15022026-05-18T17:54:25.875Z Compiling dtrace-parser v0.3.0
15032026-05-18T17:54:25.953Z Compiling http-body-util v0.1.3
15042026-05-18T17:54:26.232Z Compiling webpki-roots v1.0.6
15052026-05-18T17:54:26.354Z Compiling signature v2.2.0
15062026-05-18T17:54:26.475Z Compiling dof v0.4.0
15072026-05-18T17:54:26.503Z Compiling scroll_derive v0.12.1
15082026-05-18T17:54:26.532Z Compiling thiserror-impl v1.0.69
15092026-05-18T17:54:26.637Z Compiling heapless v0.7.17
15102026-05-18T17:54:26.665Z Compiling rand_xorshift v0.4.0
15112026-05-18T17:54:26.827Z Compiling slog v2.8.2
15122026-05-18T17:54:26.872Z Compiling darling_core v0.21.3
15132026-05-18T17:54:27.006Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-18T17:54:27.154Z Compiling thread-id v5.1.0
15152026-05-18T17:54:27.238Z Compiling cookie v0.18.1
15162026-05-18T17:54:27.280Z Compiling allocator-api2 v0.2.21
15172026-05-18T17:54:27.413Z Compiling paste v1.0.15
15182026-05-18T17:54:27.596Z Compiling unicode-bidi v0.3.18
15192026-05-18T17:54:27.620Z Compiling signal-hook v0.3.18
15202026-05-18T17:54:27.675Z Compiling anyhow v1.0.102
15212026-05-18T17:54:27.763Z Compiling zstd-safe v7.2.4
15222026-05-18T17:54:27.784Z Compiling unicode-properties v0.1.4
15232026-05-18T17:54:27.922Z Compiling iri-string v0.7.10
15242026-05-18T17:54:27.951Z Compiling unarray v0.1.4
15252026-05-18T17:54:27.973Z Compiling ryu v1.0.23
15262026-05-18T17:54:27.992Z Compiling adler2 v2.0.1
15272026-05-18T17:54:28.055Z Compiling proptest v1.10.0
15282026-05-18T17:54:28.117Z Compiling serde_urlencoded v0.7.1
15292026-05-18T17:54:28.132Z Compiling miniz_oxide v0.8.9
15302026-05-18T17:54:28.354Z Compiling stringprep v0.1.5
15312026-05-18T17:54:28.386Z Compiling thiserror v1.0.69
15322026-05-18T17:54:28.784Z Compiling scroll v0.12.0
15332026-05-18T17:54:29.044Z Compiling tower-http v0.6.8
15342026-05-18T17:54:29.331Z Compiling derive_builder_macro v0.20.2
15352026-05-18T17:54:29.350Z Compiling darling_macro v0.21.3
15362026-05-18T17:54:29.376Z Compiling tokio-native-tls v0.3.1
15372026-05-18T17:54:29.435Z Compiling heck v0.4.1
15382026-05-18T17:54:29.537Z Compiling ipnetwork v0.21.1
15392026-05-18T17:54:29.653Z Compiling bstr v1.12.1
15402026-05-18T17:54:29.772Z Compiling rand_chacha v0.3.1
15412026-05-18T17:54:29.829Z Compiling toml_datetime v0.6.11
15422026-05-18T17:54:29.832Z Compiling erased-serde v0.3.31
15432026-05-18T17:54:29.929Z Compiling serde_tokenstream v0.2.3
15442026-05-18T17:54:30.080Z Compiling serde_spanned v0.6.9
15452026-05-18T17:54:30.227Z Compiling md-5 v0.10.6
15462026-05-18T17:54:30.240Z Compiling zerocopy-derive v0.7.35
15472026-05-18T17:54:30.292Z Compiling async-trait v0.1.89
15482026-05-18T17:54:30.308Z Compiling pin-project-internal v1.1.11
15492026-05-18T17:54:30.409Z Compiling curve25519-dalek v4.1.3
15502026-05-18T17:54:30.577Z Compiling vergen-lib v0.1.6
15512026-05-18T17:54:30.721Z Compiling num-integer v0.1.46
15522026-05-18T17:54:30.756Z Compiling hash32 v0.2.1
15532026-05-18T17:54:30.949Z Compiling ff v0.13.1
15542026-05-18T17:54:31.050Z Compiling memoffset v0.9.1
15552026-05-18T17:54:31.115Z Compiling base16ct v0.2.0
15562026-05-18T17:54:31.119Z Compiling cfg_aliases v0.2.1
15572026-05-18T17:54:31.199Z Compiling ref-cast v1.0.25
15582026-05-18T17:54:31.290Z Compiling litrs v1.0.0
15592026-05-18T17:54:31.293Z Compiling psl-types v2.0.11
15602026-05-18T17:54:31.345Z Compiling num-bigint-dig v0.8.6
15612026-05-18T17:54:31.434Z Compiling zlib-rs v0.6.2
15622026-05-18T17:54:31.448Z Compiling smoltcp v0.9.1
15632026-05-18T17:54:31.502Z Compiling fallible-iterator v0.2.0
15642026-05-18T17:54:31.530Z Compiling rustix v0.38.44
15652026-05-18T17:54:31.796Z Compiling postgres-protocol v0.6.10
15662026-05-18T17:54:31.811Z Compiling document-features v0.2.12
15672026-05-18T17:54:31.887Z Compiling pin-project v1.1.11
15682026-05-18T17:54:31.966Z Compiling publicsuffix v2.3.0
15692026-05-18T17:54:32.083Z Compiling sec1 v0.7.3
15702026-05-18T17:54:32.134Z Compiling nix v0.31.2
15712026-05-18T17:54:32.350Z Compiling zerocopy v0.7.35
15722026-05-18T17:54:32.364Z Compiling group v0.13.0
15732026-05-18T17:54:32.386Z Compiling num-iter v0.1.45
15742026-05-18T17:54:32.547Z Compiling newtype-uuid v1.3.2
15752026-05-18T17:54:32.861Z Compiling rand v0.8.6
15762026-05-18T17:54:32.886Z Compiling darling v0.21.3
15772026-05-18T17:54:32.955Z Compiling derive_builder v0.20.2
15782026-05-18T17:54:32.968Z Compiling oxnet v0.1.4
15792026-05-18T17:54:32.982Z Compiling snafu-derive v0.8.9
15802026-05-18T17:54:33.080Z Compiling hyper-tls v0.6.0
15812026-05-18T17:54:33.271Z Compiling hubpack_derive v0.1.1
15822026-05-18T17:54:33.444Z Compiling goblin v0.8.2
15832026-05-18T17:54:34.026Z Compiling phf_shared v0.13.1
15842026-05-18T17:54:34.175Z Compiling lazy_static v1.5.0
15852026-05-18T17:54:34.259Z Compiling regex v1.12.3
15862026-05-18T17:54:34.273Z Compiling strum_macros v0.27.2
15872026-05-18T17:54:34.351Z Compiling flate2 v1.1.9
15882026-05-18T17:54:34.684Z Compiling futures-executor v0.3.32
15892026-05-18T17:54:34.687Z Compiling cargo-platform v0.1.9
15902026-05-18T17:54:34.751Z Compiling hex v0.4.3
15912026-05-18T17:54:34.840Z Compiling hkdf v0.12.4
15922026-05-18T17:54:34.943Z Compiling crypto-bigint v0.5.5
15932026-05-18T17:54:34.946Z Compiling terminal_size v0.4.3
15942026-05-18T17:54:35.002Z Compiling daft-derive v0.1.5
15952026-05-18T17:54:35.020Z Compiling ref-cast-impl v1.0.25
15962026-05-18T17:54:35.090Z Compiling curve25519-dalek-derive v0.1.1
15972026-05-18T17:54:35.546Z Compiling vergen v9.0.6
15982026-05-18T17:54:35.711Z Compiling fs-err v3.3.0
15992026-05-18T17:54:35.729Z Compiling ahash v0.8.12
16002026-05-18T17:54:35.743Z Compiling encoding_rs v0.8.35
16012026-05-18T17:54:35.896Z Compiling foldhash v0.2.0
16022026-05-18T17:54:35.929Z Compiling object v0.37.3
16032026-05-18T17:54:36.167Z Compiling same-file v1.0.6
16042026-05-18T17:54:36.236Z Compiling mime v0.3.17
16052026-05-18T17:54:36.258Z Compiling managed v0.8.0
16062026-05-18T17:54:36.330Z Compiling libbz2-rs-sys v0.2.2
16072026-05-18T17:54:36.473Z Compiling bumpalo v3.20.2
16082026-05-18T17:54:36.497Z Compiling winnow v0.5.40
16092026-05-18T17:54:36.729Z Compiling foldhash v0.1.5
16102026-05-18T17:54:36.906Z Compiling bitflags v1.3.2
16112026-05-18T17:54:36.906Z Compiling clap_builder v4.5.60
16122026-05-18T17:54:37.019Z Compiling hashbrown v0.15.5
16132026-05-18T17:54:37.151Z Compiling bzip2 v0.6.1
16142026-05-18T17:54:37.277Z Compiling zopfli v0.8.3
16152026-05-18T17:54:37.360Z Compiling walkdir v2.5.0
16162026-05-18T17:54:37.615Z Compiling strum v0.27.2
16172026-05-18T17:54:37.667Z Compiling hashbrown v0.16.1
16182026-05-18T17:54:37.780Z Compiling toml_edit v0.19.15
16192026-05-18T17:54:37.890Z Compiling elliptic-curve v0.13.8
16202026-05-18T17:54:37.949Z Compiling daft v0.1.5
16212026-05-18T17:54:38.220Z Compiling dof v0.3.0
16222026-05-18T17:54:38.281Z Compiling cargo_metadata v0.19.2
16232026-05-18T17:54:38.349Z Compiling snafu v0.8.9
16242026-05-18T17:54:38.700Z Compiling futures v0.3.32
16252026-05-18T17:54:39.000Z Compiling phf v0.13.1
16262026-05-18T17:54:39.157Z Compiling signal-hook-mio v0.2.5
16272026-05-18T17:54:39.275Z Compiling cookie_store v0.22.1
16282026-05-18T17:54:39.290Z Compiling hubpack v0.1.2
16292026-05-18T17:54:39.502Z Compiling zstd v0.13.3
16302026-05-18T17:54:39.599Z Compiling bzip2 v0.4.4
16312026-05-18T17:54:39.761Z Compiling serde_with_macros v3.17.0
16322026-05-18T17:54:39.825Z Compiling postgres-types v0.2.12
16332026-05-18T17:54:39.959Z Compiling usdt-macro v0.6.0
16342026-05-18T17:54:40.366Z Compiling usdt-attr-macro v0.6.0
16352026-05-18T17:54:40.398Z Compiling globset v0.4.18
16362026-05-18T17:54:40.691Z Compiling dtrace-parser v0.2.0
16372026-05-18T17:54:40.872Z Compiling ed25519 v2.2.3
16382026-05-18T17:54:40.891Z Compiling phf_shared v0.11.3
16392026-05-18T17:54:40.989Z Compiling olpc-cjson v0.1.4
16402026-05-18T17:54:41.069Z Compiling pkcs1 v0.7.5
16412026-05-18T17:54:41.131Z Compiling strum_macros v0.26.4
16422026-05-18T17:54:41.147Z Compiling clap_derive v4.5.55
16432026-05-18T17:54:41.161Z Compiling enum-as-inner v0.6.1
16442026-05-18T17:54:41.488Z Compiling serde-big-array v0.5.1
16452026-05-18T17:54:41.503Z Compiling serde_plain v1.0.2
16462026-05-18T17:54:41.635Z Compiling rfc6979 v0.4.0
16472026-05-18T17:54:41.660Z Compiling pem v3.0.6
16482026-05-18T17:54:41.694Z Compiling serde_repr v0.1.20
16492026-05-18T17:54:41.757Z Compiling async-recursion v1.1.1
16502026-05-18T17:54:41.827Z Compiling float-cmp v0.10.0
16512026-05-18T17:54:41.977Z Compiling thread-id v4.2.2
16522026-05-18T17:54:41.989Z Compiling memmap2 v0.9.10
16532026-05-18T17:54:42.061Z Compiling env_filter v1.0.0
16542026-05-18T17:54:42.198Z Compiling predicates-core v1.0.10
16552026-05-18T17:54:42.216Z Compiling difflib v0.4.0
16562026-05-18T17:54:42.361Z Compiling precomputed-hash v0.1.1
16572026-05-18T17:54:42.376Z Compiling whoami v2.1.0
16582026-05-18T17:54:42.394Z Compiling static_assertions v1.1.0
16592026-05-18T17:54:42.447Z Compiling rustc-hash v2.1.1
16602026-05-18T17:54:42.466Z Compiling normalize-line-endings v0.3.0
16612026-05-18T17:54:42.561Z Compiling keccak v0.1.6
16622026-05-18T17:54:42.574Z Compiling typed-path v0.9.3
16632026-05-18T17:54:42.749Z Compiling data-encoding v2.10.0
16642026-05-18T17:54:42.771Z Compiling either v1.15.0
16652026-05-18T17:54:42.879Z Compiling new_debug_unreachable v1.0.6
16662026-05-18T17:54:42.906Z Compiling fixedbitset v0.5.7
16672026-05-18T17:54:42.950Z Compiling jiff v0.2.21
16682026-05-18T17:54:42.972Z Compiling fixedbitset v0.4.2
16692026-05-18T17:54:43.182Z Compiling petgraph v0.6.5
16702026-05-18T17:54:43.198Z Compiling petgraph v0.8.3
16712026-05-18T17:54:43.364Z Compiling hickory-proto v0.25.2
16722026-05-18T17:54:43.431Z Compiling itertools v0.13.0
16732026-05-18T17:54:43.785Z Compiling string_cache v0.8.9
16742026-05-18T17:54:44.015Z Compiling clap v4.5.60
16752026-05-18T17:54:44.102Z Compiling strum v0.26.3
16762026-05-18T17:54:44.237Z Compiling sha3 v0.10.8
16772026-05-18T17:54:44.338Z Compiling tokio-postgres v0.7.16
16782026-05-18T17:54:44.650Z Compiling predicates v3.1.4
16792026-05-18T17:54:44.653Z Compiling iddqd v0.3.18
16802026-05-18T17:54:44.685Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-18T17:54:45.097Z Compiling env_logger v0.11.9
16822026-05-18T17:54:45.305Z Compiling toml_edit v0.22.27
16832026-05-18T17:54:45.448Z Compiling usdt v0.6.0
16842026-05-18T17:54:45.703Z Compiling zip v4.6.1
16852026-05-18T17:54:45.797Z Compiling usdt-impl v0.5.0
16862026-05-18T17:54:46.423Z Compiling ecdsa v0.16.9
16872026-05-18T17:54:46.572Z Compiling rsa v0.9.10
16882026-05-18T17:54:46.696Z Compiling ed25519-dalek v2.2.0
16892026-05-18T17:54:46.820Z Compiling serde_with v3.17.0
16902026-05-18T17:54:47.094Z Compiling crossterm v0.28.1
16912026-05-18T17:54:47.500Z Compiling zip v0.6.6
16922026-05-18T17:54:48.040Z Compiling toml v0.7.8
16932026-05-18T17:54:48.492Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-18T17:54:48.507Z Compiling similar v2.7.0
16952026-05-18T17:54:48.617Z Compiling crossbeam-epoch v0.9.18
16962026-05-18T17:54:48.644Z Compiling tokio-stream v0.1.18
16972026-05-18T17:54:48.758Z Compiling buf-list v1.1.2
16982026-05-18T17:54:48.947Z Compiling x509-cert v0.2.5
16992026-05-18T17:54:49.033Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17002026-05-18T17:54:49.106Z Compiling openapiv3 v2.2.0
17012026-05-18T17:54:49.120Z Compiling sha1 v0.10.6
17022026-05-18T17:54:49.333Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-18T17:54:49.347Z Compiling lalrpop-util v0.19.12
17042026-05-18T17:54:49.369Z Compiling peg-runtime v0.8.5
17052026-05-18T17:54:49.536Z Compiling thread_local v1.1.9
17062026-05-18T17:54:49.611Z Compiling slog-async v2.8.0
17072026-05-18T17:54:49.651Z Compiling crossbeam-channel v0.5.15
17082026-05-18T17:54:49.791Z Compiling is-terminal v0.4.17
17092026-05-18T17:54:49.890Z Compiling filetime v0.2.27
17102026-05-18T17:54:49.893Z Compiling xattr v1.6.1
17112026-05-18T17:54:49.920Z Compiling term v1.2.1
17122026-05-18T17:54:50.066Z Compiling take_mut v0.2.2
17132026-05-18T17:54:50.066Z Compiling tar v0.4.45
17142026-05-18T17:54:50.176Z Compiling slog-term v2.9.2
17152026-05-18T17:55:00.146Z Compiling rustls-webpki v0.103.9
17162026-05-18T17:55:02.934Z Compiling tokio-rustls v0.26.4
17172026-05-18T17:55:02.934Z Compiling rustls-platform-verifier v0.6.2
17182026-05-18T17:55:03.135Z Compiling hyper-rustls v0.27.7
17192026-05-18T17:55:03.341Z Compiling reqwest v0.12.28
17202026-05-18T17:55:03.354Z Compiling reqwest v0.13.2
17212026-05-18T17:55:04.590Z Compiling tough v0.22.0
17222026-05-18T17:55:07.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-18T17:55:07.341Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-18T17:55:10.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-05-18T17:55:10.305Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-18T17:55:10.358ZMay 18 17:55:09.471 INFO Starting download, target: Clickhouse
17272026-05-18T17:55:10.358ZMay 18 17:55:09.471 INFO Starting download, target: Console
17282026-05-18T17:55:10.358ZMay 18 17:55:09.471 INFO Starting download, target: Cockroach
17292026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Starting download, target: DendriteStub
17302026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Starting download, target: MaghemiteMgd
17312026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Starting download, target: TransceiverControl
17322026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-18T17:55:10.361ZMay 18 17:55:09.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-18T17:55:10.361ZMay 18 17:55:09.472 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-05-18T17:55:10.785ZMay 18 17:55:09.875 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-18T17:55:10.975ZMay 18 17:55:10.082 INFO Download complete, target: TransceiverControl
17402026-05-18T17:55:11.428ZMay 18 17:55:10.535 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-18T17:55:11.666ZMay 18 17:55:10.774 INFO Download complete, target: Console
17422026-05-18T17:55:12.117ZMay 18 17:55:11.223 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-18T17:55:12.275ZMay 18 17:55:11.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-18T17:55:12.311ZMay 18 17:55:11.421 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-18T17:55:12.645ZMay 18 17:55:11.758 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-18T17:55:12.645ZMay 18 17:55:11.758 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-18T17:55:14.499ZMay 18 17:55:13.605 INFO Download complete, target: DendriteStub
17482026-05-18T17:55:14.618ZMay 18 17:55:13.731 INFO Download complete, target: MaghemiteMgd
17492026-05-18T17:55:17.205ZMay 18 17:55:16.318 INFO Checking that binary works, target: Cockroach
17502026-05-18T17:55:17.318ZMay 18 17:55:16.431 INFO Download complete, target: Cockroach
17512026-05-18T17:55:18.948ZMay 18 17:55:18.061 INFO Checking that binary works, target: Clickhouse
17522026-05-18T17:55:19.053ZMay 18 17:55:18.166 INFO Download complete, target: Clickhouse
17532026-05-18T17:55:19.070ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-18T17:55:19.073Z
17552026-05-18T17:55:19.073Zreal 2:14.413069445
17562026-05-18T17:55:19.073Zuser 6:54.019219526
17572026-05-18T17:55:19.073Zsys 1:21.867660883
17582026-05-18T17:55:19.073Ztrap 0.222083208
17592026-05-18T17:55:19.073Ztflt 0.708394335
17602026-05-18T17:55:19.073Zdflt 0.663784424
17612026-05-18T17:55:19.073Zkflt 0.032749051
17622026-05-18T17:55:19.073Zlock 21:35.446472145
17632026-05-18T17:55:19.073Zslp 21:15.195470761
17642026-05-18T17:55:19.073Zlat 40.828373968
17652026-05-18T17:55:19.073Zstop 1:55.775919980
17662026-05-18T17:55:19.073Z+ banner hack-check
17672026-05-18T17:55:19.073Z
17682026-05-18T17:55:19.073Z # # ## #### # # #### # # ###### #### # #
17692026-05-18T17:55:19.073Z # # # # # # # # # # # # # # # # #
17702026-05-18T17:55:19.073Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-18T17:55:19.073Z # # ###### # # # # # # # # # #
17722026-05-18T17:55:19.073Z # # # # # # # # # # # # # # # # #
17732026-05-18T17:55:19.073Z # # # # #### # # #### # # ###### #### # #
17742026-05-18T17:55:19.073Z
17752026-05-18T17:55:19.073Z+ export CARGO_INCREMENTAL=0
17762026-05-18T17:55:19.073Z+ CARGO_INCREMENTAL=0
17772026-05-18T17:55:19.073Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-18T17:55:19.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-18T17:55:19.818Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-18T17:55:21.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17812026-05-18T17:55:21.752Z Running `target/debug/xtask check-features --ci`
17822026-05-18T17:55:21.787Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-18T17:55:21.800Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-18T17:55:22.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-18T17:55:22.293Z Running `target/debug/xtask download cargo-hack`
17862026-05-18T17:55:23.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-18T17:55:23.388Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-18T17:55:25.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17892026-05-18T17:55:25.990Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-18T17:55:26.032ZMay 18 17:55:25.145 INFO Starting download, target: CargoHack
17912026-05-18T17:55:26.035ZMay 18 17:55:25.145 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-18T17:55:26.402ZMay 18 17:55:25.515 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-18T17:55:26.451ZMay 18 17:55:25.563 INFO Download complete, target: CargoHack
17942026-05-18T17:55:26.454Zrunning: "/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"
17952026-05-18T17:55:26.466Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-18T17:55:26.618Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-18T17:55:27.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-18T17:55:27.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-18T17:55:27.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-18T17:55:27.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-18T17:55:27.203Z
18022026-05-18T17:55:27.203Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-18T17:55:27.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-18T17:55:27.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-18T17:55:27.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-18T17:55:27.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-18T17:55:27.787Z
18082026-05-18T17:55:27.787Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-18T17:55:28.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-18T17:55:28.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-18T17:55:28.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-18T17:55:28.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-18T17:55:28.371Z
18142026-05-18T17:55:28.371Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-18T17:55:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-18T17:55:28.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-18T17:55:28.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-18T17:55:28.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-18T17:55:28.952Z
18202026-05-18T17:55:28.952Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-18T17:55:29.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-18T17:55:29.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-18T17:55:29.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-18T17:55:29.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-18T17:55:29.523Z
18262026-05-18T17:55:29.523Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-18T17:55:30.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-18T17:55:30.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-18T17:55:30.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-18T17:55:30.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312026-05-18T17:55:30.128Z
18322026-05-18T17:55:30.128Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-18T17:55:30.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-18T17:55:30.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-18T17:55:30.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-18T17:55:30.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-18T17:55:30.716Z
18382026-05-18T17:55:30.716Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-18T17:55:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-18T17:55:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-18T17:55:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-18T17:55:31.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-18T17:55:31.308Z
18442026-05-18T17:55:31.308Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-18T17:55:31.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-18T17:55:31.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-18T17:55:31.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-18T17:55:31.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-18T17:55:31.779Z
18502026-05-18T17:55:31.780Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-18T17:55:32.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-18T17:55:32.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-18T17:55:32.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-18T17:55:32.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18552026-05-18T17:55:32.245Z
18562026-05-18T17:55:32.245Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-18T17:55:32.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-18T17:55:32.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-18T17:55:32.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-18T17:55:32.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-18T17:55:32.712Z
18622026-05-18T17:55:32.712Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-18T17:55:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-18T17:55:33.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-18T17:55:33.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-18T17:55:33.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-18T17:55:33.183Z
18682026-05-18T17:55:33.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-18T17:55:33.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-18T17:55:33.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-18T17:55:33.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-18T17:55:33.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-18T17:55:33.648Z
18742026-05-18T17:55:33.648Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-18T17:55:34.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-18T17:55:34.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-18T17:55:34.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-18T17:55:34.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-18T17:55:34.118Z
18802026-05-18T17:55:34.118Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-18T17:55:34.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-18T17:55:34.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-18T17:55:34.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-18T17:55:34.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-18T17:55:34.584Z
18862026-05-18T17:55:34.584Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-18T17:55:34.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-18T17:55:34.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-18T17:55:34.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-18T17:55:34.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-18T17:55:35.047Z
18922026-05-18T17:55:35.047Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-18T17:55:35.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-18T17:55:35.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-18T17:55:35.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-18T17:55:35.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-18T17:55:35.511Z
18982026-05-18T17:55:35.511Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-18T17:55:35.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-18T17:55:35.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-18T17:55:35.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-18T17:55:35.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-18T17:55:35.981Z
19042026-05-18T17:55:35.981Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-18T17:55:36.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-18T17:55:36.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-18T17:55:36.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-18T17:55:36.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-18T17:55:36.448Z
19102026-05-18T17:55:36.448Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-18T17:55:36.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-18T17:55:36.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-18T17:55:36.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-18T17:55:36.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-18T17:55:36.921Z
19162026-05-18T17:55:36.921Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-18T17:55:37.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-18T17:55:37.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-18T17:55:37.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-18T17:55:37.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-18T17:55:37.395Z
19222026-05-18T17:55:37.395Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-18T17:55:37.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-18T17:55:37.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-18T17:55:37.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-18T17:55:37.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-18T17:55:37.870Z
19282026-05-18T17:55:37.870Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-18T17:55:38.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-18T17:55:38.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-18T17:55:38.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-18T17:55:38.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-18T17:55:38.345Z
19342026-05-18T17:55:38.345Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-18T17:55:38.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-18T17:55:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-18T17:55:38.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-18T17:55:38.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-18T17:55:38.819Z
19402026-05-18T17:55:38.819Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-18T17:55:39.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-18T17:55:39.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-18T17:55:39.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-18T17:55:39.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-18T17:55:39.289Z
19462026-05-18T17:55:39.289Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-18T17:55:39.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-18T17:55:39.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-18T17:55:39.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-18T17:55:39.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-18T17:55:39.758Z
19522026-05-18T17:55:39.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-18T17:55:40.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-18T17:55:40.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-18T17:55:40.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-18T17:55:40.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-05-18T17:55:40.228Z
19582026-05-18T17:55:40.228Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-18T17:55:40.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-18T17:55:40.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-18T17:55:40.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-18T17:55:40.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-18T17:55:40.696Z
19642026-05-18T17:55:40.696Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-18T17:55:41.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-18T17:55:41.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-18T17:55:41.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-18T17:55:41.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-18T17:55:41.171Z
19702026-05-18T17:55:41.171Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-18T17:55:41.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-18T17:55:41.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-18T17:55:41.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-18T17:55:41.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-18T17:55:41.639Z
19762026-05-18T17:55:41.640Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-18T17:55:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-18T17:55:42.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-18T17:55:42.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-18T17:55:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-18T17:55:42.111Z
19822026-05-18T17:55:42.111Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-18T17:55:42.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-18T17:55:42.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-18T17:55:42.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-18T17:55:42.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-18T17:55:42.581Z
19882026-05-18T17:55:42.581Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-18T17:55:42.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-18T17:55:42.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-18T17:55:42.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-18T17:55:43.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-18T17:55:43.052Z
19942026-05-18T17:55:43.053Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-18T17:55:43.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-18T17:55:43.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-18T17:55:43.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-18T17:55:43.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-18T17:55:43.517Z
20002026-05-18T17:55:43.517Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-18T17:55:43.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-18T17:55:43.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-18T17:55:43.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-18T17:55:43.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-18T17:55:43.989Z
20062026-05-18T17:55:43.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-18T17:55:44.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-18T17:55:44.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-18T17:55:44.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-18T17:55:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-18T17:55:44.460Z
20122026-05-18T17:55:44.460Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-18T17:55:44.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-18T17:55:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-18T17:55:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-18T17:55:44.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-18T17:55:44.930Z
20182026-05-18T17:55:44.930Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-18T17:55:45.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-18T17:55:45.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-18T17:55:45.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-18T17:55:45.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-18T17:55:45.403Z
20242026-05-18T17:55:45.403Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-18T17:55:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-18T17:55:45.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-18T17:55:45.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-18T17:55:45.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-05-18T17:55:45.877Z
20302026-05-18T17:55:45.877Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-18T17:55:46.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-18T17:55:46.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-18T17:55:46.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-18T17:55:46.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-18T17:55:46.351Z
20362026-05-18T17:55:46.351Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-18T17:55:46.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-18T17:55:46.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-18T17:55:46.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-18T17:55:46.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-18T17:55:46.822Z
20422026-05-18T17:55:46.822Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-18T17:55:47.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-18T17:55:47.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-18T17:55:47.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-18T17:55:47.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-18T17:55:47.296Z
20482026-05-18T17:55:47.296Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-18T17:55:47.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-18T17:55:47.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-18T17:55:47.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-18T17:55:47.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-18T17:55:47.770Z
20542026-05-18T17:55:47.770Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-18T17:55:48.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-18T17:55:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-18T17:55:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-18T17:55:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-18T17:55:48.265Z
20602026-05-18T17:55:48.265Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-18T17:55:48.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-18T17:55:48.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-18T17:55:48.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-18T17:55:48.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-18T17:55:48.722Z
20662026-05-18T17:55:48.722Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-18T17:55:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-18T17:55:49.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-18T17:55:49.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-18T17:55:49.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-18T17:55:50.201Z
20722026-05-18T17:55:50.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-18T17:55:50.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-18T17:55:50.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-18T17:55:50.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-18T17:55:50.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-18T17:55:50.204Z
20782026-05-18T17:55:50.204Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-18T17:55:50.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-18T17:55:50.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-18T17:55:50.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-18T17:55:50.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-18T17:55:50.204Z
20842026-05-18T17:55:50.204Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-18T17:55:50.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-18T17:55:50.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-18T17:55:50.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-18T17:55:50.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-18T17:55:50.791Z
20902026-05-18T17:55:50.791Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-18T17:55:51.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-18T17:55:51.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-18T17:55:51.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-18T17:55:51.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20952026-05-18T17:55:51.431Z
20962026-05-18T17:55:51.431Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-18T17:55:51.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-18T17:55:51.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-18T17:55:51.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-18T17:55:51.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-05-18T17:55:52.067Z
21022026-05-18T17:55:52.067Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-18T17:55:52.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-18T17:55:52.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-18T17:55:52.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-18T17:55:52.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-05-18T17:55:52.702Z
21082026-05-18T17:55:52.702Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-18T17:55:53.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-18T17:55:53.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-18T17:55:53.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-18T17:55:53.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21132026-05-18T17:55:53.304Z
21142026-05-18T17:55:53.304Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-18T17:55:53.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-18T17:55:53.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-18T17:55:53.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-18T17:55:53.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-05-18T17:55:53.891Z
21202026-05-18T17:55:53.891Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-18T17:55:54.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-18T17:55:54.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-18T17:55:54.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-18T17:55:54.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-18T17:55:54.494Z
21262026-05-18T17:55:54.494Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-18T17:55:55.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-18T17:55:55.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-18T17:55:55.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-18T17:55:55.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-18T17:55:55.098Z
21322026-05-18T17:55:55.098Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-18T17:55:55.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-18T17:55:55.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-18T17:55:55.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-18T17:55:55.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-18T17:55:55.705Z
21382026-05-18T17:55:55.705Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-18T17:55:56.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-18T17:55:56.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-18T17:55:56.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-18T17:55:56.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-18T17:55:56.315Z
21442026-05-18T17:55:56.315Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-18T17:55:56.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-18T17:55:56.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-18T17:55:56.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-18T17:55:56.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-18T17:55:56.901Z
21502026-05-18T17:55:56.901Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-18T17:55:57.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-18T17:55:57.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-18T17:55:57.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-18T17:55:57.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-18T17:55:57.489Z
21562026-05-18T17:55:57.489Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-18T17:55:57.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-18T17:55:57.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-18T17:55:57.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-18T17:55:57.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-05-18T17:55:58.074Z
21622026-05-18T17:55:58.074Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-18T17:55:58.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-18T17:55:58.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-18T17:55:58.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-18T17:55:58.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-18T17:55:58.659Z
21682026-05-18T17:55:58.659Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-18T17:55:59.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-18T17:55:59.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-18T17:55:59.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-18T17:55:59.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-05-18T17:55:59.262Z
21742026-05-18T17:55:59.262Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-18T17:55:59.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-18T17:55:59.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-18T17:55:59.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-18T17:55:59.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-18T17:55:59.868Z
21802026-05-18T17:55:59.868Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-18T17:56:00.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-18T17:56:00.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-18T17:56:00.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-18T17:56:00.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-18T17:56:00.450Z
21862026-05-18T17:56:00.450Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-18T17:56:00.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-18T17:56:00.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-18T17:56:00.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-18T17:56:00.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-05-18T17:56:01.037Z
21922026-05-18T17:56:01.037Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-18T17:56:01.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-18T17:56:01.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-18T17:56:01.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-18T17:56:01.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-18T17:56:01.627Z
21982026-05-18T17:56:01.627Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-18T17:56:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-18T17:56:02.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-18T17:56:02.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-18T17:56:02.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-18T17:56:02.225Z
22042026-05-18T17:56:02.225Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-18T17:56:02.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-18T17:56:02.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-18T17:56:02.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-18T17:56:02.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-18T17:56:02.825Z
22102026-05-18T17:56:02.825Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-18T17:56:03.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-18T17:56:03.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-18T17:56:03.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-18T17:56:03.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-18T17:56:03.421Z
22162026-05-18T17:56:03.421Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-18T17:56:03.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-18T17:56:03.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-18T17:56:03.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-18T17:56:03.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-18T17:56:04.014Z
22222026-05-18T17:56:04.014Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-18T17:56:04.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-18T17:56:04.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-18T17:56:04.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-18T17:56:04.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-18T17:56:04.607Z
22282026-05-18T17:56:04.607Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-18T17:56:05.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-18T17:56:05.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-18T17:56:05.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-18T17:56:05.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-18T17:56:05.227Z
22342026-05-18T17:56:05.227Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-18T17:56:05.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-18T17:56:05.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-18T17:56:05.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-18T17:56:05.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392026-05-18T17:56:05.843Z
22402026-05-18T17:56:05.843Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-18T17:56:06.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-18T17:56:06.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-18T17:56:06.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-18T17:56:06.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-18T17:56:06.428Z
22462026-05-18T17:56:06.428Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-18T17:56:06.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-18T17:56:06.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-18T17:56:07.044Z Checking cfg-if v1.0.4
22502026-05-18T17:56:07.048Z Checking libc v0.2.185
22512026-05-18T17:56:07.048Z Checking serde_core v1.0.228
22522026-05-18T17:56:07.161Z Checking zeroize v1.8.2
22532026-05-18T17:56:07.169Z Checking memchr v2.8.0
22542026-05-18T17:56:07.178Z Checking log v0.4.29
22552026-05-18T17:56:07.188Z Checking smallvec v1.15.1
22562026-05-18T17:56:07.199Z Checking typenum v1.19.0
22572026-05-18T17:56:07.201Z Checking subtle v2.6.1
22582026-05-18T17:56:07.296Z Checking itoa v1.0.17
22592026-05-18T17:56:07.331Z Checking scopeguard v1.2.0
22602026-05-18T17:56:07.350Z Checking stable_deref_trait v1.2.1
22612026-05-18T17:56:07.363Z Checking const-oid v0.9.6
22622026-05-18T17:56:07.421Z Checking zerofrom v0.1.6
22632026-05-18T17:56:07.433Z Checking lock_api v0.4.14
22642026-05-18T17:56:07.449Z Checking pin-project-lite v0.2.17
22652026-05-18T17:56:07.530Z Checking yoke v0.8.1
22662026-05-18T17:56:07.543Z Checking portable-atomic v1.13.1
22672026-05-18T17:56:07.554Z Checking getrandom v0.2.17
22682026-05-18T17:56:07.557Z Checking errno v0.3.14
22692026-05-18T17:56:07.629Z Checking parking_lot_core v0.9.12
22702026-05-18T17:56:07.661Z Checking signal-hook-registry v1.4.8
22712026-05-18T17:56:07.690Z Checking zerovec v0.11.5
22722026-05-18T17:56:07.704Z Checking rand_core v0.6.4
22732026-05-18T17:56:07.713Z Checking generic-array v0.14.7
22742026-05-18T17:56:07.809Z Checking critical-section v1.2.0
22752026-05-18T17:56:07.812Z Checking futures-core v0.3.32
22762026-05-18T17:56:07.866Z Checking parking_lot v0.12.5
22772026-05-18T17:56:07.903Z Checking mio v1.2.0
22782026-05-18T17:56:07.933Z Checking once_cell v1.21.3
22792026-05-18T17:56:07.944Z Checking zerocopy v0.8.40
22802026-05-18T17:56:08.022Z Checking zmij v1.0.21
22812026-05-18T17:56:08.049Z Checking socket2 v0.6.3
22822026-05-18T17:56:08.100Z Checking libm v0.2.16
22832026-05-18T17:56:08.112Z Checking tinystr v0.8.2
22842026-05-18T17:56:08.140Z Checking crypto-common v0.1.7
22852026-05-18T17:56:08.175Z Checking block-buffer v0.10.4
22862026-05-18T17:56:08.230Z Checking equivalent v1.0.2
22872026-05-18T17:56:08.257Z Checking percent-encoding v2.3.2
22882026-05-18T17:56:08.278Z Checking writeable v0.6.2
22892026-05-18T17:56:08.281Z Checking litemap v0.8.1
22902026-05-18T17:56:08.304Z Checking potential_utf v0.1.4
22912026-05-18T17:56:08.315Z Checking digest v0.10.7
22922026-05-18T17:56:08.400Z Checking zerotrie v0.2.3
22932026-05-18T17:56:08.434Z Checking futures-sink v0.3.32
22942026-05-18T17:56:08.448Z Checking icu_collections v2.1.1
22952026-05-18T17:56:08.462Z Checking icu_locale_core v2.1.1
22962026-05-18T17:56:08.518Z Checking cpufeatures v0.2.17
22972026-05-18T17:56:08.529Z Checking futures-channel v0.3.32
22982026-05-18T17:56:08.583Z Checking slab v0.4.12
22992026-05-18T17:56:08.618Z Checking serde v1.0.228
23002026-05-18T17:56:08.634Z Checking bitflags v2.11.0
23012026-05-18T17:56:08.713Z Checking serde_json v1.0.149
23022026-05-18T17:56:08.733Z Checking futures-io v0.3.32
23032026-05-18T17:56:08.750Z Checking futures-task v0.3.32
23042026-05-18T17:56:08.796Z Checking hmac v0.12.1
23052026-05-18T17:56:08.800Z Checking num-traits v0.2.19
23062026-05-18T17:56:08.853Z Checking icu_normalizer_data v2.1.1
23072026-05-18T17:56:08.880Z Checking futures-util v0.3.32
23082026-05-18T17:56:08.922Z Checking icu_properties_data v2.1.2
23092026-05-18T17:56:08.956Z Checking hashbrown v0.17.0
23102026-05-18T17:56:09.000Z Checking icu_provider v2.1.1
23112026-05-18T17:56:09.016Z Checking bytes v1.11.1
23122026-05-18T17:56:09.051Z Checking rand_core v0.10.0
23132026-05-18T17:56:09.193Z Checking getrandom v0.4.1
23142026-05-18T17:56:09.226Z Checking icu_normalizer v2.1.1
23152026-05-18T17:56:09.331Z Checking icu_properties v2.1.2
23162026-05-18T17:56:09.358Z Checking block-padding v0.3.3
23172026-05-18T17:56:09.371Z Checking utf8_iter v1.0.4
23182026-05-18T17:56:09.413Z Checking indexmap v2.14.0
23192026-05-18T17:56:09.450Z Checking tokio v1.52.1
23202026-05-18T17:56:09.481Z Checking inout v0.1.4
23212026-05-18T17:56:09.495Z Checking sha2 v0.10.9
23222026-05-18T17:56:09.525Z Checking form_urlencoded v1.2.2
23232026-05-18T17:56:09.618Z Checking cipher v0.4.4
23242026-05-18T17:56:09.651Z Checking getrandom v0.3.4
23252026-05-18T17:56:09.756Z Checking base64ct v1.8.3
23262026-05-18T17:56:09.786Z Checking fnv v1.0.7
23272026-05-18T17:56:09.823Z Checking byteorder v1.5.0
23282026-05-18T17:56:09.884Z Checking flagset v0.4.7
23292026-05-18T17:56:09.977Z Checking rand_core v0.9.5
23302026-05-18T17:56:09.991Z Checking pem-rfc7468 v0.7.0
23312026-05-18T17:56:10.005Z Checking http v1.4.0
23322026-05-18T17:56:10.021Z Checking regex-syntax v0.8.10
23332026-05-18T17:56:10.147Z Checking der v0.7.10
23342026-05-18T17:56:10.159Z Checking idna_adapter v1.2.1
23352026-05-18T17:56:10.174Z Checking salsa20 v0.10.2
23362026-05-18T17:56:10.274Z Checking idna v1.1.0
23372026-05-18T17:56:10.298Z Checking uuid v1.23.0
23382026-05-18T17:56:10.511Z Checking url v2.5.8
23392026-05-18T17:56:10.555Z Checking pbkdf2 v0.12.2
23402026-05-18T17:56:10.599Z Checking rustix v1.1.3
23412026-05-18T17:56:10.666Z Checking tracing-core v0.1.36
23422026-05-18T17:56:10.684Z Checking ppv-lite86 v0.2.21
23432026-05-18T17:56:10.788Z Checking rustls-pki-types v1.14.0
23442026-05-18T17:56:10.874Z Checking spki v0.7.3
23452026-05-18T17:56:10.945Z Checking base64 v0.22.1
23462026-05-18T17:56:10.970Z Checking iana-time-zone v0.1.65
23472026-05-18T17:56:10.978Z Checking rand_chacha v0.9.0
23482026-05-18T17:56:11.034Z Checking tracing v0.1.44
23492026-05-18T17:56:11.068Z Checking chrono v0.4.44
23502026-05-18T17:56:11.081Z Checking scrypt v0.11.0
23512026-05-18T17:56:11.173Z Checking http-body v1.0.1
23522026-05-18T17:56:11.186Z Checking aes v0.8.4
23532026-05-18T17:56:11.211Z Checking cbc v0.1.2
23542026-05-18T17:56:11.236Z Checking aws-lc-sys v0.40.0
23552026-05-18T17:56:11.302Z Checking openssl-probe v0.2.1
23562026-05-18T17:56:11.320Z Checking tinyvec_macros v0.1.1
23572026-05-18T17:56:11.334Z Checking untrusted v0.9.0
23582026-05-18T17:56:11.388Z Checking untrusted v0.7.1
23592026-05-18T17:56:11.403Z Checking tinyvec v1.10.0
23602026-05-18T17:56:11.436Z Checking ring v0.17.14
23612026-05-18T17:56:11.449Z Checking rand v0.9.2
23622026-05-18T17:56:11.494Z Checking tower-service v0.3.3
23632026-05-18T17:56:11.565Z Checking pkcs5 v0.7.1
23642026-05-18T17:56:11.578Z Checking atomic-waker v1.1.2
23652026-05-18T17:56:11.673Z Checking tower-layer v0.3.3
23662026-05-18T17:56:11.708Z Checking try-lock v0.2.5
23672026-05-18T17:56:11.732Z Checking aws-lc-rs v1.16.3
23682026-05-18T17:56:11.802Z Checking want v0.3.1
23692026-05-18T17:56:11.814Z Checking pkcs8 v0.10.2
23702026-05-18T17:56:11.828Z Checking ipnet v2.11.0
23712026-05-18T17:56:11.908Z Checking httparse v1.10.1
23722026-05-18T17:56:11.920Z Checking aho-corasick v1.1.4
23732026-05-18T17:56:11.933Z Checking dyn-clone v1.0.20
23742026-05-18T17:56:11.989Z Checking fastrand v2.3.0
23752026-05-18T17:56:12.031Z Checking pin-utils v0.1.0
23762026-05-18T17:56:12.081Z Checking plain v0.2.3
23772026-05-18T17:56:12.098Z Checking httpdate v1.0.3
23782026-05-18T17:56:12.112Z Checking foreign-types-shared v0.1.1
23792026-05-18T17:56:12.162Z Checking tempfile v3.25.0
23802026-05-18T17:56:12.182Z Checking unicode-normalization v0.1.25
23812026-05-18T17:56:12.210Z Checking foreign-types v0.3.2
23822026-05-18T17:56:12.239Z Checking semver v1.0.28
23832026-05-18T17:56:12.257Z Checking openssl-sys v0.9.115
23842026-05-18T17:56:12.351Z Checking spin v0.9.8
23852026-05-18T17:56:12.422Z Checking unicode-ident v1.0.24
23862026-05-18T17:56:12.444Z Checking ucd-trie v0.1.7
23872026-05-18T17:56:12.530Z Checking proc-macro2 v1.0.106
23882026-05-18T17:56:12.544Z Checking schemars v0.8.22
23892026-05-18T17:56:12.557Z Checking rustls-webpki v0.103.9
23902026-05-18T17:56:12.576Z Checking pest v2.8.6
23912026-05-18T17:56:12.589Z Checking regex-automata v0.4.14
23922026-05-18T17:56:12.603Z Checking rustls-native-certs v0.8.3
23932026-05-18T17:56:12.635Z Checking openssl v0.10.79
23942026-05-18T17:56:12.689Z Checking tokio-util v0.7.18
23952026-05-18T17:56:12.723Z Checking thiserror v2.0.18
23962026-05-18T17:56:12.823Z Checking sync_wrapper v1.0.2
23972026-05-18T17:56:12.838Z Checking wait-timeout v0.2.1
23982026-05-18T17:56:12.923Z Checking quick-error v1.2.3
23992026-05-18T17:56:12.951Z Checking pretty-hex v0.4.1
24002026-05-18T17:56:12.975Z Checking rustls v0.23.37
24012026-05-18T17:56:13.020Z Checking simd-adler32 v0.3.8
24022026-05-18T17:56:13.063Z Checking anstyle v1.0.13
24032026-05-18T17:56:13.182Z Checking bit-vec v0.8.0
24042026-05-18T17:56:13.195Z Checking utf8parse v0.2.2
24052026-05-18T17:56:13.246Z Checking siphasher v1.0.2
24062026-05-18T17:56:13.289Z Checking powerfmt v0.2.0
24072026-05-18T17:56:13.302Z Checking h2 v0.4.13
24082026-05-18T17:56:13.370Z Checking bit-set v0.8.0
24092026-05-18T17:56:13.392Z Checking anstyle-parse v0.2.7
24102026-05-18T17:56:13.434Z Checking deranged v0.5.8
24112026-05-18T17:56:13.509Z Checking rusty-fork v0.3.1
24122026-05-18T17:56:13.539Z Checking tower v0.5.3
24132026-05-18T17:56:13.642Z Checking quote v1.0.45
24142026-05-18T17:56:13.671Z Compiling newtype-uuid v1.3.2
24152026-05-18T17:56:13.789Z Checking http-body-util v0.1.3
24162026-05-18T17:56:13.852Z Checking webpki-roots v1.0.6
24172026-05-18T17:56:13.914Z Checking crossbeam-utils v0.8.21
24182026-05-18T17:56:13.964Z Checking rand_xorshift v0.4.0
24192026-05-18T17:56:14.004Z Checking crc32fast v1.5.0
24202026-05-18T17:56:14.078Z Checking scroll v0.13.0
24212026-05-18T17:56:14.141Z Checking signature v2.2.0
24222026-05-18T17:56:14.239Z Checking num_threads v0.1.7
24232026-05-18T17:56:14.267Z Checking unicode-bidi v0.3.18
24242026-05-18T17:56:14.299Z Checking num-conv v0.2.0
24252026-05-18T17:56:14.322Z Checking unicode-properties v0.1.4
24262026-05-18T17:56:14.348Z Checking allocator-api2 v0.2.21
24272026-05-18T17:56:14.402Z Checking time-core v0.1.8
24282026-05-18T17:56:14.413Z Checking is_terminal_polyfill v1.70.2
24292026-05-18T17:56:14.499Z Checking adler2 v2.0.1
24302026-05-18T17:56:14.511Z Checking unarray v0.1.4
24312026-05-18T17:56:14.540Z Checking colorchoice v1.0.4
24322026-05-18T17:56:14.559Z Checking ryu v1.0.23
24332026-05-18T17:56:14.603Z Checking iri-string v0.7.10
24342026-05-18T17:56:14.615Z Checking anstyle-query v1.1.5
24352026-05-18T17:56:14.629Z Checking proptest v1.10.0
24362026-05-18T17:56:14.642Z Checking miniz_oxide v0.8.9
24372026-05-18T17:56:14.655Z Checking native-tls v0.2.18
24382026-05-18T17:56:14.689Z Checking serde_urlencoded v0.7.1
24392026-05-18T17:56:14.701Z Checking anstream v0.6.21
24402026-05-18T17:56:14.836Z Checking tokio-native-tls v0.3.1
24412026-05-18T17:56:14.898Z Checking stringprep v0.1.5
24422026-05-18T17:56:14.911Z Checking time v0.3.47
24432026-05-18T17:56:14.992Z Checking bstr v1.12.1
24442026-05-18T17:56:15.003Z Checking goblin v0.10.5
24452026-05-18T17:56:15.050Z Checking crossbeam-epoch v0.9.18
24462026-05-18T17:56:15.273Z Compiling daft v0.1.5
24472026-05-18T17:56:15.391Z Checking tokio-rustls v0.26.4
24482026-05-18T17:56:15.407Z Checking syn v2.0.117
24492026-05-18T17:56:15.553Z Checking ipnetwork v0.21.1
24502026-05-18T17:56:15.627Z Checking rand_chacha v0.3.1
24512026-05-18T17:56:15.650Z Checking tower-http v0.6.8
24522026-05-18T17:56:15.769Z Checking scroll v0.12.0
24532026-05-18T17:56:15.828Z Checking thiserror v1.0.69
24542026-05-18T17:56:15.922Z Checking hash32 v0.2.1
24552026-05-18T17:56:15.925Z Checking zstd-sys v2.0.16+zstd.1.5.7
24562026-05-18T17:56:15.993Z Checking num-integer v0.1.46
24572026-05-18T17:56:16.023Z Checking hyper v1.8.1
24582026-05-18T17:56:16.037Z Checking serde_spanned v0.6.9
24592026-05-18T17:56:16.050Z Checking toml_datetime v0.6.11
24602026-05-18T17:56:16.073Z Checking md-5 v0.10.6
24612026-05-18T17:56:16.159Z Checking ff v0.13.1
24622026-05-18T17:56:16.207Z Checking zlib-rs v0.6.2
24632026-05-18T17:56:16.210Z Checking base16ct v0.2.0
24642026-05-18T17:56:16.231Z Checking psl-types v2.0.11
24652026-05-18T17:56:16.283Z Checking fallible-iterator v0.2.0
24662026-05-18T17:56:16.337Z Checking publicsuffix v2.3.0
24672026-05-18T17:56:16.340Z Checking sec1 v0.7.3
24682026-05-18T17:56:16.491Z Checking group v0.13.0
24692026-05-18T17:56:16.547Z Checking postgres-protocol v0.6.10
24702026-05-18T17:56:16.550Z Compiling iddqd v0.3.18
24712026-05-18T17:56:16.598Z Checking num-iter v0.1.45
24722026-05-18T17:56:16.633Z Checking heapless v0.7.17
24732026-05-18T17:56:16.706Z Checking cookie v0.18.1
24742026-05-18T17:56:16.854Z Checking zstd-safe v7.2.4
24752026-05-18T17:56:16.911Z Checking hyper-util v0.1.20
24762026-05-18T17:56:16.933Z Checking goblin v0.8.2
24772026-05-18T17:56:17.016Z Checking rand v0.8.6
24782026-05-18T17:56:17.037Z Checking oxnet v0.1.4
24792026-05-18T17:56:17.077Z Checking flate2 v1.1.9
24802026-05-18T17:56:17.270Z Checking dtrace-parser v0.3.0
24812026-05-18T17:56:17.318Z Checking dof v0.4.0
24822026-05-18T17:56:17.365Z Checking phf_shared v0.13.1
24832026-05-18T17:56:17.505Z Checking lazy_static v1.5.0
24842026-05-18T17:56:17.529Z Checking zerocopy v0.7.35
24852026-05-18T17:56:17.559Z Checking pin-project v1.1.11
24862026-05-18T17:56:17.590Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-18T17:56:17.649Z Checking terminal_size v0.4.3
24882026-05-18T17:56:17.666Z Checking signal-hook v0.3.18
24892026-05-18T17:56:17.679Z Checking futures-executor v0.3.32
24902026-05-18T17:56:17.692Z Checking hex v0.4.3
24912026-05-18T17:56:17.758Z Checking hkdf v0.12.4
24922026-05-18T17:56:17.818Z Checking crypto-bigint v0.5.5
24932026-05-18T17:56:17.848Z Checking thread-id v5.1.0
24942026-05-18T17:56:17.887Z Checking encoding_rs v0.8.35
24952026-05-18T17:56:17.911Z Checking same-file v1.0.6
24962026-05-18T17:56:17.923Z Checking strsim v0.11.1
24972026-05-18T17:56:17.945Z Checking winnow v0.5.40
24982026-05-18T17:56:18.016Z Checking bumpalo v3.20.2
24992026-05-18T17:56:18.019Z Checking foldhash v0.2.0
25002026-05-18T17:56:18.079Z Checking foldhash v0.1.5
25012026-05-18T17:56:18.163Z Checking hyper-rustls v0.27.7
25022026-05-18T17:56:18.178Z Checking hyper-tls v0.6.0
25032026-05-18T17:56:18.206Z Checking mime v0.3.17
25042026-05-18T17:56:18.209Z Checking clap_lex v1.0.0
25052026-05-18T17:56:18.341Z Checking winnow v0.7.14
25062026-05-18T17:56:18.362Z Checking libbz2-rs-sys v0.2.2
25072026-05-18T17:56:18.365Z Checking bitflags v1.3.2
25082026-05-18T17:56:18.386Z Compiling rayon-core v1.13.0
25092026-05-18T17:56:18.444Z Checking managed v0.8.0
25102026-05-18T17:56:18.558Z Checking either v1.15.0
25112026-05-18T17:56:18.625Z Checking smoltcp v0.9.1
25122026-05-18T17:56:18.702Z Checking elliptic-curve v0.13.8
25132026-05-18T17:56:18.755Z Checking bzip2 v0.6.1
25142026-05-18T17:56:18.769Z Checking clap_builder v4.5.60
25152026-05-18T17:56:18.811Z Checking dof v0.3.0
25162026-05-18T17:56:18.823Z Checking reqwest v0.12.28
25172026-05-18T17:56:18.912Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-18T17:56:19.003Z Checking zopfli v0.8.3
25192026-05-18T17:56:19.084Z Checking toml_edit v0.19.15
25202026-05-18T17:56:19.096Z Checking hashbrown v0.15.5
25212026-05-18T17:56:19.109Z Checking hashbrown v0.16.1
25222026-05-18T17:56:19.212Z Checking walkdir v2.5.0
25232026-05-18T17:56:19.325Z Checking usdt-impl v0.6.0
25242026-05-18T17:56:19.371Z Checking signal-hook-mio v0.2.5
25252026-05-18T17:56:19.473Z Checking futures v0.3.32
25262026-05-18T17:56:19.521Z Checking bzip2 v0.4.4
25272026-05-18T17:56:19.550Z Checking snafu v0.8.9
25282026-05-18T17:56:19.553Z Checking num-bigint-dig v0.8.6
25292026-05-18T17:56:19.593Z Checking phf v0.13.1
25302026-05-18T17:56:19.671Z Checking zstd v0.13.3
25312026-05-18T17:56:19.683Z Checking cookie_store v0.22.1
25322026-05-18T17:56:19.735Z Checking postgres-types v0.2.12
25332026-05-18T17:56:19.784Z Checking dtrace-parser v0.2.0
25342026-05-18T17:56:19.860Z Checking rustls-platform-verifier v0.6.2
25352026-05-18T17:56:19.863Z Checking globset v0.4.18
25362026-05-18T17:56:19.986Z Checking crossbeam-deque v0.8.6
25372026-05-18T17:56:19.999Z Checking regex v1.12.3
25382026-05-18T17:56:20.016Z Checking ed25519 v2.2.3
25392026-05-18T17:56:20.029Z Checking phf_shared v0.11.3
25402026-05-18T17:56:20.060Z Checking olpc-cjson v0.1.4
25412026-05-18T17:56:20.110Z Checking curve25519-dalek v4.1.3
25422026-05-18T17:56:20.128Z Checking ref-cast v1.0.25
25432026-05-18T17:56:20.158Z Checking strum v0.27.2
25442026-05-18T17:56:20.169Z Checking hubpack v0.1.2
25452026-05-18T17:56:20.189Z Checking memoffset v0.9.1
25462026-05-18T17:56:20.201Z Checking rustix v0.38.44
25472026-05-18T17:56:20.218Z Checking pkcs1 v0.7.5
25482026-05-18T17:56:20.263Z Checking pem v3.0.6
25492026-05-18T17:56:20.266Z Checking float-cmp v0.10.0
25502026-05-18T17:56:20.286Z Checking erased-serde v0.3.31
25512026-05-18T17:56:20.329Z Checking serde_plain v1.0.2
25522026-05-18T17:56:20.386Z Checking serde-big-array v0.5.1
25532026-05-18T17:56:20.408Z Checking rfc6979 v0.4.0
25542026-05-18T17:56:20.424Z Checking memmap2 v0.9.10
25552026-05-18T17:56:20.436Z Checking thread-id v4.2.2
25562026-05-18T17:56:20.465Z Checking env_filter v1.0.0
25572026-05-18T17:56:20.508Z Checking keccak v0.1.6
25582026-05-18T17:56:20.520Z Checking jiff v0.2.21
25592026-05-18T17:56:20.523Z Checking precomputed-hash v0.1.1
25602026-05-18T17:56:20.577Z Checking data-encoding v2.10.0
25612026-05-18T17:56:20.595Z Checking typed-path v0.9.3
25622026-05-18T17:56:20.607Z Checking normalize-line-endings v0.3.0
25632026-05-18T17:56:20.664Z Checking predicates-core v1.0.10
25642026-05-18T17:56:20.667Z Checking unicode-segmentation v1.12.0
25652026-05-18T17:56:20.689Z Checking difflib v0.4.0
25662026-05-18T17:56:20.786Z Checking new_debug_unreachable v1.0.6
25672026-05-18T17:56:20.842Z Checking toml_write v0.1.2
25682026-05-18T17:56:20.853Z Checking rustc-hash v2.1.1
25692026-05-18T17:56:20.865Z Checking static_assertions v1.1.0
25702026-05-18T17:56:20.881Z Checking whoami v2.1.0
25712026-05-18T17:56:20.951Z Checking fixedbitset v0.4.2
25722026-05-18T17:56:20.961Z Checking fixedbitset v0.5.7
25732026-05-18T17:56:20.982Z Checking similar v2.7.0
25742026-05-18T17:56:20.994Z Checking crossterm v0.28.1
25752026-05-18T17:56:21.005Z Checking toml_edit v0.22.27
25762026-05-18T17:56:21.068Z Checking tokio-postgres v0.7.16
25772026-05-18T17:56:21.080Z Checking petgraph v0.6.5
25782026-05-18T17:56:21.151Z Checking petgraph v0.8.3
25792026-05-18T17:56:21.367Z Checking tough v0.22.0
25802026-05-18T17:56:21.693Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25812026-05-18T17:56:22.072Z Checking ed25519-dalek v2.2.0
25822026-05-18T17:56:22.194Z Checking predicates v3.1.4
25832026-05-18T17:56:22.300Z Checking string_cache v0.8.9
25842026-05-18T17:56:22.313Z Checking hickory-proto v0.25.2
25852026-05-18T17:56:22.316Z Checking slog v2.8.2
25862026-05-18T17:56:22.466Z Checking sha3 v0.10.8
25872026-05-18T17:56:22.487Z Checking env_logger v0.11.9
25882026-05-18T17:56:22.583Z Checking usdt v0.6.0
25892026-05-18T17:56:22.666Z Checking ecdsa v0.16.9
25902026-05-18T17:56:22.677Z Checking usdt-impl v0.5.0
25912026-05-18T17:56:22.702Z Checking rsa v0.9.10
25922026-05-18T17:56:22.729Z Checking zip v4.6.1
25932026-05-18T17:56:22.742Z Checking nix v0.31.2
25942026-05-18T17:56:22.994Z Checking toml v0.7.8
25952026-05-18T17:56:23.162Z Checking reqwest v0.13.2
25962026-05-18T17:56:23.264Z Checking clap v4.5.60
25972026-05-18T17:56:23.294Z Checking zip v0.6.6
25982026-05-18T17:56:23.298Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-05-18T17:56:23.356Z Checking itertools v0.13.0
26002026-05-18T17:56:23.388Z Checking serde_with v3.17.0
26012026-05-18T17:56:23.613Z Checking strum v0.26.3
26022026-05-18T17:56:23.626Z Checking fs-err v3.3.0
26032026-05-18T17:56:23.723Z Checking ahash v0.8.12
26042026-05-18T17:56:23.735Z Checking object v0.37.3
26052026-05-18T17:56:23.917Z Checking tokio-stream v0.1.18
26062026-05-18T17:56:23.920Z Checking buf-list v1.1.2
26072026-05-18T17:56:23.973Z Checking camino v1.2.2
26082026-05-18T17:56:23.999Z Checking anyhow v1.0.102
26092026-05-18T17:56:24.099Z Checking x509-cert v0.2.5
26102026-05-18T17:56:24.193Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26112026-05-18T17:56:24.220Z Checking openapiv3 v2.2.0
26122026-05-18T17:56:24.307Z Checking toml_datetime v0.7.5+spec-1.1.0
26132026-05-18T17:56:24.369Z Checking sha1 v0.10.6
26142026-05-18T17:56:24.453Z Checking lalrpop-util v0.19.12
26152026-05-18T17:56:24.492Z Checking peg-runtime v0.8.5
26162026-05-18T17:56:24.529Z Checking rayon v1.11.0
26172026-05-18T17:56:24.609Z Checking sigpipe v0.1.3
26182026-05-18T17:56:24.630Z Checking glob v0.3.3
26192026-05-18T17:56:25.968Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-18T17:56:26.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.80s
26212026-05-18T17:56:26.401Z
26222026-05-18T17:56:26.401Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-18T17:56:26.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-18T17:56:26.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-18T17:56:26.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-18T17:56:26.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26272026-05-18T17:56:27.006Z
26282026-05-18T17:56:27.006Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-18T17:56:27.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-18T17:56:27.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-18T17:56:27.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-18T17:56:27.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-18T17:56:27.608Z
26342026-05-18T17:56:27.608Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-18T17:56:28.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-18T17:56:28.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-18T17:56:28.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-18T17:56:28.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-18T17:56:28.222Z
26402026-05-18T17:56:28.222Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-18T17:56:28.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-18T17:56:28.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-18T17:56:28.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-18T17:56:28.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-05-18T17:56:28.827Z
26462026-05-18T17:56:28.827Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-18T17:56:29.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-18T17:56:29.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-18T17:56:29.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-18T17:56:29.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-18T17:56:29.427Z
26522026-05-18T17:56:29.427Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-18T17:56:29.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-18T17:56:29.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-18T17:56:29.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-18T17:56:29.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-18T17:56:30.031Z
26582026-05-18T17:56:30.031Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-18T17:56:30.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-18T17:56:30.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-18T17:56:30.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-18T17:56:30.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-18T17:56:30.614Z
26642026-05-18T17:56:30.614Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-18T17:56:31.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-18T17:56:31.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-18T17:56:31.301Z Compiling structmeta-derive v0.3.0
26682026-05-18T17:56:31.418Z Compiling rustls v0.22.4
26692026-05-18T17:56:31.427Z Compiling multer v3.1.0
26702026-05-18T17:56:31.436Z Compiling async-stream-impl v0.3.6
26712026-05-18T17:56:31.439Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-05-18T17:56:31.457Z Compiling dropshot v0.17.0
26732026-05-18T17:56:31.472Z Compiling newtype-uuid-macros v0.1.0
26742026-05-18T17:56:31.472Z Compiling dropshot_endpoint v0.17.0
26752026-05-18T17:56:31.604Z Checking newtype-uuid v1.3.2
26762026-05-18T17:56:31.649Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-18T17:56:31.710Z Checking rustls-webpki v0.102.8
26782026-05-18T17:56:31.799Z Checking daft v0.1.5
26792026-05-18T17:56:31.814Z Checking thread_local v1.1.9
26802026-05-18T17:56:31.976Z Checking compression-core v0.4.31
26812026-05-18T17:56:32.002Z Checking match_cfg v0.1.0
26822026-05-18T17:56:32.040Z Checking iddqd v0.3.18
26832026-05-18T17:56:32.067Z Checking hostname v0.3.1
26842026-05-18T17:56:32.098Z Checking compression-codecs v0.4.37
26852026-05-18T17:56:32.101Z Checking crossbeam-channel v0.5.15
26862026-05-18T17:56:32.162Z Checking slog-json v2.6.1
26872026-05-18T17:56:32.207Z Checking serde_spanned v1.0.4
26882026-05-18T17:56:32.262Z Checking is-terminal v0.4.17
26892026-05-18T17:56:32.309Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-05-18T17:56:32.333Z Checking take_mut v0.2.2
26912026-05-18T17:56:32.349Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-18T17:56:32.435Z Checking term v1.2.1
26932026-05-18T17:56:32.437Z Checking debug-ignore v1.0.5
26942026-05-18T17:56:32.462Z Compiling structmeta v0.3.0
26952026-05-18T17:56:32.505Z Checking slog-async v2.8.0
26962026-05-18T17:56:32.525Z Checking toml v1.0.6+spec-1.1.0
26972026-05-18T17:56:32.539Z Checking slog-bunyan v2.5.0
26982026-05-18T17:56:32.648Z Checking slog-term v2.9.2
26992026-05-18T17:56:32.651Z Checking async-compression v0.4.41
27002026-05-18T17:56:32.673Z Compiling derive-ex v0.1.8
27012026-05-18T17:56:32.677Z Compiling parse-display-derive v0.10.0
27022026-05-18T17:56:32.903Z Checking async-stream v0.3.6
27032026-05-18T17:56:32.907Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-05-18T17:56:32.926Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-05-18T17:56:32.993Z Checking progenitor-client v0.14.0
27062026-05-18T17:56:33.014Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-18T17:56:33.093Z Checking waitgroup v0.1.2
27082026-05-18T17:56:33.150Z Checking backon v1.6.0
27092026-05-18T17:56:33.190Z Checking rustls-pemfile v2.2.0
27102026-05-18T17:56:33.231Z Checking serde_path_to_error v0.1.20
27112026-05-18T17:56:33.244Z Checking hostname v0.4.2
27122026-05-18T17:56:33.308Z Checking instant v0.1.13
27132026-05-18T17:56:33.394Z Checking backoff v0.4.0
27142026-05-18T17:56:33.495Z Checking progenitor-extras v0.2.0
27152026-05-18T17:56:33.524Z Checking tokio-rustls v0.25.0
27162026-05-18T17:56:33.541Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-18T17:56:33.563Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-18T17:56:33.724Z Checking itertools v0.14.0
27192026-05-18T17:56:33.750Z Checking progenitor-client v0.10.0
27202026-05-18T17:56:33.926Z Checking regress v0.10.5
27212026-05-18T17:56:33.973Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-18T17:56:34.192Z Checking macaddr v1.0.1
27232026-05-18T17:56:34.355Z Compiling test-strategy v0.4.5
27242026-05-18T17:56:34.369Z Checking parse-display v0.10.0
27252026-05-18T17:56:35.511Z Compiling prettyplease v0.2.37
27262026-05-18T17:56:35.897Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-18T17:56:35.973Z Checking num-rational v0.4.2
27282026-05-18T17:56:36.259Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-18T17:56:36.495Z Checking num-complex v0.4.6
27302026-05-18T17:56:37.048Z Checking num v0.4.3
27312026-05-18T17:56:37.122Z Compiling usdt-macro v0.5.0
27322026-05-18T17:56:37.155Z Compiling usdt-attr-macro v0.5.0
27332026-05-18T17:56:37.263Z Checking memmap v0.7.0
27342026-05-18T17:56:37.291Z Compiling float-ord v0.3.2
27352026-05-18T17:56:37.393Z Checking unicode-width v0.2.0
27362026-05-18T17:56:37.407Z Compiling convert_case v0.4.0
27372026-05-18T17:56:37.639Z Checking console v0.15.11
27382026-05-18T17:56:37.770Z Compiling derive_more v0.99.20
27392026-05-18T17:56:37.844Z Checking newline-converter v0.3.0
27402026-05-18T17:56:37.916Z Checking usdt v0.5.0
27412026-05-18T17:56:37.919Z Checking atomicwrites v0.4.4
27422026-05-18T17:56:37.952Z Compiling toml v0.8.23
27432026-05-18T17:56:38.055Z Checking linked-hash-map v0.5.6
27442026-05-18T17:56:38.079Z Compiling minimal-lexical v0.2.1
27452026-05-18T17:56:38.223Z Checking lru-cache v0.1.2
27462026-05-18T17:56:38.330Z Compiling nom v7.1.3
27472026-05-18T17:56:38.344Z Checking expectorate v1.2.0
27482026-05-18T17:56:38.917Z Checking camino-tempfile v1.4.1
27492026-05-18T17:56:39.079Z Checking hickory-proto v0.24.4
27502026-05-18T17:56:39.092Z Checking phf_shared v0.12.1
27512026-05-18T17:56:39.234Z Compiling slog-dtrace v0.3.0
27522026-05-18T17:56:39.360Z Checking heck v0.5.0
27532026-05-18T17:56:39.423Z Compiling chrono-tz v0.10.4
27542026-05-18T17:56:39.486Z Checking resolv-conf v0.7.6
27552026-05-18T17:56:39.664Z Compiling const_format_proc_macros v0.2.34
27562026-05-18T17:56:39.677Z Checking phf v0.12.1
27572026-05-18T17:56:39.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-05-18T17:56:39.836Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-05-18T17:56:39.863Z Checking tokio-dtrace v0.1.1
27602026-05-18T17:56:40.053Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-18T17:56:40.184Z Compiling derive-where v1.6.0
27622026-05-18T17:56:40.333Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-18T17:56:40.527Z Checking highway v1.3.0
27642026-05-18T17:56:40.757Z Checking const_format v0.2.35
27652026-05-18T17:56:40.963Z Checking hickory-resolver v0.24.4
27662026-05-18T17:56:40.992Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-05-18T17:56:41.147Z Checking oxide-tokio-rt v0.1.4
27682026-05-18T17:56:41.391Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-18T17:56:41.500Z Checking gethostname v0.5.0
27702026-05-18T17:56:41.564Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-18T17:56:41.585Z Checking bcs v0.1.6
27722026-05-18T17:56:41.600Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27732026-05-18T17:56:41.654Z Checking qorb v0.4.1
27742026-05-18T17:56:41.692Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-05-18T17:56:41.757Z Checking termtree v0.5.1
27762026-05-18T17:56:44.981Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-18T17:56:47.741Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-18T17:56:49.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
27792026-05-18T17:56:50.053Z
27802026-05-18T17:56:50.053Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-18T17:56:50.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-18T17:56:50.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-18T17:56:50.744Z Compiling ar_archive_writer v0.5.1
27842026-05-18T17:56:50.856Z Compiling stacker v0.1.23
27852026-05-18T17:56:50.862Z Compiling cfg_aliases v0.1.1
27862026-05-18T17:56:50.869Z Compiling convert_case v0.10.0
27872026-05-18T17:56:50.869Z Checking unicode-width v0.1.14
27882026-05-18T17:56:50.885Z Compiling proc-macro-error v1.0.4
27892026-05-18T17:56:50.896Z Checking fd-lock v4.0.4
27902026-05-18T17:56:50.896Z Checking nibble_vec v0.1.0
27912026-05-18T17:56:50.918Z Compiling nix v0.28.0
27922026-05-18T17:56:51.004Z Checking vte v0.14.1
27932026-05-18T17:56:51.021Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-18T17:56:51.105Z Checking endian-type v0.1.2
27952026-05-18T17:56:51.115Z Checking bytecount v0.6.9
27962026-05-18T17:56:51.155Z Checking strip-ansi-escapes v0.2.1
27972026-05-18T17:56:51.159Z Compiling derive_more-impl v2.1.1
27982026-05-18T17:56:51.179Z Compiling tabled_derive v0.7.0
27992026-05-18T17:56:51.222Z Checking radix_trie v0.2.1
28002026-05-18T17:56:51.234Z Checking papergrid v0.11.0
28012026-05-18T17:56:51.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-18T17:56:51.412Z Compiling peg-macros v0.8.5
28032026-05-18T17:56:51.425Z Checking winnow v0.6.26
28042026-05-18T17:56:51.681Z Compiling psm v0.1.30
28052026-05-18T17:56:51.750Z Compiling sqlparser_derive v0.5.0
28062026-05-18T17:56:51.838Z Checking home v0.5.12
28072026-05-18T17:56:51.942Z Checking nu-ansi-term v0.50.3
28082026-05-18T17:56:52.013Z Checking derive_more v2.1.1
28092026-05-18T17:56:52.090Z Checking unicode_categories v0.1.1
28102026-05-18T17:56:52.140Z Checking tabled v0.15.0
28112026-05-18T17:56:52.152Z Checking reedline v0.40.0
28122026-05-18T17:56:52.181Z Checking rustyline v14.0.0
28132026-05-18T17:56:52.240Z Checking crossterm v0.29.0
28142026-05-18T17:56:52.436Z Checking recursive v0.1.1
28152026-05-18T17:56:52.519Z Checking display-error-chain v0.2.2
28162026-05-18T17:56:52.531Z Checking sqlparser v0.61.0
28172026-05-18T17:56:52.551Z Checking sqlformat v0.3.5
28182026-05-18T17:56:52.766Z Checking peg v0.8.5
28192026-05-18T17:57:03.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28202026-05-18T17:57:03.830Z
28212026-05-18T17:57:03.830Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-18T17:57:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-18T17:57:04.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-18T17:57:04.510Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-18T17:57:07.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28262026-05-18T17:57:08.133Z
28272026-05-18T17:57:08.133Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-18T17:57:08.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-18T17:57:08.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-18T17:57:08.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-18T17:57:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28322026-05-18T17:57:11.437Z
28332026-05-18T17:57:11.437Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-18T17:57:11.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-18T17:57:11.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-18T17:57:12.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-18T17:57:15.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28382026-05-18T17:57:15.488Z
28392026-05-18T17:57:15.488Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-18T17:57:16.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-18T17:57:16.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-18T17:57:16.171Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-18T17:57:19.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28442026-05-18T17:57:19.586Z
28452026-05-18T17:57:19.586Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-18T17:57:20.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-18T17:57:20.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-18T17:57:20.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-18T17:57:22.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28502026-05-18T17:57:23.030Z
28512026-05-18T17:57:23.030Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-18T17:57:23.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-18T17:57:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-18T17:57:23.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-18T17:57:26.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28562026-05-18T17:57:26.510Z
28572026-05-18T17:57:26.510Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-18T17:57:27.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-18T17:57:27.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-18T17:57:27.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-18T17:57:30.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28622026-05-18T17:57:30.771Z
28632026-05-18T17:57:30.771Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-18T17:57:31.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-18T17:57:31.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-18T17:57:31.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-18T17:57:31.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-05-18T17:57:31.369Z
28692026-05-18T17:57:31.369Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-18T17:57:31.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-18T17:57:31.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-18T17:57:32.010Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-18T17:57:32.243Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-18T17:57:32.254Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-05-18T17:57:32.506Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-18T17:57:35.406Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-18T17:57:36.615Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-18T17:57:36.776Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-18T17:57:37.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28802026-05-18T17:57:37.617Z
28812026-05-18T17:57:37.617Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-18T17:57:38.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-18T17:57:38.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-18T17:57:38.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-18T17:57:38.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-05-18T17:57:38.220Z
28872026-05-18T17:57:38.220Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-18T17:57:38.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-18T17:57:38.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-18T17:57:38.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-18T17:57:38.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922026-05-18T17:57:38.871Z
28932026-05-18T17:57:38.871Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-18T17:57:39.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-18T17:57:39.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-18T17:57:39.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-18T17:57:39.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-18T17:57:39.484Z
28992026-05-18T17:57:39.484Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-18T17:57:39.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-18T17:57:40.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-18T17:57:40.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-18T17:57:40.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-18T17:57:40.095Z
29052026-05-18T17:57:40.095Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-18T17:57:40.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-18T17:57:40.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-18T17:57:40.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-18T17:57:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-18T17:57:40.697Z
29112026-05-18T17:57:40.697Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-18T17:57:41.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-18T17:57:41.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-18T17:57:41.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-18T17:57:41.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-05-18T17:57:41.301Z
29172026-05-18T17:57:41.301Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-18T17:57:41.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-18T17:57:41.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-18T17:57:41.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-18T17:57:41.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-05-18T17:57:41.889Z
29232026-05-18T17:57:41.889Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-18T17:57:42.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-18T17:57:42.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-18T17:57:42.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-18T17:57:42.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-18T17:57:42.502Z
29292026-05-18T17:57:42.502Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-18T17:57:42.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-18T17:57:43.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-18T17:57:43.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-18T17:57:43.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-05-18T17:57:43.086Z
29352026-05-18T17:57:43.086Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-18T17:57:43.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-18T17:57:43.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-18T17:57:43.805Z Compiling crucible-workspace-hack v0.1.0
29392026-05-18T17:57:43.923Z Checking secrecy v0.10.3
29402026-05-18T17:57:43.932Z Compiling heapless v0.8.0
29412026-05-18T17:57:43.939Z Compiling ingot-macros v0.1.1
29422026-05-18T17:57:43.947Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-18T17:57:43.950Z Checking hash32 v0.3.1
29442026-05-18T17:57:43.968Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-05-18T17:57:43.971Z Compiling smoltcp v0.11.0
29462026-05-18T17:57:44.026Z Checking cobs v0.3.0
29472026-05-18T17:57:44.083Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-18T17:57:44.160Z Checking universal-hash v0.5.1
29492026-05-18T17:57:44.185Z Checking half v2.7.1
29502026-05-18T17:57:44.198Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-18T17:57:44.292Z Checking ciborium-io v0.2.2
29522026-05-18T17:57:44.374Z Checking opaque-debug v0.3.1
29532026-05-18T17:57:44.399Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-18T17:57:44.415Z Checking postcard v1.1.3
29552026-05-18T17:57:44.435Z Checking ciborium-ll v0.2.2
29562026-05-18T17:57:44.448Z Compiling proc-macro-crate v3.4.0
29572026-05-18T17:57:44.605Z Checking poly1305 v0.8.0
29582026-05-18T17:57:44.679Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-18T17:57:44.696Z Checking password-hash v0.5.0
29602026-05-18T17:57:44.879Z Checking chacha20 v0.9.1
29612026-05-18T17:57:44.936Z Compiling proc-macro-crate v1.3.1
29622026-05-18T17:57:44.952Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-18T17:57:44.974Z Checking blake2 v0.10.6
29642026-05-18T17:57:45.004Z Compiling num_enum_derive v0.7.5
29652026-05-18T17:57:45.077Z Checking aead v0.5.2
29662026-05-18T17:57:45.184Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-18T17:57:45.210Z Compiling foreign-types-macros v0.2.3
29682026-05-18T17:57:45.223Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-05-18T17:57:45.259Z Checking thiserror-no-std v2.0.2
29702026-05-18T17:57:45.346Z Checking cpufeatures v0.3.0
29712026-05-18T17:57:45.346Z Checking foreign-types-shared v0.3.1
29722026-05-18T17:57:45.387Z Checking vsss-rs v3.3.4
29732026-05-18T17:57:45.429Z Checking chacha20 v0.10.0
29742026-05-18T17:57:45.442Z Compiling num_enum_derive v0.5.11
29752026-05-18T17:57:45.454Z Checking chacha20poly1305 v0.10.1
29762026-05-18T17:57:45.576Z Checking argon2 v0.5.3
29772026-05-18T17:57:45.644Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-18T17:57:45.791Z Checking foreign-types v0.5.0
29792026-05-18T17:57:45.869Z Checking ciborium v0.2.2
29802026-05-18T17:57:46.019Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-18T17:57:46.032Z Checking num_enum v0.7.5
29822026-05-18T17:57:46.044Z Checking tabwriter v1.4.1
29832026-05-18T17:57:46.142Z Checking byte-wrapper v0.1.0
29842026-05-18T17:57:46.186Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-18T17:57:46.287Z Checking cstr-argument v0.1.2
29862026-05-18T17:57:46.302Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-18T17:57:46.344Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-18T17:57:46.406Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-05-18T17:57:46.453Z Checking num_enum v0.5.11
29902026-05-18T17:57:46.491Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-18T17:57:46.545Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-05-18T17:57:46.563Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-18T17:57:46.576Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-05-18T17:57:46.605Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-05-18T17:57:46.710Z Checking rand v0.10.0
29962026-05-18T17:57:46.723Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-18T17:57:46.739Z Checking ingot-types v0.1.2
29982026-05-18T17:57:46.741Z Checking colored v3.1.1
29992026-05-18T17:57:46.768Z Checking indent_write v2.2.0
30002026-05-18T17:57:46.901Z Compiling zone_cfg_derive v0.3.1
30012026-05-18T17:57:46.941Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-18T17:57:47.045Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-18T17:57:47.092Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-18T17:57:47.095Z Checking ingot v0.1.1
30052026-05-18T17:57:47.117Z Checking itertools v0.12.1
30062026-05-18T17:57:47.171Z Compiling num-derive v0.4.2
30072026-05-18T17:57:47.195Z Checking swrite v0.1.0
30082026-05-18T17:57:47.207Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-05-18T17:57:47.281Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-18T17:57:47.407Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30112026-05-18T17:57:47.539Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-18T17:57:47.557Z Checking dropshot-api-manager-types v0.7.1
30132026-05-18T17:57:47.585Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-05-18T17:57:47.599Z Checking smf v0.2.3
30152026-05-18T17:57:47.646Z Checking nanorand v0.7.0
30162026-05-18T17:57:47.719Z Checking whoami v1.6.1
30172026-05-18T17:57:47.830Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-18T17:57:47.843Z Checking flume v0.11.1
30192026-05-18T17:57:48.068Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-18T17:57:48.109Z Checking zone v0.3.1
30212026-05-18T17:57:48.652Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-18T17:57:49.613Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-18T17:57:50.515Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-18T17:57:53.648Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-18T17:57:55.681Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-18T17:57:56.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
30272026-05-18T17:57:56.959Z
30282026-05-18T17:57:56.959Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-18T17:57:57.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-18T17:57:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-18T17:57:57.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-18T17:57:57.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-18T17:57:57.563Z
30342026-05-18T17:57:57.563Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-18T17:57:58.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-18T17:57:58.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-18T17:57:58.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-18T17:57:58.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-05-18T17:57:58.164Z
30402026-05-18T17:57:58.164Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-18T17:57:58.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-18T17:57:58.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-18T17:57:58.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-18T17:57:58.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-18T17:57:58.774Z
30462026-05-18T17:57:58.774Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-18T17:57:59.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-18T17:57:59.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-18T17:57:59.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-18T17:57:59.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-18T17:57:59.380Z
30522026-05-18T17:57:59.380Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-18T17:57:59.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-18T17:57:59.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-18T17:57:59.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-18T17:57:59.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-18T17:57:59.988Z
30582026-05-18T17:57:59.988Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-18T17:58:00.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-18T17:58:00.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-18T17:58:00.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-18T17:58:00.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-05-18T17:58:00.589Z
30642026-05-18T17:58:00.589Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-18T17:58:01.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-18T17:58:01.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-18T17:58:01.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-18T17:58:01.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-18T17:58:01.195Z
30702026-05-18T17:58:01.195Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-18T17:58:01.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-18T17:58:01.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-18T17:58:01.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-18T17:58:01.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30752026-05-18T17:58:01.783Z
30762026-05-18T17:58:01.783Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-18T17:58:02.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-18T17:58:02.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-18T17:58:02.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-18T17:58:02.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-18T17:58:02.385Z
30822026-05-18T17:58:02.385Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-18T17:58:02.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-18T17:58:02.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-18T17:58:02.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-18T17:58:02.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-05-18T17:58:02.987Z
30882026-05-18T17:58:02.987Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-18T17:58:03.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-18T17:58:03.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-18T17:58:03.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-18T17:58:03.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-05-18T17:58:03.587Z
30942026-05-18T17:58:03.587Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-18T17:58:04.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-18T17:58:04.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-18T17:58:04.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-18T17:58:04.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30992026-05-18T17:58:04.224Z
31002026-05-18T17:58:04.224Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-18T17:58:04.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-18T17:58:04.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-18T17:58:04.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-18T17:58:04.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-05-18T17:58:04.859Z
31062026-05-18T17:58:04.859Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-18T17:58:05.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-18T17:58:05.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-18T17:58:05.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-18T17:58:05.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31112026-05-18T17:58:05.448Z
31122026-05-18T17:58:05.448Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-18T17:58:05.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-18T17:58:05.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-18T17:58:05.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-18T17:58:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-05-18T17:58:06.033Z
31182026-05-18T17:58:06.033Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-18T17:58:06.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-18T17:58:06.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-18T17:58:06.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-18T17:58:06.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-05-18T17:58:06.622Z
31242026-05-18T17:58:06.622Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-18T17:58:07.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-18T17:58:07.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-18T17:58:07.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-18T17:58:07.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-05-18T17:58:07.216Z
31302026-05-18T17:58:07.216Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-18T17:58:07.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-18T17:58:07.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-18T17:58:07.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-18T17:58:07.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-05-18T17:58:07.807Z
31362026-05-18T17:58:07.807Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-18T17:58:08.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-18T17:58:08.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-18T17:58:08.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-18T17:58:08.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-18T17:58:08.413Z
31422026-05-18T17:58:08.413Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-18T17:58:08.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-18T17:58:08.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-18T17:58:08.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-18T17:58:08.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-18T17:58:09.032Z
31482026-05-18T17:58:09.032Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-18T17:58:09.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-18T17:58:09.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-18T17:58:09.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-18T17:58:09.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-18T17:58:09.650Z
31542026-05-18T17:58:09.650Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-18T17:58:10.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-18T17:58:10.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-18T17:58:10.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-18T17:58:10.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31592026-05-18T17:58:10.233Z
31602026-05-18T17:58:10.233Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-18T17:58:10.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-18T17:58:10.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-18T17:58:10.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-18T17:58:10.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-05-18T17:58:10.843Z
31662026-05-18T17:58:10.843Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-18T17:58:11.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-18T17:58:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-18T17:58:11.534Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-18T17:58:11.651Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-18T17:58:11.658Z Checking csv-core v0.1.13
31722026-05-18T17:58:11.665Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-18T17:58:11.672Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-18T17:58:11.675Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-05-18T17:58:11.693Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-18T17:58:11.703Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-18T17:58:11.813Z Checking csv v1.4.0
31782026-05-18T17:58:11.852Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-18T17:58:11.866Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-18T17:58:11.893Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-18T17:58:11.912Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-18T17:58:12.188Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-18T17:58:12.516Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-18T17:58:12.519Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-05-18T17:58:12.861Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-18T17:58:18.721Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-18T17:58:19.256Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-18T17:58:21.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
31892026-05-18T17:58:21.765Z
31902026-05-18T17:58:21.765Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-18T17:58:22.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-18T17:58:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-18T17:58:22.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-18T17:58:22.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-05-18T17:58:22.362Z
31962026-05-18T17:58:22.362Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-18T17:58:22.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-18T17:58:22.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-18T17:58:22.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-18T17:58:22.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-18T17:58:23.038Z
32022026-05-18T17:58:23.038Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-18T17:58:23.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-18T17:58:23.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-18T17:58:23.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-18T17:58:23.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32072026-05-18T17:58:23.725Z
32082026-05-18T17:58:23.725Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-18T17:58:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-18T17:58:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-18T17:58:24.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-18T17:58:24.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-05-18T17:58:24.377Z
32142026-05-18T17:58:24.377Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-18T17:58:24.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-18T17:58:24.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-18T17:58:25.141Z Compiling regress v0.11.1
32182026-05-18T17:58:25.279Z Compiling unsafe-libyaml v0.2.11
32192026-05-18T17:58:25.292Z Compiling radium v0.7.0
32202026-05-18T17:58:25.304Z Compiling semver v0.1.20
32212026-05-18T17:58:25.318Z Checking tap v1.0.1
32222026-05-18T17:58:25.321Z Compiling maybe-uninit v2.0.0
32232026-05-18T17:58:25.377Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-18T17:58:25.416Z Checking wyz v0.5.1
32252026-05-18T17:58:25.553Z Compiling rustc_version v0.1.7
32262026-05-18T17:58:25.589Z Checking progenitor-client v0.13.0
32272026-05-18T17:58:25.633Z Compiling zerocopy-derive v0.6.6
32282026-05-18T17:58:25.747Z Checking funty v2.0.0
32292026-05-18T17:58:25.770Z Compiling newtype_derive v0.1.6
32302026-05-18T17:58:25.829Z Compiling serde_yaml v0.9.34+deprecated
32312026-05-18T17:58:25.957Z Compiling cancel-safe-futures v0.1.5
32322026-05-18T17:58:26.010Z Compiling owo-colors v4.3.0
32332026-05-18T17:58:26.063Z Compiling packed_struct v0.10.1
32342026-05-18T17:58:26.161Z Checking crc-catalog v2.4.0
32352026-05-18T17:58:26.256Z Checking crc v3.4.0
32362026-05-18T17:58:26.369Z Checking bitvec v1.0.1
32372026-05-18T17:58:26.443Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-18T17:58:26.458Z Checking zerocopy v0.6.6
32392026-05-18T17:58:26.496Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-18T17:58:26.691Z Checking typify-impl v0.6.2
32412026-05-18T17:58:26.754Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-18T17:58:26.833Z Compiling packed_struct_codegen v0.10.1
32432026-05-18T17:58:26.973Z Checking libsw-core v0.3.2
32442026-05-18T17:58:27.004Z Compiling bitfield-macros v0.19.4
32452026-05-18T17:58:27.120Z Compiling indexmap v1.9.3
32462026-05-18T17:58:27.306Z Checking nodrop v0.1.14
32472026-05-18T17:58:27.342Z Checking libsw v3.5.0
32482026-05-18T17:58:27.399Z Checking array-init v0.0.4
32492026-05-18T17:58:27.492Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-18T17:58:27.663Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-18T17:58:27.700Z Checking smallvec v0.6.14
32522026-05-18T17:58:27.714Z Checking bitfield v0.19.4
32532026-05-18T17:58:27.838Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-05-18T17:58:27.935Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-18T17:58:27.979Z Checking base64 v0.21.7
32562026-05-18T17:58:28.057Z Checking smawk v0.3.2
32572026-05-18T17:58:28.141Z Checking hashbrown v0.12.3
32582026-05-18T17:58:28.190Z Checking tagptr v0.2.0
32592026-05-18T17:58:28.219Z Checking unicode-linebreak v0.1.5
32602026-05-18T17:58:28.256Z Checking linear-map v1.2.0
32612026-05-18T17:58:28.326Z Checking moka v0.12.13
32622026-05-18T17:58:28.426Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-05-18T17:58:28.439Z Checking textwrap v0.16.2
32642026-05-18T17:58:28.451Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-05-18T17:58:28.466Z Checking ron v0.8.1
32662026-05-18T17:58:28.587Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-18T17:58:28.645Z Checking steno v0.4.1
32682026-05-18T17:58:28.875Z Checking serde-hex v0.1.0
32692026-05-18T17:58:28.956Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-18T17:58:28.959Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-05-18T17:58:28.983Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-05-18T17:58:29.129Z Checking hashbrown v0.13.2
32732026-05-18T17:58:29.379Z Checking humantime v2.3.0
32742026-05-18T17:58:29.552Z Checking crc-any v2.5.0
32752026-05-18T17:58:29.566Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-05-18T17:58:29.569Z Checking object v0.30.4
32772026-05-18T17:58:29.640Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-18T17:58:29.704Z Checking hickory-resolver v0.25.2
32792026-05-18T17:58:29.726Z Checking void v1.0.2
32802026-05-18T17:58:29.785Z Checking half v1.8.3
32812026-05-18T17:58:29.812Z Checking utf-8 v0.7.6
32822026-05-18T17:58:29.850Z Checking path-slash v0.1.5
32832026-05-18T17:58:29.945Z Checking tungstenite v0.23.0
32842026-05-18T17:58:29.958Z Checking lzss v0.8.2
32852026-05-18T17:58:29.981Z Checking serde_cbor v0.11.2
32862026-05-18T17:58:30.289Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-18T17:58:30.358Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-18T17:58:30.372Z Checking nix v0.27.1
32892026-05-18T17:58:30.400Z Checking kstat-rs v0.2.4
32902026-05-18T17:58:30.449Z Checking fxhash v0.2.1
32912026-05-18T17:58:30.464Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-05-18T17:58:30.569Z Checking serde_bytes v0.11.19
32932026-05-18T17:58:30.588Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-05-18T17:58:30.603Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-05-18T17:58:30.742Z Checking tokio-tungstenite v0.23.1
32962026-05-18T17:58:30.876Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-18T17:58:30.892Z Checking signal-hook-tokio v0.3.1
32982026-05-18T17:58:31.194Z Compiling typify-macro v0.6.2
32992026-05-18T17:58:31.947Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-18T17:58:32.319Z Compiling typify v0.6.2
33012026-05-18T17:58:32.399Z Compiling progenitor-impl v0.13.0
33022026-05-18T17:58:32.399Z Compiling progenitor-impl v0.14.0
33032026-05-18T17:58:32.839Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-18T17:58:33.167Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33052026-05-18T17:58:33.970Z Compiling progenitor-macro v0.13.0
33062026-05-18T17:58:34.008Z Compiling progenitor-macro v0.14.0
33072026-05-18T17:58:36.398Z Checking progenitor v0.13.0
33082026-05-18T17:58:36.524Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-18T17:58:36.669Z Checking progenitor v0.14.0
33102026-05-18T17:58:36.782Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-18T17:58:39.516Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-18T17:58:47.118Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-18T17:58:53.475Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-18T17:58:54.828Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-18T17:58:55.327Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-18T17:58:57.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s
33172026-05-18T17:58:57.602Z
33182026-05-18T17:58:57.602Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-18T17:58:58.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-18T17:58:58.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-18T17:58:58.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-18T17:58:58.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-18T17:58:58.203Z
33242026-05-18T17:58:58.203Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-18T17:58:58.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-18T17:58:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-18T17:58:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-18T17:58:58.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-05-18T17:58:58.806Z
33302026-05-18T17:58:58.806Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-18T17:58:59.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-18T17:58:59.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-18T17:58:59.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-18T17:58:59.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-18T17:58:59.396Z
33362026-05-18T17:58:59.396Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-18T17:58:59.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-18T17:58:59.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-18T17:58:59.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-18T17:58:59.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-18T17:59:00.006Z
33422026-05-18T17:59:00.006Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-18T17:59:00.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-18T17:59:00.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-18T17:59:00.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-18T17:59:00.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-18T17:59:00.606Z
33482026-05-18T17:59:00.606Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-18T17:59:01.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-18T17:59:01.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-18T17:59:01.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-18T17:59:01.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-18T17:59:01.200Z
33542026-05-18T17:59:01.200Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-18T17:59:01.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-18T17:59:01.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-18T17:59:01.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-18T17:59:01.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-18T17:59:01.804Z
33602026-05-18T17:59:01.804Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-18T17:59:02.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-18T17:59:02.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-18T17:59:02.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-18T17:59:02.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-18T17:59:02.408Z
33662026-05-18T17:59:02.408Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-18T17:59:02.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-18T17:59:02.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-18T17:59:02.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-18T17:59:02.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-18T17:59:03.012Z
33722026-05-18T17:59:03.012Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-18T17:59:03.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-18T17:59:03.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-18T17:59:03.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-18T17:59:03.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-18T17:59:03.618Z
33782026-05-18T17:59:03.618Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-18T17:59:04.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-18T17:59:04.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-18T17:59:04.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-18T17:59:04.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-18T17:59:04.218Z
33842026-05-18T17:59:04.218Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-18T17:59:04.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-18T17:59:04.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-18T17:59:04.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-18T17:59:04.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-18T17:59:04.819Z
33902026-05-18T17:59:04.819Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-18T17:59:05.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-18T17:59:05.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-18T17:59:05.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-18T17:59:05.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-18T17:59:05.423Z
33962026-05-18T17:59:05.423Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-18T17:59:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-18T17:59:05.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-18T17:59:05.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-18T17:59:05.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-18T17:59:06.026Z
34022026-05-18T17:59:06.026Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-18T17:59:06.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-18T17:59:06.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-18T17:59:06.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-18T17:59:06.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-18T17:59:06.619Z
34082026-05-18T17:59:06.619Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-18T17:59:07.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-18T17:59:07.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-18T17:59:07.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-18T17:59:07.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-18T17:59:07.220Z
34142026-05-18T17:59:07.220Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-18T17:59:07.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-18T17:59:07.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-18T17:59:07.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-18T17:59:07.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-18T17:59:07.826Z
34202026-05-18T17:59:07.826Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-18T17:59:08.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-18T17:59:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-18T17:59:08.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-18T17:59:08.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-18T17:59:08.427Z
34262026-05-18T17:59:08.427Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-18T17:59:08.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-18T17:59:08.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-18T17:59:08.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-18T17:59:08.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-18T17:59:09.033Z
34322026-05-18T17:59:09.034Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-18T17:59:09.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-18T17:59:09.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-18T17:59:09.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-18T17:59:09.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-18T17:59:09.640Z
34382026-05-18T17:59:09.640Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-18T17:59:10.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-18T17:59:10.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-18T17:59:10.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-18T17:59:10.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-18T17:59:10.245Z
34442026-05-18T17:59:10.245Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-18T17:59:10.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-18T17:59:10.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-18T17:59:10.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-18T17:59:10.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34492026-05-18T17:59:10.876Z
34502026-05-18T17:59:10.876Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-18T17:59:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-18T17:59:11.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-18T17:59:11.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-18T17:59:11.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-05-18T17:59:11.484Z
34562026-05-18T17:59:11.484Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-18T17:59:11.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-18T17:59:12.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-18T17:59:12.138Z Compiling parking_lot_core v0.8.6
34602026-05-18T17:59:12.138Z Compiling atomicwrites v0.4.4
34612026-05-18T17:59:12.141Z Compiling git-stub v1.0.0
34622026-05-18T17:59:12.141Z Checking prefix-trie v0.7.0
34632026-05-18T17:59:12.141Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-18T17:59:12.373Z Compiling git-stub-vcs v0.1.0
34652026-05-18T17:59:12.541Z Checking hickory-server v0.25.2
34662026-05-18T17:59:12.641Z Checking parking_lot v0.11.2
34672026-05-18T17:59:12.652Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-18T17:59:12.739Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-18T17:59:12.739Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-05-18T17:59:12.807Z Checking sled v0.34.7
34712026-05-18T17:59:14.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34722026-05-18T17:59:14.875Z
34732026-05-18T17:59:14.875Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-18T17:59:15.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-18T17:59:15.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-18T17:59:15.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-18T17:59:15.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-18T17:59:15.476Z
34792026-05-18T17:59:15.476Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-18T17:59:15.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-18T17:59:15.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-18T17:59:15.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-18T17:59:15.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-05-18T17:59:16.079Z
34852026-05-18T17:59:16.079Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-18T17:59:16.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-18T17:59:16.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-18T17:59:16.804Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-18T17:59:18.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34902026-05-18T17:59:18.764Z
34912026-05-18T17:59:18.764Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-18T17:59:19.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-18T17:59:19.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-18T17:59:19.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-18T17:59:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-18T17:59:19.417Z
34972026-05-18T17:59:19.417Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-18T17:59:19.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-18T17:59:19.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-18T17:59:19.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-18T17:59:19.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022026-05-18T17:59:20.082Z
35032026-05-18T17:59:20.082Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-18T17:59:20.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-18T17:59:20.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-18T17:59:20.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-18T17:59:20.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-05-18T17:59:20.671Z
35092026-05-18T17:59:20.671Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-18T17:59:21.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-18T17:59:21.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-18T17:59:21.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-18T17:59:21.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-05-18T17:59:21.261Z
35152026-05-18T17:59:21.261Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-18T17:59:21.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-18T17:59:21.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-18T17:59:21.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-18T17:59:21.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202026-05-18T17:59:21.915Z
35212026-05-18T17:59:21.915Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-18T17:59:22.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-18T17:59:22.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-18T17:59:22.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-18T17:59:22.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-05-18T17:59:22.506Z
35272026-05-18T17:59:22.506Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-18T17:59:23.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-18T17:59:23.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-18T17:59:23.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-18T17:59:23.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322026-05-18T17:59:23.149Z
35332026-05-18T17:59:23.149Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-18T17:59:23.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-18T17:59:23.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-18T17:59:23.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-18T17:59:23.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-05-18T17:59:23.790Z
35392026-05-18T17:59:23.790Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-18T17:59:24.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-18T17:59:24.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-18T17:59:24.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-18T17:59:24.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-05-18T17:59:24.382Z
35452026-05-18T17:59:24.382Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-18T17:59:24.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-18T17:59:24.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-18T17:59:24.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-18T17:59:24.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-18T17:59:24.965Z
35512026-05-18T17:59:24.965Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-18T17:59:25.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-18T17:59:25.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-18T17:59:25.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-18T17:59:25.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-18T17:59:25.565Z
35572026-05-18T17:59:25.565Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-18T17:59:26.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-18T17:59:26.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-18T17:59:26.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-18T17:59:26.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-18T17:59:26.157Z
35632026-05-18T17:59:26.157Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-18T17:59:26.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-18T17:59:26.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-18T17:59:26.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-18T17:59:26.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-18T17:59:26.742Z
35692026-05-18T17:59:26.742Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-18T17:59:27.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-18T17:59:27.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-18T17:59:27.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-18T17:59:27.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-18T17:59:27.394Z
35752026-05-18T17:59:27.394Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-18T17:59:27.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-18T17:59:27.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-18T17:59:27.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-18T17:59:27.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-18T17:59:28.043Z
35812026-05-18T17:59:28.043Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-18T17:59:28.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-18T17:59:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-18T17:59:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-18T17:59:28.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35862026-05-18T17:59:28.692Z
35872026-05-18T17:59:28.692Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-18T17:59:29.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-18T17:59:29.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-18T17:59:29.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-18T17:59:29.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35922026-05-18T17:59:29.316Z
35932026-05-18T17:59:29.316Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-18T17:59:29.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-18T17:59:29.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-18T17:59:29.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-18T17:59:29.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-18T17:59:29.937Z
35992026-05-18T17:59:29.937Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-18T17:59:30.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-18T17:59:30.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-18T17:59:30.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-18T17:59:30.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36042026-05-18T17:59:30.559Z
36052026-05-18T17:59:30.559Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-18T17:59:31.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-18T17:59:31.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-18T17:59:31.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-18T17:59:31.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36102026-05-18T17:59:31.157Z
36112026-05-18T17:59:31.157Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-18T17:59:31.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-18T17:59:31.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-18T17:59:31.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-18T17:59:31.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-18T17:59:31.770Z
36172026-05-18T17:59:31.770Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-18T17:59:32.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-18T17:59:32.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-18T17:59:32.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-18T17:59:32.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36222026-05-18T17:59:32.378Z
36232026-05-18T17:59:32.378Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-18T17:59:32.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-18T17:59:32.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-18T17:59:32.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-18T17:59:32.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-05-18T17:59:32.962Z
36292026-05-18T17:59:32.962Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-18T17:59:33.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-18T17:59:33.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-18T17:59:33.827Z Compiling typify-impl v0.4.3
36332026-05-18T17:59:33.827Z Compiling libefi-sys v0.1.0
36342026-05-18T17:59:33.972Z Compiling bitfield-struct v0.6.2
36352026-05-18T17:59:33.996Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-18T17:59:34.004Z Compiling xshell-macros v0.2.7
36372026-05-18T17:59:34.004Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-18T17:59:34.004Z Compiling salty v0.3.0
36392026-05-18T17:59:34.152Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-18T17:59:34.299Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-18T17:59:34.312Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-18T17:59:34.380Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-18T17:59:34.425Z Checking xshell v0.2.7
36442026-05-18T17:59:34.454Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-18T17:59:34.612Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36462026-05-18T17:59:34.632Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-05-18T17:59:34.752Z Checking primeorder v0.13.6
36482026-05-18T17:59:34.777Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-18T17:59:34.882Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-18T17:59:34.911Z Compiling proc-macro-error-attr2 v2.0.0
36512026-05-18T17:59:34.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-18T17:59:35.015Z Checking tungstenite v0.21.0
36532026-05-18T17:59:35.091Z Checking p384 v0.13.1
36542026-05-18T17:59:35.114Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36552026-05-18T17:59:35.182Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36562026-05-18T17:59:35.301Z Compiling proc-macro-error2 v2.0.1
36572026-05-18T17:59:35.510Z Compiling num-derive v0.3.3
36582026-05-18T17:59:35.623Z Compiling tabled_derive v0.11.0
36592026-05-18T17:59:35.771Z Checking tokio-tungstenite v0.21.0
36602026-05-18T17:59:35.965Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36612026-05-18T17:59:35.982Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-05-18T17:59:36.047Z Checking papergrid v0.17.0
36632026-05-18T17:59:36.354Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-18T17:59:36.390Z Checking libscf-sys v1.1.0
36652026-05-18T17:59:36.527Z Checking testing_table v0.3.0
36662026-05-18T17:59:36.621Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-05-18T17:59:36.640Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-05-18T17:59:36.766Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-18T17:59:36.828Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-18T17:59:37.022Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-18T17:59:37.040Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-18T17:59:37.100Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36732026-05-18T17:59:37.143Z Compiling unicase v2.9.0
36742026-05-18T17:59:37.221Z Compiling illumos-nvpair-sys v0.2.0
36752026-05-18T17:59:37.236Z Checking corncobs v0.1.4
36762026-05-18T17:59:37.349Z Compiling mime_guess v2.0.5
36772026-05-18T17:59:37.364Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-05-18T17:59:37.439Z Checking tabled v0.20.0
36792026-05-18T17:59:37.459Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-18T17:59:37.538Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-05-18T17:59:37.619Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-18T17:59:37.665Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-18T17:59:37.776Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-05-18T17:59:37.807Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36852026-05-18T17:59:37.879Z Checking progenitor-client v0.11.2
36862026-05-18T17:59:37.945Z Checking secrecy v0.8.0
36872026-05-18T17:59:38.069Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36882026-05-18T17:59:38.275Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-18T17:59:38.393Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36902026-05-18T17:59:38.409Z Compiling typify-macro v0.4.3
36912026-05-18T17:59:38.444Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-18T17:59:38.522Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-18T17:59:38.544Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-18T17:59:38.667Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-18T17:59:38.707Z Checking filetime v0.2.27
36962026-05-18T17:59:38.834Z Checking xattr v1.6.1
36972026-05-18T17:59:38.849Z Checking crc8 v0.1.1
36982026-05-18T17:59:38.968Z Checking http-range v0.1.5
36992026-05-18T17:59:38.989Z Checking tar v0.4.45
37002026-05-18T17:59:39.096Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-05-18T17:59:39.284Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-18T17:59:39.377Z Checking illumos-nvpair v0.3.0
37032026-05-18T17:59:39.472Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-18T17:59:39.534Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-18T17:59:39.578Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37062026-05-18T17:59:39.883Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37072026-05-18T17:59:39.944Z Checking atty v0.2.14
37082026-05-18T17:59:39.960Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37092026-05-18T17:59:39.975Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37102026-05-18T17:59:40.046Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37112026-05-18T17:59:40.123Z Compiling typify v0.4.3
37122026-05-18T17:59:40.315Z Compiling progenitor-impl v0.11.2
37132026-05-18T17:59:40.480Z Compiling progenitor-impl v0.10.0
37142026-05-18T17:59:40.734Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37152026-05-18T17:59:40.779Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-05-18T17:59:41.025Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37172026-05-18T17:59:41.267Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37182026-05-18T17:59:41.711Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37192026-05-18T17:59:41.891Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-18T17:59:41.924Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-18T17:59:42.100Z Checking hyper-staticfile v0.10.1
37222026-05-18T17:59:42.131Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37232026-05-18T17:59:42.252Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-18T17:59:42.353Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-18T17:59:42.385Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-18T17:59:42.514Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-18T17:59:42.719Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-05-18T17:59:42.782Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37292026-05-18T17:59:42.828Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37302026-05-18T17:59:42.921Z Compiling progenitor-macro v0.11.2
37312026-05-18T17:59:43.001Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37322026-05-18T17:59:43.061Z Compiling progenitor-macro v0.10.0
37332026-05-18T17:59:45.591Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-18T17:59:45.760Z Checking progenitor v0.11.2
37352026-05-18T17:59:45.885Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-18T17:59:45.919Z Checking progenitor v0.10.0
37372026-05-18T17:59:46.046Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-18T17:59:50.490Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-18T18:00:01.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.39s
37402026-05-18T18:00:01.579Z
37412026-05-18T18:00:01.579Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-18T18:00:02.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-18T18:00:02.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-18T18:00:02.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-18T18:00:13.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37462026-05-18T18:00:13.340Z
37472026-05-18T18:00:13.340Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-18T18:00:13.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-18T18:00:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-18T18:00:14.124Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-18T18:00:24.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37522026-05-18T18:00:24.984Z
37532026-05-18T18:00:24.984Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-18T18:00:25.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-18T18:00:25.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-18T18:00:25.772Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-18T18:00:36.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37582026-05-18T18:00:36.701Z
37592026-05-18T18:00:36.701Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-18T18:00:37.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-18T18:00:37.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-18T18:00:37.494Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-18T18:00:48.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37642026-05-18T18:00:48.352Z
37652026-05-18T18:00:48.352Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-18T18:00:48.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-18T18:00:48.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-18T18:00:49.139Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-18T18:00:59.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37702026-05-18T18:00:59.990Z
37712026-05-18T18:00:59.990Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-18T18:01:00.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-18T18:01:00.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-18T18:01:00.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-18T18:01:11.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37762026-05-18T18:01:11.704Z
37772026-05-18T18:01:11.704Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-18T18:01:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-18T18:01:12.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-18T18:01:12.491Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-18T18:01:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37822026-05-18T18:01:23.371Z
37832026-05-18T18:01:23.371Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-18T18:01:23.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-18T18:01:23.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-18T18:01:23.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-18T18:01:23.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-18T18:01:23.982Z
37892026-05-18T18:01:23.982Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-18T18:01:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-18T18:01:24.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-18T18:01:24.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-18T18:01:24.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-05-18T18:01:24.589Z
37952026-05-18T18:01:24.589Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-18T18:01:25.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-18T18:01:25.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-18T18:01:25.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-18T18:01:25.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-18T18:01:25.182Z
38012026-05-18T18:01:25.182Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-18T18:01:25.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-18T18:01:25.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-18T18:01:25.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-18T18:01:25.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-05-18T18:01:25.782Z
38072026-05-18T18:01:25.782Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-18T18:01:26.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-18T18:01:26.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-18T18:01:26.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-18T18:01:26.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-18T18:01:26.408Z
38132026-05-18T18:01:26.408Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-18T18:01:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-18T18:01:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-18T18:01:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-18T18:01:26.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-18T18:01:27.035Z
38192026-05-18T18:01:27.035Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-18T18:01:27.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-18T18:01:27.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-18T18:01:27.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-18T18:01:27.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-18T18:01:27.662Z
38252026-05-18T18:01:27.662Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-18T18:01:28.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-18T18:01:28.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-18T18:01:28.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-18T18:01:28.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-18T18:01:28.293Z
38312026-05-18T18:01:28.293Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-18T18:01:28.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-18T18:01:28.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-18T18:01:28.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-18T18:01:28.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-18T18:01:28.923Z
38372026-05-18T18:01:28.923Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-18T18:01:29.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-18T18:01:29.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-18T18:01:29.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-18T18:01:29.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-18T18:01:29.553Z
38432026-05-18T18:01:29.553Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-18T18:01:30.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-18T18:01:30.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-18T18:01:30.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-18T18:01:30.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-18T18:01:30.180Z
38492026-05-18T18:01:30.180Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-18T18:01:30.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-18T18:01:30.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-18T18:01:30.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-18T18:01:30.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-18T18:01:30.813Z
38552026-05-18T18:01:30.813Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-18T18:01:31.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-18T18:01:31.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-18T18:01:31.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-18T18:01:31.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-18T18:01:31.455Z
38612026-05-18T18:01:31.455Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-18T18:01:31.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-18T18:01:31.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-18T18:01:31.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-18T18:01:31.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-18T18:01:32.095Z
38672026-05-18T18:01:32.095Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-18T18:01:32.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-18T18:01:32.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-18T18:01:32.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-18T18:01:32.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38722026-05-18T18:01:32.760Z
38732026-05-18T18:01:32.760Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-18T18:01:33.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-18T18:01:33.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-18T18:01:33.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-18T18:01:33.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-05-18T18:01:33.392Z
38792026-05-18T18:01:33.392Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-18T18:01:33.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-18T18:01:33.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-18T18:01:33.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-18T18:01:33.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-05-18T18:01:34.045Z
38852026-05-18T18:01:34.045Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-18T18:01:34.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-18T18:01:34.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-18T18:01:34.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-18T18:01:34.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38902026-05-18T18:01:34.721Z
38912026-05-18T18:01:34.721Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-18T18:01:35.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-18T18:01:35.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-18T18:01:35.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-18T18:01:35.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38962026-05-18T18:01:35.345Z
38972026-05-18T18:01:35.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-18T18:01:35.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-18T18:01:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-18T18:01:35.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-18T18:01:35.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39022026-05-18T18:01:36.018Z
39032026-05-18T18:01:36.018Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-18T18:01:36.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-18T18:01:36.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-18T18:01:36.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-18T18:01:36.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39082026-05-18T18:01:36.617Z
39092026-05-18T18:01:36.618Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-18T18:01:37.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-18T18:01:37.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-18T18:01:37.409Z Compiling fs-err v2.11.0
39132026-05-18T18:01:37.412Z Checking ignore v0.4.25
39142026-05-18T18:01:37.412Z Checking arc-swap v1.8.2
39152026-05-18T18:01:37.545Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-18T18:01:37.545Z Checking predicates-tree v1.0.13
39172026-05-18T18:01:37.551Z Checking parse-size v1.1.0
39182026-05-18T18:01:37.574Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-18T18:01:37.577Z Checking rand_seeder v0.4.0
39202026-05-18T18:01:37.651Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-18T18:01:37.671Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-05-18T18:01:37.720Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-18T18:01:37.737Z Checking slog-scope v4.4.1
39242026-05-18T18:01:37.774Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39252026-05-18T18:01:37.853Z Compiling petname v2.0.2
39262026-05-18T18:01:37.867Z Checking slog-stdlog v4.1.1
39272026-05-18T18:01:37.883Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-18T18:01:37.918Z Checking globwalk v0.9.1
39292026-05-18T18:01:37.952Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-18T18:01:37.983Z Checking slog-envlogger v2.2.0
39312026-05-18T18:01:38.095Z Checking camino-tempfile-ext v0.3.3
39322026-05-18T18:01:38.131Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-18T18:01:38.177Z Checking sapling-renderdag v0.1.0
39342026-05-18T18:01:38.289Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-18T18:01:38.317Z Checking subprocess v0.2.15
39362026-05-18T18:01:38.412Z Checking sync-ptr v0.1.4
39372026-05-18T18:01:38.502Z Checking colored v2.2.0
39382026-05-18T18:01:38.526Z Checking assert_matches v1.5.0
39392026-05-18T18:01:38.598Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-18T18:01:38.754Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39412026-05-18T18:01:38.754Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39422026-05-18T18:01:39.441Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-18T18:01:40.780Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-18T18:01:42.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
39452026-05-18T18:01:43.205Z
39462026-05-18T18:01:43.205Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-18T18:01:43.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-18T18:01:43.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-18T18:01:43.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-18T18:01:43.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-05-18T18:01:43.804Z
39522026-05-18T18:01:43.804Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-18T18:01:44.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-18T18:01:44.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-18T18:01:44.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-18T18:01:44.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-18T18:01:44.432Z
39582026-05-18T18:01:44.432Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-18T18:01:44.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-18T18:01:44.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-18T18:01:44.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-18T18:01:44.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39632026-05-18T18:01:45.090Z
39642026-05-18T18:01:45.090Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-18T18:01:45.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-18T18:01:45.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-18T18:01:45.825Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-18T18:01:45.825Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-18T18:01:46.465Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-18T18:01:48.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39712026-05-18T18:01:48.273Z
39722026-05-18T18:01:48.273Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-18T18:01:48.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-18T18:01:48.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-18T18:01:48.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-18T18:01:48.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39772026-05-18T18:01:48.882Z
39782026-05-18T18:01:48.882Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-18T18:01:49.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-18T18:01:49.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-18T18:01:49.506Z Checking yasna v0.5.2
39822026-05-18T18:01:49.905Z Checking rcgen v0.12.1
39832026-05-18T18:01:50.148Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-18T18:01:50.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39852026-05-18T18:01:50.509Z
39862026-05-18T18:01:50.509Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-18T18:01:51.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-18T18:01:51.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-18T18:01:51.169Z Compiling darling_core v0.23.0
39902026-05-18T18:01:51.278Z Compiling instability v0.3.11
39912026-05-18T18:01:51.286Z Checking castaway v0.2.4
39922026-05-18T18:01:51.292Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-18T18:01:51.296Z Compiling indoc v2.0.7
39942026-05-18T18:01:51.296Z Checking unicode-truncate v1.1.0
39952026-05-18T18:01:51.317Z Checking lru v0.12.5
39962026-05-18T18:01:51.317Z Checking cassowary v0.3.0
39972026-05-18T18:01:51.372Z Checking compact_str v0.8.1
39982026-05-18T18:01:52.340Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-18T18:01:52.530Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-18T18:01:52.690Z Compiling darling_macro v0.23.0
40012026-05-18T18:01:53.094Z Compiling darling v0.23.0
40022026-05-18T18:01:53.697Z Checking ratatui v0.29.0
40032026-05-18T18:01:54.742Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-18T18:01:55.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40052026-05-18T18:01:55.585Z
40062026-05-18T18:01:55.585Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-18T18:01:56.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-18T18:01:56.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-18T18:01:56.316Z Checking headers-core v0.3.0
40102026-05-18T18:01:56.318Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-18T18:01:56.510Z Checking headers v0.4.1
40122026-05-18T18:01:56.872Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-18T18:01:57.714Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-18T18:01:58.207Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-18T18:01:58.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40162026-05-18T18:01:58.822Z
40172026-05-18T18:01:58.822Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-18T18:01:59.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-18T18:01:59.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-18T18:01:59.553Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-18T18:02:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40222026-05-18T18:02:00.499Z
40232026-05-18T18:02:00.499Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-18T18:02:00.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-18T18:02:00.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-18T18:02:00.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-18T18:02:00.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40282026-05-18T18:02:00.965Z
40292026-05-18T18:02:00.965Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-18T18:02:01.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-18T18:02:01.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-18T18:02:01.690Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-18T18:02:02.671Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-18T18:02:03.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40352026-05-18T18:02:03.205Z
40362026-05-18T18:02:03.205Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-18T18:02:03.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-18T18:02:03.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-18T18:02:03.924Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-18T18:02:04.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40412026-05-18T18:02:04.871Z
40422026-05-18T18:02:04.871Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-18T18:02:05.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-18T18:02:05.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-18T18:02:05.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-18T18:02:05.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40472026-05-18T18:02:05.505Z
40482026-05-18T18:02:05.505Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-18T18:02:06.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-18T18:02:06.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-18T18:02:06.113Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-18T18:02:06.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40532026-05-18T18:02:06.959Z
40542026-05-18T18:02:06.959Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-18T18:02:07.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-18T18:02:07.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-18T18:02:07.707Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-18T18:02:07.707Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-18T18:02:07.710Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40602026-05-18T18:02:07.710Z Checking git-stub v1.0.0
40612026-05-18T18:02:07.710Z Compiling trait-variant v0.1.2
40622026-05-18T18:02:07.840Z Checking is_ci v1.2.0
40632026-05-18T18:02:07.847Z Checking maplit v1.0.2
40642026-05-18T18:02:07.859Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-18T18:02:07.946Z Checking supports-color v3.0.2
40662026-05-18T18:02:07.959Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40672026-05-18T18:02:07.971Z Checking git-stub-vcs v0.1.0
40682026-05-18T18:02:08.066Z Checking drift v0.1.4
40692026-05-18T18:02:08.079Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-18T18:02:08.156Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-18T18:02:08.171Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-18T18:02:08.339Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40732026-05-18T18:02:08.355Z Checking dropshot-api-manager v0.7.1
40742026-05-18T18:02:08.372Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40752026-05-18T18:02:08.386Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40762026-05-18T18:02:08.567Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40772026-05-18T18:02:08.594Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40782026-05-18T18:02:08.786Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40792026-05-18T18:02:09.076Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-18T18:02:14.020Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-18T18:02:15.104Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-18T18:02:15.659Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-18T18:02:16.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40842026-05-18T18:02:16.295Z
40852026-05-18T18:02:16.295Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-18T18:02:16.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-18T18:02:16.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-18T18:02:16.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-18T18:02:16.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40902026-05-18T18:02:16.900Z
40912026-05-18T18:02:16.900Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-18T18:02:17.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-18T18:02:17.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-18T18:02:17.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-18T18:02:17.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40962026-05-18T18:02:17.539Z
40972026-05-18T18:02:17.539Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-18T18:02:18.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-18T18:02:18.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-18T18:02:18.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-18T18:02:18.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-18T18:02:18.182Z
41032026-05-18T18:02:18.182Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-18T18:02:18.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-18T18:02:18.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-18T18:02:18.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-18T18:02:18.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-18T18:02:18.826Z
41092026-05-18T18:02:18.826Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-18T18:02:19.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-18T18:02:19.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-18T18:02:19.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-18T18:02:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-05-18T18:02:19.433Z
41152026-05-18T18:02:19.433Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-18T18:02:19.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-18T18:02:19.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-18T18:02:19.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-18T18:02:19.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-18T18:02:20.030Z
41212026-05-18T18:02:20.030Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-18T18:02:20.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-18T18:02:20.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-18T18:02:20.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-18T18:02:20.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-18T18:02:20.646Z
41272026-05-18T18:02:20.646Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-18T18:02:21.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-18T18:02:21.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-18T18:02:21.265Z Checking typeid v1.0.3
41312026-05-18T18:02:21.377Z Checking ordered-float v2.10.1
41322026-05-18T18:02:21.395Z Checking unicode-xid v0.2.6
41332026-05-18T18:02:21.409Z Checking cargo-platform v0.2.0
41342026-05-18T18:02:21.418Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-18T18:02:21.441Z Checking erased-serde v0.4.9
41362026-05-18T18:02:21.577Z Checking serde-value v0.7.0
41372026-05-18T18:02:21.748Z Checking serde-untagged v0.1.9
41382026-05-18T18:02:21.904Z Checking cargo-util-schemas v0.8.2
41392026-05-18T18:02:22.574Z Checking cargo_metadata v0.21.0
41402026-05-18T18:02:23.170Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-18T18:02:23.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41422026-05-18T18:02:24.038Z
41432026-05-18T18:02:24.038Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-18T18:02:24.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-18T18:02:24.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-18T18:02:24.777Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-18T18:02:25.399Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-18T18:02:25.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41492026-05-18T18:02:26.111Z
41502026-05-18T18:02:26.111Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-18T18:02:26.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-18T18:02:26.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-18T18:02:26.970Z Compiling vergen-gitcl v1.0.8
41542026-05-18T18:02:26.970Z Compiling dirs-sys-next v0.1.2
41552026-05-18T18:02:26.970Z Compiling diesel_derives v2.3.7
41562026-05-18T18:02:26.970Z Compiling glob v0.3.3
41572026-05-18T18:02:26.973Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-18T18:02:26.973Z Compiling crunchy v0.2.4
41592026-05-18T18:02:26.973Z Compiling dsl_auto_type v0.2.0
41602026-05-18T18:02:27.102Z Checking scheduled-thread-pool v0.2.7
41612026-05-18T18:02:27.247Z Compiling diesel_table_macro_syntax v0.3.0
41622026-05-18T18:02:27.282Z Compiling tiny-keccak v2.0.2
41632026-05-18T18:02:27.368Z Compiling dirs-next v2.0.0
41642026-05-18T18:02:27.452Z Checking r2d2 v0.8.10
41652026-05-18T18:02:27.465Z Compiling clang-sys v1.8.1
41662026-05-18T18:02:27.498Z Compiling term v0.7.0
41672026-05-18T18:02:27.513Z Checking downcast-rs v2.0.2
41682026-05-18T18:02:27.526Z Compiling bit-vec v0.6.3
41692026-05-18T18:02:27.627Z Compiling itertools v0.10.5
41702026-05-18T18:02:27.738Z Compiling bit-set v0.5.3
41712026-05-18T18:02:27.846Z Compiling ascii-canvas v3.0.0
41722026-05-18T18:02:27.897Z Compiling ena v0.14.4
41732026-05-18T18:02:27.996Z Compiling libloading v0.8.9
41742026-05-18T18:02:28.016Z Compiling regex-syntax v0.6.29
41752026-05-18T18:02:28.053Z Compiling bindgen v0.71.1
41762026-05-18T18:02:28.087Z Compiling diff v0.1.13
41772026-05-18T18:02:28.107Z Compiling cexpr v0.6.0
41782026-05-18T18:02:28.349Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-18T18:02:28.491Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-18T18:02:28.563Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-18T18:02:28.646Z Compiling libxml v0.3.3
41822026-05-18T18:02:28.695Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-18T18:02:28.786Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-18T18:02:28.895Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-18T18:02:29.011Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-18T18:02:29.088Z Compiling strum_macros v0.24.3
41872026-05-18T18:02:29.205Z Compiling indoc v1.0.9
41882026-05-18T18:02:29.637Z Compiling lalrpop v0.19.12
41892026-05-18T18:02:30.077Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-18T18:02:30.151Z Checking derive_builder v0.20.2
41912026-05-18T18:02:30.266Z Compiling oso-derive v0.27.3
41922026-05-18T18:02:30.282Z Checking quick-xml v0.37.5
41932026-05-18T18:02:30.431Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-18T18:02:30.770Z Checking openssl-probe v0.1.6
41952026-05-18T18:02:30.908Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-18T18:02:31.158Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-18T18:02:31.352Z Checking bb8 v0.8.6
41982026-05-18T18:02:31.645Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-18T18:02:31.667Z Checking nonempty v0.12.0
42002026-05-18T18:02:31.849Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-18T18:02:31.868Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42022026-05-18T18:02:31.901Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-18T18:02:31.970Z Checking console v0.16.2
42042026-05-18T18:02:32.054Z Checking unit-prefix v0.5.2
42052026-05-18T18:02:32.087Z Checking support-bundle-viewer v0.1.2
42062026-05-18T18:02:32.200Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-18T18:02:32.276Z Checking indicatif v0.18.4
42082026-05-18T18:02:32.331Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-18T18:02:32.528Z Checking multimap v0.10.1
42102026-05-18T18:02:33.007Z Checking diesel v2.3.7
42112026-05-18T18:02:34.904Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-18T18:02:35.356Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-18T18:02:35.453Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-18T18:02:35.647Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42152026-05-18T18:02:35.961Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42162026-05-18T18:02:36.601Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42172026-05-18T18:02:37.099Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42182026-05-18T18:02:37.762Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-05-18T18:02:39.811Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-18T18:02:43.215Z Compiling samael v0.0.19
42212026-05-18T18:02:48.300Z Checking diesel-dtrace v0.5.0
42222026-05-18T18:02:48.535Z Checking async-bb8-diesel v0.2.1
42232026-05-18T18:02:50.573Z Compiling polar-core v0.27.3
42242026-05-18T18:02:54.945Z Checking oso v0.27.3
42252026-05-18T18:03:31.077Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-18T18:04:04.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42272026-05-18T18:04:04.760Z
42282026-05-18T18:04:04.760Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-18T18:04:05.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-18T18:04:05.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-18T18:04:05.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-18T18:04:05.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42332026-05-18T18:04:05.429Z
42342026-05-18T18:04:05.429Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-18T18:04:05.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-18T18:04:05.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-18T18:04:05.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-18T18:04:05.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-18T18:04:06.082Z
42402026-05-18T18:04:06.082Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-18T18:04:06.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-18T18:04:06.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-18T18:04:06.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-18T18:04:06.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-05-18T18:04:06.672Z
42462026-05-18T18:04:06.672Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-18T18:04:07.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-18T18:04:07.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-18T18:04:07.546Z Compiling libz-sys v1.1.24
42502026-05-18T18:04:07.678Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-18T18:04:07.704Z Compiling vergen-git2 v1.0.7
42522026-05-18T18:04:07.707Z Compiling rustls v0.21.12
42532026-05-18T18:04:07.707Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-18T18:04:07.710Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-18T18:04:07.710Z Checking rustls-webpki v0.101.7
42562026-05-18T18:04:07.710Z Checking sct v0.7.1
42572026-05-18T18:04:07.854Z Compiling nix v0.29.0
42582026-05-18T18:04:07.942Z Compiling dropshot v0.16.7
42592026-05-18T18:04:08.026Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-05-18T18:04:08.039Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-05-18T18:04:08.173Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42622026-05-18T18:04:08.195Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42632026-05-18T18:04:08.209Z Checking toml v0.9.12+spec-1.1.0
42642026-05-18T18:04:08.237Z Compiling dropshot_endpoint v0.16.7
42652026-05-18T18:04:08.420Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-18T18:04:08.468Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-18T18:04:08.678Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-18T18:04:08.769Z Checking rustls-pemfile v1.0.4
42692026-05-18T18:04:08.907Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-18T18:04:09.064Z Checking twox-hash v2.1.2
42712026-05-18T18:04:09.118Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-18T18:04:09.352Z Checking tokio-rustls v0.24.1
42732026-05-18T18:04:09.950Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-18T18:04:09.998Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42752026-05-18T18:04:10.019Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-18T18:04:10.573Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-18T18:04:10.684Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-18T18:04:10.738Z Checking fatfs v0.3.6
42792026-05-18T18:04:10.795Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-18T18:04:10.824Z Compiling seq-macro v0.3.6
42812026-05-18T18:04:14.552Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-18T18:04:14.674Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-18T18:04:15.083Z Compiling git2 v0.20.4
42842026-05-18T18:04:17.298Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-18T18:05:03.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.24s
42862026-05-18T18:05:04.135Z
42872026-05-18T18:05:04.135Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-18T18:05:04.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-18T18:05:04.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-18T18:05:05.027Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-18T18:05:43.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.67s
42922026-05-18T18:05:44.030Z
42932026-05-18T18:05:44.030Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-18T18:05:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-18T18:05:44.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-18T18:05:44.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-18T18:05:44.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42982026-05-18T18:05:44.622Z
42992026-05-18T18:05:44.622Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-18T18:05:45.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-18T18:05:45.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-18T18:05:45.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-18T18:05:45.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43042026-05-18T18:05:45.265Z
43052026-05-18T18:05:45.265Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-18T18:05:45.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-18T18:05:45.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-18T18:05:45.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-18T18:05:45.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-05-18T18:05:45.924Z
43112026-05-18T18:05:45.924Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-18T18:05:46.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-18T18:05:46.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-18T18:05:46.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-18T18:05:46.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43162026-05-18T18:05:46.583Z
43172026-05-18T18:05:46.583Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-18T18:05:47.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-18T18:05:47.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-18T18:05:47.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-18T18:05:47.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43222026-05-18T18:05:47.216Z
43232026-05-18T18:05:47.216Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-18T18:05:47.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-18T18:05:47.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-18T18:05:47.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-18T18:05:47.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43282026-05-18T18:05:47.869Z
43292026-05-18T18:05:47.870Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-18T18:05:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-18T18:05:48.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-18T18:05:48.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-18T18:05:48.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-18T18:05:48.528Z
43352026-05-18T18:05:48.528Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-18T18:05:49.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-18T18:05:49.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-18T18:05:49.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-18T18:05:49.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-18T18:05:49.187Z
43412026-05-18T18:05:49.187Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-18T18:05:49.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-18T18:05:49.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-18T18:05:50.082Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-18T18:05:50.082Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-18T18:05:50.272Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-18T18:05:50.303Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-18T18:05:50.323Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-18T18:05:50.338Z Checking diff v0.1.13
43502026-05-18T18:05:50.341Z Checking yansi v1.0.1
43512026-05-18T18:05:50.353Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-18T18:05:50.405Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-18T18:05:50.597Z Checking pretty_assertions v1.4.1
43542026-05-18T18:05:51.235Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-18T18:05:51.385Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-18T18:06:14.978Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-18T18:06:14.981Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-05-18T18:06:14.981Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43592026-05-18T18:06:14.981Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43602026-05-18T18:06:14.981Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43612026-05-18T18:06:14.981Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43622026-05-18T18:06:15.812Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-18T18:06:16.910Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-18T18:06:55.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43652026-05-18T18:06:55.666Z
43662026-05-18T18:06:55.666Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-18T18:06:56.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-18T18:06:56.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-18T18:06:56.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-18T18:06:56.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43712026-05-18T18:06:56.265Z
43722026-05-18T18:06:56.265Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-18T18:06:56.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-18T18:06:56.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-18T18:06:57.043Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-18T18:06:57.166Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-18T18:06:57.169Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-18T18:07:22.894Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-18T18:07:23.279Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-18T18:07:24.961Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-18T18:07:25.418Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-18T18:07:28.360Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-18T18:07:51.091Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-18T18:07:51.796Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-18T18:07:53.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.15s
43862026-05-18T18:07:53.647Z
43872026-05-18T18:07:53.647Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-18T18:07:54.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-18T18:07:54.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-18T18:07:54.378Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-18T18:07:55.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43922026-05-18T18:07:55.267Z
43932026-05-18T18:07:55.267Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-18T18:07:55.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-18T18:07:55.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-18T18:07:55.933Z Compiling blake3 v1.8.3
43972026-05-18T18:07:56.044Z Checking arrayvec v0.7.6
43982026-05-18T18:07:56.044Z Checking constant_time_eq v0.4.2
43992026-05-18T18:07:56.047Z Checking arrayref v0.3.9
44002026-05-18T18:07:56.067Z Checking topological-sort v0.2.2
44012026-05-18T18:07:56.067Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-05-18T18:07:56.070Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44032026-05-18T18:07:56.070Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44042026-05-18T18:07:56.117Z Checking shell-words v1.1.1
44052026-05-18T18:07:56.823Z Checking omicron-zone-package v0.12.2
44062026-05-18T18:07:57.527Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-18T18:07:58.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
44082026-05-18T18:07:58.526Z
44092026-05-18T18:07:58.526Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-18T18:07:59.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-18T18:07:59.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-18T18:07:59.180Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-18T18:07:59.493Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-18T18:07:59.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44152026-05-18T18:08:00.081Z
44162026-05-18T18:08:00.081Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-18T18:08:00.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-18T18:08:00.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-18T18:08:00.814Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-18T18:08:01.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44212026-05-18T18:08:01.707Z
44222026-05-18T18:08:01.707Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-18T18:08:02.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-18T18:08:02.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-18T18:08:02.174Z Checking libc v0.2.185
44262026-05-18T18:08:02.255Z Checking serde v1.0.228
44272026-05-18T18:08:02.260Z Checking zerofrom v0.1.6
44282026-05-18T18:08:02.263Z Checking bitflags v2.11.0
44292026-05-18T18:08:02.270Z Checking smallvec v1.15.1
44302026-05-18T18:08:02.277Z Checking indexmap v2.14.0
44312026-05-18T18:08:02.287Z Checking serde_json v1.0.149
44322026-05-18T18:08:02.290Z Checking scroll v0.12.0
44332026-05-18T18:08:02.357Z Checking yoke v0.8.1
44342026-05-18T18:08:02.408Z Checking num-traits v0.2.19
44352026-05-18T18:08:02.439Z Checking thiserror v1.0.69
44362026-05-18T18:08:02.517Z Checking log v0.4.29
44372026-05-18T18:08:02.527Z Checking zerovec v0.11.5
44382026-05-18T18:08:02.537Z Checking zerotrie v0.2.3
44392026-05-18T18:08:02.537Z Checking errno v0.3.14
44402026-05-18T18:08:02.636Z Checking serde_spanned v0.6.9
44412026-05-18T18:08:02.661Z Checking toml_datetime v0.6.11
44422026-05-18T18:08:02.664Z Checking rustix v1.1.3
44432026-05-18T18:08:02.758Z Checking percent-encoding v2.3.2
44442026-05-18T18:08:02.775Z Checking goblin v0.8.2
44452026-05-18T18:08:02.790Z Checking zerocopy v0.7.35
44462026-05-18T18:08:02.848Z Checking toml_edit v0.22.27
44472026-05-18T18:08:02.877Z Checking getrandom v0.4.1
44482026-05-18T18:08:02.897Z Checking form_urlencoded v1.2.2
44492026-05-18T18:08:02.922Z Checking ordered-float v2.10.1
44502026-05-18T18:08:02.954Z Checking tinystr v0.8.2
44512026-05-18T18:08:03.005Z Checking potential_utf v0.1.4
44522026-05-18T18:08:03.025Z Checking thiserror v2.0.18
44532026-05-18T18:08:03.124Z Checking syn v2.0.117
44542026-05-18T18:08:03.135Z Checking icu_collections v2.1.1
44552026-05-18T18:08:03.137Z Checking icu_locale_core v2.1.1
44562026-05-18T18:08:03.154Z Checking serde-value v0.7.0
44572026-05-18T18:08:03.282Z Checking dtrace-parser v0.2.0
44582026-05-18T18:08:03.354Z Checking thread-id v4.2.2
44592026-05-18T18:08:03.434Z Checking once_cell v1.21.3
44602026-05-18T18:08:03.446Z Checking cargo-platform v0.2.0
44612026-05-18T18:08:03.480Z Checking terminal_size v0.4.3
44622026-05-18T18:08:03.520Z Checking memmap v0.7.0
44632026-05-18T18:08:03.605Z Checking clap_builder v4.5.60
44642026-05-18T18:08:03.609Z Checking tempfile v3.25.0
44652026-05-18T18:08:03.627Z Checking textwrap v0.16.2
44662026-05-18T18:08:03.648Z Checking fs-err v3.3.0
44672026-05-18T18:08:03.699Z Checking icu_provider v2.1.1
44682026-05-18T18:08:03.800Z Checking camino-tempfile v1.4.1
44692026-05-18T18:08:03.823Z Checking anyhow v1.0.102
44702026-05-18T18:08:03.834Z Checking tabled v0.15.0
44712026-05-18T18:08:03.939Z Checking icu_properties v2.1.2
44722026-05-18T18:08:03.950Z Checking icu_normalizer v2.1.1
44732026-05-18T18:08:03.953Z Checking toml v0.8.23
44742026-05-18T18:08:04.017Z Checking macaddr v1.0.1
44752026-05-18T18:08:04.192Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44762026-05-18T18:08:04.282Z Checking cargo_toml v0.21.0
44772026-05-18T18:08:04.666Z Checking dof v0.3.0
44782026-05-18T18:08:04.736Z Checking idna_adapter v1.2.1
44792026-05-18T18:08:04.785Z Checking clap v4.5.60
44802026-05-18T18:08:04.851Z Checking idna v1.1.0
44812026-05-18T18:08:04.934Z Checking usdt-impl v0.5.0
44822026-05-18T18:08:05.072Z Checking url v2.5.8
44832026-05-18T18:08:05.183Z Checking usdt v0.5.0
44842026-05-18T18:08:05.404Z Checking cargo-util-schemas v0.8.2
44852026-05-18T18:08:06.090Z Checking cargo_metadata v0.21.0
44862026-05-18T18:08:06.686Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-18T18:08:07.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44882026-05-18T18:08:07.218Z
44892026-05-18T18:08:07.218Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-18T18:08:07.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-18T18:08:07.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-18T18:08:07.866Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-18T18:08:08.337Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-18T18:08:08.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44952026-05-18T18:08:08.921Z
44962026-05-18T18:08:08.921Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-18T18:08:09.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-18T18:08:09.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-18T18:08:09.729Z Checking polyval v0.6.2
45002026-05-18T18:08:09.855Z Checking ctr v0.9.2
45012026-05-18T18:08:09.865Z Checking ssh-encoding v0.2.0
45022026-05-18T18:08:09.865Z Checking blowfish v0.9.1
45032026-05-18T18:08:09.886Z Checking password-hash v0.4.2
45042026-05-18T18:08:09.901Z Checking p521 v0.13.3
45052026-05-18T18:08:09.904Z Checking p256 v0.13.2
45062026-05-18T18:08:09.929Z Checking russh-cryptovec v0.7.3
45072026-05-18T18:08:09.994Z Checking ghash v0.5.1
45082026-05-18T18:08:10.007Z Checking bcrypt-pbkdf v0.10.0
45092026-05-18T18:08:10.020Z Checking md5 v0.7.0
45102026-05-18T18:08:10.038Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-18T18:08:10.055Z Checking num-bigint v0.4.6
45122026-05-18T18:08:10.103Z Checking pbkdf2 v0.11.0
45132026-05-18T18:08:10.119Z Checking aes-gcm v0.10.3
45142026-05-18T18:08:10.144Z Checking des v0.8.1
45152026-05-18T18:08:10.161Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-18T18:08:10.182Z Checking hex-literal v0.4.1
45172026-05-18T18:08:10.270Z Checking ssh-cipher v0.2.0
45182026-05-18T18:08:10.285Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45192026-05-18T18:08:10.288Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45202026-05-18T18:08:10.311Z Checking socket2 v0.5.10
45212026-05-18T18:08:10.314Z Checking internet-checksum v0.2.1
45222026-05-18T18:08:10.436Z Checking ssh-key v0.6.7
45232026-05-18T18:08:10.552Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-18T18:08:11.063Z Checking russh-keys v0.45.0
45252026-05-18T18:08:11.604Z Checking russh v0.45.0
45262026-05-18T18:08:27.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s
45272026-05-18T18:08:28.024Z
45282026-05-18T18:08:28.024Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-18T18:08:28.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-18T18:08:28.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-18T18:08:28.676Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-18T18:08:28.787Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-18T18:08:28.794Z Checking termios v0.3.3
45342026-05-18T18:08:29.980Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-18T18:08:30.124Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-18T18:08:31.917Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-18T18:08:32.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45382026-05-18T18:08:32.671Z
45392026-05-18T18:08:32.671Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-18T18:08:33.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-18T18:08:33.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-18T18:08:33.394Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-18T18:08:33.509Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-18T18:08:33.518Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-18T18:08:33.520Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-18T18:08:33.532Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-18T18:08:33.535Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45482026-05-18T18:08:34.247Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-18T18:08:34.581Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-18T18:08:34.584Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-18T18:08:35.208Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-18T18:08:36.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45532026-05-18T18:08:37.042Z
45542026-05-18T18:08:37.042Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-18T18:08:37.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-18T18:08:37.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-18T18:08:37.682Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-18T18:08:38.124Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-18T18:08:38.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45602026-05-18T18:08:38.619Z
45612026-05-18T18:08:38.619Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-18T18:08:39.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-18T18:08:39.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-18T18:08:39.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-18T18:08:39.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-18T18:08:39.215Z
45672026-05-18T18:08:39.215Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-18T18:08:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-18T18:08:39.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-18T18:08:39.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-18T18:08:39.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45722026-05-18T18:08:39.816Z
45732026-05-18T18:08:39.816Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-18T18:08:40.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-18T18:08:40.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-18T18:08:40.572Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-18T18:08:41.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45782026-05-18T18:08:41.373Z
45792026-05-18T18:08:41.373Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-18T18:08:41.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-18T18:08:41.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-18T18:08:42.028Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-18T18:08:42.031Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-18T18:08:42.304Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-18T18:08:42.307Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45862026-05-18T18:08:43.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45872026-05-18T18:08:43.278Z
45882026-05-18T18:08:43.278Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-18T18:08:43.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-18T18:08:43.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-18T18:08:43.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-18T18:08:43.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45932026-05-18T18:08:43.866Z
45942026-05-18T18:08:43.866Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-18T18:08:44.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-18T18:08:44.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-18T18:08:44.547Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-18T18:08:45.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45992026-05-18T18:08:45.817Z
46002026-05-18T18:08:45.817Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-18T18:08:46.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-18T18:08:46.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-18T18:08:46.605Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-18T18:08:46.952Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-18T18:08:47.453Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-18T18:08:47.453Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-18T18:08:53.350Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-18T18:08:53.350Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-18T18:08:53.913Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-18T18:08:53.914Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-18T18:08:53.916Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-18T18:08:53.917Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-18T18:08:54.715Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-18T18:08:55.643Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-18T18:08:56.409Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-18T18:08:57.010Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-18T18:09:01.297Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-18T18:09:07.726Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46192026-05-18T18:09:07.728Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46202026-05-18T18:09:07.728Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46212026-05-18T18:09:07.728Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46222026-05-18T18:09:09.222Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-18T18:09:10.551Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-18T18:09:11.230Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-18T18:09:12.462Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-18T18:09:13.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.18s
46272026-05-18T18:09:13.218Z
46282026-05-18T18:09:13.218Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-18T18:09:13.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-18T18:09:13.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-18T18:09:13.936Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-18T18:09:13.939Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-18T18:09:14.061Z Checking rtoolbox v0.0.3
46342026-05-18T18:09:14.068Z Checking tui-tree-widget v0.23.1
46352026-05-18T18:09:14.164Z Checking rpassword v7.4.0
46362026-05-18T18:09:15.169Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-18T18:09:18.118Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-18T18:09:19.939Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-18T18:09:20.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
46402026-05-18T18:09:21.031Z
46412026-05-18T18:09:21.031Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-18T18:09:21.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-18T18:09:21.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-18T18:09:21.722Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-18T18:09:22.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46462026-05-18T18:09:22.291Z
46472026-05-18T18:09:22.291Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-18T18:09:22.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-18T18:09:22.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-18T18:09:23.020Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-18T18:09:23.023Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-18T18:09:23.023Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-18T18:09:23.023Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-18T18:09:24.000Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-18T18:09:24.569Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-18T18:09:27.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46572026-05-18T18:09:27.692Z
46582026-05-18T18:09:27.693Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-18T18:09:28.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-18T18:09:28.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-18T18:09:28.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-18T18:09:28.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46632026-05-18T18:09:28.287Z
46642026-05-18T18:09:28.287Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-18T18:09:28.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-18T18:09:28.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-18T18:09:28.963Z Checking uzers v0.12.2
46682026-05-18T18:09:29.232Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-18T18:09:29.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46702026-05-18T18:09:30.177Z
46712026-05-18T18:09:30.180Zreal 14:11.095324613
46722026-05-18T18:09:30.180Zuser 20:37.905467522
46732026-05-18T18:09:30.180Zsys 4:14.457189263
46742026-05-18T18:09:30.180Ztrap 0.325197776
46752026-05-18T18:09:30.180Ztflt 0.764505213
46762026-05-18T18:09:30.180Zdflt 1.260250127
46772026-05-18T18:09:30.180Zkflt 0.005589292
46782026-05-18T18:09:30.180Zlock 1:17:28.475056984
46792026-05-18T18:09:30.180Zslp 1:38:28.949418801
46802026-05-18T18:09:30.180Zlat 54.894274505
46812026-05-18T18:09:30.180Zstop 3:31.613980712
46822026-05-18T18:09:30.180Zprocess exited: duration 985562 ms, exit code 0
 
46832026-05-18T18:09:30.187Zfound 0 output files