01KS33JZ3RYAZP0Y4VQZYXMTZ2: 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: 01KS33KD9B58V1T8H87RF721N7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:31:42.372Zjob assigned to worker 01KS33KRNJ4A6JC8VK78PQ89BJ [factory aws, i-0f79243fa0f03f2f9] (queued for 54 s)
 
22026-05-20T16:31:49.734Zstarting task 0: "setup"
32026-05-20T16:31:49.738Z++ uname -s
42026-05-20T16:31:49.741Z+ kern=SunOS
52026-05-20T16:31:49.742Z+ build_user=build
62026-05-20T16:31:49.742Z+ build_uid=12345
72026-05-20T16:31:49.742Z+ work_dir=/work
82026-05-20T16:31:49.742Z+ input_dir=/input
92026-05-20T16:31:49.742Z+ [[ 0 == 12345 ]]
102026-05-20T16:31:49.742Z+ case "$kern" in
112026-05-20T16:31:49.742Z+ groupadd -g 12345 build
122026-05-20T16:31:49.749Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:31:51.757Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:31:51.828Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:31:51.832Z+ home_fs=zfs
162026-05-20T16:31:51.832Z+ [[ zfs == autofs ]]
172026-05-20T16:31:51.832Z+ mkdir -p /home/build
182026-05-20T16:31:51.832Z+ chown build:build /home/build /work
192026-05-20T16:31:53.830Z+ chmod 0700 /home/build /work
202026-05-20T16:31:53.833Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-20T16:31:53.839Zstarting task 1: "rust-toolchain"
222026-05-20T16:31:53.843Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T16:31:53.843Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T16:31:53.843Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T16:31:53.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T16:31:53.843Z * rust toolchain channel = "1.94.0"
272026-05-20T16:31:53.843Z * rust toolchain profile = "default"
282026-05-20T16:31:53.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:31:53.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T16:31:53.951Zinfo: downloading installer
312026-05-20T16:31:55.409Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:31:55.409Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:31:55.409Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:31:55.409Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:31:55.421Zinfo: profile set to default
362026-05-20T16:31:55.421Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:31:55.424Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T16:31:55.562Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T16:31:55.565Zinfo: downloading 6 components
402026-05-20T16:32:09.759Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T16:32:09.759Z
422026-05-20T16:32:09.788Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T16:32:09.789Z
442026-05-20T16:32:09.792Z
452026-05-20T16:32:09.792ZRust is installed now. Great!
462026-05-20T16:32:09.792Z
472026-05-20T16:32:09.792ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:32:09.792Zenvironment variable. This has not been done automatically.
492026-05-20T16:32:09.792Z
502026-05-20T16:32:09.792ZTo configure your current shell, you need to source
512026-05-20T16:32:09.792Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:32:09.792Z
532026-05-20T16:32:09.792ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:32:09.792Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:32:09.793Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:32:09.793Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:32:09.793Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:32:09.793Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:32:09.793Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:32:09.793Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:32:09.793Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:32:09.879Z+ rustup --version
632026-05-20T16:32:09.888Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:32:09.891Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:32:09.909Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T16:32:09.912Z+ cargo --version
672026-05-20T16:32:09.925Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T16:32:09.927Z+ rustc --version
692026-05-20T16:32:09.948Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T16:32:09.951Zprocess exited: duration 16110 ms, exit code 0
 
712026-05-20T16:32:09.971Zstarting task 2: "authentication"
722026-05-20T16:32:09.987Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T16:32:09.993Zstarting task 3: "clone repository"
742026-05-20T16:32:09.996Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T16:32:09.999Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T16:32:10.046ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T16:32:21.376Z+ cd /work/oxidecomputer/omicron
782026-05-20T16:32:21.376Z+ git fetch origin a8ae1d646675e7f00c916eff73d83cac9b4909d3
792026-05-20T16:32:21.650ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T16:32:21.650Z * branch a8ae1d646675e7f00c916eff73d83cac9b4909d3 -> FETCH_HEAD
812026-05-20T16:32:21.660Z+ [[ -n bump_crucible_propolis ]]
822026-05-20T16:32:21.663Z++ git branch --show-current
832026-05-20T16:32:21.665Z+ current=main
842026-05-20T16:32:21.665Z+ [[ main != bump_crucible_propolis ]]
852026-05-20T16:32:21.665Z+ git branch -f bump_crucible_propolis a8ae1d646675e7f00c916eff73d83cac9b4909d3
862026-05-20T16:32:21.668Z+ git checkout -f bump_crucible_propolis
872026-05-20T16:32:21.886ZSwitched to branch 'bump_crucible_propolis'
882026-05-20T16:32:21.889Z+ git reset --hard a8ae1d646675e7f00c916eff73d83cac9b4909d3
892026-05-20T16:32:22.111ZHEAD is now at a8ae1d646 pass doctest
902026-05-20T16:32:22.115Zprocess exited: duration 12119 ms, exit code 0
 
912026-05-20T16:32:22.121Zstarting task 4: "build"
922026-05-20T16:32:22.126Z+ source .github/buildomat/ci-env.sh
932026-05-20T16:32:22.126Z++ export CARGO_TERM_COLOR=always
942026-05-20T16:32:22.126Z++ CARGO_TERM_COLOR=always
952026-05-20T16:32:22.126Z+ cargo --version
962026-05-20T16:32:22.137Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T16:32:22.140Z+ rustc --version
982026-05-20T16:32:22.160Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T16:32:22.163Z+ source ./env.sh
1002026-05-20T16:32:22.163Z++ OLD_SHELL_OPTS=ehxB
1012026-05-20T16:32:22.163Z++ set -o xtrace
1022026-05-20T16:32:22.167Z++++ dirname ./env.sh
1032026-05-20T16:32:22.173Z+++ readlink -f .
1042026-05-20T16:32:22.177Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-20T16:32:22.182Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-20T16:32:22.182Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-20T16:32:22.182Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-20T16:32:22.182Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-20T16:32:22.183Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-20T16:32:22.183Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-20T16:32:22.183Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-20T16:32:22.183Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-20T16:32:22.183Z++ case $OLD_SHELL_OPTS in
1142026-05-20T16:32:22.183Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-20T16:32:22.183Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-20T16:32:22.183Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-20T16:32:22.183Z+ banner prerequisites
1182026-05-20T16:32:22.183Z
1192026-05-20T16:32:22.183Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-20T16:32:22.183Z # # # # # # # # # # # # # # #
1212026-05-20T16:32:22.183Z # # # # ##### # # ##### # # # # # #### #
1222026-05-20T16:32:22.183Z ##### ##### # ##### # # # # # # # # #
1232026-05-20T16:32:22.183Z # # # # # # # # # # # # # # #
1242026-05-20T16:32:22.183Z # # # ###### # # ###### ### # #### # #### #
1252026-05-20T16:32:22.183Z
1262026-05-20T16:32:22.183Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-20T16:32:23.911Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-20T16:32:23.968Z Startup: Caching catalogs ... Done
1292026-05-20T16:32:24.176ZPlanning: Solver setup ... Done (0.175s)
1302026-05-20T16:32:24.192ZPlanning: Running solver ... Done (0.017s)
1312026-05-20T16:32:24.200ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-20T16:32:24.212ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-20T16:32:24.232ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-20T16:32:24.246ZPlanning: Package planning ... Done (0.013s)
1352026-05-20T16:32:24.249ZPlanning: Merging actions ... Done (0.001s)
1362026-05-20T16:32:24.437ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-05-20T16:32:24.440ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-20T16:32:25.199ZPlanning: Evaluating mediators ... Done (0.761s)
1392026-05-20T16:32:25.202ZPlanning: Planning completed in 1.21 seconds
1402026-05-20T16:32:25.208Z Packages to install: 2
1412026-05-20T16:32:25.208Z Estimated space available: 156.08 GB
1422026-05-20T16:32:25.208ZEstimated space to be consumed: 19.75 MB
1432026-05-20T16:32:25.209Z Create boot environment: No
1442026-05-20T16:32:25.212ZCreate backup boot environment: No
1452026-05-20T16:32:25.212Z Rebuild boot archive: No
1462026-05-20T16:32:25.213Z
1472026-05-20T16:32:25.213ZChanged packages:
1482026-05-20T16:32:25.213Zhelios
1492026-05-20T16:32:25.213Z developer/build-essential
1502026-05-20T16:32:25.213Z None -> 11-3.0
1512026-05-20T16:32:25.213Z library/libxmlsec1
1522026-05-20T16:32:25.213Z None -> 1.2.35-3.0
1532026-05-20T16:32:25.234Z
1542026-05-20T16:32:25.234ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-20T16:32:25.711ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1562026-05-20T16:32:25.788Z Actions: 1/268 actions (Installing new actions)
1572026-05-20T16:32:25.832Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-20T16:32:25.840ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-20T16:32:25.846ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-20T16:32:25.854ZFinalize: Updating image state ... Done (0.015s)
1612026-05-20T16:32:28.275ZFinalize: Creating fast lookup database ... Done (2.400s)
1622026-05-20T16:32:28.348ZFinalize: Reading search index ... Done (0.014s)
1632026-05-20T16:32:28.351ZFinalize: Updating search index ... Done (0.000s)
1642026-05-20T16:32:28.456ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-20T16:32:28.750ZPlanning: Evaluating mediator changes ... Done
1662026-05-20T16:32:28.858ZPlanning: Checking for conflicting actions ... Done
1672026-05-20T16:32:28.863ZPlanning: Consolidating action changes ... Done
1682026-05-20T16:32:29.014ZPlanning: Evaluating mediators ... Done
1692026-05-20T16:32:29.017ZPlanning: Planning completed in 0.26 seconds
1702026-05-20T16:32:29.037Z Mediators to change: 2
1712026-05-20T16:32:29.037Z Create boot environment: No
1722026-05-20T16:32:29.037ZCreate backup boot environment: No
1732026-05-20T16:32:29.086ZFinalize: Updating package state database ... Done
1742026-05-20T16:32:29.086ZFinalize: Updating package cache ... Done
1752026-05-20T16:32:29.095ZFinalize: Updating image state ... Done
1762026-05-20T16:32:31.065ZFinalize: Creating fast lookup database ... Done
1772026-05-20T16:32:31.131ZFinalize: Reading search index ... Done
1782026-05-20T16:32:31.134ZFinalize: Updating search index ... Done
1792026-05-20T16:32:31.199ZFinalize: Updating package cache ... Done
1802026-05-20T16:32:31.488ZPlanning: Evaluating mediator changes ... Done
1812026-05-20T16:32:31.595ZPlanning: Checking for conflicting actions ... Done
1822026-05-20T16:32:31.598ZPlanning: Consolidating action changes ... Done
1832026-05-20T16:32:31.750ZPlanning: Evaluating mediators ... Done
1842026-05-20T16:32:31.753ZPlanning: Planning completed in 0.26 seconds
1852026-05-20T16:32:31.772Z Mediators to change: 1
1862026-05-20T16:32:31.772Z Create boot environment: No
1872026-05-20T16:32:31.772ZCreate backup boot environment: No
1882026-05-20T16:32:31.812ZFinalize: Updating package state database ... Done
1892026-05-20T16:32:31.812ZFinalize: Updating package cache ... Done
1902026-05-20T16:32:31.821ZFinalize: Updating image state ... Done
1912026-05-20T16:32:33.772ZFinalize: Creating fast lookup database ... Done
1922026-05-20T16:32:33.836ZFinalize: Reading search index ... Done
1932026-05-20T16:32:33.840ZFinalize: Updating search index ... Done
1942026-05-20T16:32:33.903ZFinalize: Updating package cache ... Done
1952026-05-20T16:32:34.215ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-20T16:32:34.215Zapache system 2.4 system
1972026-05-20T16:32:34.215Zclang system 15 system
1982026-05-20T16:32:34.215Zcsh system system illumos
1992026-05-20T16:32:34.215Zctags system system illumos
2002026-05-20T16:32:34.215Zfile vendor vendor darwinsys
2012026-05-20T16:32:34.215Zfile system system illumos
2022026-05-20T16:32:34.215Zgcc vendor 14 vendor
2032026-05-20T16:32:34.215Zgcc system 13 system
2042026-05-20T16:32:34.215Zgcc system 10 system
2052026-05-20T16:32:34.215Zgo system 1.25 system
2062026-05-20T16:32:34.215Zllvm system 15 system
2072026-05-20T16:32:34.216Zmariadb system 11.4 system
2082026-05-20T16:32:34.216Zmta vendor vendor dma
2092026-05-20T16:32:34.216Zopenjdk system 17 system
2102026-05-20T16:32:34.216Zopenjdk system 11 system
2112026-05-20T16:32:34.216Zopenssl vendor 3 vendor
2122026-05-20T16:32:34.216Zperl system 5.40 system
2132026-05-20T16:32:34.216Zpostgresql system 18 system
2142026-05-20T16:32:34.216Zpostgresql system 17 system
2152026-05-20T16:32:34.216Zpython vendor 3 vendor
2162026-05-20T16:32:34.216Zpython system 2 system
2172026-05-20T16:32:34.216Zpython3 vendor 3.13 vendor
2182026-05-20T16:32:34.216Zruby system 3.4 system
2192026-05-20T16:32:34.216Zruby system 3.0 system
2202026-05-20T16:32:34.216Zwords vendor vendor american-english
2212026-05-20T16:32:34.216Zwords system system australian-english
2222026-05-20T16:32:34.216Zwords system system british-english
2232026-05-20T16:32:34.216Zwords system system canadian-english
2242026-05-20T16:32:34.216Zwords system system french
2252026-05-20T16:32:34.216Zwords system system italian
2262026-05-20T16:32:34.216Zwords system system ngerman
2272026-05-20T16:32:34.216Zwords system system ogerman
2282026-05-20T16:32:34.216Zwords system system spanish
2292026-05-20T16:32:34.469ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-20T16:32:34.469Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-20T16:32:34.740ZFMRI IFO
2322026-05-20T16:32:34.740Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-20T16:32:34.740Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-20T16:32:34.740Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-20T16:32:34.740Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-20T16:32:34.740Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-20T16:32:34.740Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-20T16:32:34.740Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-20T16:32:34.740Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-20T16:32:34.740Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-20T16:32:34.986Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-20T16:32:35.245Z Updating crates.io index
2432026-05-20T16:32:35.248Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-20T16:32:35.792Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-20T16:32:36.165Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-20T16:32:36.549Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-20T16:32:37.658Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-20T16:32:38.140Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-20T16:32:39.690Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-20T16:32:40.385Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-20T16:32:40.700Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-20T16:32:41.548Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-20T16:32:41.965Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-20T16:32:42.484Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-20T16:32:42.767Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-20T16:32:44.053Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-20T16:32:44.656Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-20T16:32:44.980Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-20T16:32:45.265Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-20T16:32:45.630Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-20T16:32:46.037Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-20T16:32:46.530Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-20T16:32:46.798Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-20T16:32:47.060Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-20T16:32:47.456Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-20T16:32:48.025Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-20T16:32:48.443Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-20T16:32:48.959Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-20T16:32:49.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-20T16:32:50.353Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-20T16:32:50.608Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-20T16:32:51.402Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-20T16:32:51.759Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-20T16:32:52.170Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-20T16:32:52.474Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-20T16:32:53.021Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-20T16:32:53.258Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-20T16:32:53.515Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-20T16:32:53.743Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-20T16:32:54.088Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-20T16:33:05.633Z Downloading crates ...
2822026-05-20T16:33:05.682Z Downloaded block-buffer v0.10.4
2832026-05-20T16:33:05.690Z Downloaded semver v1.0.28
2842026-05-20T16:33:05.696Z Downloaded cfg-if v1.0.4
2852026-05-20T16:33:05.699Z Downloaded stable_deref_trait v1.2.1
2862026-05-20T16:33:05.699Z Downloaded ordered-float v2.10.1
2872026-05-20T16:33:05.699Z Downloaded serde-value v0.7.0
2882026-05-20T16:33:05.702Z Downloaded anstyle-query v1.1.5
2892026-05-20T16:33:05.706Z Downloaded camino v1.2.2
2902026-05-20T16:33:05.708Z Downloaded toml v0.8.23
2912026-05-20T16:33:05.708Z Downloaded bytecount v0.6.9
2922026-05-20T16:33:05.712Z Downloaded utf8parse v0.2.2
2932026-05-20T16:33:05.712Z Downloaded anstream v0.6.21
2942026-05-20T16:33:05.716Z Downloaded zerofrom v0.1.6
2952026-05-20T16:33:05.716Z Downloaded version_check v0.9.5
2962026-05-20T16:33:05.716Z Downloaded toml_edit v0.22.27
2972026-05-20T16:33:05.716Z Downloaded toml_datetime v0.6.11
2982026-05-20T16:33:05.719Z Downloaded tinystr v0.8.2
2992026-05-20T16:33:05.719Z Downloaded zerofrom-derive v0.1.6
3002026-05-20T16:33:05.719Z Downloaded anstyle-parse v0.2.7
3012026-05-20T16:33:05.722Z Downloaded thread-id v4.2.2
3022026-05-20T16:33:05.722Z Downloaded yoke-derive v0.8.1
3032026-05-20T16:33:05.722Z Downloaded cargo-util-schemas v0.8.2
3042026-05-20T16:33:05.722Z Downloaded cargo-platform v0.2.0
3052026-05-20T16:33:05.726Z Downloaded anstyle v1.0.13
3062026-05-20T16:33:05.726Z Downloaded usdt v0.5.0
3072026-05-20T16:33:05.726Z Downloaded typeid v1.0.3
3082026-05-20T16:33:05.729Z Downloaded byteorder v1.5.0
3092026-05-20T16:33:05.731Z Downloaded idna_adapter v1.2.1
3102026-05-20T16:33:05.731Z Downloaded usdt-macro v0.5.0
3112026-05-20T16:33:05.734Z Downloaded usdt-attr-macro v0.5.0
3122026-05-20T16:33:05.734Z Downloaded unicode-xid v0.2.6
3132026-05-20T16:33:05.737Z Downloaded cargo_metadata v0.21.0
3142026-05-20T16:33:05.737Z Downloaded utf8_iter v1.0.4
3152026-05-20T16:33:05.740Z Downloaded percent-encoding v2.3.2
3162026-05-20T16:33:05.740Z Downloaded thiserror-impl v2.0.18
3172026-05-20T16:33:05.740Z Downloaded colorchoice v1.0.4
3182026-05-20T16:33:05.740Z Downloaded scroll_derive v0.12.1
3192026-05-20T16:33:05.743Z Downloaded macaddr v1.0.1
3202026-05-20T16:33:05.743Z Downloaded toml_write v0.1.2
3212026-05-20T16:33:05.743Z Downloaded thiserror v2.0.18
3222026-05-20T16:33:05.746Z Downloaded zerovec-derive v0.11.2
3232026-05-20T16:33:05.749Z Downloaded bitflags v2.11.0
3242026-05-20T16:33:05.752Z Downloaded camino-tempfile v1.4.1
3252026-05-20T16:33:05.752Z Downloaded anyhow v1.0.102
3262026-05-20T16:33:05.755Z Downloaded zmij v1.0.21
3272026-05-20T16:33:05.755Z Downloaded memmap v0.7.0
3282026-05-20T16:33:05.755Z Downloaded generic-array v0.14.7
3292026-05-20T16:33:05.758Z Downloaded writeable v0.6.2
3302026-05-20T16:33:05.758Z Downloaded usdt-impl v0.5.0
3312026-05-20T16:33:05.758Z Downloaded unicode-linebreak v0.1.5
3322026-05-20T16:33:05.758Z Downloaded thiserror-impl v1.0.69
3332026-05-20T16:33:05.758Z Downloaded heck v0.5.0
3342026-05-20T16:33:05.761Z Downloaded thiserror v1.0.69
3352026-05-20T16:33:05.764Z Downloaded fastrand v2.3.0
3362026-05-20T16:33:05.764Z Downloaded heck v0.4.1
3372026-05-20T16:33:05.764Z Downloaded errno v0.3.14
3382026-05-20T16:33:05.764Z Downloaded zerocopy-derive v0.7.35
3392026-05-20T16:33:05.767Z Downloaded swrite v0.1.0
3402026-05-20T16:33:05.767Z Downloaded serde-untagged v0.1.9
3412026-05-20T16:33:05.767Z Downloaded proc-macro-error v1.0.4
3422026-05-20T16:33:05.771Z Downloaded pretty-hex v0.4.1
3432026-05-20T16:33:05.771Z Downloaded potential_utf v0.1.4
3442026-05-20T16:33:05.771Z Downloaded clap_lex v1.0.0
3452026-05-20T16:33:05.774Z Downloaded crypto-common v0.1.7
3462026-05-20T16:33:05.774Z Downloaded yoke v0.8.1
3472026-05-20T16:33:05.774Z Downloaded unicode-ident v1.0.24
3482026-05-20T16:33:05.774Z Downloaded textwrap v0.16.2
3492026-05-20T16:33:05.778Z Downloaded terminal_size v0.4.3
3502026-05-20T16:33:05.778Z Downloaded cpufeatures v0.2.17
3512026-05-20T16:33:05.778Z Downloaded ucd-trie v0.1.7
3522026-05-20T16:33:05.782Z Downloaded plain v0.2.3
3532026-05-20T16:33:05.782Z Downloaded typenum v1.19.0
3542026-05-20T16:33:05.782Z Downloaded serde_spanned v0.6.9
3552026-05-20T16:33:05.786Z Downloaded dtrace-parser v0.2.0
3562026-05-20T16:33:05.786Z Downloaded url v2.5.8
3572026-05-20T16:33:05.791Z Downloaded zerotrie v0.2.3
3582026-05-20T16:33:05.794Z Downloaded form_urlencoded v1.2.2
3592026-05-20T16:33:05.797Z Downloaded equivalent v1.0.2
3602026-05-20T16:33:05.797Z Downloaded is_terminal_polyfill v1.70.2
3612026-05-20T16:33:05.797Z Downloaded fnv v1.0.7
3622026-05-20T16:33:05.800Z Downloaded dof v0.3.0
3632026-05-20T16:33:05.800Z Downloaded clap v4.5.60
3642026-05-20T16:33:05.803Z Downloaded fs-err v3.3.0
3652026-05-20T16:33:05.808Z Downloaded zerocopy v0.7.35
3662026-05-20T16:33:05.816Z Downloaded zerovec v0.11.5
3672026-05-20T16:33:05.819Z Downloaded winnow v0.7.14
3682026-05-20T16:33:05.824Z Downloaded quote v1.0.45
3692026-05-20T16:33:05.826Z Downloaded synstructure v0.13.2
3702026-05-20T16:33:05.826Z Downloaded autocfg v1.5.0
3712026-05-20T16:33:05.829Z Downloaded tabled_derive v0.7.0
3722026-05-20T16:33:05.829Z Downloaded unicode-width v0.1.14
3732026-05-20T16:33:05.832Z Downloaded unicode-width v0.2.0
3742026-05-20T16:33:05.835Z Downloaded serde_tokenstream v0.2.3
3752026-05-20T16:33:05.835Z Downloaded digest v0.10.7
3762026-05-20T16:33:05.838Z Downloaded smawk v0.3.2
3772026-05-20T16:33:05.838Z Downloaded scroll v0.12.0
3782026-05-20T16:33:05.838Z Downloaded displaydoc v0.2.5
3792026-05-20T16:33:05.841Z Downloaded proc-macro-error-attr v1.0.4
3802026-05-20T16:33:05.841Z Downloaded itoa v1.0.17
3812026-05-20T16:33:05.844Z Downloaded cargo_toml v0.21.0
3822026-05-20T16:33:05.847Z Downloaded pest_generator v2.8.6
3832026-05-20T16:33:05.851Z Downloaded strsim v0.11.1
3842026-05-20T16:33:05.854Z Downloaded pest_derive v2.8.6
3852026-05-20T16:33:05.860Z Downloaded erased-serde v0.4.9
3862026-05-20T16:33:05.873Z Downloaded sha2 v0.10.9
3872026-05-20T16:33:05.876Z Downloaded once_cell v1.21.3
3882026-05-20T16:33:05.892Z Downloaded litemap v0.8.1
3892026-05-20T16:33:05.895Z Downloaded tempfile v3.25.0
3902026-05-20T16:33:05.898Z Downloaded smallvec v1.15.1
3912026-05-20T16:33:05.902Z Downloaded serde_core v1.0.228
3922026-05-20T16:33:05.905Z Downloaded num-traits v0.2.19
3932026-05-20T16:33:05.905Z Downloaded papergrid v0.11.0
3942026-05-20T16:33:05.907Z Downloaded log v0.4.29
3952026-05-20T16:33:05.910Z Downloaded clap_derive v4.5.55
3962026-05-20T16:33:05.910Z Downloaded icu_provider v2.1.1
3972026-05-20T16:33:05.913Z Downloaded memchr v2.8.0
3982026-05-20T16:33:05.916Z Downloaded serde_derive v1.0.228
3992026-05-20T16:33:05.922Z Downloaded icu_properties v2.1.2
4002026-05-20T16:33:05.925Z Downloaded icu_collections v2.1.1
4012026-05-20T16:33:05.925Z Downloaded icu_locale_core v2.1.1
4022026-05-20T16:33:05.929Z Downloaded proc-macro2 v1.0.106
4032026-05-20T16:33:05.932Z Downloaded pest_meta v2.8.6
4042026-05-20T16:33:05.932Z Downloaded icu_normalizer v2.1.1
4052026-05-20T16:33:05.932Z Downloaded getrandom v0.4.1
4062026-05-20T16:33:05.948Z Downloaded serde v1.0.228
4072026-05-20T16:33:05.951Z Downloaded icu_normalizer_data v2.1.1
4082026-05-20T16:33:05.966Z Downloaded indexmap v2.14.0
4092026-05-20T16:33:05.986Z Downloaded pest v2.8.6
4102026-05-20T16:33:05.986Z Downloaded goblin v0.8.2
4112026-05-20T16:33:05.986Z Downloaded idna v1.1.0
4122026-05-20T16:33:05.993Z Downloaded serde_json v1.0.149
4132026-05-20T16:33:05.996Z Downloaded clap_builder v4.5.60
4142026-05-20T16:33:06.002Z Downloaded icu_properties_data v2.1.2
4152026-05-20T16:33:06.006Z Downloaded hashbrown v0.17.0
4162026-05-20T16:33:06.019Z Downloaded tabled v0.15.0
4172026-05-20T16:33:06.028Z Downloaded syn v1.0.109
4182026-05-20T16:33:06.036Z Downloaded syn v2.0.117
4192026-05-20T16:33:06.052Z Downloaded rustix v1.1.3
4202026-05-20T16:33:06.068Z Downloaded libc v0.2.185
4212026-05-20T16:33:06.136Z Compiling proc-macro2 v1.0.106
4222026-05-20T16:33:06.136Z Compiling quote v1.0.45
4232026-05-20T16:33:06.136Z Compiling unicode-ident v1.0.24
4242026-05-20T16:33:06.136Z Compiling serde_core v1.0.228
4252026-05-20T16:33:06.136Z Compiling libc v0.2.185
4262026-05-20T16:33:06.136Z Compiling version_check v0.9.5
4272026-05-20T16:33:06.141Z Compiling serde v1.0.228
4282026-05-20T16:33:06.141Z Compiling stable_deref_trait v1.2.1
4292026-05-20T16:33:06.440Z Compiling memchr v2.8.0
4302026-05-20T16:33:06.460Z Compiling zmij v1.0.21
4312026-05-20T16:33:06.643Z Compiling itoa v1.0.17
4322026-05-20T16:33:06.860Z Compiling ucd-trie v0.1.7
4332026-05-20T16:33:06.918Z Compiling autocfg v1.5.0
4342026-05-20T16:33:07.045Z Compiling thiserror v1.0.69
4352026-05-20T16:33:07.149Z Compiling pest v2.8.6
4362026-05-20T16:33:07.170Z Compiling litemap v0.8.1
4372026-05-20T16:33:07.289Z Compiling writeable v0.6.2
4382026-05-20T16:33:07.368Z Compiling icu_normalizer_data v2.1.1
4392026-05-20T16:33:07.488Z Compiling byteorder v1.5.0
4402026-05-20T16:33:07.557Z Compiling rustix v1.1.3
4412026-05-20T16:33:07.687Z Compiling icu_properties_data v2.1.2
4422026-05-20T16:33:07.768Z Compiling syn v2.0.117
4432026-05-20T16:33:07.800Z Compiling errno v0.3.14
4442026-05-20T16:33:07.818Z Compiling bitflags v2.11.0
4452026-05-20T16:33:07.892Z Compiling serde_json v1.0.149
4462026-05-20T16:33:08.083Z Compiling num-traits v0.2.19
4472026-05-20T16:33:08.118Z Compiling hashbrown v0.17.0
4482026-05-20T16:33:08.276Z Compiling pest_meta v2.8.6
4492026-05-20T16:33:08.335Z Compiling smallvec v1.15.1
4502026-05-20T16:33:08.402Z Compiling typeid v1.0.3
4512026-05-20T16:33:08.551Z Compiling equivalent v1.0.2
4522026-05-20T16:33:08.647Z Compiling indexmap v2.14.0
4532026-05-20T16:33:08.723Z Compiling thread-id v4.2.2
4542026-05-20T16:33:08.823Z Compiling usdt-impl v0.5.0
4552026-05-20T16:33:08.827Z Compiling proc-macro-error-attr v1.0.4
4562026-05-20T16:33:08.925Z Compiling winnow v0.7.14
4572026-05-20T16:33:09.073Z Compiling syn v1.0.109
4582026-05-20T16:33:09.181Z Compiling toml_write v0.1.2
4592026-05-20T16:33:09.321Z Compiling erased-serde v0.4.9
4602026-05-20T16:33:09.547Z Compiling proc-macro-error v1.0.4
4612026-05-20T16:33:09.639Z Compiling utf8_iter v1.0.4
4622026-05-20T16:33:09.749Z Compiling log v0.4.29
4632026-05-20T16:33:09.797Z Compiling utf8parse v0.2.2
4642026-05-20T16:33:09.920Z Compiling percent-encoding v2.3.2
4652026-05-20T16:33:09.936Z Compiling camino v1.2.2
4662026-05-20T16:33:09.988Z Compiling getrandom v0.4.1
4672026-05-20T16:33:10.055Z Compiling plain v0.2.3
4682026-05-20T16:33:10.107Z Compiling thiserror v2.0.18
4692026-05-20T16:33:10.126Z Compiling form_urlencoded v1.2.2
4702026-05-20T16:33:10.176Z Compiling ordered-float v2.10.1
4712026-05-20T16:33:10.348Z Compiling anstyle-parse v0.2.7
4722026-05-20T16:33:10.470Z Compiling synstructure v0.13.2
4732026-05-20T16:33:10.488Z Compiling pest_generator v2.8.6
4742026-05-20T16:33:10.596Z Compiling terminal_size v0.4.3
4752026-05-20T16:33:10.741Z Compiling anstyle v1.0.13
4762026-05-20T16:33:10.877Z Compiling cfg-if v1.0.4
4772026-05-20T16:33:10.927Z Compiling anstyle-query v1.1.5
4782026-05-20T16:33:10.945Z Compiling colorchoice v1.0.4
4792026-05-20T16:33:10.960Z Compiling is_terminal_polyfill v1.70.2
4802026-05-20T16:33:10.978Z Compiling pretty-hex v0.4.1
4812026-05-20T16:33:11.039Z Compiling anstream v0.6.21
4822026-05-20T16:33:11.093Z Compiling serde-untagged v0.1.9
4832026-05-20T16:33:11.177Z Compiling semver v1.0.28
4842026-05-20T16:33:11.234Z Compiling fs-err v3.3.0
4852026-05-20T16:33:11.332Z Compiling heck v0.4.1
4862026-05-20T16:33:11.350Z Compiling fastrand v2.3.0
4872026-05-20T16:33:11.428Z Compiling once_cell v1.21.3
4882026-05-20T16:33:11.500Z Compiling unicode-width v0.1.14
4892026-05-20T16:33:11.506Z Compiling heck v0.5.0
4902026-05-20T16:33:11.562Z Compiling bytecount v0.6.9
4912026-05-20T16:33:11.613Z Compiling clap_lex v1.0.0
4922026-05-20T16:33:11.706Z Compiling fnv v1.0.7
4932026-05-20T16:33:11.772Z Compiling strsim v0.11.1
4942026-05-20T16:33:11.830Z Compiling unicode-xid v0.2.6
4952026-05-20T16:33:11.882Z Compiling anyhow v1.0.102
4962026-05-20T16:33:11.926Z Compiling papergrid v0.11.0
4972026-05-20T16:33:11.986Z Compiling tempfile v3.25.0
4982026-05-20T16:33:11.986Z Compiling clap_builder v4.5.60
4992026-05-20T16:33:12.222Z Compiling serde_derive v1.0.228
5002026-05-20T16:33:12.291Z Compiling zerofrom-derive v0.1.6
5012026-05-20T16:33:12.362Z Compiling yoke-derive v0.8.1
5022026-05-20T16:33:12.419Z Compiling zerovec-derive v0.11.2
5032026-05-20T16:33:12.589Z Compiling displaydoc v0.2.5
5042026-05-20T16:33:13.272Z Compiling thiserror-impl v1.0.69
5052026-05-20T16:33:13.296Z Compiling zerocopy-derive v0.7.35
5062026-05-20T16:33:13.430Z Compiling pest_derive v2.8.6
5072026-05-20T16:33:13.448Z Compiling scroll_derive v0.12.1
5082026-05-20T16:33:13.584Z Compiling zerofrom v0.1.6
5092026-05-20T16:33:13.724Z Compiling yoke v0.8.1
5102026-05-20T16:33:13.851Z Compiling thiserror-impl v2.0.18
5112026-05-20T16:33:13.969Z Compiling zerovec v0.11.5
5122026-05-20T16:33:14.164Z Compiling zerotrie v0.2.3
5132026-05-20T16:33:14.232Z Compiling zerocopy v0.7.35
5142026-05-20T16:33:14.474Z Compiling tinystr v0.8.2
5152026-05-20T16:33:14.494Z Compiling potential_utf v0.1.4
5162026-05-20T16:33:14.683Z Compiling icu_locale_core v2.1.1
5172026-05-20T16:33:14.700Z Compiling icu_collections v2.1.1
5182026-05-20T16:33:14.758Z Compiling dtrace-parser v0.2.0
5192026-05-20T16:33:14.804Z Compiling scroll v0.12.0
5202026-05-20T16:33:15.026Z Compiling tabled_derive v0.7.0
5212026-05-20T16:33:15.080Z Compiling goblin v0.8.2
5222026-05-20T16:33:15.181Z Compiling clap_derive v4.5.55
5232026-05-20T16:33:15.360Z Compiling icu_provider v2.1.1
5242026-05-20T16:33:15.476Z Compiling memmap v0.7.0
5252026-05-20T16:33:15.578Z Compiling toml_datetime v0.6.11
5262026-05-20T16:33:15.628Z Compiling icu_normalizer v2.1.1
5272026-05-20T16:33:15.647Z Compiling icu_properties v2.1.2
5282026-05-20T16:33:15.661Z Compiling serde_spanned v0.6.9
5292026-05-20T16:33:15.678Z Compiling dof v0.3.0
5302026-05-20T16:33:15.812Z Compiling toml_edit v0.22.27
5312026-05-20T16:33:15.840Z Compiling serde_tokenstream v0.2.3
5322026-05-20T16:33:16.071Z Compiling serde-value v0.7.0
5332026-05-20T16:33:16.160Z Compiling cargo-platform v0.2.0
5342026-05-20T16:33:16.163Z Compiling smawk v0.3.2
5352026-05-20T16:33:16.322Z Compiling unicode-width v0.2.0
5362026-05-20T16:33:16.453Z Compiling unicode-linebreak v0.1.5
5372026-05-20T16:33:16.456Z Compiling tabled v0.15.0
5382026-05-20T16:33:16.574Z Compiling idna_adapter v1.2.1
5392026-05-20T16:33:16.621Z Compiling usdt-macro v0.5.0
5402026-05-20T16:33:16.700Z Compiling idna v1.1.0
5412026-05-20T16:33:16.723Z Compiling usdt-attr-macro v0.5.0
5422026-05-20T16:33:16.741Z Compiling textwrap v0.16.2
5432026-05-20T16:33:16.931Z Compiling clap v4.5.60
5442026-05-20T16:33:17.026Z Compiling url v2.5.8
5452026-05-20T16:33:17.208Z Compiling toml v0.8.23
5462026-05-20T16:33:17.244Z Compiling macaddr v1.0.1
5472026-05-20T16:33:17.771Z Compiling cargo-util-schemas v0.8.2
5482026-05-20T16:33:17.791Z Compiling cargo_toml v0.21.0
5492026-05-20T16:33:17.818Z Compiling camino-tempfile v1.4.1
5502026-05-20T16:33:18.048Z Compiling swrite v0.1.0
5512026-05-20T16:33:18.051Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-20T16:33:18.153Z Compiling usdt v0.5.0
5532026-05-20T16:33:18.685Z Compiling cargo_metadata v0.21.0
5542026-05-20T16:33:19.638Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-20T16:33:21.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s
5562026-05-20T16:33:22.015Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-20T16:33:22.571Z Downloading crates ...
5582026-05-20T16:33:22.676Z Downloaded adler2 v2.0.1
5592026-05-20T16:33:22.683Z Downloaded console v0.15.11
5602026-05-20T16:33:22.686Z Downloaded convert_case v0.4.0
5612026-05-20T16:33:22.692Z Downloaded cstr-argument v0.1.2
5622026-05-20T16:33:22.696Z Downloaded crunchy v0.2.4
5632026-05-20T16:33:22.702Z Downloaded atomicwrites v0.4.4
5642026-05-20T16:33:22.705Z Downloaded backoff v0.4.0
5652026-05-20T16:33:22.705Z Downloaded base64ct v1.8.3
5662026-05-20T16:33:22.712Z Downloaded crossbeam-utils v0.8.21
5672026-05-20T16:33:22.717Z Downloaded crypto-bigint v0.5.5
5682026-05-20T16:33:22.720Z Downloaded darling_macro v0.21.3
5692026-05-20T16:33:22.720Z Downloaded bit-set v0.5.3
5702026-05-20T16:33:22.720Z Downloaded crossbeam-channel v0.5.15
5712026-05-20T16:33:22.723Z Downloaded der_derive v0.7.3
5722026-05-20T16:33:22.723Z Downloaded base16ct v0.2.0
5732026-05-20T16:33:22.726Z Downloaded bitfield-struct v0.6.2
5742026-05-20T16:33:22.726Z Downloaded bcrypt-pbkdf v0.10.0
5752026-05-20T16:33:22.726Z Downloaded cmake v0.1.57
5762026-05-20T16:33:22.730Z Downloaded cbc v0.1.2
5772026-05-20T16:33:22.730Z Downloaded darling_macro v0.23.0
5782026-05-20T16:33:22.730Z Downloaded bb8 v0.8.6
5792026-05-20T16:33:22.734Z Downloaded byte-wrapper v0.1.0
5802026-05-20T16:33:22.738Z Downloaded ciborium v0.2.2
5812026-05-20T16:33:22.738Z Downloaded const-oid v0.9.6
5822026-05-20T16:33:22.742Z Downloaded async-trait v0.1.89
5832026-05-20T16:33:22.742Z Downloaded embedded-io v0.4.0
5842026-05-20T16:33:22.742Z Downloaded daft v0.1.5
5852026-05-20T16:33:22.745Z Downloaded block-padding v0.3.3
5862026-05-20T16:33:22.745Z Downloaded camino-tempfile-ext v0.3.3
5872026-05-20T16:33:22.745Z Downloaded bit-vec v0.6.3
5882026-05-20T16:33:22.748Z Downloaded arrayvec v0.7.6
5892026-05-20T16:33:22.748Z Downloaded foldhash v0.2.0
5902026-05-20T16:33:22.752Z Downloaded erased-serde v0.3.31
5912026-05-20T16:33:22.757Z Downloaded derive-ex v0.1.8
5922026-05-20T16:33:22.757Z Downloaded crc32fast v1.5.0
5932026-05-20T16:33:22.757Z Downloaded crc v3.4.0
5942026-05-20T16:33:22.761Z Downloaded async-stream-impl v0.3.6
5952026-05-20T16:33:22.761Z Downloaded ciborium-io v0.2.2
5962026-05-20T16:33:22.761Z Downloaded aead v0.5.2
5972026-05-20T16:33:22.761Z Downloaded darling_core v0.21.3
5982026-05-20T16:33:22.764Z Downloaded cfg_aliases v0.2.1
5992026-05-20T16:33:22.764Z Downloaded drift v0.1.4
6002026-05-20T16:33:22.769Z Downloaded dunce v1.0.5
6012026-05-20T16:33:22.772Z Downloaded curve25519-dalek-derive v0.1.1
6022026-05-20T16:33:22.772Z Downloaded bumpalo v3.20.2
6032026-05-20T16:33:22.775Z Downloaded base64 v0.22.1
6042026-05-20T16:33:22.775Z Downloaded crucible-workspace-hack v0.1.0
6052026-05-20T16:33:22.778Z Downloaded diesel_table_macro_syntax v0.3.0
6062026-05-20T16:33:22.778Z Downloaded assert_matches v1.5.0
6072026-05-20T16:33:22.778Z Downloaded bitfield v0.19.4
6082026-05-20T16:33:22.783Z Downloaded defmt-macros v1.0.1
6092026-05-20T16:33:22.783Z Downloaded defmt v0.3.100
6102026-05-20T16:33:22.783Z Downloaded darling_macro v0.20.11
6112026-05-20T16:33:22.786Z Downloaded async-recursion v1.1.1
6122026-05-20T16:33:22.786Z Downloaded ciborium-ll v0.2.2
6132026-05-20T16:33:22.786Z Downloaded dof v0.4.0
6142026-05-20T16:33:22.786Z Downloaded derive_builder_macro v0.20.2
6152026-05-20T16:33:22.789Z Downloaded flagset v0.4.7
6162026-05-20T16:33:22.789Z Downloaded dropshot-api-manager-types v0.7.1
6172026-05-20T16:33:22.789Z Downloaded atty v0.2.14
6182026-05-20T16:33:22.789Z Downloaded bitfield-macros v0.19.4
6192026-05-20T16:33:22.793Z Downloaded bit-set v0.8.0
6202026-05-20T16:33:22.793Z Downloaded cfg_aliases v0.1.1
6212026-05-20T16:33:22.793Z Downloaded debug-ignore v1.0.5
6222026-05-20T16:33:22.793Z Downloaded castaway v0.2.4
6232026-05-20T16:33:22.796Z Downloaded crc-catalog v2.4.0
6242026-05-20T16:33:22.796Z Downloaded endian-type v0.1.2
6252026-05-20T16:33:22.796Z Downloaded ascii-canvas v3.0.0
6262026-05-20T16:33:22.796Z Downloaded async-stream v0.3.6
6272026-05-20T16:33:22.799Z Downloaded cargo-platform v0.3.2
6282026-05-20T16:33:22.804Z Downloaded display-error-chain v0.2.2
6292026-05-20T16:33:22.807Z Downloaded downcast-rs v2.0.2
6302026-05-20T16:33:22.810Z Downloaded env_filter v1.0.0
6312026-05-20T16:33:22.810Z Downloaded embedded-io v0.6.1
6322026-05-20T16:33:22.813Z Downloaded enum-as-inner v0.6.1
6332026-05-20T16:33:22.814Z Downloaded fd-lock v4.0.4
6342026-05-20T16:33:22.816Z Downloaded cpufeatures v0.3.0
6352026-05-20T16:33:22.816Z Downloaded crc8 v0.1.1
6362026-05-20T16:33:22.816Z Downloaded difflib v0.4.0
6372026-05-20T16:33:22.816Z Downloaded foreign-types-macros v0.2.3
6382026-05-20T16:33:22.819Z Downloaded atomic-waker v1.1.2
6392026-05-20T16:33:22.819Z Downloaded array-init v0.0.4
6402026-05-20T16:33:22.819Z Downloaded dtrace-parser v0.3.0
6412026-05-20T16:33:22.819Z Downloaded foreign-types-shared v0.3.1
6422026-05-20T16:33:22.822Z Downloaded filetime v0.2.27
6432026-05-20T16:33:22.822Z Downloaded critical-section v1.2.0
6442026-05-20T16:33:22.822Z Downloaded fallible-iterator v0.2.0
6452026-05-20T16:33:22.825Z Downloaded convert_case v0.10.0
6462026-05-20T16:33:22.825Z Downloaded data-encoding v2.10.0
6472026-05-20T16:33:22.825Z Downloaded foreign-types-shared v0.1.1
6482026-05-20T16:33:22.830Z Downloaded cassowary v0.3.0
6492026-05-20T16:33:22.830Z Downloaded defmt-parser v1.0.0
6502026-05-20T16:33:22.830Z Downloaded float-cmp v0.10.0
6512026-05-20T16:33:22.830Z Downloaded dyn-clone v1.0.20
6522026-05-20T16:33:22.833Z Downloaded funty v2.0.0
6532026-05-20T16:33:22.833Z Downloaded chacha20poly1305 v0.10.1
6542026-05-20T16:33:22.833Z Downloaded daft-derive v0.1.5
6552026-05-20T16:33:22.837Z Downloaded bitflags v1.3.2
6562026-05-20T16:33:22.837Z Downloaded foreign-types v0.5.0
6572026-05-20T16:33:22.843Z Downloaded float-ord v0.3.2
6582026-05-20T16:33:22.843Z Downloaded argon2 v0.5.3
6592026-05-20T16:33:22.868Z Downloaded dirs-sys-next v0.1.2
6602026-05-20T16:33:22.868Z Downloaded fxhash v0.2.1
6612026-05-20T16:33:22.868Z Downloaded futures-sink v0.3.32
6622026-05-20T16:33:22.868Z Downloaded ghash v0.5.1
6632026-05-20T16:33:22.868Z Downloaded futures-core v0.3.32
6642026-05-20T16:33:22.868Z Downloaded foreign-types v0.3.2
6652026-05-20T16:33:22.868Z Downloaded gethostname v0.5.0
6662026-05-20T16:33:22.868Z Downloaded dsl_auto_type v0.2.0
6672026-05-20T16:33:22.868Z Downloaded fixedbitset v0.4.2
6682026-05-20T16:33:22.868Z Downloaded hash32 v0.3.1
6692026-05-20T16:33:22.868Z Downloaded hash32 v0.2.1
6702026-05-20T16:33:22.868Z Downloaded futures-task v0.3.32
6712026-05-20T16:33:22.868Z Downloaded headers-core v0.3.0
6722026-05-20T16:33:22.868Z Downloaded globwalk v0.9.1
6732026-05-20T16:33:22.868Z Downloaded hex-literal v0.4.1
6742026-05-20T16:33:22.868Z Downloaded futures-macro v0.3.32
6752026-05-20T16:33:22.868Z Downloaded futures-io v0.3.32
6762026-05-20T16:33:22.868Z Downloaded const_format_proc_macros v0.2.34
6772026-05-20T16:33:22.868Z Downloaded git-stub v1.0.0
6782026-05-20T16:33:22.868Z Downloaded der v0.7.10
6792026-05-20T16:33:22.868Z Downloaded cobs v0.3.0
6802026-05-20T16:33:22.873Z Downloaded darling_core v0.20.11
6812026-05-20T16:33:22.873Z Downloaded corncobs v0.1.4
6822026-05-20T16:33:22.873Z Downloaded crossbeam-deque v0.8.6
6832026-05-20T16:33:22.873Z Downloaded ed25519 v2.2.3
6842026-05-20T16:33:22.873Z Downloaded ecdsa v0.16.9
6852026-05-20T16:33:22.877Z Downloaded defmt v1.0.1
6862026-05-20T16:33:22.877Z Downloaded either v1.15.0
6872026-05-20T16:33:22.877Z Downloaded compression-codecs v0.4.37
6882026-05-20T16:33:22.883Z Downloaded chacha20 v0.9.1
6892026-05-20T16:33:22.883Z Downloaded diesel-dtrace v0.5.0
6902026-05-20T16:33:22.883Z Downloaded darling v0.21.3
6912026-05-20T16:33:22.890Z Downloaded fs-err v2.11.0
6922026-05-20T16:33:22.890Z Downloaded hex v0.4.3
6932026-05-20T16:33:22.890Z Downloaded dropshot_endpoint v0.17.0
6942026-05-20T16:33:22.893Z Downloaded csv-core v0.1.13
6952026-05-20T16:33:22.893Z Downloaded cookie v0.18.1
6962026-05-20T16:33:22.893Z Downloaded clang-sys v1.8.1
6972026-05-20T16:33:22.893Z Downloaded http-body v1.0.1
6982026-05-20T16:33:22.893Z Downloaded home v0.5.12
6992026-05-20T16:33:22.896Z Downloaded blake2 v0.10.6
7002026-05-20T16:33:22.896Z Downloaded ctr v0.9.2
7012026-05-20T16:33:22.899Z Downloaded httpdate v1.0.3
7022026-05-20T16:33:22.899Z Downloaded hubpack_derive v0.1.1
7032026-05-20T16:33:22.899Z Downloaded hostname v0.4.2
7042026-05-20T16:33:22.899Z Downloaded hostname v0.3.1
7052026-05-20T16:33:22.903Z Downloaded ident_case v1.0.1
7062026-05-20T16:33:22.903Z Downloaded hubpack v0.1.2
7072026-05-20T16:33:22.903Z Downloaded http-range v0.1.5
7082026-05-20T16:33:22.903Z Downloaded constant_time_eq v0.4.2
7092026-05-20T16:33:22.906Z Downloaded cargo_metadata v0.23.1
7102026-05-20T16:33:22.906Z Downloaded derive_builder_core v0.20.2
7112026-05-20T16:33:22.906Z Downloaded backon v1.6.0
7122026-05-20T16:33:22.909Z Downloaded document-features v0.2.12
7132026-05-20T16:33:22.909Z Downloaded globset v0.4.18
7142026-05-20T16:33:22.912Z Downloaded group v0.13.0
7152026-05-20T16:33:22.912Z Downloaded fs_extra v1.3.0
7162026-05-20T16:33:22.917Z Downloaded ff v0.13.1
7172026-05-20T16:33:22.917Z Downloaded env_logger v0.11.9
7182026-05-20T16:33:22.917Z Downloaded find-msvc-tools v0.1.9
7192026-05-20T16:33:22.920Z Downloaded foldhash v0.1.5
7202026-05-20T16:33:22.920Z Downloaded git-stub-vcs v0.1.0
7212026-05-20T16:33:22.920Z Downloaded bcs v0.1.6
7222026-05-20T16:33:22.920Z Downloaded instability v0.3.11
7232026-05-20T16:33:22.924Z Downloaded futures-executor v0.3.32
7242026-05-20T16:33:22.924Z Downloaded indent_write v2.2.0
7252026-05-20T16:33:22.924Z Downloaded chacha20 v0.10.0
7262026-05-20T16:33:22.927Z Downloaded illumos-nvpair-sys v0.2.0
7272026-05-20T16:33:22.927Z Downloaded bit-vec v0.8.0
7282026-05-20T16:33:22.927Z Downloaded inout v0.1.4
7292026-05-20T16:33:22.927Z Downloaded cancel-safe-futures v0.1.5
7302026-05-20T16:33:22.930Z Downloaded internet-checksum v0.2.1
7312026-05-20T16:33:22.930Z Downloaded is_ci v1.2.0
7322026-05-20T16:33:22.930Z Downloaded darling v0.23.0
7332026-05-20T16:33:22.935Z Downloaded derive_builder v0.20.2
7342026-05-20T16:33:22.940Z Downloaded cookie_store v0.22.1
7352026-05-20T16:33:22.940Z Downloaded highway v1.3.0
7362026-05-20T16:33:22.944Z Downloaded console v0.16.2
7372026-05-20T16:33:22.944Z Downloaded bzip2 v0.4.4
7382026-05-20T16:33:22.944Z Downloaded is-terminal v0.4.17
7392026-05-20T16:33:22.944Z Downloaded darling v0.20.11
7402026-05-20T16:33:22.947Z Downloaded crossbeam-epoch v0.9.18
7412026-05-20T16:33:22.947Z Downloaded des v0.8.1
7422026-05-20T16:33:22.947Z Downloaded crc-any v2.5.0
7432026-05-20T16:33:22.950Z Downloaded bzip2 v0.6.1
7442026-05-20T16:33:22.950Z Downloaded async-bb8-diesel v0.2.1
7452026-05-20T16:33:22.954Z Downloaded keccak v0.1.6
7462026-05-20T16:33:22.954Z Downloaded lazy_static v1.5.0
7472026-05-20T16:33:22.957Z Downloaded lalrpop-util v0.19.12
7482026-05-20T16:33:22.957Z Downloaded instant v0.1.13
7492026-05-20T16:33:22.957Z Downloaded illumos-nvpair v0.3.0
7502026-05-20T16:33:22.957Z Downloaded ahash v0.8.12
7512026-05-20T16:33:22.958Z Downloaded lru-cache v0.1.2
7522026-05-20T16:33:22.961Z Downloaded deranged v0.5.8
7532026-05-20T16:33:22.961Z Downloaded http-body-util v0.1.3
7542026-05-20T16:33:22.961Z Downloaded compression-core v0.4.31
7552026-05-20T16:33:22.964Z Downloaded hyper-tls v0.6.0
7562026-05-20T16:33:22.964Z Downloaded kstat-rs v0.2.4
7572026-05-20T16:33:22.964Z Downloaded humantime v2.3.0
7582026-05-20T16:33:22.967Z Downloaded cipher v0.4.4
7592026-05-20T16:33:22.967Z Downloaded lru-slab v0.1.2
7602026-05-20T16:33:22.967Z Downloaded memoffset v0.9.1
7612026-05-20T16:33:22.967Z Downloaded maybe-uninit v2.0.0
7622026-05-20T16:33:22.971Z Downloaded match_cfg v0.1.0
7632026-05-20T16:33:22.971Z Downloaded buf-list v1.1.2
7642026-05-20T16:33:22.971Z Downloaded maplit v1.0.2
7652026-05-20T16:33:22.975Z Downloaded managed v0.8.0
7662026-05-20T16:33:22.975Z Downloaded md-5 v0.10.6
7672026-05-20T16:33:22.975Z Downloaded glob v0.3.3
7682026-05-20T16:33:22.975Z Downloaded linked-hash-map v0.5.6
7692026-05-20T16:33:22.978Z Downloaded getrandom v0.2.17
7702026-05-20T16:33:22.978Z Downloaded futures-channel v0.3.32
7712026-05-20T16:33:22.978Z Downloaded mime v0.3.17
7722026-05-20T16:33:22.978Z Downloaded indoc v1.0.9
7732026-05-20T16:33:22.982Z Downloaded multimap v0.10.1
7742026-05-20T16:33:22.982Z Downloaded indoc v2.0.7
7752026-05-20T16:33:22.985Z Downloaded libscf-sys v1.1.0
7762026-05-20T16:33:22.985Z Downloaded half v1.8.3
7772026-05-20T16:33:22.985Z Downloaded nonempty v0.12.0
7782026-05-20T16:33:22.988Z Downloaded newtype_derive v0.1.6
7792026-05-20T16:33:22.988Z Downloaded ingot v0.1.1
7802026-05-20T16:33:22.988Z Downloaded diff v0.1.13
7812026-05-20T16:33:22.991Z Downloaded hyper-staticfile v0.10.1
7822026-05-20T16:33:22.991Z Downloaded colored v2.2.0
7832026-05-20T16:33:22.994Z Downloaded ena v0.14.4
7842026-05-20T16:33:22.994Z Downloaded colored v3.1.1
7852026-05-20T16:33:22.997Z Downloaded impl-trait-for-tuples v0.2.3
7862026-05-20T16:33:22.999Z Downloaded cexpr v0.6.0
7872026-05-20T16:33:22.999Z Downloaded blowfish v0.9.1
7882026-05-20T16:33:22.999Z Downloaded arrayref v0.3.9
7892026-05-20T16:33:23.003Z Downloaded newtype-uuid-macros v0.1.0
7902026-05-20T16:33:23.003Z Downloaded dirs-next v2.0.0
7912026-05-20T16:33:23.003Z Downloaded new_debug_unreachable v1.0.6
7922026-05-20T16:33:23.006Z Downloaded normalize-line-endings v0.3.0
7932026-05-20T16:33:23.006Z Downloaded num-derive v0.4.2
7942026-05-20T16:33:23.009Z Downloaded num-derive v0.3.3
7952026-05-20T16:33:23.012Z Downloaded derive_more v2.1.1
7962026-05-20T16:33:23.017Z Downloaded diesel_derives v2.3.7
7972026-05-20T16:33:23.021Z Downloaded nodrop v0.1.14
7982026-05-20T16:33:23.023Z Downloaded newline-converter v0.3.0
7992026-05-20T16:33:23.023Z Downloaded lzss v0.8.2
8002026-05-20T16:33:23.023Z Downloaded num_enum_derive v0.5.11
8012026-05-20T16:33:23.026Z Downloaded nibble_vec v0.1.0
8022026-05-20T16:33:23.026Z Downloaded libsw v3.5.0
8032026-05-20T16:33:23.026Z Downloaded httparse v1.10.1
8042026-05-20T16:33:23.029Z Downloaded num-conv v0.2.0
8052026-05-20T16:33:23.029Z Downloaded num v0.4.3
8062026-05-20T16:33:23.029Z Downloaded lru v0.12.5
8072026-05-20T16:33:23.034Z Downloaded bytes v1.11.1
8082026-05-20T16:33:23.034Z Downloaded packed_struct_codegen v0.10.1
8092026-05-20T16:33:23.037Z Downloaded olpc-cjson v0.1.4
8102026-05-20T16:33:23.037Z Downloaded openssl-probe v0.2.1
8112026-05-20T16:33:23.037Z Downloaded opaque-debug v0.3.1
8122026-05-20T16:33:23.037Z Downloaded num-iter v0.1.45
8132026-05-20T16:33:23.037Z Downloaded libefi-sys v0.1.0
8142026-05-20T16:33:23.037Z Downloaded jobserver v0.1.34
8152026-05-20T16:33:23.041Z Downloaded getrandom v0.3.4
8162026-05-20T16:33:23.045Z Downloaded hyper-rustls v0.27.7
8172026-05-20T16:33:23.045Z Downloaded md5 v0.7.0
8182026-05-20T16:33:23.045Z Downloaded ingot-macros v0.1.1
8192026-05-20T16:33:23.045Z Downloaded hmac v0.12.1
8202026-05-20T16:33:23.048Z Downloaded native-tls v0.2.18
8212026-05-20T16:33:23.048Z Downloaded nanorand v0.7.0
8222026-05-20T16:33:23.048Z Downloaded half v2.7.1
8232026-05-20T16:33:23.051Z Downloaded parse-size v1.1.0
8242026-05-20T16:33:23.051Z Downloaded parse-display v0.10.0
8252026-05-20T16:33:23.055Z Downloaded num_threads v0.1.7
8262026-05-20T16:33:23.055Z Downloaded lock_api v0.4.14
8272026-05-20T16:33:23.055Z Downloaded linear-map v1.2.0
8282026-05-20T16:33:23.055Z Downloaded libsw-core v0.3.2
8292026-05-20T16:33:23.060Z Downloaded futures v0.3.32
8302026-05-20T16:33:23.065Z Downloaded openssl-macros v0.1.1
8312026-05-20T16:33:23.065Z Downloaded allocator-api2 v0.2.21
8322026-05-20T16:33:23.065Z Downloaded compact_str v0.8.1
8332026-05-20T16:33:23.070Z Downloaded ipnetwork v0.21.1
8342026-05-20T16:33:23.070Z Downloaded ingot-types v0.1.2
8352026-05-20T16:33:23.070Z Downloaded derive_more v0.99.20
8362026-05-20T16:33:23.070Z Downloaded derive-where v1.6.0
8372026-05-20T16:33:23.075Z Downloaded path-slash v0.1.5
8382026-05-20T16:33:23.075Z Downloaded peg-runtime v0.8.5
8392026-05-20T16:33:23.075Z Downloaded phf_shared v0.13.1
8402026-05-20T16:33:23.075Z Downloaded pbkdf2 v0.12.2
8412026-05-20T16:33:23.077Z Downloaded pbkdf2 v0.11.0
8422026-05-20T16:33:23.091Z Downloaded oso-derive v0.27.3
8432026-05-20T16:33:23.094Z Downloaded num_enum v0.7.5
8442026-05-20T16:33:23.097Z Downloaded num-complex v0.4.6
8452026-05-20T16:33:23.097Z Downloaded multer v3.1.0
8462026-05-20T16:33:23.100Z Downloaded num_enum v0.5.11
8472026-05-20T16:33:23.104Z Downloaded pin-utils v0.1.0
8482026-05-20T16:33:23.104Z Downloaded fatfs v0.3.6
8492026-05-20T16:33:23.104Z Downloaded base64 v0.21.7
8502026-05-20T16:33:23.108Z Downloaded oxnet v0.1.4
8512026-05-20T16:33:23.108Z Downloaded memmap2 v0.9.10
8522026-05-20T16:33:23.112Z Downloaded mime_guess v2.0.5
8532026-05-20T16:33:23.112Z Downloaded ipnet v2.11.0
8542026-05-20T16:33:23.112Z Downloaded heapless v0.8.0
8552026-05-20T16:33:23.117Z Downloaded predicates-core v1.0.10
8562026-05-20T16:33:23.117Z Downloaded precomputed-hash v0.1.1
8572026-05-20T16:33:23.117Z Downloaded powerfmt v0.2.0
8582026-05-20T16:33:23.117Z Downloaded parking_lot_core v0.8.6
8592026-05-20T16:33:23.122Z Downloaded num-rational v0.4.2
8602026-05-20T16:33:23.122Z Downloaded phf_shared v0.11.3
8612026-05-20T16:33:23.123Z Downloaded password-hash v0.5.0
8622026-05-20T16:33:23.123Z Downloaded arc-swap v1.8.2
8632026-05-20T16:33:23.126Z Downloaded nu-ansi-term v0.50.3
8642026-05-20T16:33:23.126Z Downloaded headers v0.4.1
8652026-05-20T16:33:23.126Z Downloaded num_enum_derive v0.7.5
8662026-05-20T16:33:23.129Z Downloaded num-integer v0.1.46
8672026-05-20T16:33:23.129Z Downloaded ar_archive_writer v0.5.1
8682026-05-20T16:33:23.132Z Downloaded newtype-uuid v1.3.2
8692026-05-20T16:33:23.136Z Downloaded progenitor-client v0.14.0
8702026-05-20T16:33:23.136Z Downloaded progenitor-client v0.10.0
8712026-05-20T16:33:23.136Z Downloaded paste v1.0.15
8722026-05-20T16:33:23.139Z Downloaded iana-time-zone v0.1.65
8732026-05-20T16:33:23.139Z Downloaded pem-rfc7468 v0.7.0
8742026-05-20T16:33:23.139Z Downloaded libbz2-rs-sys v0.2.2
8752026-05-20T16:33:23.142Z Downloaded openssl-probe v0.1.6
8762026-05-20T16:33:23.142Z Downloaded pem v3.0.6
8772026-05-20T16:33:23.145Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-05-20T16:33:23.148Z Downloaded predicates-tree v1.0.13
8792026-05-20T16:33:23.151Z Downloaded flume v0.11.1
8802026-05-20T16:33:23.154Z Downloaded pkg-config v0.3.32
8812026-05-20T16:33:23.156Z Downloaded progenitor-macro v0.11.2
8822026-05-20T16:33:23.156Z Downloaded packed_struct v0.10.1
8832026-05-20T16:33:23.159Z Downloaded oxide-tokio-rt v0.1.4
8842026-05-20T16:33:23.159Z Downloaded darling_core v0.23.0
8852026-05-20T16:33:23.162Z Downloaded radium v0.7.0
8862026-05-20T16:33:23.165Z Downloaded pkcs8 v0.10.2
8872026-05-20T16:33:23.168Z Downloaded omicron-zone-package v0.12.2
8882026-05-20T16:33:23.169Z Downloaded owo-colors v4.3.0
8892026-05-20T16:33:23.173Z Downloaded indexmap v1.9.3
8902026-05-20T16:33:23.173Z Downloaded psl-types v2.0.11
8912026-05-20T16:33:23.176Z Downloaded progenitor-macro v0.13.0
8922026-05-20T16:33:23.176Z Downloaded rand_xorshift v0.4.0
8932026-05-20T16:33:23.176Z Downloaded proc-macro-crate v1.3.1
8942026-05-20T16:33:23.176Z Downloaded password-hash v0.4.2
8952026-05-20T16:33:23.176Z Downloaded parse-display-derive v0.10.0
8962026-05-20T16:33:23.180Z Downloaded postgres-protocol v0.6.10
8972026-05-20T16:33:23.180Z Downloaded rand_chacha v0.3.1
8982026-05-20T16:33:23.180Z Downloaded progenitor-client v0.11.2
8992026-05-20T16:33:23.183Z Downloaded parking_lot_core v0.9.12
9002026-05-20T16:33:23.183Z Downloaded cc v1.2.56
9012026-05-20T16:33:23.186Z Downloaded progenitor-macro v0.14.0
9022026-05-20T16:33:23.186Z Downloaded async-compression v0.4.41
9032026-05-20T16:33:23.188Z Downloaded elliptic-curve v0.13.8
9042026-05-20T16:33:23.191Z Downloaded ed25519-dalek v2.2.0
9052026-05-20T16:33:23.195Z Downloaded const_format v0.2.35
9062026-05-20T16:33:23.197Z Downloaded peg v0.8.5
9072026-05-20T16:33:23.197Z Downloaded quick-error v1.2.3
9082026-05-20T16:33:23.200Z Downloaded fixedbitset v0.5.7
9092026-05-20T16:33:23.203Z Downloaded phf_shared v0.12.1
9102026-05-20T16:33:23.206Z Downloaded phf v0.13.1
9112026-05-20T16:33:23.209Z Downloaded ref-cast v1.0.25
9122026-05-20T16:33:23.211Z Downloaded recursive v0.1.1
9132026-05-20T16:33:23.211Z Downloaded predicates v3.1.4
9142026-05-20T16:33:23.214Z Downloaded litrs v1.0.0
9152026-05-20T16:33:23.217Z Downloaded pin-project-lite v0.2.17
9162026-05-20T16:33:23.220Z Downloaded progenitor-client v0.13.0
9172026-05-20T16:33:23.220Z Downloaded pkcs1 v0.7.5
9182026-05-20T16:33:23.223Z Downloaded pin-project-internal v1.1.11
9192026-05-20T16:33:23.223Z Downloaded rfc6979 v0.4.0
9202026-05-20T16:33:23.226Z Downloaded libloading v0.8.9
9212026-05-20T16:33:23.229Z Downloaded rtoolbox v0.0.3
9222026-05-20T16:33:23.229Z Downloaded polyval v0.6.2
9232026-05-20T16:33:23.232Z Downloaded rustc-hash v2.1.1
9242026-05-20T16:33:23.232Z Downloaded pkcs5 v0.7.1
9252026-05-20T16:33:23.235Z Downloaded ref-cast-impl v1.0.25
9262026-05-20T16:33:23.235Z Downloaded psm v0.1.30
9272026-05-20T16:33:23.236Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-05-20T16:33:23.239Z Downloaded ppv-lite86 v0.2.21
9292026-05-20T16:33:23.239Z Downloaded poly1305 v0.8.0
9302026-05-20T16:33:23.239Z Downloaded proc-macro-crate v3.4.0
9312026-05-20T16:33:23.242Z Downloaded rand_core v0.10.0
9322026-05-20T16:33:23.242Z Downloaded r2d2 v0.8.10
9332026-05-20T16:33:23.246Z Downloaded rand_core v0.9.5
9342026-05-20T16:33:23.247Z Downloaded rustc_version v0.4.1
9352026-05-20T16:33:23.247Z Downloaded rustc_version v0.1.7
9362026-05-20T16:33:23.250Z Downloaded progenitor-extras v0.2.0
9372026-05-20T16:33:23.250Z Downloaded papergrid v0.17.0
9382026-05-20T16:33:23.250Z Downloaded proc-macro-error2 v2.0.1
9392026-05-20T16:33:23.254Z Downloaded rand_seeder v0.4.0
9402026-05-20T16:33:23.254Z Downloaded ignore v0.4.25
9412026-05-20T16:33:23.257Z Downloaded parking_lot v0.11.2
9422026-05-20T16:33:23.257Z Downloaded rand_core v0.6.4
9432026-05-20T16:33:23.260Z Downloaded progenitor v0.14.0
9442026-05-20T16:33:23.263Z Downloaded progenitor v0.13.0
9452026-05-20T16:33:23.263Z Downloaded primeorder v0.13.6
9462026-05-20T16:33:23.266Z Downloaded russh-cryptovec v0.7.3
9472026-05-20T16:33:23.269Z Downloaded jiff-static v0.2.21
9482026-05-20T16:33:23.269Z Downloaded dropshot-api-manager v0.7.1
9492026-05-20T16:33:23.277Z Downloaded heapless v0.7.17
9502026-05-20T16:33:23.280Z Downloaded flate2 v1.1.9
9512026-05-20T16:33:23.284Z Downloaded salsa20 v0.10.2
9522026-05-20T16:33:23.284Z Downloaded scheduled-thread-pool v0.2.7
9532026-05-20T16:33:23.287Z Downloaded phf v0.12.1
9542026-05-20T16:33:23.287Z Downloaded scroll_derive v0.13.1
9552026-05-20T16:33:23.287Z Downloaded peg-macros v0.8.5
9562026-05-20T16:33:23.290Z Downloaded pin-project v1.1.11
9572026-05-20T16:33:23.295Z Downloaded same-file v1.0.6
9582026-05-20T16:33:23.300Z Downloaded rand_chacha v0.9.0
9592026-05-20T16:33:23.303Z Downloaded postcard v1.1.3
9602026-05-20T16:33:23.303Z Downloaded secrecy v0.10.3
9612026-05-20T16:33:23.307Z Downloaded sapling-renderdag v0.1.0
9622026-05-20T16:33:23.307Z Downloaded hickory-resolver v0.25.2
9632026-05-20T16:33:23.311Z Downloaded quinn-udp v0.5.14
9642026-05-20T16:33:23.311Z Downloaded hickory-resolver v0.24.4
9652026-05-20T16:33:23.314Z Downloaded openssl-sys v0.9.115
9662026-05-20T16:33:23.314Z Downloaded postgres-types v0.2.12
9672026-05-20T16:33:23.317Z Downloaded hashbrown v0.12.3
9682026-05-20T16:33:23.321Z Downloaded rustls-native-certs v0.8.3
9692026-05-20T16:33:23.321Z Downloaded resolv-conf v0.7.6
9702026-05-20T16:33:23.327Z Downloaded scopeguard v1.2.0
9712026-05-20T16:33:23.327Z Downloaded expectorate v1.2.0
9722026-05-20T16:33:23.331Z Downloaded rustls-pemfile v2.2.0
9732026-05-20T16:33:23.331Z Downloaded oso v0.27.3
9742026-05-20T16:33:23.331Z Downloaded serde_repr v0.1.20
9752026-05-20T16:33:23.335Z Downloaded derive_more-impl v2.1.1
9762026-05-20T16:33:23.335Z Downloaded serde_plain v1.0.2
9772026-05-20T16:33:23.338Z Downloaded indicatif v0.18.4
9782026-05-20T16:33:23.338Z Downloaded parking_lot v0.12.5
9792026-05-20T16:33:23.341Z Downloaded aes v0.8.4
9802026-05-20T16:33:23.341Z Downloaded progenitor v0.11.2
9812026-05-20T16:33:23.347Z Downloaded p256 v0.13.2
9822026-05-20T16:33:23.351Z Downloaded serde-big-array v0.5.1
9832026-05-20T16:33:23.351Z Downloaded scrypt v0.11.0
9842026-05-20T16:33:23.354Z Downloaded miniz_oxide v0.8.9
9852026-05-20T16:33:23.357Z Downloaded rustls-pemfile v1.0.4
9862026-05-20T16:33:23.357Z Downloaded seq-macro v0.3.6
9872026-05-20T16:33:23.360Z Downloaded siphasher v1.0.2
9882026-05-20T16:33:23.360Z Downloaded signal-hook-mio v0.2.5
9892026-05-20T16:33:23.360Z Downloaded serde_bytes v0.11.19
9902026-05-20T16:33:23.364Z Downloaded serde_spanned v1.0.4
9912026-05-20T16:33:23.364Z Downloaded semver v0.1.20
9922026-05-20T16:33:23.364Z Downloaded secrecy v0.8.0
9932026-05-20T16:33:23.367Z Downloaded serde_urlencoded v0.7.1
9942026-05-20T16:33:23.367Z Downloaded sha1 v0.10.6
9952026-05-20T16:33:23.367Z Downloaded signal-hook-tokio v0.3.1
9962026-05-20T16:33:23.375Z Downloaded shell-words v1.1.1
9972026-05-20T16:33:23.379Z Downloaded sec1 v0.7.3
9982026-05-20T16:33:23.383Z Downloaded slog-envlogger v2.2.0
9992026-05-20T16:33:23.383Z Downloaded slog-bunyan v2.5.0
10002026-05-20T16:33:23.383Z Downloaded sigpipe v0.1.3
10012026-05-20T16:33:23.383Z Downloaded signature v2.2.0
10022026-05-20T16:33:23.384Z Downloaded sct v0.7.1
10032026-05-20T16:33:23.388Z Downloaded rustversion v1.0.22
10042026-05-20T16:33:23.392Z Downloaded crossterm v0.29.0
10052026-05-20T16:33:23.395Z Downloaded sqlparser_derive v0.5.0
10062026-05-20T16:33:23.397Z Downloaded hickory-server v0.25.2
10072026-05-20T16:33:23.400Z Downloaded aes-gcm v0.10.3
10082026-05-20T16:33:23.400Z Downloaded prefix-trie v0.7.0
10092026-05-20T16:33:23.405Z Downloaded itertools v0.10.5
10102026-05-20T16:33:23.411Z Downloaded serde_derive_internals v0.29.1
10112026-05-20T16:33:23.414Z Downloaded serde_path_to_error v0.1.20
10122026-05-20T16:33:23.414Z Downloaded schemars_derive v0.8.22
10132026-05-20T16:33:23.414Z Downloaded hashbrown v0.13.2
10142026-05-20T16:33:23.419Z Downloaded strip-ansi-escapes v0.2.1
10152026-05-20T16:33:23.419Z Downloaded minimal-lexical v0.2.1
10162026-05-20T16:33:23.426Z Downloaded ssh-cipher v0.2.0
10172026-05-20T16:33:23.431Z Downloaded rcgen v0.12.1
10182026-05-20T16:33:23.431Z Downloaded ssh-encoding v0.2.0
10192026-05-20T16:33:23.435Z Downloaded shlex v1.3.0
10202026-05-20T16:33:23.438Z Downloaded rustls-pki-types v1.14.0
10212026-05-20T16:33:23.438Z Downloaded structmeta v0.3.0
10222026-05-20T16:33:23.442Z Downloaded signal-hook-registry v1.4.8
10232026-05-20T16:33:23.442Z Downloaded scroll v0.13.0
10242026-05-20T16:33:23.442Z Downloaded strum v0.27.2
10252026-05-20T16:33:23.442Z Downloaded structmeta-derive v0.3.0
10262026-05-20T16:33:23.446Z Downloaded slog-term v2.9.2
10272026-05-20T16:33:23.446Z Downloaded slog-scope v4.4.1
10282026-05-20T16:33:23.447Z Downloaded slog-json v2.6.1
10292026-05-20T16:33:23.447Z Downloaded slog-async v2.8.0
10302026-05-20T16:33:23.452Z Downloaded slab v0.4.12
10312026-05-20T16:33:23.452Z Downloaded progenitor-impl v0.14.0
10322026-05-20T16:33:23.452Z Downloaded serde-hex v0.1.0
10332026-05-20T16:33:23.455Z Downloaded strum v0.26.3
10342026-05-20T16:33:23.459Z Downloaded slog-stdlog v4.1.1
10352026-05-20T16:33:23.459Z Downloaded slog-dtrace v0.3.0
10362026-05-20T16:33:23.462Z Downloaded sync-ptr v0.1.4
10372026-05-20T16:33:23.462Z Downloaded tabwriter v1.4.1
10382026-05-20T16:33:23.462Z Downloaded sync_wrapper v1.0.2
10392026-05-20T16:33:23.465Z Downloaded supports-color v3.0.2
10402026-05-20T16:33:23.466Z Downloaded tabled_derive v0.11.0
10412026-05-20T16:33:23.468Z Downloaded smallvec v0.6.14
10422026-05-20T16:33:23.468Z Downloaded http v1.4.0
10432026-05-20T16:33:23.476Z Downloaded ron v0.8.1
10442026-05-20T16:33:23.479Z Downloaded take_mut v0.2.2
10452026-05-20T16:33:23.482Z Downloaded tagptr v0.2.0
10462026-05-20T16:33:23.482Z Downloaded pretty_assertions v1.4.1
10472026-05-20T16:33:23.485Z Downloaded nom v7.1.3
10482026-05-20T16:33:23.489Z Downloaded smf v0.2.3
10492026-05-20T16:33:23.493Z Downloaded rusty-fork v0.3.1
10502026-05-20T16:33:23.493Z Downloaded simd-adler32 v0.3.8
10512026-05-20T16:33:23.516Z Downloaded string_cache v0.8.9
10522026-05-20T16:33:23.516Z Downloaded sqlformat v0.3.5
10532026-05-20T16:33:23.516Z Downloaded progenitor-impl v0.11.2
10542026-05-20T16:33:23.522Z Downloaded time-core v0.1.8
10552026-05-20T16:33:23.522Z Downloaded stringprep v0.1.5
10562026-05-20T16:33:23.522Z Downloaded russh-keys v0.45.0
10572026-05-20T16:33:23.522Z Downloaded testing_table v0.3.0
10582026-05-20T16:33:23.522Z Downloaded termtree v0.5.1
10592026-05-20T16:33:23.523Z Downloaded tap v1.0.1
10602026-05-20T16:33:23.523Z Downloaded thiserror-impl-no-std v2.0.2
10612026-05-20T16:33:23.523Z Downloaded thread-id v5.1.0
10622026-05-20T16:33:23.523Z Downloaded ryu v1.0.23
10632026-05-20T16:33:23.523Z Downloaded tinyvec_macros v0.1.1
10642026-05-20T16:33:23.523Z Downloaded strum_macros v0.27.2
10652026-05-20T16:33:23.523Z Downloaded tokio-macros v2.7.0
10662026-05-20T16:33:23.523Z Downloaded subtle v2.6.1
10672026-05-20T16:33:23.527Z Downloaded spki v0.7.3
10682026-05-20T16:33:23.527Z Downloaded stacker v0.1.23
10692026-05-20T16:33:23.527Z Downloaded progenitor-impl v0.13.0
10702026-05-20T16:33:23.531Z Downloaded snafu-derive v0.8.9
10712026-05-20T16:33:23.531Z Downloaded hyper-util v0.1.20
10722026-05-20T16:33:23.539Z Downloaded publicsuffix v2.3.0
10732026-05-20T16:33:23.541Z Downloaded quinn v0.11.9
10742026-05-20T16:33:23.544Z Downloaded rustls-platform-verifier v0.6.2
10752026-05-20T16:33:23.547Z Downloaded strum_macros v0.24.3
10762026-05-20T16:33:23.547Z Downloaded tower-service v0.3.3
10772026-05-20T16:33:23.552Z Downloaded tower-layer v0.3.3
10782026-05-20T16:33:23.554Z Downloaded itertools v0.12.1
10792026-05-20T16:33:23.560Z Downloaded serde_with_macros v3.17.0
10802026-05-20T16:33:23.563Z Downloaded num-bigint-dig v0.8.6
10812026-05-20T16:33:23.563Z Downloaded topological-sort v0.2.2
10822026-05-20T16:33:23.563Z Downloaded spin v0.9.8
10832026-05-20T16:33:23.564Z Downloaded prettyplease v0.2.37
10842026-05-20T16:33:23.567Z Downloaded num-bigint v0.4.6
10852026-05-20T16:33:23.571Z Downloaded rayon-core v1.13.0
10862026-05-20T16:33:23.573Z Downloaded aho-corasick v1.1.4
10872026-05-20T16:33:23.576Z Downloaded trait-variant v0.1.2
10882026-05-20T16:33:23.576Z Downloaded tls_codec v0.4.2
10892026-05-20T16:33:23.579Z Downloaded hashbrown v0.15.5
10902026-05-20T16:33:23.584Z Downloaded slog v2.8.2
10912026-05-20T16:33:23.586Z Downloaded signal-hook v0.3.18
10922026-05-20T16:33:23.589Z Downloaded universal-hash v0.5.1
10932026-05-20T16:33:23.589Z Downloaded serde_yaml v0.9.34+deprecated
10942026-05-20T16:33:23.592Z Downloaded tokio-dtrace v0.1.1
10952026-05-20T16:33:23.592Z Downloaded unicode-truncate v1.1.0
10962026-05-20T16:33:23.592Z Downloaded tokio-native-tls v0.3.1
10972026-05-20T16:33:23.595Z Downloaded thiserror-no-std v2.0.2
10982026-05-20T16:33:23.595Z Downloaded schemars v0.9.0
10992026-05-20T16:33:23.602Z Downloaded try-lock v0.2.5
11002026-05-20T16:33:23.605Z Downloaded tiny-keccak v2.0.2
11012026-05-20T16:33:23.605Z Downloaded time-macros v0.2.27
11022026-05-20T16:33:23.608Z Downloaded unit-prefix v0.5.2
11032026-05-20T16:33:23.608Z Downloaded tokio-tungstenite v0.23.1
11042026-05-20T16:33:23.611Z Downloaded tokio-rustls v0.25.0
11052026-05-20T16:33:23.611Z Downloaded serde_cbor v0.11.2
11062026-05-20T16:33:23.614Z Downloaded similar v2.7.0
11072026-05-20T16:33:23.614Z Downloaded tls_codec_derive v0.4.2
11082026-05-20T16:33:23.617Z Downloaded usdt-macro v0.6.0
11092026-05-20T16:33:23.617Z Downloaded term v1.2.1
11102026-05-20T16:33:23.617Z Downloaded unarray v0.1.4
11112026-05-20T16:33:23.620Z Downloaded rand v0.8.6
11122026-05-20T16:33:23.625Z Downloaded static_assertions v1.1.0
11132026-05-20T16:33:23.625Z Downloaded rsa v0.9.10
11142026-05-20T16:33:23.628Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-05-20T16:33:23.628Z Downloaded itertools v0.14.0
11162026-05-20T16:33:23.631Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-05-20T16:33:23.631Z Downloaded termios v0.3.3
11182026-05-20T16:33:23.634Z Downloaded mio v1.2.0
11192026-05-20T16:33:23.636Z Downloaded schemars v0.8.22
11202026-05-20T16:33:23.641Z Downloaded void v1.0.2
11212026-05-20T16:33:23.646Z Downloaded strum_macros v0.26.4
11222026-05-20T16:33:23.646Z Downloaded libxml v0.3.3
11232026-05-20T16:33:23.651Z Downloaded support-bundle-viewer v0.1.2
11242026-05-20T16:33:23.651Z Downloaded hkdf v0.12.4
11252026-05-20T16:33:23.653Z Downloaded tokio-tungstenite v0.21.0
11262026-05-20T16:33:23.653Z Downloaded waitgroup v0.1.2
11272026-05-20T16:33:23.654Z Downloaded unicase v2.9.0
11282026-05-20T16:33:23.654Z Downloaded usdt v0.6.0
11292026-05-20T16:33:23.654Z Downloaded untrusted v0.7.1
11302026-05-20T16:33:23.654Z Downloaded hashbrown v0.16.1
11312026-05-20T16:33:23.657Z Downloaded usdt-attr-macro v0.6.0
11322026-05-20T16:33:23.660Z Downloaded tokio-rustls v0.24.1
11332026-05-20T16:33:23.660Z Downloaded iddqd v0.4.1
11342026-05-20T16:33:23.663Z Downloaded typify-macro v0.6.2
11352026-05-20T16:33:23.667Z Downloaded schemars v1.2.1
11362026-05-20T16:33:23.671Z Downloaded want v0.3.1
11372026-05-20T16:33:23.674Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-05-20T16:33:23.674Z Downloaded typify-macro v0.4.3
11392026-05-20T16:33:23.681Z Downloaded socket2 v0.5.10
11402026-05-20T16:33:23.684Z Downloaded term v0.7.0
11412026-05-20T16:33:23.687Z Downloaded uzers v0.12.2
11422026-05-20T16:33:23.690Z Downloaded thread_local v1.1.9
11432026-05-20T16:33:23.690Z Downloaded vergen-lib v0.1.6
11442026-05-20T16:33:23.693Z Downloaded utf-8 v0.7.6
11452026-05-20T16:33:23.693Z Downloaded toml_parser v1.0.9+spec-1.1.0
11462026-05-20T16:33:23.693Z Downloaded wait-timeout v0.2.1
11472026-05-20T16:33:23.696Z Downloaded qorb v0.4.1
11482026-05-20T16:33:23.696Z Downloaded socket2 v0.6.3
11492026-05-20T16:33:23.699Z Downloaded crossterm v0.28.1
11502026-05-20T16:33:23.702Z Downloaded vergen-gitcl v1.0.8
11512026-05-20T16:33:23.705Z Downloaded zeroize_derive v1.4.3
11522026-05-20T16:33:23.710Z Downloaded iri-string v0.7.10
11532026-05-20T16:33:23.713Z Downloaded vsss-rs v3.3.4
11542026-05-20T16:33:23.716Z Downloaded rand v0.9.2
11552026-05-20T16:33:23.719Z Downloaded subprocess v0.2.15
11562026-05-20T16:33:23.722Z Downloaded xshell-macros v0.2.7
11572026-05-20T16:33:23.722Z Downloaded zone_cfg_derive v0.3.1
11582026-05-20T16:33:23.722Z Downloaded samael v0.0.19
11592026-05-20T16:33:23.726Z Downloaded zone v0.3.1
11602026-05-20T16:33:23.727Z Downloaded aws-lc-rs v1.16.3
11612026-05-20T16:33:23.731Z Downloaded tokio-stream v0.1.18
11622026-05-20T16:33:23.734Z Downloaded tokio-rustls v0.26.4
11632026-05-20T16:33:23.734Z Downloaded hyper v1.8.1
11642026-05-20T16:33:23.737Z Downloaded xattr v1.6.1
11652026-05-20T16:33:23.740Z Downloaded toml v1.0.6+spec-1.1.0
11662026-05-20T16:33:23.744Z Downloaded russh v0.45.0
11672026-05-20T16:33:23.746Z Downloaded vergen-git2 v9.1.0
11682026-05-20T16:33:23.746Z Downloaded h2 v0.4.13
11692026-05-20T16:33:23.749Z Downloaded xshell v0.2.7
11702026-05-20T16:33:23.752Z Downloaded whoami v2.1.0
11712026-05-20T16:33:23.752Z Downloaded whoami v1.6.1
11722026-05-20T16:33:23.752Z Downloaded futures-util v0.3.32
11732026-05-20T16:33:23.758Z Downloaded steno v0.4.1
11742026-05-20T16:33:23.764Z Downloaded tracing-core v0.1.36
11752026-05-20T16:33:23.767Z Downloaded test-strategy v0.4.5
11762026-05-20T16:33:23.767Z Downloaded vergen-lib v9.1.0
11772026-05-20T16:33:23.767Z Downloaded twox-hash v2.1.2
11782026-05-20T16:33:23.767Z Downloaded tui-tree-widget v0.23.1
11792026-05-20T16:33:23.770Z Downloaded snafu v0.8.9
11802026-05-20T16:33:23.773Z Downloaded zeroize v1.8.2
11812026-05-20T16:33:23.773Z Downloaded blake3 v1.8.3
11822026-05-20T16:33:23.777Z Downloaded zstd v0.13.3
11832026-05-20T16:33:23.782Z Downloaded libm v0.2.16
11842026-05-20T16:33:23.786Z Downloaded wyz v0.5.1
11852026-05-20T16:33:23.786Z Downloaded untrusted v0.9.0
11862026-05-20T16:33:23.789Z Downloaded tracing-attributes v0.1.31
11872026-05-20T16:33:23.789Z Downloaded rustyline v14.0.0
11882026-05-20T16:33:23.791Z Downloaded bitvec v1.0.1
11892026-05-20T16:33:23.798Z Downloaded walkdir v2.5.0
11902026-05-20T16:33:23.801Z Downloaded unicode-properties v0.1.4
11912026-05-20T16:33:23.801Z Downloaded vergen v9.1.0
11922026-05-20T16:33:23.804Z Downloaded rustls-webpki v0.103.9
11932026-05-20T16:33:23.804Z Downloaded usdt-impl v0.6.0
11942026-05-20T16:33:23.807Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-05-20T16:33:23.809Z Downloaded itertools v0.13.0
11962026-05-20T16:33:23.812Z Downloaded toml v0.7.8
11972026-05-20T16:33:23.816Z Downloaded tar v0.4.45
11982026-05-20T16:33:23.822Z Downloaded zerocopy v0.6.6
11992026-05-20T16:33:23.825Z Downloaded yasna v0.5.2
12002026-05-20T16:33:23.825Z Downloaded tungstenite v0.21.0
12012026-05-20T16:33:23.831Z Downloaded tinyvec v1.10.0
12022026-05-20T16:33:23.834Z Downloaded typify v0.6.2
12032026-05-20T16:33:23.840Z Downloaded rand v0.10.0
12042026-05-20T16:33:23.847Z Downloaded unsafe-libyaml v0.2.11
12052026-05-20T16:33:23.851Z Downloaded zstd-safe v7.2.4
12062026-05-20T16:33:23.854Z Downloaded uuid v1.23.0
12072026-05-20T16:33:23.857Z Downloaded chrono v0.4.44
12082026-05-20T16:33:23.884Z Downloaded tungstenite v0.23.0
12092026-05-20T16:33:23.887Z Downloaded p521 v0.13.3
12102026-05-20T16:33:23.892Z Downloaded typify v0.4.3
12112026-05-20T16:33:23.898Z Downloaded reedline v0.40.0
12122026-05-20T16:33:23.903Z Downloaded tokio-postgres v0.7.16
12132026-05-20T16:33:23.903Z Downloaded reqwest v0.13.2
12142026-05-20T16:33:23.906Z Downloaded regex v1.12.3
12152026-05-20T16:33:23.913Z Downloaded unicode-bidi v0.3.18
12162026-05-20T16:33:23.916Z Downloaded toml_edit v0.19.15
12172026-05-20T16:33:23.924Z Downloaded zip v0.6.6
12182026-05-20T16:33:23.927Z Downloaded zopfli v0.8.3
12192026-05-20T16:33:23.930Z Downloaded rayon v1.11.0
12202026-05-20T16:33:23.932Z Downloaded vte v0.14.1
12212026-05-20T16:33:23.935Z Downloaded reqwest v0.12.28
12222026-05-20T16:33:23.938Z Downloaded yansi v1.0.1
12232026-05-20T16:33:23.941Z Downloaded ssh-key v0.6.7
12242026-05-20T16:33:23.944Z Downloaded git2 v0.20.4
12252026-05-20T16:33:23.946Z Downloaded rpassword v7.4.0
12262026-05-20T16:33:23.949Z Downloaded bindgen v0.71.1
12272026-05-20T16:33:23.952Z Downloaded unicode_categories v0.1.1
12282026-05-20T16:33:23.955Z Downloaded p384 v0.13.1
12292026-05-20T16:33:23.958Z Downloaded typed-path v0.9.3
12302026-05-20T16:33:23.961Z Downloaded quick-xml v0.37.5
12312026-05-20T16:33:23.973Z Downloaded unicode-segmentation v1.12.0
12322026-05-20T16:33:23.976Z Downloaded x509-cert v0.2.5
12332026-05-20T16:33:23.980Z Downloaded tower v0.5.3
12342026-05-20T16:33:23.985Z Downloaded zerocopy-derive v0.8.40
12352026-05-20T16:33:23.989Z Downloaded rustls-webpki v0.101.7
12362026-05-20T16:33:23.997Z Downloaded bstr v1.12.1
12372026-05-20T16:33:24.006Z Downloaded salty v0.3.0
12382026-05-20T16:33:24.010Z Downloaded tower-http v0.6.8
12392026-05-20T16:33:24.015Z Downloaded zip v4.6.1
12402026-05-20T16:33:24.018Z Downloaded petname v2.0.2
12412026-05-20T16:33:24.021Z Downloaded rustls-webpki v0.102.8
12422026-05-20T16:33:24.031Z Downloaded serde_with v3.17.0
12432026-05-20T16:33:24.037Z Downloaded proptest v1.10.0
12442026-05-20T16:33:24.043Z Downloaded lalrpop v0.19.12
12452026-05-20T16:33:24.049Z Downloaded moka v0.12.13
12462026-05-20T16:33:24.053Z Downloaded portable-atomic v1.13.1
12472026-05-20T16:33:24.057Z Downloaded tough v0.22.0
12482026-05-20T16:33:24.062Z Downloaded goblin v0.10.5
12492026-05-20T16:33:24.077Z Downloaded quinn-proto v0.11.13
12502026-05-20T16:33:24.086Z Downloaded unicode-normalization v0.1.25
12512026-05-20T16:33:24.089Z Downloaded tokio-util v0.7.18
12522026-05-20T16:33:24.099Z Downloaded winnow v0.5.40
12532026-05-20T16:33:24.104Z Downloaded polar-core v0.27.3
12542026-05-20T16:33:24.108Z Downloaded winnow v0.6.26
12552026-05-20T16:33:24.114Z Downloaded curve25519-dalek v4.1.3
12562026-05-20T16:33:24.119Z Downloaded nix v0.27.1
12572026-05-20T16:33:24.124Z Downloaded openssl v0.10.79
12582026-05-20T16:33:24.139Z Downloaded radix_trie v0.2.1
12592026-05-20T16:33:24.156Z Downloaded object v0.30.4
12602026-05-20T16:33:24.162Z Downloaded regex-syntax v0.6.29
12612026-05-20T16:33:24.169Z Downloaded hickory-proto v0.24.4
12622026-05-20T16:33:24.192Z Downloaded vcpkg v0.2.15
12632026-05-20T16:33:24.217Z Downloaded webpki-roots v1.0.6
12642026-05-20T16:33:24.220Z Downloaded time v0.3.47
12652026-05-20T16:33:24.224Z Downloaded tabled v0.20.0
12662026-05-20T16:33:24.234Z Downloaded rustls v0.21.12
12672026-05-20T16:33:24.239Z Downloaded zerocopy v0.8.40
12682026-05-20T16:33:24.244Z Downloaded zlib-rs v0.6.2
12692026-05-20T16:33:24.247Z Downloaded regress v0.10.5
12702026-05-20T16:33:24.253Z Downloaded smoltcp v0.11.0
12712026-05-20T16:33:24.258Z Downloaded regex-syntax v0.8.10
12722026-05-20T16:33:24.263Z Downloaded smoltcp v0.9.1
12732026-05-20T16:33:24.269Z Downloaded rustls v0.23.37
12742026-05-20T16:33:24.275Z Downloaded rustix v0.38.44
12752026-05-20T16:33:24.288Z Downloaded object v0.37.3
12762026-05-20T16:33:24.293Z Downloaded hickory-proto v0.25.2
12772026-05-20T16:33:24.301Z Downloaded regress v0.11.1
12782026-05-20T16:33:24.306Z Downloaded diesel v2.3.7
12792026-05-20T16:33:24.318Z Downloaded nix v0.31.2
12802026-05-20T16:33:24.324Z Downloaded rustls v0.22.4
12812026-05-20T16:33:24.331Z Downloaded dropshot v0.17.0
12822026-05-20T16:33:24.343Z Downloaded openapiv3 v2.2.0
12832026-05-20T16:33:24.349Z Downloaded nix v0.28.0
12842026-05-20T16:33:24.355Z Downloaded sled v0.34.7
12852026-05-20T16:33:24.368Z Downloaded sqlparser v0.61.0
12862026-05-20T16:33:24.375Z Downloaded tracing v0.1.44
12872026-05-20T16:33:24.388Z Downloaded ratatui v0.29.0
12882026-05-20T16:33:24.399Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-05-20T16:33:24.407Z Downloaded typify-impl v0.6.2
12902026-05-20T16:33:24.414Z Downloaded zerocopy-derive v0.6.6
12912026-05-20T16:33:24.421Z Downloaded typify-impl v0.4.3
12922026-05-20T16:33:24.429Z Downloaded regex-automata v0.4.14
12932026-05-20T16:33:24.441Z Downloaded jiff v0.2.21
12942026-05-20T16:33:24.451Z Downloaded petgraph v0.6.5
12952026-05-20T16:33:24.462Z Downloaded chrono-tz v0.10.4
12962026-05-20T16:33:24.471Z Downloaded petgraph v0.8.3
12972026-05-20T16:33:24.503Z Downloaded sha3 v0.10.8
12982026-05-20T16:33:24.555Z Downloaded csv v1.4.0
12992026-05-20T16:33:24.586Z Downloaded libz-sys v1.1.24
13002026-05-20T16:33:24.598Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-05-20T16:33:24.612Z Downloaded tokio v1.52.1
13022026-05-20T16:33:24.695Z Downloaded encoding_rs v0.8.35
13032026-05-20T16:33:24.730Z Downloaded ring v0.17.14
13042026-05-20T16:33:24.770Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-05-20T16:33:25.084Z Downloaded aws-lc-sys v0.40.0
13062026-05-20T16:33:25.344Z Compiling libc v0.2.185
13072026-05-20T16:33:25.344Z Compiling serde v1.0.228
13082026-05-20T16:33:25.347Z Compiling log v0.4.29
13092026-05-20T16:33:25.347Z Compiling find-msvc-tools v0.1.9
13102026-05-20T16:33:25.494Z Compiling shlex v1.3.0
13112026-05-20T16:33:25.497Z Compiling smallvec v1.15.1
13122026-05-20T16:33:25.512Z Compiling syn v2.0.117
13132026-05-20T16:33:25.533Z Compiling typenum v1.19.0
13142026-05-20T16:33:25.705Z Compiling generic-array v0.14.7
13152026-05-20T16:33:25.718Z Compiling subtle v2.6.1
13162026-05-20T16:33:25.721Z Compiling scopeguard v1.2.0
13172026-05-20T16:33:25.754Z Compiling const-oid v0.9.6
13182026-05-20T16:33:25.821Z Compiling lock_api v0.4.14
13192026-05-20T16:33:25.835Z Compiling serde_json v1.0.149
13202026-05-20T16:33:25.891Z Compiling zerocopy v0.8.40
13212026-05-20T16:33:25.954Z Compiling portable-atomic v1.13.1
13222026-05-20T16:33:26.060Z Compiling parking_lot_core v0.9.12
13232026-05-20T16:33:26.297Z Compiling pin-project-lite v0.2.17
13242026-05-20T16:33:26.349Z Compiling getrandom v0.2.17
13252026-05-20T16:33:26.392Z Compiling jobserver v0.1.34
13262026-05-20T16:33:26.420Z Compiling errno v0.3.14
13272026-05-20T16:33:26.480Z Compiling rand_core v0.6.4
13282026-05-20T16:33:26.493Z Compiling pkg-config v0.3.32
13292026-05-20T16:33:26.588Z Compiling signal-hook-registry v1.4.8
13302026-05-20T16:33:26.749Z Compiling cc v1.2.56
13312026-05-20T16:33:26.782Z Compiling bitflags v2.11.0
13322026-05-20T16:33:26.843Z Compiling critical-section v1.2.0
13332026-05-20T16:33:26.856Z Compiling futures-core v0.3.32
13342026-05-20T16:33:26.966Z Compiling libm v0.2.16
13352026-05-20T16:33:26.997Z Compiling once_cell v1.21.3
13362026-05-20T16:33:27.021Z Compiling parking_lot v0.12.5
13372026-05-20T16:33:27.035Z Compiling mio v1.2.0
13382026-05-20T16:33:27.052Z Compiling num-traits v0.2.19
13392026-05-20T16:33:27.166Z Compiling percent-encoding v2.3.2
13402026-05-20T16:33:27.211Z Compiling socket2 v0.6.3
13412026-05-20T16:33:27.353Z Compiling futures-sink v0.3.32
13422026-05-20T16:33:27.387Z Compiling slab v0.4.12
13432026-05-20T16:33:27.403Z Compiling getrandom v0.4.1
13442026-05-20T16:33:27.460Z Compiling futures-channel v0.3.32
13452026-05-20T16:33:27.487Z Compiling futures-task v0.3.32
13462026-05-20T16:33:27.561Z Compiling futures-io v0.3.32
13472026-05-20T16:33:27.605Z Compiling cpufeatures v0.2.17
13482026-05-20T16:33:27.657Z Compiling rand_core v0.10.0
13492026-05-20T16:33:27.681Z Compiling indexmap v2.14.0
13502026-05-20T16:33:27.695Z Compiling getrandom v0.3.4
13512026-05-20T16:33:27.713Z Compiling rustversion v1.0.22
13522026-05-20T16:33:27.751Z Compiling cmake v0.1.57
13532026-05-20T16:33:28.104Z Compiling form_urlencoded v1.2.2
13542026-05-20T16:33:28.143Z Compiling fs_extra v1.3.0
13552026-05-20T16:33:28.279Z Compiling dunce v1.0.5
13562026-05-20T16:33:28.316Z Compiling synstructure v0.13.2
13572026-05-20T16:33:28.375Z Compiling base64ct v1.8.3
13582026-05-20T16:33:28.389Z Compiling ident_case v1.0.1
13592026-05-20T16:33:28.416Z Compiling aws-lc-sys v0.40.0
13602026-05-20T16:33:28.511Z Compiling regex-syntax v0.8.10
13612026-05-20T16:33:28.648Z Compiling pem-rfc7468 v0.7.0
13622026-05-20T16:33:28.662Z Compiling iana-time-zone v0.1.65
13632026-05-20T16:33:28.662Z Compiling flagset v0.4.7
13642026-05-20T16:33:28.793Z Compiling rustix v1.1.3
13652026-05-20T16:33:28.894Z Compiling rand_core v0.9.5
13662026-05-20T16:33:28.894Z Compiling ring v0.17.14
13672026-05-20T16:33:29.005Z Compiling vcpkg v0.2.15
13682026-05-20T16:33:29.032Z Compiling aws-lc-rs v1.16.3
13692026-05-20T16:33:29.218Z Compiling uuid v1.23.0
13702026-05-20T16:33:29.324Z Compiling rustc_version v0.4.1
13712026-05-20T16:33:29.654Z Compiling tracing-core v0.1.36
13722026-05-20T16:33:29.754Z Compiling openssl-sys v0.9.115
13732026-05-20T16:33:29.935Z Compiling base64 v0.22.1
13742026-05-20T16:33:30.170Z Compiling serde_derive v1.0.228
13752026-05-20T16:33:30.220Z Compiling zeroize_derive v1.4.3
13762026-05-20T16:33:30.276Z Compiling zerofrom-derive v0.1.6
13772026-05-20T16:33:30.301Z Compiling yoke-derive v0.8.1
13782026-05-20T16:33:30.608Z Compiling zerocopy-derive v0.8.40
13792026-05-20T16:33:30.886Z Compiling zeroize v1.8.2
13802026-05-20T16:33:30.984Z Compiling zerovec-derive v0.11.2
13812026-05-20T16:33:31.499Z Compiling displaydoc v0.2.5
13822026-05-20T16:33:31.655Z Compiling crypto-common v0.1.7
13832026-05-20T16:33:31.705Z Compiling zerofrom v0.1.6
13842026-05-20T16:33:31.802Z Compiling block-buffer v0.10.4
13852026-05-20T16:33:31.829Z Compiling yoke v0.8.1
13862026-05-20T16:33:31.969Z Compiling digest v0.10.7
13872026-05-20T16:33:32.017Z Compiling tokio-macros v2.7.0
13882026-05-20T16:33:32.099Z Compiling zerovec v0.11.5
13892026-05-20T16:33:32.219Z Compiling futures-macro v0.3.32
13902026-05-20T16:33:32.234Z Compiling zerotrie v0.2.3
13912026-05-20T16:33:32.531Z Compiling hmac v0.12.1
13922026-05-20T16:33:32.602Z Compiling tinystr v0.8.2
13932026-05-20T16:33:32.692Z Compiling potential_utf v0.1.4
13942026-05-20T16:33:32.738Z Compiling block-padding v0.3.3
13952026-05-20T16:33:32.807Z Compiling icu_locale_core v2.1.1
13962026-05-20T16:33:32.856Z Compiling icu_collections v2.1.1
13972026-05-20T16:33:32.890Z Compiling inout v0.1.4
13982026-05-20T16:33:33.009Z Compiling futures-util v0.3.32
13992026-05-20T16:33:33.054Z Compiling cipher v0.4.4
14002026-05-20T16:33:33.313Z Compiling sha2 v0.10.9
14012026-05-20T16:33:33.327Z Compiling der_derive v0.7.3
14022026-05-20T16:33:33.650Z Compiling bytes v1.11.1
14032026-05-20T16:33:33.692Z Compiling icu_provider v2.1.1
14042026-05-20T16:33:34.047Z Compiling icu_normalizer v2.1.1
14052026-05-20T16:33:34.284Z Compiling tokio v1.52.1
14062026-05-20T16:33:34.337Z Compiling icu_properties v2.1.2
14072026-05-20T16:33:34.351Z Compiling der v0.7.10
14082026-05-20T16:33:34.613Z Compiling http v1.4.0
14092026-05-20T16:33:34.737Z Compiling chrono v0.4.44
14102026-05-20T16:33:35.125Z Compiling ppv-lite86 v0.2.21
14112026-05-20T16:33:35.331Z Compiling idna_adapter v1.2.1
14122026-05-20T16:33:35.434Z Compiling spki v0.7.3
14132026-05-20T16:33:35.448Z Compiling idna v1.1.0
14142026-05-20T16:33:35.474Z Compiling salsa20 v0.10.2
14152026-05-20T16:33:35.536Z Compiling pbkdf2 v0.12.2
14162026-05-20T16:33:35.554Z Compiling rustls-pki-types v1.14.0
14172026-05-20T16:33:35.608Z Compiling thiserror-impl v2.0.18
14182026-05-20T16:33:35.633Z Compiling tracing-attributes v0.1.31
14192026-05-20T16:33:35.648Z Compiling scrypt v0.11.0
14202026-05-20T16:33:35.899Z Compiling url v2.5.8
14212026-05-20T16:33:35.994Z Compiling rand_chacha v0.9.0
14222026-05-20T16:33:36.086Z Compiling http-body v1.0.1
14232026-05-20T16:33:36.100Z Compiling cbc v0.1.2
14242026-05-20T16:33:36.237Z Compiling aes v0.8.4
14252026-05-20T16:33:36.339Z Compiling openssl-probe v0.2.1
14262026-05-20T16:33:36.515Z Compiling tinyvec_macros v0.1.1
14272026-05-20T16:33:36.591Z Compiling httparse v1.10.1
14282026-05-20T16:33:36.678Z Compiling untrusted v0.7.1
14292026-05-20T16:33:36.681Z Compiling untrusted v0.9.0
14302026-05-20T16:33:36.821Z Compiling pkcs5 v0.7.1
14312026-05-20T16:33:36.917Z Compiling thiserror v2.0.18
14322026-05-20T16:33:36.932Z Compiling tracing v0.1.44
14332026-05-20T16:33:36.992Z Compiling tinyvec v1.10.0
14342026-05-20T16:33:37.022Z Compiling pest_generator v2.8.6
14352026-05-20T16:33:37.192Z Compiling rand v0.9.2
14362026-05-20T16:33:37.287Z Compiling serde_derive_internals v0.29.1
14372026-05-20T16:33:37.302Z Compiling aho-corasick v1.1.4
14382026-05-20T16:33:37.332Z Compiling atomic-waker v1.1.2
14392026-05-20T16:33:37.457Z Compiling try-lock v0.2.5
14402026-05-20T16:33:37.587Z Compiling schemars v0.8.22
14412026-05-20T16:33:37.717Z Compiling tower-layer v0.3.3
14422026-05-20T16:33:37.773Z Compiling rustls v0.23.37
14432026-05-20T16:33:37.866Z Compiling tower-service v0.3.3
14442026-05-20T16:33:37.940Z Compiling dyn-clone v1.0.20
14452026-05-20T16:33:37.963Z Compiling tokio-util v0.7.18
14462026-05-20T16:33:37.995Z Compiling pest_derive v2.8.6
14472026-05-20T16:33:38.076Z Compiling want v0.3.1
14482026-05-20T16:33:38.164Z Compiling schemars_derive v0.8.22
14492026-05-20T16:33:38.240Z Compiling regex-automata v0.4.14
14502026-05-20T16:33:38.416Z Compiling pkcs8 v0.10.2
14512026-05-20T16:33:38.729Z Compiling h2 v0.4.13
14522026-05-20T16:33:38.863Z Compiling ipnet v2.11.0
14532026-05-20T16:33:39.009Z Compiling scroll_derive v0.13.1
14542026-05-20T16:33:39.035Z Compiling darling_core v0.20.11
14552026-05-20T16:33:39.400Z Compiling pin-utils v0.1.0
14562026-05-20T16:33:39.460Z Compiling foreign-types-shared v0.1.1
14572026-05-20T16:33:39.474Z Compiling openssl v0.10.79
14582026-05-20T16:33:39.550Z Compiling httpdate v1.0.3
14592026-05-20T16:33:39.707Z Compiling tempfile v3.25.0
14602026-05-20T16:33:39.797Z Compiling foreign-types v0.3.2
14612026-05-20T16:33:39.824Z Compiling scroll v0.13.0
14622026-05-20T16:33:39.941Z Compiling unicode-normalization v0.1.25
14632026-05-20T16:33:40.099Z Compiling openssl-macros v0.1.1
14642026-05-20T16:33:40.395Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-05-20T16:33:40.482Z Compiling spin v0.9.8
14662026-05-20T16:33:40.498Z Compiling native-tls v0.2.18
14672026-05-20T16:33:40.684Z Compiling time-core v0.1.8
14682026-05-20T16:33:40.698Z Compiling num-conv v0.2.0
14692026-05-20T16:33:40.775Z Compiling powerfmt v0.2.0
14702026-05-20T16:33:40.827Z Compiling crc32fast v1.5.0
14712026-05-20T16:33:40.830Z Compiling time-macros v0.2.27
14722026-05-20T16:33:40.977Z Compiling deranged v0.5.8
14732026-05-20T16:33:41.343Z Compiling darling_macro v0.20.11
14742026-05-20T16:33:41.803Z Compiling hyper v1.8.1
14752026-05-20T16:33:41.871Z Compiling darling v0.20.11
14762026-05-20T16:33:41.943Z Compiling goblin v0.10.5
14772026-05-20T16:33:41.957Z Compiling rustls-native-certs v0.8.3
14782026-05-20T16:33:42.244Z Compiling sync_wrapper v1.0.2
14792026-05-20T16:33:42.354Z Compiling wait-timeout v0.2.1
14802026-05-20T16:33:42.370Z Compiling crossbeam-utils v0.8.21
14812026-05-20T16:33:42.616Z Compiling quick-error v1.2.3
14822026-05-20T16:33:42.651Z Compiling num_threads v0.1.7
14832026-05-20T16:33:42.719Z Compiling siphasher v1.0.2
14842026-05-20T16:33:42.734Z Compiling bit-vec v0.8.0
14852026-05-20T16:33:42.747Z Compiling usdt-impl v0.6.0
14862026-05-20T16:33:42.908Z Compiling hyper-util v0.1.20
14872026-05-20T16:33:42.945Z Compiling syn v1.0.109
14882026-05-20T16:33:42.959Z Compiling simd-adler32 v0.3.8
14892026-05-20T16:33:43.224Z Compiling bit-set v0.8.0
14902026-05-20T16:33:43.293Z Compiling time v0.3.47
14912026-05-20T16:33:43.392Z Compiling rusty-fork v0.3.1
14922026-05-20T16:33:43.707Z Compiling tower v0.5.3
14932026-05-20T16:33:43.724Z Compiling derive_builder_core v0.20.2
14942026-05-20T16:33:44.222Z Compiling dtrace-parser v0.3.0
14952026-05-20T16:33:44.425Z Compiling http-body-util v0.1.3
14962026-05-20T16:33:44.645Z Compiling webpki-roots v1.0.6
14972026-05-20T16:33:44.660Z Compiling signature v2.2.0
14982026-05-20T16:33:44.675Z Compiling dof v0.4.0
14992026-05-20T16:33:44.768Z Compiling scroll_derive v0.12.1
15002026-05-20T16:33:44.842Z Compiling thiserror-impl v1.0.69
15012026-05-20T16:33:44.935Z Compiling heapless v0.7.17
15022026-05-20T16:33:44.993Z Compiling rand_xorshift v0.4.0
15032026-05-20T16:33:45.160Z Compiling slog v2.8.2
15042026-05-20T16:33:45.175Z Compiling darling_core v0.21.3
15052026-05-20T16:33:45.342Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-20T16:33:45.428Z Compiling thread-id v5.1.0
15072026-05-20T16:33:45.514Z Compiling cookie v0.18.1
15082026-05-20T16:33:45.620Z Compiling unicode-bidi v0.3.18
15092026-05-20T16:33:45.697Z Compiling ryu v1.0.23
15102026-05-20T16:33:45.843Z Compiling adler2 v2.0.1
15112026-05-20T16:33:45.876Z Compiling unicode-properties v0.1.4
15122026-05-20T16:33:45.977Z Compiling unarray v0.1.4
15132026-05-20T16:33:46.081Z Compiling paste v1.0.15
15142026-05-20T16:33:46.081Z Compiling signal-hook v0.3.18
15152026-05-20T16:33:46.108Z Compiling allocator-api2 v0.2.21
15162026-05-20T16:33:46.146Z Compiling iri-string v0.7.10
15172026-05-20T16:33:46.221Z Compiling anyhow v1.0.102
15182026-05-20T16:33:46.258Z Compiling zstd-safe v7.2.4
15192026-05-20T16:33:46.414Z Compiling thiserror v1.0.69
15202026-05-20T16:33:46.430Z Compiling proptest v1.10.0
15212026-05-20T16:33:46.446Z Compiling stringprep v0.1.5
15222026-05-20T16:33:46.511Z Compiling miniz_oxide v0.8.9
15232026-05-20T16:33:46.739Z Compiling serde_urlencoded v0.7.1
15242026-05-20T16:33:47.113Z Compiling scroll v0.12.0
15252026-05-20T16:33:47.374Z Compiling tower-http v0.6.8
15262026-05-20T16:33:47.617Z Compiling derive_builder_macro v0.20.2
15272026-05-20T16:33:47.662Z Compiling darling_macro v0.21.3
15282026-05-20T16:33:47.690Z Compiling tokio-native-tls v0.3.1
15292026-05-20T16:33:47.800Z Compiling ipnetwork v0.21.1
15302026-05-20T16:33:47.858Z Compiling bstr v1.12.1
15312026-05-20T16:33:48.074Z Compiling rand_chacha v0.3.1
15322026-05-20T16:33:48.108Z Compiling erased-serde v0.3.31
15332026-05-20T16:33:48.139Z Compiling serde_tokenstream v0.2.3
15342026-05-20T16:33:48.193Z Compiling toml_datetime v0.6.11
15352026-05-20T16:33:48.448Z Compiling serde_spanned v0.6.9
15362026-05-20T16:33:48.448Z Compiling md-5 v0.10.6
15372026-05-20T16:33:48.499Z Compiling async-trait v0.1.89
15382026-05-20T16:33:48.592Z Compiling pin-project-internal v1.1.11
15392026-05-20T16:33:48.592Z Compiling zerocopy-derive v0.7.35
15402026-05-20T16:33:48.625Z Compiling curve25519-dalek v4.1.3
15412026-05-20T16:33:48.871Z Compiling vergen-lib v9.1.0
15422026-05-20T16:33:49.007Z Compiling num-integer v0.1.46
15432026-05-20T16:33:49.114Z Compiling hash32 v0.2.1
15442026-05-20T16:33:49.309Z Compiling ff v0.13.1
15452026-05-20T16:33:49.339Z Compiling memoffset v0.9.1
15462026-05-20T16:33:49.451Z Compiling encoding_rs v0.8.35
15472026-05-20T16:33:49.506Z Compiling zlib-rs v0.6.2
15482026-05-20T16:33:49.531Z Compiling rustix v0.38.44
15492026-05-20T16:33:49.534Z Compiling litrs v1.0.0
15502026-05-20T16:33:49.792Z Compiling cfg_aliases v0.2.1
15512026-05-20T16:33:49.870Z Compiling base16ct v0.2.0
15522026-05-20T16:33:49.895Z Compiling mime v0.3.17
15532026-05-20T16:33:50.052Z Compiling smoltcp v0.9.1
15542026-05-20T16:33:50.055Z Compiling num-bigint-dig v0.8.6
15552026-05-20T16:33:50.163Z Compiling psl-types v2.0.11
15562026-05-20T16:33:50.249Z Compiling ref-cast v1.0.25
15572026-05-20T16:33:50.295Z Compiling fallible-iterator v0.2.0
15582026-05-20T16:33:50.428Z Compiling publicsuffix v2.3.0
15592026-05-20T16:33:50.598Z Compiling postgres-protocol v0.6.10
15602026-05-20T16:33:50.612Z Compiling document-features v0.2.12
15612026-05-20T16:33:50.641Z Compiling sec1 v0.7.3
15622026-05-20T16:33:50.973Z Compiling nix v0.31.2
15632026-05-20T16:33:51.009Z Compiling pin-project v1.1.11
15642026-05-20T16:33:51.138Z Compiling zerocopy v0.7.35
15652026-05-20T16:33:51.199Z Compiling group v0.13.0
15662026-05-20T16:33:51.335Z Compiling num-iter v0.1.45
15672026-05-20T16:33:51.454Z Compiling newtype-uuid v1.3.2
15682026-05-20T16:33:51.667Z Compiling hubpack_derive v0.1.1
15692026-05-20T16:33:51.681Z Compiling rand v0.8.6
15702026-05-20T16:33:51.681Z Compiling darling v0.21.3
15712026-05-20T16:33:51.765Z Compiling derive_builder v0.20.2
15722026-05-20T16:33:51.778Z Compiling oxnet v0.1.4
15732026-05-20T16:33:51.859Z Compiling hyper-tls v0.6.0
15742026-05-20T16:33:52.096Z Compiling goblin v0.8.2
15752026-05-20T16:33:52.474Z Compiling flate2 v1.1.9
15762026-05-20T16:33:52.537Z Compiling phf_shared v0.13.1
15772026-05-20T16:33:52.678Z Compiling lazy_static v1.5.0
15782026-05-20T16:33:52.703Z Compiling regex v1.12.3
15792026-05-20T16:33:52.773Z Compiling futures-executor v0.3.32
15802026-05-20T16:33:52.773Z Compiling hex v0.4.3
15812026-05-20T16:33:52.879Z Compiling hkdf v0.12.4
15822026-05-20T16:33:53.008Z Compiling crypto-bigint v0.5.5
15832026-05-20T16:33:53.031Z Compiling terminal_size v0.4.3
15842026-05-20T16:33:53.046Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-20T16:33:53.061Z Compiling strum_macros v0.27.2
15862026-05-20T16:33:53.130Z Compiling daft-derive v0.1.5
15872026-05-20T16:33:53.170Z Compiling snafu-derive v0.8.9
15882026-05-20T16:33:53.688Z Compiling ref-cast-impl v1.0.25
15892026-05-20T16:33:53.853Z Compiling vergen v9.1.0
15902026-05-20T16:33:54.061Z Compiling fs-err v3.3.0
15912026-05-20T16:33:54.265Z Compiling cargo-platform v0.3.2
15922026-05-20T16:33:54.283Z Compiling ahash v0.8.12
15932026-05-20T16:33:54.496Z Compiling object v0.37.3
15942026-05-20T16:33:54.549Z Compiling foldhash v0.2.0
15952026-05-20T16:33:54.774Z Compiling bumpalo v3.20.2
15962026-05-20T16:33:54.777Z Compiling libbz2-rs-sys v0.2.2
15972026-05-20T16:33:55.029Z Compiling foldhash v0.1.5
15982026-05-20T16:33:55.044Z Compiling winnow v0.5.40
15992026-05-20T16:33:55.126Z Compiling same-file v1.0.6
16002026-05-20T16:33:55.170Z Compiling unicode-segmentation v1.12.0
16012026-05-20T16:33:55.209Z Compiling bitflags v1.3.2
16022026-05-20T16:33:55.286Z Compiling managed v0.8.0
16032026-05-20T16:33:55.301Z Compiling walkdir v2.5.0
16042026-05-20T16:33:55.505Z Compiling bzip2 v0.6.1
16052026-05-20T16:33:55.564Z Compiling hashbrown v0.15.5
16062026-05-20T16:33:55.615Z Compiling snafu v0.8.9
16072026-05-20T16:33:55.670Z Compiling strum v0.27.2
16082026-05-20T16:33:55.709Z Compiling zopfli v0.8.3
16092026-05-20T16:33:55.847Z Compiling hashbrown v0.16.1
16102026-05-20T16:33:55.967Z Compiling clap_builder v4.5.60
16112026-05-20T16:33:56.155Z Compiling cargo_metadata v0.23.1
16122026-05-20T16:33:56.286Z Compiling dof v0.3.0
16132026-05-20T16:33:56.376Z Compiling toml_edit v0.19.15
16142026-05-20T16:33:56.554Z Compiling elliptic-curve v0.13.8
16152026-05-20T16:33:56.568Z Compiling daft v0.1.5
16162026-05-20T16:33:56.964Z Compiling futures v0.3.32
16172026-05-20T16:33:57.051Z Compiling phf v0.13.1
16182026-05-20T16:33:57.215Z Compiling cookie_store v0.22.1
16192026-05-20T16:33:57.497Z Compiling signal-hook-mio v0.2.5
16202026-05-20T16:33:57.624Z Compiling bzip2 v0.4.4
16212026-05-20T16:33:57.834Z Compiling hubpack v0.1.2
16222026-05-20T16:33:57.853Z Compiling zstd v0.13.3
16232026-05-20T16:33:57.894Z Compiling serde_with_macros v3.17.0
16242026-05-20T16:33:58.157Z Compiling postgres-types v0.2.12
16252026-05-20T16:33:58.712Z Compiling usdt-attr-macro v0.6.0
16262026-05-20T16:33:59.014Z Compiling usdt-macro v0.6.0
16272026-05-20T16:33:59.029Z Compiling globset v0.4.18
16282026-05-20T16:33:59.048Z Compiling dtrace-parser v0.2.0
16292026-05-20T16:33:59.244Z Compiling ed25519 v2.2.3
16302026-05-20T16:33:59.513Z Compiling phf_shared v0.11.3
16312026-05-20T16:33:59.704Z Compiling olpc-cjson v0.1.4
16322026-05-20T16:33:59.719Z Compiling pkcs1 v0.7.5
16332026-05-20T16:33:59.751Z Compiling serde_plain v1.0.2
16342026-05-20T16:33:59.805Z Compiling serde-big-array v0.5.1
16352026-05-20T16:33:59.864Z Compiling rfc6979 v0.4.0
16362026-05-20T16:33:59.868Z Compiling pem v3.0.6
16372026-05-20T16:33:59.945Z Compiling async-recursion v1.1.1
16382026-05-20T16:33:59.945Z Compiling clap_derive v4.5.55
16392026-05-20T16:33:59.986Z Compiling enum-as-inner v0.6.1
16402026-05-20T16:34:00.114Z Compiling serde_repr v0.1.20
16412026-05-20T16:34:00.187Z Compiling strum_macros v0.26.4
16422026-05-20T16:34:00.198Z Compiling float-cmp v0.10.0
16432026-05-20T16:34:00.348Z Compiling thread-id v4.2.2
16442026-05-20T16:34:00.436Z Compiling memmap2 v0.9.10
16452026-05-20T16:34:00.489Z Compiling env_filter v1.0.0
16462026-05-20T16:34:00.589Z Compiling data-encoding v2.10.0
16472026-05-20T16:34:00.639Z Compiling fixedbitset v0.4.2
16482026-05-20T16:34:00.653Z Compiling typed-path v0.9.3
16492026-05-20T16:34:00.793Z Compiling predicates-core v1.0.10
16502026-05-20T16:34:00.855Z Compiling either v1.15.0
16512026-05-20T16:34:00.971Z Compiling whoami v2.1.0
16522026-05-20T16:34:01.062Z Compiling fixedbitset v0.5.7
16532026-05-20T16:34:01.277Z Compiling normalize-line-endings v0.3.0
16542026-05-20T16:34:01.349Z Compiling new_debug_unreachable v1.0.6
16552026-05-20T16:34:01.369Z Compiling keccak v0.1.6
16562026-05-20T16:34:01.382Z Compiling precomputed-hash v0.1.1
16572026-05-20T16:34:01.419Z Compiling difflib v0.4.0
16582026-05-20T16:34:01.464Z Compiling jiff v0.2.21
16592026-05-20T16:34:01.707Z Compiling static_assertions v1.1.0
16602026-05-20T16:34:01.786Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16612026-05-20T16:34:01.869Z Compiling clap v4.5.60
16622026-05-20T16:34:01.895Z Compiling strum v0.26.3
16632026-05-20T16:34:01.952Z Compiling predicates v3.1.4
16642026-05-20T16:34:01.974Z Compiling sha3 v0.10.8
16652026-05-20T16:34:02.024Z Compiling string_cache v0.8.9
16662026-05-20T16:34:02.170Z Compiling toml_edit v0.22.27
16672026-05-20T16:34:02.253Z Compiling petgraph v0.8.3
16682026-05-20T16:34:02.421Z Compiling tokio-postgres v0.7.16
16692026-05-20T16:34:02.597Z Compiling itertools v0.13.0
16702026-05-20T16:34:02.637Z Compiling hickory-proto v0.25.2
16712026-05-20T16:34:03.824Z Compiling petgraph v0.6.5
16722026-05-20T16:34:04.161Z Compiling zip v4.6.1
16732026-05-20T16:34:04.632Z Compiling env_logger v0.11.9
16742026-05-20T16:34:04.697Z Compiling usdt v0.6.0
16752026-05-20T16:34:04.970Z Compiling usdt-impl v0.5.0
16762026-05-20T16:34:05.007Z Compiling ecdsa v0.16.9
16772026-05-20T16:34:05.012Z Compiling rsa v0.9.10
16782026-05-20T16:34:05.137Z Compiling ed25519-dalek v2.2.0
16792026-05-20T16:34:05.362Z Compiling serde_with v3.17.0
16802026-05-20T16:34:05.384Z Compiling crossterm v0.28.1
16812026-05-20T16:34:05.721Z Compiling zip v0.6.6
16822026-05-20T16:34:06.213Z Compiling toml v0.7.8
16832026-05-20T16:34:06.303Z Compiling iddqd v0.4.1
16842026-05-20T16:34:07.076Z Compiling similar v2.7.0
16852026-05-20T16:34:07.094Z Compiling heck v0.4.1
16862026-05-20T16:34:07.094Z Compiling toml_parser v1.0.9+spec-1.1.0
16872026-05-20T16:34:07.327Z Compiling crossbeam-epoch v0.9.18
16882026-05-20T16:34:07.404Z Compiling tokio-stream v0.1.18
16892026-05-20T16:34:07.536Z Compiling buf-list v1.1.2
16902026-05-20T16:34:07.718Z Compiling x509-cert v0.2.5
16912026-05-20T16:34:07.817Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16922026-05-20T16:34:07.888Z Compiling openapiv3 v2.2.0
16932026-05-20T16:34:07.971Z Compiling sha1 v0.10.6
16942026-05-20T16:34:08.057Z Compiling peg-runtime v0.8.5
16952026-05-20T16:34:08.152Z Compiling lalrpop-util v0.19.12
16962026-05-20T16:34:08.254Z Compiling thread_local v1.1.9
16972026-05-20T16:34:08.313Z Compiling slog-async v2.8.0
16982026-05-20T16:34:08.313Z Compiling crossbeam-channel v0.5.15
16992026-05-20T16:34:08.367Z Compiling filetime v0.2.27
17002026-05-20T16:34:08.414Z Compiling is-terminal v0.4.17
17012026-05-20T16:34:08.487Z Compiling term v1.2.1
17022026-05-20T16:34:08.542Z Compiling xattr v1.6.1
17032026-05-20T16:34:08.590Z Compiling take_mut v0.2.2
17042026-05-20T16:34:08.699Z Compiling tar v0.4.45
17052026-05-20T16:34:09.074Z Compiling slog-term v2.9.2
17062026-05-20T16:34:18.943Z Compiling rustls-webpki v0.103.9
17072026-05-20T16:34:21.738Z Compiling tokio-rustls v0.26.4
17082026-05-20T16:34:21.738Z Compiling rustls-platform-verifier v0.6.2
17092026-05-20T16:34:21.935Z Compiling hyper-rustls v0.27.7
17102026-05-20T16:34:22.139Z Compiling reqwest v0.12.28
17112026-05-20T16:34:22.156Z Compiling reqwest v0.13.2
17122026-05-20T16:34:23.412Z Compiling tough v0.22.0
17132026-05-20T16:34:26.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142026-05-20T16:34:26.223Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17152026-05-20T16:34:29.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17162026-05-20T16:34:29.253Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17172026-05-20T16:34:29.309ZMay 20 16:34:28.152 INFO Starting download, target: Clickhouse
17182026-05-20T16:34:29.309ZMay 20 16:34:28.152 INFO Starting download, target: Cockroach
17192026-05-20T16:34:29.309ZMay 20 16:34:28.152 INFO Starting download, target: Console
17202026-05-20T16:34:29.312ZMay 20 16:34:28.152 INFO Starting download, target: DendriteStub
17212026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Starting download, target: MaghemiteMgd
17222026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Starting download, target: TransceiverControl
17232026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17252026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17262026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-05-20T16:34:29.313ZMay 20 16:34:28.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-05-20T16:34:29.865ZMay 20 16:34:28.696 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-05-20T16:34:30.083ZMay 20 16:34:28.911 INFO Download complete, target: TransceiverControl
17312026-05-20T16:34:30.343ZMay 20 16:34:29.173 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-05-20T16:34:30.583ZMay 20 16:34:29.409 INFO Download complete, target: Console
17332026-05-20T16:34:31.086ZMay 20 16:34:29.886 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-05-20T16:34:31.172ZMay 20 16:34:30.016 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17352026-05-20T16:34:31.625ZMay 20 16:34:30.464 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17362026-05-20T16:34:31.625ZMay 20 16:34:30.464 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17372026-05-20T16:34:31.841ZMay 20 16:34:30.686 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-05-20T16:34:33.427ZMay 20 16:34:32.261 INFO Download complete, target: DendriteStub
17392026-05-20T16:34:33.630ZMay 20 16:34:32.464 INFO Download complete, target: MaghemiteMgd
17402026-05-20T16:34:36.395ZMay 20 16:34:35.238 INFO Checking that binary works, target: Cockroach
17412026-05-20T16:34:36.567ZMay 20 16:34:35.409 INFO Download complete, target: Cockroach
17422026-05-20T16:34:38.702ZMay 20 16:34:37.544 INFO Checking that binary works, target: Clickhouse
17432026-05-20T16:34:38.814ZMay 20 16:34:37.657 INFO Download complete, target: Clickhouse
17442026-05-20T16:34:38.856ZAll builder prerequisites installed successfully, and PATH looks valid
17452026-05-20T16:34:38.861Z
17462026-05-20T16:34:38.861Zreal 2:16.667324140
17472026-05-20T16:34:38.861Zuser 6:59.130452370
17482026-05-20T16:34:38.861Zsys 1:23.117957112
17492026-05-20T16:34:38.861Ztrap 0.216172224
17502026-05-20T16:34:38.861Ztflt 0.982478907
17512026-05-20T16:34:38.861Zdflt 1.115815178
17522026-05-20T16:34:38.861Zkflt 0.041033069
17532026-05-20T16:34:38.861Zlock 22:01.890061118
17542026-05-20T16:34:38.861Zslp 21:31.824800461
17552026-05-20T16:34:38.861Zlat 42.963603991
17562026-05-20T16:34:38.861Zstop 2:03.138194121
17572026-05-20T16:34:38.861Z+ banner hack-check
17582026-05-20T16:34:38.861Z
17592026-05-20T16:34:38.861Z # # ## #### # # #### # # ###### #### # #
17602026-05-20T16:34:38.861Z # # # # # # # # # # # # # # # # #
17612026-05-20T16:34:38.861Z ###### # # # #### ##### # ###### ##### # ####
17622026-05-20T16:34:38.861Z # # ###### # # # # # # # # # #
17632026-05-20T16:34:38.861Z # # # # # # # # # # # # # # # # #
17642026-05-20T16:34:38.861Z # # # # #### # # #### # # ###### #### # #
17652026-05-20T16:34:38.861Z
17662026-05-20T16:34:38.861Z+ export CARGO_INCREMENTAL=0
17672026-05-20T16:34:38.861Z+ CARGO_INCREMENTAL=0
17682026-05-20T16:34:38.861Z+ ptime -m timeout 2h cargo xtask check-features --ci
17692026-05-20T16:34:39.381Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17702026-05-20T16:34:39.600Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17712026-05-20T16:34:41.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17722026-05-20T16:34:41.548Z Running `target/debug/xtask check-features --ci`
17732026-05-20T16:34:41.576Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17742026-05-20T16:34:41.581Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17752026-05-20T16:34:42.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17762026-05-20T16:34:42.087Z Running `target/debug/xtask download cargo-hack`
17772026-05-20T16:34:42.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17782026-05-20T16:34:43.168Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17792026-05-20T16:34:45.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17802026-05-20T16:34:45.872Z Running `target/debug/xtask-downloader cargo-hack`
17812026-05-20T16:34:45.915ZMay 20 16:34:44.759 INFO Starting download, target: CargoHack
17822026-05-20T16:34:45.918ZMay 20 16:34:44.759 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17832026-05-20T16:34:46.383ZMay 20 16:34:45.227 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17842026-05-20T16:34:46.434ZMay 20 16:34:45.278 INFO Download complete, target: CargoHack
17852026-05-20T16:34:46.436Zrunning: "/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"
17862026-05-20T16:34:46.449Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17872026-05-20T16:34:46.603Zinfo: running `cargo check --bins` on api_identity (1/276)
17882026-05-20T16:34:47.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892026-05-20T16:34:47.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902026-05-20T16:34:47.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912026-05-20T16:34:47.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17922026-05-20T16:34:47.171Z
17932026-05-20T16:34:47.171Zinfo: running `cargo check --bins` on bootstore (2/276)
17942026-05-20T16:34:47.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-20T16:34:47.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-20T16:34:47.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-20T16:34:47.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17982026-05-20T16:34:47.746Z
17992026-05-20T16:34:47.746Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18002026-05-20T16:34:48.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-20T16:34:48.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-20T16:34:48.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-20T16:34:48.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18042026-05-20T16:34:48.318Z
18052026-05-20T16:34:48.318Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18062026-05-20T16:34:48.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-20T16:34:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-20T16:34:48.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-20T16:34:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-05-20T16:34:48.895Z
18112026-05-20T16:34:48.895Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18122026-05-20T16:34:49.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-20T16:34:49.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-20T16:34:49.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-20T16:34:49.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-20T16:34:49.477Z
18172026-05-20T16:34:49.477Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18182026-05-20T16:34:49.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-20T16:34:49.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-20T16:34:49.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-20T16:34:49.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-20T16:34:50.065Z
18232026-05-20T16:34:50.065Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18242026-05-20T16:34:50.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-20T16:34:50.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-20T16:34:50.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-20T16:34:50.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-20T16:34:50.656Z
18292026-05-20T16:34:50.656Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18302026-05-20T16:34:51.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-20T16:34:51.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-20T16:34:51.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-20T16:34:51.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-05-20T16:34:51.246Z
18352026-05-20T16:34:51.246Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18362026-05-20T16:34:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-20T16:34:51.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-20T16:34:51.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-20T16:34:51.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18402026-05-20T16:34:51.711Z
18412026-05-20T16:34:51.711Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18422026-05-20T16:34:52.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-20T16:34:52.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-20T16:34:52.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-20T16:34:52.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462026-05-20T16:34:52.175Z
18472026-05-20T16:34:52.175Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18482026-05-20T16:34:52.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-20T16:34:52.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-20T16:34:52.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-20T16:34:52.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18522026-05-20T16:34:52.664Z
18532026-05-20T16:34:52.664Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18542026-05-20T16:34:53.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-20T16:34:53.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-20T16:34:53.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-20T16:34:53.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582026-05-20T16:34:53.102Z
18592026-05-20T16:34:53.102Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18602026-05-20T16:34:53.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-20T16:34:53.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-20T16:34:53.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-20T16:34:53.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-05-20T16:34:53.567Z
18652026-05-20T16:34:53.567Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18662026-05-20T16:34:53.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-20T16:34:53.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-20T16:34:53.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-20T16:34:53.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18702026-05-20T16:34:54.063Z
18712026-05-20T16:34:54.064Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18722026-05-20T16:34:54.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-20T16:34:54.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-20T16:34:54.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-20T16:34:54.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18762026-05-20T16:34:54.478Z
18772026-05-20T16:34:54.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18782026-05-20T16:34:54.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-20T16:34:54.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-20T16:34:54.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-20T16:34:54.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-20T16:34:54.938Z
18832026-05-20T16:34:54.938Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18842026-05-20T16:34:55.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-20T16:34:55.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-20T16:34:55.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-20T16:34:55.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-20T16:34:55.398Z
18892026-05-20T16:34:55.399Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18902026-05-20T16:34:55.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-20T16:34:55.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-20T16:34:55.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-20T16:34:55.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-20T16:34:55.861Z
18952026-05-20T16:34:55.861Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18962026-05-20T16:34:56.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-20T16:34:56.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-20T16:34:56.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-20T16:34:56.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-20T16:34:56.318Z
19012026-05-20T16:34:56.318Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19022026-05-20T16:34:56.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-20T16:34:56.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-20T16:34:56.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-20T16:34:56.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-20T16:34:56.780Z
19072026-05-20T16:34:56.780Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19082026-05-20T16:34:57.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-20T16:34:57.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-20T16:34:57.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-20T16:34:57.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-20T16:34:57.246Z
19132026-05-20T16:34:57.246Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19142026-05-20T16:34:57.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-20T16:34:57.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-20T16:34:57.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-20T16:34:57.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-20T16:34:57.705Z
19192026-05-20T16:34:57.705Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19202026-05-20T16:34:58.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-20T16:34:58.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-20T16:34:58.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-20T16:34:58.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-20T16:34:58.166Z
19252026-05-20T16:34:58.166Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19262026-05-20T16:34:58.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-20T16:34:58.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-20T16:34:58.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-20T16:34:58.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-20T16:34:58.625Z
19312026-05-20T16:34:58.625Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19322026-05-20T16:34:59.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-20T16:34:59.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-20T16:34:59.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-20T16:34:59.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-20T16:34:59.089Z
19372026-05-20T16:34:59.089Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19382026-05-20T16:34:59.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-20T16:34:59.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-20T16:34:59.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-20T16:34:59.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-20T16:34:59.552Z
19432026-05-20T16:34:59.552Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19442026-05-20T16:34:59.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-20T16:34:59.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-20T16:34:59.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-20T16:34:59.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-20T16:35:00.020Z
19492026-05-20T16:35:00.020Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19502026-05-20T16:35:00.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-20T16:35:00.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-20T16:35:00.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-20T16:35:00.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-20T16:35:00.481Z
19552026-05-20T16:35:00.481Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19562026-05-20T16:35:00.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-20T16:35:00.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-20T16:35:00.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-20T16:35:00.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-20T16:35:01.017Z
19612026-05-20T16:35:01.017Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19622026-05-20T16:35:01.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-20T16:35:01.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-20T16:35:01.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-20T16:35:01.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-20T16:35:01.406Z
19672026-05-20T16:35:01.406Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19682026-05-20T16:35:01.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-20T16:35:01.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-20T16:35:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-20T16:35:01.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-20T16:35:01.866Z
19732026-05-20T16:35:01.866Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19742026-05-20T16:35:02.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-20T16:35:02.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-20T16:35:02.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-20T16:35:02.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-20T16:35:02.327Z
19792026-05-20T16:35:02.327Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19802026-05-20T16:35:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-20T16:35:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-20T16:35:02.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-20T16:35:02.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19842026-05-20T16:35:02.783Z
19852026-05-20T16:35:02.783Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19862026-05-20T16:35:03.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-20T16:35:03.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-20T16:35:03.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-20T16:35:03.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-20T16:35:03.243Z
19912026-05-20T16:35:03.243Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19922026-05-20T16:35:03.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-20T16:35:03.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-20T16:35:03.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-20T16:35:03.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-20T16:35:03.705Z
19972026-05-20T16:35:03.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
19982026-05-20T16:35:04.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-20T16:35:04.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-20T16:35:04.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-20T16:35:04.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-20T16:35:04.169Z
20032026-05-20T16:35:04.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20042026-05-20T16:35:04.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-20T16:35:04.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-20T16:35:04.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-20T16:35:04.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-20T16:35:04.631Z
20092026-05-20T16:35:04.631Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20102026-05-20T16:35:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-20T16:35:05.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-20T16:35:05.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-20T16:35:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-20T16:35:05.119Z
20152026-05-20T16:35:05.119Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20162026-05-20T16:35:05.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-20T16:35:05.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-20T16:35:05.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-20T16:35:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-20T16:35:05.559Z
20212026-05-20T16:35:05.559Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20222026-05-20T16:35:05.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-20T16:35:05.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-20T16:35:05.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-20T16:35:05.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-20T16:35:06.021Z
20272026-05-20T16:35:06.022Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20282026-05-20T16:35:06.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-20T16:35:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-20T16:35:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-20T16:35:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-20T16:35:06.490Z
20332026-05-20T16:35:06.490Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20342026-05-20T16:35:06.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-20T16:35:06.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-20T16:35:06.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-20T16:35:06.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-20T16:35:06.954Z
20392026-05-20T16:35:06.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20402026-05-20T16:35:07.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-20T16:35:07.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-20T16:35:07.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-20T16:35:07.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-20T16:35:07.439Z
20452026-05-20T16:35:07.439Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20462026-05-20T16:35:07.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-20T16:35:07.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-20T16:35:07.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-20T16:35:07.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-20T16:35:07.881Z
20512026-05-20T16:35:07.881Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20522026-05-20T16:35:08.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-20T16:35:08.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-20T16:35:08.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-20T16:35:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-20T16:35:08.349Z
20572026-05-20T16:35:08.349Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20582026-05-20T16:35:08.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-20T16:35:08.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-20T16:35:08.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-20T16:35:08.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-20T16:35:08.817Z
20632026-05-20T16:35:08.817Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20642026-05-20T16:35:09.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-20T16:35:09.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-20T16:35:09.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-20T16:35:09.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-20T16:35:09.291Z
20692026-05-20T16:35:09.291Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20702026-05-20T16:35:09.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-20T16:35:09.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-20T16:35:09.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-20T16:35:09.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-20T16:35:09.751Z
20752026-05-20T16:35:09.751Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20762026-05-20T16:35:10.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-20T16:35:10.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-20T16:35:10.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-20T16:35:10.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20802026-05-20T16:35:10.384Z
20812026-05-20T16:35:10.384Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20822026-05-20T16:35:10.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-20T16:35:10.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-20T16:35:10.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-20T16:35:10.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20862026-05-20T16:35:11.012Z
20872026-05-20T16:35:11.012Zinfo: running `cargo check --bins` on nexus-config (51/276)
20882026-05-20T16:35:11.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-20T16:35:11.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-20T16:35:11.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-20T16:35:11.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922026-05-20T16:35:11.637Z
20932026-05-20T16:35:11.637Zinfo: running `cargo check --bins` on nexus-types (52/276)
20942026-05-20T16:35:12.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-20T16:35:12.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-20T16:35:12.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-20T16:35:12.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20982026-05-20T16:35:12.264Z
20992026-05-20T16:35:12.264Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21002026-05-20T16:35:12.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-20T16:35:12.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-20T16:35:12.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-20T16:35:12.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21042026-05-20T16:35:12.864Z
21052026-05-20T16:35:12.864Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21062026-05-20T16:35:13.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-20T16:35:13.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-20T16:35:13.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-20T16:35:13.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21102026-05-20T16:35:13.432Z
21112026-05-20T16:35:13.432Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21122026-05-20T16:35:13.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-20T16:35:13.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-20T16:35:13.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-20T16:35:13.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21162026-05-20T16:35:14.027Z
21172026-05-20T16:35:14.027Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21182026-05-20T16:35:14.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-20T16:35:14.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-20T16:35:14.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-20T16:35:14.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-20T16:35:14.635Z
21232026-05-20T16:35:14.635Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21242026-05-20T16:35:15.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-20T16:35:15.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-20T16:35:15.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-20T16:35:15.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21282026-05-20T16:35:15.226Z
21292026-05-20T16:35:15.226Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21302026-05-20T16:35:15.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-20T16:35:15.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-20T16:35:15.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-20T16:35:15.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-05-20T16:35:15.895Z
21352026-05-20T16:35:15.896Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21362026-05-20T16:35:16.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-20T16:35:16.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-20T16:35:16.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-20T16:35:16.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21402026-05-20T16:35:16.404Z
21412026-05-20T16:35:16.404Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21422026-05-20T16:35:16.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-20T16:35:16.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-20T16:35:16.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-20T16:35:16.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-05-20T16:35:17.431Z
21472026-05-20T16:35:17.432Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21482026-05-20T16:35:17.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-20T16:35:17.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-20T16:35:17.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-20T16:35:17.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21522026-05-20T16:35:17.556Z
21532026-05-20T16:35:17.556Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21542026-05-20T16:35:18.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-20T16:35:18.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-20T16:35:18.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-20T16:35:18.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21582026-05-20T16:35:18.132Z
21592026-05-20T16:35:18.132Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21602026-05-20T16:35:18.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-20T16:35:18.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-20T16:35:18.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-20T16:35:18.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-20T16:35:18.713Z
21652026-05-20T16:35:18.713Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21662026-05-20T16:35:19.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-20T16:35:19.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-20T16:35:19.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-20T16:35:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-20T16:35:19.297Z
21712026-05-20T16:35:19.297Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21722026-05-20T16:35:19.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-20T16:35:19.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-20T16:35:19.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-20T16:35:19.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21762026-05-20T16:35:19.869Z
21772026-05-20T16:35:19.869Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21782026-05-20T16:35:20.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-20T16:35:20.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-20T16:35:20.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-20T16:35:20.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-05-20T16:35:20.453Z
21832026-05-20T16:35:20.453Zinfo: running `cargo check --bins` on ereport-types (67/276)
21842026-05-20T16:35:20.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-20T16:35:20.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-20T16:35:20.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-20T16:35:20.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-20T16:35:21.042Z
21892026-05-20T16:35:21.042Zinfo: running `cargo check --bins` on gateway-client (68/276)
21902026-05-20T16:35:21.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-20T16:35:21.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-20T16:35:21.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-20T16:35:21.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-20T16:35:21.628Z
21952026-05-20T16:35:21.628Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21962026-05-20T16:35:22.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-20T16:35:22.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-20T16:35:22.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-20T16:35:22.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22002026-05-20T16:35:22.224Z
22012026-05-20T16:35:22.224Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22022026-05-20T16:35:22.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-20T16:35:22.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-20T16:35:22.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-20T16:35:22.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22062026-05-20T16:35:22.799Z
22072026-05-20T16:35:22.800Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22082026-05-20T16:35:23.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-20T16:35:23.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-20T16:35:23.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-20T16:35:23.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-20T16:35:23.385Z
22132026-05-20T16:35:23.385Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22142026-05-20T16:35:23.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-20T16:35:23.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-20T16:35:23.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-20T16:35:23.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-05-20T16:35:23.967Z
22192026-05-20T16:35:23.967Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22202026-05-20T16:35:24.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-20T16:35:24.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-20T16:35:24.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-20T16:35:24.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-20T16:35:24.576Z
22252026-05-20T16:35:24.576Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22262026-05-20T16:35:25.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-20T16:35:25.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-20T16:35:25.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-20T16:35:25.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22302026-05-20T16:35:25.180Z
22312026-05-20T16:35:25.180Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22322026-05-20T16:35:25.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-20T16:35:25.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-20T16:35:25.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-20T16:35:25.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-05-20T16:35:25.760Z
22372026-05-20T16:35:25.760Zinfo: running `cargo check --bins` on oxlog (76/276)
22382026-05-20T16:35:26.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-20T16:35:26.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-20T16:35:26.369Z Checking cfg-if v1.0.4
22412026-05-20T16:35:26.371Z Checking libc v0.2.185
22422026-05-20T16:35:26.371Z Checking serde_core v1.0.228
22432026-05-20T16:35:26.484Z Checking zeroize v1.8.2
22442026-05-20T16:35:26.492Z Checking memchr v2.8.0
22452026-05-20T16:35:26.501Z Checking log v0.4.29
22462026-05-20T16:35:26.509Z Checking smallvec v1.15.1
22472026-05-20T16:35:26.520Z Checking typenum v1.19.0
22482026-05-20T16:35:26.531Z Checking subtle v2.6.1
22492026-05-20T16:35:26.623Z Checking itoa v1.0.17
22502026-05-20T16:35:26.654Z Checking scopeguard v1.2.0
22512026-05-20T16:35:26.677Z Checking stable_deref_trait v1.2.1
22522026-05-20T16:35:26.689Z Checking const-oid v0.9.6
22532026-05-20T16:35:26.750Z Checking lock_api v0.4.14
22542026-05-20T16:35:26.764Z Checking zerofrom v0.1.6
22552026-05-20T16:35:26.777Z Checking pin-project-lite v0.2.17
22562026-05-20T16:35:26.858Z Checking portable-atomic v1.13.1
22572026-05-20T16:35:26.871Z Checking yoke v0.8.1
22582026-05-20T16:35:26.875Z Checking futures-core v0.3.32
22592026-05-20T16:35:26.892Z Checking getrandom v0.2.17
22602026-05-20T16:35:26.947Z Checking errno v0.3.14
22612026-05-20T16:35:26.989Z Checking parking_lot_core v0.9.12
22622026-05-20T16:35:27.034Z Checking rand_core v0.6.4
22632026-05-20T16:35:27.045Z Checking generic-array v0.14.7
22642026-05-20T16:35:27.046Z Checking zerovec v0.11.5
22652026-05-20T16:35:27.075Z Checking signal-hook-registry v1.4.8
22662026-05-20T16:35:27.172Z Checking critical-section v1.2.0
22672026-05-20T16:35:27.205Z Checking parking_lot v0.12.5
22682026-05-20T16:35:27.219Z Checking mio v1.2.0
22692026-05-20T16:35:27.252Z Checking zerocopy v0.8.40
22702026-05-20T16:35:27.267Z Checking once_cell v1.21.3
22712026-05-20T16:35:27.364Z Checking zmij v1.0.21
22722026-05-20T16:35:27.460Z Checking socket2 v0.6.3
22732026-05-20T16:35:27.465Z Checking libm v0.2.16
22742026-05-20T16:35:27.473Z Checking tinystr v0.8.2
22752026-05-20T16:35:27.475Z Checking crypto-common v0.1.7
22762026-05-20T16:35:27.501Z Checking block-buffer v0.10.4
22772026-05-20T16:35:27.573Z Checking writeable v0.6.2
22782026-05-20T16:35:27.602Z Checking equivalent v1.0.2
22792026-05-20T16:35:27.627Z Checking litemap v0.8.1
22802026-05-20T16:35:27.639Z Checking digest v0.10.7
22812026-05-20T16:35:27.650Z Checking percent-encoding v2.3.2
22822026-05-20T16:35:27.680Z Checking potential_utf v0.1.4
22832026-05-20T16:35:27.730Z Checking zerotrie v0.2.3
22842026-05-20T16:35:27.785Z Checking futures-sink v0.3.32
22852026-05-20T16:35:27.797Z Checking icu_locale_core v2.1.1
22862026-05-20T16:35:27.809Z Checking icu_collections v2.1.1
22872026-05-20T16:35:27.825Z Checking futures-task v0.3.32
22882026-05-20T16:35:27.881Z Checking futures-channel v0.3.32
22892026-05-20T16:35:27.956Z Checking serde v1.0.228
22902026-05-20T16:35:27.968Z Checking bitflags v2.11.0
22912026-05-20T16:35:27.980Z Checking serde_json v1.0.149
22922026-05-20T16:35:28.074Z Checking slab v0.4.12
22932026-05-20T16:35:28.109Z Checking cpufeatures v0.2.17
22942026-05-20T16:35:28.133Z Checking futures-io v0.3.32
22952026-05-20T16:35:28.136Z Checking num-traits v0.2.19
22962026-05-20T16:35:28.192Z Checking hmac v0.12.1
22972026-05-20T16:35:28.226Z Checking icu_normalizer_data v2.1.1
22982026-05-20T16:35:28.274Z Checking futures-util v0.3.32
22992026-05-20T16:35:28.298Z Checking icu_properties_data v2.1.2
23002026-05-20T16:35:28.327Z Checking rand_core v0.10.0
23012026-05-20T16:35:28.340Z Checking icu_provider v2.1.1
23022026-05-20T16:35:28.356Z Checking bytes v1.11.1
23032026-05-20T16:35:28.427Z Checking hashbrown v0.17.0
23042026-05-20T16:35:28.465Z Checking getrandom v0.4.1
23052026-05-20T16:35:28.568Z Checking icu_normalizer v2.1.1
23062026-05-20T16:35:28.620Z Checking icu_properties v2.1.2
23072026-05-20T16:35:28.650Z Checking block-padding v0.3.3
23082026-05-20T16:35:28.704Z Checking utf8_iter v1.0.4
23092026-05-20T16:35:28.784Z Checking inout v0.1.4
23102026-05-20T16:35:28.809Z Checking tokio v1.52.1
23112026-05-20T16:35:28.833Z Checking sha2 v0.10.9
23122026-05-20T16:35:28.885Z Checking form_urlencoded v1.2.2
23132026-05-20T16:35:28.903Z Checking indexmap v2.14.0
23142026-05-20T16:35:28.918Z Checking cipher v0.4.4
23152026-05-20T16:35:29.008Z Checking getrandom v0.3.4
23162026-05-20T16:35:29.109Z Checking byteorder v1.5.0
23172026-05-20T16:35:29.123Z Checking fnv v1.0.7
23182026-05-20T16:35:29.153Z Checking base64ct v1.8.3
23192026-05-20T16:35:29.218Z Checking flagset v0.4.7
23202026-05-20T16:35:29.313Z Checking rand_core v0.9.5
23212026-05-20T16:35:29.345Z Checking http v1.4.0
23222026-05-20T16:35:29.390Z Checking pem-rfc7468 v0.7.0
23232026-05-20T16:35:29.471Z Checking idna_adapter v1.2.1
23242026-05-20T16:35:29.487Z Checking regex-syntax v0.8.10
23252026-05-20T16:35:29.496Z Checking salsa20 v0.10.2
23262026-05-20T16:35:29.551Z Checking der v0.7.10
23272026-05-20T16:35:29.595Z Checking idna v1.1.0
23282026-05-20T16:35:29.640Z Checking uuid v1.23.0
23292026-05-20T16:35:29.859Z Checking url v2.5.8
23302026-05-20T16:35:29.930Z Checking pbkdf2 v0.12.2
23312026-05-20T16:35:29.958Z Checking rustix v1.1.3
23322026-05-20T16:35:30.035Z Checking tracing-core v0.1.36
23332026-05-20T16:35:30.096Z Checking ppv-lite86 v0.2.21
23342026-05-20T16:35:30.242Z Checking rustls-pki-types v1.14.0
23352026-05-20T16:35:30.284Z Checking spki v0.7.3
23362026-05-20T16:35:30.306Z Checking iana-time-zone v0.1.65
23372026-05-20T16:35:30.345Z Checking base64 v0.22.1
23382026-05-20T16:35:30.379Z Checking tracing v0.1.44
23392026-05-20T16:35:30.436Z Checking chrono v0.4.44
23402026-05-20T16:35:30.465Z Checking rand_chacha v0.9.0
23412026-05-20T16:35:30.514Z Checking scrypt v0.11.0
23422026-05-20T16:35:30.549Z Checking http-body v1.0.1
23432026-05-20T16:35:30.566Z Checking aes v0.8.4
23442026-05-20T16:35:30.652Z Checking cbc v0.1.2
23452026-05-20T16:35:30.652Z Checking aws-lc-sys v0.40.0
23462026-05-20T16:35:31.072Z Checking tinyvec_macros v0.1.1
23472026-05-20T16:35:31.112Z Checking untrusted v0.9.0
23482026-05-20T16:35:31.112Z Checking untrusted v0.7.1
23492026-05-20T16:35:31.112Z Checking openssl-probe v0.2.1
23502026-05-20T16:35:31.112Z Checking tinyvec v1.10.0
23512026-05-20T16:35:31.112Z Checking ring v0.17.14
23522026-05-20T16:35:31.112Z Checking rand v0.9.2
23532026-05-20T16:35:31.112Z Checking atomic-waker v1.1.2
23542026-05-20T16:35:31.113Z Checking pkcs5 v0.7.1
23552026-05-20T16:35:31.113Z Checking try-lock v0.2.5
23562026-05-20T16:35:31.113Z Checking tower-service v0.3.3
23572026-05-20T16:35:31.144Z Checking tower-layer v0.3.3
23582026-05-20T16:35:31.160Z Checking aws-lc-rs v1.16.3
23592026-05-20T16:35:31.181Z Checking want v0.3.1
23602026-05-20T16:35:31.248Z Checking pkcs8 v0.10.2
23612026-05-20T16:35:31.285Z Checking ipnet v2.11.0
23622026-05-20T16:35:31.285Z Checking httparse v1.10.1
23632026-05-20T16:35:31.312Z Checking aho-corasick v1.1.4
23642026-05-20T16:35:31.336Z Checking fastrand v2.3.0
23652026-05-20T16:35:31.394Z Checking plain v0.2.3
23662026-05-20T16:35:31.475Z Checking dyn-clone v1.0.20
23672026-05-20T16:35:31.510Z Checking foreign-types-shared v0.1.1
23682026-05-20T16:35:31.529Z Checking pin-utils v0.1.0
23692026-05-20T16:35:31.529Z Checking httpdate v1.0.3
23702026-05-20T16:35:31.574Z Checking foreign-types v0.3.2
23712026-05-20T16:35:31.580Z Checking tempfile v3.25.0
23722026-05-20T16:35:31.606Z Checking unicode-normalization v0.1.25
23732026-05-20T16:35:31.636Z Checking semver v1.0.28
23742026-05-20T16:35:31.661Z Checking openssl-sys v0.9.115
23752026-05-20T16:35:31.770Z Checking spin v0.9.8
23762026-05-20T16:35:31.820Z Checking ucd-trie v0.1.7
23772026-05-20T16:35:31.846Z Checking unicode-ident v1.0.24
23782026-05-20T16:35:31.954Z Checking pest v2.8.6
23792026-05-20T16:35:31.954Z Checking proc-macro2 v1.0.106
23802026-05-20T16:35:31.980Z Checking regex-automata v0.4.14
23812026-05-20T16:35:31.988Z Checking rustls-webpki v0.103.9
23822026-05-20T16:35:31.994Z Checking schemars v0.8.22
23832026-05-20T16:35:32.014Z Checking rustls-native-certs v0.8.3
23842026-05-20T16:35:32.040Z Checking openssl v0.10.79
23852026-05-20T16:35:32.054Z Checking tokio-util v0.7.18
23862026-05-20T16:35:32.137Z Checking thiserror v2.0.18
23872026-05-20T16:35:32.234Z Checking sync_wrapper v1.0.2
23882026-05-20T16:35:32.258Z Checking wait-timeout v0.2.1
23892026-05-20T16:35:32.338Z Checking anstyle v1.0.13
23902026-05-20T16:35:32.380Z Checking siphasher v1.0.2
23912026-05-20T16:35:32.409Z Checking rustls v0.23.37
23922026-05-20T16:35:32.516Z Checking powerfmt v0.2.0
23932026-05-20T16:35:32.533Z Checking simd-adler32 v0.3.8
23942026-05-20T16:35:32.643Z Checking bit-vec v0.8.0
23952026-05-20T16:35:32.660Z Checking h2 v0.4.13
23962026-05-20T16:35:32.673Z Checking utf8parse v0.2.2
23972026-05-20T16:35:32.697Z Checking pretty-hex v0.4.1
23982026-05-20T16:35:32.769Z Checking quick-error v1.2.3
23992026-05-20T16:35:32.813Z Checking anstyle-parse v0.2.7
24002026-05-20T16:35:32.837Z Checking bit-set v0.8.0
24012026-05-20T16:35:32.866Z Checking rusty-fork v0.3.1
24022026-05-20T16:35:32.965Z Checking deranged v0.5.8
24032026-05-20T16:35:32.980Z Checking tower v0.5.3
24042026-05-20T16:35:33.017Z Checking quote v1.0.45
24052026-05-20T16:35:33.034Z Compiling newtype-uuid v1.3.2
24062026-05-20T16:35:33.183Z Checking http-body-util v0.1.3
24072026-05-20T16:35:33.218Z Checking webpki-roots v1.0.6
24082026-05-20T16:35:33.336Z Checking crossbeam-utils v0.8.21
24092026-05-20T16:35:33.361Z Checking rand_xorshift v0.4.0
24102026-05-20T16:35:33.398Z Checking crc32fast v1.5.0
24112026-05-20T16:35:33.478Z Checking scroll v0.13.0
24122026-05-20T16:35:33.537Z Checking signature v2.2.0
24132026-05-20T16:35:33.671Z Checking allocator-api2 v0.2.21
24142026-05-20T16:35:33.688Z Checking unicode-properties v0.1.4
24152026-05-20T16:35:33.729Z Checking adler2 v2.0.1
24162026-05-20T16:35:33.812Z Checking iri-string v0.7.10
24172026-05-20T16:35:33.837Z Checking unarray v0.1.4
24182026-05-20T16:35:33.877Z Checking unicode-bidi v0.3.18
24192026-05-20T16:35:33.912Z Checking colorchoice v1.0.4
24202026-05-20T16:35:33.940Z Checking anstyle-query v1.1.5
24212026-05-20T16:35:33.959Z Checking time-core v0.1.8
24222026-05-20T16:35:34.010Z Checking num_threads v0.1.7
24232026-05-20T16:35:34.034Z Checking is_terminal_polyfill v1.70.2
24242026-05-20T16:35:34.088Z Checking native-tls v0.2.18
24252026-05-20T16:35:34.102Z Checking ryu v1.0.23
24262026-05-20T16:35:34.106Z Checking num-conv v0.2.0
24272026-05-20T16:35:34.127Z Checking anstream v0.6.21
24282026-05-20T16:35:34.181Z Checking stringprep v0.1.5
24292026-05-20T16:35:34.226Z Checking time v0.3.47
24302026-05-20T16:35:34.238Z Checking serde_urlencoded v0.7.1
24312026-05-20T16:35:34.263Z Checking tokio-native-tls v0.3.1
24322026-05-20T16:35:34.321Z Checking proptest v1.10.0
24332026-05-20T16:35:34.335Z Checking miniz_oxide v0.8.9
24342026-05-20T16:35:34.417Z Checking bstr v1.12.1
24352026-05-20T16:35:34.441Z Checking goblin v0.10.5
24362026-05-20T16:35:34.695Z Checking crossbeam-epoch v0.9.18
24372026-05-20T16:35:34.813Z Checking tokio-rustls v0.26.4
24382026-05-20T16:35:34.826Z Checking syn v2.0.117
24392026-05-20T16:35:34.839Z Checking tower-http v0.6.8
24402026-05-20T16:35:34.918Z Compiling daft v0.1.5
24412026-05-20T16:35:35.039Z Checking ipnetwork v0.21.1
24422026-05-20T16:35:35.115Z Checking rand_chacha v0.3.1
24432026-05-20T16:35:35.200Z Checking scroll v0.12.0
24442026-05-20T16:35:35.254Z Checking thiserror v1.0.69
24452026-05-20T16:35:35.325Z Checking zstd-sys v2.0.16+zstd.1.5.7
24462026-05-20T16:35:35.352Z Checking hash32 v0.2.1
24472026-05-20T16:35:35.373Z Checking num-integer v0.1.46
24482026-05-20T16:35:35.419Z Checking hyper v1.8.1
24492026-05-20T16:35:35.432Z Checking toml_datetime v0.6.11
24502026-05-20T16:35:35.435Z Checking serde_spanned v0.6.9
24512026-05-20T16:35:35.505Z Checking md-5 v0.10.6
24522026-05-20T16:35:35.565Z Checking ff v0.13.1
24532026-05-20T16:35:35.595Z Checking encoding_rs v0.8.35
24542026-05-20T16:35:35.612Z Checking fallible-iterator v0.2.0
24552026-05-20T16:35:35.641Z Checking mime v0.3.17
24562026-05-20T16:35:35.693Z Checking zlib-rs v0.6.2
24572026-05-20T16:35:35.815Z Checking psl-types v2.0.11
24582026-05-20T16:35:35.879Z Checking base16ct v0.2.0
24592026-05-20T16:35:35.932Z Checking publicsuffix v2.3.0
24602026-05-20T16:35:36.006Z Checking sec1 v0.7.3
24612026-05-20T16:35:36.093Z Checking postgres-protocol v0.6.10
24622026-05-20T16:35:36.211Z Checking group v0.13.0
24632026-05-20T16:35:36.272Z Checking num-iter v0.1.45
24642026-05-20T16:35:36.314Z Checking hyper-util v0.1.20
24652026-05-20T16:35:36.359Z Checking heapless v0.7.17
24662026-05-20T16:35:36.383Z Checking goblin v0.8.2
24672026-05-20T16:35:36.402Z Checking zstd-safe v7.2.4
24682026-05-20T16:35:36.564Z Checking cookie v0.18.1
24692026-05-20T16:35:36.571Z Checking rand v0.8.6
24702026-05-20T16:35:36.576Z Checking flate2 v1.1.9
24712026-05-20T16:35:36.766Z Checking oxnet v0.1.4
24722026-05-20T16:35:36.769Z Compiling iddqd v0.4.1
24732026-05-20T16:35:36.791Z Checking dof v0.4.0
24742026-05-20T16:35:36.872Z Checking dtrace-parser v0.3.0
24752026-05-20T16:35:37.011Z Checking phf_shared v0.13.1
24762026-05-20T16:35:37.078Z Checking lazy_static v1.5.0
24772026-05-20T16:35:37.107Z Checking pin-project v1.1.11
24782026-05-20T16:35:37.121Z Checking zerocopy v0.7.35
24792026-05-20T16:35:37.164Z Checking bzip2-sys v0.1.13+1.0.8
24802026-05-20T16:35:37.202Z Checking signal-hook v0.3.18
24812026-05-20T16:35:37.206Z Checking terminal_size v0.4.3
24822026-05-20T16:35:37.248Z Checking futures-executor v0.3.32
24832026-05-20T16:35:37.326Z Checking hex v0.4.3
24842026-05-20T16:35:37.389Z Checking hkdf v0.12.4
24852026-05-20T16:35:37.403Z Checking crypto-bigint v0.5.5
24862026-05-20T16:35:37.422Z Checking thread-id v5.1.0
24872026-05-20T16:35:37.504Z Checking foldhash v0.1.5
24882026-05-20T16:35:37.521Z Checking strsim v0.11.1
24892026-05-20T16:35:37.548Z Checking either v1.15.0
24902026-05-20T16:35:37.573Z Checking hyper-rustls v0.27.7
24912026-05-20T16:35:37.603Z Checking hyper-tls v0.6.0
24922026-05-20T16:35:37.634Z Checking bitflags v1.3.2
24932026-05-20T16:35:37.680Z Checking bumpalo v3.20.2
24942026-05-20T16:35:37.708Z Compiling rayon-core v1.13.0
24952026-05-20T16:35:37.728Z Checking libbz2-rs-sys v0.2.2
24962026-05-20T16:35:37.769Z Checking clap_lex v1.0.0
24972026-05-20T16:35:37.781Z Checking managed v0.8.0
24982026-05-20T16:35:37.878Z Checking foldhash v0.2.0
24992026-05-20T16:35:37.891Z Checking same-file v1.0.6
25002026-05-20T16:35:37.921Z Checking winnow v0.5.40
25012026-05-20T16:35:37.965Z Checking winnow v0.7.14
25022026-05-20T16:35:37.986Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032026-05-20T16:35:37.999Z Checking walkdir v2.5.0
25042026-05-20T16:35:38.030Z Checking hashbrown v0.16.1
25052026-05-20T16:35:38.113Z Checking bzip2 v0.6.1
25062026-05-20T16:35:38.159Z Checking smoltcp v0.9.1
25072026-05-20T16:35:38.174Z Checking clap_builder v4.5.60
25082026-05-20T16:35:38.291Z Checking dof v0.3.0
25092026-05-20T16:35:38.300Z Checking elliptic-curve v0.13.8
25102026-05-20T16:35:38.311Z Checking zopfli v0.8.3
25112026-05-20T16:35:38.527Z Checking reqwest v0.12.28
25122026-05-20T16:35:38.564Z Checking hashbrown v0.15.5
25132026-05-20T16:35:38.617Z Checking usdt-impl v0.6.0
25142026-05-20T16:35:38.647Z Checking futures v0.3.32
25152026-05-20T16:35:38.726Z Checking signal-hook-mio v0.2.5
25162026-05-20T16:35:38.755Z Checking bzip2 v0.4.4
25172026-05-20T16:35:38.829Z Checking snafu v0.8.9
25182026-05-20T16:35:38.901Z Checking phf v0.13.1
25192026-05-20T16:35:38.919Z Checking num-bigint-dig v0.8.6
25202026-05-20T16:35:39.058Z Checking cookie_store v0.22.1
25212026-05-20T16:35:39.070Z Checking zstd v0.13.3
25222026-05-20T16:35:39.095Z Checking toml_edit v0.19.15
25232026-05-20T16:35:39.171Z Checking postgres-types v0.2.12
25242026-05-20T16:35:39.253Z Checking dtrace-parser v0.2.0
25252026-05-20T16:35:39.281Z Checking crossbeam-deque v0.8.6
25262026-05-20T16:35:39.388Z Checking rustls-platform-verifier v0.6.2
25272026-05-20T16:35:39.396Z Checking globset v0.4.18
25282026-05-20T16:35:39.439Z Checking regex v1.12.3
25292026-05-20T16:35:39.455Z Checking ed25519 v2.2.3
25302026-05-20T16:35:39.479Z Checking phf_shared v0.11.3
25312026-05-20T16:35:39.483Z Checking olpc-cjson v0.1.4
25322026-05-20T16:35:39.542Z Checking curve25519-dalek v4.1.3
25332026-05-20T16:35:39.612Z Checking ref-cast v1.0.25
25342026-05-20T16:35:39.629Z Checking strum v0.27.2
25352026-05-20T16:35:39.646Z Checking hubpack v0.1.2
25362026-05-20T16:35:39.654Z Checking memoffset v0.9.1
25372026-05-20T16:35:39.705Z Checking rustix v0.38.44
25382026-05-20T16:35:39.717Z Checking pkcs1 v0.7.5
25392026-05-20T16:35:39.727Z Checking pem v3.0.6
25402026-05-20T16:35:39.738Z Checking float-cmp v0.10.0
25412026-05-20T16:35:39.741Z Checking serde_plain v1.0.2
25422026-05-20T16:35:39.804Z Checking serde-big-array v0.5.1
25432026-05-20T16:35:39.863Z Checking erased-serde v0.3.31
25442026-05-20T16:35:39.876Z Checking rfc6979 v0.4.0
25452026-05-20T16:35:39.890Z Checking thread-id v4.2.2
25462026-05-20T16:35:39.921Z Checking memmap2 v0.9.10
25472026-05-20T16:35:39.935Z Checking env_filter v1.0.0
25482026-05-20T16:35:39.964Z Checking typed-path v0.9.3
25492026-05-20T16:35:39.986Z Checking normalize-line-endings v0.3.0
25502026-05-20T16:35:40.074Z Checking precomputed-hash v0.1.1
25512026-05-20T16:35:40.077Z Checking fixedbitset v0.5.7
25522026-05-20T16:35:40.077Z Checking jiff v0.2.21
25532026-05-20T16:35:40.145Z Checking whoami v2.1.0
25542026-05-20T16:35:40.167Z Checking data-encoding v2.10.0
25552026-05-20T16:35:40.245Z Checking new_debug_unreachable v1.0.6
25562026-05-20T16:35:40.292Z Checking keccak v0.1.6
25572026-05-20T16:35:40.313Z Checking unicode-segmentation v1.12.0
25582026-05-20T16:35:40.335Z Checking fixedbitset v0.4.2
25592026-05-20T16:35:40.338Z Checking toml_write v0.1.2
25602026-05-20T16:35:40.438Z Checking predicates-core v1.0.10
25612026-05-20T16:35:40.460Z Checking difflib v0.4.0
25622026-05-20T16:35:40.486Z Checking static_assertions v1.1.0
25632026-05-20T16:35:40.506Z Checking crossterm v0.28.1
25642026-05-20T16:35:40.519Z Checking toml_edit v0.22.27
25652026-05-20T16:35:40.555Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25662026-05-20T16:35:40.569Z Checking petgraph v0.6.5
25672026-05-20T16:35:40.628Z Checking similar v2.7.0
25682026-05-20T16:35:40.643Z Checking predicates v3.1.4
25692026-05-20T16:35:40.736Z Checking tough v0.22.0
25702026-05-20T16:35:40.930Z Checking sha3 v0.10.8
25712026-05-20T16:35:41.005Z Checking hickory-proto v0.25.2
25722026-05-20T16:35:41.142Z Checking ed25519-dalek v2.2.0
25732026-05-20T16:35:41.213Z Checking tokio-postgres v0.7.16
25742026-05-20T16:35:41.373Z Checking string_cache v0.8.9
25752026-05-20T16:35:41.542Z Checking petgraph v0.8.3
25762026-05-20T16:35:41.596Z Checking slog v2.8.2
25772026-05-20T16:35:41.816Z Checking toml v0.7.8
25782026-05-20T16:35:41.858Z Checking env_logger v0.11.9
25792026-05-20T16:35:42.048Z Checking usdt v0.6.0
25802026-05-20T16:35:42.129Z Checking ecdsa v0.16.9
25812026-05-20T16:35:42.215Z Checking usdt-impl v0.5.0
25822026-05-20T16:35:42.325Z Checking zip v4.6.1
25832026-05-20T16:35:42.459Z Checking rsa v0.9.10
25842026-05-20T16:35:42.473Z Checking nix v0.31.2
25852026-05-20T16:35:42.745Z Checking reqwest v0.13.2
25862026-05-20T16:35:42.891Z Checking clap v4.5.60
25872026-05-20T16:35:42.925Z Checking toml_parser v1.0.9+spec-1.1.0
25882026-05-20T16:35:42.971Z Checking zip v0.6.6
25892026-05-20T16:35:43.121Z Checking itertools v0.13.0
25902026-05-20T16:35:43.161Z Checking serde_with v3.17.0
25912026-05-20T16:35:43.248Z Checking strum v0.26.3
25922026-05-20T16:35:43.295Z Checking fs-err v3.3.0
25932026-05-20T16:35:43.362Z Checking ahash v0.8.12
25942026-05-20T16:35:43.413Z Checking object v0.37.3
25952026-05-20T16:35:43.541Z Checking tokio-stream v0.1.18
25962026-05-20T16:35:43.568Z Checking buf-list v1.1.2
25972026-05-20T16:35:43.610Z Checking anyhow v1.0.102
25982026-05-20T16:35:43.622Z Checking camino v1.2.2
25992026-05-20T16:35:43.757Z Checking x509-cert v0.2.5
26002026-05-20T16:35:43.809Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26012026-05-20T16:35:43.812Z Checking openapiv3 v2.2.0
26022026-05-20T16:35:43.878Z Checking sha1 v0.10.6
26032026-05-20T16:35:43.930Z Checking peg-runtime v0.8.5
26042026-05-20T16:35:44.045Z Checking lalrpop-util v0.19.12
26052026-05-20T16:35:44.073Z Checking rayon v1.11.0
26062026-05-20T16:35:44.086Z Checking sigpipe v0.1.3
26072026-05-20T16:35:44.163Z Checking glob v0.3.3
26082026-05-20T16:35:45.671Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092026-05-20T16:35:45.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.18s
26102026-05-20T16:35:46.114Z
26112026-05-20T16:35:46.114Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26122026-05-20T16:35:46.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-20T16:35:46.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-20T16:35:46.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-20T16:35:46.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26162026-05-20T16:35:46.713Z
26172026-05-20T16:35:46.713Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26182026-05-20T16:35:47.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-20T16:35:47.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-20T16:35:47.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-20T16:35:47.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26222026-05-20T16:35:47.308Z
26232026-05-20T16:35:47.308Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26242026-05-20T16:35:47.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-20T16:35:47.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-20T16:35:47.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-20T16:35:47.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26282026-05-20T16:35:47.909Z
26292026-05-20T16:35:47.909Zinfo: running `cargo check --bins` on oxql-types (80/276)
26302026-05-20T16:35:48.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-20T16:35:48.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-20T16:35:48.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-20T16:35:48.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26342026-05-20T16:35:48.501Z
26352026-05-20T16:35:48.501Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26362026-05-20T16:35:49.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-20T16:35:49.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-20T16:35:49.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-20T16:35:49.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-20T16:35:49.103Z
26412026-05-20T16:35:49.103Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26422026-05-20T16:35:49.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-20T16:35:49.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-20T16:35:49.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-20T16:35:49.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26462026-05-20T16:35:49.695Z
26472026-05-20T16:35:49.695Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26482026-05-20T16:35:50.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-20T16:35:50.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-20T16:35:50.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-20T16:35:50.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26522026-05-20T16:35:50.275Z
26532026-05-20T16:35:50.275Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26542026-05-20T16:35:50.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-20T16:35:50.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-20T16:35:50.961Z Compiling structmeta-derive v0.3.0
26572026-05-20T16:35:51.077Z Compiling rustls v0.22.4
26582026-05-20T16:35:51.083Z Compiling multer v3.1.0
26592026-05-20T16:35:51.093Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26602026-05-20T16:35:51.093Z Compiling async-stream-impl v0.3.6
26612026-05-20T16:35:51.114Z Compiling dropshot v0.17.0
26622026-05-20T16:35:51.129Z Compiling newtype-uuid-macros v0.1.0
26632026-05-20T16:35:51.129Z Compiling dropshot_endpoint v0.17.0
26642026-05-20T16:35:51.251Z Checking newtype-uuid v1.3.2
26652026-05-20T16:35:51.313Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26662026-05-20T16:35:51.381Z Checking rustls-webpki v0.102.8
26672026-05-20T16:35:51.448Z Checking daft v0.1.5
26682026-05-20T16:35:51.469Z Checking thread_local v1.1.9
26692026-05-20T16:35:51.640Z Checking compression-core v0.4.31
26702026-05-20T16:35:51.687Z Checking match_cfg v0.1.0
26712026-05-20T16:35:51.704Z Checking iddqd v0.4.1
26722026-05-20T16:35:51.721Z Checking crossbeam-channel v0.5.15
26732026-05-20T16:35:51.760Z Checking hostname v0.3.1
26742026-05-20T16:35:51.772Z Checking compression-codecs v0.4.37
26752026-05-20T16:35:51.856Z Checking slog-json v2.6.1
26762026-05-20T16:35:51.885Z Checking is-terminal v0.4.17
26772026-05-20T16:35:51.934Z Checking toml_datetime v1.0.0+spec-1.1.0
26782026-05-20T16:35:51.973Z Checking serde_spanned v1.0.4
26792026-05-20T16:35:52.013Z Checking toml_writer v1.0.6+spec-1.1.0
26802026-05-20T16:35:52.061Z Checking take_mut v0.2.2
26812026-05-20T16:35:52.103Z Checking debug-ignore v1.0.5
26822026-05-20T16:35:52.134Z Checking term v1.2.1
26832026-05-20T16:35:52.148Z Compiling structmeta v0.3.0
26842026-05-20T16:35:52.161Z Checking slog-async v2.8.0
26852026-05-20T16:35:52.190Z Checking toml v1.0.6+spec-1.1.0
26862026-05-20T16:35:52.204Z Checking slog-bunyan v2.5.0
26872026-05-20T16:35:52.316Z Checking async-compression v0.4.41
26882026-05-20T16:35:52.330Z Checking async-stream v0.3.6
26892026-05-20T16:35:52.351Z Checking slog-term v2.9.2
26902026-05-20T16:35:52.364Z Compiling derive-ex v0.1.8
26912026-05-20T16:35:52.458Z Compiling parse-display-derive v0.10.0
26922026-05-20T16:35:52.559Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932026-05-20T16:35:52.612Z Checking progenitor-client v0.14.0
26942026-05-20T16:35:52.659Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26952026-05-20T16:35:52.667Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26962026-05-20T16:35:52.768Z Checking waitgroup v0.1.2
26972026-05-20T16:35:52.808Z Checking backon v1.6.0
26982026-05-20T16:35:52.843Z Checking rustls-pemfile v2.2.0
26992026-05-20T16:35:52.896Z Checking serde_path_to_error v0.1.20
27002026-05-20T16:35:52.920Z Checking hostname v0.4.2
27012026-05-20T16:35:52.972Z Checking instant v0.1.13
27022026-05-20T16:35:53.058Z Checking backoff v0.4.0
27032026-05-20T16:35:53.163Z Checking progenitor-extras v0.2.0
27042026-05-20T16:35:53.194Z Checking tokio-rustls v0.25.0
27052026-05-20T16:35:53.229Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27062026-05-20T16:35:53.242Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27072026-05-20T16:35:53.384Z Checking itertools v0.14.0
27082026-05-20T16:35:53.440Z Checking progenitor-client v0.10.0
27092026-05-20T16:35:53.629Z Checking regress v0.10.5
27102026-05-20T16:35:53.666Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27112026-05-20T16:35:53.899Z Checking macaddr v1.0.1
27122026-05-20T16:35:54.086Z Compiling test-strategy v0.4.5
27132026-05-20T16:35:54.183Z Checking parse-display v0.10.0
27142026-05-20T16:35:55.259Z Compiling prettyplease v0.2.37
27152026-05-20T16:35:55.588Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27162026-05-20T16:35:55.718Z Checking num-rational v0.4.2
27172026-05-20T16:35:55.968Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27182026-05-20T16:35:56.183Z Checking num-complex v0.4.6
27192026-05-20T16:35:56.807Z Checking num v0.4.3
27202026-05-20T16:35:56.917Z Compiling usdt-macro v0.5.0
27212026-05-20T16:35:56.963Z Compiling usdt-attr-macro v0.5.0
27222026-05-20T16:35:56.978Z Checking memmap v0.7.0
27232026-05-20T16:35:56.989Z Checking float-ord v0.3.2
27242026-05-20T16:35:57.096Z Checking unicode-width v0.2.0
27252026-05-20T16:35:57.109Z Compiling convert_case v0.4.0
27262026-05-20T16:35:57.351Z Checking console v0.15.11
27272026-05-20T16:35:57.484Z Compiling derive_more v0.99.20
27282026-05-20T16:35:57.678Z Checking newline-converter v0.3.0
27292026-05-20T16:35:57.685Z Checking atomicwrites v0.4.4
27302026-05-20T16:35:57.743Z Checking usdt v0.5.0
27312026-05-20T16:35:57.758Z Compiling toml v0.8.23
27322026-05-20T16:35:57.786Z Compiling minimal-lexical v0.2.1
27332026-05-20T16:35:57.916Z Checking linked-hash-map v0.5.6
27342026-05-20T16:35:58.044Z Compiling nom v7.1.3
27352026-05-20T16:35:58.093Z Checking lru-cache v0.1.2
27362026-05-20T16:35:58.219Z Checking expectorate v1.2.0
27372026-05-20T16:35:58.743Z Checking camino-tempfile v1.4.1
27382026-05-20T16:35:58.914Z Checking hickory-proto v0.24.4
27392026-05-20T16:35:58.928Z Checking phf_shared v0.12.1
27402026-05-20T16:35:59.076Z Compiling slog-dtrace v0.3.0
27412026-05-20T16:35:59.172Z Checking heck v0.5.0
27422026-05-20T16:35:59.275Z Compiling chrono-tz v0.10.4
27432026-05-20T16:35:59.305Z Checking resolv-conf v0.7.6
27442026-05-20T16:35:59.478Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27452026-05-20T16:35:59.507Z Compiling const_format_proc_macros v0.2.34
27462026-05-20T16:35:59.544Z Checking phf v0.12.1
27472026-05-20T16:35:59.691Z Checking tokio-dtrace v0.1.1
27482026-05-20T16:35:59.707Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27492026-05-20T16:35:59.882Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27502026-05-20T16:35:59.965Z Compiling derive-where v1.6.0
27512026-05-20T16:36:00.131Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27522026-05-20T16:36:00.329Z Checking highway v1.3.0
27532026-05-20T16:36:00.562Z Checking const_format v0.2.35
27542026-05-20T16:36:00.763Z Checking hickory-resolver v0.24.4
27552026-05-20T16:36:00.796Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27562026-05-20T16:36:00.952Z Checking oxide-tokio-rt v0.1.4
27572026-05-20T16:36:01.246Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27582026-05-20T16:36:01.310Z Checking gethostname v0.5.0
27592026-05-20T16:36:01.369Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27602026-05-20T16:36:01.399Z Checking bcs v0.1.6
27612026-05-20T16:36:01.441Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27622026-05-20T16:36:01.505Z Checking qorb v0.4.1
27632026-05-20T16:36:01.518Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642026-05-20T16:36:01.563Z Checking termtree v0.5.1
27652026-05-20T16:36:04.914Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27662026-05-20T16:36:07.692Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27672026-05-20T16:36:09.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s
27682026-05-20T16:36:10.044Z
27692026-05-20T16:36:10.044Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27702026-05-20T16:36:10.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-05-20T16:36:10.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-05-20T16:36:10.724Z Compiling ar_archive_writer v0.5.1
27732026-05-20T16:36:10.834Z Compiling stacker v0.1.23
27742026-05-20T16:36:10.837Z Compiling cfg_aliases v0.1.1
27752026-05-20T16:36:10.849Z Compiling convert_case v0.10.0
27762026-05-20T16:36:10.856Z Checking unicode-width v0.1.14
27772026-05-20T16:36:10.865Z Compiling proc-macro-error v1.0.4
27782026-05-20T16:36:10.877Z Checking fd-lock v4.0.4
27792026-05-20T16:36:10.880Z Checking nibble_vec v0.1.0
27802026-05-20T16:36:10.901Z Compiling nix v0.28.0
27812026-05-20T16:36:10.989Z Checking vte v0.14.1
27822026-05-20T16:36:11.006Z Compiling recursive-proc-macro-impl v0.1.1
27832026-05-20T16:36:11.089Z Checking bytecount v0.6.9
27842026-05-20T16:36:11.102Z Checking endian-type v0.1.2
27852026-05-20T16:36:11.148Z Compiling derive_more-impl v2.1.1
27862026-05-20T16:36:11.162Z Checking strip-ansi-escapes v0.2.1
27872026-05-20T16:36:11.177Z Compiling tabled_derive v0.7.0
27882026-05-20T16:36:11.195Z Checking papergrid v0.11.0
27892026-05-20T16:36:11.267Z Checking radix_trie v0.2.1
27902026-05-20T16:36:11.279Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912026-05-20T16:36:11.408Z Compiling peg-macros v0.8.5
27922026-05-20T16:36:11.476Z Checking winnow v0.6.26
27932026-05-20T16:36:11.669Z Compiling psm v0.1.30
27942026-05-20T16:36:11.753Z Compiling sqlparser_derive v0.5.0
27952026-05-20T16:36:11.803Z Checking nu-ansi-term v0.50.3
27962026-05-20T16:36:11.949Z Checking derive_more v2.1.1
27972026-05-20T16:36:12.017Z Checking home v0.5.12
27982026-05-20T16:36:12.031Z Checking unicode_categories v0.1.1
27992026-05-20T16:36:12.125Z Checking crossterm v0.29.0
28002026-05-20T16:36:12.148Z Checking tabled v0.15.0
28012026-05-20T16:36:12.195Z Checking rustyline v14.0.0
28022026-05-20T16:36:12.199Z Checking reedline v0.40.0
28032026-05-20T16:36:12.461Z Checking recursive v0.1.1
28042026-05-20T16:36:12.539Z Checking display-error-chain v0.2.2
28052026-05-20T16:36:12.554Z Checking sqlparser v0.61.0
28062026-05-20T16:36:12.618Z Checking sqlformat v0.3.5
28072026-05-20T16:36:12.770Z Checking peg v0.8.5
28082026-05-20T16:36:23.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
28092026-05-20T16:36:24.026Z
28102026-05-20T16:36:24.026Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28112026-05-20T16:36:24.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-05-20T16:36:24.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-05-20T16:36:24.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-20T16:36:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28152026-05-20T16:36:28.375Z
28162026-05-20T16:36:28.375Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28172026-05-20T16:36:28.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-05-20T16:36:28.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-05-20T16:36:29.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-05-20T16:36:31.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28212026-05-20T16:36:31.707Z
28222026-05-20T16:36:31.707Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28232026-05-20T16:36:32.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-05-20T16:36:32.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-05-20T16:36:32.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-05-20T16:36:35.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28272026-05-20T16:36:35.828Z
28282026-05-20T16:36:35.828Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28292026-05-20T16:36:36.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-05-20T16:36:36.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-05-20T16:36:36.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-05-20T16:36:39.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28332026-05-20T16:36:39.987Z
28342026-05-20T16:36:39.987Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28352026-05-20T16:36:40.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-20T16:36:40.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-20T16:36:40.663Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-20T16:36:43.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28392026-05-20T16:36:43.480Z
28402026-05-20T16:36:43.480Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28412026-05-20T16:36:43.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-20T16:36:44.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-20T16:36:44.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-20T16:36:46.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28452026-05-20T16:36:46.988Z
28462026-05-20T16:36:46.988Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28472026-05-20T16:36:47.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-20T16:36:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-20T16:36:47.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-20T16:36:51.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28512026-05-20T16:36:51.321Z
28522026-05-20T16:36:51.321Zinfo: running `cargo check --bins` on oximeter (93/276)
28532026-05-20T16:36:51.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-20T16:36:51.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-20T16:36:51.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-05-20T16:36:51.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28572026-05-20T16:36:51.916Z
28582026-05-20T16:36:51.916Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28592026-05-20T16:36:52.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-20T16:36:52.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-20T16:36:52.551Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28622026-05-20T16:36:52.717Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28632026-05-20T16:36:52.719Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28642026-05-20T16:36:53.057Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28652026-05-20T16:36:55.998Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28662026-05-20T16:36:57.225Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672026-05-20T16:36:57.390Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28682026-05-20T16:36:58.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28692026-05-20T16:36:58.251Z
28702026-05-20T16:36:58.251Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28712026-05-20T16:36:58.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-20T16:36:58.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-20T16:36:58.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-05-20T16:36:58.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28752026-05-20T16:36:58.858Z
28762026-05-20T16:36:58.858Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28772026-05-20T16:36:59.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-20T16:36:59.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-20T16:36:59.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-20T16:36:59.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812026-05-20T16:36:59.494Z
28822026-05-20T16:36:59.494Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28832026-05-20T16:37:00.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-20T16:37:00.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-20T16:37:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-05-20T16:37:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28872026-05-20T16:37:00.098Z
28882026-05-20T16:37:00.098Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28892026-05-20T16:37:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-20T16:37:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-20T16:37:00.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-20T16:37:00.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28932026-05-20T16:37:00.704Z
28942026-05-20T16:37:00.704Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
28952026-05-20T16:37:01.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-20T16:37:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-20T16:37:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-20T16:37:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28992026-05-20T16:37:01.305Z
29002026-05-20T16:37:01.305Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29012026-05-20T16:37:01.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-20T16:37:01.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-20T16:37:01.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-20T16:37:01.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29052026-05-20T16:37:01.915Z
29062026-05-20T16:37:01.915Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29072026-05-20T16:37:02.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-20T16:37:02.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-20T16:37:02.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-20T16:37:02.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29112026-05-20T16:37:02.502Z
29122026-05-20T16:37:02.502Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29132026-05-20T16:37:03.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-20T16:37:03.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-20T16:37:03.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-20T16:37:03.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29172026-05-20T16:37:03.105Z
29182026-05-20T16:37:03.105Zinfo: running `cargo check --bins` on update-engine (103/276)
29192026-05-20T16:37:03.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-20T16:37:03.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-20T16:37:03.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-20T16:37:03.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29232026-05-20T16:37:03.688Z
29242026-05-20T16:37:03.688Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29252026-05-20T16:37:04.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-20T16:37:04.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-20T16:37:04.410Z Compiling crucible-workspace-hack v0.1.0
29282026-05-20T16:37:04.527Z Checking secrecy v0.10.3
29292026-05-20T16:37:04.535Z Compiling heapless v0.8.0
29302026-05-20T16:37:04.538Z Compiling toml_datetime v0.7.5+spec-1.1.0
29312026-05-20T16:37:04.549Z Compiling ingot-macros v0.1.1
29322026-05-20T16:37:04.558Z Checking hash32 v0.3.1
29332026-05-20T16:37:04.570Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29342026-05-20T16:37:04.573Z Compiling smoltcp v0.11.0
29352026-05-20T16:37:04.631Z Checking cobs v0.3.0
29362026-05-20T16:37:04.677Z Compiling thiserror-impl-no-std v2.0.2
29372026-05-20T16:37:04.768Z Compiling toml_edit v0.23.10+spec-1.0.0
29382026-05-20T16:37:04.771Z Checking universal-hash v0.5.1
29392026-05-20T16:37:04.807Z Checking half v2.7.1
29402026-05-20T16:37:04.831Z Checking opaque-debug v0.3.1
29412026-05-20T16:37:04.899Z Checking ciborium-io v0.2.2
29422026-05-20T16:37:04.913Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29432026-05-20T16:37:04.945Z Checking poly1305 v0.8.0
29442026-05-20T16:37:04.995Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29452026-05-20T16:37:05.062Z Checking ciborium-ll v0.2.2
29462026-05-20T16:37:05.113Z Checking postcard v1.1.3
29472026-05-20T16:37:05.212Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29482026-05-20T16:37:05.236Z Checking password-hash v0.5.0
29492026-05-20T16:37:05.367Z Compiling proc-macro-crate v3.4.0
29502026-05-20T16:37:05.410Z Checking chacha20 v0.9.1
29512026-05-20T16:37:05.487Z Compiling proc-macro-crate v1.3.1
29522026-05-20T16:37:05.510Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29532026-05-20T16:37:05.609Z Checking blake2 v0.10.6
29542026-05-20T16:37:05.747Z Checking aead v0.5.2
29552026-05-20T16:37:05.836Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29562026-05-20T16:37:05.850Z Compiling foreign-types-macros v0.2.3
29572026-05-20T16:37:05.863Z Checking thiserror-no-std v2.0.2
29582026-05-20T16:37:05.893Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-05-20T16:37:05.908Z Checking foreign-types-shared v0.3.1
29602026-05-20T16:37:05.929Z Compiling num_enum_derive v0.7.5
29612026-05-20T16:37:05.945Z Checking cpufeatures v0.3.0
29622026-05-20T16:37:05.997Z Checking vsss-rs v3.3.4
29632026-05-20T16:37:06.021Z Checking chacha20 v0.10.0
29642026-05-20T16:37:06.043Z Compiling num_enum_derive v0.5.11
29652026-05-20T16:37:06.132Z Checking chacha20poly1305 v0.10.1
29662026-05-20T16:37:06.245Z Checking argon2 v0.5.3
29672026-05-20T16:37:06.261Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29682026-05-20T16:37:06.434Z Checking foreign-types v0.5.0
29692026-05-20T16:37:06.516Z Checking ciborium v0.2.2
29702026-05-20T16:37:06.684Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29712026-05-20T16:37:06.704Z Checking tabwriter v1.4.1
29722026-05-20T16:37:06.853Z Checking byte-wrapper v0.1.0
29732026-05-20T16:37:06.937Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29742026-05-20T16:37:06.973Z Checking cstr-argument v0.1.2
29752026-05-20T16:37:06.987Z Checking num_enum v0.7.5
29762026-05-20T16:37:07.064Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29772026-05-20T16:37:07.079Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29782026-05-20T16:37:07.095Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29792026-05-20T16:37:07.109Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29802026-05-20T16:37:07.123Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29812026-05-20T16:37:07.276Z Checking num_enum v0.5.11
29822026-05-20T16:37:07.276Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29832026-05-20T16:37:07.303Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29842026-05-20T16:37:07.363Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-20T16:37:07.377Z Checking ingot-types v0.1.2
29862026-05-20T16:37:07.401Z Checking rand v0.10.0
29872026-05-20T16:37:07.473Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29882026-05-20T16:37:07.502Z Checking colored v3.1.1
29892026-05-20T16:37:07.516Z Checking indent_write v2.2.0
29902026-05-20T16:37:07.648Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29912026-05-20T16:37:07.702Z Compiling zone_cfg_derive v0.3.1
29922026-05-20T16:37:07.735Z Checking ingot v0.1.1
29932026-05-20T16:37:07.749Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29942026-05-20T16:37:07.785Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29952026-05-20T16:37:07.820Z Checking itertools v0.12.1
29962026-05-20T16:37:07.844Z Compiling num-derive v0.4.2
29972026-05-20T16:37:07.901Z Checking swrite v0.1.0
29982026-05-20T16:37:07.956Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29992026-05-20T16:37:07.994Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30002026-05-20T16:37:08.155Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30012026-05-20T16:37:08.232Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30022026-05-20T16:37:08.316Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30032026-05-20T16:37:08.333Z Checking dropshot-api-manager-types v0.7.1
30042026-05-20T16:37:08.343Z Checking smf v0.2.3
30052026-05-20T16:37:08.430Z Checking nanorand v0.7.0
30062026-05-20T16:37:08.497Z Checking whoami v1.6.1
30072026-05-20T16:37:08.615Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30082026-05-20T16:37:08.674Z Checking flume v0.11.1
30092026-05-20T16:37:08.818Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30102026-05-20T16:37:08.852Z Checking zone v0.3.1
30112026-05-20T16:37:09.360Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30122026-05-20T16:37:10.347Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30132026-05-20T16:37:11.246Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30142026-05-20T16:37:14.448Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30152026-05-20T16:37:16.508Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30162026-05-20T16:37:17.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
30172026-05-20T16:37:17.812Z
30182026-05-20T16:37:17.812Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30192026-05-20T16:37:18.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-05-20T16:37:18.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-05-20T16:37:18.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-05-20T16:37:18.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30232026-05-20T16:37:18.410Z
30242026-05-20T16:37:18.410Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30252026-05-20T16:37:18.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-20T16:37:18.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-20T16:37:18.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-20T16:37:18.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30292026-05-20T16:37:19.015Z
30302026-05-20T16:37:19.015Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30312026-05-20T16:37:19.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-20T16:37:19.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-20T16:37:19.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-20T16:37:19.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352026-05-20T16:37:19.626Z
30362026-05-20T16:37:19.626Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30372026-05-20T16:37:20.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-20T16:37:20.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-20T16:37:20.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-20T16:37:20.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30412026-05-20T16:37:20.242Z
30422026-05-20T16:37:20.242Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30432026-05-20T16:37:20.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-20T16:37:20.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-20T16:37:20.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-20T16:37:20.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-05-20T16:37:20.850Z
30482026-05-20T16:37:20.850Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30492026-05-20T16:37:21.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-20T16:37:21.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-20T16:37:21.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-20T16:37:21.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30532026-05-20T16:37:21.457Z
30542026-05-20T16:37:21.457Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30552026-05-20T16:37:21.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-20T16:37:21.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-20T16:37:21.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-20T16:37:21.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-05-20T16:37:22.063Z
30602026-05-20T16:37:22.063Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30612026-05-20T16:37:22.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-20T16:37:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-20T16:37:22.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-20T16:37:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-05-20T16:37:22.662Z
30662026-05-20T16:37:22.662Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30672026-05-20T16:37:23.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-20T16:37:23.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-20T16:37:23.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-20T16:37:23.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30712026-05-20T16:37:23.274Z
30722026-05-20T16:37:23.274Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30732026-05-20T16:37:23.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-20T16:37:23.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-20T16:37:23.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-20T16:37:23.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772026-05-20T16:37:23.887Z
30782026-05-20T16:37:23.887Zinfo: running `cargo check --bins` on installinator-client (115/276)
30792026-05-20T16:37:24.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-20T16:37:24.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-20T16:37:24.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-20T16:37:24.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-05-20T16:37:24.497Z
30842026-05-20T16:37:24.497Zinfo: running `cargo check --bins` on nexus-client (116/276)
30852026-05-20T16:37:25.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-20T16:37:25.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-20T16:37:25.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-20T16:37:25.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30892026-05-20T16:37:25.143Z
30902026-05-20T16:37:25.143Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30912026-05-20T16:37:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-20T16:37:25.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-20T16:37:25.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-20T16:37:25.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30952026-05-20T16:37:25.791Z
30962026-05-20T16:37:25.792Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
30972026-05-20T16:37:26.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-20T16:37:26.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-20T16:37:26.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-20T16:37:26.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-05-20T16:37:26.391Z
31022026-05-20T16:37:26.391Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31032026-05-20T16:37:26.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-20T16:37:26.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-20T16:37:26.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-20T16:37:26.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31072026-05-20T16:37:26.988Z
31082026-05-20T16:37:26.988Zinfo: running `cargo check --bins` on oxide-client (120/276)
31092026-05-20T16:37:27.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-20T16:37:27.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-20T16:37:27.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-20T16:37:27.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-05-20T16:37:27.578Z
31142026-05-20T16:37:27.578Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31152026-05-20T16:37:28.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-20T16:37:28.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-20T16:37:28.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-20T16:37:28.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31192026-05-20T16:37:28.185Z
31202026-05-20T16:37:28.185Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31212026-05-20T16:37:28.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-20T16:37:28.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-20T16:37:28.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-20T16:37:28.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-05-20T16:37:28.781Z
31262026-05-20T16:37:28.781Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31272026-05-20T16:37:29.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-20T16:37:29.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-20T16:37:29.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-20T16:37:29.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31312026-05-20T16:37:29.399Z
31322026-05-20T16:37:29.399Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31332026-05-20T16:37:29.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-20T16:37:29.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-20T16:37:29.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-20T16:37:29.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31372026-05-20T16:37:30.035Z
31382026-05-20T16:37:30.035Zinfo: running `cargo check --bins` on installinator-common (125/276)
31392026-05-20T16:37:30.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-20T16:37:30.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-20T16:37:30.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-20T16:37:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-05-20T16:37:30.659Z
31442026-05-20T16:37:30.659Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31452026-05-20T16:37:31.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-20T16:37:31.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-20T16:37:31.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-20T16:37:31.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31492026-05-20T16:37:31.248Z
31502026-05-20T16:37:31.248Zinfo: running `cargo check --bins` on wicket-common (127/276)
31512026-05-20T16:37:31.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-20T16:37:31.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-20T16:37:31.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-20T16:37:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31552026-05-20T16:37:31.887Z
31562026-05-20T16:37:31.887Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31572026-05-20T16:37:32.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-20T16:37:32.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-20T16:37:32.569Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-05-20T16:37:32.686Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-05-20T16:37:32.692Z Checking csv-core v0.1.13
31622026-05-20T16:37:32.699Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-05-20T16:37:32.706Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31642026-05-20T16:37:32.716Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-05-20T16:37:32.728Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-20T16:37:32.740Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-20T16:37:32.850Z Checking csv v1.4.0
31682026-05-20T16:37:32.895Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-05-20T16:37:32.910Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-05-20T16:37:32.937Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-20T16:37:32.950Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-20T16:37:33.192Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-20T16:37:33.562Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-20T16:37:33.565Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31752026-05-20T16:37:33.896Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-20T16:37:39.893Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-20T16:37:40.438Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-20T16:37:42.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
31792026-05-20T16:37:43.004Z
31802026-05-20T16:37:43.004Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31812026-05-20T16:37:43.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-20T16:37:43.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-20T16:37:43.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-20T16:37:43.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31852026-05-20T16:37:43.607Z
31862026-05-20T16:37:43.607Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31872026-05-20T16:37:44.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-20T16:37:44.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-20T16:37:44.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-20T16:37:44.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31912026-05-20T16:37:44.292Z
31922026-05-20T16:37:44.292Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31932026-05-20T16:37:44.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-20T16:37:44.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-20T16:37:44.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-20T16:37:44.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31972026-05-20T16:37:44.981Z
31982026-05-20T16:37:44.981Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
31992026-05-20T16:37:45.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-20T16:37:45.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-20T16:37:45.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-20T16:37:45.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32032026-05-20T16:37:45.639Z
32042026-05-20T16:37:45.639Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32052026-05-20T16:37:46.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-20T16:37:46.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-20T16:37:46.410Z Compiling regress v0.11.1
32082026-05-20T16:37:46.546Z Compiling unsafe-libyaml v0.2.11
32092026-05-20T16:37:46.560Z Compiling semver v0.1.20
32102026-05-20T16:37:46.563Z Compiling radium v0.7.0
32112026-05-20T16:37:46.585Z Compiling maybe-uninit v2.0.0
32122026-05-20T16:37:46.585Z Checking tap v1.0.1
32132026-05-20T16:37:46.613Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-20T16:37:46.702Z Checking wyz v0.5.1
32152026-05-20T16:37:46.835Z Compiling rustc_version v0.1.7
32162026-05-20T16:37:46.879Z Checking progenitor-client v0.13.0
32172026-05-20T16:37:46.910Z Compiling zerocopy-derive v0.6.6
32182026-05-20T16:37:47.020Z Compiling owo-colors v4.3.0
32192026-05-20T16:37:47.074Z Compiling serde_yaml v0.9.34+deprecated
32202026-05-20T16:37:47.112Z Compiling newtype_derive v0.1.6
32212026-05-20T16:37:47.294Z Checking crc-catalog v2.4.0
32222026-05-20T16:37:47.310Z Checking funty v2.0.0
32232026-05-20T16:37:47.376Z Compiling packed_struct v0.10.1
32242026-05-20T16:37:47.393Z Compiling cancel-safe-futures v0.1.5
32252026-05-20T16:37:47.628Z Checking crc v3.4.0
32262026-05-20T16:37:47.642Z Checking bitvec v1.0.1
32272026-05-20T16:37:47.759Z Checking zerocopy v0.6.6
32282026-05-20T16:37:47.803Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-20T16:37:47.848Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-20T16:37:48.001Z Checking typify-impl v0.6.2
32312026-05-20T16:37:48.057Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-20T16:37:48.189Z Compiling packed_struct_codegen v0.10.1
32332026-05-20T16:37:48.311Z Checking libsw-core v0.3.2
32342026-05-20T16:37:48.357Z Compiling bitfield-macros v0.19.4
32352026-05-20T16:37:48.461Z Compiling indexmap v1.9.3
32362026-05-20T16:37:48.547Z Checking nodrop v0.1.14
32372026-05-20T16:37:48.647Z Checking array-init v0.0.4
32382026-05-20T16:37:48.696Z Checking libsw v3.5.0
32392026-05-20T16:37:48.855Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-20T16:37:48.957Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-20T16:37:48.972Z Checking smallvec v0.6.14
32422026-05-20T16:37:49.105Z Checking bitfield v0.19.4
32432026-05-20T16:37:49.140Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-20T16:37:49.275Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-20T16:37:49.387Z Checking tagptr v0.2.0
32462026-05-20T16:37:49.404Z Checking base64 v0.21.7
32472026-05-20T16:37:49.491Z Checking unicode-linebreak v0.1.5
32482026-05-20T16:37:49.529Z Checking smawk v0.3.2
32492026-05-20T16:37:49.564Z Checking hashbrown v0.12.3
32502026-05-20T16:37:49.647Z Checking linear-map v1.2.0
32512026-05-20T16:37:49.663Z Checking ron v0.8.1
32522026-05-20T16:37:49.708Z Checking textwrap v0.16.2
32532026-05-20T16:37:49.772Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-20T16:37:49.820Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32552026-05-20T16:37:49.841Z Checking moka v0.12.13
32562026-05-20T16:37:49.922Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-20T16:37:49.945Z Checking steno v0.4.1
32582026-05-20T16:37:50.193Z Checking serde-hex v0.1.0
32592026-05-20T16:37:50.311Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-20T16:37:50.362Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32612026-05-20T16:37:50.477Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-05-20T16:37:50.492Z Checking hashbrown v0.13.2
32632026-05-20T16:37:50.725Z Checking crc-any v2.5.0
32642026-05-20T16:37:50.908Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-05-20T16:37:50.923Z Checking humantime v2.3.0
32662026-05-20T16:37:50.938Z Checking object v0.30.4
32672026-05-20T16:37:51.062Z Checking hickory-resolver v0.25.2
32682026-05-20T16:37:51.094Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-20T16:37:51.110Z Checking half v1.8.3
32702026-05-20T16:37:51.142Z Checking path-slash v0.1.5
32712026-05-20T16:37:51.247Z Checking void v1.0.2
32722026-05-20T16:37:51.262Z Checking utf-8 v0.7.6
32732026-05-20T16:37:51.321Z Checking serde_cbor v0.11.2
32742026-05-20T16:37:51.354Z Checking lzss v0.8.2
32752026-05-20T16:37:51.395Z Checking tungstenite v0.23.0
32762026-05-20T16:37:51.684Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-20T16:37:51.699Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-20T16:37:51.713Z Checking nix v0.27.1
32792026-05-20T16:37:51.762Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32802026-05-20T16:37:51.820Z Checking kstat-rs v0.2.4
32812026-05-20T16:37:51.844Z Checking fxhash v0.2.1
32822026-05-20T16:37:51.936Z Checking serde_bytes v0.11.19
32832026-05-20T16:37:51.964Z Checking tokio-tungstenite v0.23.1
32842026-05-20T16:37:52.011Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-05-20T16:37:52.114Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32862026-05-20T16:37:52.188Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32872026-05-20T16:37:52.222Z Checking signal-hook-tokio v0.3.1
32882026-05-20T16:37:52.516Z Compiling typify-macro v0.6.2
32892026-05-20T16:37:53.329Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-20T16:37:53.679Z Compiling typify v0.6.2
32912026-05-20T16:37:53.760Z Compiling progenitor-impl v0.13.0
32922026-05-20T16:37:53.760Z Compiling progenitor-impl v0.14.0
32932026-05-20T16:37:54.240Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-20T16:37:54.575Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32952026-05-20T16:37:55.375Z Compiling progenitor-macro v0.13.0
32962026-05-20T16:37:55.413Z Compiling progenitor-macro v0.14.0
32972026-05-20T16:37:57.794Z Checking progenitor v0.13.0
32982026-05-20T16:37:57.923Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32992026-05-20T16:37:58.093Z Checking progenitor v0.14.0
33002026-05-20T16:37:58.212Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-20T16:38:00.991Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-20T16:38:08.746Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-20T16:38:15.150Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-20T16:38:16.521Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-20T16:38:17.032Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-20T16:38:19.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.48s
33072026-05-20T16:38:19.334Z
33082026-05-20T16:38:19.334Zinfo: running `cargo check --bins` on gateway-api (134/276)
33092026-05-20T16:38:19.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-20T16:38:19.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-20T16:38:19.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-20T16:38:19.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-05-20T16:38:19.938Z
33142026-05-20T16:38:19.938Zinfo: running `cargo check --bins` on ipcc (135/276)
33152026-05-20T16:38:20.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-20T16:38:20.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-20T16:38:20.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-20T16:38:20.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33192026-05-20T16:38:20.546Z
33202026-05-20T16:38:20.546Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33212026-05-20T16:38:21.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-20T16:38:21.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-20T16:38:21.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-20T16:38:21.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33252026-05-20T16:38:21.139Z
33262026-05-20T16:38:21.139Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33272026-05-20T16:38:21.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-20T16:38:21.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-20T16:38:21.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-20T16:38:21.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33312026-05-20T16:38:21.745Z
33322026-05-20T16:38:21.745Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33332026-05-20T16:38:22.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-20T16:38:22.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-20T16:38:22.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-20T16:38:22.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33372026-05-20T16:38:22.356Z
33382026-05-20T16:38:22.356Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33392026-05-20T16:38:22.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-20T16:38:22.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-20T16:38:22.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-20T16:38:22.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-05-20T16:38:22.967Z
33442026-05-20T16:38:22.967Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33452026-05-20T16:38:23.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-20T16:38:23.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-20T16:38:23.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-20T16:38:23.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-05-20T16:38:23.575Z
33502026-05-20T16:38:23.575Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33512026-05-20T16:38:24.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-20T16:38:24.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-20T16:38:24.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-20T16:38:24.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33552026-05-20T16:38:24.186Z
33562026-05-20T16:38:24.186Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33572026-05-20T16:38:24.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-20T16:38:24.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-20T16:38:24.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-20T16:38:24.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33612026-05-20T16:38:24.796Z
33622026-05-20T16:38:24.796Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33632026-05-20T16:38:25.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-20T16:38:25.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-20T16:38:25.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-20T16:38:25.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33672026-05-20T16:38:25.413Z
33682026-05-20T16:38:25.413Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33692026-05-20T16:38:25.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-20T16:38:25.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-20T16:38:25.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-20T16:38:25.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33732026-05-20T16:38:26.023Z
33742026-05-20T16:38:26.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33752026-05-20T16:38:26.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-20T16:38:26.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-20T16:38:26.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-20T16:38:26.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-05-20T16:38:26.638Z
33802026-05-20T16:38:26.638Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33812026-05-20T16:38:27.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-20T16:38:27.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-20T16:38:27.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-20T16:38:27.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-05-20T16:38:27.250Z
33862026-05-20T16:38:27.250Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33872026-05-20T16:38:27.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-20T16:38:27.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-20T16:38:27.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-20T16:38:27.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33912026-05-20T16:38:27.864Z
33922026-05-20T16:38:27.864Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33932026-05-20T16:38:28.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-20T16:38:28.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-20T16:38:28.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-20T16:38:28.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33972026-05-20T16:38:28.475Z
33982026-05-20T16:38:28.475Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
33992026-05-20T16:38:28.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-20T16:38:28.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-20T16:38:28.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-20T16:38:28.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-05-20T16:38:29.074Z
34042026-05-20T16:38:29.074Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34052026-05-20T16:38:29.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-20T16:38:29.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-20T16:38:29.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-20T16:38:29.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-20T16:38:29.673Z
34102026-05-20T16:38:29.673Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34112026-05-20T16:38:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-20T16:38:30.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-20T16:38:30.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-20T16:38:30.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34152026-05-20T16:38:30.273Z
34162026-05-20T16:38:30.273Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34172026-05-20T16:38:30.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-20T16:38:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-20T16:38:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-20T16:38:30.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-05-20T16:38:30.867Z
34222026-05-20T16:38:30.867Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34232026-05-20T16:38:31.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-20T16:38:31.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-20T16:38:31.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-20T16:38:31.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-05-20T16:38:31.467Z
34282026-05-20T16:38:31.467Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34292026-05-20T16:38:31.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-20T16:38:31.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-20T16:38:31.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-20T16:38:31.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34332026-05-20T16:38:32.071Z
34342026-05-20T16:38:32.071Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34352026-05-20T16:38:32.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-20T16:38:32.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-20T16:38:32.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-20T16:38:32.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-05-20T16:38:32.712Z
34402026-05-20T16:38:32.712Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34412026-05-20T16:38:33.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-20T16:38:33.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-20T16:38:33.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-20T16:38:33.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-05-20T16:38:33.318Z
34462026-05-20T16:38:33.318Zinfo: running `cargo check --bins` on dns-server (157/276)
34472026-05-20T16:38:33.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-20T16:38:33.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-20T16:38:33.975Z Compiling parking_lot_core v0.8.6
34502026-05-20T16:38:33.975Z Compiling atomicwrites v0.4.4
34512026-05-20T16:38:33.978Z Compiling git-stub v1.0.0
34522026-05-20T16:38:33.978Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34532026-05-20T16:38:33.978Z Checking prefix-trie v0.7.0
34542026-05-20T16:38:34.215Z Compiling git-stub-vcs v0.1.0
34552026-05-20T16:38:34.391Z Checking hickory-server v0.25.2
34562026-05-20T16:38:34.496Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34572026-05-20T16:38:34.533Z Checking parking_lot v0.11.2
34582026-05-20T16:38:34.561Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592026-05-20T16:38:34.564Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34602026-05-20T16:38:34.707Z Checking sled v0.34.7
34612026-05-20T16:38:36.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34622026-05-20T16:38:36.799Z
34632026-05-20T16:38:36.799Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34642026-05-20T16:38:37.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-20T16:38:37.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-20T16:38:37.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-20T16:38:37.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34682026-05-20T16:38:37.406Z
34692026-05-20T16:38:37.406Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34702026-05-20T16:38:37.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-20T16:38:37.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-20T16:38:37.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-20T16:38:37.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34742026-05-20T16:38:38.007Z
34752026-05-20T16:38:38.007Zinfo: running `cargo check --bins` on sp-sim (160/276)
34762026-05-20T16:38:38.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-20T16:38:38.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-20T16:38:38.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-20T16:38:40.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34802026-05-20T16:38:40.740Z
34812026-05-20T16:38:40.740Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34822026-05-20T16:38:41.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-20T16:38:41.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-20T16:38:41.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-20T16:38:41.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34862026-05-20T16:38:41.371Z
34872026-05-20T16:38:41.371Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34882026-05-20T16:38:41.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-20T16:38:41.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-20T16:38:41.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-20T16:38:41.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34922026-05-20T16:38:42.036Z
34932026-05-20T16:38:42.036Zinfo: running `cargo check --bins` on db-macros (163/276)
34942026-05-20T16:38:42.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-20T16:38:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-20T16:38:42.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-20T16:38:42.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-05-20T16:38:42.624Z
34992026-05-20T16:38:42.624Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35002026-05-20T16:38:43.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-20T16:38:43.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-20T16:38:43.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-20T16:38:43.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-05-20T16:38:43.215Z
35052026-05-20T16:38:43.215Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35062026-05-20T16:38:43.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-20T16:38:43.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-20T16:38:43.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-20T16:38:43.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35102026-05-20T16:38:43.874Z
35112026-05-20T16:38:43.875Zinfo: running `cargo check --bins` on authz-macros (166/276)
35122026-05-20T16:38:44.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-20T16:38:44.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-20T16:38:44.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-20T16:38:44.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35162026-05-20T16:38:44.466Z
35172026-05-20T16:38:44.466Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35182026-05-20T16:38:45.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-20T16:38:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-20T16:38:45.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-20T16:38:45.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222026-05-20T16:38:45.113Z
35232026-05-20T16:38:45.113Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35242026-05-20T16:38:45.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-20T16:38:45.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-20T16:38:45.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-20T16:38:45.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35282026-05-20T16:38:45.763Z
35292026-05-20T16:38:45.763Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35302026-05-20T16:38:46.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-20T16:38:46.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-20T16:38:46.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-20T16:38:46.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35342026-05-20T16:38:46.360Z
35352026-05-20T16:38:46.360Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35362026-05-20T16:38:46.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-20T16:38:46.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-20T16:38:46.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-20T16:38:46.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35402026-05-20T16:38:46.954Z
35412026-05-20T16:38:46.954Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35422026-05-20T16:38:47.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-20T16:38:47.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-20T16:38:47.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-20T16:38:47.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-05-20T16:38:47.560Z
35472026-05-20T16:38:47.560Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35482026-05-20T16:38:48.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-20T16:38:48.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-20T16:38:48.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-20T16:38:48.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35522026-05-20T16:38:48.218Z
35532026-05-20T16:38:48.218Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35542026-05-20T16:38:48.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-20T16:38:48.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-20T16:38:48.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-20T16:38:48.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-05-20T16:38:48.772Z
35592026-05-20T16:38:48.772Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35602026-05-20T16:38:49.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-20T16:38:49.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-20T16:38:49.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-20T16:38:49.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35642026-05-20T16:38:49.413Z
35652026-05-20T16:38:49.413Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35662026-05-20T16:38:49.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-20T16:38:49.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-20T16:38:49.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-20T16:38:49.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35702026-05-20T16:38:50.071Z
35712026-05-20T16:38:50.071Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35722026-05-20T16:38:50.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-20T16:38:50.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-20T16:38:50.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-20T16:38:50.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35762026-05-20T16:38:50.721Z
35772026-05-20T16:38:50.721Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35782026-05-20T16:38:51.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-20T16:38:51.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-20T16:38:51.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-20T16:38:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35822026-05-20T16:38:51.346Z
35832026-05-20T16:38:51.346Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35842026-05-20T16:38:51.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-20T16:38:51.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-20T16:38:51.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-20T16:38:51.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35882026-05-20T16:38:51.966Z
35892026-05-20T16:38:51.966Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35902026-05-20T16:38:52.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-20T16:38:52.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-20T16:38:52.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-20T16:38:52.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35942026-05-20T16:38:52.591Z
35952026-05-20T16:38:52.591Zinfo: running `cargo check --bins` on key-manager (180/276)
35962026-05-20T16:38:53.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-20T16:38:53.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-20T16:38:53.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-20T16:38:53.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-05-20T16:38:53.195Z
36012026-05-20T16:38:53.195Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36022026-05-20T16:38:53.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-20T16:38:53.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-20T16:38:53.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-20T16:38:53.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36062026-05-20T16:38:53.819Z
36072026-05-20T16:38:53.819Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36082026-05-20T16:38:54.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-20T16:38:54.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-20T16:38:54.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-20T16:38:54.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36122026-05-20T16:38:54.450Z
36132026-05-20T16:38:54.450Zinfo: running `cargo check --bins` on typed-rng (183/276)
36142026-05-20T16:38:54.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-20T16:38:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-20T16:38:54.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-20T16:38:54.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36182026-05-20T16:38:55.044Z
36192026-05-20T16:38:55.044Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36202026-05-20T16:38:55.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-20T16:38:55.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-20T16:38:55.910Z Compiling libefi-sys v0.1.0
36232026-05-20T16:38:55.913Z Compiling bitfield-struct v0.6.2
36242026-05-20T16:38:56.057Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-20T16:38:56.065Z Compiling xshell-macros v0.2.7
36262026-05-20T16:38:56.075Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36272026-05-20T16:38:56.102Z Compiling typify-impl v0.4.3
36282026-05-20T16:38:56.106Z Compiling salty v0.3.0
36292026-05-20T16:38:56.106Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-20T16:38:56.178Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36312026-05-20T16:38:56.257Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36322026-05-20T16:38:56.413Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36332026-05-20T16:38:56.429Z Checking xshell v0.2.7
36342026-05-20T16:38:56.449Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36352026-05-20T16:38:56.628Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36362026-05-20T16:38:56.646Z Checking primeorder v0.13.6
36372026-05-20T16:38:56.664Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-05-20T16:38:56.667Z Compiling proc-macro-error-attr2 v2.0.0
36392026-05-20T16:38:56.791Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-05-20T16:38:56.807Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36412026-05-20T16:38:56.888Z Checking tungstenite v0.21.0
36422026-05-20T16:38:56.913Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36432026-05-20T16:38:57.020Z Checking p384 v0.13.1
36442026-05-20T16:38:57.052Z Compiling proc-macro-error2 v2.0.1
36452026-05-20T16:38:57.081Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36462026-05-20T16:38:57.146Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36472026-05-20T16:38:57.439Z Compiling num-derive v0.3.3
36482026-05-20T16:38:57.642Z Compiling tabled_derive v0.11.0
36492026-05-20T16:38:57.742Z Checking tokio-tungstenite v0.21.0
36502026-05-20T16:38:58.016Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36512026-05-20T16:38:58.033Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-05-20T16:38:58.308Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-05-20T16:38:58.335Z Checking libscf-sys v1.1.0
36542026-05-20T16:38:58.510Z Checking papergrid v0.17.0
36552026-05-20T16:38:58.632Z Checking testing_table v0.3.0
36562026-05-20T16:38:58.734Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-20T16:38:58.753Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36582026-05-20T16:38:58.833Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-20T16:38:58.851Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-20T16:38:59.065Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-20T16:38:59.223Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36622026-05-20T16:38:59.277Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-20T16:38:59.293Z Checking corncobs v0.1.4
36642026-05-20T16:38:59.322Z Compiling illumos-nvpair-sys v0.2.0
36652026-05-20T16:38:59.402Z Compiling unicase v2.9.0
36662026-05-20T16:38:59.421Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36672026-05-20T16:38:59.527Z Checking tabled v0.20.0
36682026-05-20T16:38:59.569Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-20T16:38:59.610Z Compiling mime_guess v2.0.5
36702026-05-20T16:38:59.628Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36712026-05-20T16:38:59.686Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36722026-05-20T16:38:59.895Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-20T16:38:59.895Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36742026-05-20T16:38:59.926Z Checking progenitor-client v0.11.2
36752026-05-20T16:38:59.943Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-20T16:39:00.152Z Checking secrecy v0.8.0
36772026-05-20T16:39:00.169Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36782026-05-20T16:39:00.502Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
36792026-05-20T16:39:00.518Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36802026-05-20T16:39:00.544Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36812026-05-20T16:39:00.687Z Compiling typify-macro v0.4.3
36822026-05-20T16:39:00.704Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-20T16:39:00.787Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36842026-05-20T16:39:00.818Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36852026-05-20T16:39:00.858Z Checking filetime v0.2.27
36862026-05-20T16:39:00.986Z Checking xattr v1.6.1
36872026-05-20T16:39:01.004Z Checking crc8 v0.1.1
36882026-05-20T16:39:01.125Z Checking http-range v0.1.5
36892026-05-20T16:39:01.244Z Checking tar v0.4.45
36902026-05-20T16:39:01.260Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-05-20T16:39:01.456Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36922026-05-20T16:39:01.558Z Checking illumos-nvpair v0.3.0
36932026-05-20T16:39:01.640Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36942026-05-20T16:39:01.719Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36952026-05-20T16:39:01.753Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36962026-05-20T16:39:02.036Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36972026-05-20T16:39:02.129Z Checking atty v0.2.14
36982026-05-20T16:39:02.232Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36992026-05-20T16:39:02.249Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37002026-05-20T16:39:02.357Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37012026-05-20T16:39:02.443Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-20T16:39:02.453Z Compiling typify v0.4.3
37032026-05-20T16:39:02.558Z Compiling progenitor-impl v0.11.2
37042026-05-20T16:39:02.743Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37052026-05-20T16:39:02.891Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37062026-05-20T16:39:02.915Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37072026-05-20T16:39:02.945Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-20T16:39:03.134Z Checking hyper-staticfile v0.10.1
37092026-05-20T16:39:03.199Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-20T16:39:03.422Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37112026-05-20T16:39:03.462Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37122026-05-20T16:39:03.753Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37132026-05-20T16:39:03.769Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37142026-05-20T16:39:03.960Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37152026-05-20T16:39:04.125Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37162026-05-20T16:39:04.174Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37172026-05-20T16:39:04.326Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37182026-05-20T16:39:04.407Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37192026-05-20T16:39:04.451Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37202026-05-20T16:39:04.623Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37212026-05-20T16:39:05.064Z Compiling progenitor-macro v0.11.2
37222026-05-20T16:39:07.480Z Checking progenitor v0.11.2
37232026-05-20T16:39:07.617Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37242026-05-20T16:39:07.786Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37252026-05-20T16:39:12.314Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37262026-05-20T16:39:23.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.28s
37272026-05-20T16:39:23.553Z
37282026-05-20T16:39:23.553Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37292026-05-20T16:39:24.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-05-20T16:39:24.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-05-20T16:39:24.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-05-20T16:39:35.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
37332026-05-20T16:39:35.281Z
37342026-05-20T16:39:35.282Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37352026-05-20T16:39:35.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-05-20T16:39:35.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-05-20T16:39:36.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-05-20T16:39:46.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37392026-05-20T16:39:47.033Z
37402026-05-20T16:39:47.033Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37412026-05-20T16:39:47.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-05-20T16:39:47.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-05-20T16:39:47.829Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-05-20T16:39:58.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37452026-05-20T16:39:58.776Z
37462026-05-20T16:39:58.776Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37472026-05-20T16:39:59.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-05-20T16:39:59.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-05-20T16:39:59.570Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-05-20T16:40:10.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37512026-05-20T16:40:10.568Z
37522026-05-20T16:40:10.568Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37532026-05-20T16:40:11.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-05-20T16:40:11.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-05-20T16:40:11.358Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-20T16:40:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
37572026-05-20T16:40:22.427Z
37582026-05-20T16:40:22.427Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37592026-05-20T16:40:22.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-20T16:40:22.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-20T16:40:23.222Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-20T16:40:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37632026-05-20T16:40:34.268Z
37642026-05-20T16:40:34.268Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37652026-05-20T16:40:34.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-20T16:40:34.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-20T16:40:35.058Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-20T16:40:45.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
37692026-05-20T16:40:46.029Z
37702026-05-20T16:40:46.029Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37712026-05-20T16:40:46.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-20T16:40:46.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-20T16:40:46.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-05-20T16:40:46.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37752026-05-20T16:40:46.643Z
37762026-05-20T16:40:46.643Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37772026-05-20T16:40:47.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-20T16:40:47.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-20T16:40:47.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-05-20T16:40:47.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37812026-05-20T16:40:47.260Z
37822026-05-20T16:40:47.260Zinfo: running `cargo check --bins` on range-requests (194/276)
37832026-05-20T16:40:47.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-20T16:40:47.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-20T16:40:47.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-05-20T16:40:47.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37872026-05-20T16:40:47.858Z
37882026-05-20T16:40:47.858Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37892026-05-20T16:40:48.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-20T16:40:48.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-20T16:40:48.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-05-20T16:40:48.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37932026-05-20T16:40:48.464Z
37942026-05-20T16:40:48.464Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
37952026-05-20T16:40:48.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-20T16:40:48.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-20T16:40:48.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-05-20T16:40:48.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37992026-05-20T16:40:49.092Z
38002026-05-20T16:40:49.092Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38012026-05-20T16:40:49.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-20T16:40:49.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-20T16:40:49.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-20T16:40:49.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38052026-05-20T16:40:49.718Z
38062026-05-20T16:40:49.718Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38072026-05-20T16:40:50.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-20T16:40:50.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-20T16:40:50.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-20T16:40:50.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38112026-05-20T16:40:50.340Z
38122026-05-20T16:40:50.340Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38132026-05-20T16:40:50.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-20T16:40:50.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-20T16:40:50.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-20T16:40:50.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38172026-05-20T16:40:50.966Z
38182026-05-20T16:40:50.966Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38192026-05-20T16:40:51.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-20T16:40:51.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-20T16:40:51.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-20T16:40:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38232026-05-20T16:40:51.595Z
38242026-05-20T16:40:51.595Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38252026-05-20T16:40:52.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-20T16:40:52.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-20T16:40:52.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-20T16:40:52.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-20T16:40:52.226Z
38302026-05-20T16:40:52.226Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38312026-05-20T16:40:52.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-20T16:40:52.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-20T16:40:52.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-20T16:40:52.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38352026-05-20T16:40:52.857Z
38362026-05-20T16:40:52.857Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38372026-05-20T16:40:53.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-20T16:40:53.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-20T16:40:53.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-20T16:40:53.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38412026-05-20T16:40:53.491Z
38422026-05-20T16:40:53.491Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38432026-05-20T16:40:54.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-20T16:40:54.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-20T16:40:54.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-20T16:40:54.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-05-20T16:40:54.119Z
38482026-05-20T16:40:54.120Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38492026-05-20T16:40:54.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-20T16:40:54.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-20T16:40:54.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-20T16:40:54.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38532026-05-20T16:40:54.753Z
38542026-05-20T16:40:54.753Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38552026-05-20T16:40:55.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-20T16:40:55.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-20T16:40:55.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-20T16:40:55.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38592026-05-20T16:40:55.410Z
38602026-05-20T16:40:55.410Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38612026-05-20T16:40:55.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-20T16:40:55.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-20T16:40:55.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-20T16:40:55.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-05-20T16:40:56.037Z
38662026-05-20T16:40:56.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38672026-05-20T16:40:56.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-20T16:40:56.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-20T16:40:56.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-20T16:40:56.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38712026-05-20T16:40:56.686Z
38722026-05-20T16:40:56.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38732026-05-20T16:40:57.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-20T16:40:57.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-20T16:40:57.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-20T16:40:57.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38772026-05-20T16:40:57.351Z
38782026-05-20T16:40:57.351Zinfo: running `cargo check --bins` on update-common (210/276)
38792026-05-20T16:40:57.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-20T16:40:57.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-20T16:40:57.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-20T16:40:57.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38832026-05-20T16:40:57.969Z
38842026-05-20T16:40:57.969Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38852026-05-20T16:40:58.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-20T16:40:58.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-20T16:40:58.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-20T16:40:58.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38892026-05-20T16:40:58.636Z
38902026-05-20T16:40:58.636Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38912026-05-20T16:40:59.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-20T16:40:59.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-20T16:40:59.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-20T16:40:59.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38952026-05-20T16:40:59.234Z
38962026-05-20T16:40:59.234Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
38972026-05-20T16:40:59.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-20T16:40:59.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-20T16:41:00.025Z Compiling fs-err v2.11.0
39002026-05-20T16:41:00.028Z Checking ignore v0.4.25
39012026-05-20T16:41:00.028Z Checking arc-swap v1.8.2
39022026-05-20T16:41:00.156Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39032026-05-20T16:41:00.160Z Checking predicates-tree v1.0.13
39042026-05-20T16:41:00.163Z Checking parse-size v1.1.0
39052026-05-20T16:41:00.195Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39062026-05-20T16:41:00.208Z Checking rand_seeder v0.4.0
39072026-05-20T16:41:00.259Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39082026-05-20T16:41:00.293Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39092026-05-20T16:41:00.346Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39102026-05-20T16:41:00.360Z Checking slog-scope v4.4.1
39112026-05-20T16:41:00.448Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39122026-05-20T16:41:00.487Z Compiling petname v2.0.2
39132026-05-20T16:41:00.504Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-05-20T16:41:00.529Z Checking globwalk v0.9.1
39152026-05-20T16:41:00.542Z Checking slog-stdlog v4.1.1
39162026-05-20T16:41:00.601Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39172026-05-20T16:41:00.663Z Checking slog-envlogger v2.2.0
39182026-05-20T16:41:00.706Z Checking camino-tempfile-ext v0.3.3
39192026-05-20T16:41:00.792Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39202026-05-20T16:41:00.812Z Checking sapling-renderdag v0.1.0
39212026-05-20T16:41:00.898Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-05-20T16:41:00.984Z Checking subprocess v0.2.15
39232026-05-20T16:41:01.051Z Checking sync-ptr v0.1.4
39242026-05-20T16:41:01.138Z Checking colored v2.2.0
39252026-05-20T16:41:01.169Z Checking assert_matches v1.5.0
39262026-05-20T16:41:01.266Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39272026-05-20T16:41:01.416Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-20T16:41:01.419Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-05-20T16:41:02.113Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39302026-05-20T16:41:03.441Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39312026-05-20T16:41:05.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
39322026-05-20T16:41:05.876Z
39332026-05-20T16:41:05.876Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39342026-05-20T16:41:06.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-20T16:41:06.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-20T16:41:06.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-05-20T16:41:06.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39382026-05-20T16:41:06.470Z
39392026-05-20T16:41:06.470Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39402026-05-20T16:41:06.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-05-20T16:41:06.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-05-20T16:41:06.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-05-20T16:41:06.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39442026-05-20T16:41:07.090Z
39452026-05-20T16:41:07.090Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39462026-05-20T16:41:07.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-05-20T16:41:07.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-05-20T16:41:07.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-05-20T16:41:07.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39502026-05-20T16:41:07.753Z
39512026-05-20T16:41:07.754Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39522026-05-20T16:41:08.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-20T16:41:08.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-20T16:41:08.490Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39552026-05-20T16:41:08.490Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39562026-05-20T16:41:09.138Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39572026-05-20T16:41:10.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39582026-05-20T16:41:10.950Z
39592026-05-20T16:41:10.950Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39602026-05-20T16:41:11.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-20T16:41:11.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-20T16:41:11.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-20T16:41:11.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39642026-05-20T16:41:11.557Z
39652026-05-20T16:41:11.557Zinfo: running `cargo check --bins` on cert-dev (219/276)
39662026-05-20T16:41:12.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-20T16:41:12.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-20T16:41:12.175Z Checking yasna v0.5.2
39692026-05-20T16:41:12.581Z Checking rcgen v0.12.1
39702026-05-20T16:41:12.838Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39712026-05-20T16:41:13.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39722026-05-20T16:41:13.192Z
39732026-05-20T16:41:13.192Zinfo: running `cargo check --bins` on clickana (220/276)
39742026-05-20T16:41:13.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-20T16:41:13.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-20T16:41:13.843Z Compiling darling_core v0.23.0
39772026-05-20T16:41:13.953Z Compiling instability v0.3.11
39782026-05-20T16:41:13.960Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39792026-05-20T16:41:13.960Z Checking castaway v0.2.4
39802026-05-20T16:41:13.973Z Compiling indoc v2.0.7
39812026-05-20T16:41:13.982Z Checking unicode-truncate v1.1.0
39822026-05-20T16:41:13.985Z Checking lru v0.12.5
39832026-05-20T16:41:13.985Z Checking cassowary v0.3.0
39842026-05-20T16:41:14.060Z Checking compact_str v0.8.1
39852026-05-20T16:41:15.017Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39862026-05-20T16:41:15.202Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39872026-05-20T16:41:15.384Z Compiling darling_macro v0.23.0
39882026-05-20T16:41:15.800Z Compiling darling v0.23.0
39892026-05-20T16:41:16.411Z Checking ratatui v0.29.0
39902026-05-20T16:41:17.463Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39912026-05-20T16:41:18.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39922026-05-20T16:41:18.315Z
39932026-05-20T16:41:18.315Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
39942026-05-20T16:41:18.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-05-20T16:41:18.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-05-20T16:41:19.054Z Checking headers-core v0.3.0
39972026-05-20T16:41:19.057Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39982026-05-20T16:41:19.245Z Checking headers v0.4.1
39992026-05-20T16:41:19.612Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40002026-05-20T16:41:20.468Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40012026-05-20T16:41:20.966Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40022026-05-20T16:41:21.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
40032026-05-20T16:41:21.591Z
40042026-05-20T16:41:21.591Zinfo: running `cargo check --bins` on ch-dev (222/276)
40052026-05-20T16:41:22.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-20T16:41:22.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-20T16:41:22.318Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40082026-05-20T16:41:23.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40092026-05-20T16:41:23.271Z
40102026-05-20T16:41:23.271Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40112026-05-20T16:41:23.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-20T16:41:23.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-20T16:41:23.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-05-20T16:41:23.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40152026-05-20T16:41:23.739Z
40162026-05-20T16:41:23.739Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40172026-05-20T16:41:24.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-20T16:41:24.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-20T16:41:24.456Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40202026-05-20T16:41:25.447Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40212026-05-20T16:41:25.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40222026-05-20T16:41:25.997Z
40232026-05-20T16:41:25.997Zinfo: running `cargo check --bins` on db-dev (225/276)
40242026-05-20T16:41:26.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-20T16:41:26.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-20T16:41:26.719Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40272026-05-20T16:41:27.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40282026-05-20T16:41:27.703Z
40292026-05-20T16:41:27.703Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40302026-05-20T16:41:28.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-20T16:41:28.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-20T16:41:28.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-05-20T16:41:28.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40342026-05-20T16:41:28.345Z
40352026-05-20T16:41:28.345Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40362026-05-20T16:41:28.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-20T16:41:28.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-20T16:41:28.960Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40392026-05-20T16:41:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40402026-05-20T16:41:29.830Z
40412026-05-20T16:41:29.830Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40422026-05-20T16:41:30.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-20T16:41:30.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-20T16:41:30.590Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-20T16:41:30.590Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-20T16:41:30.593Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40472026-05-20T16:41:30.593Z Checking git-stub v1.0.0
40482026-05-20T16:41:30.593Z Compiling trait-variant v0.1.2
40492026-05-20T16:41:30.593Z Checking maplit v1.0.2
40502026-05-20T16:41:30.593Z Checking is_ci v1.2.0
40512026-05-20T16:41:30.740Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40522026-05-20T16:41:30.792Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40532026-05-20T16:41:30.818Z Checking supports-color v3.0.2
40542026-05-20T16:41:30.852Z Checking git-stub-vcs v0.1.0
40552026-05-20T16:41:30.942Z Checking drift v0.1.4
40562026-05-20T16:41:30.972Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40572026-05-20T16:41:30.995Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40582026-05-20T16:41:31.055Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40592026-05-20T16:41:31.208Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40602026-05-20T16:41:31.232Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40612026-05-20T16:41:31.235Z Checking dropshot-api-manager v0.7.1
40622026-05-20T16:41:31.261Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40632026-05-20T16:41:31.456Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40642026-05-20T16:41:31.477Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40652026-05-20T16:41:31.709Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40662026-05-20T16:41:31.971Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40672026-05-20T16:41:37.006Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40682026-05-20T16:41:38.114Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40692026-05-20T16:41:38.679Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40702026-05-20T16:41:39.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
40712026-05-20T16:41:39.328Z
40722026-05-20T16:41:39.328Zinfo: running `cargo check --bins` on installinator-api (229/276)
40732026-05-20T16:41:39.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-20T16:41:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-20T16:41:39.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-20T16:41:39.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40772026-05-20T16:41:39.939Z
40782026-05-20T16:41:39.940Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40792026-05-20T16:41:40.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-20T16:41:40.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-20T16:41:40.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-20T16:41:40.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40832026-05-20T16:41:40.589Z
40842026-05-20T16:41:40.589Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40852026-05-20T16:41:41.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-20T16:41:41.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-20T16:41:41.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-20T16:41:41.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40892026-05-20T16:41:41.241Z
40902026-05-20T16:41:41.241Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40912026-05-20T16:41:41.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-20T16:41:41.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-20T16:41:41.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-20T16:41:41.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40952026-05-20T16:41:41.891Z
40962026-05-20T16:41:41.892Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
40972026-05-20T16:41:42.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-20T16:41:42.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-20T16:41:42.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-20T16:41:42.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41012026-05-20T16:41:42.506Z
41022026-05-20T16:41:42.506Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41032026-05-20T16:41:43.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-20T16:41:43.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-20T16:41:43.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-20T16:41:43.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41072026-05-20T16:41:43.110Z
41082026-05-20T16:41:43.110Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41092026-05-20T16:41:43.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-20T16:41:43.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-20T16:41:43.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-20T16:41:43.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41132026-05-20T16:41:43.734Z
41142026-05-20T16:41:43.734Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41152026-05-20T16:41:44.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-20T16:41:44.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-20T16:41:44.357Z Checking typeid v1.0.3
41182026-05-20T16:41:44.470Z Checking ordered-float v2.10.1
41192026-05-20T16:41:44.489Z Checking unicode-xid v0.2.6
41202026-05-20T16:41:44.492Z Checking cargo-platform v0.2.0
41212026-05-20T16:41:44.512Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41222026-05-20T16:41:44.537Z Checking erased-serde v0.4.9
41232026-05-20T16:41:44.674Z Checking serde-value v0.7.0
41242026-05-20T16:41:44.849Z Checking serde-untagged v0.1.9
41252026-05-20T16:41:45.004Z Checking cargo-util-schemas v0.8.2
41262026-05-20T16:41:45.688Z Checking cargo_metadata v0.21.0
41272026-05-20T16:41:46.291Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41282026-05-20T16:41:46.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41292026-05-20T16:41:47.170Z
41302026-05-20T16:41:47.170Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41312026-05-20T16:41:47.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-20T16:41:47.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-20T16:41:47.924Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-05-20T16:41:48.555Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41352026-05-20T16:41:49.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41362026-05-20T16:41:49.276Z
41372026-05-20T16:41:49.276Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41382026-05-20T16:41:49.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-20T16:41:49.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-20T16:41:50.235Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-05-20T16:41:50.235Z Compiling vergen-lib v0.1.6
41422026-05-20T16:41:50.235Z Compiling vergen-gitcl v1.0.8
41432026-05-20T16:41:50.235Z Compiling dirs-sys-next v0.1.2
41442026-05-20T16:41:50.235Z Compiling diesel_derives v2.3.7
41452026-05-20T16:41:50.238Z Compiling glob v0.3.3
41462026-05-20T16:41:50.238Z Compiling crunchy v0.2.4
41472026-05-20T16:41:50.421Z Compiling dsl_auto_type v0.2.0
41482026-05-20T16:41:50.576Z Compiling dirs-next v2.0.0
41492026-05-20T16:41:50.665Z Checking scheduled-thread-pool v0.2.7
41502026-05-20T16:41:50.681Z Compiling diesel_table_macro_syntax v0.3.0
41512026-05-20T16:41:50.696Z Compiling tiny-keccak v2.0.2
41522026-05-20T16:41:50.774Z Compiling clang-sys v1.8.1
41532026-05-20T16:41:50.793Z Compiling term v0.7.0
41542026-05-20T16:41:50.808Z Checking r2d2 v0.8.10
41552026-05-20T16:41:50.926Z Compiling bit-vec v0.6.3
41562026-05-20T16:41:50.991Z Checking downcast-rs v2.0.2
41572026-05-20T16:41:51.099Z Compiling bit-set v0.5.3
41582026-05-20T16:41:51.147Z Compiling ascii-canvas v3.0.0
41592026-05-20T16:41:51.167Z Compiling itertools v0.10.5
41602026-05-20T16:41:51.260Z Compiling ena v0.14.4
41612026-05-20T16:41:51.350Z Compiling libloading v0.8.9
41622026-05-20T16:41:51.391Z Compiling bindgen v0.71.1
41632026-05-20T16:41:51.427Z Compiling regex-syntax v0.6.29
41642026-05-20T16:41:51.459Z Compiling diff v0.1.13
41652026-05-20T16:41:51.477Z Compiling cexpr v0.6.0
41662026-05-20T16:41:51.726Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41672026-05-20T16:41:51.838Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41682026-05-20T16:41:51.919Z Compiling rustc-hash v2.1.1
41692026-05-20T16:41:52.020Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41702026-05-20T16:41:52.057Z Compiling libxml v0.3.3
41712026-05-20T16:41:52.159Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41722026-05-20T16:41:52.233Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41732026-05-20T16:41:52.318Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41742026-05-20T16:41:52.513Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41752026-05-20T16:41:52.567Z Compiling strum_macros v0.24.3
41762026-05-20T16:41:52.749Z Compiling lalrpop v0.19.12
41772026-05-20T16:41:52.786Z Compiling indoc v1.0.9
41782026-05-20T16:41:53.539Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41792026-05-20T16:41:53.769Z Checking derive_builder v0.20.2
41802026-05-20T16:41:53.892Z Compiling oso-derive v0.27.3
41812026-05-20T16:41:53.982Z Checking quick-xml v0.37.5
41822026-05-20T16:41:54.100Z Compiling impl-trait-for-tuples v0.2.3
41832026-05-20T16:41:54.402Z Checking openssl-probe v0.1.6
41842026-05-20T16:41:54.549Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41852026-05-20T16:41:54.897Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41862026-05-20T16:41:55.094Z Checking bb8 v0.8.6
41872026-05-20T16:41:55.276Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41882026-05-20T16:41:55.292Z Compiling libz-sys v1.1.24
41892026-05-20T16:41:55.381Z Checking nonempty v0.12.0
41902026-05-20T16:41:55.492Z Compiling libgit2-sys v0.18.3+1.9.2
41912026-05-20T16:41:55.552Z Compiling vergen-git2 v9.1.0
41922026-05-20T16:41:55.693Z Compiling rustls v0.21.12
41932026-05-20T16:41:55.788Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41942026-05-20T16:41:55.898Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41952026-05-20T16:41:55.929Z Checking rustls-webpki v0.101.7
41962026-05-20T16:41:56.089Z Checking sct v0.7.1
41972026-05-20T16:41:56.262Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41982026-05-20T16:41:56.452Z Checking diesel v2.3.7
41992026-05-20T16:41:56.470Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42002026-05-20T16:41:56.664Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42012026-05-20T16:41:56.715Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42022026-05-20T16:41:56.857Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42032026-05-20T16:41:57.052Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42042026-05-20T16:41:57.245Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42052026-05-20T16:41:57.582Z Checking tokio-rustls v0.24.1
42062026-05-20T16:41:57.604Z Checking rustls-pemfile v1.0.4
42072026-05-20T16:41:57.747Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-20T16:41:57.785Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42092026-05-20T16:41:57.978Z Checking twox-hash v2.1.2
42102026-05-20T16:41:58.278Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-20T16:41:58.296Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-20T16:41:58.332Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-20T16:42:00.005Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-05-20T16:42:00.024Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42152026-05-20T16:42:00.112Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42162026-05-20T16:42:00.648Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42172026-05-20T16:42:00.766Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42182026-05-20T16:42:00.803Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42192026-05-20T16:42:01.733Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42202026-05-20T16:42:01.852Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42212026-05-20T16:42:02.494Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42222026-05-20T16:42:02.541Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42232026-05-20T16:42:03.017Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42242026-05-20T16:42:03.173Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42252026-05-20T16:42:03.243Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42262026-05-20T16:42:03.823Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42272026-05-20T16:42:03.845Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
42282026-05-20T16:42:04.339Z Checking console v0.16.2
42292026-05-20T16:42:04.473Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42302026-05-20T16:42:04.625Z Checking fatfs v0.3.6
42312026-05-20T16:42:04.647Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42322026-05-20T16:42:04.834Z Compiling seq-macro v0.3.6
42332026-05-20T16:42:05.090Z Checking unit-prefix v0.5.2
42342026-05-20T16:42:05.228Z Checking indicatif v0.18.4
42352026-05-20T16:42:05.346Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42362026-05-20T16:42:05.435Z Checking support-bundle-viewer v0.1.2
42372026-05-20T16:42:05.608Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42382026-05-20T16:42:05.678Z Checking multimap v0.10.1
42392026-05-20T16:42:11.683Z Checking diesel-dtrace v0.5.0
42402026-05-20T16:42:11.921Z Checking async-bb8-diesel v0.2.1
42412026-05-20T16:42:14.886Z Compiling samael v0.0.19
42422026-05-20T16:42:20.100Z Compiling polar-core v0.27.3
42432026-05-20T16:42:20.501Z Compiling git2 v0.20.4
42442026-05-20T16:42:22.779Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
42452026-05-20T16:42:24.710Z Checking oso v0.27.3
42462026-05-20T16:42:57.098Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42472026-05-20T16:44:08.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
42482026-05-20T16:44:08.788Z
42492026-05-20T16:44:08.788Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42502026-05-20T16:44:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-20T16:44:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-20T16:44:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-20T16:44:09.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42542026-05-20T16:44:09.502Z
42552026-05-20T16:44:09.502Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42562026-05-20T16:44:10.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-20T16:44:10.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-20T16:44:10.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-05-20T16:44:10.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42602026-05-20T16:44:10.174Z
42612026-05-20T16:44:10.174Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42622026-05-20T16:44:10.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-20T16:44:10.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-20T16:44:10.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-05-20T16:44:10.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42662026-05-20T16:44:10.773Z
42672026-05-20T16:44:10.774Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42682026-05-20T16:44:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-20T16:44:11.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-20T16:44:11.621Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42712026-05-20T16:44:12.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
42722026-05-20T16:44:12.628Z
42732026-05-20T16:44:12.628Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42742026-05-20T16:44:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-20T16:44:13.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-20T16:44:13.469Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42772026-05-20T16:44:50.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.19s
42782026-05-20T16:44:51.050Z
42792026-05-20T16:44:51.050Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42802026-05-20T16:44:51.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-20T16:44:51.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-20T16:44:51.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-20T16:44:51.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42842026-05-20T16:44:51.650Z
42852026-05-20T16:44:51.651Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42862026-05-20T16:44:52.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-20T16:44:52.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-20T16:44:52.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-20T16:44:52.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42902026-05-20T16:44:52.305Z
42912026-05-20T16:44:52.305Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
42922026-05-20T16:44:52.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-20T16:44:52.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-20T16:44:52.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-20T16:44:52.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42962026-05-20T16:44:52.971Z
42972026-05-20T16:44:52.971Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
42982026-05-20T16:44:53.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-20T16:44:53.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-20T16:44:53.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-20T16:44:53.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43022026-05-20T16:44:53.635Z
43032026-05-20T16:44:53.635Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43042026-05-20T16:44:54.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-20T16:44:54.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-20T16:44:54.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-20T16:44:54.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-05-20T16:44:54.310Z
43092026-05-20T16:44:54.310Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43102026-05-20T16:44:54.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-20T16:44:54.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-20T16:44:54.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-20T16:44:54.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-05-20T16:44:54.956Z
43152026-05-20T16:44:54.956Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43162026-05-20T16:44:55.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-20T16:44:55.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-20T16:44:55.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-20T16:44:55.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43202026-05-20T16:44:55.621Z
43212026-05-20T16:44:55.621Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43222026-05-20T16:44:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-20T16:44:56.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-20T16:44:56.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-20T16:44:56.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-05-20T16:44:56.291Z
43272026-05-20T16:44:56.291Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43282026-05-20T16:44:56.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-20T16:44:56.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-20T16:44:57.202Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43312026-05-20T16:44:57.202Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43322026-05-20T16:44:57.390Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43332026-05-20T16:44:57.420Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43342026-05-20T16:44:57.438Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43352026-05-20T16:44:57.455Z Checking diff v0.1.13
43362026-05-20T16:44:57.462Z Checking yansi v1.0.1
43372026-05-20T16:44:57.469Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43382026-05-20T16:44:57.537Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43392026-05-20T16:44:57.716Z Checking pretty_assertions v1.4.1
43402026-05-20T16:44:58.365Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43412026-05-20T16:44:58.518Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43422026-05-20T16:45:22.428Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43432026-05-20T16:45:22.431Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43442026-05-20T16:45:22.431Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43452026-05-20T16:45:22.431Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43462026-05-20T16:45:22.431Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43472026-05-20T16:45:22.431Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43482026-05-20T16:45:23.286Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-05-20T16:45:24.406Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-05-20T16:46:01.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43512026-05-20T16:46:01.566Z
43522026-05-20T16:46:01.566Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43532026-05-20T16:46:02.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-20T16:46:02.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-20T16:46:02.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-05-20T16:46:02.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-05-20T16:46:02.165Z
43582026-05-20T16:46:02.165Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43592026-05-20T16:46:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-05-20T16:46:02.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-05-20T16:46:02.958Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43622026-05-20T16:46:03.077Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43632026-05-20T16:46:03.083Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43642026-05-20T16:46:28.970Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43652026-05-20T16:46:29.360Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43662026-05-20T16:46:31.095Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43672026-05-20T16:46:31.557Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43682026-05-20T16:46:34.547Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43692026-05-20T16:46:57.454Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43702026-05-20T16:46:58.178Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43712026-05-20T16:46:59.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.69s
43722026-05-20T16:47:00.071Z
43732026-05-20T16:47:00.071Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43742026-05-20T16:47:00.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-05-20T16:47:00.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-05-20T16:47:00.808Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43772026-05-20T16:47:01.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43782026-05-20T16:47:01.695Z
43792026-05-20T16:47:01.695Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43802026-05-20T16:47:02.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-20T16:47:02.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-20T16:47:02.368Z Compiling blake3 v1.8.3
43832026-05-20T16:47:02.478Z Checking arrayref v0.3.9
43842026-05-20T16:47:02.478Z Checking constant_time_eq v0.4.2
43852026-05-20T16:47:02.481Z Checking arrayvec v0.7.6
43862026-05-20T16:47:02.500Z Checking topological-sort v0.2.2
43872026-05-20T16:47:02.503Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43882026-05-20T16:47:02.503Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43892026-05-20T16:47:02.503Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43902026-05-20T16:47:02.543Z Checking shell-words v1.1.1
43912026-05-20T16:47:03.272Z Checking omicron-zone-package v0.12.2
43922026-05-20T16:47:03.987Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43932026-05-20T16:47:04.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
43942026-05-20T16:47:05.040Z
43952026-05-20T16:47:05.040Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
43962026-05-20T16:47:05.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-20T16:47:05.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-20T16:47:05.701Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43992026-05-20T16:47:06.016Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44002026-05-20T16:47:06.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44012026-05-20T16:47:06.613Z
44022026-05-20T16:47:06.613Zinfo: running `cargo check --bins` on schema (258/276)
44032026-05-20T16:47:07.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-20T16:47:07.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-20T16:47:07.359Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44062026-05-20T16:47:08.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44072026-05-20T16:47:08.273Z
44082026-05-20T16:47:08.273Zinfo: running `cargo check --bins` on xtask (259/276)
44092026-05-20T16:47:08.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-20T16:47:08.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-20T16:47:08.724Z Checking libc v0.2.185
44122026-05-20T16:47:08.727Z Checking serde v1.0.228
44132026-05-20T16:47:08.805Z Checking zerofrom v0.1.6
44142026-05-20T16:47:08.814Z Checking bitflags v2.11.0
44152026-05-20T16:47:08.820Z Checking smallvec v1.15.1
44162026-05-20T16:47:08.826Z Checking indexmap v2.14.0
44172026-05-20T16:47:08.835Z Checking serde_json v1.0.149
44182026-05-20T16:47:08.838Z Checking scroll v0.12.0
44192026-05-20T16:47:08.907Z Checking yoke v0.8.1
44202026-05-20T16:47:08.955Z Checking num-traits v0.2.19
44212026-05-20T16:47:08.997Z Checking thiserror v1.0.69
44222026-05-20T16:47:09.068Z Checking percent-encoding v2.3.2
44232026-05-20T16:47:09.079Z Checking zerovec v0.11.5
44242026-05-20T16:47:09.093Z Checking zerotrie v0.2.3
44252026-05-20T16:47:09.105Z Checking errno v0.3.14
44262026-05-20T16:47:09.201Z Checking serde_spanned v0.6.9
44272026-05-20T16:47:09.211Z Checking toml_datetime v0.6.11
44282026-05-20T16:47:09.221Z Checking rustix v1.1.3
44292026-05-20T16:47:09.326Z Checking log v0.4.29
44302026-05-20T16:47:09.337Z Checking zerocopy v0.7.35
44312026-05-20T16:47:09.355Z Checking form_urlencoded v1.2.2
44322026-05-20T16:47:09.389Z Checking toml_edit v0.22.27
44332026-05-20T16:47:09.440Z Checking getrandom v0.4.1
44342026-05-20T16:47:09.474Z Checking goblin v0.8.2
44352026-05-20T16:47:09.484Z Checking ordered-float v2.10.1
44362026-05-20T16:47:09.485Z Checking thiserror v2.0.18
44372026-05-20T16:47:09.507Z Checking tinystr v0.8.2
44382026-05-20T16:47:09.567Z Checking potential_utf v0.1.4
44392026-05-20T16:47:09.590Z Checking syn v2.0.117
44402026-05-20T16:47:09.684Z Checking icu_locale_core v2.1.1
44412026-05-20T16:47:09.697Z Checking icu_collections v2.1.1
44422026-05-20T16:47:09.700Z Checking serde-value v0.7.0
44432026-05-20T16:47:09.825Z Checking dtrace-parser v0.2.0
44442026-05-20T16:47:09.909Z Checking thread-id v4.2.2
44452026-05-20T16:47:09.990Z Checking once_cell v1.21.3
44462026-05-20T16:47:10.006Z Checking cargo-platform v0.2.0
44472026-05-20T16:47:10.041Z Checking terminal_size v0.4.3
44482026-05-20T16:47:10.063Z Checking memmap v0.7.0
44492026-05-20T16:47:10.164Z Checking clap_builder v4.5.60
44502026-05-20T16:47:10.167Z Checking tempfile v3.25.0
44512026-05-20T16:47:10.187Z Checking textwrap v0.16.2
44522026-05-20T16:47:10.198Z Checking fs-err v3.3.0
44532026-05-20T16:47:10.245Z Checking icu_provider v2.1.1
44542026-05-20T16:47:10.368Z Checking camino-tempfile v1.4.1
44552026-05-20T16:47:10.379Z Checking anyhow v1.0.102
44562026-05-20T16:47:10.391Z Checking tabled v0.15.0
44572026-05-20T16:47:10.482Z Checking icu_properties v2.1.2
44582026-05-20T16:47:10.494Z Checking icu_normalizer v2.1.1
44592026-05-20T16:47:10.521Z Checking toml v0.8.23
44602026-05-20T16:47:10.575Z Checking macaddr v1.0.1
44612026-05-20T16:47:10.759Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44622026-05-20T16:47:10.837Z Checking cargo_toml v0.21.0
44632026-05-20T16:47:11.286Z Checking idna_adapter v1.2.1
44642026-05-20T16:47:11.355Z Checking dof v0.3.0
44652026-05-20T16:47:11.366Z Checking clap v4.5.60
44662026-05-20T16:47:11.402Z Checking idna v1.1.0
44672026-05-20T16:47:11.620Z Checking usdt-impl v0.5.0
44682026-05-20T16:47:11.620Z Checking url v2.5.8
44692026-05-20T16:47:11.869Z Checking usdt v0.5.0
44702026-05-20T16:47:11.967Z Checking cargo-util-schemas v0.8.2
44712026-05-20T16:47:12.664Z Checking cargo_metadata v0.21.0
44722026-05-20T16:47:13.284Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44732026-05-20T16:47:13.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
44742026-05-20T16:47:13.820Z
44752026-05-20T16:47:13.820Zinfo: running `cargo check --bins` on dnsadm (260/276)
44762026-05-20T16:47:14.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-20T16:47:14.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-20T16:47:14.466Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44792026-05-20T16:47:14.941Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44802026-05-20T16:47:15.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44812026-05-20T16:47:15.532Z
44822026-05-20T16:47:15.532Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44832026-05-20T16:47:16.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-20T16:47:16.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-20T16:47:16.342Z Checking polyval v0.6.2
44862026-05-20T16:47:16.467Z Checking ctr v0.9.2
44872026-05-20T16:47:16.477Z Checking ssh-encoding v0.2.0
44882026-05-20T16:47:16.480Z Checking blowfish v0.9.1
44892026-05-20T16:47:16.497Z Checking password-hash v0.4.2
44902026-05-20T16:47:16.510Z Checking p256 v0.13.2
44912026-05-20T16:47:16.511Z Checking p521 v0.13.3
44922026-05-20T16:47:16.538Z Checking russh-cryptovec v0.7.3
44932026-05-20T16:47:16.607Z Checking ghash v0.5.1
44942026-05-20T16:47:16.621Z Checking bcrypt-pbkdf v0.10.0
44952026-05-20T16:47:16.624Z Checking md5 v0.7.0
44962026-05-20T16:47:16.653Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44972026-05-20T16:47:16.671Z Checking num-bigint v0.4.6
44982026-05-20T16:47:16.720Z Checking pbkdf2 v0.11.0
44992026-05-20T16:47:16.737Z Checking aes-gcm v0.10.3
45002026-05-20T16:47:16.757Z Checking des v0.8.1
45012026-05-20T16:47:16.775Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-20T16:47:16.797Z Checking hex-literal v0.4.1
45032026-05-20T16:47:16.895Z Checking ssh-cipher v0.2.0
45042026-05-20T16:47:16.898Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45052026-05-20T16:47:16.898Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45062026-05-20T16:47:16.936Z Checking socket2 v0.5.10
45072026-05-20T16:47:16.939Z Checking internet-checksum v0.2.1
45082026-05-20T16:47:17.061Z Checking ssh-key v0.6.7
45092026-05-20T16:47:17.164Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45102026-05-20T16:47:17.704Z Checking russh-keys v0.45.0
45112026-05-20T16:47:18.244Z Checking russh v0.45.0
45122026-05-20T16:47:34.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
45132026-05-20T16:47:35.016Z
45142026-05-20T16:47:35.016Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45152026-05-20T16:47:35.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-05-20T16:47:35.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-05-20T16:47:35.664Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45182026-05-20T16:47:35.772Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45192026-05-20T16:47:35.779Z Checking termios v0.3.3
45202026-05-20T16:47:36.995Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45212026-05-20T16:47:37.144Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-05-20T16:47:38.948Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45232026-05-20T16:47:39.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
45242026-05-20T16:47:39.705Z
45252026-05-20T16:47:39.705Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45262026-05-20T16:47:40.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-05-20T16:47:40.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-05-20T16:47:40.417Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45292026-05-20T16:47:40.419Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45302026-05-20T16:47:40.420Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45312026-05-20T16:47:40.532Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45322026-05-20T16:47:40.552Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45332026-05-20T16:47:40.555Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45342026-05-20T16:47:41.275Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45352026-05-20T16:47:41.651Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45362026-05-20T16:47:41.654Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45372026-05-20T16:47:42.284Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45382026-05-20T16:47:43.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45392026-05-20T16:47:44.129Z
45402026-05-20T16:47:44.129Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45412026-05-20T16:47:44.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-20T16:47:44.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-20T16:47:44.768Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45442026-05-20T16:47:45.219Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45452026-05-20T16:47:45.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45462026-05-20T16:47:45.737Z
45472026-05-20T16:47:45.737Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45482026-05-20T16:47:46.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-20T16:47:46.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-20T16:47:46.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-05-20T16:47:46.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45522026-05-20T16:47:46.320Z
45532026-05-20T16:47:46.320Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45542026-05-20T16:47:46.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-20T16:47:46.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-20T16:47:46.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-05-20T16:47:46.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45582026-05-20T16:47:46.907Z
45592026-05-20T16:47:46.907Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45602026-05-20T16:47:47.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-05-20T16:47:47.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-05-20T16:47:47.660Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45632026-05-20T16:47:48.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45642026-05-20T16:47:48.478Z
45652026-05-20T16:47:48.478Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45662026-05-20T16:47:48.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-20T16:47:48.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-20T16:47:49.131Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45692026-05-20T16:47:49.134Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45702026-05-20T16:47:49.409Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45712026-05-20T16:47:49.409Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45722026-05-20T16:47:50.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45732026-05-20T16:47:50.399Z
45742026-05-20T16:47:50.399Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45752026-05-20T16:47:50.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-20T16:47:50.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-20T16:47:50.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-05-20T16:47:50.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45792026-05-20T16:47:50.996Z
45802026-05-20T16:47:50.996Zinfo: running `cargo check --bins` on omicron-package (270/276)
45812026-05-20T16:47:51.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-20T16:47:51.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-20T16:47:51.686Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45842026-05-20T16:47:52.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45852026-05-20T16:47:52.970Z
45862026-05-20T16:47:52.970Zinfo: running `cargo check --bins` on tqdb (271/276)
45872026-05-20T16:47:53.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-20T16:47:53.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-20T16:47:53.766Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45902026-05-20T16:47:54.118Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45912026-05-20T16:47:54.630Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45922026-05-20T16:47:54.630Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45932026-05-20T16:48:00.631Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45942026-05-20T16:48:00.634Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45952026-05-20T16:48:01.209Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45962026-05-20T16:48:01.212Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45972026-05-20T16:48:01.212Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45982026-05-20T16:48:01.213Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45992026-05-20T16:48:01.992Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46002026-05-20T16:48:02.973Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46012026-05-20T16:48:03.749Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46022026-05-20T16:48:04.364Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46032026-05-20T16:48:08.639Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46042026-05-20T16:48:15.085Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46052026-05-20T16:48:15.088Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46062026-05-20T16:48:15.088Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46072026-05-20T16:48:15.088Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46082026-05-20T16:48:16.609Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46092026-05-20T16:48:17.979Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46102026-05-20T16:48:18.661Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46112026-05-20T16:48:19.948Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46122026-05-20T16:48:20.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s
46132026-05-20T16:48:20.712Z
46142026-05-20T16:48:20.712Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46152026-05-20T16:48:21.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-20T16:48:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-20T16:48:21.423Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46182026-05-20T16:48:21.424Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46192026-05-20T16:48:21.426Z Checking rtoolbox v0.0.3
46202026-05-20T16:48:21.426Z Checking tui-tree-widget v0.23.1
46212026-05-20T16:48:21.644Z Checking rpassword v7.4.0
46222026-05-20T16:48:22.698Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46232026-05-20T16:48:25.717Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-20T16:48:27.572Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46252026-05-20T16:48:28.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
46262026-05-20T16:48:28.684Z
46272026-05-20T16:48:28.684Zinfo: running `cargo check --bins` on wicket (273/276)
46282026-05-20T16:48:29.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-20T16:48:29.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-20T16:48:29.381Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-05-20T16:48:29.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46322026-05-20T16:48:29.935Z
46332026-05-20T16:48:29.935Zinfo: running `cargo check --bins` on wicketd (274/276)
46342026-05-20T16:48:30.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-20T16:48:30.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-20T16:48:30.659Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46372026-05-20T16:48:30.659Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46382026-05-20T16:48:30.659Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46392026-05-20T16:48:30.662Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46402026-05-20T16:48:31.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46412026-05-20T16:48:32.233Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46422026-05-20T16:48:35.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46432026-05-20T16:48:35.408Z
46442026-05-20T16:48:35.408Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46452026-05-20T16:48:35.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-05-20T16:48:35.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-05-20T16:48:35.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-05-20T16:48:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46492026-05-20T16:48:35.990Z
46502026-05-20T16:48:35.990Zinfo: running `cargo check --bins` on zone-setup (276/276)
46512026-05-20T16:48:36.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-05-20T16:48:36.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-05-20T16:48:36.664Z Checking uzers v0.12.2
46542026-05-20T16:48:36.936Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46552026-05-20T16:48:37.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46562026-05-20T16:48:37.891Z
46572026-05-20T16:48:37.891Zreal 13:59.025527303
46582026-05-20T16:48:37.891Zuser 20:39.028014773
46592026-05-20T16:48:37.892Zsys 4:16.810682312
46602026-05-20T16:48:37.892Ztrap 0.326136269
46612026-05-20T16:48:37.892Ztflt 1.260108388
46622026-05-20T16:48:37.892Zdflt 1.480819813
46632026-05-20T16:48:37.892Zkflt 0.015706244
46642026-05-20T16:48:37.897Zlock 1:14:51.326384312
46652026-05-20T16:48:37.897Zslp 1:39:25.858097065
46662026-05-20T16:48:37.897Zlat 59.663819425
46672026-05-20T16:48:37.897Zstop 3:44.938536354
46682026-05-20T16:48:37.897Zprocess exited: duration 975764 ms, exit code 0
 
46692026-05-20T16:48:37.905Zfound 0 output files