01KTA6A2YS9S38D5F1Q8JDKQWW: 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: 01KTA6AM0HXGZX8Y78H5Q7X8X9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T20:49:34.048Zjob assigned to worker 01KTA6ARC099X9TS87JNZY860Q [factory aws, i-0f854201cd2a71dd3] (queued for 45 s)
 
22026-06-04T20:49:40.751Zstarting task 0: "setup"
32026-06-04T20:49:40.756Z++ uname -s
42026-06-04T20:49:40.759Z+ kern=SunOS
52026-06-04T20:49:40.759Z+ build_user=build
62026-06-04T20:49:40.759Z+ build_uid=12345
72026-06-04T20:49:40.759Z+ work_dir=/work
82026-06-04T20:49:40.759Z+ input_dir=/input
92026-06-04T20:49:40.759Z+ [[ 0 == 12345 ]]
102026-06-04T20:49:40.759Z+ case "$kern" in
112026-06-04T20:49:40.759Z+ groupadd -g 12345 build
122026-06-04T20:49:40.762Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T20:49:42.766Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T20:49:42.878Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T20:49:42.881Z+ home_fs=zfs
162026-06-04T20:49:42.881Z+ [[ zfs == autofs ]]
172026-06-04T20:49:42.881Z+ mkdir -p /home/build
182026-06-04T20:49:42.881Z+ chown build:build /home/build /work
192026-06-04T20:49:44.883Z+ chmod 0700 /home/build /work
202026-06-04T20:49:44.886Zprocess exited: duration 4136 ms, exit code 0
 
212026-06-04T20:49:44.897Zstarting task 1: "rust-toolchain"
222026-06-04T20:49:44.904Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T20:49:44.904Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-04T20:49:44.904Z * rust toolchain channel = "1.94.0"
252026-06-04T20:49:44.905Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-04T20:49:44.905Z * rust toolchain profile = "default"
272026-06-04T20:49:44.905Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T20:49:44.908Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T20:49:44.908Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T20:49:45.008Zinfo: downloading installer
312026-06-04T20:49:46.351Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T20:49:46.351Zwarn: /home/build/.rustup/settings.toml
332026-06-04T20:49:46.351Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T20:49:46.351Zwarn: instead of the one inferred from the default host triple.
352026-06-04T20:49:46.364Zinfo: profile set to default
362026-06-04T20:49:46.364Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T20:49:46.367Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T20:49:46.504Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T20:49:46.507Zinfo: downloading 6 components
402026-06-04T20:50:00.831Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T20:50:00.831Z
422026-06-04T20:50:00.860Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T20:50:00.860Z
442026-06-04T20:50:00.860Z
452026-06-04T20:50:00.860ZRust is installed now. Great!
462026-06-04T20:50:00.860Z
472026-06-04T20:50:00.864ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T20:50:00.865Zenvironment variable. This has not been done automatically.
492026-06-04T20:50:00.865Z
502026-06-04T20:50:00.865ZTo configure your current shell, you need to source
512026-06-04T20:50:00.865Zthe corresponding env file under $HOME/.cargo.
522026-06-04T20:50:00.865Z
532026-06-04T20:50:00.865ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T20:50:00.865Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T20:50:00.865Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T20:50:00.865Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T20:50:00.865Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T20:50:00.865Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T20:50:00.865Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T20:50:00.865Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T20:50:00.865Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T20:50:00.944Z+ rustup --version
632026-06-04T20:50:00.953Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T20:50:00.955Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T20:50:00.974Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T20:50:00.977Z+ cargo --version
672026-06-04T20:50:00.990Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T20:50:00.992Z+ rustc --version
692026-06-04T20:50:01.012Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T20:50:01.015Zprocess exited: duration 16117 ms, exit code 0
 
712026-06-04T20:50:01.021Zstarting task 2: "authentication"
722026-06-04T20:50:01.037Zprocess exited: duration 16 ms, exit code 0
 
732026-06-04T20:50:01.043Zstarting task 3: "clone repository"
742026-06-04T20:50:01.046Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-04T20:50:01.049Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-04T20:50:01.087ZCloning into '/work/oxidecomputer/omicron'...
772026-06-04T20:50:18.570Z+ cd /work/oxidecomputer/omicron
782026-06-04T20:50:18.571Z+ git fetch origin 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c
792026-06-04T20:50:18.954ZFrom https://github.com/oxidecomputer/omicron
802026-06-04T20:50:18.954Z * branch 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c -> FETCH_HEAD
812026-06-04T20:50:18.964Z+ [[ -n iam-test-exempted ]]
822026-06-04T20:50:18.966Z++ git branch --show-current
832026-06-04T20:50:18.966Z+ current=main
842026-06-04T20:50:18.966Z+ [[ main != iam-test-exempted ]]
852026-06-04T20:50:18.966Z+ git branch -f iam-test-exempted 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c
862026-06-04T20:50:18.970Z+ git checkout -f iam-test-exempted
872026-06-04T20:50:19.121ZSwitched to branch 'iam-test-exempted'
882026-06-04T20:50:19.124Z+ git reset --hard 562fe28cdcb98dd93f511dd001fa33a0e2e9ff9c
892026-06-04T20:50:19.272ZHEAD is now at 562fe28cd Cover five exempted resources in IAM role policy test
902026-06-04T20:50:19.275Zprocess exited: duration 18230 ms, exit code 0
 
912026-06-04T20:50:19.281Zstarting task 4: "build"
922026-06-04T20:50:19.285Z+ source .github/buildomat/ci-env.sh
932026-06-04T20:50:19.285Z++ export CARGO_TERM_COLOR=always
942026-06-04T20:50:19.285Z++ CARGO_TERM_COLOR=always
952026-06-04T20:50:19.285Z+ cargo --version
962026-06-04T20:50:19.296Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-04T20:50:19.299Z+ rustc --version
982026-06-04T20:50:19.320Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-04T20:50:19.324Z+ source ./env.sh
1002026-06-04T20:50:19.327Z++ OLD_SHELL_OPTS=ehxB
1012026-06-04T20:50:19.327Z++ set -o xtrace
1022026-06-04T20:50:19.327Z++++ dirname ./env.sh
1032026-06-04T20:50:19.330Z+++ readlink -f .
1042026-06-04T20:50:19.333Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-04T20:50:19.333Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-04T20:50:19.333Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-04T20:50:19.333Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-04T20:50:19.333Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-04T20:50:19.333Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-04T20:50:19.333Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-04T20:50:19.333Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-04T20:50:19.333Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-04T20:50:19.333Z++ case $OLD_SHELL_OPTS in
1142026-06-04T20:50:19.333Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-04T20:50:19.333Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-04T20:50:19.333Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-04T20:50:19.333Z+ banner prerequisites
1182026-06-04T20:50:19.333Z
1192026-06-04T20:50:19.333Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-04T20:50:19.333Z # # # # # # # # # # # # # # #
1212026-06-04T20:50:19.333Z # # # # ##### # # ##### # # # # # #### #
1222026-06-04T20:50:19.333Z ##### ##### # ##### # # # # # # # # #
1232026-06-04T20:50:19.333Z # # # # # # # # # # # # # # #
1242026-06-04T20:50:19.334Z # # # ###### # # ###### ### # #### # #### #
1252026-06-04T20:50:19.334Z
1262026-06-04T20:50:19.334Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-04T20:50:20.738Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T20:50:20.820Z Startup: Caching catalogs ... Done
1292026-06-04T20:50:21.136ZPlanning: Solver setup ... Done (0.277s)
1302026-06-04T20:50:21.156ZPlanning: Running solver ... Done (0.020s)
1312026-06-04T20:50:21.163ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-04T20:50:21.173ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-04T20:50:21.189ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-04T20:50:21.203ZPlanning: Package planning ... Done (0.014s)
1352026-06-04T20:50:21.205ZPlanning: Merging actions ... Done (0.001s)
1362026-06-04T20:50:21.390ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-06-04T20:50:21.393ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-04T20:50:22.192ZPlanning: Evaluating mediators ... Done (0.800s)
1392026-06-04T20:50:22.195ZPlanning: Planning completed in 1.35 seconds
1402026-06-04T20:50:22.201Z Packages to install: 2
1412026-06-04T20:50:22.204Z Estimated space available: 156.07 GB
1422026-06-04T20:50:22.204ZEstimated space to be consumed: 25.33 MB
1432026-06-04T20:50:22.204Z Create boot environment: No
1442026-06-04T20:50:22.204ZCreate backup boot environment: No
1452026-06-04T20:50:22.204Z Rebuild boot archive: No
1462026-06-04T20:50:22.204Z
1472026-06-04T20:50:22.204ZChanged packages:
1482026-06-04T20:50:22.204Zhelios
1492026-06-04T20:50:22.204Z developer/build-essential
1502026-06-04T20:50:22.204Z None -> 11-3.0
1512026-06-04T20:50:22.205Z library/libxmlsec1
1522026-06-04T20:50:22.205Z None -> 1.2.35-3.0
1532026-06-04T20:50:22.226Z
1542026-06-04T20:50:22.226ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-04T20:50:22.683ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1562026-06-04T20:50:22.767Z Actions: 1/268 actions (Installing new actions)
1572026-06-04T20:50:22.805Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-04T20:50:22.813ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-04T20:50:22.813ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-04T20:50:22.836ZFinalize: Updating image state ... Done (0.023s)
1612026-06-04T20:50:25.201ZFinalize: Creating fast lookup database ... Done (2.343s)
1622026-06-04T20:50:25.270ZFinalize: Reading search index ... Done (0.013s)
1632026-06-04T20:50:25.273ZFinalize: Updating search index ... Done (0.000s)
1642026-06-04T20:50:25.361ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-04T20:50:25.658ZPlanning: Evaluating mediator changes ... Done
1662026-06-04T20:50:25.764ZPlanning: Checking for conflicting actions ... Done
1672026-06-04T20:50:25.766ZPlanning: Consolidating action changes ... Done
1682026-06-04T20:50:25.920ZPlanning: Evaluating mediators ... Done
1692026-06-04T20:50:25.924ZPlanning: Planning completed in 0.26 seconds
1702026-06-04T20:50:25.944Z Mediators to change: 2
1712026-06-04T20:50:25.944Z Create boot environment: No
1722026-06-04T20:50:25.944ZCreate backup boot environment: No
1732026-06-04T20:50:26.002ZFinalize: Updating package state database ... Done
1742026-06-04T20:50:26.003ZFinalize: Updating package cache ... Done
1752026-06-04T20:50:26.015ZFinalize: Updating image state ... Done
1762026-06-04T20:50:27.954ZFinalize: Creating fast lookup database ... Done
1772026-06-04T20:50:28.017ZFinalize: Reading search index ... Done
1782026-06-04T20:50:28.022ZFinalize: Updating search index ... Done
1792026-06-04T20:50:28.095ZFinalize: Updating package cache ... Done
1802026-06-04T20:50:28.381ZPlanning: Evaluating mediator changes ... Done
1812026-06-04T20:50:28.488ZPlanning: Checking for conflicting actions ... Done
1822026-06-04T20:50:28.491ZPlanning: Consolidating action changes ... Done
1832026-06-04T20:50:28.646ZPlanning: Evaluating mediators ... Done
1842026-06-04T20:50:28.649ZPlanning: Planning completed in 0.27 seconds
1852026-06-04T20:50:28.669Z Mediators to change: 1
1862026-06-04T20:50:28.669Z Create boot environment: No
1872026-06-04T20:50:28.669ZCreate backup boot environment: No
1882026-06-04T20:50:28.721ZFinalize: Updating package state database ... Done
1892026-06-04T20:50:28.721ZFinalize: Updating package cache ... Done
1902026-06-04T20:50:28.734ZFinalize: Updating image state ... Done
1912026-06-04T20:50:30.670ZFinalize: Creating fast lookup database ... Done
1922026-06-04T20:50:30.732ZFinalize: Reading search index ... Done
1932026-06-04T20:50:30.735ZFinalize: Updating search index ... Done
1942026-06-04T20:50:30.806ZFinalize: Updating package cache ... Done
1952026-06-04T20:50:31.114ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-04T20:50:31.114Zapache system 2.4 system
1972026-06-04T20:50:31.114Zclang system 15 system
1982026-06-04T20:50:31.114Zcsh system system illumos
1992026-06-04T20:50:31.114Zctags system system illumos
2002026-06-04T20:50:31.114Zfile vendor vendor darwinsys
2012026-06-04T20:50:31.114Zfile system system illumos
2022026-06-04T20:50:31.114Zgcc vendor 14 vendor
2032026-06-04T20:50:31.114Zgcc system 13 system
2042026-06-04T20:50:31.114Zgcc system 10 system
2052026-06-04T20:50:31.114Zgo system 1.25 system
2062026-06-04T20:50:31.114Zllvm system 15 system
2072026-06-04T20:50:31.114Zmariadb system 11.4 system
2082026-06-04T20:50:31.114Zmta vendor vendor dma
2092026-06-04T20:50:31.114Zopenjdk system 17 system
2102026-06-04T20:50:31.114Zopenjdk system 11 system
2112026-06-04T20:50:31.114Zopenssl vendor 3 vendor
2122026-06-04T20:50:31.114Zperl system 5.40 system
2132026-06-04T20:50:31.114Zpostgresql system 18 system
2142026-06-04T20:50:31.114Zpostgresql system 17 system
2152026-06-04T20:50:31.114Zpython vendor 3 vendor
2162026-06-04T20:50:31.114Zpython system 2 system
2172026-06-04T20:50:31.114Zpython3 vendor 3.13 vendor
2182026-06-04T20:50:31.114Zruby system 3.4 system
2192026-06-04T20:50:31.114Zruby system 3.0 system
2202026-06-04T20:50:31.114Zwords vendor vendor american-english
2212026-06-04T20:50:31.114Zwords system system australian-english
2222026-06-04T20:50:31.114Zwords system system british-english
2232026-06-04T20:50:31.114Zwords system system canadian-english
2242026-06-04T20:50:31.115Zwords system system french
2252026-06-04T20:50:31.115Zwords system system italian
2262026-06-04T20:50:31.115Zwords system system ngerman
2272026-06-04T20:50:31.115Zwords system system ogerman
2282026-06-04T20:50:31.115Zwords system system spanish
2292026-06-04T20:50:31.368ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-04T20:50:31.369Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-04T20:50:31.652ZFMRI IFO
2322026-06-04T20:50:31.652Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-04T20:50:31.652Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-04T20:50:31.652Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-04T20:50:31.652Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-04T20:50:31.652Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-04T20:50:31.652Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-04T20:50:31.652Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-04T20:50:31.652Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-04T20:50:31.652Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-04T20:50:31.905Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-04T20:50:32.203Z Updating crates.io index
2432026-06-04T20:50:32.242Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-04T20:50:33.119Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-04T20:50:33.647Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-04T20:50:34.472Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-04T20:50:35.410Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-04T20:50:35.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-04T20:50:37.529Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-04T20:50:38.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-04T20:50:38.757Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-04T20:50:39.601Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-04T20:50:39.932Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-04T20:50:40.237Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-04T20:50:40.603Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-04T20:50:41.558Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-04T20:50:41.989Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-04T20:50:42.290Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-04T20:50:42.658Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-04T20:50:43.030Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-04T20:50:43.449Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-04T20:50:43.677Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-04T20:50:43.904Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-04T20:50:44.195Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-04T20:50:44.632Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-04T20:50:45.174Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-04T20:50:45.418Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-04T20:50:46.006Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-04T20:50:46.325Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-04T20:50:46.657Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-04T20:50:46.942Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-04T20:50:48.941Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-04T20:50:49.517Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-04T20:50:49.868Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-04T20:50:50.250Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-04T20:50:50.582Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-04T20:50:50.919Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-04T20:50:51.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-04T20:50:51.806Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-04T20:50:52.092Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-04T20:50:52.402Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-04T20:50:52.799Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-04T20:51:04.633Z Downloading crates ...
2842026-06-04T20:51:04.689Z Downloaded anstyle-parse v0.2.7
2852026-06-04T20:51:04.694Z Downloaded icu_provider v2.1.1
2862026-06-04T20:51:04.701Z Downloaded smawk v0.3.2
2872026-06-04T20:51:04.709Z Downloaded colorchoice v1.0.4
2882026-06-04T20:51:04.709Z Downloaded itoa v1.0.17
2892026-06-04T20:51:04.709Z Downloaded zerotrie v0.2.3
2902026-06-04T20:51:04.712Z Downloaded erased-serde v0.4.9
2912026-06-04T20:51:04.712Z Downloaded typeid v1.0.3
2922026-06-04T20:51:04.712Z Downloaded thiserror v1.0.69
2932026-06-04T20:51:04.716Z Downloaded heck v0.5.0
2942026-06-04T20:51:04.716Z Downloaded sha2 v0.10.9
2952026-06-04T20:51:04.716Z Downloaded fastrand v2.3.0
2962026-06-04T20:51:04.716Z Downloaded block-buffer v0.10.4
2972026-06-04T20:51:04.723Z Downloaded digest v0.10.7
2982026-06-04T20:51:04.723Z Downloaded cargo_toml v0.21.0
2992026-06-04T20:51:04.723Z Downloaded dtrace-parser v0.2.0
3002026-06-04T20:51:04.723Z Downloaded semver v1.0.28
3012026-06-04T20:51:04.723Z Downloaded heck v0.4.1
3022026-06-04T20:51:04.726Z Downloaded cargo-platform v0.2.0
3032026-06-04T20:51:04.726Z Downloaded potential_utf v0.1.4
3042026-06-04T20:51:04.726Z Downloaded zerovec-derive v0.11.2
3052026-06-04T20:51:04.726Z Downloaded memchr v2.8.0
3062026-06-04T20:51:04.729Z Downloaded utf8parse v0.2.2
3072026-06-04T20:51:04.729Z Downloaded usdt-impl v0.5.0
3082026-06-04T20:51:04.729Z Downloaded scroll v0.12.0
3092026-06-04T20:51:04.729Z Downloaded serde v1.0.228
3102026-06-04T20:51:04.734Z Downloaded swrite v0.1.0
3112026-06-04T20:51:04.734Z Downloaded quote v1.0.45
3122026-06-04T20:51:04.737Z Downloaded thiserror v2.0.18
3132026-06-04T20:51:04.740Z Downloaded toml v0.8.23
3142026-06-04T20:51:04.746Z Downloaded serde-value v0.7.0
3152026-06-04T20:51:04.746Z Downloaded is_terminal_polyfill v1.70.2
3162026-06-04T20:51:04.746Z Downloaded scroll_derive v0.12.1
3172026-06-04T20:51:04.746Z Downloaded usdt-attr-macro v0.5.0
3182026-06-04T20:51:04.746Z Downloaded form_urlencoded v1.2.2
3192026-06-04T20:51:04.749Z Downloaded zmij v1.0.21
3202026-06-04T20:51:04.749Z Downloaded zerofrom v0.1.6
3212026-06-04T20:51:04.749Z Downloaded toml_edit v0.22.27
3222026-06-04T20:51:04.752Z Downloaded pest_meta v2.8.6
3232026-06-04T20:51:04.755Z Downloaded pretty-hex v0.4.1
3242026-06-04T20:51:04.755Z Downloaded anstyle-query v1.1.5
3252026-06-04T20:51:04.755Z Downloaded thread-id v4.2.2
3262026-06-04T20:51:04.757Z Downloaded winnow v0.7.14
3272026-06-04T20:51:04.761Z Downloaded url v2.5.8
3282026-06-04T20:51:04.764Z Downloaded macaddr v1.0.1
3292026-06-04T20:51:04.764Z Downloaded serde_spanned v0.6.9
3302026-06-04T20:51:04.766Z Downloaded proc-macro-error-attr v1.0.4
3312026-06-04T20:51:04.767Z Downloaded terminal_size v0.4.3
3322026-06-04T20:51:04.769Z Downloaded unicode-width v0.2.0
3332026-06-04T20:51:04.772Z Downloaded version_check v0.9.5
3342026-06-04T20:51:04.776Z Downloaded tinystr v0.8.2
3352026-06-04T20:51:04.776Z Downloaded memmap v0.7.0
3362026-06-04T20:51:04.776Z Downloaded crypto-common v0.1.7
3372026-06-04T20:51:04.779Z Downloaded yoke-derive v0.8.1
3382026-06-04T20:51:04.779Z Downloaded usdt-macro v0.5.0
3392026-06-04T20:51:04.779Z Downloaded toml_write v0.1.2
3402026-06-04T20:51:04.779Z Downloaded ucd-trie v0.1.7
3412026-06-04T20:51:04.779Z Downloaded dof v0.3.0
3422026-06-04T20:51:04.779Z Downloaded unicode-linebreak v0.1.5
3432026-06-04T20:51:04.782Z Downloaded anstyle v1.0.13
3442026-06-04T20:51:04.782Z Downloaded thiserror-impl v1.0.69
3452026-06-04T20:51:04.782Z Downloaded clap_lex v1.0.0
3462026-06-04T20:51:04.782Z Downloaded writeable v0.6.2
3472026-06-04T20:51:04.785Z Downloaded unicode-ident v1.0.24
3482026-06-04T20:51:04.785Z Downloaded cpufeatures v0.2.17
3492026-06-04T20:51:04.785Z Downloaded tabled_derive v0.7.0
3502026-06-04T20:51:04.790Z Downloaded ordered-float v2.10.1
3512026-06-04T20:51:04.790Z Downloaded percent-encoding v2.3.2
3522026-06-04T20:51:04.793Z Downloaded toml_datetime v0.6.11
3532026-06-04T20:51:04.793Z Downloaded errno v0.3.14
3542026-06-04T20:51:04.793Z Downloaded stable_deref_trait v1.2.1
3552026-06-04T20:51:04.793Z Downloaded equivalent v1.0.2
3562026-06-04T20:51:04.793Z Downloaded thiserror-impl v2.0.18
3572026-06-04T20:51:04.795Z Downloaded cfg-if v1.0.4
3582026-06-04T20:51:04.795Z Downloaded zerovec v0.11.5
3592026-06-04T20:51:04.798Z Downloaded plain v0.2.3
3602026-06-04T20:51:04.801Z Downloaded usdt v0.5.0
3612026-06-04T20:51:04.805Z Downloaded typenum v1.19.0
3622026-06-04T20:51:04.807Z Downloaded serde_tokenstream v0.2.3
3632026-06-04T20:51:04.807Z Downloaded serde-untagged v0.1.9
3642026-06-04T20:51:04.810Z Downloaded yoke v0.8.1
3652026-06-04T20:51:04.810Z Downloaded utf8_iter v1.0.4
3662026-06-04T20:51:04.810Z Downloaded zerofrom-derive v0.1.6
3672026-06-04T20:51:04.813Z Downloaded zerocopy-derive v0.7.35
3682026-06-04T20:51:04.813Z Downloaded proc-macro-error v1.0.4
3692026-06-04T20:51:04.816Z Downloaded autocfg v1.5.0
3702026-06-04T20:51:04.816Z Downloaded byteorder v1.5.0
3712026-06-04T20:51:04.820Z Downloaded unicode-xid v0.2.6
3722026-06-04T20:51:04.820Z Downloaded strsim v0.11.1
3732026-06-04T20:51:04.820Z Downloaded smallvec v1.15.1
3742026-06-04T20:51:04.820Z Downloaded litemap v0.8.1
3752026-06-04T20:51:04.823Z Downloaded bytecount v0.6.9
3762026-06-04T20:51:04.823Z Downloaded anstream v0.6.21
3772026-06-04T20:51:04.823Z Downloaded pest_generator v2.8.6
3782026-06-04T20:51:04.826Z Downloaded getrandom v0.4.1
3792026-06-04T20:51:04.828Z Downloaded generic-array v0.14.7
3802026-06-04T20:51:04.828Z Downloaded unicode-width v0.1.14
3812026-06-04T20:51:04.831Z Downloaded textwrap v0.16.2
3822026-06-04T20:51:04.834Z Downloaded fnv v1.0.7
3832026-06-04T20:51:04.834Z Downloaded cargo_metadata v0.21.0
3842026-06-04T20:51:04.834Z Downloaded zerocopy v0.7.35
3852026-06-04T20:51:04.841Z Downloaded fs-err v3.3.0
3862026-06-04T20:51:04.844Z Downloaded camino v1.2.2
3872026-06-04T20:51:04.844Z Downloaded camino-tempfile v1.4.1
3882026-06-04T20:51:04.847Z Downloaded anyhow v1.0.102
3892026-06-04T20:51:04.849Z Downloaded bitflags v2.11.0
3902026-06-04T20:51:04.855Z Downloaded displaydoc v0.2.5
3912026-06-04T20:51:04.873Z Downloaded icu_properties v2.1.2
3922026-06-04T20:51:04.878Z Downloaded tempfile v3.25.0
3932026-06-04T20:51:04.880Z Downloaded log v0.4.29
3942026-06-04T20:51:04.883Z Downloaded clap v4.5.60
3952026-06-04T20:51:04.887Z Downloaded synstructure v0.13.2
3962026-06-04T20:51:04.889Z Downloaded pest_derive v2.8.6
3972026-06-04T20:51:04.889Z Downloaded papergrid v0.11.0
3982026-06-04T20:51:04.892Z Downloaded clap_derive v4.5.55
3992026-06-04T20:51:04.892Z Downloaded cargo-util-schemas v0.8.2
4002026-06-04T20:51:04.895Z Downloaded once_cell v1.21.3
4012026-06-04T20:51:04.895Z Downloaded num-traits v0.2.19
4022026-06-04T20:51:04.898Z Downloaded serde_core v1.0.228
4032026-06-04T20:51:04.903Z Downloaded serde_derive v1.0.228
4042026-06-04T20:51:04.906Z Downloaded icu_normalizer_data v2.1.1
4052026-06-04T20:51:04.909Z Downloaded icu_normalizer v2.1.1
4062026-06-04T20:51:04.916Z Downloaded icu_locale_core v2.1.1
4072026-06-04T20:51:04.919Z Downloaded icu_collections v2.1.1
4082026-06-04T20:51:04.938Z Downloaded indexmap v2.14.0
4092026-06-04T20:51:04.941Z Downloaded icu_properties_data v2.1.2
4102026-06-04T20:51:04.955Z Downloaded pest v2.8.6
4112026-06-04T20:51:04.974Z Downloaded idna v1.1.0
4122026-06-04T20:51:04.976Z Downloaded hashbrown v0.17.0
4132026-06-04T20:51:04.984Z Downloaded serde_json v1.0.149
4142026-06-04T20:51:04.987Z Downloaded goblin v0.8.2
4152026-06-04T20:51:04.991Z Downloaded clap_builder v4.5.60
4162026-06-04T20:51:04.995Z Downloaded tabled v0.15.0
4172026-06-04T20:51:05.003Z Downloaded syn v1.0.109
4182026-06-04T20:51:05.012Z Downloaded syn v2.0.117
4192026-06-04T20:51:05.019Z Downloaded rustix v1.1.3
4202026-06-04T20:51:05.049Z Downloaded libc v0.2.185
4212026-06-04T20:51:05.073Z Downloaded idna_adapter v1.2.1
4222026-06-04T20:51:05.117Z Downloaded proc-macro2 v1.0.106
4232026-06-04T20:51:05.168Z Compiling proc-macro2 v1.0.106
4242026-06-04T20:51:05.168Z Compiling unicode-ident v1.0.24
4252026-06-04T20:51:05.168Z Compiling quote v1.0.45
4262026-06-04T20:51:05.168Z Compiling serde_core v1.0.228
4272026-06-04T20:51:05.168Z Compiling libc v0.2.185
4282026-06-04T20:51:05.171Z Compiling version_check v0.9.5
4292026-06-04T20:51:05.171Z Compiling stable_deref_trait v1.2.1
4302026-06-04T20:51:05.171Z Compiling memchr v2.8.0
4312026-06-04T20:51:05.473Z Compiling serde v1.0.228
4322026-06-04T20:51:05.492Z Compiling zmij v1.0.21
4332026-06-04T20:51:05.745Z Compiling ucd-trie v0.1.7
4342026-06-04T20:51:05.895Z Compiling itoa v1.0.17
4352026-06-04T20:51:06.050Z Compiling thiserror v1.0.69
4362026-06-04T20:51:06.065Z Compiling autocfg v1.5.0
4372026-06-04T20:51:06.080Z Compiling pest v2.8.6
4382026-06-04T20:51:06.139Z Compiling writeable v0.6.2
4392026-06-04T20:51:06.155Z Compiling litemap v0.8.1
4402026-06-04T20:51:06.366Z Compiling rustix v1.1.3
4412026-06-04T20:51:06.529Z Compiling icu_normalizer_data v2.1.1
4422026-06-04T20:51:06.649Z Compiling byteorder v1.5.0
4432026-06-04T20:51:06.692Z Compiling syn v2.0.117
4442026-06-04T20:51:06.712Z Compiling icu_properties_data v2.1.2
4452026-06-04T20:51:06.824Z Compiling errno v0.3.14
4462026-06-04T20:51:06.880Z Compiling serde_json v1.0.149
4472026-06-04T20:51:06.915Z Compiling bitflags v2.11.0
4482026-06-04T20:51:07.142Z Compiling num-traits v0.2.19
4492026-06-04T20:51:07.175Z Compiling pest_meta v2.8.6
4502026-06-04T20:51:07.330Z Compiling hashbrown v0.17.0
4512026-06-04T20:51:07.352Z Compiling typeid v1.0.3
4522026-06-04T20:51:07.387Z Compiling equivalent v1.0.2
4532026-06-04T20:51:07.478Z Compiling smallvec v1.15.1
4542026-06-04T20:51:07.694Z Compiling thread-id v4.2.2
4552026-06-04T20:51:07.710Z Compiling proc-macro-error-attr v1.0.4
4562026-06-04T20:51:07.774Z Compiling usdt-impl v0.5.0
4572026-06-04T20:51:07.840Z Compiling indexmap v2.14.0
4582026-06-04T20:51:07.874Z Compiling toml_write v0.1.2
4592026-06-04T20:51:07.890Z Compiling erased-serde v0.4.9
4602026-06-04T20:51:08.048Z Compiling winnow v0.7.14
4612026-06-04T20:51:08.070Z Compiling syn v1.0.109
4622026-06-04T20:51:08.446Z Compiling proc-macro-error v1.0.4
4632026-06-04T20:51:08.530Z Compiling percent-encoding v2.3.2
4642026-06-04T20:51:08.634Z Compiling getrandom v0.4.1
4652026-06-04T20:51:08.730Z Compiling plain v0.2.3
4662026-06-04T20:51:08.778Z Compiling thiserror v2.0.18
4672026-06-04T20:51:08.844Z Compiling log v0.4.29
4682026-06-04T20:51:08.880Z Compiling camino v1.2.2
4692026-06-04T20:51:08.981Z Compiling utf8_iter v1.0.4
4702026-06-04T20:51:09.002Z Compiling utf8parse v0.2.2
4712026-06-04T20:51:09.047Z Compiling ordered-float v2.10.1
4722026-06-04T20:51:09.125Z Compiling anstyle-parse v0.2.7
4732026-06-04T20:51:09.141Z Compiling form_urlencoded v1.2.2
4742026-06-04T20:51:09.302Z Compiling synstructure v0.13.2
4752026-06-04T20:51:09.305Z Compiling pest_generator v2.8.6
4762026-06-04T20:51:09.377Z Compiling terminal_size v0.4.3
4772026-06-04T20:51:09.515Z Compiling anstyle v1.0.13
4782026-06-04T20:51:09.705Z Compiling colorchoice v1.0.4
4792026-06-04T20:51:09.731Z Compiling is_terminal_polyfill v1.70.2
4802026-06-04T20:51:09.743Z Compiling anstyle-query v1.1.5
4812026-06-04T20:51:09.787Z Compiling pretty-hex v0.4.1
4822026-06-04T20:51:09.819Z Compiling cfg-if v1.0.4
4832026-06-04T20:51:09.823Z Compiling anstream v0.6.21
4842026-06-04T20:51:09.893Z Compiling serde-untagged v0.1.9
4852026-06-04T20:51:09.943Z Compiling semver v1.0.28
4862026-06-04T20:51:10.063Z Compiling fs-err v3.3.0
4872026-06-04T20:51:10.140Z Compiling once_cell v1.21.3
4882026-06-04T20:51:10.156Z Compiling heck v0.4.1
4892026-06-04T20:51:10.287Z Compiling fnv v1.0.7
4902026-06-04T20:51:10.302Z Compiling heck v0.5.0
4912026-06-04T20:51:10.329Z Compiling anyhow v1.0.102
4922026-06-04T20:51:10.351Z Compiling unicode-width v0.1.14
4932026-06-04T20:51:10.390Z Compiling bytecount v0.6.9
4942026-06-04T20:51:10.452Z Compiling fastrand v2.3.0
4952026-06-04T20:51:10.570Z Compiling unicode-xid v0.2.6
4962026-06-04T20:51:10.629Z Compiling strsim v0.11.1
4972026-06-04T20:51:10.712Z Compiling clap_lex v1.0.0
4982026-06-04T20:51:10.713Z Compiling papergrid v0.11.0
4992026-06-04T20:51:10.921Z Compiling clap_builder v4.5.60
5002026-06-04T20:51:11.009Z Compiling tempfile v3.25.0
5012026-06-04T20:51:11.071Z Compiling serde_derive v1.0.228
5022026-06-04T20:51:11.071Z Compiling zerofrom-derive v0.1.6
5032026-06-04T20:51:11.071Z Compiling yoke-derive v0.8.1
5042026-06-04T20:51:11.293Z Compiling zerovec-derive v0.11.2
5052026-06-04T20:51:11.413Z Compiling displaydoc v0.2.5
5062026-06-04T20:51:12.088Z Compiling thiserror-impl v1.0.69
5072026-06-04T20:51:12.153Z Compiling zerocopy-derive v0.7.35
5082026-06-04T20:51:12.169Z Compiling pest_derive v2.8.6
5092026-06-04T20:51:12.383Z Compiling zerofrom v0.1.6
5102026-06-04T20:51:12.383Z Compiling scroll_derive v0.12.1
5112026-06-04T20:51:12.518Z Compiling yoke v0.8.1
5122026-06-04T20:51:12.588Z Compiling thiserror-impl v2.0.18
5132026-06-04T20:51:12.710Z Compiling zerovec v0.11.5
5142026-06-04T20:51:13.003Z Compiling zerotrie v0.2.3
5152026-06-04T20:51:13.060Z Compiling zerocopy v0.7.35
5162026-06-04T20:51:13.222Z Compiling tinystr v0.8.2
5172026-06-04T20:51:13.311Z Compiling potential_utf v0.1.4
5182026-06-04T20:51:13.432Z Compiling icu_locale_core v2.1.1
5192026-06-04T20:51:13.449Z Compiling icu_collections v2.1.1
5202026-06-04T20:51:13.480Z Compiling dtrace-parser v0.2.0
5212026-06-04T20:51:13.618Z Compiling scroll v0.12.0
5222026-06-04T20:51:13.931Z Compiling goblin v0.8.2
5232026-06-04T20:51:13.969Z Compiling tabled_derive v0.7.0
5242026-06-04T20:51:14.024Z Compiling clap_derive v4.5.55
5252026-06-04T20:51:14.059Z Compiling icu_provider v2.1.1
5262026-06-04T20:51:14.212Z Compiling memmap v0.7.0
5272026-06-04T20:51:14.311Z Compiling serde_spanned v0.6.9
5282026-06-04T20:51:14.342Z Compiling toml_datetime v0.6.11
5292026-06-04T20:51:14.370Z Compiling icu_normalizer v2.1.1
5302026-06-04T20:51:14.400Z Compiling icu_properties v2.1.2
5312026-06-04T20:51:14.417Z Compiling dof v0.3.0
5322026-06-04T20:51:14.457Z Compiling serde_tokenstream v0.2.3
5332026-06-04T20:51:14.606Z Compiling toml_edit v0.22.27
5342026-06-04T20:51:14.791Z Compiling serde-value v0.7.0
5352026-06-04T20:51:14.813Z Compiling cargo-platform v0.2.0
5362026-06-04T20:51:14.907Z Compiling unicode-linebreak v0.1.5
5372026-06-04T20:51:15.084Z Compiling unicode-width v0.2.0
5382026-06-04T20:51:15.150Z Compiling smawk v0.3.2
5392026-06-04T20:51:15.153Z Compiling tabled v0.15.0
5402026-06-04T20:51:15.290Z Compiling idna_adapter v1.2.1
5412026-06-04T20:51:15.358Z Compiling textwrap v0.16.2
5422026-06-04T20:51:15.382Z Compiling usdt-macro v0.5.0
5432026-06-04T20:51:15.438Z Compiling idna v1.1.0
5442026-06-04T20:51:15.468Z Compiling usdt-attr-macro v0.5.0
5452026-06-04T20:51:15.699Z Compiling clap v4.5.60
5462026-06-04T20:51:15.839Z Compiling url v2.5.8
5472026-06-04T20:51:15.871Z Compiling macaddr v1.0.1
5482026-06-04T20:51:16.070Z Compiling toml v0.8.23
5492026-06-04T20:51:16.101Z Compiling camino-tempfile v1.4.1
5502026-06-04T20:51:16.480Z Compiling cargo-util-schemas v0.8.2
5512026-06-04T20:51:16.696Z Compiling cargo_toml v0.21.0
5522026-06-04T20:51:16.714Z Compiling swrite v0.1.0
5532026-06-04T20:51:16.813Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-04T20:51:17.036Z Compiling usdt v0.5.0
5552026-06-04T20:51:17.415Z Compiling cargo_metadata v0.21.0
5562026-06-04T20:51:18.328Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-04T20:51:20.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.64s
5582026-06-04T20:51:20.623Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-04T20:51:21.189Z Downloading crates ...
5602026-06-04T20:51:21.318Z Downloaded defmt v1.0.1
5612026-06-04T20:51:21.321Z Downloaded crypto-bigint v0.5.5
5622026-06-04T20:51:21.324Z Downloaded fixedbitset v0.4.2
5632026-06-04T20:51:21.327Z Downloaded dropshot-api-manager-types v0.7.2
5642026-06-04T20:51:21.333Z Downloaded enum-as-inner v0.6.1
5652026-06-04T20:51:21.336Z Downloaded data-encoding v2.10.0
5662026-06-04T20:51:21.352Z Downloaded clang-sys v1.8.1
5672026-06-04T20:51:21.362Z Downloaded backon v1.6.0
5682026-06-04T20:51:21.365Z Downloaded crossbeam-deque v0.8.6
5692026-06-04T20:51:21.368Z Downloaded ahash v0.8.12
5702026-06-04T20:51:21.368Z Downloaded bit-set v0.8.0
5712026-06-04T20:51:21.370Z Downloaded bumpalo v3.20.2
5722026-06-04T20:51:21.370Z Downloaded async-bb8-diesel v0.2.1
5732026-06-04T20:51:21.375Z Downloaded base64ct v1.8.3
5742026-06-04T20:51:21.378Z Downloaded cookie v0.18.1
5752026-06-04T20:51:21.381Z Downloaded bit-vec v0.8.0
5762026-06-04T20:51:21.381Z Downloaded daft v0.1.7
5772026-06-04T20:51:21.383Z Downloaded cobs v0.3.0
5782026-06-04T20:51:21.383Z Downloaded byte-wrapper v0.1.0
5792026-06-04T20:51:21.386Z Downloaded async-stream-impl v0.3.6
5802026-06-04T20:51:21.389Z Downloaded bytes v1.11.1
5812026-06-04T20:51:21.392Z Downloaded adler2 v2.0.1
5822026-06-04T20:51:21.394Z Downloaded blake2 v0.10.6
5832026-06-04T20:51:21.398Z Downloaded bb8 v0.8.6
5842026-06-04T20:51:21.398Z Downloaded crc-any v2.5.0
5852026-06-04T20:51:21.400Z Downloaded bitflags v1.3.2
5862026-06-04T20:51:21.403Z Downloaded crc v3.4.0
5872026-06-04T20:51:21.407Z Downloaded castaway v0.2.4
5882026-06-04T20:51:21.407Z Downloaded cmake v0.1.57
5892026-06-04T20:51:21.410Z Downloaded dtrace-parser v0.3.0
5902026-06-04T20:51:21.410Z Downloaded backoff v0.4.0
5912026-06-04T20:51:21.410Z Downloaded chacha20poly1305 v0.10.1
5922026-06-04T20:51:21.410Z Downloaded bitfield-struct v0.6.2
5932026-06-04T20:51:21.413Z Downloaded bit-vec v0.6.3
5942026-06-04T20:51:21.416Z Downloaded dirs-sys-next v0.1.2
5952026-06-04T20:51:21.421Z Downloaded const-oid v0.9.6
5962026-06-04T20:51:21.425Z Downloaded des v0.8.1
5972026-06-04T20:51:21.428Z Downloaded cfg_aliases v0.1.1
5982026-06-04T20:51:21.428Z Downloaded aws-lc-rs v1.16.3
5992026-06-04T20:51:21.431Z Downloaded ctr v0.9.2
6002026-06-04T20:51:21.434Z Downloaded dof v0.4.0
6012026-06-04T20:51:21.434Z Downloaded float-cmp v0.10.0
6022026-06-04T20:51:21.436Z Downloaded env_filter v1.0.0
6032026-06-04T20:51:21.436Z Downloaded ciborium-ll v0.2.2
6042026-06-04T20:51:21.436Z Downloaded bitfield v0.19.4
6052026-06-04T20:51:21.443Z Downloaded dyn-clone v1.0.20
6062026-06-04T20:51:21.443Z Downloaded const_format_proc_macros v0.2.34
6072026-06-04T20:51:21.443Z Downloaded cargo-platform v0.3.2
6082026-06-04T20:51:21.447Z Downloaded difflib v0.4.0
6092026-06-04T20:51:21.447Z Downloaded crossbeam-utils v0.8.21
6102026-06-04T20:51:21.447Z Downloaded atty v0.2.14
6112026-06-04T20:51:21.447Z Downloaded foreign-types-shared v0.1.1
6122026-06-04T20:51:21.447Z Downloaded display-error-chain v0.2.2
6132026-06-04T20:51:21.447Z Downloaded cargo_metadata v0.23.1
6142026-06-04T20:51:21.450Z Downloaded darling_macro v0.13.4
6152026-06-04T20:51:21.450Z Downloaded arrayref v0.3.9
6162026-06-04T20:51:21.450Z Downloaded embedded-io v0.6.1
6172026-06-04T20:51:21.450Z Downloaded bzip2 v0.6.1
6182026-06-04T20:51:21.453Z Downloaded dunce v1.0.5
6192026-06-04T20:51:21.453Z Downloaded derive_builder_macro v0.20.2
6202026-06-04T20:51:21.453Z Downloaded downcast-rs v2.0.2
6212026-06-04T20:51:21.453Z Downloaded defmt-parser v1.0.0
6222026-06-04T20:51:21.453Z Downloaded cstr-argument v0.1.2
6232026-06-04T20:51:21.457Z Downloaded bitfield-macros v0.19.4
6242026-06-04T20:51:21.457Z Downloaded array-init v0.0.4
6252026-06-04T20:51:21.457Z Downloaded async-compression v0.4.41
6262026-06-04T20:51:21.461Z Downloaded document-features v0.2.12
6272026-06-04T20:51:21.464Z Downloaded compression-codecs v0.4.37
6282026-06-04T20:51:21.467Z Downloaded async-recursion v1.1.1
6292026-06-04T20:51:21.469Z Downloaded fd-lock v4.0.4
6302026-06-04T20:51:21.469Z Downloaded aead v0.5.2
6312026-06-04T20:51:21.472Z Downloaded colored v2.2.0
6322026-06-04T20:51:21.472Z Downloaded float-ord v0.3.2
6332026-06-04T20:51:21.475Z Downloaded cipher v0.4.4
6342026-06-04T20:51:21.475Z Downloaded cfg_aliases v0.2.1
6352026-06-04T20:51:21.475Z Downloaded blowfish v0.9.1
6362026-06-04T20:51:21.478Z Downloaded curve25519-dalek-derive v0.1.1
6372026-06-04T20:51:21.478Z Downloaded async-trait v0.1.89
6382026-06-04T20:51:21.478Z Downloaded argon2 v0.5.3
6392026-06-04T20:51:21.480Z Downloaded ff v0.13.1
6402026-06-04T20:51:21.480Z Downloaded ar_archive_writer v0.5.1
6412026-06-04T20:51:21.487Z Downloaded defmt v0.3.100
6422026-06-04T20:51:21.490Z Downloaded crunchy v0.2.4
6432026-06-04T20:51:21.490Z Downloaded darling_macro v0.23.0
6442026-06-04T20:51:21.490Z Downloaded atomic-waker v1.1.2
6452026-06-04T20:51:21.493Z Downloaded foreign-types v0.3.2
6462026-06-04T20:51:21.493Z Downloaded darling_macro v0.20.11
6472026-06-04T20:51:21.493Z Downloaded crucible-workspace-hack v0.1.0
6482026-06-04T20:51:21.565Z Downloaded defmt-macros v1.0.1
6492026-06-04T20:51:21.582Z Downloaded fixedbitset v0.5.7
6502026-06-04T20:51:21.582Z Downloaded cbc v0.1.2
6512026-06-04T20:51:21.582Z Downloaded foreign-types v0.5.0
6522026-06-04T20:51:21.582Z Downloaded endian-type v0.1.2
6532026-06-04T20:51:21.582Z Downloaded cassowary v0.3.0
6542026-06-04T20:51:21.582Z Downloaded camino-tempfile-ext v0.3.3
6552026-06-04T20:51:21.582Z Downloaded filetime v0.2.27
6562026-06-04T20:51:21.582Z Downloaded fallible-iterator v0.2.0
6572026-06-04T20:51:21.582Z Downloaded diff v0.1.13
6582026-06-04T20:51:21.582Z Downloaded constant_time_eq v0.4.2
6592026-06-04T20:51:21.582Z Downloaded env_logger v0.11.9
6602026-06-04T20:51:21.583Z Downloaded crc-catalog v2.4.0
6612026-06-04T20:51:21.583Z Downloaded deranged v0.5.8
6622026-06-04T20:51:21.583Z Downloaded block-padding v0.3.3
6632026-06-04T20:51:21.583Z Downloaded dirs-next v2.0.0
6642026-06-04T20:51:21.583Z Downloaded darling_macro v0.21.3
6652026-06-04T20:51:21.583Z Downloaded base64 v0.22.1
6662026-06-04T20:51:21.583Z Downloaded debug-ignore v1.0.5
6672026-06-04T20:51:21.583Z Downloaded colored v3.1.1
6682026-06-04T20:51:21.583Z Downloaded async-stream v0.3.6
6692026-06-04T20:51:21.583Z Downloaded assert_matches v1.5.0
6702026-06-04T20:51:21.583Z Downloaded foreign-types-shared v0.3.1
6712026-06-04T20:51:21.583Z Downloaded diesel_table_macro_syntax v0.3.0
6722026-06-04T20:51:21.583Z Downloaded cc v1.2.56
6732026-06-04T20:51:21.583Z Downloaded critical-section v1.2.0
6742026-06-04T20:51:21.583Z Downloaded chacha20 v0.10.0
6752026-06-04T20:51:21.583Z Downloaded ed25519 v2.2.3
6762026-06-04T20:51:21.583Z Downloaded cancel-safe-futures v0.1.5
6772026-06-04T20:51:21.583Z Downloaded atomicwrites v0.4.4
6782026-06-04T20:51:21.583Z Downloaded ascii-canvas v3.0.0
6792026-06-04T20:51:21.583Z Downloaded futures-task v0.3.32
6802026-06-04T20:51:21.583Z Downloaded flagset v0.4.7
6812026-06-04T20:51:21.583Z Downloaded futures-macro v0.3.32
6822026-06-04T20:51:21.583Z Downloaded compression-core v0.4.31
6832026-06-04T20:51:21.583Z Downloaded bcrypt-pbkdf v0.10.0
6842026-06-04T20:51:21.583Z Downloaded aes-gcm v0.10.3
6852026-06-04T20:51:21.583Z Downloaded darling v0.21.3
6862026-06-04T20:51:21.583Z Downloaded crc8 v0.1.1
6872026-06-04T20:51:21.583Z Downloaded futures-io v0.3.32
6882026-06-04T20:51:21.583Z Downloaded foldhash v0.2.0
6892026-06-04T20:51:21.583Z Downloaded darling_core v0.20.11
6902026-06-04T20:51:21.583Z Downloaded const_format v0.2.35
6912026-06-04T20:51:21.583Z Downloaded ena v0.14.4
6922026-06-04T20:51:21.583Z Downloaded either v1.15.0
6932026-06-04T20:51:21.583Z Downloaded convert_case v0.10.0
6942026-06-04T20:51:21.591Z Downloaded ecdsa v0.16.9
6952026-06-04T20:51:21.591Z Downloaded der_derive v0.7.3
6962026-06-04T20:51:21.591Z Downloaded hash32 v0.2.1
6972026-06-04T20:51:21.591Z Downloaded derive_more v0.99.20
6982026-06-04T20:51:21.591Z Downloaded foldhash v0.1.5
6992026-06-04T20:51:21.591Z Downloaded erased-serde v0.3.31
7002026-06-04T20:51:21.591Z Downloaded darling v0.20.11
7012026-06-04T20:51:21.591Z Downloaded foreign-types-macros v0.2.3
7022026-06-04T20:51:21.591Z Downloaded allocator-api2 v0.2.21
7032026-06-04T20:51:21.591Z Downloaded hash32 v0.3.1
7042026-06-04T20:51:21.591Z Downloaded derive_builder_core v0.20.2
7052026-06-04T20:51:21.591Z Downloaded home v0.5.12
7062026-06-04T20:51:21.591Z Downloaded fxhash v0.2.1
7072026-06-04T20:51:21.591Z Downloaded darling v0.13.4
7082026-06-04T20:51:21.599Z Downloaded git-stub-vcs v0.1.0
7092026-06-04T20:51:21.599Z Downloaded httpdate v1.0.3
7102026-06-04T20:51:21.599Z Downloaded console v0.15.11
7112026-06-04T20:51:21.599Z Downloaded base16ct v0.2.0
7122026-06-04T20:51:21.599Z Downloaded bit-set v0.5.3
7132026-06-04T20:51:21.599Z Downloaded bzip2 v0.4.4
7142026-06-04T20:51:21.603Z Downloaded arrayvec v0.7.6
7152026-06-04T20:51:21.603Z Downloaded futures-executor v0.3.32
7162026-06-04T20:51:21.613Z Downloaded futures v0.3.32
7172026-06-04T20:51:21.613Z Downloaded group v0.13.0
7182026-06-04T20:51:21.616Z Downloaded convert_case v0.4.0
7192026-06-04T20:51:21.616Z Downloaded ciborium-io v0.2.2
7202026-06-04T20:51:21.616Z Downloaded fs-err v2.11.0
7212026-06-04T20:51:21.619Z Downloaded dropshot_endpoint v0.17.0
7222026-06-04T20:51:21.624Z Downloaded darling_core v0.13.4
7232026-06-04T20:51:21.624Z Downloaded console v0.16.2
7242026-06-04T20:51:21.624Z Downloaded ident_case v1.0.1
7252026-06-04T20:51:21.627Z Downloaded crossbeam-channel v0.5.15
7262026-06-04T20:51:21.627Z Downloaded ciborium v0.2.2
7272026-06-04T20:51:21.630Z Downloaded cexpr v0.6.0
7282026-06-04T20:51:21.630Z Downloaded cpufeatures v0.3.0
7292026-06-04T20:51:21.630Z Downloaded arc-swap v1.8.2
7302026-06-04T20:51:21.633Z Downloaded impl-trait-for-tuples v0.2.3
7312026-06-04T20:51:21.640Z Downloaded bcs v0.1.6
7322026-06-04T20:51:21.640Z Downloaded getrandom v0.3.4
7332026-06-04T20:51:21.643Z Downloaded hyper-tls v0.6.0
7342026-06-04T20:51:21.643Z Downloaded dropshot-api-manager v0.7.2
7352026-06-04T20:51:21.643Z Downloaded is_ci v1.2.0
7362026-06-04T20:51:21.646Z Downloaded hex-literal v0.4.1
7372026-06-04T20:51:21.646Z Downloaded buf-list v1.1.2
7382026-06-04T20:51:21.649Z Downloaded illumos-nvpair v0.3.0
7392026-06-04T20:51:21.649Z Downloaded find-msvc-tools v0.1.9
7402026-06-04T20:51:21.649Z Downloaded dsl_auto_type v0.2.0
7412026-06-04T20:51:21.649Z Downloaded crossbeam-epoch v0.9.18
7422026-06-04T20:51:21.653Z Downloaded elliptic-curve v0.13.8
7432026-06-04T20:51:21.655Z Downloaded derive-ex v0.1.8
7442026-06-04T20:51:21.655Z Downloaded cookie_store v0.22.1
7452026-06-04T20:51:21.655Z Downloaded chacha20 v0.9.1
7462026-06-04T20:51:21.658Z Downloaded embedded-io v0.4.0
7472026-06-04T20:51:21.658Z Downloaded base64 v0.21.7
7482026-06-04T20:51:21.661Z Downloaded fatfs v0.3.6
7492026-06-04T20:51:21.664Z Downloaded crc32fast v1.5.0
7502026-06-04T20:51:21.664Z Downloaded corncobs v0.1.4
7512026-06-04T20:51:21.667Z Downloaded http-range v0.1.5
7522026-06-04T20:51:21.667Z Downloaded ed25519-dalek v2.2.0
7532026-06-04T20:51:21.670Z Downloaded http-body-util v0.1.3
7542026-06-04T20:51:21.670Z Downloaded darling_core v0.21.3
7552026-06-04T20:51:21.672Z Downloaded http-body v1.0.1
7562026-06-04T20:51:21.675Z Downloaded aes v0.8.4
7572026-06-04T20:51:21.678Z Downloaded hubpack_derive v0.1.1
7582026-06-04T20:51:21.678Z Downloaded flume v0.11.1
7592026-06-04T20:51:21.678Z Downloaded darling_core v0.23.0
7602026-06-04T20:51:21.682Z Downloaded keccak v0.1.6
7612026-06-04T20:51:21.687Z Downloaded lazy_static v1.5.0
7622026-06-04T20:51:21.700Z Downloaded memoffset v0.9.1
7632026-06-04T20:51:21.703Z Downloaded git-stub v1.0.0
7642026-06-04T20:51:21.703Z Downloaded lalrpop-util v0.19.12
7652026-06-04T20:51:21.703Z Downloaded kstat-rs v0.2.4
7662026-06-04T20:51:21.706Z Downloaded indoc v1.0.9
7672026-06-04T20:51:21.706Z Downloaded half v2.7.1
7682026-06-04T20:51:21.708Z Downloaded futures-sink v0.3.32
7692026-06-04T20:51:21.708Z Downloaded drift v0.2.0
7702026-06-04T20:51:21.714Z Downloaded hostname v0.4.2
7712026-06-04T20:51:21.716Z Downloaded ipnetwork v0.21.1
7722026-06-04T20:51:21.719Z Downloaded hyper-staticfile v0.10.1
7732026-06-04T20:51:21.719Z Downloaded maybe-uninit v2.0.0
7742026-06-04T20:51:21.722Z Downloaded humantime v2.3.0
7752026-06-04T20:51:21.722Z Downloaded num-conv v0.2.0
7762026-06-04T20:51:21.722Z Downloaded maplit v1.0.2
7772026-06-04T20:51:21.729Z Downloaded aho-corasick v1.1.4
7782026-06-04T20:51:21.731Z Downloaded libscf-sys v1.1.0
7792026-06-04T20:51:21.731Z Downloaded crossterm v0.28.1
7802026-06-04T20:51:21.731Z Downloaded internet-checksum v0.2.1
7812026-06-04T20:51:21.731Z Downloaded instability v0.3.11
7822026-06-04T20:51:21.734Z Downloaded ingot-types v0.1.2
7832026-06-04T20:51:21.734Z Downloaded nibble_vec v0.1.0
7842026-06-04T20:51:21.737Z Downloaded native-tls v0.2.18
7852026-06-04T20:51:21.737Z Downloaded multimap v0.10.1
7862026-06-04T20:51:21.737Z Downloaded openssl-probe v0.1.6
7872026-06-04T20:51:21.737Z Downloaded fs_extra v1.3.0
7882026-06-04T20:51:21.740Z Downloaded nonempty v0.12.0
7892026-06-04T20:51:21.740Z Downloaded match_cfg v0.1.0
7902026-06-04T20:51:21.740Z Downloaded hostname v0.3.1
7912026-06-04T20:51:21.743Z Downloaded indoc v2.0.7
7922026-06-04T20:51:21.743Z Downloaded multer v3.1.0
7932026-06-04T20:51:21.746Z Downloaded opaque-debug v0.3.1
7942026-06-04T20:51:21.746Z Downloaded num_threads v0.1.7
7952026-06-04T20:51:21.746Z Downloaded num-derive v0.4.2
7962026-06-04T20:51:21.749Z Downloaded linear-map v1.2.0
7972026-06-04T20:51:21.749Z Downloaded libefi-sys v0.1.0
7982026-06-04T20:51:21.749Z Downloaded globset v0.4.18
7992026-06-04T20:51:21.752Z Downloaded num-derive v0.3.3
8002026-06-04T20:51:21.752Z Downloaded diesel_derives v2.3.7
8012026-06-04T20:51:21.755Z Downloaded gethostname v0.5.0
8022026-06-04T20:51:21.758Z Downloaded indent_write v2.2.0
8032026-06-04T20:51:21.758Z Downloaded derive_more v2.1.1
8042026-06-04T20:51:21.764Z Downloaded nodrop v0.1.14
8052026-06-04T20:51:21.766Z Downloaded lzss v0.8.2
8062026-06-04T20:51:21.766Z Downloaded heapless v0.7.17
8072026-06-04T20:51:21.769Z Downloaded darling v0.23.0
8082026-06-04T20:51:21.772Z Downloaded packed_struct_codegen v0.10.1
8092026-06-04T20:51:21.772Z Downloaded oso-derive v0.27.3
8102026-06-04T20:51:21.775Z Downloaded bstr v1.12.1
8112026-06-04T20:51:21.778Z Downloaded nanorand v0.7.0
8122026-06-04T20:51:21.780Z Downloaded parse-size v1.1.0
8132026-06-04T20:51:21.780Z Downloaded lru-cache v0.1.2
8142026-06-04T20:51:21.780Z Downloaded derive_builder v0.20.2
8152026-06-04T20:51:21.783Z Downloaded path-slash v0.1.5
8162026-06-04T20:51:21.786Z Downloaded libsw-core v0.3.2
8172026-06-04T20:51:21.786Z Downloaded hyper-rustls v0.27.7
8182026-06-04T20:51:21.790Z Downloaded futures-channel v0.3.32
8192026-06-04T20:51:21.790Z Downloaded num_enum v0.5.11
8202026-06-04T20:51:21.792Z Downloaded num v0.4.3
8212026-06-04T20:51:21.792Z Downloaded lock_api v0.4.14
8222026-06-04T20:51:21.795Z Downloaded libsw v3.5.0
8232026-06-04T20:51:21.795Z Downloaded md5 v0.7.0
8242026-06-04T20:51:21.795Z Downloaded owo-colors v4.3.0
8252026-06-04T20:51:21.798Z Downloaded mime v0.3.17
8262026-06-04T20:51:21.798Z Downloaded parse-display v0.10.0
8272026-06-04T20:51:21.798Z Downloaded openssl-probe v0.2.1
8282026-06-04T20:51:21.801Z Downloaded daft-derive v0.1.7
8292026-06-04T20:51:21.801Z Downloaded half v1.8.3
8302026-06-04T20:51:21.806Z Downloaded newtype-uuid-macros v0.1.0
8312026-06-04T20:51:21.806Z Downloaded parking_lot_core v0.8.6
8322026-06-04T20:51:21.810Z Downloaded litrs v1.0.0
8332026-06-04T20:51:21.810Z Downloaded packed_struct v0.10.1
8342026-06-04T20:51:21.810Z Downloaded num_enum v0.7.5
8352026-06-04T20:51:21.813Z Downloaded pbkdf2 v0.12.2
8362026-06-04T20:51:21.813Z Downloaded illumos-nvpair-sys v0.2.0
8372026-06-04T20:51:21.813Z Downloaded headers-core v0.3.0
8382026-06-04T20:51:21.813Z Downloaded blake3 v1.8.3
8392026-06-04T20:51:21.817Z Downloaded olpc-cjson v0.1.4
8402026-06-04T20:51:21.820Z Downloaded num-iter v0.1.45
8412026-06-04T20:51:21.820Z Downloaded memmap2 v0.9.10
8422026-06-04T20:51:21.820Z Downloaded ghash v0.5.1
8432026-06-04T20:51:21.823Z Downloaded oxide-tokio-rt v0.1.4
8442026-06-04T20:51:21.823Z Downloaded nu-ansi-term v0.50.3
8452026-06-04T20:51:21.826Z Downloaded ignore v0.4.25
8462026-06-04T20:51:21.826Z Downloaded getrandom v0.2.17
8472026-06-04T20:51:21.829Z Downloaded expectorate v1.2.0
8482026-06-04T20:51:21.829Z Downloaded lru-slab v0.1.2
8492026-06-04T20:51:21.829Z Downloaded glob v0.3.3
8502026-06-04T20:51:21.831Z Downloaded derive-where v1.6.0
8512026-06-04T20:51:21.834Z Downloaded futures-core v0.3.32
8522026-06-04T20:51:21.834Z Downloaded compact_str v0.8.1
8532026-06-04T20:51:21.842Z Downloaded parking_lot_core v0.9.12
8542026-06-04T20:51:21.846Z Downloaded futures-util v0.3.32
8552026-06-04T20:51:21.853Z Downloaded pin-utils v0.1.0
8562026-06-04T20:51:21.857Z Downloaded headers v0.4.1
8572026-06-04T20:51:21.860Z Downloaded hickory-resolver v0.25.2
8582026-06-04T20:51:21.860Z Downloaded phf_shared v0.11.3
8592026-06-04T20:51:21.863Z Downloaded oso v0.27.3
8602026-06-04T20:51:21.863Z Downloaded phf v0.13.1
8612026-06-04T20:51:21.865Z Downloaded pem-rfc7468 v0.7.0
8622026-06-04T20:51:21.865Z Downloaded pkcs8 v0.10.2
8632026-06-04T20:51:21.868Z Downloaded powerfmt v0.2.0
8642026-06-04T20:51:21.868Z Downloaded pkg-config v0.3.32
8652026-06-04T20:51:21.868Z Downloaded miniz_oxide v0.8.9
8662026-06-04T20:51:21.871Z Downloaded hashbrown v0.12.3
8672026-06-04T20:51:21.874Z Downloaded libbz2-rs-sys v0.2.2
8682026-06-04T20:51:21.874Z Downloaded phf_shared v0.13.1
8692026-06-04T20:51:21.877Z Downloaded peg-runtime v0.8.5
8702026-06-04T20:51:21.877Z Downloaded globwalk v0.9.1
8712026-06-04T20:51:21.877Z Downloaded progenitor-client v0.10.0
8722026-06-04T20:51:21.877Z Downloaded num_enum_derive v0.7.5
8732026-06-04T20:51:21.881Z Downloaded postgres-protocol v0.6.10
8742026-06-04T20:51:21.883Z Downloaded predicates-tree v1.0.13
8752026-06-04T20:51:21.883Z Downloaded crossterm v0.29.0
8762026-06-04T20:51:21.889Z Downloaded hex v0.4.3
8772026-06-04T20:51:21.889Z Downloaded p256 v0.13.2
8782026-06-04T20:51:21.892Z Downloaded oxnet v0.1.4
8792026-06-04T20:51:21.892Z Downloaded omicron-zone-package v0.12.2
8802026-06-04T20:51:21.895Z Downloaded proc-macro-crate v1.3.1
8812026-06-04T20:51:21.895Z Downloaded precomputed-hash v0.1.1
8822026-06-04T20:51:21.895Z Downloaded num-integer v0.1.46
8832026-06-04T20:51:21.898Z Downloaded polyval v0.6.2
8842026-06-04T20:51:21.898Z Downloaded h2 v0.4.13
8852026-06-04T20:51:21.902Z Downloaded jiff-static v0.2.21
8862026-06-04T20:51:21.905Z Downloaded bitvec v1.0.1
8872026-06-04T20:51:21.911Z Downloaded progenitor-macro v0.14.0
8882026-06-04T20:51:21.913Z Downloaded ppv-lite86 v0.2.21
8892026-06-04T20:51:21.913Z Downloaded peg-macros v0.8.5
8902026-06-04T20:51:21.913Z Downloaded paste v1.0.15
8912026-06-04T20:51:21.919Z Downloaded parse-display-derive v0.10.0
8922026-06-04T20:51:21.919Z Downloaded managed v0.8.0
8932026-06-04T20:51:21.919Z Downloaded der v0.7.10
8942026-06-04T20:51:21.922Z Downloaded quick-error v1.2.3
8952026-06-04T20:51:21.925Z Downloaded rand_xorshift v0.4.0
8962026-06-04T20:51:21.925Z Downloaded linked-hash-map v0.5.6
8972026-06-04T20:51:21.925Z Downloaded funty v2.0.0
8982026-06-04T20:51:21.925Z Downloaded hubpack v0.1.2
8992026-06-04T20:51:21.928Z Downloaded itertools v0.10.5
9002026-06-04T20:51:21.931Z Downloaded hmac v0.12.1
9012026-06-04T20:51:21.935Z Downloaded recursive v0.1.1
9022026-06-04T20:51:21.935Z Downloaded hashbrown v0.13.2
9032026-06-04T20:51:21.938Z Downloaded progenitor v0.11.2
9042026-06-04T20:51:21.941Z Downloaded pkcs5 v0.7.1
9052026-06-04T20:51:21.944Z Downloaded is-terminal v0.4.17
9062026-06-04T20:51:21.944Z Downloaded primeorder v0.13.6
9072026-06-04T20:51:21.944Z Downloaded hickory-server v0.25.2
9082026-06-04T20:51:21.947Z Downloaded rand_core v0.6.4
9092026-06-04T20:51:21.950Z Downloaded ingot v0.1.1
9102026-06-04T20:51:21.950Z Downloaded hashbrown v0.15.5
9112026-06-04T20:51:21.954Z Downloaded ref-cast-impl v1.0.25
9122026-06-04T20:51:21.954Z Downloaded lru v0.12.5
9132026-06-04T20:51:21.958Z Downloaded iana-time-zone v0.1.65
9142026-06-04T20:51:21.958Z Downloaded chrono v0.4.44
9152026-06-04T20:51:21.961Z Downloaded rand_core v0.10.0
9162026-06-04T20:51:21.961Z Downloaded progenitor v0.14.0
9172026-06-04T20:51:21.961Z Downloaded proc-macro-error2 v2.0.1
9182026-06-04T20:51:21.964Z Downloaded postgres-types v0.2.12
9192026-06-04T20:51:21.966Z Downloaded parking_lot v0.11.2
9202026-06-04T20:51:21.966Z Downloaded instant v0.1.13
9212026-06-04T20:51:21.969Z Downloaded rand_chacha v0.9.0
9222026-06-04T20:51:21.969Z Downloaded r2d2 v0.8.10
9232026-06-04T20:51:21.969Z Downloaded md-5 v0.10.6
9242026-06-04T20:51:21.972Z Downloaded pin-project v1.1.11
9252026-06-04T20:51:21.996Z Downloaded rfc6979 v0.4.0
9262026-06-04T20:51:22.004Z Downloaded postcard v1.1.3
9272026-06-04T20:51:22.004Z Downloaded iri-string v0.7.10
9282026-06-04T20:51:22.004Z Downloaded prefix-trie v0.7.0
9292026-06-04T20:51:22.005Z Downloaded password-hash v0.4.2
9302026-06-04T20:51:22.005Z Downloaded openssl-macros v0.1.1
9312026-06-04T20:51:22.005Z Downloaded highway v1.3.0
9322026-06-04T20:51:22.005Z Downloaded derive_more-impl v2.1.1
9332026-06-04T20:51:22.005Z Downloaded inout v0.1.4
9342026-06-04T20:51:22.005Z Downloaded hyper-util v0.1.20
9352026-06-04T20:51:22.005Z Downloaded bindgen v0.71.1
9362026-06-04T20:51:22.005Z Downloaded rustc_version v0.1.7
9372026-06-04T20:51:22.005Z Downloaded jobserver v0.1.34
9382026-06-04T20:51:22.008Z Downloaded flate2 v1.1.9
9392026-06-04T20:51:22.008Z Downloaded progenitor-impl v0.14.0
9402026-06-04T20:51:22.008Z Downloaded hashbrown v0.16.1
9412026-06-04T20:51:22.012Z Downloaded newline-converter v0.3.0
9422026-06-04T20:51:22.015Z Downloaded rustc_version v0.4.1
9432026-06-04T20:51:22.015Z Downloaded normalize-line-endings v0.3.0
9442026-06-04T20:51:22.019Z Downloaded progenitor-extras v0.2.0
9452026-06-04T20:51:22.022Z Downloaded iddqd v0.4.2
9462026-06-04T20:51:22.025Z Downloaded russh-cryptovec v0.7.3
9472026-06-04T20:51:22.032Z Downloaded same-file v1.0.6
9482026-06-04T20:51:22.035Z Downloaded ipnet v2.11.0
9492026-06-04T20:51:22.064Z Downloaded peg v0.8.5
9502026-06-04T20:51:22.064Z Downloaded rustc-hash v2.1.1
9512026-06-04T20:51:22.068Z Downloaded russh-keys v0.45.0
9522026-06-04T20:51:22.068Z Downloaded num-bigint-dig v0.8.6
9532026-06-04T20:51:22.068Z Downloaded prettyplease v0.2.37
9542026-06-04T20:51:22.068Z Downloaded radium v0.7.0
9552026-06-04T20:51:22.068Z Downloaded itertools v0.12.1
9562026-06-04T20:51:22.068Z Downloaded rustls-pemfile v1.0.4
9572026-06-04T20:51:22.068Z Downloaded num-rational v0.4.2
9582026-06-04T20:51:22.068Z Downloaded nom v7.1.3
9592026-06-04T20:51:22.068Z Downloaded scroll_derive v0.13.1
9602026-06-04T20:51:22.068Z Downloaded rustls-native-certs v0.8.3
9612026-06-04T20:51:22.068Z Downloaded newtype-uuid v1.3.2
9622026-06-04T20:51:22.072Z Downloaded serde_spanned v1.0.4
9632026-06-04T20:51:22.075Z Downloaded serde_urlencoded v0.7.1
9642026-06-04T20:51:22.075Z Downloaded serde_repr v0.1.20
9652026-06-04T20:51:22.075Z Downloaded rusty-fork v0.3.1
9662026-06-04T20:51:22.078Z Downloaded heapless v0.8.0
9672026-06-04T20:51:22.083Z Downloaded rayon-core v1.13.0
9682026-06-04T20:51:22.086Z Downloaded newtype_derive v0.1.6
9692026-06-04T20:51:22.091Z Downloaded signature v2.2.0
9702026-06-04T20:51:22.091Z Downloaded itertools v0.13.0
9712026-06-04T20:51:22.095Z Downloaded schemars_derive v0.8.22
9722026-06-04T20:51:22.095Z Downloaded rtoolbox v0.0.3
9732026-06-04T20:51:22.095Z Downloaded rcgen v0.12.1
9742026-06-04T20:51:22.098Z Downloaded progenitor-impl v0.11.2
9752026-06-04T20:51:22.098Z Downloaded phf_shared v0.12.1
9762026-06-04T20:51:22.101Z Downloaded pbkdf2 v0.11.0
9772026-06-04T20:51:22.101Z Downloaded sha1 v0.10.6
9782026-06-04T20:51:22.101Z Downloaded semver v0.1.20
9792026-06-04T20:51:22.104Z Downloaded rustls-pemfile v2.2.0
9802026-06-04T20:51:22.104Z Downloaded ingot-macros v0.1.1
9812026-06-04T20:51:22.104Z Downloaded libxml v0.3.3
9822026-06-04T20:51:22.108Z Downloaded parking_lot v0.12.5
9832026-06-04T20:51:22.110Z Downloaded shell-words v1.1.1
9842026-06-04T20:51:22.110Z Downloaded serde_path_to_error v0.1.20
9852026-06-04T20:51:22.114Z Downloaded progenitor-client v0.11.2
9862026-06-04T20:51:22.114Z Downloaded scopeguard v1.2.0
9872026-06-04T20:51:22.114Z Downloaded sec1 v0.7.3
9882026-06-04T20:51:22.117Z Downloaded num_enum_derive v0.5.11
9892026-06-04T20:51:22.117Z Downloaded libloading v0.8.9
9902026-06-04T20:51:22.117Z Downloaded slog-envlogger v2.2.0
9912026-06-04T20:51:22.120Z Downloaded serde-hex v0.1.0
9922026-06-04T20:51:22.120Z Downloaded serde_derive_internals v0.29.1
9932026-06-04T20:51:22.120Z Downloaded httparse v1.10.1
9942026-06-04T20:51:22.124Z Downloaded indicatif v0.18.4
9952026-06-04T20:51:22.127Z Downloaded publicsuffix v2.3.0
9962026-06-04T20:51:22.130Z Downloaded poly1305 v0.8.0
9972026-06-04T20:51:22.130Z Downloaded scheduled-thread-pool v0.2.7
9982026-06-04T20:51:22.130Z Downloaded hickory-resolver v0.24.4
9992026-06-04T20:51:22.137Z Downloaded proc-macro-error-attr2 v2.0.0
10002026-06-04T20:51:22.141Z Downloaded slog-bunyan v2.5.0
10012026-06-04T20:51:22.141Z Downloaded siphasher v1.0.2
10022026-06-04T20:51:22.141Z Downloaded shlex v1.3.0
10032026-06-04T20:51:22.141Z Downloaded progenitor-client v0.14.0
10042026-06-04T20:51:22.141Z Downloaded hkdf v0.12.4
10052026-06-04T20:51:22.141Z Downloaded csv-core v0.1.13
10062026-06-04T20:51:22.147Z Downloaded rustls-platform-verifier v0.6.2
10072026-06-04T20:51:22.156Z Downloaded proc-macro-crate v3.4.0
10082026-06-04T20:51:22.156Z Downloaded scroll v0.13.0
10092026-06-04T20:51:22.166Z Downloaded goblin v0.10.5
10102026-06-04T20:51:22.171Z Downloaded signal-hook-registry v1.4.8
10112026-06-04T20:51:22.171Z Downloaded pin-project-internal v1.1.11
10122026-06-04T20:51:22.171Z Downloaded http v1.4.0
10132026-06-04T20:51:22.178Z Downloaded slog-term v2.9.2
10142026-06-04T20:51:22.178Z Downloaded mime_guess v2.0.5
10152026-06-04T20:51:22.178Z Downloaded ryu v1.0.23
10162026-06-04T20:51:22.185Z Downloaded openssl-sys v0.9.115
10172026-06-04T20:51:22.185Z Downloaded pin-project-lite v0.2.17
10182026-06-04T20:51:22.185Z Downloaded indexmap v1.9.3
10192026-06-04T20:51:22.300Z Downloaded csv v1.4.0
10202026-06-04T20:51:22.329Z Downloaded ssh-cipher v0.2.0
10212026-06-04T20:51:22.329Z Downloaded slog-stdlog v4.1.1
10222026-06-04T20:51:22.329Z Downloaded schemars v0.8.22
10232026-06-04T20:51:22.329Z Downloaded tabwriter v1.4.1
10242026-06-04T20:51:22.330Z Downloaded structmeta-derive v0.3.0
10252026-06-04T20:51:22.330Z Downloaded structmeta v0.3.0
10262026-06-04T20:51:22.330Z Downloaded salsa20 v0.10.2
10272026-06-04T20:51:22.330Z Downloaded ref-cast v1.0.25
10282026-06-04T20:51:22.330Z Downloaded rand v0.9.2
10292026-06-04T20:51:22.330Z Downloaded rand_core v0.9.5
10302026-06-04T20:51:22.330Z Downloaded papergrid v0.17.0
10312026-06-04T20:51:22.330Z Downloaded signal-hook v0.3.18
10322026-06-04T20:51:22.330Z Downloaded tagptr v0.2.0
10332026-06-04T20:51:22.330Z Downloaded predicates v3.1.4
10342026-06-04T20:51:22.330Z Downloaded progenitor-macro v0.11.2
10352026-06-04T20:51:22.330Z Downloaded static_assertions v1.1.0
10362026-06-04T20:51:22.330Z Downloaded serde_plain v1.0.2
10372026-06-04T20:51:22.330Z Downloaded pkcs1 v0.7.5
10382026-06-04T20:51:22.330Z Downloaded mio v1.2.0
10392026-06-04T20:51:22.330Z Downloaded psl-types v2.0.11
10402026-06-04T20:51:22.331Z Downloaded progenitor v0.13.0
10412026-06-04T20:51:22.331Z Downloaded ssh-encoding v0.2.0
10422026-06-04T20:51:22.331Z Downloaded signal-hook-tokio v0.3.1
10432026-06-04T20:51:22.331Z Downloaded sync_wrapper v1.0.2
10442026-06-04T20:51:22.331Z Downloaded slog v2.8.2
10452026-06-04T20:51:22.331Z Downloaded spin v0.9.8
10462026-06-04T20:51:22.331Z Downloaded strip-ansi-escapes v0.2.1
10472026-06-04T20:51:22.331Z Downloaded rustls-webpki v0.103.9
10482026-06-04T20:51:22.331Z Downloaded num-complex v0.4.6
10492026-06-04T20:51:22.331Z Downloaded progenitor-client v0.13.0
10502026-06-04T20:51:22.331Z Downloaded take_mut v0.2.2
10512026-06-04T20:51:22.331Z Downloaded minimal-lexical v0.2.1
10522026-06-04T20:51:22.331Z Downloaded new_debug_unreachable v1.0.6
10532026-06-04T20:51:22.331Z Downloaded phf v0.12.1
10542026-06-04T20:51:22.332Z Downloaded time-core v0.1.8
10552026-06-04T20:51:22.332Z Downloaded secrecy v0.10.3
10562026-06-04T20:51:22.332Z Downloaded smallvec v0.6.14
10572026-06-04T20:51:22.332Z Downloaded hyper v1.8.1
10582026-06-04T20:51:22.332Z Downloaded progenitor-impl v0.13.0
10592026-06-04T20:51:22.332Z Downloaded pem v3.0.6
10602026-06-04T20:51:22.332Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-04T20:51:22.332Z Downloaded support-bundle-viewer v0.1.2
10622026-06-04T20:51:22.332Z Downloaded strum_macros v0.26.4
10632026-06-04T20:51:22.332Z Downloaded rand_chacha v0.3.1
10642026-06-04T20:51:22.332Z Downloaded strum v0.27.2
10652026-06-04T20:51:22.332Z Downloaded slab v0.4.12
10662026-06-04T20:51:22.332Z Downloaded thiserror-no-std v2.0.2
10672026-06-04T20:51:22.333Z Downloaded string_cache v0.8.9
10682026-06-04T20:51:22.333Z Downloaded psm v0.1.30
10692026-06-04T20:51:22.333Z Downloaded password-hash v0.5.0
10702026-06-04T20:51:22.333Z Downloaded sync-ptr v0.1.4
10712026-06-04T20:51:22.333Z Downloaded num-bigint v0.4.6
10722026-06-04T20:51:22.333Z Downloaded git2 v0.20.4
10732026-06-04T20:51:22.333Z Downloaded scrypt v0.11.0
10742026-06-04T20:51:22.333Z Downloaded secrecy v0.8.0
10752026-06-04T20:51:22.333Z Downloaded seq-macro v0.3.6
10762026-06-04T20:51:22.333Z Downloaded tokio-rustls v0.25.0
10772026-06-04T20:51:22.333Z Downloaded serde_with_macros v3.17.0
10782026-06-04T20:51:22.333Z Downloaded signal-hook-mio v0.2.5
10792026-06-04T20:51:22.333Z Downloaded tokio-macros v2.7.0
10802026-06-04T20:51:22.333Z Downloaded tinyvec_macros v0.1.1
10812026-06-04T20:51:22.334Z Downloaded recursive-proc-macro-impl v0.1.1
10822026-06-04T20:51:22.334Z Downloaded predicates-core v1.0.10
10832026-06-04T20:51:22.352Z Downloaded sqlformat v0.3.5
10842026-06-04T20:51:22.352Z Downloaded schemars v1.2.1
10852026-06-04T20:51:22.352Z Downloaded topological-sort v0.2.2
10862026-06-04T20:51:22.352Z Downloaded tiny-keccak v2.0.2
10872026-06-04T20:51:22.353Z Downloaded quinn-udp v0.5.14
10882026-06-04T20:51:22.353Z Downloaded serde_cbor v0.11.2
10892026-06-04T20:51:22.353Z Downloaded itertools v0.14.0
10902026-06-04T20:51:22.365Z Downloaded tls_codec v0.4.2
10912026-06-04T20:51:22.366Z Downloaded p384 v0.13.1
10922026-06-04T20:51:22.366Z Downloaded progenitor-macro v0.13.0
10932026-06-04T20:51:22.366Z Downloaded rpassword v7.4.0
10942026-06-04T20:51:22.366Z Downloaded snafu-derive v0.8.9
10952026-06-04T20:51:22.366Z Downloaded slog-async v2.8.0
10962026-06-04T20:51:22.366Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10972026-06-04T20:51:22.366Z Downloaded time-macros v0.2.27
10982026-06-04T20:51:22.366Z Downloaded stringprep v0.1.5
10992026-06-04T20:51:22.366Z Downloaded rand_seeder v0.4.0
11002026-06-04T20:51:22.366Z Downloaded serde-big-array v0.5.1
11012026-06-04T20:51:22.366Z Downloaded moka v0.12.13
11022026-06-04T20:51:22.383Z Downloaded pretty_assertions v1.4.1
11032026-06-04T20:51:22.383Z Downloaded lalrpop v0.19.12
11042026-06-04T20:51:22.383Z Downloaded tokio-tungstenite v0.23.1
11052026-06-04T20:51:22.383Z Downloaded serde_yaml v0.9.34+deprecated
11062026-06-04T20:51:22.392Z Downloaded sct v0.7.1
11072026-06-04T20:51:22.392Z Downloaded test-strategy v0.4.5
11082026-06-04T20:51:22.392Z Downloaded term v1.2.1
11092026-06-04T20:51:22.392Z Downloaded typify-macro v0.4.3
11102026-06-04T20:51:22.392Z Downloaded strum_macros v0.24.3
11112026-06-04T20:51:22.392Z Downloaded untrusted v0.9.0
11122026-06-04T20:51:22.397Z Downloaded universal-hash v0.5.1
11132026-06-04T20:51:22.402Z Downloaded usdt-macro v0.6.0
11142026-06-04T20:51:22.409Z Downloaded utf-8 v0.7.6
11152026-06-04T20:51:22.418Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-06-04T20:51:22.423Z Downloaded usdt v0.6.0
11172026-06-04T20:51:22.423Z Downloaded rayon v1.11.0
11182026-06-04T20:51:22.428Z Downloaded subtle v2.6.1
11192026-06-04T20:51:22.428Z Downloaded rustversion v1.0.22
11202026-06-04T20:51:22.434Z Downloaded unit-prefix v0.5.2
11212026-06-04T20:51:22.438Z Downloaded strsim v0.10.0
11222026-06-04T20:51:22.438Z Downloaded want v0.3.1
11232026-06-04T20:51:22.438Z Downloaded testing_table v0.3.0
11242026-06-04T20:51:22.438Z Downloaded xattr v1.6.1
11252026-06-04T20:51:22.510Z Downloaded tokio-stream v0.1.18
11262026-06-04T20:51:22.516Z Downloaded slog-json v2.6.1
11272026-06-04T20:51:22.516Z Downloaded subprocess v0.2.15
11282026-06-04T20:51:22.516Z Downloaded reqwest v0.12.28
11292026-06-04T20:51:22.516Z Downloaded libm v0.2.16
11302026-06-04T20:51:22.516Z Downloaded tar v0.4.45
11312026-06-04T20:51:22.516Z Downloaded serde_with_macros v1.5.2
11322026-06-04T20:51:22.516Z Downloaded reqwest v0.13.2
11332026-06-04T20:51:22.516Z Downloaded regex v1.12.3
11342026-06-04T20:51:22.516Z Downloaded zeroize_derive v1.4.3
11352026-06-04T20:51:22.516Z Downloaded tabled_derive v0.11.0
11362026-06-04T20:51:22.516Z Downloaded tracing-attributes v0.1.31
11372026-06-04T20:51:22.516Z Downloaded vergen-lib v0.1.6
11382026-06-04T20:51:22.516Z Downloaded twox-hash v2.1.2
11392026-06-04T20:51:22.516Z Downloaded toml v1.0.6+spec-1.1.0
11402026-06-04T20:51:22.516Z Downloaded vergen-git2 v9.1.0
11412026-06-04T20:51:22.516Z Downloaded strum v0.26.3
11422026-06-04T20:51:22.516Z Downloaded vergen-lib v9.1.0
11432026-06-04T20:51:22.516Z Downloaded simd-adler32 v0.3.8
11442026-06-04T20:51:22.516Z Downloaded sapling-renderdag v0.1.0
11452026-06-04T20:51:22.517Z Downloaded whoami v1.6.1
11462026-06-04T20:51:22.517Z Downloaded zone_cfg_derive v0.3.1
11472026-06-04T20:51:22.517Z Downloaded russh v0.45.0
11482026-06-04T20:51:22.517Z Downloaded usdt-impl v0.6.0
11492026-06-04T20:51:22.517Z Downloaded curve25519-dalek v4.1.3
11502026-06-04T20:51:22.517Z Downloaded rustls-pki-types v1.14.0
11512026-06-04T20:51:22.517Z Downloaded thread_local v1.1.9
11522026-06-04T20:51:22.517Z Downloaded strum_macros v0.27.2
11532026-06-04T20:51:22.517Z Downloaded quinn v0.11.9
11542026-06-04T20:51:22.517Z Downloaded sqlparser_derive v0.5.0
11552026-06-04T20:51:22.517Z Downloaded sigpipe v0.1.3
11562026-06-04T20:51:22.517Z Downloaded quick-xml v0.37.5
11572026-06-04T20:51:22.524Z Downloaded tokio-native-tls v0.3.1
11582026-06-04T20:51:22.524Z Downloaded diesel-dtrace v0.5.0
11592026-06-04T20:51:22.527Z Downloaded stacker v0.1.23
11602026-06-04T20:51:22.527Z Downloaded tower-service v0.3.3
11612026-06-04T20:51:22.531Z Downloaded serde_bytes v0.11.19
11622026-06-04T20:51:22.534Z Downloaded typify v0.6.2
11632026-06-04T20:51:22.534Z Downloaded typify v0.4.3
11642026-06-04T20:51:22.539Z Downloaded vsss-rs v3.3.4
11652026-06-04T20:51:22.542Z Downloaded zstd v0.13.3
11662026-06-04T20:51:22.542Z Downloaded unicode-truncate v1.1.0
11672026-06-04T20:51:22.542Z Downloaded resolv-conf v0.7.6
11682026-06-04T20:51:22.542Z Downloaded waitgroup v0.1.2
11692026-06-04T20:51:22.542Z Downloaded proptest v1.10.0
11702026-06-04T20:51:22.550Z Downloaded xshell-macros v0.2.7
11712026-06-04T20:51:22.553Z Downloaded usdt-attr-macro v0.6.0
11722026-06-04T20:51:22.553Z Downloaded tracing-core v0.1.36
11732026-06-04T20:51:22.553Z Downloaded yasna v0.5.2
11742026-06-04T20:51:22.553Z Downloaded toml_edit v0.23.10+spec-1.0.0
11752026-06-04T20:51:22.557Z Downloaded rand v0.10.0
11762026-06-04T20:51:22.560Z Downloaded object v0.30.4
11772026-06-04T20:51:22.564Z Downloaded unarray v0.1.4
11782026-06-04T20:51:22.564Z Downloaded ron v0.8.1
11792026-06-04T20:51:22.576Z Downloaded tls_codec_derive v0.4.2
11802026-06-04T20:51:22.583Z Downloaded wait-timeout v0.2.1
11812026-06-04T20:51:22.583Z Downloaded toml_edit v0.19.15
11822026-06-04T20:51:22.587Z Downloaded uuid v1.23.0
11832026-06-04T20:51:22.590Z Downloaded unicode-bidi v0.3.18
11842026-06-04T20:51:22.593Z Downloaded try-lock v0.2.5
11852026-06-04T20:51:22.593Z Downloaded salty v0.3.0
11862026-06-04T20:51:22.596Z Downloaded tap v1.0.1
11872026-06-04T20:51:22.596Z Downloaded p521 v0.13.3
11882026-06-04T20:51:22.601Z Downloaded zopfli v0.8.3
11892026-06-04T20:51:22.606Z Downloaded similar v2.7.0
11902026-06-04T20:51:22.610Z Downloaded rand v0.8.6
11912026-06-04T20:51:22.614Z Downloaded radix_trie v0.2.1
11922026-06-04T20:51:22.617Z Downloaded whoami v2.1.0
11932026-06-04T20:51:22.617Z Downloaded walkdir v2.5.0
11942026-06-04T20:51:22.621Z Downloaded unicode-properties v0.1.4
11952026-06-04T20:51:22.624Z Downloaded rsa v0.9.10
11962026-06-04T20:51:22.627Z Downloaded socket2 v0.6.3
11972026-06-04T20:51:22.627Z Downloaded spki v0.7.3
11982026-06-04T20:51:22.629Z Downloaded smf v0.2.3
11992026-06-04T20:51:22.629Z Downloaded qorb v0.4.1
12002026-06-04T20:51:22.633Z Downloaded zstd-safe v7.2.4
12012026-06-04T20:51:22.633Z Downloaded unicase v2.9.0
12022026-06-04T20:51:22.636Z Downloaded slog-scope v4.4.1
12032026-06-04T20:51:22.640Z Downloaded snafu v0.8.9
12042026-06-04T20:51:22.643Z Downloaded samael v0.0.19
12052026-06-04T20:51:22.646Z Downloaded uzers v0.12.2
12062026-06-04T20:51:22.652Z Downloaded tokio-tungstenite v0.21.0
12072026-06-04T20:51:22.655Z Downloaded schemars v0.9.0
12082026-06-04T20:51:22.658Z Downloaded toml_parser v1.0.9+spec-1.1.0
12092026-06-04T20:51:22.664Z Downloaded slog-dtrace v0.3.0
12102026-06-04T20:51:22.664Z Downloaded vergen v9.1.0
12112026-06-04T20:51:22.669Z Downloaded term v0.7.0
12122026-06-04T20:51:22.669Z Downloaded supports-color v3.0.2
12132026-06-04T20:51:22.669Z Downloaded termtree v0.5.1
12142026-06-04T20:51:22.671Z Downloaded nix v0.31.2
12152026-06-04T20:51:22.678Z Downloaded xshell v0.2.7
12162026-06-04T20:51:22.681Z Downloaded unicode-normalization v0.1.25
12172026-06-04T20:51:22.685Z Downloaded tokio-rustls v0.26.4
12182026-06-04T20:51:22.685Z Downloaded thread-id v5.1.0
12192026-06-04T20:51:22.687Z Downloaded tower-http v0.6.8
12202026-06-04T20:51:22.690Z Downloaded trait-variant v0.1.2
12212026-06-04T20:51:22.690Z Downloaded tough v0.22.0
12222026-06-04T20:51:22.694Z Downloaded unsafe-libyaml v0.2.11
12232026-06-04T20:51:22.698Z Downloaded toml v0.7.8
12242026-06-04T20:51:22.702Z Downloaded zeroize v1.8.2
12252026-06-04T20:51:22.705Z Downloaded quinn-proto v0.11.13
12262026-06-04T20:51:22.708Z Downloaded tinyvec v1.10.0
12272026-06-04T20:51:22.708Z Downloaded tower v0.5.3
12282026-06-04T20:51:22.714Z Downloaded openssl v0.10.79
12292026-06-04T20:51:22.723Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12302026-06-04T20:51:22.727Z Downloaded steno v0.4.1
12312026-06-04T20:51:22.727Z Downloaded serde_with v3.17.0
12322026-06-04T20:51:22.741Z Downloaded yansi v1.0.1
12332026-06-04T20:51:22.745Z Downloaded rustyline v14.0.0
12342026-06-04T20:51:22.745Z Downloaded rustls-webpki v0.101.7
12352026-06-04T20:51:22.754Z Downloaded tokio-dtrace v0.1.1
12362026-06-04T20:51:22.754Z Downloaded nix v0.28.0
12372026-06-04T20:51:22.757Z Downloaded zip v0.6.6
12382026-06-04T20:51:22.757Z Downloaded vte v0.14.1
12392026-06-04T20:51:22.757Z Downloaded bzip2-sys v0.1.13+1.0.8
12402026-06-04T20:51:22.766Z Downloaded socket2 v0.5.10
12412026-06-04T20:51:22.771Z Downloaded smoltcp v0.9.1
12422026-06-04T20:51:22.774Z Downloaded dropshot v0.17.0
12432026-06-04T20:51:22.781Z Downloaded void v1.0.2
12442026-06-04T20:51:22.784Z Downloaded typify-macro v0.6.2
12452026-06-04T20:51:22.784Z Downloaded tungstenite v0.23.0
12462026-06-04T20:51:22.784Z Downloaded petname v2.0.2
12472026-06-04T20:51:22.787Z Downloaded openapiv3 v2.2.0
12482026-06-04T20:51:22.794Z Downloaded tui-tree-widget v0.23.1
12492026-06-04T20:51:22.797Z Downloaded termios v0.3.3
12502026-06-04T20:51:22.797Z Downloaded tower-layer v0.3.3
12512026-06-04T20:51:22.797Z Downloaded untrusted v0.7.1
12522026-06-04T20:51:22.800Z Downloaded serde_with v1.14.0
12532026-06-04T20:51:22.803Z Downloaded zerocopy v0.6.6
12542026-06-04T20:51:22.808Z Downloaded zone v0.3.1
12552026-06-04T20:51:22.811Z Downloaded object v0.37.3
12562026-06-04T20:51:22.826Z Downloaded ssh-key v0.6.7
12572026-06-04T20:51:22.839Z Downloaded unicode-segmentation v1.12.0
12582026-06-04T20:51:22.846Z Downloaded vergen-gitcl v1.0.8
12592026-06-04T20:51:22.846Z Downloaded zerocopy-derive v0.8.40
12602026-06-04T20:51:22.849Z Downloaded tokio-rustls v0.24.1
12612026-06-04T20:51:22.852Z Downloaded rustix v0.38.44
12622026-06-04T20:51:22.864Z Downloaded zlib-rs v0.6.2
12632026-06-04T20:51:22.870Z Downloaded unicode_categories v0.1.1
12642026-06-04T20:51:22.874Z Downloaded reedline v0.40.0
12652026-06-04T20:51:22.874Z Downloaded tokio-postgres v0.7.16
12662026-06-04T20:51:22.878Z Downloaded portable-atomic v1.13.1
12672026-06-04T20:51:22.883Z Downloaded typed-path v0.9.3
12682026-06-04T20:51:22.893Z Downloaded hickory-proto v0.24.4
12692026-06-04T20:51:22.901Z Downloaded wyz v0.5.1
12702026-06-04T20:51:22.904Z Downloaded tungstenite v0.21.0
12712026-06-04T20:51:22.907Z Downloaded rustls-webpki v0.102.8
12722026-06-04T20:51:22.914Z Downloaded nix v0.27.1
12732026-06-04T20:51:22.920Z Downloaded regex-syntax v0.6.29
12742026-06-04T20:51:22.930Z Downloaded x509-cert v0.2.5
12752026-06-04T20:51:22.958Z Downloaded zip v4.6.1
12762026-06-04T20:51:22.961Z Downloaded sqlparser v0.61.0
12772026-06-04T20:51:22.965Z Downloaded regress v0.11.1
12782026-06-04T20:51:22.970Z Downloaded diesel v2.3.7
12792026-06-04T20:51:22.982Z Downloaded winnow v0.5.40
12802026-06-04T20:51:22.989Z Downloaded polar-core v0.27.3
12812026-06-04T20:51:22.993Z Downloaded tokio-util v0.7.18
12822026-06-04T20:51:22.996Z Downloaded hickory-proto v0.25.2
12832026-06-04T20:51:23.003Z Downloaded time v0.3.47
12842026-06-04T20:51:23.014Z Downloaded zerocopy v0.8.40
12852026-06-04T20:51:23.024Z Downloaded chrono-tz v0.10.4
12862026-06-04T20:51:23.033Z Downloaded webpki-roots v1.0.6
12872026-06-04T20:51:23.054Z Downloaded winnow v0.6.26
12882026-06-04T20:51:23.061Z Downloaded vcpkg v0.2.15
12892026-06-04T20:51:23.082Z Downloaded zerocopy-derive v0.6.6
12902026-06-04T20:51:23.086Z Downloaded petgraph v0.6.5
12912026-06-04T20:51:23.097Z Downloaded tabled v0.20.0
12922026-06-04T20:51:23.106Z Downloaded jiff v0.2.21
12932026-06-04T20:51:23.118Z Downloaded rustls v0.23.37
12942026-06-04T20:51:23.125Z Downloaded rustls v0.21.12
12952026-06-04T20:51:23.129Z Downloaded regex-automata v0.4.14
12962026-06-04T20:51:23.138Z Downloaded rustls v0.22.4
12972026-06-04T20:51:23.144Z Downloaded petgraph v0.8.3
12982026-06-04T20:51:23.158Z Downloaded smoltcp v0.11.0
12992026-06-04T20:51:23.171Z Downloaded regex-syntax v0.8.10
13002026-06-04T20:51:23.203Z Downloaded regress v0.10.5
13012026-06-04T20:51:23.236Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-04T20:51:23.289Z Downloaded typify-impl v0.4.3
13032026-06-04T20:51:23.294Z Downloaded tracing v0.1.44
13042026-06-04T20:51:23.294Z Downloaded ratatui v0.29.0
13052026-06-04T20:51:23.294Z Downloaded sled v0.34.7
13062026-06-04T20:51:23.294Z Downloaded typify-impl v0.6.2
13072026-06-04T20:51:23.328Z Downloaded ring v0.17.14
13082026-06-04T20:51:23.360Z Downloaded libz-sys v1.1.24
13092026-06-04T20:51:23.376Z Downloaded sha3 v0.10.8
13102026-06-04T20:51:23.383Z Downloaded tokio v1.52.1
13112026-06-04T20:51:23.407Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-04T20:51:23.439Z Downloaded encoding_rs v0.8.35
13132026-06-04T20:51:23.920Z Downloaded aws-lc-sys v0.40.0
13142026-06-04T20:51:24.167Z Compiling libc v0.2.185
13152026-06-04T20:51:24.167Z Compiling serde v1.0.228
13162026-06-04T20:51:24.170Z Compiling log v0.4.29
13172026-06-04T20:51:24.170Z Compiling find-msvc-tools v0.1.9
13182026-06-04T20:51:24.170Z Compiling shlex v1.3.0
13192026-06-04T20:51:24.298Z Compiling syn v2.0.117
13202026-06-04T20:51:24.305Z Compiling smallvec v1.15.1
13212026-06-04T20:51:24.307Z Compiling typenum v1.19.0
13222026-06-04T20:51:24.486Z Compiling generic-array v0.14.7
13232026-06-04T20:51:24.505Z Compiling subtle v2.6.1
13242026-06-04T20:51:24.520Z Compiling scopeguard v1.2.0
13252026-06-04T20:51:24.552Z Compiling const-oid v0.9.6
13262026-06-04T20:51:24.640Z Compiling lock_api v0.4.14
13272026-06-04T20:51:24.653Z Compiling serde_json v1.0.149
13282026-06-04T20:51:24.697Z Compiling zerocopy v0.8.40
13292026-06-04T20:51:24.754Z Compiling parking_lot_core v0.9.12
13302026-06-04T20:51:24.854Z Compiling portable-atomic v1.13.1
13312026-06-04T20:51:24.981Z Compiling pin-project-lite v0.2.17
13322026-06-04T20:51:25.102Z Compiling pkg-config v0.3.32
13332026-06-04T20:51:25.131Z Compiling bitflags v2.11.0
13342026-06-04T20:51:25.205Z Compiling getrandom v0.2.17
13352026-06-04T20:51:25.274Z Compiling jobserver v0.1.34
13362026-06-04T20:51:25.295Z Compiling errno v0.3.14
13372026-06-04T20:51:25.348Z Compiling rand_core v0.6.4
13382026-06-04T20:51:25.423Z Compiling signal-hook-registry v1.4.8
13392026-06-04T20:51:25.615Z Compiling cc v1.2.56
13402026-06-04T20:51:25.635Z Compiling critical-section v1.2.0
13412026-06-04T20:51:25.638Z Compiling futures-core v0.3.32
13422026-06-04T20:51:25.687Z Compiling libm v0.2.16
13432026-06-04T20:51:25.733Z Compiling parking_lot v0.12.5
13442026-06-04T20:51:25.738Z Compiling mio v1.2.0
13452026-06-04T20:51:25.886Z Compiling once_cell v1.21.3
13462026-06-04T20:51:25.933Z Compiling num-traits v0.2.19
13472026-06-04T20:51:26.030Z Compiling percent-encoding v2.3.2
13482026-06-04T20:51:26.093Z Compiling socket2 v0.6.3
13492026-06-04T20:51:26.185Z Compiling futures-sink v0.3.32
13502026-06-04T20:51:26.226Z Compiling futures-io v0.3.32
13512026-06-04T20:51:26.277Z Compiling futures-channel v0.3.32
13522026-06-04T20:51:26.288Z Compiling futures-task v0.3.32
13532026-06-04T20:51:26.300Z Compiling getrandom v0.4.1
13542026-06-04T20:51:26.374Z Compiling slab v0.4.12
13552026-06-04T20:51:26.457Z Compiling cpufeatures v0.2.17
13562026-06-04T20:51:26.502Z Compiling rand_core v0.10.0
13572026-06-04T20:51:26.517Z Compiling indexmap v2.14.0
13582026-06-04T20:51:26.531Z Compiling rustversion v1.0.22
13592026-06-04T20:51:26.554Z Compiling getrandom v0.3.4
13602026-06-04T20:51:26.693Z Compiling cmake v0.1.57
13612026-06-04T20:51:26.951Z Compiling form_urlencoded v1.2.2
13622026-06-04T20:51:27.105Z Compiling dunce v1.0.5
13632026-06-04T20:51:27.131Z Compiling fs_extra v1.3.0
13642026-06-04T20:51:27.212Z Compiling ident_case v1.0.1
13652026-06-04T20:51:27.224Z Compiling base64ct v1.8.3
13662026-06-04T20:51:27.342Z Compiling synstructure v0.13.2
13672026-06-04T20:51:27.347Z Compiling iana-time-zone v0.1.65
13682026-06-04T20:51:27.400Z Compiling aws-lc-sys v0.40.0
13692026-06-04T20:51:27.522Z Compiling pem-rfc7468 v0.7.0
13702026-06-04T20:51:27.532Z Compiling rustix v1.1.3
13712026-06-04T20:51:27.545Z Compiling regex-syntax v0.8.10
13722026-06-04T20:51:27.559Z Compiling flagset v0.4.7
13732026-06-04T20:51:27.688Z Compiling rand_core v0.9.5
13742026-06-04T20:51:27.792Z Compiling ring v0.17.14
13752026-06-04T20:51:27.856Z Compiling aws-lc-rs v1.16.3
13762026-06-04T20:51:27.956Z Compiling vcpkg v0.2.15
13772026-06-04T20:51:27.969Z Compiling uuid v1.23.0
13782026-06-04T20:51:28.116Z Compiling rustc_version v0.4.1
13792026-06-04T20:51:28.439Z Compiling tracing-core v0.1.36
13802026-06-04T20:51:28.679Z Compiling base64 v0.22.1
13812026-06-04T20:51:28.699Z Compiling openssl-sys v0.9.115
13822026-06-04T20:51:28.999Z Compiling openssl-probe v0.2.1
13832026-06-04T20:51:28.999Z Compiling httparse v1.10.1
13842026-06-04T20:51:29.138Z Compiling serde_derive v1.0.228
13852026-06-04T20:51:29.186Z Compiling zeroize_derive v1.4.3
13862026-06-04T20:51:29.220Z Compiling zerofrom-derive v0.1.6
13872026-06-04T20:51:29.282Z Compiling yoke-derive v0.8.1
13882026-06-04T20:51:29.334Z Compiling zerovec-derive v0.11.2
13892026-06-04T20:51:29.837Z Compiling zeroize v1.8.2
13902026-06-04T20:51:29.940Z Compiling zerocopy-derive v0.8.40
13912026-06-04T20:51:30.458Z Compiling displaydoc v0.2.5
13922026-06-04T20:51:30.471Z Compiling tokio-macros v2.7.0
13932026-06-04T20:51:30.588Z Compiling crypto-common v0.1.7
13942026-06-04T20:51:30.630Z Compiling zerofrom v0.1.6
13952026-06-04T20:51:30.728Z Compiling yoke v0.8.1
13962026-06-04T20:51:30.760Z Compiling block-buffer v0.10.4
13972026-06-04T20:51:30.920Z Compiling zerovec v0.11.5
13982026-06-04T20:51:30.934Z Compiling digest v0.10.7
13992026-06-04T20:51:31.177Z Compiling futures-macro v0.3.32
14002026-06-04T20:51:31.220Z Compiling hmac v0.12.1
14012026-06-04T20:51:31.235Z Compiling zerotrie v0.2.3
14022026-06-04T20:51:31.376Z Compiling tinystr v0.8.2
14032026-06-04T20:51:31.421Z Compiling potential_utf v0.1.4
14042026-06-04T20:51:31.531Z Compiling icu_locale_core v2.1.1
14052026-06-04T20:51:31.575Z Compiling icu_collections v2.1.1
14062026-06-04T20:51:31.575Z Compiling block-padding v0.3.3
14072026-06-04T20:51:31.743Z Compiling inout v0.1.4
14082026-06-04T20:51:31.912Z Compiling cipher v0.4.4
14092026-06-04T20:51:31.971Z Compiling futures-util v0.3.32
14102026-06-04T20:51:32.057Z Compiling sha2 v0.10.9
14112026-06-04T20:51:32.170Z Compiling icu_provider v2.1.1
14122026-06-04T20:51:32.398Z Compiling icu_normalizer v2.1.1
14132026-06-04T20:51:32.463Z Compiling icu_properties v2.1.2
14142026-06-04T20:51:32.477Z Compiling der_derive v0.7.3
14152026-06-04T20:51:32.623Z Compiling bytes v1.11.1
14162026-06-04T20:51:32.924Z Compiling chrono v0.4.44
14172026-06-04T20:51:33.224Z Compiling tokio v1.52.1
14182026-06-04T20:51:33.376Z Compiling idna_adapter v1.2.1
14192026-06-04T20:51:33.437Z Compiling der v0.7.10
14202026-06-04T20:51:33.513Z Compiling idna v1.1.0
14212026-06-04T20:51:33.538Z Compiling http v1.4.0
14222026-06-04T20:51:34.136Z Compiling url v2.5.8
14232026-06-04T20:51:34.208Z Compiling ppv-lite86 v0.2.21
14242026-06-04T20:51:34.280Z Compiling spki v0.7.3
14252026-06-04T20:51:34.363Z Compiling salsa20 v0.10.2
14262026-06-04T20:51:34.417Z Compiling pbkdf2 v0.12.2
14272026-06-04T20:51:34.478Z Compiling rustls-pki-types v1.14.0
14282026-06-04T20:51:34.498Z Compiling tracing-attributes v0.1.31
14292026-06-04T20:51:34.517Z Compiling thiserror-impl v2.0.18
14302026-06-04T20:51:34.532Z Compiling scrypt v0.11.0
14312026-06-04T20:51:34.606Z Compiling rand_chacha v0.9.0
14322026-06-04T20:51:34.776Z Compiling http-body v1.0.1
14332026-06-04T20:51:34.903Z Compiling aes v0.8.4
14342026-06-04T20:51:34.915Z Compiling cbc v0.1.2
14352026-06-04T20:51:34.986Z Compiling untrusted v0.9.0
14362026-06-04T20:51:35.059Z Compiling untrusted v0.7.1
14372026-06-04T20:51:35.105Z Compiling tinyvec_macros v0.1.1
14382026-06-04T20:51:35.173Z Compiling tinyvec v1.10.0
14392026-06-04T20:51:35.293Z Compiling pkcs5 v0.7.1
14402026-06-04T20:51:35.510Z Compiling rand v0.9.2
14412026-06-04T20:51:35.769Z Compiling tracing v0.1.44
14422026-06-04T20:51:35.859Z Compiling thiserror v2.0.18
14432026-06-04T20:51:35.872Z Compiling pest_generator v2.8.6
14442026-06-04T20:51:35.953Z Compiling serde_derive_internals v0.29.1
14452026-06-04T20:51:35.966Z Compiling aho-corasick v1.1.4
14462026-06-04T20:51:36.075Z Compiling schemars v0.8.22
14472026-06-04T20:51:36.277Z Compiling tower-service v0.3.3
14482026-06-04T20:51:36.338Z Compiling atomic-waker v1.1.2
14492026-06-04T20:51:36.372Z Compiling rustls v0.23.37
14502026-06-04T20:51:36.465Z Compiling dyn-clone v1.0.20
14512026-06-04T20:51:36.541Z Compiling try-lock v0.2.5
14522026-06-04T20:51:36.559Z Compiling tower-layer v0.3.3
14532026-06-04T20:51:36.598Z Compiling pest_derive v2.8.6
14542026-06-04T20:51:36.647Z Compiling want v0.3.1
14552026-06-04T20:51:36.811Z Compiling regex-automata v0.4.14
14562026-06-04T20:51:36.842Z Compiling schemars_derive v0.8.22
14572026-06-04T20:51:36.959Z Compiling tokio-util v0.7.18
14582026-06-04T20:51:37.008Z Compiling pkcs8 v0.10.2
14592026-06-04T20:51:37.027Z Compiling ipnet v2.11.0
14602026-06-04T20:51:37.307Z Compiling scroll_derive v0.13.1
14612026-06-04T20:51:37.513Z Compiling darling_core v0.20.11
14622026-06-04T20:51:37.643Z Compiling h2 v0.4.13
14632026-06-04T20:51:37.974Z Compiling pin-utils v0.1.0
14642026-06-04T20:51:38.046Z Compiling httpdate v1.0.3
14652026-06-04T20:51:38.064Z Compiling openssl v0.10.79
14662026-06-04T20:51:38.089Z Compiling foreign-types-shared v0.1.1
14672026-06-04T20:51:38.175Z Compiling foreign-types v0.3.2
14682026-06-04T20:51:38.247Z Compiling scroll v0.13.0
14692026-06-04T20:51:38.305Z Compiling tempfile v3.25.0
14702026-06-04T20:51:38.507Z Compiling unicode-normalization v0.1.25
14712026-06-04T20:51:38.855Z Compiling openssl-macros v0.1.1
14722026-06-04T20:51:38.957Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-04T20:51:39.067Z Compiling spin v0.9.8
14742026-06-04T20:51:39.238Z Compiling powerfmt v0.2.0
14752026-06-04T20:51:39.271Z Compiling native-tls v0.2.18
14762026-06-04T20:51:39.334Z Compiling num-conv v0.2.0
14772026-06-04T20:51:39.437Z Compiling time-core v0.1.8
14782026-06-04T20:51:39.463Z Compiling crc32fast v1.5.0
14792026-06-04T20:51:39.491Z Compiling deranged v0.5.8
14802026-06-04T20:51:39.578Z Compiling time-macros v0.2.27
14812026-06-04T20:51:39.736Z Compiling darling_macro v0.20.11
14822026-06-04T20:51:40.193Z Compiling darling v0.20.11
14832026-06-04T20:51:40.273Z Compiling goblin v0.10.5
14842026-06-04T20:51:40.438Z Compiling rustls-native-certs v0.8.3
14852026-06-04T20:51:40.613Z Compiling hyper v1.8.1
14862026-06-04T20:51:40.723Z Compiling sync_wrapper v1.0.2
14872026-06-04T20:51:40.856Z Compiling wait-timeout v0.2.1
14882026-06-04T20:51:40.873Z Compiling syn v1.0.109
14892026-06-04T20:51:41.119Z Compiling bit-vec v0.8.0
14902026-06-04T20:51:41.173Z Compiling usdt-impl v0.6.0
14912026-06-04T20:51:41.352Z Compiling simd-adler32 v0.3.8
14922026-06-04T20:51:41.375Z Compiling crossbeam-utils v0.8.21
14932026-06-04T20:51:41.567Z Compiling quick-error v1.2.3
14942026-06-04T20:51:41.597Z Compiling siphasher v1.0.2
14952026-06-04T20:51:41.662Z Compiling num_threads v0.1.7
14962026-06-04T20:51:41.693Z Compiling hyper-util v0.1.20
14972026-06-04T20:51:41.759Z Compiling time v0.3.47
14982026-06-04T20:51:41.782Z Compiling rusty-fork v0.3.1
14992026-06-04T20:51:42.235Z Compiling bit-set v0.8.0
15002026-06-04T20:51:42.417Z Compiling tower v0.5.3
15012026-06-04T20:51:42.441Z Compiling derive_builder_core v0.20.2
15022026-06-04T20:51:42.885Z Compiling dtrace-parser v0.3.0
15032026-06-04T20:51:42.957Z Compiling dof v0.4.0
15042026-06-04T20:51:43.304Z Compiling http-body-util v0.1.3
15052026-06-04T20:51:43.324Z Compiling webpki-roots v1.0.6
15062026-06-04T20:51:43.426Z Compiling signature v2.2.0
15072026-06-04T20:51:43.440Z Compiling scroll_derive v0.12.1
15082026-06-04T20:51:43.537Z Compiling thiserror-impl v1.0.69
15092026-06-04T20:51:43.599Z Compiling heapless v0.7.17
15102026-06-04T20:51:43.621Z Compiling rand_xorshift v0.4.0
15112026-06-04T20:51:43.777Z Compiling slog v2.8.2
15122026-06-04T20:51:43.827Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-04T20:51:43.956Z Compiling darling_core v0.21.3
15142026-06-04T20:51:44.077Z Compiling thread-id v5.1.0
15152026-06-04T20:51:44.093Z Compiling cookie v0.18.1
15162026-06-04T20:51:44.113Z Compiling allocator-api2 v0.2.21
15172026-06-04T20:51:44.157Z Compiling anyhow v1.0.102
15182026-06-04T20:51:44.267Z Compiling unarray v0.1.4
15192026-06-04T20:51:44.376Z Compiling paste v1.0.15
15202026-06-04T20:51:44.430Z Compiling unicode-bidi v0.3.18
15212026-06-04T20:51:44.452Z Compiling signal-hook v0.3.18
15222026-06-04T20:51:44.477Z Compiling zstd-safe v7.2.4
15232026-06-04T20:51:44.618Z Compiling iri-string v0.7.10
15242026-06-04T20:51:44.641Z Compiling adler2 v2.0.1
15252026-06-04T20:51:44.664Z Compiling unicode-properties v0.1.4
15262026-06-04T20:51:44.756Z Compiling ryu v1.0.23
15272026-06-04T20:51:44.767Z Compiling thiserror v1.0.69
15282026-06-04T20:51:44.864Z Compiling stringprep v0.1.5
15292026-06-04T20:51:44.873Z Compiling miniz_oxide v0.8.9
15302026-06-04T20:51:44.928Z Compiling serde_urlencoded v0.7.1
15312026-06-04T20:51:45.165Z Compiling proptest v1.10.0
15322026-06-04T20:51:45.469Z Compiling scroll v0.12.0
15332026-06-04T20:51:45.720Z Compiling tower-http v0.6.8
15342026-06-04T20:51:45.916Z Compiling derive_builder_macro v0.20.2
15352026-06-04T20:51:46.162Z Compiling tokio-native-tls v0.3.1
15362026-06-04T20:51:46.330Z Compiling ipnetwork v0.21.1
15372026-06-04T20:51:46.355Z Compiling bstr v1.12.1
15382026-06-04T20:51:46.438Z Compiling rand_chacha v0.3.1
15392026-06-04T20:51:46.453Z Compiling darling_macro v0.21.3
15402026-06-04T20:51:46.714Z Compiling serde_tokenstream v0.2.3
15412026-06-04T20:51:46.729Z Compiling toml_datetime v0.6.11
15422026-06-04T20:51:46.924Z Compiling erased-serde v0.3.31
15432026-06-04T20:51:46.986Z Compiling serde_spanned v0.6.9
15442026-06-04T20:51:47.003Z Compiling md-5 v0.10.6
15452026-06-04T20:51:47.024Z Compiling zerocopy-derive v0.7.35
15462026-06-04T20:51:47.125Z Compiling pin-project-internal v1.1.11
15472026-06-04T20:51:47.159Z Compiling async-trait v0.1.89
15482026-06-04T20:51:47.243Z Compiling curve25519-dalek v4.1.3
15492026-06-04T20:51:47.396Z Compiling vergen-lib v9.1.0
15502026-06-04T20:51:47.572Z Compiling num-integer v0.1.46
15512026-06-04T20:51:47.575Z Compiling hash32 v0.2.1
15522026-06-04T20:51:47.773Z Compiling ff v0.13.1
15532026-06-04T20:51:47.870Z Compiling memoffset v0.9.1
15542026-06-04T20:51:47.886Z Compiling encoding_rs v0.8.35
15552026-06-04T20:51:47.910Z Compiling fallible-iterator v0.2.0
15562026-06-04T20:51:48.058Z Compiling base16ct v0.2.0
15572026-06-04T20:51:48.169Z Compiling smoltcp v0.9.1
15582026-06-04T20:51:48.218Z Compiling num-bigint-dig v0.8.6
15592026-06-04T20:51:48.230Z Compiling litrs v1.0.0
15602026-06-04T20:51:48.242Z Compiling cfg_aliases v0.2.1
15612026-06-04T20:51:48.314Z Compiling ref-cast v1.0.25
15622026-06-04T20:51:48.403Z Compiling psl-types v2.0.11
15632026-06-04T20:51:48.501Z Compiling mime v0.3.17
15642026-06-04T20:51:48.527Z Compiling rustix v0.38.44
15652026-06-04T20:51:48.616Z Compiling zlib-rs v0.6.2
15662026-06-04T20:51:48.736Z Compiling document-features v0.2.12
15672026-06-04T20:51:48.821Z Compiling publicsuffix v2.3.0
15682026-06-04T20:51:48.979Z Compiling nix v0.31.2
15692026-06-04T20:51:48.992Z Compiling pin-project v1.1.11
15702026-06-04T20:51:49.087Z Compiling sec1 v0.7.3
15712026-06-04T20:51:49.316Z Compiling postgres-protocol v0.6.10
15722026-06-04T20:51:49.361Z Compiling group v0.13.0
15732026-06-04T20:51:49.389Z Compiling zerocopy v0.7.35
15742026-06-04T20:51:49.432Z Compiling num-iter v0.1.45
15752026-06-04T20:51:49.643Z Compiling newtype-uuid v1.3.2
15762026-06-04T20:51:49.922Z Compiling darling v0.21.3
15772026-06-04T20:51:49.935Z Compiling hubpack_derive v0.1.1
15782026-06-04T20:51:49.972Z Compiling rand v0.8.6
15792026-06-04T20:51:49.994Z Compiling oxnet v0.1.4
15802026-06-04T20:51:50.201Z Compiling derive_builder v0.20.2
15812026-06-04T20:51:50.240Z Compiling hyper-tls v0.6.0
15822026-06-04T20:51:50.369Z Compiling goblin v0.8.2
15832026-06-04T20:51:50.769Z Compiling phf_shared v0.13.1
15842026-06-04T20:51:50.863Z Compiling lazy_static v1.5.0
15852026-06-04T20:51:50.954Z Compiling regex v1.12.3
15862026-06-04T20:51:50.967Z Compiling futures-executor v0.3.32
15872026-06-04T20:51:51.038Z Compiling hex v0.4.3
15882026-06-04T20:51:51.226Z Compiling hkdf v0.12.4
15892026-06-04T20:51:51.255Z Compiling crypto-bigint v0.5.5
15902026-06-04T20:51:51.324Z Compiling snafu-derive v0.8.9
15912026-06-04T20:51:51.405Z Compiling strum_macros v0.27.2
15922026-06-04T20:51:51.419Z Compiling daft-derive v0.1.7
15932026-06-04T20:51:51.868Z Compiling flate2 v1.1.9
15942026-06-04T20:51:52.145Z Compiling ref-cast-impl v1.0.25
15952026-06-04T20:51:52.288Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-04T20:51:52.656Z Compiling terminal_size v0.4.3
15972026-06-04T20:51:52.798Z Compiling vergen v9.1.0
15982026-06-04T20:51:52.930Z Compiling fs-err v3.3.0
15992026-06-04T20:51:53.001Z Compiling cargo-platform v0.3.2
16002026-06-04T20:51:53.111Z Compiling ahash v0.8.12
16012026-06-04T20:51:53.212Z Compiling unicode-segmentation v1.12.0
16022026-06-04T20:51:53.246Z Compiling winnow v0.5.40
16032026-06-04T20:51:53.313Z Compiling libbz2-rs-sys v0.2.2
16042026-06-04T20:51:53.350Z Compiling managed v0.8.0
16052026-06-04T20:51:53.371Z Compiling foldhash v0.1.5
16062026-06-04T20:51:53.539Z Compiling foldhash v0.2.0
16072026-06-04T20:51:53.562Z Compiling bitflags v1.3.2
16082026-06-04T20:51:53.591Z Compiling bumpalo v3.20.2
16092026-06-04T20:51:53.637Z Compiling object v0.37.3
16102026-06-04T20:51:53.754Z Compiling same-file v1.0.6
16112026-06-04T20:51:53.840Z Compiling zopfli v0.8.3
16122026-06-04T20:51:53.900Z Compiling walkdir v2.5.0
16132026-06-04T20:51:53.926Z Compiling bzip2 v0.6.1
16142026-06-04T20:51:53.947Z Compiling hashbrown v0.16.1
16152026-06-04T20:51:54.125Z Compiling hashbrown v0.15.5
16162026-06-04T20:51:54.217Z Compiling strum v0.27.2
16172026-06-04T20:51:54.399Z Compiling clap_builder v4.5.60
16182026-06-04T20:51:54.496Z Compiling snafu v0.8.9
16192026-06-04T20:51:54.530Z Compiling toml_edit v0.19.15
16202026-06-04T20:51:54.660Z Compiling cargo_metadata v0.23.1
16212026-06-04T20:51:54.848Z Compiling dof v0.3.0
16222026-06-04T20:51:54.888Z Compiling elliptic-curve v0.13.8
16232026-06-04T20:51:55.281Z Compiling daft v0.1.7
16242026-06-04T20:51:55.558Z Compiling futures v0.3.32
16252026-06-04T20:51:55.562Z Compiling phf v0.13.1
16262026-06-04T20:51:55.734Z Compiling signal-hook-mio v0.2.5
16272026-06-04T20:51:55.867Z Compiling cookie_store v0.22.1
16282026-06-04T20:51:56.180Z Compiling bzip2 v0.4.4
16292026-06-04T20:51:56.379Z Compiling hubpack v0.1.2
16302026-06-04T20:51:56.393Z Compiling zstd v0.13.3
16312026-06-04T20:51:56.513Z Compiling serde_with_macros v3.17.0
16322026-06-04T20:51:56.600Z Compiling postgres-types v0.2.12
16332026-06-04T20:51:57.153Z Compiling usdt-attr-macro v0.6.0
16342026-06-04T20:51:57.170Z Compiling usdt-macro v0.6.0
16352026-06-04T20:51:57.389Z Compiling globset v0.4.18
16362026-06-04T20:51:57.630Z Compiling dtrace-parser v0.2.0
16372026-06-04T20:51:57.800Z Compiling ed25519 v2.2.3
16382026-06-04T20:51:57.854Z Compiling phf_shared v0.11.3
16392026-06-04T20:51:57.894Z Compiling olpc-cjson v0.1.4
16402026-06-04T20:51:57.940Z Compiling pkcs1 v0.7.5
16412026-06-04T20:51:58.037Z Compiling serde_plain v1.0.2
16422026-06-04T20:51:58.049Z Compiling serde-big-array v0.5.1
16432026-06-04T20:51:58.066Z Compiling rfc6979 v0.4.0
16442026-06-04T20:51:58.183Z Compiling async-recursion v1.1.1
16452026-06-04T20:51:58.183Z Compiling strum_macros v0.26.4
16462026-06-04T20:51:58.224Z Compiling serde_repr v0.1.20
16472026-06-04T20:51:58.332Z Compiling enum-as-inner v0.6.1
16482026-06-04T20:51:58.376Z Compiling clap_derive v4.5.55
16492026-06-04T20:51:58.692Z Compiling pem v3.0.6
16502026-06-04T20:51:58.749Z Compiling float-cmp v0.10.0
16512026-06-04T20:51:58.827Z Compiling memmap2 v0.9.10
16522026-06-04T20:51:58.831Z Compiling thread-id v4.2.2
16532026-06-04T20:51:58.894Z Compiling env_filter v1.0.0
16542026-06-04T20:51:58.921Z Compiling predicates-core v1.0.10
16552026-06-04T20:51:59.016Z Compiling typed-path v0.9.3
16562026-06-04T20:51:59.044Z Compiling whoami v2.1.0
16572026-06-04T20:51:59.097Z Compiling normalize-line-endings v0.3.0
16582026-06-04T20:51:59.196Z Compiling jiff v0.2.21
16592026-06-04T20:51:59.200Z Compiling keccak v0.1.6
16602026-06-04T20:51:59.413Z Compiling new_debug_unreachable v1.0.6
16612026-06-04T20:51:59.488Z Compiling difflib v0.4.0
16622026-06-04T20:51:59.943Z Compiling either v1.15.0
16632026-06-04T20:52:00.014Z Compiling static_assertions v1.1.0
16642026-06-04T20:52:00.036Z Compiling data-encoding v2.10.0
16652026-06-04T20:52:00.091Z Compiling precomputed-hash v0.1.1
16662026-06-04T20:52:00.123Z Compiling fixedbitset v0.5.7
16672026-06-04T20:52:00.149Z Compiling fixedbitset v0.4.2
16682026-06-04T20:52:00.179Z Compiling string_cache v0.8.9
16692026-06-04T20:52:00.225Z Compiling clap v4.5.60
16702026-06-04T20:52:00.343Z Compiling petgraph v0.6.5
16712026-06-04T20:52:00.361Z Compiling petgraph v0.8.3
16722026-06-04T20:52:00.401Z Compiling hickory-proto v0.25.2
16732026-06-04T20:52:00.425Z Compiling itertools v0.13.0
16742026-06-04T20:52:00.724Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-04T20:52:01.301Z Compiling strum v0.26.3
16762026-06-04T20:52:01.436Z Compiling predicates v3.1.4
16772026-06-04T20:52:01.720Z Compiling sha3 v0.10.8
16782026-06-04T20:52:01.805Z Compiling zip v4.6.1
16792026-06-04T20:52:02.091Z Compiling tokio-postgres v0.7.16
16802026-06-04T20:52:02.168Z Compiling toml_edit v0.22.27
16812026-06-04T20:52:02.357Z Compiling env_logger v0.11.9
16822026-06-04T20:52:02.709Z Compiling usdt v0.6.0
16832026-06-04T20:52:02.767Z Compiling usdt-impl v0.5.0
16842026-06-04T20:52:02.977Z Compiling rsa v0.9.10
16852026-06-04T20:52:03.352Z Compiling ecdsa v0.16.9
16862026-06-04T20:52:03.415Z Compiling ed25519-dalek v2.2.0
16872026-06-04T20:52:03.566Z Compiling serde_with v3.17.0
16882026-06-04T20:52:03.737Z Compiling crossterm v0.28.1
16892026-06-04T20:52:04.268Z Compiling zip v0.6.6
16902026-06-04T20:52:04.864Z Compiling toml v0.7.8
16912026-06-04T20:52:05.044Z Compiling iddqd v0.4.2
16922026-06-04T20:52:05.460Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-04T20:52:05.472Z Compiling heck v0.4.1
16942026-06-04T20:52:05.503Z Compiling similar v2.7.0
16952026-06-04T20:52:05.555Z Compiling crossbeam-epoch v0.9.18
16962026-06-04T20:52:05.700Z Compiling tokio-stream v0.1.18
16972026-06-04T20:52:05.927Z Compiling buf-list v1.1.2
16982026-06-04T20:52:06.082Z Compiling x509-cert v0.2.5
16992026-06-04T20:52:06.180Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-04T20:52:06.203Z Compiling openapiv3 v2.2.0
17012026-06-04T20:52:06.268Z Compiling sha1 v0.10.6
17022026-06-04T20:52:06.375Z Compiling peg-runtime v0.8.5
17032026-06-04T20:52:06.396Z Compiling lalrpop-util v0.19.12
17042026-06-04T20:52:06.482Z Compiling thread_local v1.1.9
17052026-06-04T20:52:06.496Z Compiling slog-async v2.8.0
17062026-06-04T20:52:06.589Z Compiling crossbeam-channel v0.5.15
17072026-06-04T20:52:06.632Z Compiling is-terminal v0.4.17
17082026-06-04T20:52:06.728Z Compiling filetime v0.2.27
17092026-06-04T20:52:06.740Z Compiling take_mut v0.2.2
17102026-06-04T20:52:06.808Z Compiling xattr v1.6.1
17112026-06-04T20:52:06.846Z Compiling term v1.2.1
17122026-06-04T20:52:07.033Z Compiling tar v0.4.45
17132026-06-04T20:52:07.409Z Compiling slog-term v2.9.2
17142026-06-04T20:52:17.111Z Compiling rustls-webpki v0.103.9
17152026-06-04T20:52:19.908Z Compiling tokio-rustls v0.26.4
17162026-06-04T20:52:19.908Z Compiling rustls-platform-verifier v0.6.2
17172026-06-04T20:52:20.105Z Compiling hyper-rustls v0.27.7
17182026-06-04T20:52:20.303Z Compiling reqwest v0.12.28
17192026-06-04T20:52:20.303Z Compiling reqwest v0.13.2
17202026-06-04T20:52:21.584Z Compiling tough v0.22.0
17212026-06-04T20:52:24.083Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-04T20:52:24.295Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-04T20:52:27.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-04T20:52:27.277Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-04T20:52:27.329ZJun 04 20:52:25.933 INFO Starting download, target: Cockroach
17262026-06-04T20:52:27.329ZJun 04 20:52:25.933 INFO Starting download, target: Console
17272026-06-04T20:52:27.329ZJun 04 20:52:25.933 INFO Starting download, target: Clickhouse
17282026-06-04T20:52:27.329ZJun 04 20:52:25.933 INFO Starting download, target: DendriteStub
17292026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Starting download, target: MaghemiteMgd
17302026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Starting download, target: TransceiverControl
17312026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-04T20:52:27.333ZJun 04 20:52:25.933 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-04T20:52:27.728ZJun 04 20:52:26.317 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-04T20:52:27.965ZJun 04 20:52:26.533 INFO Download complete, target: TransceiverControl
17392026-06-04T20:52:28.390ZJun 04 20:52:26.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-04T20:52:28.619ZJun 04 20:52:27.191 INFO Download complete, target: Console
17412026-06-04T20:52:29.158ZJun 04 20:52:27.743 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-04T20:52:29.542ZJun 04 20:52:28.106 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-04T20:52:29.781ZJun 04 20:52:28.346 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-04T20:52:30.485ZJun 04 20:52:29.082 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-04T20:52:30.485ZJun 04 20:52:29.082 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-04T20:52:31.958ZJun 04 20:52:30.561 INFO Download complete, target: DendriteStub
17472026-06-04T20:52:32.135ZJun 04 20:52:30.739 INFO Download complete, target: MaghemiteMgd
17482026-06-04T20:52:35.109ZJun 04 20:52:33.712 INFO Checking that binary works, target: Cockroach
17492026-06-04T20:52:35.224ZJun 04 20:52:33.826 INFO Download complete, target: Cockroach
17502026-06-04T20:52:35.871ZJun 04 20:52:34.475 INFO Checking that binary works, target: Clickhouse
17512026-06-04T20:52:35.979ZJun 04 20:52:34.582 INFO Download complete, target: Clickhouse
17522026-06-04T20:52:35.996ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-04T20:52:36.002Z
17542026-06-04T20:52:36.002Zreal 2:16.660722818
17552026-06-04T20:52:36.002Zuser 6:54.951241268
17562026-06-04T20:52:36.002Zsys 1:21.858842419
17572026-06-04T20:52:36.002Ztrap 0.241507431
17582026-06-04T20:52:36.002Ztflt 0.658448657
17592026-06-04T20:52:36.002Zdflt 0.565234783
17602026-06-04T20:52:36.002Zkflt 0.024824933
17612026-06-04T20:52:36.002Zlock 21:37.876240205
17622026-06-04T20:52:36.002Zslp 21:28.749334722
17632026-06-04T20:52:36.002Zlat 41.167535186
17642026-06-04T20:52:36.002Zstop 1:49.589256986
17652026-06-04T20:52:36.002Z+ banner hack-check
17662026-06-04T20:52:36.002Z
17672026-06-04T20:52:36.002Z # # ## #### # # #### # # ###### #### # #
17682026-06-04T20:52:36.002Z # # # # # # # # # # # # # # # # #
17692026-06-04T20:52:36.002Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-04T20:52:36.002Z # # ###### # # # # # # # # # #
17712026-06-04T20:52:36.002Z # # # # # # # # # # # # # # # # #
17722026-06-04T20:52:36.003Z # # # # #### # # #### # # ###### #### # #
17732026-06-04T20:52:36.003Z
17742026-06-04T20:52:36.003Z+ export CARGO_INCREMENTAL=0
17752026-06-04T20:52:36.003Z+ CARGO_INCREMENTAL=0
17762026-06-04T20:52:36.003Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-04T20:52:36.523Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-04T20:52:36.742Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-04T20:52:38.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17802026-06-04T20:52:38.681Z Running `target/debug/xtask check-features --ci`
17812026-06-04T20:52:38.707Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-04T20:52:38.710Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-04T20:52:39.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-04T20:52:39.211Z Running `target/debug/xtask download cargo-hack`
17852026-06-04T20:52:39.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-04T20:52:40.304Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-04T20:52:42.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
17882026-06-04T20:52:43.013Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-04T20:52:43.054ZJun 04 20:52:41.657 INFO Starting download, target: CargoHack
17902026-06-04T20:52:43.057ZJun 04 20:52:41.658 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-04T20:52:43.566ZJun 04 20:52:42.170 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-04T20:52:43.618ZJun 04 20:52:42.222 INFO Download complete, target: CargoHack
17932026-06-04T20:52:43.621Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-04T20:52:43.635Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-04T20:52:43.794Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-04T20:52:44.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-04T20:52:44.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-04T20:52:44.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-04T20:52:44.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-04T20:52:44.374Z
18012026-06-04T20:52:44.374Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-04T20:52:44.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-04T20:52:44.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-04T20:52:44.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-04T20:52:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-06-04T20:52:44.952Z
18072026-06-04T20:52:44.952Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-04T20:52:45.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-04T20:52:45.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-04T20:52:45.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-04T20:52:45.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-04T20:52:45.528Z
18132026-06-04T20:52:45.528Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-04T20:52:46.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-04T20:52:46.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-04T20:52:46.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-04T20:52:46.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-04T20:52:46.107Z
18192026-06-04T20:52:46.107Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-04T20:52:46.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-04T20:52:46.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-04T20:52:46.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-04T20:52:46.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-04T20:52:46.689Z
18252026-06-04T20:52:46.689Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-04T20:52:47.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-04T20:52:47.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-04T20:52:47.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-04T20:52:47.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-04T20:52:47.278Z
18312026-06-04T20:52:47.278Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-04T20:52:47.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-04T20:52:47.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-04T20:52:47.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-04T20:52:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-04T20:52:47.872Z
18372026-06-04T20:52:47.872Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-04T20:52:48.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-04T20:52:48.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-04T20:52:48.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-04T20:52:48.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-04T20:52:48.472Z
18432026-06-04T20:52:48.472Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-04T20:52:48.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-04T20:52:48.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-04T20:52:48.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-04T20:52:48.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-04T20:52:48.914Z
18492026-06-04T20:52:48.914Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-04T20:52:49.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-04T20:52:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-04T20:52:49.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-04T20:52:49.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-04T20:52:49.383Z
18552026-06-04T20:52:49.383Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-04T20:52:49.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-04T20:52:49.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-04T20:52:49.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-04T20:52:49.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-04T20:52:49.842Z
18612026-06-04T20:52:49.843Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-04T20:52:50.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-04T20:52:50.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-04T20:52:50.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-04T20:52:50.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-04T20:52:50.306Z
18672026-06-04T20:52:50.306Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-04T20:52:50.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-04T20:52:50.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-04T20:52:50.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-04T20:52:50.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-04T20:52:50.771Z
18732026-06-04T20:52:50.771Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-04T20:52:51.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-04T20:52:51.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-04T20:52:51.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-04T20:52:51.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-04T20:52:51.231Z
18792026-06-04T20:52:51.231Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-04T20:52:51.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-04T20:52:51.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-04T20:52:51.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-04T20:52:51.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-04T20:52:51.690Z
18852026-06-04T20:52:51.690Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-04T20:52:52.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-04T20:52:52.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-04T20:52:52.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-04T20:52:52.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-04T20:52:52.148Z
18912026-06-04T20:52:52.148Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-04T20:52:52.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-04T20:52:52.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-04T20:52:52.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-04T20:52:52.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-04T20:52:52.613Z
18972026-06-04T20:52:52.613Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-04T20:52:53.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-04T20:52:53.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-04T20:52:53.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-04T20:52:53.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-04T20:52:53.077Z
19032026-06-04T20:52:53.077Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-04T20:52:53.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-04T20:52:53.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-04T20:52:53.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-04T20:52:53.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-04T20:52:53.545Z
19092026-06-04T20:52:53.545Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-04T20:52:53.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-04T20:52:53.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-04T20:52:53.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-04T20:52:53.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-04T20:52:54.010Z
19152026-06-04T20:52:54.010Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-04T20:52:54.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-04T20:52:54.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-04T20:52:54.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-04T20:52:54.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-04T20:52:54.479Z
19212026-06-04T20:52:54.479Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-04T20:52:54.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-04T20:52:54.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-04T20:52:54.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-04T20:52:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-04T20:52:54.948Z
19272026-06-04T20:52:54.948Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-04T20:52:55.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-04T20:52:55.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-04T20:52:55.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-04T20:52:55.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-04T20:52:55.418Z
19332026-06-04T20:52:55.418Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-04T20:52:55.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-04T20:52:55.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-04T20:52:55.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-04T20:52:55.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-04T20:52:55.881Z
19392026-06-04T20:52:55.881Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-04T20:52:56.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-04T20:52:56.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-04T20:52:56.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-04T20:52:56.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-04T20:52:56.343Z
19452026-06-04T20:52:56.343Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-04T20:52:56.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-04T20:52:56.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-04T20:52:56.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-04T20:52:56.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-04T20:52:56.811Z
19512026-06-04T20:52:56.811Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-04T20:52:57.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-04T20:52:57.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-04T20:52:57.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-04T20:52:57.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-04T20:52:57.274Z
19572026-06-04T20:52:57.274Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-04T20:52:57.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-04T20:52:57.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-04T20:52:57.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-04T20:52:57.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-04T20:52:57.737Z
19632026-06-04T20:52:57.737Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-04T20:52:58.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-04T20:52:58.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-04T20:52:58.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-04T20:52:58.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-04T20:52:58.204Z
19692026-06-04T20:52:58.204Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-04T20:52:58.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-04T20:52:58.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-04T20:52:58.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-04T20:52:58.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-04T20:52:58.668Z
19752026-06-04T20:52:58.668Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-04T20:52:59.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-04T20:52:59.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-04T20:52:59.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-04T20:52:59.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-04T20:52:59.131Z
19812026-06-04T20:52:59.131Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-04T20:52:59.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-04T20:52:59.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-04T20:52:59.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-04T20:52:59.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-04T20:52:59.599Z
19872026-06-04T20:52:59.600Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-04T20:53:00.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-04T20:53:00.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-04T20:53:00.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-04T20:53:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-04T20:53:00.062Z
19932026-06-04T20:53:00.062Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-04T20:53:00.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-04T20:53:00.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-04T20:53:00.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-04T20:53:00.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-04T20:53:00.529Z
19992026-06-04T20:53:00.529Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-04T20:53:00.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-04T20:53:00.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-04T20:53:00.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-04T20:53:00.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-04T20:53:00.989Z
20052026-06-04T20:53:00.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-04T20:53:01.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-04T20:53:01.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-04T20:53:01.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-04T20:53:01.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-04T20:53:01.457Z
20112026-06-04T20:53:01.457Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-04T20:53:01.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-04T20:53:01.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-04T20:53:01.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-04T20:53:01.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-06-04T20:53:01.928Z
20172026-06-04T20:53:01.928Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-04T20:53:02.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-04T20:53:02.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-04T20:53:02.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-04T20:53:02.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-04T20:53:02.397Z
20232026-06-04T20:53:02.397Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-04T20:53:02.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-04T20:53:02.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-04T20:53:02.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-04T20:53:02.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-06-04T20:53:02.869Z
20292026-06-04T20:53:02.869Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-04T20:53:03.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-04T20:53:03.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-04T20:53:03.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-04T20:53:03.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-04T20:53:03.335Z
20352026-06-04T20:53:03.335Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-04T20:53:03.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-04T20:53:03.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-04T20:53:03.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-04T20:53:03.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-04T20:53:03.803Z
20412026-06-04T20:53:03.803Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-04T20:53:04.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-04T20:53:04.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-04T20:53:04.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-04T20:53:04.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-04T20:53:04.265Z
20472026-06-04T20:53:04.265Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-04T20:53:04.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-04T20:53:04.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-04T20:53:04.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-04T20:53:04.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-04T20:53:04.732Z
20532026-06-04T20:53:04.732Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-04T20:53:05.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-04T20:53:05.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-04T20:53:05.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-04T20:53:05.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-04T20:53:05.195Z
20592026-06-04T20:53:05.195Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-04T20:53:05.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-04T20:53:05.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-04T20:53:05.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-04T20:53:05.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-04T20:53:05.664Z
20652026-06-04T20:53:05.664Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-04T20:53:06.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-04T20:53:06.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-04T20:53:06.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-04T20:53:06.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-04T20:53:06.130Z
20712026-06-04T20:53:06.130Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-04T20:53:06.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-04T20:53:06.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-04T20:53:06.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-04T20:53:06.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-04T20:53:06.592Z
20772026-06-04T20:53:06.592Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-04T20:53:06.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-04T20:53:06.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-04T20:53:06.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-04T20:53:06.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20822026-06-04T20:53:07.047Z
20832026-06-04T20:53:07.047Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-04T20:53:07.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-04T20:53:07.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-04T20:53:07.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-04T20:53:07.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-06-04T20:53:07.667Z
20892026-06-04T20:53:07.668Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-04T20:53:08.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-04T20:53:08.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-04T20:53:08.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-04T20:53:08.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20942026-06-04T20:53:08.291Z
20952026-06-04T20:53:08.291Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-04T20:53:08.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-04T20:53:08.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-04T20:53:08.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-04T20:53:08.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21002026-06-04T20:53:08.908Z
21012026-06-04T20:53:08.908Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-04T20:53:09.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-04T20:53:09.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-04T20:53:09.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-04T20:53:09.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-06-04T20:53:09.525Z
21072026-06-04T20:53:09.525Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-04T20:53:10.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-04T20:53:10.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-04T20:53:10.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-04T20:53:10.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-06-04T20:53:10.111Z
21132026-06-04T20:53:10.111Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-04T20:53:10.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-04T20:53:10.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-04T20:53:10.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-04T20:53:10.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-06-04T20:53:10.685Z
21192026-06-04T20:53:10.685Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-04T20:53:11.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-04T20:53:11.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-04T20:53:11.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-04T20:53:11.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-04T20:53:11.269Z
21252026-06-04T20:53:11.269Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-04T20:53:11.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-04T20:53:11.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-04T20:53:11.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-04T20:53:11.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-04T20:53:11.872Z
21312026-06-04T20:53:11.872Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-04T20:53:12.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-04T20:53:12.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-04T20:53:12.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-04T20:53:12.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-04T20:53:12.465Z
21372026-06-04T20:53:12.465Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-04T20:53:12.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-04T20:53:12.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-04T20:53:12.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-04T20:53:12.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-04T20:53:13.053Z
21432026-06-04T20:53:13.053Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-04T20:53:13.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-04T20:53:13.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-04T20:53:13.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-04T20:53:13.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21482026-06-04T20:53:13.625Z
21492026-06-04T20:53:13.626Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-04T20:53:14.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-04T20:53:14.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-04T20:53:14.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-04T20:53:14.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21542026-06-04T20:53:14.199Z
21552026-06-04T20:53:14.199Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-04T20:53:14.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-04T20:53:14.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-04T20:53:14.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-04T20:53:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-06-04T20:53:14.772Z
21612026-06-04T20:53:14.772Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-04T20:53:15.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-04T20:53:15.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-04T20:53:15.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-04T20:53:15.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21662026-06-04T20:53:15.343Z
21672026-06-04T20:53:15.343Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-04T20:53:15.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-04T20:53:15.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-04T20:53:15.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-04T20:53:15.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-04T20:53:15.928Z
21732026-06-04T20:53:15.928Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-04T20:53:16.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-04T20:53:16.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-04T20:53:16.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-04T20:53:16.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-04T20:53:16.516Z
21792026-06-04T20:53:16.516Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-04T20:53:17.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-04T20:53:17.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-04T20:53:17.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-04T20:53:17.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-06-04T20:53:17.084Z
21852026-06-04T20:53:17.084Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-04T20:53:17.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-04T20:53:17.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-04T20:53:17.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-04T20:53:17.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-06-04T20:53:17.654Z
21912026-06-04T20:53:17.654Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-04T20:53:18.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-04T20:53:18.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-04T20:53:18.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-04T20:53:18.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-04T20:53:18.234Z
21972026-06-04T20:53:18.234Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-04T20:53:18.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-04T20:53:18.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-04T20:53:18.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-04T20:53:18.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-04T20:53:18.821Z
22032026-06-04T20:53:18.821Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-04T20:53:19.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-04T20:53:19.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-04T20:53:19.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-04T20:53:19.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-06-04T20:53:19.394Z
22092026-06-04T20:53:19.394Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-04T20:53:19.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-04T20:53:19.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-04T20:53:19.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-04T20:53:19.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-04T20:53:19.972Z
22152026-06-04T20:53:19.972Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-04T20:53:20.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-04T20:53:20.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-04T20:53:20.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-04T20:53:20.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-06-04T20:53:20.558Z
22212026-06-04T20:53:20.558Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-04T20:53:21.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-04T20:53:21.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-04T20:53:21.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-04T20:53:21.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-06-04T20:53:21.139Z
22272026-06-04T20:53:21.140Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-04T20:53:21.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-04T20:53:21.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-04T20:53:21.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-04T20:53:21.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-06-04T20:53:21.741Z
22332026-06-04T20:53:21.741Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-04T20:53:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-04T20:53:22.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-04T20:53:22.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-04T20:53:22.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-04T20:53:22.346Z
22392026-06-04T20:53:22.346Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-04T20:53:22.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-04T20:53:22.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-04T20:53:22.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-04T20:53:22.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-06-04T20:53:22.922Z
22452026-06-04T20:53:22.922Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-04T20:53:23.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-04T20:53:23.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-04T20:53:23.530Z Checking cfg-if v1.0.4
22492026-06-04T20:53:23.534Z Checking libc v0.2.185
22502026-06-04T20:53:23.534Z Checking serde_core v1.0.228
22512026-06-04T20:53:23.648Z Checking zeroize v1.8.2
22522026-06-04T20:53:23.656Z Checking memchr v2.8.0
22532026-06-04T20:53:23.668Z Checking log v0.4.29
22542026-06-04T20:53:23.673Z Checking smallvec v1.15.1
22552026-06-04T20:53:23.685Z Checking typenum v1.19.0
22562026-06-04T20:53:23.695Z Checking subtle v2.6.1
22572026-06-04T20:53:23.784Z Checking itoa v1.0.17
22582026-06-04T20:53:23.819Z Checking scopeguard v1.2.0
22592026-06-04T20:53:23.843Z Checking stable_deref_trait v1.2.1
22602026-06-04T20:53:23.848Z Checking const-oid v0.9.6
22612026-06-04T20:53:23.907Z Checking zerofrom v0.1.6
22622026-06-04T20:53:23.918Z Checking lock_api v0.4.14
22632026-06-04T20:53:23.935Z Checking pin-project-lite v0.2.17
22642026-06-04T20:53:24.019Z Checking yoke v0.8.1
22652026-06-04T20:53:24.031Z Checking getrandom v0.2.17
22662026-06-04T20:53:24.031Z Checking errno v0.3.14
22672026-06-04T20:53:24.052Z Checking parking_lot_core v0.9.12
22682026-06-04T20:53:24.112Z Checking portable-atomic v1.13.1
22692026-06-04T20:53:24.145Z Checking signal-hook-registry v1.4.8
22702026-06-04T20:53:24.177Z Checking zerovec v0.11.5
22712026-06-04T20:53:24.187Z Checking rand_core v0.6.4
22722026-06-04T20:53:24.198Z Checking generic-array v0.14.7
22732026-06-04T20:53:24.238Z Checking critical-section v1.2.0
22742026-06-04T20:53:24.301Z Checking futures-core v0.3.32
22752026-06-04T20:53:24.333Z Checking parking_lot v0.12.5
22762026-06-04T20:53:24.357Z Checking mio v1.2.0
22772026-06-04T20:53:24.421Z Checking zerocopy v0.8.40
22782026-06-04T20:53:24.506Z Checking once_cell v1.21.3
22792026-06-04T20:53:24.521Z Checking zmij v1.0.21
22802026-06-04T20:53:24.534Z Checking socket2 v0.6.3
22812026-06-04T20:53:24.606Z Checking tinystr v0.8.2
22822026-06-04T20:53:24.627Z Checking crypto-common v0.1.7
22832026-06-04T20:53:24.638Z Checking block-buffer v0.10.4
22842026-06-04T20:53:24.675Z Checking libm v0.2.16
22852026-06-04T20:53:24.726Z Checking percent-encoding v2.3.2
22862026-06-04T20:53:24.746Z Checking litemap v0.8.1
22872026-06-04T20:53:24.763Z Checking writeable v0.6.2
22882026-06-04T20:53:24.781Z Checking digest v0.10.7
22892026-06-04T20:53:24.788Z Checking equivalent v1.0.2
22902026-06-04T20:53:24.865Z Checking potential_utf v0.1.4
22912026-06-04T20:53:24.875Z Checking zerotrie v0.2.3
22922026-06-04T20:53:24.913Z Checking icu_locale_core v2.1.1
22932026-06-04T20:53:24.924Z Checking futures-sink v0.3.32
22942026-06-04T20:53:24.967Z Checking futures-io v0.3.32
22952026-06-04T20:53:24.991Z Checking icu_collections v2.1.1
22962026-06-04T20:53:25.019Z Checking futures-channel v0.3.32
22972026-06-04T20:53:25.078Z Checking cpufeatures v0.2.17
22982026-06-04T20:53:25.109Z Checking serde v1.0.228
22992026-06-04T20:53:25.121Z Checking bitflags v2.11.0
23002026-06-04T20:53:25.144Z Checking serde_json v1.0.149
23012026-06-04T20:53:25.209Z Checking futures-task v0.3.32
23022026-06-04T20:53:25.283Z Checking slab v0.4.12
23032026-06-04T20:53:25.296Z Checking hmac v0.12.1
23042026-06-04T20:53:25.344Z Checking icu_properties_data v2.1.2
23052026-06-04T20:53:25.373Z Checking num-traits v0.2.19
23062026-06-04T20:53:25.421Z Checking icu_normalizer_data v2.1.1
23072026-06-04T20:53:25.436Z Checking futures-util v0.3.32
23082026-06-04T20:53:25.460Z Checking icu_provider v2.1.1
23092026-06-04T20:53:25.474Z Checking rand_core v0.10.0
23102026-06-04T20:53:25.494Z Checking hashbrown v0.17.0
23112026-06-04T20:53:25.506Z Checking bytes v1.11.1
23122026-06-04T20:53:25.609Z Checking getrandom v0.4.1
23132026-06-04T20:53:25.684Z Checking icu_normalizer v2.1.1
23142026-06-04T20:53:25.754Z Checking icu_properties v2.1.2
23152026-06-04T20:53:25.811Z Checking block-padding v0.3.3
23162026-06-04T20:53:25.915Z Checking utf8_iter v1.0.4
23172026-06-04T20:53:25.936Z Checking tokio v1.52.1
23182026-06-04T20:53:25.948Z Checking inout v0.1.4
23192026-06-04T20:53:25.953Z Checking indexmap v2.14.0
23202026-06-04T20:53:25.989Z Checking sha2 v0.10.9
23212026-06-04T20:53:26.034Z Checking form_urlencoded v1.2.2
23222026-06-04T20:53:26.082Z Checking cipher v0.4.4
23232026-06-04T20:53:26.160Z Checking getrandom v0.3.4
23242026-06-04T20:53:26.264Z Checking byteorder v1.5.0
23252026-06-04T20:53:26.286Z Checking base64ct v1.8.3
23262026-06-04T20:53:26.300Z Checking fnv v1.0.7
23272026-06-04T20:53:26.394Z Checking flagset v0.4.7
23282026-06-04T20:53:26.464Z Checking rand_core v0.9.5
23292026-06-04T20:53:26.507Z Checking http v1.4.0
23302026-06-04T20:53:26.519Z Checking pem-rfc7468 v0.7.0
23312026-06-04T20:53:26.532Z Checking regex-syntax v0.8.10
23322026-06-04T20:53:26.568Z Checking idna_adapter v1.2.1
23332026-06-04T20:53:26.669Z Checking salsa20 v0.10.2
23342026-06-04T20:53:26.677Z Checking der v0.7.10
23352026-06-04T20:53:26.687Z Checking idna v1.1.0
23362026-06-04T20:53:26.768Z Checking uuid v1.23.0
23372026-06-04T20:53:26.923Z Checking url v2.5.8
23382026-06-04T20:53:27.063Z Checking pbkdf2 v0.12.2
23392026-06-04T20:53:27.076Z Checking rustix v1.1.3
23402026-06-04T20:53:27.168Z Checking ppv-lite86 v0.2.21
23412026-06-04T20:53:27.180Z Checking tracing-core v0.1.36
23422026-06-04T20:53:27.341Z Checking rustls-pki-types v1.14.0
23432026-06-04T20:53:27.370Z Checking base64 v0.22.1
23442026-06-04T20:53:27.417Z Checking spki v0.7.3
23452026-06-04T20:53:27.476Z Checking iana-time-zone v0.1.65
23462026-06-04T20:53:27.498Z Checking tracing v0.1.44
23472026-06-04T20:53:27.582Z Checking rand_chacha v0.9.0
23482026-06-04T20:53:27.585Z Checking chrono v0.4.44
23492026-06-04T20:53:27.610Z Checking scrypt v0.11.0
23502026-06-04T20:53:27.633Z Checking http-body v1.0.1
23512026-06-04T20:53:27.707Z Checking cbc v0.1.2
23522026-06-04T20:53:27.746Z Checking aes v0.8.4
23532026-06-04T20:53:27.764Z Checking aws-lc-sys v0.40.0
23542026-06-04T20:53:27.788Z Checking untrusted v0.7.1
23552026-06-04T20:53:27.837Z Checking openssl-probe v0.2.1
23562026-06-04T20:53:27.871Z Checking untrusted v0.9.0
23572026-06-04T20:53:27.899Z Checking tinyvec_macros v0.1.1
23582026-06-04T20:53:27.936Z Checking rand v0.9.2
23592026-06-04T20:53:27.952Z Checking try-lock v0.2.5
23602026-06-04T20:53:27.965Z Checking tinyvec v1.10.0
23612026-06-04T20:53:27.976Z Checking ring v0.17.14
23622026-06-04T20:53:28.048Z Checking atomic-waker v1.1.2
23632026-06-04T20:53:28.140Z Checking pkcs5 v0.7.1
23642026-06-04T20:53:28.154Z Checking tower-service v0.3.3
23652026-06-04T20:53:28.240Z Checking tower-layer v0.3.3
23662026-06-04T20:53:28.266Z Checking aws-lc-rs v1.16.3
23672026-06-04T20:53:28.266Z Checking want v0.3.1
23682026-06-04T20:53:28.385Z Checking ipnet v2.11.0
23692026-06-04T20:53:28.399Z Checking pkcs8 v0.10.2
23702026-06-04T20:53:28.404Z Checking httparse v1.10.1
23712026-06-04T20:53:28.404Z Checking aho-corasick v1.1.4
23722026-06-04T20:53:28.453Z Checking fastrand v2.3.0
23732026-06-04T20:53:28.572Z Checking httpdate v1.0.3
23742026-06-04T20:53:28.616Z Checking dyn-clone v1.0.20
23752026-06-04T20:53:28.632Z Checking pin-utils v0.1.0
23762026-06-04T20:53:28.645Z Checking plain v0.2.3
23772026-06-04T20:53:28.699Z Checking foreign-types-shared v0.1.1
23782026-06-04T20:53:28.716Z Checking tempfile v3.25.0
23792026-06-04T20:53:28.732Z Checking unicode-normalization v0.1.25
23802026-06-04T20:53:28.746Z Checking semver v1.0.28
23812026-06-04T20:53:28.783Z Checking foreign-types v0.3.2
23822026-06-04T20:53:28.853Z Checking openssl-sys v0.9.115
23832026-06-04T20:53:28.914Z Checking spin v0.9.8
23842026-06-04T20:53:28.954Z Checking ucd-trie v0.1.7
23852026-06-04T20:53:28.966Z Checking unicode-ident v1.0.24
23862026-06-04T20:53:29.072Z Checking proc-macro2 v1.0.106
23872026-06-04T20:53:29.084Z Checking pest v2.8.6
23882026-06-04T20:53:29.098Z Checking regex-automata v0.4.14
23892026-06-04T20:53:29.136Z Checking rustls-webpki v0.103.9
23902026-06-04T20:53:29.142Z Checking schemars v0.8.22
23912026-06-04T20:53:29.142Z Checking rustls-native-certs v0.8.3
23922026-06-04T20:53:29.162Z Checking tokio-util v0.7.18
23932026-06-04T20:53:29.228Z Checking openssl v0.10.79
23942026-06-04T20:53:29.257Z Checking thiserror v2.0.18
23952026-06-04T20:53:29.358Z Checking sync_wrapper v1.0.2
23962026-06-04T20:53:29.380Z Checking wait-timeout v0.2.1
23972026-06-04T20:53:29.459Z Checking quick-error v1.2.3
23982026-06-04T20:53:29.498Z Checking powerfmt v0.2.0
23992026-06-04T20:53:29.529Z Checking rustls v0.23.37
24002026-06-04T20:53:29.559Z Checking simd-adler32 v0.3.8
24012026-06-04T20:53:29.645Z Checking siphasher v1.0.2
24022026-06-04T20:53:29.728Z Checking utf8parse v0.2.2
24032026-06-04T20:53:29.751Z Checking anstyle v1.0.13
24042026-06-04T20:53:29.767Z Checking h2 v0.4.13
24052026-06-04T20:53:29.799Z Checking pretty-hex v0.4.1
24062026-06-04T20:53:29.826Z Checking bit-vec v0.8.0
24072026-06-04T20:53:29.915Z Checking anstyle-parse v0.2.7
24082026-06-04T20:53:29.928Z Checking deranged v0.5.8
24092026-06-04T20:53:30.016Z Checking bit-set v0.8.0
24102026-06-04T20:53:30.066Z Checking rusty-fork v0.3.1
24112026-06-04T20:53:30.126Z Checking tower v0.5.3
24122026-06-04T20:53:30.160Z Checking quote v1.0.45
24132026-06-04T20:53:30.233Z Compiling newtype-uuid v1.3.2
24142026-06-04T20:53:30.326Z Checking http-body-util v0.1.3
24152026-06-04T20:53:30.410Z Checking webpki-roots v1.0.6
24162026-06-04T20:53:30.505Z Checking crossbeam-utils v0.8.21
24172026-06-04T20:53:30.525Z Checking rand_xorshift v0.4.0
24182026-06-04T20:53:30.540Z Checking crc32fast v1.5.0
24192026-06-04T20:53:30.642Z Checking scroll v0.13.0
24202026-06-04T20:53:30.675Z Checking signature v2.2.0
24212026-06-04T20:53:30.810Z Checking is_terminal_polyfill v1.70.2
24222026-06-04T20:53:30.832Z Checking adler2 v2.0.1
24232026-06-04T20:53:30.847Z Checking iri-string v0.7.10
24242026-06-04T20:53:30.867Z Checking num-conv v0.2.0
24252026-06-04T20:53:30.893Z Checking anstyle-query v1.1.5
24262026-06-04T20:53:30.906Z Checking num_threads v0.1.7
24272026-06-04T20:53:30.935Z Checking allocator-api2 v0.2.21
24282026-06-04T20:53:30.982Z Checking unarray v0.1.4
24292026-06-04T20:53:30.985Z Checking ryu v1.0.23
24302026-06-04T20:53:31.002Z Checking time-core v0.1.8
24312026-06-04T20:53:31.084Z Checking unicode-bidi v0.3.18
24322026-06-04T20:53:31.151Z Checking colorchoice v1.0.4
24332026-06-04T20:53:31.156Z Checking unicode-properties v0.1.4
24342026-06-04T20:53:31.214Z Checking time v0.3.47
24352026-06-04T20:53:31.225Z Checking anstream v0.6.21
24362026-06-04T20:53:31.251Z Checking native-tls v0.2.18
24372026-06-04T20:53:31.324Z Checking serde_urlencoded v0.7.1
24382026-06-04T20:53:31.377Z Checking stringprep v0.1.5
24392026-06-04T20:53:31.418Z Checking proptest v1.10.0
24402026-06-04T20:53:31.431Z Checking tokio-native-tls v0.3.1
24412026-06-04T20:53:31.525Z Checking miniz_oxide v0.8.9
24422026-06-04T20:53:31.538Z Checking bstr v1.12.1
24432026-06-04T20:53:31.584Z Checking goblin v0.10.5
24442026-06-04T20:53:31.860Z Checking tower-http v0.6.8
24452026-06-04T20:53:31.873Z Checking crossbeam-epoch v0.9.18
24462026-06-04T20:53:31.900Z Checking tokio-rustls v0.26.4
24472026-06-04T20:53:31.926Z Compiling daft v0.1.7
24482026-06-04T20:53:32.094Z Checking syn v2.0.117
24492026-06-04T20:53:32.124Z Checking ipnetwork v0.21.1
24502026-06-04T20:53:32.139Z Checking rand_chacha v0.3.1
24512026-06-04T20:53:32.202Z Checking scroll v0.12.0
24522026-06-04T20:53:32.349Z Checking thiserror v1.0.69
24532026-06-04T20:53:32.361Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-06-04T20:53:33.368Z Checking hash32 v0.2.1
24552026-06-04T20:53:33.372Z Checking hyper v1.8.1
24562026-06-04T20:53:33.372Z Checking num-integer v0.1.46
24572026-06-04T20:53:33.372Z Checking serde_spanned v0.6.9
24582026-06-04T20:53:33.372Z Checking toml_datetime v0.6.11
24592026-06-04T20:53:33.372Z Checking md-5 v0.10.6
24602026-06-04T20:53:33.373Z Checking ff v0.13.1
24612026-06-04T20:53:33.373Z Checking encoding_rs v0.8.35
24622026-06-04T20:53:33.373Z Checking psl-types v2.0.11
24632026-06-04T20:53:33.373Z Checking mime v0.3.17
24642026-06-04T20:53:33.373Z Checking zlib-rs v0.6.2
24652026-06-04T20:53:33.373Z Checking base16ct v0.2.0
24662026-06-04T20:53:33.373Z Checking fallible-iterator v0.2.0
24672026-06-04T20:53:33.373Z Checking sec1 v0.7.3
24682026-06-04T20:53:33.373Z Checking publicsuffix v2.3.0
24692026-06-04T20:53:33.373Z Checking postgres-protocol v0.6.10
24702026-06-04T20:53:33.373Z Checking group v0.13.0
24712026-06-04T20:53:33.373Z Checking hyper-util v0.1.20
24722026-06-04T20:53:33.384Z Checking num-iter v0.1.45
24732026-06-04T20:53:33.416Z Checking heapless v0.7.17
24742026-06-04T20:53:33.431Z Checking zstd-safe v7.2.4
24752026-06-04T20:53:33.492Z Checking goblin v0.8.2
24762026-06-04T20:53:33.580Z Checking flate2 v1.1.9
24772026-06-04T20:53:33.591Z Checking cookie v0.18.1
24782026-06-04T20:53:33.603Z Checking oxnet v0.1.4
24792026-06-04T20:53:33.819Z Checking rand v0.8.6
24802026-06-04T20:53:33.831Z Compiling iddqd v0.4.2
24812026-06-04T20:53:33.846Z Checking dtrace-parser v0.3.0
24822026-06-04T20:53:33.870Z Checking phf_shared v0.13.1
24832026-06-04T20:53:33.940Z Checking dof v0.4.0
24842026-06-04T20:53:34.065Z Checking lazy_static v1.5.0
24852026-06-04T20:53:34.076Z Checking pin-project v1.1.11
24862026-06-04T20:53:34.155Z Checking zerocopy v0.7.35
24872026-06-04T20:53:34.168Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-04T20:53:34.252Z Checking signal-hook v0.3.18
24892026-06-04T20:53:34.326Z Checking terminal_size v0.4.3
24902026-06-04T20:53:34.378Z Checking futures-executor v0.3.32
24912026-06-04T20:53:34.439Z Checking hex v0.4.3
24922026-06-04T20:53:34.439Z Checking hkdf v0.12.4
24932026-06-04T20:53:34.526Z Checking crypto-bigint v0.5.5
24942026-06-04T20:53:34.563Z Checking thread-id v5.1.0
24952026-06-04T20:53:34.572Z Checking managed v0.8.0
24962026-06-04T20:53:34.596Z Checking hyper-rustls v0.27.7
24972026-06-04T20:53:34.633Z Checking hyper-tls v0.6.0
24982026-06-04T20:53:34.642Z Checking bitflags v1.3.2
24992026-06-04T20:53:34.670Z Checking foldhash v0.1.5
25002026-06-04T20:53:34.712Z Checking strsim v0.11.1
25012026-06-04T20:53:34.752Z Compiling rayon-core v1.13.0
25022026-06-04T20:53:34.800Z Checking clap_lex v1.0.0
25032026-06-04T20:53:34.804Z Checking bumpalo v3.20.2
25042026-06-04T20:53:34.804Z Checking winnow v0.5.40
25052026-06-04T20:53:34.870Z Checking winnow v0.7.14
25062026-06-04T20:53:34.925Z Checking libbz2-rs-sys v0.2.2
25072026-06-04T20:53:34.953Z Checking same-file v1.0.6
25082026-06-04T20:53:35.012Z Checking either v1.15.0
25092026-06-04T20:53:35.068Z Checking foldhash v0.2.0
25102026-06-04T20:53:35.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-06-04T20:53:35.196Z Checking walkdir v2.5.0
25122026-06-04T20:53:35.221Z Checking hashbrown v0.16.1
25132026-06-04T20:53:35.269Z Checking zopfli v0.8.3
25142026-06-04T20:53:35.316Z Checking bzip2 v0.6.1
25152026-06-04T20:53:35.356Z Checking clap_builder v4.5.60
25162026-06-04T20:53:35.369Z Checking dof v0.3.0
25172026-06-04T20:53:35.428Z Checking elliptic-curve v0.13.8
25182026-06-04T20:53:35.502Z Checking reqwest v0.12.28
25192026-06-04T20:53:35.609Z Checking hashbrown v0.15.5
25202026-06-04T20:53:35.652Z Checking smoltcp v0.9.1
25212026-06-04T20:53:35.716Z Checking usdt-impl v0.6.0
25222026-06-04T20:53:35.738Z Checking futures v0.3.32
25232026-06-04T20:53:35.817Z Checking signal-hook-mio v0.2.5
25242026-06-04T20:53:35.922Z Checking num-bigint-dig v0.8.6
25252026-06-04T20:53:35.971Z Checking toml_edit v0.19.15
25262026-06-04T20:53:35.997Z Checking bzip2 v0.4.4
25272026-06-04T20:53:36.048Z Checking snafu v0.8.9
25282026-06-04T20:53:36.075Z Checking phf v0.13.1
25292026-06-04T20:53:36.220Z Checking cookie_store v0.22.1
25302026-06-04T20:53:36.232Z Checking zstd v0.13.3
25312026-06-04T20:53:36.288Z Checking postgres-types v0.2.12
25322026-06-04T20:53:36.351Z Checking dtrace-parser v0.2.0
25332026-06-04T20:53:36.396Z Checking crossbeam-deque v0.8.6
25342026-06-04T20:53:36.418Z Checking globset v0.4.18
25352026-06-04T20:53:36.554Z Checking rustls-platform-verifier v0.6.2
25362026-06-04T20:53:36.568Z Checking regex v1.12.3
25372026-06-04T20:53:36.580Z Checking ed25519 v2.2.3
25382026-06-04T20:53:36.590Z Checking phf_shared v0.11.3
25392026-06-04T20:53:36.601Z Checking olpc-cjson v0.1.4
25402026-06-04T20:53:36.681Z Checking curve25519-dalek v4.1.3
25412026-06-04T20:53:36.688Z Checking ref-cast v1.0.25
25422026-06-04T20:53:36.726Z Checking strum v0.27.2
25432026-06-04T20:53:36.726Z Checking hubpack v0.1.2
25442026-06-04T20:53:36.734Z Checking memoffset v0.9.1
25452026-06-04T20:53:36.761Z Checking rustix v0.38.44
25462026-06-04T20:53:36.785Z Checking pkcs1 v0.7.5
25472026-06-04T20:53:36.825Z Checking pem v3.0.6
25482026-06-04T20:53:36.841Z Checking float-cmp v0.10.0
25492026-06-04T20:53:36.844Z Checking erased-serde v0.3.31
25502026-06-04T20:53:36.891Z Checking serde-big-array v0.5.1
25512026-06-04T20:53:36.970Z Checking serde_plain v1.0.2
25522026-06-04T20:53:36.980Z Checking rfc6979 v0.4.0
25532026-06-04T20:53:36.994Z Checking memmap2 v0.9.10
25542026-06-04T20:53:36.997Z Checking thread-id v4.2.2
25552026-06-04T20:53:37.020Z Checking env_filter v1.0.0
25562026-06-04T20:53:37.080Z Checking unicode-segmentation v1.12.0
25572026-06-04T20:53:37.093Z Checking new_debug_unreachable v1.0.6
25582026-06-04T20:53:37.108Z Checking static_assertions v1.1.0
25592026-06-04T20:53:37.152Z Checking jiff v0.2.21
25602026-06-04T20:53:37.163Z Checking keccak v0.1.6
25612026-06-04T20:53:37.168Z Checking toml_write v0.1.2
25622026-06-04T20:53:37.185Z Checking data-encoding v2.10.0
25632026-06-04T20:53:37.234Z Checking whoami v2.1.0
25642026-06-04T20:53:37.347Z Checking normalize-line-endings v0.3.0
25652026-06-04T20:53:37.360Z Checking fixedbitset v0.4.2
25662026-06-04T20:53:37.389Z Checking fixedbitset v0.5.7
25672026-06-04T20:53:37.437Z Checking typed-path v0.9.3
25682026-06-04T20:53:37.450Z Checking predicates-core v1.0.10
25692026-06-04T20:53:37.459Z Checking precomputed-hash v0.1.1
25702026-06-04T20:53:37.470Z Checking difflib v0.4.0
25712026-06-04T20:53:37.509Z Checking petgraph v0.6.5
25722026-06-04T20:53:37.540Z Checking string_cache v0.8.9
25732026-06-04T20:53:37.568Z Checking ed25519-dalek v2.2.0
25742026-06-04T20:53:37.592Z Checking petgraph v0.8.3
25752026-06-04T20:53:37.595Z Checking crossterm v0.28.1
25762026-06-04T20:53:37.652Z Checking predicates v3.1.4
25772026-06-04T20:53:37.708Z Checking hickory-proto v0.25.2
25782026-06-04T20:53:37.804Z Checking tokio-postgres v0.7.16
25792026-06-04T20:53:37.952Z Checking similar v2.7.0
25802026-06-04T20:53:38.226Z Checking tough v0.22.0
25812026-06-04T20:53:38.310Z Checking sha3 v0.10.8
25822026-06-04T20:53:38.330Z Checking toml_edit v0.22.27
25832026-06-04T20:53:38.511Z Checking slog v2.8.2
25842026-06-04T20:53:38.755Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25852026-06-04T20:53:38.777Z Checking env_logger v0.11.9
25862026-06-04T20:53:38.968Z Checking usdt v0.6.0
25872026-06-04T20:53:39.035Z Checking ecdsa v0.16.9
25882026-06-04T20:53:39.135Z Checking usdt-impl v0.5.0
25892026-06-04T20:53:39.139Z Checking toml v0.7.8
25902026-06-04T20:53:39.369Z Checking rsa v0.9.10
25912026-06-04T20:53:39.373Z Checking zip v4.6.1
25922026-06-04T20:53:39.405Z Checking nix v0.31.2
25932026-06-04T20:53:39.453Z Checking reqwest v0.13.2
25942026-06-04T20:53:39.844Z Checking clap v4.5.60
25952026-06-04T20:53:39.939Z Checking zip v0.6.6
25962026-06-04T20:53:40.211Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-04T20:53:40.269Z Checking itertools v0.13.0
25982026-06-04T20:53:40.279Z Checking serde_with v3.17.0
25992026-06-04T20:53:40.312Z Checking strum v0.26.3
26002026-06-04T20:53:40.316Z Checking fs-err v3.3.0
26012026-06-04T20:53:40.426Z Checking ahash v0.8.12
26022026-06-04T20:53:40.451Z Checking object v0.37.3
26032026-06-04T20:53:40.471Z Checking tokio-stream v0.1.18
26042026-06-04T20:53:40.536Z Checking buf-list v1.1.2
26052026-06-04T20:53:40.613Z Checking camino v1.2.2
26062026-06-04T20:53:40.626Z Checking anyhow v1.0.102
26072026-06-04T20:53:40.720Z Checking x509-cert v0.2.5
26082026-06-04T20:53:40.820Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-04T20:53:40.854Z Checking openapiv3 v2.2.0
26102026-06-04T20:53:40.865Z Checking sha1 v0.10.6
26112026-06-04T20:53:41.021Z Checking lalrpop-util v0.19.12
26122026-06-04T20:53:41.033Z Checking peg-runtime v0.8.5
26132026-06-04T20:53:41.080Z Checking rayon v1.11.0
26142026-06-04T20:53:41.174Z Checking sigpipe v0.1.3
26152026-06-04T20:53:41.187Z Checking glob v0.3.3
26162026-06-04T20:53:42.665Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-04T20:53:42.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.01s
26182026-06-04T20:53:43.114Z
26192026-06-04T20:53:43.114Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-04T20:53:43.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-04T20:53:43.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-04T20:53:43.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-04T20:53:43.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-06-04T20:53:43.719Z
26252026-06-04T20:53:43.719Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-04T20:53:44.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-04T20:53:44.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-04T20:53:44.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-04T20:53:44.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-06-04T20:53:44.293Z
26312026-06-04T20:53:44.293Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-04T20:53:44.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-04T20:53:44.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-04T20:53:44.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-04T20:53:44.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-06-04T20:53:44.882Z
26372026-06-04T20:53:44.882Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-04T20:53:45.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-04T20:53:45.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-04T20:53:45.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-04T20:53:45.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26422026-06-04T20:53:45.470Z
26432026-06-04T20:53:45.470Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-04T20:53:45.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-04T20:53:45.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-04T20:53:45.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-04T20:53:45.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-06-04T20:53:46.062Z
26492026-06-04T20:53:46.063Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-04T20:53:46.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-04T20:53:46.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-04T20:53:46.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-04T20:53:46.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-04T20:53:46.646Z
26552026-06-04T20:53:46.646Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-04T20:53:47.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-04T20:53:47.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-04T20:53:47.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-04T20:53:47.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26602026-06-04T20:53:47.222Z
26612026-06-04T20:53:47.222Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-04T20:53:47.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-04T20:53:47.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-04T20:53:47.902Z Compiling structmeta-derive v0.3.0
26652026-06-04T20:53:48.020Z Compiling rustls v0.22.4
26662026-06-04T20:53:48.028Z Compiling multer v3.1.0
26672026-06-04T20:53:48.037Z Compiling async-stream-impl v0.3.6
26682026-06-04T20:53:48.037Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-04T20:53:48.059Z Compiling dropshot v0.17.0
26702026-06-04T20:53:48.072Z Compiling dropshot_endpoint v0.17.0
26712026-06-04T20:53:48.072Z Compiling newtype-uuid-macros v0.1.0
26722026-06-04T20:53:48.218Z Checking newtype-uuid v1.3.2
26732026-06-04T20:53:48.259Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-04T20:53:48.315Z Checking rustls-webpki v0.102.8
26752026-06-04T20:53:48.401Z Checking daft v0.1.7
26762026-06-04T20:53:48.418Z Checking thread_local v1.1.9
26772026-06-04T20:53:48.584Z Checking match_cfg v0.1.0
26782026-06-04T20:53:48.616Z Checking compression-core v0.4.31
26792026-06-04T20:53:48.642Z Checking iddqd v0.4.2
26802026-06-04T20:53:48.655Z Checking hostname v0.3.1
26812026-06-04T20:53:48.700Z Checking crossbeam-channel v0.5.15
26822026-06-04T20:53:48.744Z Checking compression-codecs v0.4.37
26832026-06-04T20:53:48.750Z Checking slog-json v2.6.1
26842026-06-04T20:53:48.839Z Checking serde_spanned v1.0.4
26852026-06-04T20:53:48.901Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-06-04T20:53:48.904Z Checking is-terminal v0.4.17
26872026-06-04T20:53:48.968Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-06-04T20:53:48.993Z Checking term v1.2.1
26892026-06-04T20:53:49.035Z Checking debug-ignore v1.0.5
26902026-06-04T20:53:49.070Z Compiling structmeta v0.3.0
26912026-06-04T20:53:49.109Z Checking take_mut v0.2.2
26922026-06-04T20:53:49.132Z Checking async-compression v0.4.41
26932026-06-04T20:53:49.146Z Checking toml v1.0.6+spec-1.1.0
26942026-06-04T20:53:49.210Z Checking slog-async v2.8.0
26952026-06-04T20:53:49.210Z Checking slog-term v2.9.2
26962026-06-04T20:53:49.283Z Compiling derive-ex v0.1.8
26972026-06-04T20:53:49.376Z Compiling parse-display-derive v0.10.0
26982026-06-04T20:53:49.389Z Checking slog-bunyan v2.5.0
26992026-06-04T20:53:49.478Z Checking async-stream v0.3.6
27002026-06-04T20:53:49.500Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-04T20:53:49.552Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-06-04T20:53:49.604Z Checking progenitor-client v0.14.0
27032026-06-04T20:53:49.607Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-04T20:53:49.720Z Checking waitgroup v0.1.2
27052026-06-04T20:53:49.745Z Checking backon v1.6.0
27062026-06-04T20:53:49.811Z Checking rustls-pemfile v2.2.0
27072026-06-04T20:53:49.843Z Checking serde_path_to_error v0.1.20
27082026-06-04T20:53:49.853Z Checking hostname v0.4.2
27092026-06-04T20:53:49.910Z Checking instant v0.1.13
27102026-06-04T20:53:49.993Z Checking backoff v0.4.0
27112026-06-04T20:53:50.110Z Checking progenitor-extras v0.2.0
27122026-06-04T20:53:50.134Z Checking tokio-rustls v0.25.0
27132026-06-04T20:53:50.157Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-04T20:53:50.169Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-04T20:53:50.354Z Checking itertools v0.14.0
27162026-06-04T20:53:50.369Z Checking progenitor-client v0.10.0
27172026-06-04T20:53:50.548Z Checking regress v0.10.5
27182026-06-04T20:53:50.574Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-04T20:53:50.800Z Checking macaddr v1.0.1
27202026-06-04T20:53:50.968Z Compiling test-strategy v0.4.5
27212026-06-04T20:53:51.051Z Checking parse-display v0.10.0
27222026-06-04T20:53:51.191Z Checking humantime v2.3.0
27232026-06-04T20:53:52.163Z Compiling prettyplease v0.2.37
27242026-06-04T20:53:52.472Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-04T20:53:52.654Z Checking num-rational v0.4.2
27262026-06-04T20:53:52.851Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-04T20:53:53.154Z Checking num-complex v0.4.6
27282026-06-04T20:53:53.848Z Compiling num v0.4.3
27292026-06-04T20:53:53.927Z Compiling usdt-macro v0.5.0
27302026-06-04T20:53:53.973Z Compiling usdt-attr-macro v0.5.0
27312026-06-04T20:53:53.981Z Checking memmap v0.7.0
27322026-06-04T20:53:53.981Z Checking float-ord v0.3.2
27332026-06-04T20:53:54.070Z Checking unicode-width v0.2.0
27342026-06-04T20:53:54.085Z Compiling convert_case v0.4.0
27352026-06-04T20:53:54.322Z Checking console v0.15.11
27362026-06-04T20:53:54.461Z Compiling derive_more v0.99.20
27372026-06-04T20:53:54.598Z Checking newline-converter v0.3.0
27382026-06-04T20:53:54.649Z Checking atomicwrites v0.4.4
27392026-06-04T20:53:54.704Z Checking usdt v0.5.0
27402026-06-04T20:53:54.716Z Compiling toml v0.8.23
27412026-06-04T20:53:54.779Z Checking linked-hash-map v0.5.6
27422026-06-04T20:53:54.875Z Compiling minimal-lexical v0.2.1
27432026-06-04T20:53:54.970Z Checking lru-cache v0.1.2
27442026-06-04T20:53:55.072Z Compiling nom v7.1.3
27452026-06-04T20:53:55.128Z Checking expectorate v1.2.0
27462026-06-04T20:53:55.651Z Checking camino-tempfile v1.4.1
27472026-06-04T20:53:55.765Z Checking hickory-proto v0.24.4
27482026-06-04T20:53:55.815Z Checking phf_shared v0.12.1
27492026-06-04T20:53:55.957Z Compiling slog-dtrace v0.3.0
27502026-06-04T20:53:56.023Z Compiling chrono-tz v0.10.4
27512026-06-04T20:53:56.149Z Checking heck v0.5.0
27522026-06-04T20:53:56.203Z Checking resolv-conf v0.7.6
27532026-06-04T20:53:56.277Z Compiling const_format_proc_macros v0.2.34
27542026-06-04T20:53:56.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-06-04T20:53:56.433Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-04T20:53:56.456Z Checking phf v0.12.1
27572026-06-04T20:53:56.601Z Checking tokio-dtrace v0.1.1
27582026-06-04T20:53:56.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-04T20:53:56.895Z Compiling derive-where v1.6.0
27602026-06-04T20:53:57.022Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-04T20:53:57.323Z Checking highway v1.3.0
27622026-06-04T20:53:57.560Z Checking const_format v0.2.35
27632026-06-04T20:53:57.596Z Checking hickory-resolver v0.24.4
27642026-06-04T20:53:57.793Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-04T20:53:57.852Z Checking oxide-tokio-rt v0.1.4
27662026-06-04T20:53:57.998Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-04T20:53:58.265Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-04T20:53:58.286Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-04T20:53:58.343Z Checking qorb v0.4.1
27702026-06-04T20:53:58.436Z Checking gethostname v0.5.0
27712026-06-04T20:53:58.518Z Checking bcs v0.1.6
27722026-06-04T20:53:58.532Z Checking termtree v0.5.1
27732026-06-04T20:53:58.567Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-04T20:54:01.755Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-04T20:54:04.490Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-04T20:54:06.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
27772026-06-04T20:54:06.784Z
27782026-06-04T20:54:06.784Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-04T20:54:07.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-04T20:54:07.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-04T20:54:07.466Z Compiling ar_archive_writer v0.5.1
27822026-06-04T20:54:07.593Z Compiling stacker v0.1.23
27832026-06-04T20:54:07.596Z Compiling cfg_aliases v0.1.1
27842026-06-04T20:54:07.596Z Compiling convert_case v0.10.0
27852026-06-04T20:54:07.596Z Checking unicode-width v0.1.14
27862026-06-04T20:54:07.612Z Compiling proc-macro-error v1.0.4
27872026-06-04T20:54:07.623Z Checking fd-lock v4.0.4
27882026-06-04T20:54:07.623Z Checking nibble_vec v0.1.0
27892026-06-04T20:54:07.645Z Compiling nix v0.28.0
27902026-06-04T20:54:07.733Z Checking vte v0.14.1
27912026-06-04T20:54:07.750Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-04T20:54:07.835Z Checking endian-type v0.1.2
27932026-06-04T20:54:07.847Z Checking bytecount v0.6.9
27942026-06-04T20:54:07.882Z Checking strip-ansi-escapes v0.2.1
27952026-06-04T20:54:07.894Z Compiling derive_more-impl v2.1.1
27962026-06-04T20:54:07.905Z Compiling tabled_derive v0.7.0
27972026-06-04T20:54:07.943Z Checking papergrid v0.11.0
27982026-06-04T20:54:07.956Z Checking radix_trie v0.2.1
27992026-06-04T20:54:07.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-04T20:54:08.147Z Compiling peg-macros v0.8.5
28012026-06-04T20:54:08.162Z Checking winnow v0.6.26
28022026-06-04T20:54:08.422Z Compiling psm v0.1.30
28032026-06-04T20:54:08.489Z Compiling sqlparser_derive v0.5.0
28042026-06-04T20:54:08.555Z Checking nu-ansi-term v0.50.3
28052026-06-04T20:54:08.685Z Checking derive_more v2.1.1
28062026-06-04T20:54:08.762Z Checking home v0.5.12
28072026-06-04T20:54:08.775Z Checking unicode_categories v0.1.1
28082026-06-04T20:54:08.855Z Checking tabled v0.15.0
28092026-06-04T20:54:08.867Z Checking reedline v0.40.0
28102026-06-04T20:54:08.928Z Checking crossterm v0.29.0
28112026-06-04T20:54:08.955Z Checking rustyline v14.0.0
28122026-06-04T20:54:09.189Z Checking recursive v0.1.1
28132026-06-04T20:54:09.266Z Checking display-error-chain v0.2.2
28142026-06-04T20:54:09.283Z Checking sqlparser v0.61.0
28152026-06-04T20:54:09.296Z Checking sqlformat v0.3.5
28162026-06-04T20:54:09.508Z Checking peg v0.8.5
28172026-06-04T20:54:20.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28182026-06-04T20:54:20.647Z
28192026-06-04T20:54:20.647Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-04T20:54:21.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-04T20:54:21.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-04T20:54:21.254Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-04T20:54:24.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28242026-06-04T20:54:24.883Z
28252026-06-04T20:54:24.883Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-04T20:54:25.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-04T20:54:25.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-04T20:54:25.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-04T20:54:27.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28302026-06-04T20:54:28.181Z
28312026-06-04T20:54:28.181Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-04T20:54:28.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-04T20:54:28.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-04T20:54:28.852Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-04T20:54:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28362026-06-04T20:54:32.280Z
28372026-06-04T20:54:32.280Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-04T20:54:32.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-04T20:54:32.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-04T20:54:32.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-04T20:54:36.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28422026-06-04T20:54:36.404Z
28432026-06-04T20:54:36.404Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-04T20:54:36.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-04T20:54:36.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-04T20:54:37.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-04T20:54:39.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28482026-06-04T20:54:39.842Z
28492026-06-04T20:54:39.842Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-04T20:54:40.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-04T20:54:40.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-04T20:54:40.513Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-04T20:54:43.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-06-04T20:54:43.315Z
28552026-06-04T20:54:43.315Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-04T20:54:43.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-04T20:54:43.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-04T20:54:43.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-04T20:54:47.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28602026-06-04T20:54:47.590Z
28612026-06-04T20:54:47.590Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-04T20:54:48.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-04T20:54:48.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-04T20:54:48.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-04T20:54:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-06-04T20:54:48.190Z
28672026-06-04T20:54:48.190Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-04T20:54:48.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-04T20:54:48.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-04T20:54:48.821Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-04T20:54:48.988Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-04T20:54:48.988Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-04T20:54:49.329Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-04T20:54:52.244Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-04T20:54:53.444Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-04T20:54:53.658Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-04T20:54:54.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28782026-06-04T20:54:54.510Z
28792026-06-04T20:54:54.510Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-04T20:54:55.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-04T20:54:55.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-04T20:54:55.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-04T20:54:55.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-04T20:54:55.102Z
28852026-06-04T20:54:55.102Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-04T20:54:55.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-04T20:54:55.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-04T20:54:55.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-04T20:54:55.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-06-04T20:54:55.736Z
28912026-06-04T20:54:55.736Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-04T20:54:56.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-04T20:54:56.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-04T20:54:56.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-04T20:54:56.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-06-04T20:54:56.375Z
28972026-06-04T20:54:56.375Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-04T20:54:56.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-04T20:54:56.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-04T20:54:56.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-04T20:54:56.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-06-04T20:54:56.929Z
29032026-06-04T20:54:56.929Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-04T20:54:57.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-04T20:54:57.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-04T20:54:57.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-04T20:54:57.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-06-04T20:54:57.526Z
29092026-06-04T20:54:57.526Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-04T20:54:58.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-04T20:54:58.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-04T20:54:58.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-04T20:54:58.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-06-04T20:54:58.120Z
29152026-06-04T20:54:58.120Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-04T20:54:58.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-04T20:54:58.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-04T20:54:58.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-04T20:54:58.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-06-04T20:54:58.736Z
29212026-06-04T20:54:58.736Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-04T20:54:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-04T20:54:59.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-04T20:54:59.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-04T20:54:59.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-06-04T20:54:59.303Z
29272026-06-04T20:54:59.303Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-04T20:54:59.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-04T20:54:59.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-04T20:54:59.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-04T20:54:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-06-04T20:54:59.873Z
29332026-06-04T20:54:59.873Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-04T20:55:00.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-04T20:55:00.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-04T20:55:00.583Z Compiling crucible-workspace-hack v0.1.0
29372026-06-04T20:55:00.700Z Checking secrecy v0.10.3
29382026-06-04T20:55:00.703Z Compiling heapless v0.8.0
29392026-06-04T20:55:00.714Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-04T20:55:00.721Z Compiling ingot-macros v0.1.1
29412026-06-04T20:55:00.729Z Checking hash32 v0.3.1
29422026-06-04T20:55:00.740Z Compiling smoltcp v0.11.0
29432026-06-04T20:55:00.743Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-04T20:55:00.805Z Checking cobs v0.3.0
29452026-06-04T20:55:00.847Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-04T20:55:00.936Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-04T20:55:00.949Z Checking universal-hash v0.5.1
29482026-06-04T20:55:00.949Z Checking half v2.7.1
29492026-06-04T20:55:00.993Z Checking ciborium-io v0.2.2
29502026-06-04T20:55:01.089Z Checking opaque-debug v0.3.1
29512026-06-04T20:55:01.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-04T20:55:01.113Z Checking postcard v1.1.3
29532026-06-04T20:55:01.158Z Checking poly1305 v0.8.0
29542026-06-04T20:55:01.215Z Checking ciborium-ll v0.2.2
29552026-06-04T20:55:01.315Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-04T20:55:01.389Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-04T20:55:01.402Z Checking password-hash v0.5.0
29582026-06-04T20:55:01.411Z Checking chacha20 v0.9.1
29592026-06-04T20:55:01.517Z Compiling proc-macro-crate v3.4.0
29602026-06-04T20:55:01.658Z Compiling proc-macro-crate v1.3.1
29612026-06-04T20:55:01.673Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-04T20:55:01.699Z Checking blake2 v0.10.6
29632026-06-04T20:55:01.904Z Checking aead v0.5.2
29642026-06-04T20:55:01.940Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-04T20:55:01.995Z Compiling foreign-types-macros v0.2.3
29662026-06-04T20:55:02.015Z Checking thiserror-no-std v2.0.2
29672026-06-04T20:55:02.045Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-06-04T20:55:02.071Z Checking cpufeatures v0.3.0
29692026-06-04T20:55:02.084Z Compiling num_enum_derive v0.7.5
29702026-06-04T20:55:02.100Z Checking foreign-types-shared v0.3.1
29712026-06-04T20:55:02.141Z Checking vsss-rs v3.3.4
29722026-06-04T20:55:02.144Z Checking chacha20 v0.10.0
29732026-06-04T20:55:02.190Z Compiling num_enum_derive v0.5.11
29742026-06-04T20:55:02.302Z Checking chacha20poly1305 v0.10.1
29752026-06-04T20:55:02.376Z Checking argon2 v0.5.3
29762026-06-04T20:55:02.432Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-04T20:55:02.602Z Checking foreign-types v0.5.0
29782026-06-04T20:55:02.683Z Checking ciborium v0.2.2
29792026-06-04T20:55:02.851Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-04T20:55:02.939Z Checking tabwriter v1.4.1
29812026-06-04T20:55:03.088Z Checking byte-wrapper v0.1.0
29822026-06-04T20:55:03.101Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-06-04T20:55:03.133Z Checking cstr-argument v0.1.2
29842026-06-04T20:55:03.146Z Checking num_enum v0.7.5
29852026-06-04T20:55:03.233Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-04T20:55:03.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-04T20:55:03.256Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-06-04T20:55:03.278Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-06-04T20:55:03.292Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-06-04T20:55:03.440Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-06-04T20:55:03.472Z Checking num_enum v0.5.11
29922026-06-04T20:55:03.526Z Checking ingot-types v0.1.2
29932026-06-04T20:55:03.538Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-04T20:55:03.582Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-04T20:55:03.605Z Checking rand v0.10.0
29962026-06-04T20:55:03.644Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-04T20:55:03.674Z Checking colored v3.1.1
29982026-06-04T20:55:03.781Z Checking indent_write v2.2.0
29992026-06-04T20:55:03.872Z Compiling zone_cfg_derive v0.3.1
30002026-06-04T20:55:03.884Z Checking ingot v0.1.1
30012026-06-04T20:55:03.899Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-04T20:55:03.922Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-06-04T20:55:03.937Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-04T20:55:03.966Z Checking itertools v0.12.1
30052026-06-04T20:55:04.003Z Compiling num-derive v0.4.2
30062026-06-04T20:55:04.096Z Checking swrite v0.1.0
30072026-06-04T20:55:04.108Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-04T20:55:04.182Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-04T20:55:04.309Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-04T20:55:04.377Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-04T20:55:04.486Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-04T20:55:04.498Z Checking dropshot-api-manager-types v0.7.2
30132026-06-04T20:55:04.516Z Checking smf v0.2.3
30142026-06-04T20:55:04.594Z Checking nanorand v0.7.0
30152026-06-04T20:55:04.663Z Checking whoami v1.6.1
30162026-06-04T20:55:04.746Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-04T20:55:04.793Z Checking flume v0.11.1
30182026-06-04T20:55:04.914Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-04T20:55:04.966Z Checking zone v0.3.1
30202026-06-04T20:55:05.432Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-04T20:55:06.402Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-04T20:55:07.277Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-04T20:55:10.531Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-04T20:55:12.571Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-04T20:55:13.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30262026-06-04T20:55:13.861Z
30272026-06-04T20:55:13.862Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-04T20:55:14.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-04T20:55:14.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-04T20:55:14.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-04T20:55:14.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-06-04T20:55:14.465Z
30332026-06-04T20:55:14.465Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-04T20:55:14.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-04T20:55:14.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-04T20:55:14.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-04T20:55:14.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-06-04T20:55:15.071Z
30392026-06-04T20:55:15.071Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-04T20:55:15.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-04T20:55:15.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-04T20:55:15.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-04T20:55:15.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-04T20:55:15.678Z
30452026-06-04T20:55:15.678Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-04T20:55:16.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-04T20:55:16.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-04T20:55:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-04T20:55:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-06-04T20:55:16.275Z
30512026-06-04T20:55:16.275Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-04T20:55:16.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-04T20:55:16.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-04T20:55:16.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-04T20:55:16.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-06-04T20:55:16.879Z
30572026-06-04T20:55:16.879Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-04T20:55:17.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-04T20:55:17.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-04T20:55:17.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-04T20:55:17.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-06-04T20:55:17.480Z
30632026-06-04T20:55:17.480Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-04T20:55:17.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-04T20:55:17.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-04T20:55:17.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-04T20:55:17.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-06-04T20:55:18.080Z
30692026-06-04T20:55:18.080Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-04T20:55:18.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-04T20:55:18.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-04T20:55:18.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-04T20:55:18.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-06-04T20:55:18.673Z
30752026-06-04T20:55:18.674Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-04T20:55:19.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-04T20:55:19.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-04T20:55:19.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-04T20:55:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-06-04T20:55:19.273Z
30812026-06-04T20:55:19.273Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-04T20:55:19.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-04T20:55:19.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-04T20:55:19.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-04T20:55:19.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-04T20:55:19.874Z
30872026-06-04T20:55:19.874Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-04T20:55:20.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-04T20:55:20.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-04T20:55:20.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-04T20:55:20.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-06-04T20:55:20.478Z
30932026-06-04T20:55:20.478Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-04T20:55:21.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-04T20:55:21.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-04T20:55:21.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-04T20:55:21.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-06-04T20:55:21.108Z
30992026-06-04T20:55:21.108Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-04T20:55:21.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-04T20:55:21.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-04T20:55:21.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-04T20:55:21.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-04T20:55:21.746Z
31052026-06-04T20:55:21.746Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-04T20:55:22.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-04T20:55:22.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-04T20:55:22.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-04T20:55:22.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-06-04T20:55:22.330Z
31112026-06-04T20:55:22.330Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-04T20:55:22.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-04T20:55:22.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-04T20:55:22.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-04T20:55:22.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-06-04T20:55:22.923Z
31172026-06-04T20:55:22.923Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-04T20:55:23.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-04T20:55:23.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-04T20:55:23.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-04T20:55:23.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-06-04T20:55:23.510Z
31232026-06-04T20:55:23.510Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-04T20:55:24.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-04T20:55:24.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-04T20:55:24.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-04T20:55:24.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-06-04T20:55:24.116Z
31292026-06-04T20:55:24.116Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-04T20:55:24.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-04T20:55:24.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-04T20:55:24.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-04T20:55:24.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-06-04T20:55:24.704Z
31352026-06-04T20:55:24.704Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-04T20:55:25.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-04T20:55:25.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-04T20:55:25.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-04T20:55:25.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-04T20:55:25.309Z
31412026-06-04T20:55:25.309Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-04T20:55:25.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-04T20:55:25.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-04T20:55:25.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-04T20:55:25.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-06-04T20:55:25.936Z
31472026-06-04T20:55:25.936Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-04T20:55:26.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-04T20:55:26.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-04T20:55:26.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-04T20:55:26.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-06-04T20:55:26.558Z
31532026-06-04T20:55:26.558Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-04T20:55:27.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-04T20:55:27.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-04T20:55:27.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-04T20:55:27.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-04T20:55:27.146Z
31592026-06-04T20:55:27.146Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-04T20:55:27.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-04T20:55:27.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-04T20:55:27.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-04T20:55:27.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-06-04T20:55:27.762Z
31652026-06-04T20:55:27.762Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-04T20:55:28.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-04T20:55:28.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-04T20:55:28.460Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-04T20:55:28.575Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-04T20:55:28.583Z Checking csv-core v0.1.13
31712026-06-04T20:55:28.590Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-04T20:55:28.597Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-04T20:55:28.600Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-04T20:55:28.618Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-04T20:55:28.629Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-04T20:55:28.742Z Checking csv v1.4.0
31772026-06-04T20:55:28.773Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-04T20:55:28.786Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-04T20:55:28.811Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-04T20:55:28.838Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-04T20:55:29.079Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-04T20:55:29.445Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-04T20:55:29.445Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-04T20:55:29.779Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-04T20:55:35.710Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-04T20:55:36.240Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-04T20:55:38.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s
31882026-06-04T20:55:38.776Z
31892026-06-04T20:55:38.776Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-04T20:55:39.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-04T20:55:39.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-04T20:55:39.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-04T20:55:39.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31942026-06-04T20:55:39.369Z
31952026-06-04T20:55:39.369Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-04T20:55:39.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-04T20:55:39.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-04T20:55:39.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-04T20:55:39.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32002026-06-04T20:55:40.040Z
32012026-06-04T20:55:40.040Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-04T20:55:40.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-04T20:55:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-04T20:55:40.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-04T20:55:40.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062026-06-04T20:55:40.712Z
32072026-06-04T20:55:40.712Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-04T20:55:41.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-04T20:55:41.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-04T20:55:41.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-04T20:55:41.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32122026-06-04T20:55:41.350Z
32132026-06-04T20:55:41.350Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-04T20:55:41.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-04T20:55:41.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-04T20:55:42.107Z Compiling regress v0.11.1
32172026-06-04T20:55:42.250Z Compiling unsafe-libyaml v0.2.11
32182026-06-04T20:55:42.264Z Compiling semver v0.1.20
32192026-06-04T20:55:42.264Z Compiling radium v0.7.0
32202026-06-04T20:55:42.290Z Compiling maybe-uninit v2.0.0
32212026-06-04T20:55:42.290Z Checking tap v1.0.1
32222026-06-04T20:55:42.315Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-04T20:55:42.404Z Checking wyz v0.5.1
32242026-06-04T20:55:42.545Z Compiling rustc_version v0.1.7
32252026-06-04T20:55:42.583Z Checking progenitor-client v0.13.0
32262026-06-04T20:55:42.616Z Compiling zerocopy-derive v0.6.6
32272026-06-04T20:55:42.726Z Checking funty v2.0.0
32282026-06-04T20:55:42.776Z Compiling serde_yaml v0.9.34+deprecated
32292026-06-04T20:55:42.811Z Compiling newtype_derive v0.1.6
32302026-06-04T20:55:42.996Z Compiling owo-colors v4.3.0
32312026-06-04T20:55:43.010Z Compiling packed_struct v0.10.1
32322026-06-04T20:55:43.089Z Compiling cancel-safe-futures v0.1.5
32332026-06-04T20:55:43.258Z Checking crc-catalog v2.4.0
32342026-06-04T20:55:43.348Z Checking bitvec v1.0.1
32352026-06-04T20:55:43.361Z Checking crc v3.4.0
32362026-06-04T20:55:43.454Z Checking zerocopy v0.6.6
32372026-06-04T20:55:43.498Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-04T20:55:43.534Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-04T20:55:43.672Z Checking typify-impl v0.6.2
32402026-06-04T20:55:43.798Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-04T20:55:43.874Z Compiling packed_struct_codegen v0.10.1
32422026-06-04T20:55:44.045Z Checking libsw-core v0.3.2
32432026-06-04T20:55:44.060Z Compiling bitfield-macros v0.19.4
32442026-06-04T20:55:44.194Z Compiling indexmap v1.9.3
32452026-06-04T20:55:44.227Z Checking nodrop v0.1.14
32462026-06-04T20:55:44.322Z Checking array-init v0.0.4
32472026-06-04T20:55:44.411Z Checking libsw v3.5.0
32482026-06-04T20:55:44.563Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-04T20:55:44.624Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-04T20:55:44.638Z Checking smallvec v0.6.14
32512026-06-04T20:55:44.774Z Checking bitfield v0.19.4
32522026-06-04T20:55:44.801Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-04T20:55:44.970Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-04T20:55:45.045Z Checking linear-map v1.2.0
32552026-06-04T20:55:45.096Z Checking smawk v0.3.2
32562026-06-04T20:55:45.128Z Checking hashbrown v0.12.3
32572026-06-04T20:55:45.218Z Checking base64 v0.21.7
32582026-06-04T20:55:45.231Z Checking unicode-linebreak v0.1.5
32592026-06-04T20:55:45.244Z Checking tagptr v0.2.0
32602026-06-04T20:55:45.385Z Checking moka v0.12.13
32612026-06-04T20:55:45.398Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-06-04T20:55:45.424Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-06-04T20:55:45.441Z Checking textwrap v0.16.2
32642026-06-04T20:55:45.454Z Checking ron v0.8.1
32652026-06-04T20:55:45.588Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-04T20:55:45.654Z Checking steno v0.4.1
32672026-06-04T20:55:45.855Z Checking serde-hex v0.1.0
32682026-06-04T20:55:45.966Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-04T20:55:46.003Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-04T20:55:46.006Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-04T20:55:46.125Z Checking hashbrown v0.13.2
32722026-06-04T20:55:46.394Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-06-04T20:55:46.543Z Checking crc-any v2.5.0
32742026-06-04T20:55:46.601Z Checking object v0.30.4
32752026-06-04T20:55:46.619Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-04T20:55:46.638Z Checking hickory-resolver v0.25.2
32772026-06-04T20:55:46.641Z Checking half v1.8.3
32782026-06-04T20:55:46.720Z Checking utf-8 v0.7.6
32792026-06-04T20:55:46.784Z Checking void v1.0.2
32802026-06-04T20:55:46.844Z Checking path-slash v0.1.5
32812026-06-04T20:55:46.857Z Checking tungstenite v0.23.0
32822026-06-04T20:55:46.891Z Checking lzss v0.8.2
32832026-06-04T20:55:46.949Z Checking serde_cbor v0.11.2
32842026-06-04T20:55:47.216Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-04T20:55:47.270Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-04T20:55:47.364Z Checking nix v0.27.1
32872026-06-04T20:55:47.364Z Checking kstat-rs v0.2.4
32882026-06-04T20:55:47.367Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-04T20:55:47.404Z Checking fxhash v0.2.1
32902026-06-04T20:55:47.521Z Checking serde_bytes v0.11.19
32912026-06-04T20:55:47.535Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32922026-06-04T20:55:47.562Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-06-04T20:55:47.698Z Checking tokio-tungstenite v0.23.1
32942026-06-04T20:55:47.817Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-04T20:55:47.842Z Checking signal-hook-tokio v0.3.1
32962026-06-04T20:55:48.139Z Compiling typify-macro v0.6.2
32972026-06-04T20:55:48.950Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-04T20:55:49.275Z Compiling typify v0.6.2
32992026-06-04T20:55:49.352Z Compiling progenitor-impl v0.13.0
33002026-06-04T20:55:49.352Z Compiling progenitor-impl v0.14.0
33012026-06-04T20:55:49.847Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-04T20:55:50.175Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-04T20:55:50.967Z Compiling progenitor-macro v0.13.0
33042026-06-04T20:55:51.010Z Compiling progenitor-macro v0.14.0
33052026-06-04T20:55:53.328Z Checking progenitor v0.13.0
33062026-06-04T20:55:53.458Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-06-04T20:55:53.658Z Checking progenitor v0.14.0
33082026-06-04T20:55:53.801Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-04T20:55:56.457Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-04T20:56:04.056Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-04T20:56:10.339Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-04T20:56:11.707Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-04T20:56:12.215Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-04T20:56:14.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s
33152026-06-04T20:56:14.502Z
33162026-06-04T20:56:14.502Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-04T20:56:18.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-04T20:56:19.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-04T20:56:19.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-04T20:56:19.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33212026-06-04T20:56:19.040Z
33222026-06-04T20:56:19.040Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-04T20:56:19.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-04T20:56:19.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-04T20:56:19.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-04T20:56:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-06-04T20:56:19.040Z
33282026-06-04T20:56:19.040Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-04T20:56:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-04T20:56:19.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-04T20:56:19.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-04T20:56:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33332026-06-04T20:56:19.201Z
33342026-06-04T20:56:19.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-04T20:56:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-04T20:56:19.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-04T20:56:19.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-04T20:56:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-06-04T20:56:19.201Z
33402026-06-04T20:56:19.201Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-04T20:56:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-04T20:56:19.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-04T20:56:19.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-04T20:56:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-04T20:56:19.202Z
33462026-06-04T20:56:19.202Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-04T20:56:19.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-04T20:56:19.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-04T20:56:19.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-04T20:56:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-06-04T20:56:19.202Z
33522026-06-04T20:56:19.202Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-04T20:56:19.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-04T20:56:19.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-04T20:56:19.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-04T20:56:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-06-04T20:56:19.202Z
33582026-06-04T20:56:19.202Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-04T20:56:19.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-04T20:56:19.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-04T20:56:19.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-04T20:56:19.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-06-04T20:56:19.282Z
33642026-06-04T20:56:19.282Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-04T20:56:19.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-04T20:56:19.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-04T20:56:19.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-04T20:56:19.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-06-04T20:56:19.882Z
33702026-06-04T20:56:19.882Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-04T20:56:20.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-04T20:56:20.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-04T20:56:20.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-04T20:56:20.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-06-04T20:56:20.481Z
33762026-06-04T20:56:20.481Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-04T20:56:20.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-04T20:56:20.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-04T20:56:20.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-04T20:56:20.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-06-04T20:56:21.076Z
33822026-06-04T20:56:21.076Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-04T20:56:21.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-04T20:56:21.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-04T20:56:21.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-04T20:56:21.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-06-04T20:56:21.672Z
33882026-06-04T20:56:21.673Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-04T20:56:22.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-04T20:56:22.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-04T20:56:22.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-04T20:56:22.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-06-04T20:56:22.271Z
33942026-06-04T20:56:22.271Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-04T20:56:22.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-04T20:56:22.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-04T20:56:22.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-04T20:56:22.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-06-04T20:56:22.873Z
34002026-06-04T20:56:22.873Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-04T20:56:23.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-04T20:56:23.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-04T20:56:23.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-04T20:56:23.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-06-04T20:56:23.484Z
34062026-06-04T20:56:23.484Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-04T20:56:24.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-04T20:56:24.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-04T20:56:24.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-04T20:56:24.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-06-04T20:56:24.097Z
34122026-06-04T20:56:24.097Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-04T20:56:24.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-04T20:56:24.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-04T20:56:24.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-04T20:56:24.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-04T20:56:24.717Z
34182026-06-04T20:56:24.717Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-04T20:56:25.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-04T20:56:25.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-04T20:56:25.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-04T20:56:25.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-06-04T20:56:25.333Z
34242026-06-04T20:56:25.333Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-04T20:56:25.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-04T20:56:25.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-04T20:56:25.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-04T20:56:25.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-06-04T20:56:25.956Z
34302026-06-04T20:56:25.956Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-04T20:56:26.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-04T20:56:26.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-04T20:56:26.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-04T20:56:26.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-04T20:56:26.578Z
34362026-06-04T20:56:26.578Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-04T20:56:27.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-04T20:56:27.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-04T20:56:27.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-04T20:56:27.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-04T20:56:27.206Z
34422026-06-04T20:56:27.207Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-04T20:56:27.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-04T20:56:27.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-04T20:56:27.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-04T20:56:27.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-06-04T20:56:27.820Z
34482026-06-04T20:56:27.820Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-04T20:56:28.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-04T20:56:28.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-04T20:56:28.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-04T20:56:28.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-04T20:56:28.444Z
34542026-06-04T20:56:28.444Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-04T20:56:28.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-04T20:56:28.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-04T20:56:28.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-04T20:56:28.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-04T20:56:29.070Z
34602026-06-04T20:56:29.070Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-04T20:56:29.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-04T20:56:29.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-04T20:56:29.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-04T20:56:29.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-06-04T20:56:29.682Z
34662026-06-04T20:56:29.682Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-04T20:56:30.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-04T20:56:30.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-04T20:56:30.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-04T20:56:30.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-06-04T20:56:30.275Z
34722026-06-04T20:56:30.275Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-04T20:56:30.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-04T20:56:30.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-04T20:56:30.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-04T20:56:30.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-06-04T20:56:30.878Z
34782026-06-04T20:56:30.878Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-04T20:56:31.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-04T20:56:31.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-04T20:56:31.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-04T20:56:31.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-06-04T20:56:31.487Z
34842026-06-04T20:56:31.487Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-04T20:56:31.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-04T20:56:31.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-04T20:56:31.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-04T20:56:32.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-06-04T20:56:32.095Z
34902026-06-04T20:56:32.095Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-04T20:56:32.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-04T20:56:32.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-04T20:56:32.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-04T20:56:32.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-06-04T20:56:32.706Z
34962026-06-04T20:56:32.706Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-04T20:56:33.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-04T20:56:33.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-04T20:56:33.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-04T20:56:33.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-06-04T20:56:33.317Z
35022026-06-04T20:56:33.317Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-04T20:56:33.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-04T20:56:33.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-04T20:56:33.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-04T20:56:33.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-06-04T20:56:33.924Z
35082026-06-04T20:56:33.924Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-04T20:56:34.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-04T20:56:34.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-04T20:56:34.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-04T20:56:34.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-04T20:56:34.554Z
35142026-06-04T20:56:34.554Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-04T20:56:35.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-04T20:56:35.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-04T20:56:35.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-04T20:56:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-04T20:56:35.178Z
35202026-06-04T20:56:35.178Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-04T20:56:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-04T20:56:35.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-04T20:56:35.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-04T20:56:35.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-06-04T20:56:35.804Z
35262026-06-04T20:56:35.804Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-04T20:56:36.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-04T20:56:36.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-04T20:56:36.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-04T20:56:36.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-04T20:56:36.428Z
35322026-06-04T20:56:36.429Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-04T20:56:36.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-04T20:56:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-04T20:56:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-04T20:56:36.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-06-04T20:56:37.056Z
35382026-06-04T20:56:37.056Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-04T20:56:37.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-04T20:56:37.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-04T20:56:37.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-04T20:56:37.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-04T20:56:37.674Z
35442026-06-04T20:56:37.675Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-04T20:56:38.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-04T20:56:38.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-04T20:56:38.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-04T20:56:38.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-06-04T20:56:38.295Z
35502026-06-04T20:56:38.295Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-04T20:56:38.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-04T20:56:38.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-04T20:56:38.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-04T20:56:38.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-06-04T20:56:38.932Z
35562026-06-04T20:56:38.932Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-04T20:56:39.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-04T20:56:39.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-04T20:56:39.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-04T20:56:39.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-04T20:56:39.544Z
35622026-06-04T20:56:39.544Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-04T20:56:40.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-04T20:56:40.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-04T20:56:40.201Z Compiling parking_lot_core v0.8.6
35662026-06-04T20:56:40.201Z Compiling atomicwrites v0.4.4
35672026-06-04T20:56:40.204Z Compiling git-stub v1.0.0
35682026-06-04T20:56:40.205Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-04T20:56:40.328Z Checking prefix-trie v0.7.0
35702026-06-04T20:56:40.437Z Compiling git-stub-vcs v0.1.0
35712026-06-04T20:56:40.614Z Checking hickory-server v0.25.2
35722026-06-04T20:56:40.710Z Checking parking_lot v0.11.2
35732026-06-04T20:56:40.715Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-04T20:56:40.786Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-04T20:56:40.789Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-04T20:56:40.883Z Checking sled v0.34.7
35772026-06-04T20:56:42.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35782026-06-04T20:56:42.940Z
35792026-06-04T20:56:42.940Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-04T20:56:43.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-04T20:56:43.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-04T20:56:43.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-04T20:56:43.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-06-04T20:56:43.547Z
35852026-06-04T20:56:43.547Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-04T20:56:44.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-04T20:56:44.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-04T20:56:44.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-04T20:56:44.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-04T20:56:44.153Z
35912026-06-04T20:56:44.153Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-04T20:56:44.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-04T20:56:44.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-04T20:56:44.881Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-04T20:56:46.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35962026-06-04T20:56:46.853Z
35972026-06-04T20:56:46.853Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-04T20:56:47.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-04T20:56:47.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-04T20:56:47.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-04T20:56:47.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-06-04T20:56:47.498Z
36032026-06-04T20:56:47.498Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-04T20:56:48.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-04T20:56:48.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-04T20:56:48.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-04T20:56:48.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-04T20:56:48.163Z
36092026-06-04T20:56:48.163Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-04T20:56:48.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-04T20:56:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-04T20:56:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-04T20:56:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-06-04T20:56:48.759Z
36152026-06-04T20:56:48.760Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-04T20:56:49.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-04T20:56:49.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-04T20:56:49.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-04T20:56:49.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-06-04T20:56:49.353Z
36212026-06-04T20:56:49.354Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-04T20:56:49.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-04T20:56:49.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-04T20:56:49.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-04T20:56:49.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-06-04T20:56:49.997Z
36272026-06-04T20:56:49.997Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-04T20:56:50.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-04T20:56:50.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-04T20:56:50.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-04T20:56:50.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-04T20:56:50.588Z
36332026-06-04T20:56:50.588Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-04T20:56:51.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-04T20:56:51.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-04T20:56:51.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-04T20:56:51.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36382026-06-04T20:56:51.221Z
36392026-06-04T20:56:51.221Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-04T20:56:51.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-04T20:56:51.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-04T20:56:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-04T20:56:51.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-06-04T20:56:51.865Z
36452026-06-04T20:56:51.865Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-04T20:56:52.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-04T20:56:52.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-04T20:56:52.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-04T20:56:52.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-06-04T20:56:52.457Z
36512026-06-04T20:56:52.457Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-04T20:56:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-04T20:56:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-04T20:56:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-04T20:56:52.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-06-04T20:56:53.047Z
36572026-06-04T20:56:53.047Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-04T20:56:53.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-04T20:56:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-04T20:56:53.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-04T20:56:53.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-04T20:56:53.645Z
36632026-06-04T20:56:53.645Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-04T20:56:54.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-04T20:56:54.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-04T20:56:54.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-04T20:56:54.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-04T20:56:54.233Z
36692026-06-04T20:56:54.233Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-04T20:56:54.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-04T20:56:54.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-04T20:56:54.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-04T20:56:54.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-04T20:56:54.818Z
36752026-06-04T20:56:54.818Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-04T20:56:55.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-04T20:56:55.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-04T20:56:55.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-04T20:56:55.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-06-04T20:56:55.473Z
36812026-06-04T20:56:55.474Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-04T20:56:56.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-04T20:56:56.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-04T20:56:56.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-04T20:56:56.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-06-04T20:56:56.123Z
36872026-06-04T20:56:56.123Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-04T20:56:56.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-04T20:56:56.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-04T20:56:56.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-04T20:56:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36922026-06-04T20:56:56.761Z
36932026-06-04T20:56:56.762Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-04T20:56:57.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-04T20:56:57.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-04T20:56:57.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-04T20:56:57.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36982026-06-04T20:56:57.374Z
36992026-06-04T20:56:57.374Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-04T20:56:57.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-04T20:56:57.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-04T20:56:57.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-04T20:56:57.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37042026-06-04T20:56:57.984Z
37052026-06-04T20:56:57.984Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-04T20:56:58.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-04T20:56:58.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-04T20:56:58.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-04T20:56:58.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37102026-06-04T20:56:58.849Z
37112026-06-04T20:56:58.849Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-04T20:56:59.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-04T20:56:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-04T20:56:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-04T20:56:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-06-04T20:56:59.183Z
37172026-06-04T20:56:59.183Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-04T20:56:59.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-04T20:56:59.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-04T20:56:59.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-04T20:56:59.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-06-04T20:56:59.790Z
37232026-06-04T20:56:59.790Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-04T20:57:00.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-04T20:57:00.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-04T20:57:00.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-04T20:57:00.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-06-04T20:57:00.399Z
37292026-06-04T20:57:00.399Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-04T20:57:00.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-04T20:57:00.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-04T20:57:00.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-04T20:57:00.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37342026-06-04T20:57:00.976Z
37352026-06-04T20:57:00.976Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-04T20:57:01.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-04T20:57:01.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-04T20:57:01.840Z Compiling libefi-sys v0.1.0
37392026-06-04T20:57:01.849Z Compiling bitfield-struct v0.6.2
37402026-06-04T20:57:01.977Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-04T20:57:01.985Z Compiling xshell-macros v0.2.7
37422026-06-04T20:57:01.998Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-04T20:57:02.008Z Compiling typify-impl v0.4.3
37442026-06-04T20:57:02.013Z Compiling salty v0.3.0
37452026-06-04T20:57:02.041Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-04T20:57:02.061Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-04T20:57:02.205Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-04T20:57:02.318Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-06-04T20:57:02.333Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37502026-06-04T20:57:02.351Z Checking xshell v0.2.7
37512026-06-04T20:57:02.533Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-04T20:57:02.546Z Checking primeorder v0.13.6
37532026-06-04T20:57:02.559Z Compiling proc-macro-error-attr2 v2.0.0
37542026-06-04T20:57:02.602Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-06-04T20:57:02.699Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-06-04T20:57:02.746Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-04T20:57:02.780Z Checking tungstenite v0.21.0
37582026-06-04T20:57:02.841Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-04T20:57:02.950Z Compiling proc-macro-error2 v2.0.1
37602026-06-04T20:57:02.965Z Checking p384 v0.13.1
37612026-06-04T20:57:02.978Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-06-04T20:57:03.069Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37632026-06-04T20:57:03.380Z Compiling num-derive v0.3.3
37642026-06-04T20:57:03.524Z Compiling tabled_derive v0.11.0
37652026-06-04T20:57:03.621Z Checking tokio-tungstenite v0.21.0
37662026-06-04T20:57:03.928Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-06-04T20:57:04.044Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-04T20:57:04.235Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-04T20:57:04.274Z Checking libscf-sys v1.1.0
37702026-06-04T20:57:04.414Z Checking papergrid v0.17.0
37712026-06-04T20:57:04.430Z Checking testing_table v0.3.0
37722026-06-04T20:57:04.524Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37732026-06-04T20:57:04.625Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-06-04T20:57:04.682Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-04T20:57:04.916Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-04T20:57:05.050Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-04T20:57:05.089Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-06-04T20:57:05.126Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-04T20:57:05.186Z Compiling illumos-nvpair-sys v0.2.0
37802026-06-04T20:57:05.250Z Compiling unicase v2.9.0
37812026-06-04T20:57:05.266Z Checking corncobs v0.1.4
37822026-06-04T20:57:05.373Z Checking tabled v0.20.0
37832026-06-04T20:57:05.400Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-04T20:57:05.441Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-04T20:57:05.456Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-06-04T20:57:05.470Z Compiling mime_guess v2.0.5
37872026-06-04T20:57:05.647Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-06-04T20:57:05.663Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-04T20:57:05.780Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-06-04T20:57:05.797Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-06-04T20:57:05.864Z Checking progenitor-client v0.11.2
37922026-06-04T20:57:06.006Z Checking secrecy v0.8.0
37932026-06-04T20:57:06.098Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-04T20:57:06.351Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37952026-06-04T20:57:06.384Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-04T20:57:06.438Z Compiling typify-macro v0.4.3
37972026-06-04T20:57:06.455Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-04T20:57:06.515Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-06-04T20:57:06.648Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-04T20:57:06.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-04T20:57:06.729Z Checking filetime v0.2.27
38022026-06-04T20:57:06.867Z Checking xattr v1.6.1
38032026-06-04T20:57:07.004Z Checking http-range v0.1.5
38042026-06-04T20:57:07.045Z Checking crc8 v0.1.1
38052026-06-04T20:57:07.134Z Checking tar v0.4.45
38062026-06-04T20:57:07.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-04T20:57:07.357Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-04T20:57:07.410Z Checking illumos-nvpair v0.3.0
38092026-06-04T20:57:07.547Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-04T20:57:07.575Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-04T20:57:07.606Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-06-04T20:57:07.958Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-04T20:57:08.058Z Checking atty v0.2.14
38142026-06-04T20:57:08.130Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38152026-06-04T20:57:08.157Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38162026-06-04T20:57:08.176Z Compiling typify v0.4.3
38172026-06-04T20:57:08.293Z Compiling progenitor-impl v0.11.2
38182026-06-04T20:57:08.323Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38192026-06-04T20:57:08.661Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-04T20:57:08.678Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-06-04T20:57:08.730Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-06-04T20:57:08.925Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-06-04T20:57:08.999Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-04T20:57:09.176Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-06-04T20:57:09.179Z Checking hyper-staticfile v0.10.1
38262026-06-04T20:57:09.251Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38272026-06-04T20:57:09.421Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-04T20:57:09.474Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-04T20:57:09.675Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38302026-06-04T20:57:09.692Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38312026-06-04T20:57:09.803Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-04T20:57:09.836Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-06-04T20:57:10.075Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-04T20:57:10.122Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-06-04T20:57:10.155Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38362026-06-04T20:57:10.355Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-04T20:57:10.737Z Compiling progenitor-macro v0.11.2
38382026-06-04T20:57:13.184Z Checking progenitor v0.11.2
38392026-06-04T20:57:13.325Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-04T20:57:13.482Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-04T20:57:18.006Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-04T20:57:28.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s
38432026-06-04T20:57:29.097Z
38442026-06-04T20:57:29.097Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-04T20:57:29.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-04T20:57:29.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-04T20:57:29.874Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-04T20:57:40.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38492026-06-04T20:57:40.821Z
38502026-06-04T20:57:40.821Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-04T20:57:41.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-04T20:57:41.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-04T20:57:41.598Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-04T20:57:52.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38552026-06-04T20:57:52.417Z
38562026-06-04T20:57:52.417Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-04T20:57:52.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-04T20:57:52.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-04T20:57:53.193Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-04T20:58:03.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38612026-06-04T20:58:04.026Z
38622026-06-04T20:58:04.026Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-04T20:58:04.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-04T20:58:04.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-04T20:58:04.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-04T20:58:15.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38672026-06-04T20:58:15.712Z
38682026-06-04T20:58:15.712Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-04T20:58:16.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-04T20:58:16.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-04T20:58:16.488Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-04T20:58:27.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38732026-06-04T20:58:27.372Z
38742026-06-04T20:58:27.372Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-04T20:58:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-04T20:58:27.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-04T20:58:28.163Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-04T20:58:38.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38792026-06-04T20:58:39.116Z
38802026-06-04T20:58:39.116Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-04T20:58:39.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-04T20:58:39.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-04T20:58:39.892Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-04T20:58:50.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38852026-06-04T20:58:50.726Z
38862026-06-04T20:58:50.726Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-04T20:58:51.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-04T20:58:51.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-04T20:58:51.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-04T20:58:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-06-04T20:58:51.328Z
38922026-06-04T20:58:51.328Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-04T20:58:51.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-04T20:58:51.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-04T20:58:51.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-04T20:58:51.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-06-04T20:58:51.927Z
38982026-06-04T20:58:51.927Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-04T20:58:52.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-04T20:58:52.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-04T20:58:52.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-04T20:58:52.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-06-04T20:58:52.515Z
39042026-06-04T20:58:52.515Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-04T20:58:53.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-04T20:58:53.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-04T20:58:53.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-04T20:58:53.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-06-04T20:58:53.098Z
39102026-06-04T20:58:53.098Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-04T20:58:53.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-04T20:58:53.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-04T20:58:53.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-04T20:58:53.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39152026-06-04T20:58:53.716Z
39162026-06-04T20:58:53.716Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-04T20:58:54.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-04T20:58:54.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-04T20:58:54.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-04T20:58:54.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-06-04T20:58:54.327Z
39222026-06-04T20:58:54.328Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-04T20:58:54.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-04T20:58:55.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-04T20:58:55.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-04T20:58:55.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39272026-06-04T20:58:55.151Z
39282026-06-04T20:58:55.151Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-04T20:58:55.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-04T20:58:55.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-04T20:58:55.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-04T20:58:55.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-04T20:58:55.553Z
39342026-06-04T20:58:55.553Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-04T20:58:56.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-04T20:58:56.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-04T20:58:56.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-04T20:58:56.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39392026-06-04T20:58:56.172Z
39402026-06-04T20:58:56.172Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-04T20:58:57.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-04T20:58:57.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-04T20:58:57.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-04T20:58:57.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-04T20:58:57.175Z
39462026-06-04T20:58:57.175Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-04T20:58:57.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-04T20:58:57.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-04T20:58:57.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-04T20:58:57.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39512026-06-04T20:58:57.395Z
39522026-06-04T20:58:57.395Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-04T20:58:58.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-04T20:58:59.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-04T20:58:59.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-04T20:58:59.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-04T20:58:59.281Z
39582026-06-04T20:58:59.281Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-04T20:58:59.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-04T20:58:59.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-04T20:58:59.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-04T20:58:59.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-04T20:58:59.326Z
39642026-06-04T20:58:59.326Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-04T20:58:59.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-04T20:58:59.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-04T20:58:59.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-04T20:58:59.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-04T20:58:59.326Z
39702026-06-04T20:58:59.326Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-04T20:58:59.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-04T20:58:59.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-04T20:58:59.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-04T20:58:59.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-06-04T20:58:59.894Z
39762026-06-04T20:58:59.894Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-04T20:59:00.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-04T20:59:00.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-04T20:59:00.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-04T20:59:00.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-06-04T20:59:00.508Z
39822026-06-04T20:59:00.508Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-04T20:59:01.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-04T20:59:01.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-04T20:59:01.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-04T20:59:01.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-06-04T20:59:01.140Z
39882026-06-04T20:59:01.140Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-04T20:59:01.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-04T20:59:01.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-04T20:59:01.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-04T20:59:01.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39932026-06-04T20:59:01.788Z
39942026-06-04T20:59:01.788Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-04T20:59:02.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-04T20:59:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-04T20:59:02.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-04T20:59:02.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-06-04T20:59:02.389Z
40002026-06-04T20:59:02.389Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-04T20:59:02.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-04T20:59:02.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-04T20:59:02.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-04T20:59:02.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-06-04T20:59:03.048Z
40062026-06-04T20:59:03.048Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-04T20:59:03.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-04T20:59:03.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-04T20:59:03.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-04T20:59:03.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-06-04T20:59:03.616Z
40122026-06-04T20:59:03.616Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-04T20:59:04.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-04T20:59:04.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-04T20:59:04.632Z Compiling fs-err v2.11.0
40162026-06-04T20:59:04.632Z Checking ignore v0.4.25
40172026-06-04T20:59:04.632Z Checking arc-swap v1.8.2
40182026-06-04T20:59:04.632Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-04T20:59:04.632Z Checking predicates-tree v1.0.13
40202026-06-04T20:59:04.633Z Checking parse-size v1.1.0
40212026-06-04T20:59:04.633Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-04T20:59:04.663Z Checking rand_seeder v0.4.0
40232026-06-04T20:59:04.663Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-04T20:59:04.671Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-06-04T20:59:04.711Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-04T20:59:04.716Z Checking slog-scope v4.4.1
40272026-06-04T20:59:04.800Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-04T20:59:04.843Z Checking slog-stdlog v4.1.1
40292026-06-04T20:59:04.859Z Compiling petname v2.0.2
40302026-06-04T20:59:04.874Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-04T20:59:04.904Z Checking globwalk v0.9.1
40322026-06-04T20:59:04.953Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-04T20:59:04.971Z Checking slog-envlogger v2.2.0
40342026-06-04T20:59:05.085Z Checking camino-tempfile-ext v0.3.3
40352026-06-04T20:59:05.115Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-04T20:59:05.140Z Checking sapling-renderdag v0.1.0
40372026-06-04T20:59:05.280Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-04T20:59:05.305Z Checking subprocess v0.2.15
40392026-06-04T20:59:05.380Z Checking sync-ptr v0.1.4
40402026-06-04T20:59:05.502Z Checking colored v2.2.0
40412026-06-04T20:59:05.518Z Checking assert_matches v1.5.0
40422026-06-04T20:59:05.592Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-04T20:59:05.763Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-04T20:59:05.763Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-06-04T20:59:06.447Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-04T20:59:07.787Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-04T20:59:10.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
40482026-06-04T20:59:10.415Z
40492026-06-04T20:59:10.415Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-04T20:59:10.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-04T20:59:10.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-04T20:59:10.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-04T20:59:10.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-06-04T20:59:10.780Z
40552026-06-04T20:59:10.780Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-04T20:59:11.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-04T20:59:11.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-04T20:59:11.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-04T20:59:11.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-06-04T20:59:11.387Z
40612026-06-04T20:59:11.387Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-04T20:59:11.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-04T20:59:11.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-04T20:59:11.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-04T20:59:11.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-06-04T20:59:12.068Z
40672026-06-04T20:59:12.068Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-04T20:59:12.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-04T20:59:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-04T20:59:12.767Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-04T20:59:12.767Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-04T20:59:13.413Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-04T20:59:15.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40742026-06-04T20:59:15.206Z
40752026-06-04T20:59:15.206Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-04T20:59:16.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-04T20:59:16.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-04T20:59:16.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-04T20:59:16.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-06-04T20:59:16.965Z
40812026-06-04T20:59:16.965Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-04T20:59:16.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-04T20:59:16.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-04T20:59:16.965Z Checking yasna v0.5.2
40852026-06-04T20:59:16.965Z Checking rcgen v0.12.1
40862026-06-04T20:59:17.074Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-04T20:59:17.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40882026-06-04T20:59:17.427Z
40892026-06-04T20:59:17.427Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-04T20:59:17.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-04T20:59:17.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-04T20:59:18.067Z Compiling darling_core v0.23.0
40932026-06-04T20:59:18.069Z Compiling instability v0.3.11
40942026-06-04T20:59:18.187Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-04T20:59:18.187Z Checking castaway v0.2.4
40962026-06-04T20:59:18.190Z Compiling indoc v2.0.7
40972026-06-04T20:59:18.208Z Checking unicode-truncate v1.1.0
40982026-06-04T20:59:18.210Z Checking lru v0.12.5
40992026-06-04T20:59:18.210Z Checking cassowary v0.3.0
41002026-06-04T20:59:18.286Z Checking compact_str v0.8.1
41012026-06-04T20:59:19.491Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-04T20:59:19.590Z Compiling darling_macro v0.23.0
41032026-06-04T20:59:19.670Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-04T20:59:20.000Z Compiling darling v0.23.0
41052026-06-04T20:59:20.621Z Checking ratatui v0.29.0
41062026-06-04T20:59:21.668Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-04T20:59:22.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41082026-06-04T20:59:22.536Z
41092026-06-04T20:59:22.536Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-04T20:59:23.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-04T20:59:23.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-04T20:59:23.252Z Checking headers-core v0.3.0
41132026-06-04T20:59:23.252Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-04T20:59:23.451Z Checking headers v0.4.1
41152026-06-04T20:59:23.817Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-04T20:59:24.669Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-04T20:59:25.169Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-04T20:59:25.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41192026-06-04T20:59:25.788Z
41202026-06-04T20:59:25.788Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-04T20:59:26.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-04T20:59:26.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-04T20:59:26.501Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-04T20:59:27.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41252026-06-04T20:59:27.464Z
41262026-06-04T20:59:27.464Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-04T20:59:27.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-04T20:59:27.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-04T20:59:27.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-04T20:59:27.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-04T20:59:27.929Z
41322026-06-04T20:59:27.930Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-04T20:59:28.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-04T20:59:28.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-04T20:59:28.648Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-04T20:59:29.632Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-04T20:59:29.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41382026-06-04T20:59:30.175Z
41392026-06-04T20:59:30.175Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-04T20:59:30.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-04T20:59:30.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-04T20:59:30.900Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-04T20:59:31.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41442026-06-04T20:59:31.881Z
41452026-06-04T20:59:31.881Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-04T20:59:32.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-04T20:59:32.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-04T20:59:32.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-04T20:59:32.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-06-04T20:59:32.524Z
41512026-06-04T20:59:32.524Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-04T20:59:33.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-04T20:59:33.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-04T20:59:33.138Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-04T20:59:33.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41562026-06-04T20:59:34.002Z
41572026-06-04T20:59:34.002Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-04T20:59:34.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-04T20:59:34.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-04T20:59:34.755Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-04T20:59:34.755Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-04T20:59:34.755Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-04T20:59:34.758Z Checking git-stub v1.0.0
41642026-06-04T20:59:34.758Z Compiling trait-variant v0.1.2
41652026-06-04T20:59:34.758Z Checking maplit v1.0.2
41662026-06-04T20:59:34.758Z Checking is_ci v1.2.0
41672026-06-04T20:59:34.758Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-04T20:59:34.955Z Checking supports-color v3.0.2
41692026-06-04T20:59:34.960Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-06-04T20:59:35.038Z Checking git-stub-vcs v0.1.0
41712026-06-04T20:59:35.076Z Checking drift v0.2.0
41722026-06-04T20:59:35.137Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-04T20:59:35.172Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-04T20:59:35.237Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-06-04T20:59:35.388Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-06-04T20:59:35.421Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-04T20:59:35.433Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-04T20:59:35.448Z Checking dropshot-api-manager v0.7.2
41792026-06-04T20:59:35.647Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41802026-06-04T20:59:35.705Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-06-04T20:59:35.857Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-04T20:59:36.150Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-04T20:59:41.068Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-04T20:59:42.174Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-04T20:59:42.745Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-04T20:59:43.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
41872026-06-04T20:59:43.374Z
41882026-06-04T20:59:43.375Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-04T20:59:43.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-04T20:59:43.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-04T20:59:43.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-04T20:59:43.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41932026-06-04T20:59:43.975Z
41942026-06-04T20:59:43.975Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-04T20:59:44.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-04T20:59:44.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-04T20:59:44.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-04T20:59:44.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-06-04T20:59:44.604Z
42002026-06-04T20:59:44.605Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-04T20:59:45.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-04T20:59:45.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-04T20:59:45.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-04T20:59:45.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-06-04T20:59:45.238Z
42062026-06-04T20:59:45.238Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-04T20:59:45.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-04T20:59:45.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-04T20:59:45.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-04T20:59:45.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-06-04T20:59:45.873Z
42122026-06-04T20:59:45.873Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-04T20:59:46.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-04T20:59:46.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-04T20:59:46.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-04T20:59:46.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-06-04T20:59:46.470Z
42182026-06-04T20:59:46.470Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-04T20:59:46.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-04T20:59:46.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-04T20:59:46.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-04T20:59:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42232026-06-04T20:59:47.058Z
42242026-06-04T20:59:47.059Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-04T20:59:47.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-04T20:59:47.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-04T20:59:47.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-04T20:59:47.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-04T20:59:47.676Z
42302026-06-04T20:59:47.676Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-04T20:59:48.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-04T20:59:48.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-04T20:59:48.286Z Checking typeid v1.0.3
42342026-06-04T20:59:48.398Z Checking ordered-float v2.10.1
42352026-06-04T20:59:48.420Z Checking unicode-xid v0.2.6
42362026-06-04T20:59:48.423Z Checking cargo-platform v0.2.0
42372026-06-04T20:59:48.444Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-04T20:59:48.467Z Checking erased-serde v0.4.9
42392026-06-04T20:59:48.607Z Checking serde-value v0.7.0
42402026-06-04T20:59:48.785Z Checking serde-untagged v0.1.9
42412026-06-04T20:59:48.943Z Checking cargo-util-schemas v0.8.2
42422026-06-04T20:59:49.641Z Checking cargo_metadata v0.21.0
42432026-06-04T20:59:50.242Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-04T20:59:50.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
42452026-06-04T20:59:51.190Z
42462026-06-04T20:59:51.190Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-04T20:59:51.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-04T20:59:51.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-04T20:59:51.929Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-04T20:59:52.558Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-04T20:59:53.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42522026-06-04T20:59:53.275Z
42532026-06-04T20:59:53.275Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-04T20:59:53.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-04T20:59:53.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-04T20:59:54.220Z Compiling vergen-lib v0.1.6
42572026-06-04T20:59:54.220Z Compiling vergen-gitcl v1.0.8
42582026-06-04T20:59:54.220Z Compiling dirs-sys-next v0.1.2
42592026-06-04T20:59:54.220Z Compiling glob v0.3.3
42602026-06-04T20:59:54.220Z Compiling crunchy v0.2.4
42612026-06-04T20:59:54.223Z Compiling diesel_derives v2.3.7
42622026-06-04T20:59:54.223Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-06-04T20:59:54.442Z Compiling dsl_auto_type v0.2.0
42642026-06-04T20:59:54.587Z Compiling dirs-next v2.0.0
42652026-06-04T20:59:54.629Z Checking scheduled-thread-pool v0.2.7
42662026-06-04T20:59:54.705Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-04T20:59:54.724Z Compiling tiny-keccak v2.0.2
42682026-06-04T20:59:54.771Z Checking r2d2 v0.8.10
42692026-06-04T20:59:54.798Z Compiling clang-sys v1.8.1
42702026-06-04T20:59:54.915Z Compiling term v0.7.0
42712026-06-04T20:59:54.945Z Compiling bit-vec v0.6.3
42722026-06-04T20:59:54.959Z Checking downcast-rs v2.0.2
42732026-06-04T20:59:55.057Z Compiling itertools v0.10.5
42742026-06-04T20:59:55.165Z Compiling bit-set v0.5.3
42752026-06-04T20:59:55.186Z Compiling ascii-canvas v3.0.0
42762026-06-04T20:59:55.328Z Compiling ena v0.14.4
42772026-06-04T20:59:55.388Z Compiling libloading v0.8.9
42782026-06-04T20:59:55.404Z Compiling bindgen v0.71.1
42792026-06-04T20:59:55.432Z Compiling regex-syntax v0.6.29
42802026-06-04T20:59:55.473Z Compiling diff v0.1.13
42812026-06-04T20:59:55.541Z Compiling cexpr v0.6.0
42822026-06-04T20:59:55.740Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-04T20:59:55.847Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-04T20:59:55.933Z Compiling rustc-hash v2.1.1
42852026-06-04T20:59:56.057Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-04T20:59:56.072Z Compiling libxml v0.3.3
42872026-06-04T20:59:56.114Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-04T20:59:56.218Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-04T20:59:56.326Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42902026-06-04T20:59:56.525Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-04T20:59:56.543Z Compiling strum_macros v0.24.3
42922026-06-04T20:59:56.728Z Compiling indoc v1.0.9
42932026-06-04T20:59:56.792Z Compiling lalrpop v0.19.12
42942026-06-04T20:59:57.544Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-04T20:59:57.742Z Checking derive_builder v0.20.2
42962026-06-04T20:59:57.867Z Compiling oso-derive v0.27.3
42972026-06-04T20:59:57.922Z Checking quick-xml v0.37.5
42982026-06-04T20:59:58.003Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-04T20:59:58.377Z Checking openssl-probe v0.1.6
43002026-06-04T20:59:58.520Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-04T20:59:58.804Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-04T20:59:59.002Z Checking bb8 v0.8.6
43032026-06-04T20:59:59.280Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-04T20:59:59.294Z Compiling libz-sys v1.1.24
43052026-06-04T20:59:59.310Z Checking nonempty v0.12.0
43062026-06-04T20:59:59.489Z Compiling strsim v0.10.0
43072026-06-04T20:59:59.508Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-04T20:59:59.578Z Compiling vergen-git2 v9.1.0
43092026-06-04T20:59:59.745Z Compiling darling_core v0.13.4
43102026-06-04T20:59:59.844Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-04T20:59:59.877Z Compiling base64 v0.21.7
43122026-06-04T21:00:00.036Z Compiling rustls v0.21.12
43132026-06-04T21:00:00.208Z Compiling ron v0.8.1
43142026-06-04T21:00:00.275Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-06-04T21:00:00.359Z Checking diesel v2.3.7
43162026-06-04T21:00:01.161Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-04T21:00:01.190Z Checking sct v0.7.1
43182026-06-04T21:00:01.337Z Checking rustls-webpki v0.101.7
43192026-06-04T21:00:01.376Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-04T21:00:01.614Z Compiling darling_macro v0.13.4
43212026-06-04T21:00:02.097Z Compiling darling v0.13.4
43222026-06-04T21:00:02.117Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43232026-06-04T21:00:02.191Z Compiling serde_with_macros v1.5.2
43242026-06-04T21:00:03.056Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-04T21:00:03.097Z Compiling serde_with v1.14.0
43262026-06-04T21:00:03.862Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-04T21:00:04.236Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-04T21:00:04.814Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-04T21:00:05.455Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43302026-06-04T21:00:05.482Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-06-04T21:00:05.650Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-06-04T21:00:05.676Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-06-04T21:00:05.775Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-04T21:00:05.841Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43352026-06-04T21:00:06.022Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-04T21:00:06.053Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-06-04T21:00:06.074Z Checking tokio-rustls v0.24.1
43382026-06-04T21:00:06.281Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-04T21:00:06.815Z Checking rustls-pemfile v1.0.4
43402026-06-04T21:00:06.902Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-04T21:00:06.961Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-04T21:00:07.148Z Checking twox-hash v2.1.2
43432026-06-04T21:00:07.167Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-04T21:00:07.498Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-04T21:00:07.515Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-04T21:00:07.600Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-04T21:00:07.755Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-04T21:00:09.036Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-06-04T21:00:09.197Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-06-04T21:00:09.526Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-06-04T21:00:09.722Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43522026-06-04T21:00:10.204Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-04T21:00:10.280Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-04T21:00:10.720Z Checking console v0.16.2
43552026-06-04T21:00:11.034Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-04T21:00:11.192Z Checking fatfs v0.3.6
43572026-06-04T21:00:11.256Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-04T21:00:11.647Z Compiling seq-macro v0.3.6
43592026-06-04T21:00:12.016Z Checking unit-prefix v0.5.2
43602026-06-04T21:00:12.220Z Checking indicatif v0.18.4
43612026-06-04T21:00:12.340Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-04T21:00:12.571Z Checking support-bundle-viewer v0.1.2
43632026-06-04T21:00:12.593Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-04T21:00:12.819Z Checking multimap v0.10.1
43652026-06-04T21:00:18.617Z Checking async-bb8-diesel v0.2.1
43662026-06-04T21:00:18.976Z Checking diesel-dtrace v0.5.0
43672026-06-04T21:00:22.054Z Compiling samael v0.0.19
43682026-06-04T21:00:26.774Z Compiling git2 v0.20.4
43692026-06-04T21:00:27.940Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-04T21:00:28.625Z Compiling polar-core v0.27.3
43712026-06-04T21:00:29.237Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-04T21:00:33.184Z Checking oso v0.27.3
43732026-06-04T21:01:00.815Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-04T21:02:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-06-04T21:02:11.776Z
43762026-06-04T21:02:11.776Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-04T21:02:12.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-04T21:02:12.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-04T21:02:12.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-04T21:02:12.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-06-04T21:02:12.501Z
43822026-06-04T21:02:12.501Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-04T21:02:13.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-04T21:02:13.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-04T21:02:13.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-04T21:02:13.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-06-04T21:02:13.198Z
43882026-06-04T21:02:13.198Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-04T21:02:13.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-04T21:02:13.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-04T21:02:13.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-04T21:02:13.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-04T21:02:13.838Z
43942026-06-04T21:02:13.838Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-04T21:02:14.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-04T21:02:14.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-04T21:02:14.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-04T21:02:14.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-06-04T21:02:14.417Z
44002026-06-04T21:02:14.417Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-04T21:02:14.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-04T21:02:15.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-04T21:02:15.304Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-04T21:02:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44052026-06-04T21:02:16.242Z
44062026-06-04T21:02:16.243Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-04T21:02:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-04T21:02:16.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-04T21:02:17.121Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-04T21:02:53.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.00s
44112026-06-04T21:02:53.445Z
44122026-06-04T21:02:53.445Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-04T21:02:53.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-04T21:02:53.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-04T21:02:53.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-04T21:02:53.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-06-04T21:02:54.032Z
44182026-06-04T21:02:54.032Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-04T21:02:54.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-04T21:02:54.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-04T21:02:54.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-04T21:02:54.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-06-04T21:02:54.677Z
44242026-06-04T21:02:54.677Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-04T21:02:55.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-04T21:02:55.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-04T21:02:55.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-04T21:02:55.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-06-04T21:02:55.335Z
44302026-06-04T21:02:55.335Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-04T21:02:55.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-04T21:02:55.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-04T21:02:55.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-04T21:02:55.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-06-04T21:02:55.990Z
44362026-06-04T21:02:55.990Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-04T21:02:56.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-04T21:02:56.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-04T21:02:56.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-04T21:02:56.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-04T21:02:56.641Z
44422026-06-04T21:02:56.641Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-04T21:02:57.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-04T21:02:57.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-04T21:02:57.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-04T21:02:57.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-06-04T21:02:57.316Z
44482026-06-04T21:02:57.317Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-04T21:02:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-04T21:02:57.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-04T21:02:57.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-04T21:02:57.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44532026-06-04T21:02:57.952Z
44542026-06-04T21:02:57.952Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-04T21:02:58.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-04T21:02:58.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-04T21:02:58.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-04T21:02:58.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44592026-06-04T21:02:58.606Z
44602026-06-04T21:02:58.606Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-04T21:02:59.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-04T21:02:59.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-04T21:02:59.498Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-04T21:02:59.498Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-04T21:02:59.685Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-04T21:02:59.716Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-04T21:02:59.765Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-04T21:02:59.769Z Checking diff v0.1.13
44692026-06-04T21:02:59.769Z Checking yansi v1.0.1
44702026-06-04T21:02:59.769Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-04T21:02:59.823Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-04T21:03:00.004Z Checking pretty_assertions v1.4.1
44732026-06-04T21:03:00.651Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-04T21:03:00.800Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-04T21:03:24.505Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-04T21:03:25.797Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-06-04T21:03:25.797Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-06-04T21:03:25.797Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792026-06-04T21:03:25.797Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-06-04T21:03:25.797Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-06-04T21:03:25.999Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-06-04T21:03:25.999Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-04T21:03:26.358Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-04T21:04:02.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44852026-06-04T21:04:02.852Z
44862026-06-04T21:04:02.852Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-04T21:04:03.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-04T21:04:03.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-04T21:04:03.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-04T21:04:03.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44912026-06-04T21:04:03.459Z
44922026-06-04T21:04:03.459Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-04T21:04:04.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-04T21:04:04.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-04T21:04:04.303Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-04T21:04:04.340Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-04T21:04:04.371Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-04T21:04:30.160Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-04T21:04:30.552Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-04T21:04:32.252Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-04T21:04:32.713Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-04T21:04:35.999Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-04T21:04:58.712Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-04T21:04:59.416Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-04T21:05:01.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.64s
45062026-06-04T21:05:01.284Z
45072026-06-04T21:05:01.284Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-04T21:05:01.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-04T21:05:01.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-04T21:05:02.004Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-04T21:05:02.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-06-04T21:05:03.021Z
45132026-06-04T21:05:03.021Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-04T21:05:03.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-04T21:05:03.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-04T21:05:03.541Z Compiling blake3 v1.8.3
45172026-06-04T21:05:03.654Z Checking constant_time_eq v0.4.2
45182026-06-04T21:05:03.654Z Checking arrayvec v0.7.6
45192026-06-04T21:05:03.671Z Checking arrayref v0.3.9
45202026-06-04T21:05:03.682Z Checking topological-sort v0.2.2
45212026-06-04T21:05:03.682Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45222026-06-04T21:05:03.683Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45232026-06-04T21:05:03.684Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45242026-06-04T21:05:03.715Z Checking shell-words v1.1.1
45252026-06-04T21:05:04.542Z Checking omicron-zone-package v0.12.2
45262026-06-04T21:05:05.266Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-04T21:05:06.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
45282026-06-04T21:05:06.326Z
45292026-06-04T21:05:06.326Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-04T21:05:06.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-04T21:05:06.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-04T21:05:07.067Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-04T21:05:07.272Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-04T21:05:07.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45352026-06-04T21:05:07.851Z
45362026-06-04T21:05:07.851Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-04T21:05:08.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-04T21:05:08.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-04T21:05:08.572Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-04T21:05:09.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45412026-06-04T21:05:09.483Z
45422026-06-04T21:05:09.483Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-04T21:05:09.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-04T21:05:09.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-04T21:05:09.931Z Checking libc v0.2.185
45462026-06-04T21:05:09.934Z Checking serde v1.0.228
45472026-06-04T21:05:10.019Z Checking zerofrom v0.1.6
45482026-06-04T21:05:10.024Z Checking bitflags v2.11.0
45492026-06-04T21:05:10.030Z Checking smallvec v1.15.1
45502026-06-04T21:05:10.038Z Checking indexmap v2.14.0
45512026-06-04T21:05:10.047Z Checking serde_json v1.0.149
45522026-06-04T21:05:10.050Z Checking num-traits v0.2.19
45532026-06-04T21:05:10.120Z Checking yoke v0.8.1
45542026-06-04T21:05:10.173Z Checking scroll v0.12.0
45552026-06-04T21:05:10.204Z Checking thiserror v1.0.69
45562026-06-04T21:05:10.287Z Checking zerovec v0.11.5
45572026-06-04T21:05:10.301Z Checking zerotrie v0.2.3
45582026-06-04T21:05:10.311Z Checking errno v0.3.14
45592026-06-04T21:05:10.399Z Checking percent-encoding v2.3.2
45602026-06-04T21:05:10.412Z Checking toml_datetime v0.6.11
45612026-06-04T21:05:10.426Z Checking rustix v1.1.3
45622026-06-04T21:05:10.537Z Checking serde_spanned v0.6.9
45632026-06-04T21:05:10.550Z Checking log v0.4.29
45642026-06-04T21:05:10.565Z Checking zerocopy v0.7.35
45652026-06-04T21:05:10.575Z Checking ordered-float v2.10.1
45662026-06-04T21:05:10.595Z Checking form_urlencoded v1.2.2
45672026-06-04T21:05:10.651Z Checking getrandom v0.4.1
45682026-06-04T21:05:10.663Z Checking toml_edit v0.22.27
45692026-06-04T21:05:10.698Z Checking goblin v0.8.2
45702026-06-04T21:05:10.718Z Checking thiserror v2.0.18
45712026-06-04T21:05:10.721Z Checking tinystr v0.8.2
45722026-06-04T21:05:10.781Z Checking potential_utf v0.1.4
45732026-06-04T21:05:10.794Z Checking serde-value v0.7.0
45742026-06-04T21:05:10.818Z Checking syn v2.0.117
45752026-06-04T21:05:10.902Z Checking icu_locale_core v2.1.1
45762026-06-04T21:05:10.914Z Checking icu_collections v2.1.1
45772026-06-04T21:05:10.994Z Checking dtrace-parser v0.2.0
45782026-06-04T21:05:11.052Z Checking thread-id v4.2.2
45792026-06-04T21:05:11.135Z Checking once_cell v1.21.3
45802026-06-04T21:05:11.224Z Checking cargo-platform v0.2.0
45812026-06-04T21:05:11.235Z Checking memmap v0.7.0
45822026-06-04T21:05:11.248Z Checking terminal_size v0.4.3
45832026-06-04T21:05:11.304Z Checking tempfile v3.25.0
45842026-06-04T21:05:11.381Z Checking clap_builder v4.5.60
45852026-06-04T21:05:11.392Z Checking textwrap v0.16.2
45862026-06-04T21:05:11.402Z Checking fs-err v3.3.0
45872026-06-04T21:05:11.454Z Checking icu_provider v2.1.1
45882026-06-04T21:05:11.497Z Checking camino-tempfile v1.4.1
45892026-06-04T21:05:11.577Z Checking tabled v0.15.0
45902026-06-04T21:05:11.723Z Checking anyhow v1.0.102
45912026-06-04T21:05:11.728Z Checking macaddr v1.0.1
45922026-06-04T21:05:11.728Z Checking icu_properties v2.1.2
45932026-06-04T21:05:11.756Z Checking icu_normalizer v2.1.1
45942026-06-04T21:05:11.812Z Checking toml v0.8.23
45952026-06-04T21:05:11.832Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-04T21:05:12.123Z Checking cargo_toml v0.21.0
45972026-06-04T21:05:12.499Z Checking idna_adapter v1.2.1
45982026-06-04T21:05:12.546Z Checking dof v0.3.0
45992026-06-04T21:05:12.573Z Checking clap v4.5.60
46002026-06-04T21:05:12.616Z Checking idna v1.1.0
46012026-06-04T21:05:12.809Z Checking usdt-impl v0.5.0
46022026-06-04T21:05:12.837Z Checking url v2.5.8
46032026-06-04T21:05:13.051Z Checking usdt v0.5.0
46042026-06-04T21:05:13.174Z Checking cargo-util-schemas v0.8.2
46052026-06-04T21:05:13.857Z Checking cargo_metadata v0.21.0
46062026-06-04T21:05:14.459Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-04T21:05:14.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
46082026-06-04T21:05:14.991Z
46092026-06-04T21:05:14.991Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-04T21:05:15.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-04T21:05:15.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-04T21:05:15.636Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-04T21:05:16.114Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-04T21:05:16.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46152026-06-04T21:05:16.694Z
46162026-06-04T21:05:16.694Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-04T21:05:17.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-04T21:05:17.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-04T21:05:17.495Z Checking polyval v0.6.2
46202026-06-04T21:05:17.621Z Checking ctr v0.9.2
46212026-06-04T21:05:17.631Z Checking ssh-encoding v0.2.0
46222026-06-04T21:05:17.631Z Checking blowfish v0.9.1
46232026-06-04T21:05:17.652Z Checking password-hash v0.4.2
46242026-06-04T21:05:17.665Z Checking p521 v0.13.3
46252026-06-04T21:05:17.665Z Checking p256 v0.13.2
46262026-06-04T21:05:17.690Z Checking russh-cryptovec v0.7.3
46272026-06-04T21:05:17.763Z Checking ghash v0.5.1
46282026-06-04T21:05:17.778Z Checking bcrypt-pbkdf v0.10.0
46292026-06-04T21:05:17.781Z Checking md5 v0.7.0
46302026-06-04T21:05:17.804Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-04T21:05:17.819Z Checking num-bigint v0.4.6
46322026-06-04T21:05:17.858Z Checking pbkdf2 v0.11.0
46332026-06-04T21:05:17.877Z Checking aes-gcm v0.10.3
46342026-06-04T21:05:17.905Z Checking des v0.8.1
46352026-06-04T21:05:17.941Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-04T21:05:17.941Z Checking hex-literal v0.4.1
46372026-06-04T21:05:18.010Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-06-04T21:05:18.023Z Checking ssh-cipher v0.2.0
46392026-06-04T21:05:18.026Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-04T21:05:18.048Z Checking socket2 v0.5.10
46412026-06-04T21:05:18.061Z Checking internet-checksum v0.2.1
46422026-06-04T21:05:18.190Z Checking ssh-key v0.6.7
46432026-06-04T21:05:18.331Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-04T21:05:18.832Z Checking russh-keys v0.45.0
46452026-06-04T21:05:19.393Z Checking russh v0.45.0
46462026-06-04T21:05:35.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
46472026-06-04T21:05:35.788Z
46482026-06-04T21:05:35.788Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-04T21:05:36.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-04T21:05:36.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-04T21:05:36.432Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-04T21:05:36.542Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-04T21:05:36.549Z Checking termios v0.3.3
46542026-06-04T21:05:37.731Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-04T21:05:37.882Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-04T21:05:39.693Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-04T21:05:40.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
46582026-06-04T21:05:40.446Z
46592026-06-04T21:05:40.446Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-04T21:05:40.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-04T21:05:40.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-04T21:05:41.162Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-04T21:05:41.166Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-04T21:05:41.166Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-04T21:05:41.278Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-04T21:05:41.301Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-06-04T21:05:41.301Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-06-04T21:05:42.023Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-04T21:05:42.374Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-06-04T21:05:42.377Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-06-04T21:05:43.021Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-04T21:05:44.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
46732026-06-04T21:05:44.860Z
46742026-06-04T21:05:44.860Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-04T21:05:45.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-04T21:05:45.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-04T21:05:45.627Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-04T21:05:45.956Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-04T21:05:46.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46802026-06-04T21:05:46.476Z
46812026-06-04T21:05:46.476Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-04T21:05:46.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-04T21:05:46.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-04T21:05:46.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-04T21:05:46.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-06-04T21:05:47.067Z
46872026-06-04T21:05:47.067Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-04T21:05:47.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-04T21:05:47.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-04T21:05:47.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-04T21:05:47.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-04T21:05:47.660Z
46932026-06-04T21:05:47.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-04T21:05:48.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-04T21:05:48.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-04T21:05:48.418Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-04T21:05:49.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46982026-06-04T21:05:49.225Z
46992026-06-04T21:05:49.226Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-04T21:05:49.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-04T21:05:49.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-04T21:05:49.878Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-04T21:05:49.882Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-04T21:05:50.162Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-06-04T21:05:50.169Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-06-04T21:05:50.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47072026-06-04T21:05:51.153Z
47082026-06-04T21:05:51.153Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-04T21:05:51.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-04T21:05:51.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-04T21:05:51.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-04T21:05:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-06-04T21:05:51.753Z
47142026-06-04T21:05:51.753Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-04T21:05:52.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-04T21:05:52.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-04T21:05:52.461Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-04T21:05:53.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47192026-06-04T21:05:53.714Z
47202026-06-04T21:05:53.714Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-04T21:05:54.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-04T21:05:54.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-04T21:05:54.494Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-04T21:05:54.853Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-04T21:05:55.434Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-04T21:05:55.434Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-04T21:06:01.261Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-04T21:06:01.271Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-04T21:06:01.827Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-04T21:06:01.827Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-04T21:06:01.832Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-04T21:06:01.832Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-04T21:06:02.606Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-04T21:06:03.606Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-04T21:06:04.378Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-04T21:06:04.988Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-04T21:06:09.164Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-04T21:06:15.486Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47392026-06-04T21:06:15.506Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-06-04T21:06:15.506Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-06-04T21:06:15.506Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47422026-06-04T21:06:16.972Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-04T21:06:18.290Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-04T21:06:19.522Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-04T21:06:20.212Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-04T21:06:20.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.02s
47472026-06-04T21:06:20.955Z
47482026-06-04T21:06:20.955Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-04T21:06:21.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-04T21:06:21.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-04T21:06:21.701Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-04T21:06:21.744Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-04T21:06:21.744Z Checking rtoolbox v0.0.3
47542026-06-04T21:06:25.264Z Checking tui-tree-widget v0.23.1
47552026-06-04T21:06:25.335Z Checking rpassword v7.4.0
47562026-06-04T21:06:25.335Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-04T21:06:26.038Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-04T21:06:27.696Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-04T21:06:28.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
47602026-06-04T21:06:28.802Z
47612026-06-04T21:06:28.802Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-04T21:06:29.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-04T21:06:29.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-04T21:06:29.494Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-04T21:06:29.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47662026-06-04T21:06:30.060Z
47672026-06-04T21:06:30.060Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-04T21:06:30.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-04T21:06:30.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-04T21:06:30.788Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-04T21:06:30.799Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-06-04T21:06:30.799Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-06-04T21:06:30.799Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-04T21:06:31.772Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-04T21:06:32.333Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-04T21:06:35.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47772026-06-04T21:06:35.507Z
47782026-06-04T21:06:35.508Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-04T21:06:36.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-04T21:06:36.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-04T21:06:36.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-04T21:06:36.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-06-04T21:06:36.098Z
47842026-06-04T21:06:36.098Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-04T21:06:36.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-04T21:06:36.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-04T21:06:36.767Z Checking uzers v0.12.2
47882026-06-04T21:06:37.039Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-04T21:06:37.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47902026-06-04T21:06:38.000Z
47912026-06-04T21:06:38.000Zreal 14:01.994988779
47922026-06-04T21:06:38.000Zuser 20:59.074294478
47932026-06-04T21:06:38.000Zsys 4:23.265182325
47942026-06-04T21:06:38.000Ztrap 0.343711935
47952026-06-04T21:06:38.000Ztflt 0.744696540
47962026-06-04T21:06:38.000Zdflt 1.482089903
47972026-06-04T21:06:38.000Zkflt 0.005435626
47982026-06-04T21:06:38.000Zlock 1:18:14.346272002
47992026-06-04T21:06:38.001Zslp 1:41:02.245624836
48002026-06-04T21:06:38.004Zlat 53.049623838
48012026-06-04T21:06:38.004Zstop 3:37.019456693
48022026-06-04T21:06:38.004Zprocess exited: duration 978714 ms, exit code 0
 
48032026-06-04T21:06:38.017Zfound 0 output files