01KSP0BGWE8QY3GCEK9J2BTHA0: 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: 01KSP0BX5CFDXS9WQ873MNKNT0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T00:40:46.543Zjob assigned to worker 01KSP0C309ERG31WED40ARQ8ZD [factory aws, i-05d3ffeb22b897a77] (queued for 56 s)
 
22026-05-28T00:40:53.552Zstarting task 0: "setup"
32026-05-28T00:40:53.559Z++ uname -s
42026-05-28T00:40:53.562Z+ kern=SunOS
52026-05-28T00:40:53.562Z+ build_user=build
62026-05-28T00:40:53.562Z+ build_uid=12345
72026-05-28T00:40:53.562Z+ work_dir=/work
82026-05-28T00:40:53.562Z+ input_dir=/input
92026-05-28T00:40:53.562Z+ [[ 0 == 12345 ]]
102026-05-28T00:40:53.562Z+ case "$kern" in
112026-05-28T00:40:53.562Z+ groupadd -g 12345 build
122026-05-28T00:40:53.565Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T00:40:55.569Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T00:40:55.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T00:40:55.689Z+ home_fs=zfs
162026-05-28T00:40:55.689Z+ [[ zfs == autofs ]]
172026-05-28T00:40:55.689Z+ mkdir -p /home/build
182026-05-28T00:40:55.689Z+ chown build:build /home/build /work
192026-05-28T00:40:57.690Z+ chmod 0700 /home/build /work
202026-05-28T00:40:57.693Zprocess exited: duration 4140 ms, exit code 0
 
212026-05-28T00:40:57.699Zstarting task 1: "rust-toolchain"
222026-05-28T00:40:57.704Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T00:40:57.704Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T00:40:57.704Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T00:40:57.704Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T00:40:57.704Z * rust toolchain channel = "1.94.0"
272026-05-28T00:40:57.704Z * rust toolchain profile = "default"
282026-05-28T00:40:57.707Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T00:40:57.707Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T00:40:57.813Zinfo: downloading installer
312026-05-28T00:40:59.154Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T00:40:59.154Zwarn: /home/build/.rustup/settings.toml
332026-05-28T00:40:59.154Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T00:40:59.154Zwarn: instead of the one inferred from the default host triple.
352026-05-28T00:40:59.166Zinfo: profile set to default
362026-05-28T00:40:59.166Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T00:40:59.169Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T00:40:59.302Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T00:40:59.305Zinfo: downloading 6 components
402026-05-28T00:41:13.367Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T00:41:13.367Z
422026-05-28T00:41:13.402Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T00:41:13.402Z
442026-05-28T00:41:13.402Z
452026-05-28T00:41:13.402ZRust is installed now. Great!
462026-05-28T00:41:13.402Z
472026-05-28T00:41:13.402ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T00:41:13.402Zenvironment variable. This has not been done automatically.
492026-05-28T00:41:13.403Z
502026-05-28T00:41:13.403ZTo configure your current shell, you need to source
512026-05-28T00:41:13.403Zthe corresponding env file under $HOME/.cargo.
522026-05-28T00:41:13.403Z
532026-05-28T00:41:13.403ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T00:41:13.406Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T00:41:13.406Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T00:41:13.406Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T00:41:13.406Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T00:41:13.406Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T00:41:13.406Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T00:41:13.406Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T00:41:13.406Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T00:41:13.499Z+ rustup --version
632026-05-28T00:41:13.508Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T00:41:13.511Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T00:41:13.530Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T00:41:13.533Z+ cargo --version
672026-05-28T00:41:13.546Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T00:41:13.548Z+ rustc --version
692026-05-28T00:41:13.568Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T00:41:13.571Zprocess exited: duration 15871 ms, exit code 0
 
712026-05-28T00:41:13.577Zstarting task 2: "authentication"
722026-05-28T00:41:13.593Zprocess exited: duration 15 ms, exit code 0
 
732026-05-28T00:41:13.599Zstarting task 3: "clone repository"
742026-05-28T00:41:13.602Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T00:41:13.604Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T00:41:13.648ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T00:41:24.231Z+ cd /work/oxidecomputer/omicron
782026-05-28T00:41:24.234Z+ git fetch origin f331e2d2335f7c3da6b6223f64736f3d5f2f860a
792026-05-28T00:41:24.519ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T00:41:24.519Z * branch f331e2d2335f7c3da6b6223f64736f3d5f2f860a -> FETCH_HEAD
812026-05-28T00:41:24.529Z+ [[ -n ry/opte-984 ]]
822026-05-28T00:41:24.531Z++ git branch --show-current
832026-05-28T00:41:24.531Z+ current=main
842026-05-28T00:41:24.531Z+ [[ main != ry/opte-984 ]]
852026-05-28T00:41:24.532Z+ git branch -f ry/opte-984 f331e2d2335f7c3da6b6223f64736f3d5f2f860a
862026-05-28T00:41:24.534Z+ git checkout -f ry/opte-984
872026-05-28T00:41:24.694ZSwitched to branch 'ry/opte-984'
882026-05-28T00:41:24.697Z+ git reset --hard f331e2d2335f7c3da6b6223f64736f3d5f2f860a
892026-05-28T00:41:24.860ZHEAD is now at f331e2d23 kyle's review feedback
902026-05-28T00:41:24.863Zprocess exited: duration 11262 ms, exit code 0
 
912026-05-28T00:41:24.869Zstarting task 4: "build"
922026-05-28T00:41:24.873Z+ source .github/buildomat/ci-env.sh
932026-05-28T00:41:24.873Z++ export CARGO_TERM_COLOR=always
942026-05-28T00:41:24.873Z++ CARGO_TERM_COLOR=always
952026-05-28T00:41:24.873Z+ cargo --version
962026-05-28T00:41:24.883Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T00:41:24.887Z+ rustc --version
982026-05-28T00:41:24.906Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T00:41:24.911Z+ source ./env.sh
1002026-05-28T00:41:24.911Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T00:41:24.911Z++ set -o xtrace
1022026-05-28T00:41:24.914Z++++ dirname ./env.sh
1032026-05-28T00:41:24.914Z+++ readlink -f .
1042026-05-28T00:41:24.917Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ 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-28T00:41:24.917Z++ case $OLD_SHELL_OPTS in
1142026-05-28T00:41:24.917Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-28T00:41:24.917Z+ 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-28T00:41:24.918Z+ 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-28T00:41:24.918Z+ banner prerequisites
1182026-05-28T00:41:24.918Z
1192026-05-28T00:41:24.918Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T00:41:24.918Z # # # # # # # # # # # # # # #
1212026-05-28T00:41:24.918Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T00:41:24.918Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T00:41:24.918Z # # # # # # # # # # # # # # #
1242026-05-28T00:41:24.918Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T00:41:24.918Z
1262026-05-28T00:41:24.918Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T00:41:26.392Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T00:41:26.470Z Startup: Caching catalogs ... Done
1292026-05-28T00:41:26.733ZPlanning: Solver setup ... Done (0.230s)
1302026-05-28T00:41:26.758ZPlanning: Running solver ... Done (0.019s)
1312026-05-28T00:41:26.761ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-28T00:41:26.771ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T00:41:26.786ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T00:41:26.800ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T00:41:26.803ZPlanning: Merging actions ... Done (0.001s)
1362026-05-28T00:41:26.994ZPlanning: Checking for conflicting actions ... Done (0.192s)
1372026-05-28T00:41:26.997ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T00:41:27.863ZPlanning: Evaluating mediators ... Done (0.868s)
1392026-05-28T00:41:27.866ZPlanning: Planning completed in 1.38 seconds
1402026-05-28T00:41:27.871Z Packages to install: 2
1412026-05-28T00:41:27.871Z Estimated space available: 156.07 GB
1422026-05-28T00:41:27.874ZEstimated space to be consumed: 22.53 MB
1432026-05-28T00:41:27.874Z Create boot environment: No
1442026-05-28T00:41:27.874ZCreate backup boot environment: No
1452026-05-28T00:41:27.874Z Rebuild boot archive: No
1462026-05-28T00:41:27.874Z
1472026-05-28T00:41:27.874ZChanged packages:
1482026-05-28T00:41:27.874Zhelios
1492026-05-28T00:41:27.874Z developer/build-essential
1502026-05-28T00:41:27.874Z None -> 11-3.0
1512026-05-28T00:41:27.874Z library/libxmlsec1
1522026-05-28T00:41:27.874Z None -> 1.2.35-3.0
1532026-05-28T00:41:27.908Z
1542026-05-28T00:41:27.908ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T00:41:28.531ZDownload: Completed 1.28 MB in 0.62 seconds (2.0M/s)
1562026-05-28T00:41:28.567Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T00:41:28.604Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T00:41:28.638ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-28T00:41:28.638ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T00:41:28.656ZFinalize: Updating image state ... Done (0.019s)
1612026-05-28T00:41:30.983ZFinalize: Creating fast lookup database ... Done (2.305s)
1622026-05-28T00:41:31.061ZFinalize: Reading search index ... Done (0.020s)
1632026-05-28T00:41:31.064ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T00:41:31.135ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T00:41:31.438ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T00:41:31.542ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T00:41:31.545ZPlanning: Consolidating action changes ... Done
1682026-05-28T00:41:31.705ZPlanning: Evaluating mediators ... Done
1692026-05-28T00:41:31.707ZPlanning: Planning completed in 0.26 seconds
1702026-05-28T00:41:31.724Z Mediators to change: 2
1712026-05-28T00:41:31.724Z Create boot environment: No
1722026-05-28T00:41:31.724ZCreate backup boot environment: No
1732026-05-28T00:41:31.784ZFinalize: Updating package state database ... Done
1742026-05-28T00:41:31.784ZFinalize: Updating package cache ... Done
1752026-05-28T00:41:31.794ZFinalize: Updating image state ... Done
1762026-05-28T00:41:33.753ZFinalize: Creating fast lookup database ... Done
1772026-05-28T00:41:33.814ZFinalize: Reading search index ... Done
1782026-05-28T00:41:33.817ZFinalize: Updating search index ... Done
1792026-05-28T00:41:33.902ZFinalize: Updating package cache ... Done
1802026-05-28T00:41:34.185ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T00:41:34.290ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T00:41:34.293ZPlanning: Consolidating action changes ... Done
1832026-05-28T00:41:34.450ZPlanning: Evaluating mediators ... Done
1842026-05-28T00:41:34.453ZPlanning: Planning completed in 0.27 seconds
1852026-05-28T00:41:34.473Z Mediators to change: 1
1862026-05-28T00:41:34.473Z Create boot environment: No
1872026-05-28T00:41:34.473ZCreate backup boot environment: No
1882026-05-28T00:41:34.531ZFinalize: Updating package state database ... Done
1892026-05-28T00:41:34.531ZFinalize: Updating package cache ... Done
1902026-05-28T00:41:34.541ZFinalize: Updating image state ... Done
1912026-05-28T00:41:36.498ZFinalize: Creating fast lookup database ... Done
1922026-05-28T00:41:36.561ZFinalize: Reading search index ... Done
1932026-05-28T00:41:36.564ZFinalize: Updating search index ... Done
1942026-05-28T00:41:36.634ZFinalize: Updating package cache ... Done
1952026-05-28T00:41:36.946ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T00:41:36.946Zapache system 2.4 system
1972026-05-28T00:41:36.946Zclang system 15 system
1982026-05-28T00:41:36.946Zcsh system system illumos
1992026-05-28T00:41:36.946Zctags system system illumos
2002026-05-28T00:41:36.946Zfile vendor vendor darwinsys
2012026-05-28T00:41:36.946Zfile system system illumos
2022026-05-28T00:41:36.946Zgcc vendor 14 vendor
2032026-05-28T00:41:36.946Zgcc system 13 system
2042026-05-28T00:41:36.946Zgcc system 10 system
2052026-05-28T00:41:36.946Zgo system 1.25 system
2062026-05-28T00:41:36.946Zllvm system 15 system
2072026-05-28T00:41:36.946Zmariadb system 11.4 system
2082026-05-28T00:41:36.946Zmta vendor vendor dma
2092026-05-28T00:41:36.946Zopenjdk system 17 system
2102026-05-28T00:41:36.946Zopenjdk system 11 system
2112026-05-28T00:41:36.947Zopenssl vendor 3 vendor
2122026-05-28T00:41:36.947Zperl system 5.40 system
2132026-05-28T00:41:36.947Zpostgresql system 18 system
2142026-05-28T00:41:36.947Zpostgresql system 17 system
2152026-05-28T00:41:36.947Zpython vendor 3 vendor
2162026-05-28T00:41:36.947Zpython system 2 system
2172026-05-28T00:41:36.947Zpython3 vendor 3.13 vendor
2182026-05-28T00:41:36.947Zruby system 3.4 system
2192026-05-28T00:41:36.947Zruby system 3.0 system
2202026-05-28T00:41:36.947Zwords vendor vendor american-english
2212026-05-28T00:41:36.947Zwords system system australian-english
2222026-05-28T00:41:36.947Zwords system system british-english
2232026-05-28T00:41:36.947Zwords system system canadian-english
2242026-05-28T00:41:36.947Zwords system system french
2252026-05-28T00:41:36.947Zwords system system italian
2262026-05-28T00:41:36.947Zwords system system ngerman
2272026-05-28T00:41:36.947Zwords system system ogerman
2282026-05-28T00:41:36.947Zwords system system spanish
2292026-05-28T00:41:37.202ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T00:41:37.202Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T00:41:37.480ZFMRI IFO
2322026-05-28T00:41:37.480Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T00:41:37.480Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T00:41:37.480Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T00:41:37.480Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T00:41:37.480Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T00:41:37.480Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T00:41:37.480Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T00:41:37.480Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T00:41:37.480Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T00:41:37.727Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T00:41:38.000Z Updating crates.io index
2432026-05-28T00:41:38.003Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T00:41:38.496Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T00:41:38.799Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T00:41:39.388Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T00:41:40.196Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T00:41:40.702Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T00:41:42.058Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T00:41:42.789Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T00:41:43.100Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T00:41:44.105Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T00:41:44.410Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T00:41:44.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T00:41:45.282Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T00:41:46.293Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T00:41:46.780Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T00:41:47.141Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T00:41:47.482Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T00:41:47.707Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T00:41:48.390Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T00:41:48.918Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T00:41:49.134Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T00:41:49.382Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T00:41:49.770Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T00:41:50.105Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-28T00:41:50.632Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-28T00:41:51.082Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-28T00:41:51.389Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-28T00:41:52.388Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-28T00:41:52.624Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-28T00:41:53.890Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T00:41:54.310Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-28T00:41:54.740Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-28T00:41:55.050Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-28T00:41:55.325Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-28T00:41:55.633Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-28T00:41:56.034Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-28T00:41:56.505Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-28T00:41:56.755Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-28T00:41:56.964Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-28T00:41:57.309Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T00:42:08.336Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2842026-05-28T00:42:10.239Z Downloading crates ...
2852026-05-28T00:42:10.288Z Downloaded cargo-platform v0.2.0
2862026-05-28T00:42:10.292Z Downloaded bytecount v0.6.9
2872026-05-28T00:42:10.297Z Downloaded cargo-util-schemas v0.8.2
2882026-05-28T00:42:10.302Z Downloaded block-buffer v0.10.4
2892026-05-28T00:42:10.302Z Downloaded colorchoice v1.0.4
2902026-05-28T00:42:10.307Z Downloaded cargo_metadata v0.21.0
2912026-05-28T00:42:10.307Z Downloaded camino v1.2.2
2922026-05-28T00:42:10.307Z Downloaded bitflags v2.11.0
2932026-05-28T00:42:10.318Z Downloaded clap_lex v1.0.0
2942026-05-28T00:42:10.318Z Downloaded clap_derive v4.6.1
2952026-05-28T00:42:10.318Z Downloaded clap v4.6.1
2962026-05-28T00:42:10.350Z Downloaded byteorder v1.5.0
2972026-05-28T00:42:10.350Z Downloaded cpufeatures v0.2.17
2982026-05-28T00:42:10.351Z Downloaded thiserror-impl v1.0.69
2992026-05-28T00:42:10.351Z Downloaded plain v0.2.3
3002026-05-28T00:42:10.351Z Downloaded litemap v0.8.1
3012026-05-28T00:42:10.351Z Downloaded heck v0.5.0
3022026-05-28T00:42:10.351Z Downloaded log v0.4.29
3032026-05-28T00:42:10.351Z Downloaded unicode-linebreak v0.1.5
3042026-05-28T00:42:10.367Z Downloaded cargo_toml v0.21.0
3052026-05-28T00:42:10.367Z Downloaded utf8_iter v1.0.4
3062026-05-28T00:42:10.367Z Downloaded zerofrom-derive v0.1.6
3072026-05-28T00:42:10.367Z Downloaded usdt-attr-macro v0.5.0
3082026-05-28T00:42:10.367Z Downloaded serde_tokenstream v0.2.3
3092026-05-28T00:42:10.367Z Downloaded scroll_derive v0.12.1
3102026-05-28T00:42:10.367Z Downloaded cfg-if v1.0.4
3112026-05-28T00:42:10.367Z Downloaded anstyle-parse v1.0.0
3122026-05-28T00:42:10.367Z Downloaded itoa v1.0.17
3132026-05-28T00:42:10.367Z Downloaded anstyle v1.0.14
3142026-05-28T00:42:10.367Z Downloaded unicode-xid v0.2.6
3152026-05-28T00:42:10.367Z Downloaded icu_properties v2.1.2
3162026-05-28T00:42:10.367Z Downloaded version_check v0.9.5
3172026-05-28T00:42:10.368Z Downloaded thread-id v4.2.2
3182026-05-28T00:42:10.368Z Downloaded anstream v1.0.0
3192026-05-28T00:42:10.368Z Downloaded yoke-derive v0.8.1
3202026-05-28T00:42:10.368Z Downloaded thiserror v1.0.69
3212026-05-28T00:42:10.368Z Downloaded macaddr v1.0.1
3222026-05-28T00:42:10.368Z Downloaded zerofrom v0.1.6
3232026-05-28T00:42:10.368Z Downloaded toml_datetime v0.6.11
3242026-05-28T00:42:10.368Z Downloaded is_terminal_polyfill v1.70.2
3252026-05-28T00:42:10.368Z Downloaded usdt-macro v0.5.0
3262026-05-28T00:42:10.368Z Downloaded strsim v0.11.1
3272026-05-28T00:42:10.368Z Downloaded ordered-float v2.10.1
3282026-05-28T00:42:10.368Z Downloaded generic-array v0.14.7
3292026-05-28T00:42:10.368Z Downloaded swrite v0.1.0
3302026-05-28T00:42:10.368Z Downloaded usdt v0.5.0
3312026-05-28T00:42:10.369Z Downloaded utf8parse v0.2.2
3322026-05-28T00:42:10.369Z Downloaded typeid v1.0.3
3332026-05-28T00:42:10.374Z Downloaded heck v0.4.1
3342026-05-28T00:42:10.374Z Downloaded proc-macro-error v1.0.4
3352026-05-28T00:42:10.374Z Downloaded pretty-hex v0.4.1
3362026-05-28T00:42:10.374Z Downloaded fnv v1.0.7
3372026-05-28T00:42:10.374Z Downloaded thiserror-impl v2.0.18
3382026-05-28T00:42:10.374Z Downloaded toml_write v0.1.2
3392026-05-28T00:42:10.375Z Downloaded idna_adapter v1.2.1
3402026-05-28T00:42:10.375Z Downloaded percent-encoding v2.3.2
3412026-05-28T00:42:10.389Z Downloaded proc-macro-error-attr v1.0.4
3422026-05-28T00:42:10.389Z Downloaded crypto-common v0.1.7
3432026-05-28T00:42:10.389Z Downloaded zerovec-derive v0.11.2
3442026-05-28T00:42:10.389Z Downloaded tinystr v0.8.2
3452026-05-28T00:42:10.389Z Downloaded terminal_size v0.4.3
3462026-05-28T00:42:10.417Z Downloaded anstyle-query v1.1.5
3472026-05-28T00:42:10.417Z Downloaded writeable v0.6.2
3482026-05-28T00:42:10.417Z Downloaded thiserror v2.0.18
3492026-05-28T00:42:10.417Z Downloaded zmij v1.0.21
3502026-05-28T00:42:10.417Z Downloaded yoke v0.8.1
3512026-05-28T00:42:10.417Z Downloaded stable_deref_trait v1.2.1
3522026-05-28T00:42:10.417Z Downloaded camino-tempfile v1.4.1
3532026-05-28T00:42:10.417Z Downloaded usdt-impl v0.5.0
3542026-05-28T00:42:10.418Z Downloaded memmap v0.7.0
3552026-05-28T00:42:10.418Z Downloaded scroll v0.12.0
3562026-05-28T00:42:10.418Z Downloaded once_cell v1.21.3
3572026-05-28T00:42:10.418Z Downloaded zerocopy-derive v0.7.35
3582026-05-28T00:42:10.418Z Downloaded toml v0.8.23
3592026-05-28T00:42:10.418Z Downloaded icu_locale_core v2.1.1
3602026-05-28T00:42:10.418Z Downloaded ucd-trie v0.1.7
3612026-05-28T00:42:10.418Z Downloaded equivalent v1.0.2
3622026-05-28T00:42:10.418Z Downloaded dof v0.3.0
3632026-05-28T00:42:10.418Z Downloaded smawk v0.3.2
3642026-05-28T00:42:10.418Z Downloaded textwrap v0.16.2
3652026-05-28T00:42:10.435Z Downloaded tabled_derive v0.7.0
3662026-05-28T00:42:10.435Z Downloaded serde_spanned v0.6.9
3672026-05-28T00:42:10.435Z Downloaded unicode-ident v1.0.24
3682026-05-28T00:42:10.435Z Downloaded serde-value v0.7.0
3692026-05-28T00:42:10.436Z Downloaded fastrand v2.3.0
3702026-05-28T00:42:10.436Z Downloaded errno v0.3.14
3712026-05-28T00:42:10.436Z Downloaded typenum v1.19.0
3722026-05-28T00:42:10.436Z Downloaded dtrace-parser v0.2.0
3732026-05-28T00:42:10.436Z Downloaded url v2.5.8
3742026-05-28T00:42:10.436Z Downloaded zerotrie v0.2.3
3752026-05-28T00:42:10.436Z Downloaded displaydoc v0.2.5
3762026-05-28T00:42:10.466Z Downloaded erased-serde v0.4.9
3772026-05-28T00:42:10.466Z Downloaded digest v0.10.7
3782026-05-28T00:42:10.466Z Downloaded toml_edit v0.22.27
3792026-05-28T00:42:10.466Z Downloaded autocfg v1.5.0
3802026-05-28T00:42:10.466Z Downloaded synstructure v0.13.2
3812026-05-28T00:42:10.466Z Downloaded smallvec v1.15.1
3822026-05-28T00:42:10.466Z Downloaded potential_utf v0.1.4
3832026-05-28T00:42:10.466Z Downloaded form_urlencoded v1.2.2
3842026-05-28T00:42:10.466Z Downloaded zerovec v0.11.5
3852026-05-28T00:42:10.466Z Downloaded zerocopy v0.7.35
3862026-05-28T00:42:10.466Z Downloaded sha2 v0.10.9
3872026-05-28T00:42:10.477Z Downloaded serde-untagged v0.1.9
3882026-05-28T00:42:10.477Z Downloaded quote v1.0.45
3892026-05-28T00:42:10.478Z Downloaded unicode-width v0.2.0
3902026-05-28T00:42:10.478Z Downloaded pest_derive v2.8.6
3912026-05-28T00:42:10.478Z Downloaded winnow v0.7.14
3922026-05-28T00:42:10.478Z Downloaded tempfile v3.25.0
3932026-05-28T00:42:10.478Z Downloaded unicode-width v0.1.14
3942026-05-28T00:42:10.491Z Downloaded anyhow v1.0.102
3952026-05-28T00:42:10.491Z Downloaded fs-err v3.3.0
3962026-05-28T00:42:10.491Z Downloaded pest_generator v2.8.6
3972026-05-28T00:42:10.504Z Downloaded papergrid v0.11.0
3982026-05-28T00:42:10.518Z Downloaded icu_provider v2.1.1
3992026-05-28T00:42:10.518Z Downloaded serde_core v1.0.228
4002026-05-28T00:42:10.536Z Downloaded semver v1.0.28
4012026-05-28T00:42:10.536Z Downloaded getrandom v0.4.1
4022026-05-28T00:42:10.536Z Downloaded serde_derive v1.0.228
4032026-05-28T00:42:10.536Z Downloaded num-traits v0.2.19
4042026-05-28T00:42:10.536Z Downloaded pest_meta v2.8.6
4052026-05-28T00:42:10.536Z Downloaded icu_normalizer_data v2.1.1
4062026-05-28T00:42:10.537Z Downloaded proc-macro2 v1.0.106
4072026-05-28T00:42:10.546Z Downloaded icu_normalizer v2.1.1
4082026-05-28T00:42:10.546Z Downloaded memchr v2.8.0
4092026-05-28T00:42:10.556Z Downloaded icu_collections v2.1.1
4102026-05-28T00:42:10.576Z Downloaded idna v1.1.0
4112026-05-28T00:42:10.576Z Downloaded serde v1.0.228
4122026-05-28T00:42:10.576Z Downloaded indexmap v2.14.0
4132026-05-28T00:42:10.586Z Downloaded clap_builder v4.6.0
4142026-05-28T00:42:10.586Z Downloaded pest v2.8.6
4152026-05-28T00:42:10.594Z Downloaded hashbrown v0.17.0
4162026-05-28T00:42:10.594Z Downloaded serde_json v1.0.149
4172026-05-28T00:42:10.602Z Downloaded icu_properties_data v2.1.2
4182026-05-28T00:42:10.602Z Downloaded goblin v0.8.2
4192026-05-28T00:42:10.626Z Downloaded tabled v0.15.0
4202026-05-28T00:42:10.638Z Downloaded syn v2.0.117
4212026-05-28T00:42:10.638Z Downloaded syn v1.0.109
4222026-05-28T00:42:10.654Z Downloaded rustix v1.1.3
4232026-05-28T00:42:10.671Z Downloaded libc v0.2.185
4242026-05-28T00:42:10.747Z Compiling proc-macro2 v1.0.106
4252026-05-28T00:42:10.747Z Compiling quote v1.0.45
4262026-05-28T00:42:10.764Z Compiling unicode-ident v1.0.24
4272026-05-28T00:42:10.764Z Compiling serde_core v1.0.228
4282026-05-28T00:42:10.764Z Compiling libc v0.2.185
4292026-05-28T00:42:10.764Z Compiling version_check v0.9.5
4302026-05-28T00:42:10.939Z Compiling serde v1.0.228
4312026-05-28T00:42:10.954Z Compiling stable_deref_trait v1.2.1
4322026-05-28T00:42:11.046Z Compiling memchr v2.8.0
4332026-05-28T00:42:11.096Z Compiling zmij v1.0.21
4342026-05-28T00:42:11.324Z Compiling itoa v1.0.17
4352026-05-28T00:42:11.442Z Compiling thiserror v1.0.69
4362026-05-28T00:42:11.488Z Compiling ucd-trie v0.1.7
4372026-05-28T00:42:11.674Z Compiling autocfg v1.5.0
4382026-05-28T00:42:11.766Z Compiling pest v2.8.6
4392026-05-28T00:42:11.807Z Compiling litemap v0.8.1
4402026-05-28T00:42:11.815Z Compiling writeable v0.6.2
4412026-05-28T00:42:12.001Z Compiling icu_normalizer_data v2.1.1
4422026-05-28T00:42:12.017Z Compiling byteorder v1.5.0
4432026-05-28T00:42:12.206Z Compiling rustix v1.1.3
4442026-05-28T00:42:12.240Z Compiling icu_properties_data v2.1.2
4452026-05-28T00:42:12.308Z Compiling syn v2.0.117
4462026-05-28T00:42:12.410Z Compiling errno v0.3.14
4472026-05-28T00:42:12.429Z Compiling bitflags v2.11.0
4482026-05-28T00:42:12.463Z Compiling serde_json v1.0.149
4492026-05-28T00:42:12.698Z Compiling num-traits v0.2.19
4502026-05-28T00:42:12.720Z Compiling equivalent v1.0.2
4512026-05-28T00:42:12.755Z Compiling typeid v1.0.3
4522026-05-28T00:42:12.812Z Compiling smallvec v1.15.1
4532026-05-28T00:42:12.887Z Compiling pest_meta v2.8.6
4542026-05-28T00:42:13.040Z Compiling hashbrown v0.17.0
4552026-05-28T00:42:13.239Z Compiling thread-id v4.2.2
4562026-05-28T00:42:13.289Z Compiling usdt-impl v0.5.0
4572026-05-28T00:42:13.330Z Compiling proc-macro-error-attr v1.0.4
4582026-05-28T00:42:13.360Z Compiling syn v1.0.109
4592026-05-28T00:42:13.479Z Compiling toml_write v0.1.2
4602026-05-28T00:42:13.511Z Compiling winnow v0.7.14
4612026-05-28T00:42:13.666Z Compiling indexmap v2.14.0
4622026-05-28T00:42:13.702Z Compiling erased-serde v0.4.9
4632026-05-28T00:42:14.115Z Compiling proc-macro-error v1.0.4
4642026-05-28T00:42:14.270Z Compiling utf8_iter v1.0.4
4652026-05-28T00:42:14.305Z Compiling percent-encoding v2.3.2
4662026-05-28T00:42:14.424Z Compiling log v0.4.29
4672026-05-28T00:42:14.497Z Compiling thiserror v2.0.18
4682026-05-28T00:42:14.500Z Compiling plain v0.2.3
4692026-05-28T00:42:14.500Z Compiling utf8parse v0.2.2
4702026-05-28T00:42:14.603Z Compiling getrandom v0.4.1
4712026-05-28T00:42:14.621Z Compiling camino v1.2.2
4722026-05-28T00:42:14.624Z Compiling anstyle-parse v1.0.0
4732026-05-28T00:42:14.652Z Compiling form_urlencoded v1.2.2
4742026-05-28T00:42:14.823Z Compiling ordered-float v2.10.1
4752026-05-28T00:42:14.930Z Compiling synstructure v0.13.2
4762026-05-28T00:42:14.948Z Compiling pest_generator v2.8.6
4772026-05-28T00:42:15.057Z Compiling terminal_size v0.4.3
4782026-05-28T00:42:15.211Z Compiling cfg-if v1.0.4
4792026-05-28T00:42:15.302Z Compiling is_terminal_polyfill v1.70.2
4802026-05-28T00:42:15.321Z Compiling colorchoice v1.0.4
4812026-05-28T00:42:15.403Z Compiling anstyle-query v1.1.5
4822026-05-28T00:42:15.421Z Compiling anstyle v1.0.14
4832026-05-28T00:42:15.440Z Compiling pretty-hex v0.4.1
4842026-05-28T00:42:15.459Z Compiling serde-untagged v0.1.9
4852026-05-28T00:42:15.619Z Compiling anstream v1.0.0
4862026-05-28T00:42:15.644Z Compiling semver v1.0.28
4872026-05-28T00:42:15.695Z Compiling fs-err v3.3.0
4882026-05-28T00:42:15.714Z Compiling clap_lex v1.0.0
4892026-05-28T00:42:15.887Z Compiling fnv v1.0.7
4902026-05-28T00:42:15.921Z Compiling once_cell v1.21.3
4912026-05-28T00:42:15.941Z Compiling heck v0.4.1
4922026-05-28T00:42:15.958Z Compiling heck v0.5.0
4932026-05-28T00:42:15.976Z Compiling unicode-width v0.1.14
4942026-05-28T00:42:15.992Z Compiling strsim v0.11.1
4952026-05-28T00:42:16.165Z Compiling fastrand v2.3.0
4962026-05-28T00:42:16.193Z Compiling unicode-xid v0.2.6
4972026-05-28T00:42:16.247Z Compiling bytecount v0.6.9
4982026-05-28T00:42:16.321Z Compiling anyhow v1.0.102
4992026-05-28T00:42:16.344Z Compiling tempfile v3.25.0
5002026-05-28T00:42:16.385Z Compiling papergrid v0.11.0
5012026-05-28T00:42:16.419Z Compiling clap_builder v4.6.0
5022026-05-28T00:42:16.546Z Compiling memmap v0.7.0
5032026-05-28T00:42:16.578Z Compiling serde_derive v1.0.228
5042026-05-28T00:42:16.681Z Compiling zerofrom-derive v0.1.6
5052026-05-28T00:42:16.762Z Compiling yoke-derive v0.8.1
5062026-05-28T00:42:16.780Z Compiling zerovec-derive v0.11.2
5072026-05-28T00:42:17.134Z Compiling displaydoc v0.2.5
5082026-05-28T00:42:17.815Z Compiling thiserror-impl v1.0.69
5092026-05-28T00:42:17.884Z Compiling zerocopy-derive v0.7.35
5102026-05-28T00:42:17.901Z Compiling pest_derive v2.8.6
5112026-05-28T00:42:17.930Z Compiling scroll_derive v0.12.1
5122026-05-28T00:42:18.068Z Compiling zerofrom v0.1.6
5132026-05-28T00:42:18.202Z Compiling yoke v0.8.1
5142026-05-28T00:42:18.321Z Compiling thiserror-impl v2.0.18
5152026-05-28T00:42:18.421Z Compiling zerovec v0.11.5
5162026-05-28T00:42:18.597Z Compiling zerotrie v0.2.3
5172026-05-28T00:42:18.756Z Compiling zerocopy v0.7.35
5182026-05-28T00:42:18.897Z Compiling tinystr v0.8.2
5192026-05-28T00:42:18.914Z Compiling potential_utf v0.1.4
5202026-05-28T00:42:19.091Z Compiling icu_locale_core v2.1.1
5212026-05-28T00:42:19.108Z Compiling icu_collections v2.1.1
5222026-05-28T00:42:19.179Z Compiling dtrace-parser v0.2.0
5232026-05-28T00:42:19.304Z Compiling scroll v0.12.0
5242026-05-28T00:42:19.464Z Compiling tabled_derive v0.7.0
5252026-05-28T00:42:19.592Z Compiling goblin v0.8.2
5262026-05-28T00:42:19.763Z Compiling icu_provider v2.1.1
5272026-05-28T00:42:19.808Z Compiling clap_derive v4.6.1
5282026-05-28T00:42:19.931Z Compiling smawk v0.3.2
5292026-05-28T00:42:19.971Z Compiling unicode-linebreak v0.1.5
5302026-05-28T00:42:20.058Z Compiling icu_normalizer v2.1.1
5312026-05-28T00:42:20.076Z Compiling icu_properties v2.1.2
5322026-05-28T00:42:20.079Z Compiling serde_spanned v0.6.9
5332026-05-28T00:42:20.079Z Compiling toml_datetime v0.6.11
5342026-05-28T00:42:20.218Z Compiling dof v0.3.0
5352026-05-28T00:42:20.254Z Compiling serde_tokenstream v0.2.3
5362026-05-28T00:42:20.353Z Compiling toml_edit v0.22.27
5372026-05-28T00:42:20.377Z Compiling serde-value v0.7.0
5382026-05-28T00:42:20.592Z Compiling cargo-platform v0.2.0
5392026-05-28T00:42:20.606Z Compiling unicode-width v0.2.0
5402026-05-28T00:42:20.748Z Compiling tabled v0.15.0
5412026-05-28T00:42:20.862Z Compiling textwrap v0.16.2
5422026-05-28T00:42:20.893Z Compiling macaddr v1.0.1
5432026-05-28T00:42:21.126Z Compiling idna_adapter v1.2.1
5442026-05-28T00:42:21.174Z Compiling usdt-attr-macro v0.5.0
5452026-05-28T00:42:21.277Z Compiling idna v1.1.0
5462026-05-28T00:42:21.339Z Compiling usdt-macro v0.5.0
5472026-05-28T00:42:21.543Z Compiling camino-tempfile v1.4.1
5482026-05-28T00:42:21.568Z Compiling url v2.5.8
5492026-05-28T00:42:21.837Z Compiling toml v0.8.23
5502026-05-28T00:42:21.985Z Compiling clap v4.6.1
5512026-05-28T00:42:22.075Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-28T00:42:22.343Z Compiling cargo-util-schemas v0.8.2
5532026-05-28T00:42:22.359Z Compiling cargo_toml v0.21.0
5542026-05-28T00:42:22.475Z Compiling swrite v0.1.0
5552026-05-28T00:42:22.644Z Compiling usdt v0.5.0
5562026-05-28T00:42:23.252Z Compiling cargo_metadata v0.21.0
5572026-05-28T00:42:24.173Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-28T00:42:26.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.67s
5592026-05-28T00:42:26.480Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-05-28T00:42:27.058Z Downloading crates ...
5612026-05-28T00:42:27.151Z Downloaded adler2 v2.0.1
5622026-05-28T00:42:27.158Z Downloaded base64ct v1.8.3
5632026-05-28T00:42:27.161Z Downloaded cfg_aliases v0.1.1
5642026-05-28T00:42:27.179Z Downloaded crunchy v0.2.4
5652026-05-28T00:42:27.183Z Downloaded crc-any v2.5.0
5662026-05-28T00:42:27.186Z Downloaded bit-set v0.5.3
5672026-05-28T00:42:27.186Z Downloaded atomic-waker v1.1.2
5682026-05-28T00:42:27.189Z Downloaded dirs-next v2.0.0
5692026-05-28T00:42:27.189Z Downloaded diesel_table_macro_syntax v0.3.0
5702026-05-28T00:42:27.189Z Downloaded bitflags v1.3.2
5712026-05-28T00:42:27.191Z Downloaded embedded-io v0.6.1
5722026-05-28T00:42:27.194Z Downloaded bit-vec v0.8.0
5732026-05-28T00:42:27.194Z Downloaded endian-type v0.1.2
5742026-05-28T00:42:27.194Z Downloaded base64 v0.21.7
5752026-05-28T00:42:27.197Z Downloaded blake2 v0.10.6
5762026-05-28T00:42:27.199Z Downloaded float-cmp v0.10.0
5772026-05-28T00:42:27.203Z Downloaded bitfield v0.19.4
5782026-05-28T00:42:27.203Z Downloaded base64 v0.22.1
5792026-05-28T00:42:27.205Z Downloaded colored v3.1.1
5802026-05-28T00:42:27.205Z Downloaded fd-lock v4.0.4
5812026-05-28T00:42:27.208Z Downloaded ciborium-io v0.2.2
5822026-05-28T00:42:27.208Z Downloaded argon2 v0.5.3
5832026-05-28T00:42:27.211Z Downloaded document-features v0.2.12
5842026-05-28T00:42:27.212Z Downloaded daft-derive v0.1.7
5852026-05-28T00:42:27.214Z Downloaded ecdsa v0.16.9
5862026-05-28T00:42:27.214Z Downloaded cobs v0.3.0
5872026-05-28T00:42:27.217Z Downloaded bb8 v0.8.6
5882026-05-28T00:42:27.217Z Downloaded dtrace-parser v0.3.0
5892026-05-28T00:42:27.217Z Downloaded darling_macro v0.20.11
5902026-05-28T00:42:27.220Z Downloaded cstr-argument v0.1.2
5912026-05-28T00:42:27.220Z Downloaded cancel-safe-futures v0.1.5
5922026-05-28T00:42:27.221Z Downloaded cargo_metadata v0.19.2
5932026-05-28T00:42:27.224Z Downloaded cmake v0.1.57
5942026-05-28T00:42:27.224Z Downloaded backoff v0.4.0
5952026-05-28T00:42:27.224Z Downloaded diesel-dtrace v0.5.0
5962026-05-28T00:42:27.227Z Downloaded env_logger v0.11.9
5972026-05-28T00:42:27.230Z Downloaded either v1.15.0
5982026-05-28T00:42:27.230Z Downloaded base16ct v0.2.0
5992026-05-28T00:42:27.230Z Downloaded atomicwrites v0.4.4
6002026-05-28T00:42:27.230Z Downloaded darling_macro v0.23.0
6012026-05-28T00:42:27.233Z Downloaded find-msvc-tools v0.1.9
6022026-05-28T00:42:27.233Z Downloaded ciborium-ll v0.2.2
6032026-05-28T00:42:27.236Z Downloaded crc8 v0.1.1
6042026-05-28T00:42:27.236Z Downloaded dunce v1.0.5
6052026-05-28T00:42:27.236Z Downloaded derive_builder v0.20.2
6062026-05-28T00:42:27.239Z Downloaded console v0.16.2
6072026-05-28T00:42:27.239Z Downloaded console v0.15.11
6082026-05-28T00:42:27.242Z Downloaded fixedbitset v0.5.7
6092026-05-28T00:42:27.246Z Downloaded drift v0.1.4
6102026-05-28T00:42:27.248Z Downloaded difflib v0.4.0
6112026-05-28T00:42:27.251Z Downloaded defmt-parser v1.0.0
6122026-05-28T00:42:27.251Z Downloaded atty v0.2.14
6132026-05-28T00:42:27.251Z Downloaded cfg_aliases v0.2.1
6142026-05-28T00:42:27.251Z Downloaded async-stream v0.3.6
6152026-05-28T00:42:27.254Z Downloaded downcast-rs v2.0.2
6162026-05-28T00:42:27.254Z Downloaded defmt v0.3.100
6172026-05-28T00:42:27.256Z Downloaded assert_matches v1.5.0
6182026-05-28T00:42:27.256Z Downloaded des v0.8.1
6192026-05-28T00:42:27.256Z Downloaded embedded-io v0.4.0
6202026-05-28T00:42:27.259Z Downloaded derive_builder_macro v0.20.2
6212026-05-28T00:42:27.259Z Downloaded darling_macro v0.21.3
6222026-05-28T00:42:27.259Z Downloaded crucible-workspace-hack v0.1.0
6232026-05-28T00:42:27.259Z Downloaded convert_case v0.10.0
6242026-05-28T00:42:27.262Z Downloaded darling v0.23.0
6252026-05-28T00:42:27.265Z Downloaded dsl_auto_type v0.2.0
6262026-05-28T00:42:27.266Z Downloaded convert_case v0.4.0
6272026-05-28T00:42:27.266Z Downloaded async-recursion v1.1.1
6282026-05-28T00:42:27.270Z Downloaded cargo-platform v0.1.9
6292026-05-28T00:42:27.270Z Downloaded fallible-iterator v0.2.0
6302026-05-28T00:42:27.270Z Downloaded bitfield-struct v0.6.2
6312026-05-28T00:42:27.275Z Downloaded debug-ignore v1.0.5
6322026-05-28T00:42:27.275Z Downloaded crossbeam-deque v0.8.6
6332026-05-28T00:42:27.275Z Downloaded critical-section v1.2.0
6342026-05-28T00:42:27.276Z Downloaded dirs-sys-next v0.1.2
6352026-05-28T00:42:27.279Z Downloaded array-init v0.0.4
6362026-05-28T00:42:27.279Z Downloaded curve25519-dalek-derive v0.1.1
6372026-05-28T00:42:27.279Z Downloaded block-padding v0.3.3
6382026-05-28T00:42:27.279Z Downloaded foreign-types v0.3.2
6392026-05-28T00:42:27.279Z Downloaded foreign-types-macros v0.2.3
6402026-05-28T00:42:27.279Z Downloaded env_filter v1.0.0
6412026-05-28T00:42:27.279Z Downloaded bcrypt-pbkdf v0.10.0
6422026-05-28T00:42:27.282Z Downloaded aead v0.5.2
6432026-05-28T00:42:27.282Z Downloaded flagset v0.4.7
6442026-05-28T00:42:27.282Z Downloaded bit-set v0.8.0
6452026-05-28T00:42:27.286Z Downloaded compression-codecs v0.4.37
6462026-05-28T00:42:27.286Z Downloaded crc-catalog v2.4.0
6472026-05-28T00:42:27.289Z Downloaded crc v3.4.0
6482026-05-28T00:42:27.289Z Downloaded compression-core v0.4.31
6492026-05-28T00:42:27.289Z Downloaded float-ord v0.3.2
6502026-05-28T00:42:27.290Z Downloaded ascii-canvas v3.0.0
6512026-05-28T00:42:27.290Z Downloaded arrayref v0.3.9
6522026-05-28T00:42:27.296Z Downloaded anstyle-parse v0.2.7
6532026-05-28T00:42:27.296Z Downloaded display-error-chain v0.2.2
6542026-05-28T00:42:27.296Z Downloaded backon v1.6.0
6552026-05-28T00:42:27.296Z Downloaded cbc v0.1.2
6562026-05-28T00:42:27.296Z Downloaded buf-list v1.1.2
6572026-05-28T00:42:27.300Z Downloaded futures-sink v0.3.32
6582026-05-28T00:42:27.300Z Downloaded async-stream-impl v0.3.6
6592026-05-28T00:42:27.300Z Downloaded foreign-types v0.5.0
6602026-05-28T00:42:27.303Z Downloaded dof v0.4.0
6612026-05-28T00:42:27.303Z Downloaded cpufeatures v0.3.0
6622026-05-28T00:42:27.303Z Downloaded enum-as-inner v0.6.1
6632026-05-28T00:42:27.303Z Downloaded dropshot-api-manager-types v0.7.1
6642026-05-28T00:42:27.306Z Downloaded fxhash v0.2.1
6652026-05-28T00:42:27.306Z Downloaded cipher v0.4.4
6662026-05-28T00:42:27.306Z Downloaded gethostname v0.5.0
6672026-05-28T00:42:27.306Z Downloaded funty v2.0.0
6682026-05-28T00:42:27.309Z Downloaded castaway v0.2.4
6692026-05-28T00:42:27.309Z Downloaded globwalk v0.9.1
6702026-05-28T00:42:27.309Z Downloaded git-stub v1.0.0
6712026-05-28T00:42:27.312Z Downloaded ghash v0.5.1
6722026-05-28T00:42:27.312Z Downloaded futures-macro v0.3.32
6732026-05-28T00:42:27.315Z Downloaded ena v0.14.4
6742026-05-28T00:42:27.315Z Downloaded foreign-types-shared v0.3.1
6752026-05-28T00:42:27.315Z Downloaded csv-core v0.1.13
6762026-05-28T00:42:27.317Z Downloaded futures-io v0.3.32
6772026-05-28T00:42:27.317Z Downloaded derive_more v0.99.20
6782026-05-28T00:42:27.320Z Downloaded futures-task v0.3.32
6792026-05-28T00:42:27.323Z Downloaded hash32 v0.2.1
6802026-05-28T00:42:27.323Z Downloaded futures-core v0.3.32
6812026-05-28T00:42:27.323Z Downloaded foreign-types-shared v0.1.1
6822026-05-28T00:42:27.326Z Downloaded erased-serde v0.3.31
6832026-05-28T00:42:27.326Z Downloaded headers-core v0.3.0
6842026-05-28T00:42:27.326Z Downloaded hash32 v0.3.1
6852026-05-28T00:42:27.329Z Downloaded clang-sys v1.8.1
6862026-05-28T00:42:27.329Z Downloaded crossbeam-utils v0.8.21
6872026-05-28T00:42:27.332Z Downloaded corncobs v0.1.4
6882026-05-28T00:42:27.332Z Downloaded filetime v0.2.27
6892026-05-28T00:42:27.335Z Downloaded deranged v0.5.8
6902026-05-28T00:42:27.335Z Downloaded blowfish v0.9.1
6912026-05-28T00:42:27.340Z Downloaded der_derive v0.7.3
6922026-05-28T00:42:27.340Z Downloaded arrayvec v0.7.6
6932026-05-28T00:42:27.342Z Downloaded hex v0.4.3
6942026-05-28T00:42:27.342Z Downloaded hostname v0.4.2
6952026-05-28T00:42:27.342Z Downloaded hostname v0.3.1
6962026-05-28T00:42:27.342Z Downloaded constant_time_eq v0.4.2
6972026-05-28T00:42:27.346Z Downloaded cassowary v0.3.0
6982026-05-28T00:42:27.346Z Downloaded chacha20 v0.9.1
6992026-05-28T00:42:27.346Z Downloaded home v0.5.12
7002026-05-28T00:42:27.348Z Downloaded hex-literal v0.4.1
7012026-05-28T00:42:27.348Z Downloaded hubpack_derive v0.1.1
7022026-05-28T00:42:27.348Z Downloaded fixedbitset v0.4.2
7032026-05-28T00:42:27.351Z Downloaded ed25519 v2.2.3
7042026-05-28T00:42:27.351Z Downloaded bzip2 v0.6.1
7052026-05-28T00:42:27.351Z Downloaded bzip2 v0.4.4
7062026-05-28T00:42:27.354Z Downloaded daft v0.1.7
7072026-05-28T00:42:27.354Z Downloaded http-body v1.0.1
7082026-05-28T00:42:27.354Z Downloaded crc32fast v1.5.0
7092026-05-28T00:42:27.358Z Downloaded dyn-clone v1.0.20
7102026-05-28T00:42:27.358Z Downloaded httpdate v1.0.3
7112026-05-28T00:42:27.362Z Downloaded fs-err v2.11.0
7122026-05-28T00:42:27.362Z Downloaded foldhash v0.2.0
7132026-05-28T00:42:27.362Z Downloaded ff v0.13.1
7142026-05-28T00:42:27.362Z Downloaded defmt-macros v1.0.1
7152026-05-28T00:42:27.365Z Downloaded ident_case v1.0.1
7162026-05-28T00:42:27.365Z Downloaded fs_extra v1.3.0
7172026-05-28T00:42:27.365Z Downloaded indoc v1.0.9
7182026-05-28T00:42:27.368Z Downloaded camino-tempfile-ext v0.3.3
7192026-05-28T00:42:27.368Z Downloaded http-range v0.1.5
7202026-05-28T00:42:27.371Z Downloaded chacha20 v0.10.0
7212026-05-28T00:42:27.371Z Downloaded bit-vec v0.6.3
7222026-05-28T00:42:27.371Z Downloaded glob v0.3.3
7232026-05-28T00:42:27.374Z Downloaded async-trait v0.1.89
7242026-05-28T00:42:27.376Z Downloaded hyper-tls v0.6.0
7252026-05-28T00:42:27.376Z Downloaded darling_core v0.23.0
7262026-05-28T00:42:27.380Z Downloaded futures-executor v0.3.32
7272026-05-28T00:42:27.380Z Downloaded hubpack v0.1.2
7282026-05-28T00:42:27.383Z Downloaded anstream v0.6.21
7292026-05-28T00:42:27.383Z Downloaded globset v0.4.18
7302026-05-28T00:42:27.383Z Downloaded defmt v1.0.1
7312026-05-28T00:42:27.386Z Downloaded instability v0.3.11
7322026-05-28T00:42:27.389Z Downloaded instant v0.1.13
7332026-05-28T00:42:27.389Z Downloaded inout v0.1.4
7342026-05-28T00:42:27.389Z Downloaded indent_write v2.2.0
7352026-05-28T00:42:27.394Z Downloaded illumos-nvpair v0.3.0
7362026-05-28T00:42:27.394Z Downloaded group v0.13.0
7372026-05-28T00:42:27.395Z Downloaded git-stub-vcs v0.1.0
7382026-05-28T00:42:27.395Z Downloaded illumos-nvpair-sys v0.2.0
7392026-05-28T00:42:27.395Z Downloaded derive_builder_core v0.20.2
7402026-05-28T00:42:27.397Z Downloaded ctr v0.9.2
7412026-05-28T00:42:27.397Z Downloaded cookie v0.18.1
7422026-05-28T00:42:27.400Z Downloaded diff v0.1.13
7432026-05-28T00:42:27.403Z Downloaded const-oid v0.9.6
7442026-05-28T00:42:27.403Z Downloaded bitfield-macros v0.19.4
7452026-05-28T00:42:27.403Z Downloaded ciborium v0.2.2
7462026-05-28T00:42:27.406Z Downloaded internet-checksum v0.2.1
7472026-05-28T00:42:27.406Z Downloaded ahash v0.8.12
7482026-05-28T00:42:27.408Z Downloaded is-terminal v0.4.17
7492026-05-28T00:42:27.408Z Downloaded cexpr v0.6.0
7502026-05-28T00:42:27.408Z Downloaded async-bb8-diesel v0.2.1
7512026-05-28T00:42:27.411Z Downloaded foldhash v0.1.5
7522026-05-28T00:42:27.412Z Downloaded byte-wrapper v0.1.0
7532026-05-28T00:42:27.415Z Downloaded keccak v0.1.6
7542026-05-28T00:42:27.415Z Downloaded kstat-rs v0.2.4
7552026-05-28T00:42:27.415Z Downloaded is_ci v1.2.0
7562026-05-28T00:42:27.419Z Downloaded lazy_static v1.5.0
7572026-05-28T00:42:27.419Z Downloaded const_format_proc_macros v0.2.34
7582026-05-28T00:42:27.423Z Downloaded http-body-util v0.1.3
7592026-05-28T00:42:27.423Z Downloaded lzss v0.8.2
7602026-05-28T00:42:27.426Z Downloaded highway v1.3.0
7612026-05-28T00:42:27.426Z Downloaded maplit v1.0.2
7622026-05-28T00:42:27.426Z Downloaded linked-hash-map v0.5.6
7632026-05-28T00:42:27.430Z Downloaded libscf-sys v1.1.0
7642026-05-28T00:42:27.430Z Downloaded darling v0.20.11
7652026-05-28T00:42:27.432Z Downloaded lru v0.12.5
7662026-05-28T00:42:27.432Z Downloaded darling v0.21.3
7672026-05-28T00:42:27.435Z Downloaded md-5 v0.10.6
7682026-05-28T00:42:27.438Z Downloaded match_cfg v0.1.0
7692026-05-28T00:42:27.438Z Downloaded data-encoding v2.10.0
7702026-05-28T00:42:27.441Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-28T00:42:27.441Z Downloaded hyper-staticfile v0.10.1
7722026-05-28T00:42:27.443Z Downloaded bcs v0.1.6
7732026-05-28T00:42:27.443Z Downloaded humantime v2.3.0
7742026-05-28T00:42:27.446Z Downloaded lru-slab v0.1.2
7752026-05-28T00:42:27.446Z Downloaded lru-cache v0.1.2
7762026-05-28T00:42:27.446Z Downloaded managed v0.8.0
7772026-05-28T00:42:27.449Z Downloaded memoffset v0.9.1
7782026-05-28T00:42:27.450Z Downloaded der v0.7.10
7792026-05-28T00:42:27.454Z Downloaded ingot-types v0.1.2
7802026-05-28T00:42:27.454Z Downloaded md5 v0.7.0
7812026-05-28T00:42:27.454Z Downloaded newtype-uuid-macros v0.1.0
7822026-05-28T00:42:27.456Z Downloaded newline-converter v0.3.0
7832026-05-28T00:42:27.456Z Downloaded ipnetwork v0.21.1
7842026-05-28T00:42:27.459Z Downloaded getrandom v0.2.17
7852026-05-28T00:42:27.459Z Downloaded futures-channel v0.3.32
7862026-05-28T00:42:27.462Z Downloaded mime v0.3.17
7872026-05-28T00:42:27.462Z Downloaded multimap v0.10.1
7882026-05-28T00:42:27.462Z Downloaded cookie_store v0.22.1
7892026-05-28T00:42:27.466Z Downloaded allocator-api2 v0.2.21
7902026-05-28T00:42:27.469Z Downloaded crossbeam-epoch v0.9.18
7912026-05-28T00:42:27.469Z Downloaded normalize-line-endings v0.3.0
7922026-05-28T00:42:27.469Z Downloaded newtype_derive v0.1.6
7932026-05-28T00:42:27.471Z Downloaded num v0.4.3
7942026-05-28T00:42:27.471Z Downloaded nonempty v0.12.0
7952026-05-28T00:42:27.471Z Downloaded nibble_vec v0.1.0
7962026-05-28T00:42:27.474Z Downloaded new_debug_unreachable v1.0.6
7972026-05-28T00:42:27.474Z Downloaded indoc v2.0.7
7982026-05-28T00:42:27.477Z Downloaded hmac v0.12.1
7992026-05-28T00:42:27.479Z Downloaded crossterm v0.29.0
8002026-05-28T00:42:27.482Z Downloaded nodrop v0.1.14
8012026-05-28T00:42:27.485Z Downloaded ingot v0.1.1
8022026-05-28T00:42:27.488Z Downloaded jobserver v0.1.34
8032026-05-28T00:42:27.490Z Downloaded num_enum_derive v0.5.11
8042026-05-28T00:42:27.490Z Downloaded num-iter v0.1.45
8052026-05-28T00:42:27.493Z Downloaded num-derive v0.4.2
8062026-05-28T00:42:27.493Z Downloaded num-conv v0.2.0
8072026-05-28T00:42:27.493Z Downloaded libsw-core v0.3.2
8082026-05-28T00:42:27.496Z Downloaded libloading v0.8.9
8092026-05-28T00:42:27.496Z Downloaded iana-time-zone v0.1.65
8102026-05-28T00:42:27.498Z Downloaded num-derive v0.3.3
8112026-05-28T00:42:27.501Z Downloaded lock_api v0.4.14
8122026-05-28T00:42:27.501Z Downloaded linear-map v1.2.0
8132026-05-28T00:42:27.501Z Downloaded openssl-macros v0.1.1
8142026-05-28T00:42:27.504Z Downloaded darling_core v0.20.11
8152026-05-28T00:42:27.506Z Downloaded olpc-cjson v0.1.4
8162026-05-28T00:42:27.506Z Downloaded openssl-probe v0.1.6
8172026-05-28T00:42:27.506Z Downloaded crypto-bigint v0.5.5
8182026-05-28T00:42:27.509Z Downloaded colored v2.2.0
8192026-05-28T00:42:27.512Z Downloaded mime_guess v2.0.5
8202026-05-28T00:42:27.514Z Downloaded hyper-rustls v0.27.7
8212026-05-28T00:42:27.515Z Downloaded httparse v1.10.1
8222026-05-28T00:42:27.517Z Downloaded maybe-uninit v2.0.0
8232026-05-28T00:42:27.517Z Downloaded fatfs v0.3.6
8242026-05-28T00:42:27.520Z Downloaded half v1.8.3
8252026-05-28T00:42:27.520Z Downloaded derive-where v1.6.0
8262026-05-28T00:42:27.524Z Downloaded expectorate v1.2.0
8272026-05-28T00:42:27.527Z Downloaded oso-derive v0.27.3
8282026-05-28T00:42:27.527Z Downloaded openssl-probe v0.2.1
8292026-05-28T00:42:27.527Z Downloaded bytes v1.11.1
8302026-05-28T00:42:27.530Z Downloaded newtype-uuid v1.3.2
8312026-05-28T00:42:27.530Z Downloaded dropshot_endpoint v0.16.7
8322026-05-28T00:42:27.533Z Downloaded opaque-debug v0.3.1
8332026-05-28T00:42:27.533Z Downloaded num_threads v0.1.7
8342026-05-28T00:42:27.533Z Downloaded native-tls v0.2.18
8352026-05-28T00:42:27.535Z Downloaded libsw v3.5.0
8362026-05-28T00:42:27.536Z Downloaded lalrpop-util v0.19.12
8372026-05-28T00:42:27.536Z Downloaded libefi-sys v0.1.0
8382026-05-28T00:42:27.539Z Downloaded packed_struct_codegen v0.10.1
8392026-05-28T00:42:27.539Z Downloaded parse-size v1.1.0
8402026-05-28T00:42:27.542Z Downloaded nanorand v0.7.0
8412026-05-28T00:42:27.542Z Downloaded parse-display v0.10.0
8422026-05-28T00:42:27.545Z Downloaded darling_core v0.21.3
8432026-05-28T00:42:27.548Z Downloaded ipnet v2.11.0
8442026-05-28T00:42:27.562Z Downloaded phf_shared v0.12.1
8452026-05-28T00:42:27.564Z Downloaded pbkdf2 v0.11.0
8462026-05-28T00:42:27.564Z Downloaded path-slash v0.1.5
8472026-05-28T00:42:27.564Z Downloaded num-rational v0.4.2
8482026-05-28T00:42:27.567Z Downloaded num-integer v0.1.46
8492026-05-28T00:42:27.567Z Downloaded num-complex v0.4.6
8502026-05-28T00:42:27.567Z Downloaded ingot-macros v0.1.1
8512026-05-28T00:42:27.570Z Downloaded pin-utils v0.1.0
8522026-05-28T00:42:27.570Z Downloaded num_enum v0.5.11
8532026-05-28T00:42:27.573Z Downloaded elliptic-curve v0.13.8
8542026-05-28T00:42:27.576Z Downloaded chacha20poly1305 v0.10.1
8552026-05-28T00:42:27.578Z Downloaded num_enum_derive v0.7.6
8562026-05-28T00:42:27.578Z Downloaded ignore v0.4.25
8572026-05-28T00:42:27.581Z Downloaded flume v0.11.1
8582026-05-28T00:42:27.581Z Downloaded phf_shared v0.13.1
8592026-05-28T00:42:27.584Z Downloaded peg-runtime v0.8.5
8602026-05-28T00:42:27.584Z Downloaded pbkdf2 v0.12.2
8612026-05-28T00:42:27.589Z Downloaded const_format v0.2.35
8622026-05-28T00:42:27.591Z Downloaded powerfmt v0.2.0
8632026-05-28T00:42:27.594Z Downloaded crossbeam-channel v0.5.15
8642026-05-28T00:42:27.597Z Downloaded memmap2 v0.9.10
8652026-05-28T00:42:27.597Z Downloaded indexmap v1.9.3
8662026-05-28T00:42:27.600Z Downloaded predicates-tree v1.0.13
8672026-05-28T00:42:27.600Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-28T00:42:27.600Z Downloaded multer v3.1.0
8692026-05-28T00:42:27.603Z Downloaded async-compression v0.4.41
8702026-05-28T00:42:27.606Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-05-28T00:42:27.610Z Downloaded arc-swap v1.8.2
8722026-05-28T00:42:27.610Z Downloaded proc-macro-crate v1.3.1
8732026-05-28T00:42:27.612Z Downloaded precomputed-hash v0.1.1
8742026-05-28T00:42:27.612Z Downloaded paste v1.0.15
8752026-05-28T00:42:27.615Z Downloaded predicates-core v1.0.10
8762026-05-28T00:42:27.615Z Downloaded parse-display-derive v0.10.0
8772026-05-28T00:42:27.615Z Downloaded oxnet v0.1.5
8782026-05-28T00:42:27.618Z Downloaded owo-colors v4.3.0
8792026-05-28T00:42:27.618Z Downloaded heapless v0.8.0
8802026-05-28T00:42:27.620Z Downloaded half v2.7.1
8812026-05-28T00:42:27.623Z Downloaded phf v0.13.1
8822026-05-28T00:42:27.623Z Downloaded peg-macros v0.8.5
8832026-05-28T00:42:27.623Z Downloaded futures v0.3.32
8842026-05-28T00:42:27.626Z Downloaded password-hash v0.4.2
8852026-05-28T00:42:27.629Z Downloaded progenitor-macro v0.13.0
8862026-05-28T00:42:27.629Z Downloaded progenitor-macro v0.11.2
8872026-05-28T00:42:27.629Z Downloaded progenitor-macro v0.10.0
8882026-05-28T00:42:27.631Z Downloaded progenitor-client v0.14.0
8892026-05-28T00:42:27.631Z Downloaded progenitor-client v0.11.2
8902026-05-28T00:42:27.631Z Downloaded progenitor-macro v0.14.0
8912026-05-28T00:42:27.631Z Downloaded progenitor-client v0.10.0
8922026-05-28T00:42:27.634Z Downloaded cc v1.2.56
8932026-05-28T00:42:27.634Z Downloaded psl-types v2.0.11
8942026-05-28T00:42:27.637Z Downloaded num_enum v0.7.6
8952026-05-28T00:42:27.639Z Downloaded pkg-config v0.3.32
8962026-05-28T00:42:27.639Z Downloaded pem v3.0.6
8972026-05-28T00:42:27.642Z Downloaded peg v0.8.5
8982026-05-28T00:42:27.642Z Downloaded password-hash v0.5.0
8992026-05-28T00:42:27.645Z Downloaded flate2 v1.1.9
9002026-05-28T00:42:27.650Z Downloaded compact_str v0.8.1
9012026-05-28T00:42:27.652Z Downloaded libbz2-rs-sys v0.2.2
9022026-05-28T00:42:27.652Z Downloaded aes v0.8.4
9032026-05-28T00:42:27.652Z Downloaded phf v0.12.1
9042026-05-28T00:42:27.652Z Downloaded omicron-zone-package v0.12.2
9052026-05-28T00:42:27.655Z Downloaded pin-project-internal v1.1.11
9062026-05-28T00:42:27.658Z Downloaded diesel_derives v2.3.7
9072026-05-28T00:42:27.661Z Downloaded poly1305 v0.8.0
9082026-05-28T00:42:27.661Z Downloaded radium v0.7.0
9092026-05-28T00:42:27.664Z Downloaded quick-error v1.2.3
9102026-05-28T00:42:27.664Z Downloaded indicatif v0.18.4
9112026-05-28T00:42:27.667Z Downloaded pkcs8 v0.10.2
9122026-05-28T00:42:27.667Z Downloaded polyval v0.6.2
9132026-05-28T00:42:27.669Z Downloaded headers v0.4.1
9142026-05-28T00:42:27.672Z Downloaded predicates v3.1.4
9152026-05-28T00:42:27.672Z Downloaded parking_lot v0.12.5
9162026-05-28T00:42:27.675Z Downloaded ppv-lite86 v0.2.21
9172026-05-28T00:42:27.675Z Downloaded proc-macro-crate v3.4.0
9182026-05-28T00:42:27.678Z Downloaded rand_chacha v0.3.1
9192026-05-28T00:42:27.678Z Downloaded packed_struct v0.10.1
9202026-05-28T00:42:27.678Z Downloaded recursive v0.1.1
9212026-05-28T00:42:27.681Z Downloaded nu-ansi-term v0.50.3
9222026-05-28T00:42:27.681Z Downloaded primeorder v0.13.6
9232026-05-28T00:42:27.683Z Downloaded rand_xorshift v0.4.0
9242026-05-28T00:42:27.683Z Downloaded progenitor v0.10.0
9252026-05-28T00:42:27.683Z Downloaded proc-macro-error2 v2.0.1
9262026-05-28T00:42:27.686Z Downloaded parking_lot_core v0.8.6
9272026-05-28T00:42:27.686Z Downloaded bumpalo v3.20.2
9282026-05-28T00:42:27.689Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-05-28T00:42:27.690Z Downloaded progenitor v0.13.0
9302026-05-28T00:42:27.693Z Downloaded progenitor v0.11.2
9312026-05-28T00:42:27.693Z Downloaded parking_lot_core v0.9.12
9322026-05-28T00:42:27.693Z Downloaded derive_more v2.1.1
9332026-05-28T00:42:27.698Z Downloaded progenitor-client v0.13.0
9342026-05-28T00:42:27.701Z Downloaded progenitor v0.14.0
9352026-05-28T00:42:27.701Z Downloaded hickory-resolver v0.24.4
9362026-05-28T00:42:27.705Z Downloaded ref-cast v1.0.25
9372026-05-28T00:42:27.708Z Downloaded dropshot-api-manager v0.7.1
9382026-05-28T00:42:27.708Z Downloaded parking_lot v0.11.2
9392026-05-28T00:42:27.710Z Downloaded ed25519-dalek v2.2.0
9402026-05-28T00:42:27.710Z Downloaded derive_more-impl v2.1.1
9412026-05-28T00:42:27.713Z Downloaded pkcs1 v0.7.5
9422026-05-28T00:42:27.717Z Downloaded pem-rfc7468 v0.7.0
9432026-05-28T00:42:27.720Z Downloaded pin-project-lite v0.2.17
9442026-05-28T00:42:27.720Z Downloaded postgres-protocol v0.6.10
9452026-05-28T00:42:27.723Z Downloaded russh-cryptovec v0.7.3
9462026-05-28T00:42:27.723Z Downloaded postcard v1.1.3
9472026-05-28T00:42:27.723Z Downloaded litrs v1.0.0
9482026-05-28T00:42:27.726Z Downloaded pkcs5 v0.7.1
9492026-05-28T00:42:27.728Z Downloaded rustc_version v0.4.1
9502026-05-28T00:42:27.728Z Downloaded rtoolbox v0.0.3
9512026-05-28T00:42:27.728Z Downloaded rustc-hash v2.1.1
9522026-05-28T00:42:27.731Z Downloaded rfc6979 v0.4.0
9532026-05-28T00:42:27.731Z Downloaded ar_archive_writer v0.5.1
9542026-05-28T00:42:27.734Z Downloaded miniz_oxide v0.8.9
9552026-05-28T00:42:27.734Z Downloaded heapless v0.7.17
9562026-05-28T00:42:27.736Z Downloaded rustc_version v0.1.7
9572026-05-28T00:42:27.737Z Downloaded r2d2 v0.8.10
9582026-05-28T00:42:27.739Z Downloaded oso v0.27.3
9592026-05-28T00:42:27.739Z Downloaded getrandom v0.3.4
9602026-05-28T00:42:27.742Z Downloaded rand_core v0.10.0
9612026-05-28T00:42:27.745Z Downloaded ref-cast-impl v1.0.25
9622026-05-28T00:42:27.745Z Downloaded rand_core v0.6.4
9632026-05-28T00:42:27.747Z Downloaded rand_chacha v0.9.0
9642026-05-28T00:42:27.748Z Downloaded same-file v1.0.6
9652026-05-28T00:42:27.748Z Downloaded rand_seeder v0.4.0
9662026-05-28T00:42:27.751Z Downloaded rand_core v0.9.5
9672026-05-28T00:42:27.751Z Downloaded scopeguard v1.2.0
9682026-05-28T00:42:27.751Z Downloaded jiff-static v0.2.21
9692026-05-28T00:42:27.764Z Downloaded progenitor-extras v0.2.0
9702026-05-28T00:42:27.769Z Downloaded salsa20 v0.10.2
9712026-05-28T00:42:27.772Z Downloaded sapling-renderdag v0.1.0
9722026-05-28T00:42:27.775Z Downloaded hickory-resolver v0.25.2
9732026-05-28T00:42:27.779Z Downloaded semver v0.1.20
9742026-05-28T00:42:27.779Z Downloaded secrecy v0.10.3
9752026-05-28T00:42:27.782Z Downloaded psm v0.1.30
9762026-05-28T00:42:27.785Z Downloaded p256 v0.13.2
9772026-05-28T00:42:27.785Z Downloaded scrypt v0.11.0
9782026-05-28T00:42:27.789Z Downloaded scroll_derive v0.13.1
9792026-05-28T00:42:27.789Z Downloaded pin-project v1.1.11
9802026-05-28T00:42:27.793Z Downloaded serde_bytes v0.11.19
9812026-05-28T00:42:27.795Z Downloaded serde_repr v0.1.20
9822026-05-28T00:42:27.795Z Downloaded serde_plain v1.0.2
9832026-05-28T00:42:27.798Z Downloaded sha1 v0.10.6
9842026-05-28T00:42:27.798Z Downloaded serde-big-array v0.5.1
9852026-05-28T00:42:27.801Z Downloaded crossterm v0.28.1
9862026-05-28T00:42:27.804Z Downloaded quinn-udp v0.5.14
9872026-05-28T00:42:27.804Z Downloaded secrecy v0.8.0
9882026-05-28T00:42:27.807Z Downloaded minimal-lexical v0.2.1
9892026-05-28T00:42:27.810Z Downloaded serde_urlencoded v0.7.1
9902026-05-28T00:42:27.810Z Downloaded serde_spanned v1.0.4
9912026-05-28T00:42:27.810Z Downloaded signal-hook-tokio v0.3.1
9922026-05-28T00:42:27.810Z Downloaded hashbrown v0.12.3
9932026-05-28T00:42:27.813Z Downloaded rustversion v1.0.22
9942026-05-28T00:42:27.817Z Downloaded signal-hook-mio v0.2.5
9952026-05-28T00:42:27.817Z Downloaded shell-words v1.1.1
9962026-05-28T00:42:27.817Z Downloaded postgres-types v0.2.12
9972026-05-28T00:42:27.820Z Downloaded rustls-pemfile v2.2.0
9982026-05-28T00:42:27.820Z Downloaded rustls-pemfile v1.0.4
9992026-05-28T00:42:27.828Z Downloaded scheduled-thread-pool v0.2.7
10002026-05-28T00:42:27.831Z Downloaded sigpipe v0.1.3
10012026-05-28T00:42:27.842Z Downloaded schemars_derive v0.8.22
10022026-05-28T00:42:27.867Z Downloaded rusty-fork v0.3.1
10032026-05-28T00:42:27.867Z Downloaded rustls-native-certs v0.8.3
10042026-05-28T00:42:27.868Z Downloaded papergrid v0.17.0
10052026-05-28T00:42:27.868Z Downloaded siphasher v1.0.2
10062026-05-28T00:42:27.868Z Downloaded hickory-server v0.25.2
10072026-05-28T00:42:27.875Z Downloaded progenitor-impl v0.13.0
10082026-05-28T00:42:27.876Z Downloaded progenitor-impl v0.11.2
10092026-05-28T00:42:27.876Z Downloaded signature v2.2.0
10102026-05-28T00:42:27.876Z Downloaded openssl-sys v0.9.115
10112026-05-28T00:42:27.876Z Downloaded slog-envlogger v2.2.0
10122026-05-28T00:42:27.876Z Downloaded sct v0.7.1
10132026-05-28T00:42:27.876Z Downloaded scroll v0.13.0
10142026-05-28T00:42:27.876Z Downloaded http v1.4.0
10152026-05-28T00:42:27.876Z Downloaded serde_path_to_error v0.1.20
10162026-05-28T00:42:27.876Z Downloaded hyper-util v0.1.20
10172026-05-28T00:42:27.879Z Downloaded serde-hex v0.1.0
10182026-05-28T00:42:27.879Z Downloaded sec1 v0.7.3
10192026-05-28T00:42:27.879Z Downloaded serde_derive_internals v0.29.1
10202026-05-28T00:42:27.879Z Downloaded sqlparser_derive v0.5.0
10212026-05-28T00:42:27.884Z Downloaded simd-adler32 v0.3.8
10222026-05-28T00:42:27.888Z Downloaded hashbrown v0.13.2
10232026-05-28T00:42:27.891Z Downloaded ssh-cipher v0.2.0
10242026-05-28T00:42:27.891Z Downloaded shlex v1.3.0
10252026-05-28T00:42:27.900Z Downloaded rustls-pki-types v1.14.0
10262026-05-28T00:42:27.904Z Downloaded prettyplease v0.2.37
10272026-05-28T00:42:27.904Z Downloaded pretty_assertions v1.4.1
10282026-05-28T00:42:27.908Z Downloaded ssh-encoding v0.2.0
10292026-05-28T00:42:27.908Z Downloaded prefix-trie v0.7.0
10302026-05-28T00:42:27.938Z Downloaded strip-ansi-escapes v0.2.1
10312026-05-28T00:42:27.938Z Downloaded structmeta-derive v0.3.0
10322026-05-28T00:42:27.938Z Downloaded slog-dtrace v0.3.0
10332026-05-28T00:42:27.938Z Downloaded structmeta v0.3.0
10342026-05-28T00:42:27.938Z Downloaded signal-hook-registry v1.4.8
10352026-05-28T00:42:27.938Z Downloaded progenitor-impl v0.10.0
10362026-05-28T00:42:27.941Z Downloaded progenitor-impl v0.14.0
10372026-05-28T00:42:27.941Z Downloaded slab v0.4.12
10382026-05-28T00:42:27.941Z Downloaded subtle v2.6.1
10392026-05-28T00:42:27.941Z Downloaded strum v0.27.2
10402026-05-28T00:42:27.941Z Downloaded slog-bunyan v2.5.0
10412026-05-28T00:42:27.941Z Downloaded seq-macro v0.3.6
10422026-05-28T00:42:27.941Z Downloaded strum v0.26.3
10432026-05-28T00:42:27.941Z Downloaded sync_wrapper v1.0.2
10442026-05-28T00:42:27.941Z Downloaded sync-ptr v0.1.4
10452026-05-28T00:42:27.941Z Downloaded supports-color v3.0.2
10462026-05-28T00:42:27.941Z Downloaded smallvec v0.6.14
10472026-05-28T00:42:27.941Z Downloaded tagptr v0.2.0
10482026-05-28T00:42:27.941Z Downloaded tap v1.0.1
10492026-05-28T00:42:27.941Z Downloaded take_mut v0.2.2
10502026-05-28T00:42:27.941Z Downloaded slog-stdlog v4.1.1
10512026-05-28T00:42:27.942Z Downloaded slog-scope v4.4.1
10522026-05-28T00:42:27.942Z Downloaded slog-json v2.6.1
10532026-05-28T00:42:27.942Z Downloaded slog-async v2.8.0
10542026-05-28T00:42:27.942Z Downloaded slog-term v2.9.2
10552026-05-28T00:42:27.947Z Downloaded serde_with_macros v3.17.0
10562026-05-28T00:42:27.947Z Downloaded smf v0.2.3
10572026-05-28T00:42:27.947Z Downloaded tabwriter v1.4.1
10582026-05-28T00:42:27.951Z Downloaded thread-id v5.1.0
10592026-05-28T00:42:27.951Z Downloaded testing_table v0.3.0
10602026-05-28T00:42:27.951Z Downloaded russh-keys v0.45.0
10612026-05-28T00:42:27.961Z Downloaded rustls-platform-verifier v0.6.2
10622026-05-28T00:42:27.961Z Downloaded stacker v0.1.23
10632026-05-28T00:42:27.967Z Downloaded itertools v0.10.5
10642026-05-28T00:42:27.967Z Downloaded sqlformat v0.3.5
10652026-05-28T00:42:27.967Z Downloaded ron v0.8.1
10662026-05-28T00:42:27.967Z Downloaded itertools v0.13.0
10672026-05-28T00:42:27.973Z Downloaded termtree v0.5.1
10682026-05-28T00:42:27.973Z Downloaded snafu-derive v0.8.9
10692026-05-28T00:42:27.973Z Downloaded rcgen v0.12.1
10702026-05-28T00:42:27.977Z Downloaded ryu v1.0.23
10712026-05-28T00:42:27.977Z Downloaded hashbrown v0.15.5
10722026-05-28T00:42:27.977Z Downloaded spki v0.7.3
10732026-05-28T00:42:27.980Z Downloaded stringprep v0.1.5
10742026-05-28T00:42:27.980Z Downloaded string_cache v0.8.9
10752026-05-28T00:42:27.980Z Downloaded mio v1.2.0
10762026-05-28T00:42:27.989Z Downloaded time-core v0.1.8
10772026-05-28T00:42:27.989Z Downloaded rayon-core v1.13.0
10782026-05-28T00:42:27.992Z Downloaded tinyvec_macros v0.1.1
10792026-05-28T00:42:27.992Z Downloaded tabled_derive v0.11.0
10802026-05-28T00:42:27.992Z Downloaded strum_macros v0.24.3
10812026-05-28T00:42:27.992Z Downloaded schemars v0.8.22
10822026-05-28T00:42:27.996Z Downloaded tokio-macros v2.7.0
10832026-05-28T00:42:27.999Z Downloaded rand v0.8.6
10842026-05-28T00:42:28.006Z Downloaded quinn v0.11.9
10852026-05-28T00:42:28.006Z Downloaded static_assertions v1.1.0
10862026-05-28T00:42:28.006Z Downloaded support-bundle-viewer v0.1.2
10872026-05-28T00:42:28.006Z Downloaded strum_macros v0.27.2
10882026-05-28T00:42:28.006Z Downloaded strum_macros v0.26.4
10892026-05-28T00:42:28.009Z Downloaded num-bigint v0.4.6
10902026-05-28T00:42:28.009Z Downloaded nom v7.1.3
10912026-05-28T00:42:28.013Z Downloaded qorb v0.4.1
10922026-05-28T00:42:28.017Z Downloaded hashbrown v0.16.1
10932026-05-28T00:42:28.020Z Downloaded termios v0.3.3
10942026-05-28T00:42:28.031Z Downloaded serde_cbor v0.11.2
10952026-05-28T00:42:28.036Z Downloaded serde_yaml v0.9.34+deprecated
10962026-05-28T00:42:28.036Z Downloaded thiserror-no-std v2.0.2
10972026-05-28T00:42:28.039Z Downloaded thiserror-impl-no-std v2.0.2
10982026-05-28T00:42:28.053Z Downloaded similar v2.7.0
10992026-05-28T00:42:28.053Z Downloaded tower-service v0.3.3
11002026-05-28T00:42:28.053Z Downloaded tower-layer v0.3.3
11012026-05-28T00:42:28.057Z Downloaded signal-hook v0.3.18
11022026-05-28T00:42:28.057Z Downloaded tiny-keccak v2.0.2
11032026-05-28T00:42:28.057Z Downloaded aes-gcm v0.10.3
11042026-05-28T00:42:28.057Z Downloaded tokio-dtrace v0.1.1
11052026-05-28T00:42:28.057Z Downloaded try-lock v0.2.5
11062026-05-28T00:42:28.057Z Downloaded tls_codec_derive v0.4.2
11072026-05-28T00:42:28.057Z Downloaded trait-variant v0.1.2
11082026-05-28T00:42:28.057Z Downloaded topological-sort v0.2.2
11092026-05-28T00:42:28.057Z Downloaded spin v0.9.8
11102026-05-28T00:42:28.064Z Downloaded libxml v0.3.3
11112026-05-28T00:42:28.064Z Downloaded bindgen v0.71.1
11122026-05-28T00:42:28.069Z Downloaded iri-string v0.7.10
11132026-05-28T00:42:28.072Z Downloaded socket2 v0.6.3
11142026-05-28T00:42:28.072Z Downloaded schemars v0.9.0
11152026-05-28T00:42:28.077Z Downloaded typify-macro v0.4.3
11162026-05-28T00:42:28.081Z Downloaded unit-prefix v0.5.2
11172026-05-28T00:42:28.082Z Downloaded typify-macro v0.6.2
11182026-05-28T00:42:28.082Z Downloaded unarray v0.1.4
11192026-05-28T00:42:28.082Z Downloaded tokio-tungstenite v0.21.0
11202026-05-28T00:42:28.085Z Downloaded term v0.7.0
11212026-05-28T00:42:28.086Z Downloaded tokio-rustls v0.25.0
11222026-05-28T00:42:28.086Z Downloaded universal-hash v0.5.1
11232026-05-28T00:42:28.086Z Downloaded publicsuffix v2.3.0
11242026-05-28T00:42:28.089Z Downloaded untrusted v0.9.0
11252026-05-28T00:42:28.089Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-05-28T00:42:28.089Z Downloaded tokio-tungstenite v0.23.1
11272026-05-28T00:42:28.096Z Downloaded term v1.2.1
11282026-05-28T00:42:28.096Z Downloaded rustls-webpki v0.103.9
11292026-05-28T00:42:28.100Z Downloaded libm v0.2.16
11302026-05-28T00:42:28.100Z Downloaded utf-8 v0.7.6
11312026-05-28T00:42:28.100Z Downloaded usdt-attr-macro v0.6.0
11322026-05-28T00:42:28.107Z Downloaded untrusted v0.7.1
11332026-05-28T00:42:28.107Z Downloaded num-bigint-dig v0.8.6
11342026-05-28T00:42:28.107Z Downloaded usdt v0.6.0
11352026-05-28T00:42:28.116Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11362026-05-28T00:42:28.116Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-05-28T00:42:28.117Z Downloaded h2 v0.4.13
11382026-05-28T00:42:28.117Z Downloaded futures-util v0.3.32
11392026-05-28T00:42:28.124Z Downloaded wait-timeout v0.2.1
11402026-05-28T00:42:28.124Z Downloaded usdt-macro v0.6.0
11412026-05-28T00:42:28.124Z Downloaded time-macros v0.2.27
11422026-05-28T00:42:28.124Z Downloaded tokio-native-tls v0.3.1
11432026-05-28T00:42:28.124Z Downloaded aho-corasick v1.1.4
11442026-05-28T00:42:28.128Z Downloaded itertools v0.12.1
11452026-05-28T00:42:28.128Z Downloaded samael v0.0.19
11462026-05-28T00:42:28.131Z Downloaded void v1.0.2
11472026-05-28T00:42:28.131Z Downloaded tui-tree-widget v0.23.1
11482026-05-28T00:42:28.135Z Downloaded want v0.3.1
11492026-05-28T00:42:28.135Z Downloaded rand v0.10.0
11502026-05-28T00:42:28.136Z Downloaded waitgroup v0.1.2
11512026-05-28T00:42:28.140Z Downloaded rand v0.9.2
11522026-05-28T00:42:28.140Z Downloaded tls_codec v0.4.2
11532026-05-28T00:42:28.140Z Downloaded hkdf v0.12.4
11542026-05-28T00:42:28.143Z Downloaded unicode-truncate v1.1.0
11552026-05-28T00:42:28.143Z Downloaded socket2 v0.5.10
11562026-05-28T00:42:28.146Z Downloaded nom v8.0.0
11572026-05-28T00:42:28.149Z Downloaded slog v2.8.2
11582026-05-28T00:42:28.152Z Downloaded unicase v2.9.0
11592026-05-28T00:42:28.152Z Downloaded schemars v1.2.1
11602026-05-28T00:42:28.161Z Downloaded xshell-macros v0.2.7
11612026-05-28T00:42:28.164Z Downloaded tokio-rustls v0.24.1
11622026-05-28T00:42:28.170Z Downloaded tokio-rustls v0.26.4
11632026-05-28T00:42:28.173Z Downloaded usdt-impl v0.6.0
11642026-05-28T00:42:28.176Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-28T00:42:28.176Z Downloaded xattr v1.6.1
11662026-05-28T00:42:28.179Z Downloaded zeroize_derive v1.4.3
11672026-05-28T00:42:28.179Z Downloaded zone v0.3.1
11682026-05-28T00:42:28.180Z Downloaded hyper v1.8.1
11692026-05-28T00:42:28.206Z Downloaded vergen-gitcl v1.0.8
11702026-05-28T00:42:28.211Z Downloaded rsa v0.9.10
11712026-05-28T00:42:28.211Z Downloaded snafu v0.8.9
11722026-05-28T00:42:28.211Z Downloaded uzers v0.12.2
11732026-05-28T00:42:28.211Z Downloaded twox-hash v2.1.2
11742026-05-28T00:42:28.211Z Downloaded tinyvec v1.10.0
11752026-05-28T00:42:28.211Z Downloaded vsss-rs v3.3.4
11762026-05-28T00:42:28.211Z Downloaded zone_cfg_derive v0.3.1
11772026-05-28T00:42:28.211Z Downloaded vergen-lib v0.1.6
11782026-05-28T00:42:28.211Z Downloaded vergen-git2 v1.0.7
11792026-05-28T00:42:28.211Z Downloaded whoami v1.6.1
11802026-05-28T00:42:28.211Z Downloaded tracing-attributes v0.1.31
11812026-05-28T00:42:28.211Z Downloaded blake3 v1.8.3
11822026-05-28T00:42:28.211Z Downloaded walkdir v2.5.0
11832026-05-28T00:42:28.216Z Downloaded subprocess v0.2.15
11842026-05-28T00:42:28.219Z Downloaded whoami v2.1.0
11852026-05-28T00:42:28.222Z Downloaded unicode-properties v0.1.4
11862026-05-28T00:42:28.225Z Downloaded xshell v0.2.7
11872026-05-28T00:42:28.226Z Downloaded tokio-stream v0.1.18
11882026-05-28T00:42:28.229Z Downloaded iddqd v0.4.1
11892026-05-28T00:42:28.234Z Downloaded wyz v0.5.1
11902026-05-28T00:42:28.234Z Downloaded toml v1.0.6+spec-1.1.0
11912026-05-28T00:42:28.237Z Downloaded toml v0.7.8
11922026-05-28T00:42:28.237Z Downloaded toml v0.9.12+spec-1.1.0
11932026-05-28T00:42:28.240Z Downloaded tar v0.4.45
11942026-05-28T00:42:28.241Z Downloaded zeroize v1.8.2
11952026-05-28T00:42:28.244Z Downloaded vergen v9.0.6
11962026-05-28T00:42:28.244Z Downloaded typify v0.4.3
11972026-05-28T00:42:28.247Z Downloaded russh v0.45.0
11982026-05-28T00:42:28.250Z Downloaded test-strategy v0.4.5
11992026-05-28T00:42:28.250Z Downloaded tungstenite v0.23.0
12002026-05-28T00:42:28.254Z Downloaded typify v0.6.2
12012026-05-28T00:42:28.258Z Downloaded p521 v0.13.3
12022026-05-28T00:42:28.258Z Downloaded tungstenite v0.21.0
12032026-05-28T00:42:28.265Z Downloaded itertools v0.14.0
12042026-05-28T00:42:28.268Z Downloaded unicode-bidi v0.3.18
12052026-05-28T00:42:28.271Z Downloaded unsafe-libyaml v0.2.11
12062026-05-28T00:42:28.271Z Downloaded zstd v0.13.3
12072026-05-28T00:42:28.284Z Downloaded reedline v0.40.0
12082026-05-28T00:42:28.288Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-05-28T00:42:28.293Z Downloaded rpassword v7.4.0
12102026-05-28T00:42:28.297Z Downloaded steno v0.4.1
12112026-05-28T00:42:28.302Z Downloaded vte v0.14.1
12122026-05-28T00:42:28.306Z Downloaded bitvec v1.0.1
12132026-05-28T00:42:28.310Z Downloaded tracing-core v0.1.36
12142026-05-28T00:42:28.313Z Downloaded git2 v0.20.4
12152026-05-28T00:42:28.316Z Downloaded yasna v0.5.2
12162026-05-28T00:42:28.322Z Downloaded zstd-safe v7.2.4
12172026-05-28T00:42:28.326Z Downloaded uuid v1.23.0
12182026-05-28T00:42:28.330Z Downloaded toml_edit v0.19.15
12192026-05-28T00:42:28.336Z Downloaded rustyline v14.0.0
12202026-05-28T00:42:28.339Z Downloaded aws-lc-rs v1.16.3
12212026-05-28T00:42:28.345Z Downloaded zerocopy v0.6.6
12222026-05-28T00:42:28.348Z Downloaded p384 v0.13.1
12232026-05-28T00:42:28.351Z Downloaded regex v1.12.3
12242026-05-28T00:42:28.354Z Downloaded chrono v0.4.44
12252026-05-28T00:42:28.357Z Downloaded reqwest v0.12.28
12262026-05-28T00:42:28.366Z Downloaded tokio-postgres v0.7.16
12272026-05-28T00:42:28.369Z Downloaded unicode_categories v0.1.1
12282026-05-28T00:42:28.387Z Downloaded rayon v1.11.0
12292026-05-28T00:42:28.391Z Downloaded yansi v1.0.1
12302026-05-28T00:42:28.391Z Downloaded ssh-key v0.6.7
12312026-05-28T00:42:28.391Z Downloaded zip v0.6.6
12322026-05-28T00:42:28.394Z Downloaded tower v0.5.3
12332026-05-28T00:42:28.398Z Downloaded reqwest v0.13.2
12342026-05-28T00:42:28.401Z Downloaded portable-atomic v1.13.1
12352026-05-28T00:42:28.405Z Downloaded typed-path v0.9.3
12362026-05-28T00:42:28.409Z Downloaded unicode-segmentation v1.12.0
12372026-05-28T00:42:28.415Z Downloaded salty v0.3.0
12382026-05-28T00:42:28.419Z Downloaded quick-xml v0.37.5
12392026-05-28T00:42:28.419Z Downloaded goblin v0.10.5
12402026-05-28T00:42:28.422Z Downloaded zerocopy-derive v0.8.40
12412026-05-28T00:42:28.427Z Downloaded curve25519-dalek v4.1.3
12422026-05-28T00:42:28.432Z Downloaded rustls-webpki v0.101.7
12432026-05-28T00:42:28.440Z Downloaded unicode-normalization v0.1.25
12442026-05-28T00:42:28.443Z Downloaded proptest v1.10.0
12452026-05-28T00:42:28.446Z Downloaded moka v0.12.13
12462026-05-28T00:42:28.450Z Downloaded tokio-util v0.7.18
12472026-05-28T00:42:28.468Z Downloaded object v0.30.4
12482026-05-28T00:42:28.479Z Downloaded serde_with v3.17.0
12492026-05-28T00:42:28.485Z Downloaded nix v0.27.1
12502026-05-28T00:42:28.491Z Downloaded x509-cert v0.2.5
12512026-05-28T00:42:28.494Z Downloaded petname v2.0.2
12522026-05-28T00:42:28.497Z Downloaded lalrpop v0.19.12
12532026-05-28T00:42:28.505Z Downloaded zip v4.6.1
12542026-05-28T00:42:28.509Z Downloaded tower-http v0.6.8
12552026-05-28T00:42:28.512Z Downloaded winnow v0.5.40
12562026-05-28T00:42:28.515Z Downloaded rustls-webpki v0.102.8
12572026-05-28T00:42:28.532Z Downloaded winnow v0.6.26
12582026-05-28T00:42:28.558Z Downloaded tough v0.22.0
12592026-05-28T00:42:28.562Z Downloaded bstr v1.12.1
12602026-05-28T00:42:28.562Z Downloaded radix_trie v0.2.1
12612026-05-28T00:42:28.567Z Downloaded quinn-proto v0.11.13
12622026-05-28T00:42:28.567Z Downloaded nix v0.28.0
12632026-05-28T00:42:28.580Z Downloaded polar-core v0.27.3
12642026-05-28T00:42:28.591Z Downloaded nix v0.29.0
12652026-05-28T00:42:28.598Z Downloaded rustls v0.21.12
12662026-05-28T00:42:28.604Z Downloaded vcpkg v0.2.15
12672026-05-28T00:42:28.625Z Downloaded time v0.3.47
12682026-05-28T00:42:28.631Z Downloaded dropshot v0.16.7
12692026-05-28T00:42:28.644Z Downloaded webpki-roots v1.0.6
12702026-05-28T00:42:28.647Z Downloaded nix v0.31.2
12712026-05-28T00:42:28.653Z Downloaded rustls v0.22.4
12722026-05-28T00:42:28.659Z Downloaded tabled v0.20.0
12732026-05-28T00:42:28.669Z Downloaded smoltcp v0.11.0
12742026-05-28T00:42:28.677Z Downloaded regex-syntax v0.8.10
12752026-05-28T00:42:28.681Z Downloaded zlib-rs v0.6.2
12762026-05-28T00:42:28.684Z Downloaded hickory-proto v0.25.2
12772026-05-28T00:42:28.694Z Downloaded hickory-proto v0.24.4
12782026-05-28T00:42:28.701Z Downloaded regress v0.11.1
12792026-05-28T00:42:28.706Z Downloaded regex-syntax v0.6.29
12802026-05-28T00:42:28.710Z Downloaded diesel v2.3.7
12812026-05-28T00:42:28.721Z Downloaded openapiv3 v2.2.0
12822026-05-28T00:42:28.728Z Downloaded zerocopy v0.8.40
12832026-05-28T00:42:28.734Z Downloaded rustls v0.23.37
12842026-05-28T00:42:28.740Z Downloaded sqlparser v0.61.0
12852026-05-28T00:42:28.746Z Downloaded regress v0.10.5
12862026-05-28T00:42:28.752Z Downloaded dropshot v0.17.0
12872026-05-28T00:42:28.764Z Downloaded smoltcp v0.9.1
12882026-05-28T00:42:28.771Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-05-28T00:42:28.780Z Downloaded openssl v0.10.79
12902026-05-28T00:42:28.785Z Downloaded zerocopy-derive v0.6.6
12912026-05-28T00:42:28.788Z Downloaded rustix v0.38.44
12922026-05-28T00:42:28.801Z Downloaded object v0.37.3
12932026-05-28T00:42:28.818Z Downloaded jiff v0.2.21
12942026-05-28T00:42:28.829Z Downloaded petgraph v0.6.5
12952026-05-28T00:42:28.840Z Downloaded chrono-tz v0.10.4
12962026-05-28T00:42:28.850Z Downloaded sled v0.34.7
12972026-05-28T00:42:28.867Z Downloaded ratatui v0.29.0
12982026-05-28T00:42:28.877Z Downloaded typify-impl v0.6.2
12992026-05-28T00:42:28.886Z Downloaded tracing v0.1.44
13002026-05-28T00:42:28.898Z Downloaded typify-impl v0.4.3
13012026-05-28T00:42:28.907Z Downloaded sha3 v0.10.8
13022026-05-28T00:42:28.955Z Downloaded regex-automata v0.4.14
13032026-05-28T00:42:28.971Z Downloaded csv v1.4.0
13042026-05-28T00:42:28.981Z Downloaded ring v0.17.14
13052026-05-28T00:42:29.005Z Downloaded libz-sys v1.1.24
13062026-05-28T00:42:29.020Z Downloaded petgraph v0.8.3
13072026-05-28T00:42:29.033Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-28T00:42:29.048Z Downloaded tokio v1.52.1
13092026-05-28T00:42:29.099Z Downloaded encoding_rs v0.8.35
13102026-05-28T00:42:29.126Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-05-28T00:42:29.492Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/thread_local/1.1.9/download` (146.75.42.137), got 500
13122026-05-28T00:42:29.492Zbody:
13132026-05-28T00:42:29.492Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
13142026-05-28T00:42:29.498Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/dropshot_endpoint/0.17.0/download` (146.75.42.137), got 500
13152026-05-28T00:42:29.498Zbody:
13162026-05-28T00:42:29.498Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
13172026-05-28T00:42:29.501Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/phf_shared/0.11.3/download` (146.75.42.137), got 500
13182026-05-28T00:42:29.501Zbody:
13192026-05-28T00:42:29.501Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
13202026-05-28T00:42:29.522Z Downloaded aws-lc-sys v0.40.0
13212026-05-28T00:42:29.668Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/zopfli/0.8.3/download` (146.75.42.137), got 500
13222026-05-28T00:42:29.668Zbody:
13232026-05-28T00:42:29.668Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
13242026-05-28T00:42:29.668Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/resolv-conf/0.7.6/download` (146.75.42.137), got 500
13252026-05-28T00:42:29.668Zbody:
13262026-05-28T00:42:29.668Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
13272026-05-28T00:42:29.668Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/derive-ex/0.1.8/download` (146.75.42.137), got 500
13282026-05-28T00:42:29.668Zbody:
13292026-05-28T00:42:29.668Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
13302026-05-28T00:42:30.023Z Downloaded phf_shared v0.11.3
13312026-05-28T00:42:30.322Z Downloaded derive-ex v0.1.8
13322026-05-28T00:42:30.726Z Downloaded thread_local v1.1.9
13332026-05-28T00:42:30.743Z Downloaded zopfli v0.8.3
13342026-05-28T00:42:30.942Z Downloaded dropshot_endpoint v0.17.0
13352026-05-28T00:42:31.186Z Downloaded resolv-conf v0.7.6
13362026-05-28T00:42:31.291Z Compiling libc v0.2.185
13372026-05-28T00:42:31.291Z Compiling serde v1.0.228
13382026-05-28T00:42:31.294Z Compiling log v0.4.29
13392026-05-28T00:42:31.294Z Compiling shlex v1.3.0
13402026-05-28T00:42:31.295Z Compiling find-msvc-tools v0.1.9
13412026-05-28T00:42:31.295Z Compiling syn v2.0.117
13422026-05-28T00:42:31.295Z Compiling smallvec v1.15.1
13432026-05-28T00:42:31.434Z Compiling typenum v1.19.0
13442026-05-28T00:42:31.700Z Compiling generic-array v0.14.7
13452026-05-28T00:42:31.723Z Compiling subtle v2.6.1
13462026-05-28T00:42:31.820Z Compiling scopeguard v1.2.0
13472026-05-28T00:42:31.850Z Compiling const-oid v0.9.6
13482026-05-28T00:42:31.881Z Compiling serde_json v1.0.149
13492026-05-28T00:42:31.908Z Compiling lock_api v0.4.14
13502026-05-28T00:42:31.951Z Compiling zerocopy v0.8.40
13512026-05-28T00:42:31.952Z Compiling pin-project-lite v0.2.17
13522026-05-28T00:42:32.058Z Compiling portable-atomic v1.13.1
13532026-05-28T00:42:32.137Z Compiling parking_lot_core v0.9.12
13542026-05-28T00:42:32.353Z Compiling getrandom v0.2.17
13552026-05-28T00:42:32.376Z Compiling jobserver v0.1.34
13562026-05-28T00:42:32.422Z Compiling errno v0.3.14
13572026-05-28T00:42:32.523Z Compiling rand_core v0.6.4
13582026-05-28T00:42:32.594Z Compiling cc v1.2.56
13592026-05-28T00:42:32.620Z Compiling pkg-config v0.3.32
13602026-05-28T00:42:32.768Z Compiling signal-hook-registry v1.4.8
13612026-05-28T00:42:32.804Z Compiling bitflags v2.11.0
13622026-05-28T00:42:32.937Z Compiling critical-section v1.2.0
13632026-05-28T00:42:33.039Z Compiling futures-core v0.3.32
13642026-05-28T00:42:33.043Z Compiling libm v0.2.16
13652026-05-28T00:42:33.072Z Compiling once_cell v1.21.3
13662026-05-28T00:42:33.149Z Compiling parking_lot v0.12.5
13672026-05-28T00:42:33.184Z Compiling mio v1.2.0
13682026-05-28T00:42:33.197Z Compiling num-traits v0.2.19
13692026-05-28T00:42:33.244Z Compiling percent-encoding v2.3.2
13702026-05-28T00:42:33.286Z Compiling socket2 v0.6.3
13712026-05-28T00:42:33.439Z Compiling futures-sink v0.3.32
13722026-05-28T00:42:33.533Z Compiling futures-channel v0.3.32
13732026-05-28T00:42:33.550Z Compiling cpufeatures v0.2.17
13742026-05-28T00:42:33.564Z Compiling futures-io v0.3.32
13752026-05-28T00:42:33.625Z Compiling futures-task v0.3.32
13762026-05-28T00:42:33.659Z Compiling getrandom v0.4.1
13772026-05-28T00:42:33.708Z Compiling slab v0.4.12
13782026-05-28T00:42:33.723Z Compiling rand_core v0.10.0
13792026-05-28T00:42:33.761Z Compiling indexmap v2.14.0
13802026-05-28T00:42:33.797Z Compiling getrandom v0.3.4
13812026-05-28T00:42:33.893Z Compiling rustversion v1.0.22
13822026-05-28T00:42:33.896Z Compiling form_urlencoded v1.2.2
13832026-05-28T00:42:34.091Z Compiling cmake v0.1.57
13842026-05-28T00:42:34.242Z Compiling fs_extra v1.3.0
13852026-05-28T00:42:34.319Z Compiling dunce v1.0.5
13862026-05-28T00:42:34.419Z Compiling synstructure v0.13.2
13872026-05-28T00:42:34.504Z Compiling base64ct v1.8.3
13882026-05-28T00:42:34.535Z Compiling aws-lc-sys v0.40.0
13892026-05-28T00:42:34.561Z Compiling ident_case v1.0.1
13902026-05-28T00:42:34.686Z Compiling iana-time-zone v0.1.65
13912026-05-28T00:42:34.798Z Compiling pem-rfc7468 v0.7.0
13922026-05-28T00:42:34.801Z Compiling regex-syntax v0.8.10
13932026-05-28T00:42:34.897Z Compiling flagset v0.4.7
13942026-05-28T00:42:34.901Z Compiling rustix v1.1.3
13952026-05-28T00:42:35.028Z Compiling rand_core v0.9.5
13962026-05-28T00:42:35.048Z Compiling ring v0.17.14
13972026-05-28T00:42:35.055Z Compiling aws-lc-rs v1.16.3
13982026-05-28T00:42:35.129Z Compiling vcpkg v0.2.15
13992026-05-28T00:42:35.309Z Compiling uuid v1.23.0
14002026-05-28T00:42:35.343Z Compiling rustc_version v0.4.1
14012026-05-28T00:42:35.666Z Compiling tracing-core v0.1.36
14022026-05-28T00:42:35.870Z Compiling openssl-sys v0.9.115
14032026-05-28T00:42:36.015Z Compiling base64 v0.22.1
14042026-05-28T00:42:36.110Z Compiling serde_derive v1.0.228
14052026-05-28T00:42:36.209Z Compiling zeroize_derive v1.4.3
14062026-05-28T00:42:36.338Z Compiling zerofrom-derive v0.1.6
14072026-05-28T00:42:36.383Z Compiling yoke-derive v0.8.1
14082026-05-28T00:42:36.677Z Compiling zerovec-derive v0.11.2
14092026-05-28T00:42:36.881Z Compiling zeroize v1.8.2
14102026-05-28T00:42:37.203Z Compiling zerocopy-derive v0.8.40
14112026-05-28T00:42:37.570Z Compiling displaydoc v0.2.5
14122026-05-28T00:42:37.648Z Compiling crypto-common v0.1.7
14132026-05-28T00:42:37.776Z Compiling zerofrom v0.1.6
14142026-05-28T00:42:37.797Z Compiling block-buffer v0.10.4
14152026-05-28T00:42:37.811Z Compiling tokio-macros v2.7.0
14162026-05-28T00:42:37.901Z Compiling yoke v0.8.1
14172026-05-28T00:42:37.963Z Compiling digest v0.10.7
14182026-05-28T00:42:38.085Z Compiling zerovec v0.11.5
14192026-05-28T00:42:38.204Z Compiling futures-macro v0.3.32
14202026-05-28T00:42:38.297Z Compiling zerotrie v0.2.3
14212026-05-28T00:42:38.512Z Compiling hmac v0.12.1
14222026-05-28T00:42:38.580Z Compiling tinystr v0.8.2
14232026-05-28T00:42:38.595Z Compiling potential_utf v0.1.4
14242026-05-28T00:42:38.679Z Compiling block-padding v0.3.3
14252026-05-28T00:42:38.751Z Compiling icu_locale_core v2.1.1
14262026-05-28T00:42:38.775Z Compiling icu_collections v2.1.1
14272026-05-28T00:42:38.828Z Compiling inout v0.1.4
14282026-05-28T00:42:38.988Z Compiling cipher v0.4.4
14292026-05-28T00:42:38.992Z Compiling futures-util v0.3.32
14302026-05-28T00:42:39.245Z Compiling sha2 v0.10.9
14312026-05-28T00:42:39.260Z Compiling der_derive v0.7.3
14322026-05-28T00:42:39.556Z Compiling bytes v1.11.1
14332026-05-28T00:42:39.602Z Compiling icu_provider v2.1.1
14342026-05-28T00:42:39.838Z Compiling icu_normalizer v2.1.1
14352026-05-28T00:42:39.891Z Compiling icu_properties v2.1.2
14362026-05-28T00:42:40.162Z Compiling tokio v1.52.1
14372026-05-28T00:42:40.204Z Compiling der v0.7.10
14382026-05-28T00:42:40.381Z Compiling http v1.4.0
14392026-05-28T00:42:40.619Z Compiling chrono v0.4.44
14402026-05-28T00:42:40.969Z Compiling idna_adapter v1.2.1
14412026-05-28T00:42:41.105Z Compiling idna v1.1.0
14422026-05-28T00:42:41.237Z Compiling spki v0.7.3
14432026-05-28T00:42:41.283Z Compiling salsa20 v0.10.2
14442026-05-28T00:42:41.376Z Compiling ppv-lite86 v0.2.21
14452026-05-28T00:42:41.420Z Compiling url v2.5.8
14462026-05-28T00:42:41.436Z Compiling pbkdf2 v0.12.2
14472026-05-28T00:42:41.552Z Compiling rustls-pki-types v1.14.0
14482026-05-28T00:42:41.568Z Compiling tracing-attributes v0.1.31
14492026-05-28T00:42:41.751Z Compiling thiserror-impl v2.0.18
14502026-05-28T00:42:41.803Z Compiling rand_chacha v0.9.0
14512026-05-28T00:42:42.000Z Compiling scrypt v0.11.0
14522026-05-28T00:42:42.050Z Compiling http-body v1.0.1
14532026-05-28T00:42:42.208Z Compiling cbc v0.1.2
14542026-05-28T00:42:42.258Z Compiling aes v0.8.4
14552026-05-28T00:42:42.347Z Compiling httparse v1.10.1
14562026-05-28T00:42:42.361Z Compiling openssl-probe v0.2.1
14572026-05-28T00:42:42.501Z Compiling tinyvec_macros v0.1.1
14582026-05-28T00:42:42.536Z Compiling untrusted v0.7.1
14592026-05-28T00:42:42.572Z Compiling untrusted v0.9.0
14602026-05-28T00:42:42.661Z Compiling pkcs5 v0.7.1
14612026-05-28T00:42:42.728Z Compiling tinyvec v1.10.0
14622026-05-28T00:42:42.905Z Compiling tracing v0.1.44
14632026-05-28T00:42:43.082Z Compiling thiserror v2.0.18
14642026-05-28T00:42:43.082Z Compiling pest_generator v2.8.6
14652026-05-28T00:42:43.137Z Compiling rand v0.9.2
14662026-05-28T00:42:43.167Z Compiling serde_derive_internals v0.29.1
14672026-05-28T00:42:43.186Z Compiling aho-corasick v1.1.4
14682026-05-28T00:42:43.316Z Compiling schemars v0.8.22
14692026-05-28T00:42:43.513Z Compiling tower-service v0.3.3
14702026-05-28T00:42:43.612Z Compiling atomic-waker v1.1.2
14712026-05-28T00:42:43.741Z Compiling dyn-clone v1.0.20
14722026-05-28T00:42:43.782Z Compiling rustls v0.23.37
14732026-05-28T00:42:43.879Z Compiling tokio-util v0.7.18
14742026-05-28T00:42:43.910Z Compiling try-lock v0.2.5
14752026-05-28T00:42:43.949Z Compiling tower-layer v0.3.3
14762026-05-28T00:42:44.018Z Compiling want v0.3.1
14772026-05-28T00:42:44.042Z Compiling schemars_derive v0.8.22
14782026-05-28T00:42:44.105Z Compiling regex-automata v0.4.14
14792026-05-28T00:42:44.179Z Compiling pest_derive v2.8.6
14802026-05-28T00:42:44.473Z Compiling pkcs8 v0.10.2
14812026-05-28T00:42:44.590Z Compiling h2 v0.4.13
14822026-05-28T00:42:44.824Z Compiling ipnet v2.11.0
14832026-05-28T00:42:44.887Z Compiling scroll_derive v0.13.1
14842026-05-28T00:42:45.065Z Compiling darling_core v0.20.11
14852026-05-28T00:42:45.253Z Compiling httpdate v1.0.3
14862026-05-28T00:42:45.312Z Compiling foreign-types-shared v0.1.1
14872026-05-28T00:42:45.403Z Compiling openssl v0.10.79
14882026-05-28T00:42:45.471Z Compiling pin-utils v0.1.0
14892026-05-28T00:42:45.544Z Compiling tempfile v3.25.0
14902026-05-28T00:42:45.650Z Compiling foreign-types v0.3.2
14912026-05-28T00:42:45.681Z Compiling scroll v0.13.0
14922026-05-28T00:42:45.806Z Compiling unicode-normalization v0.1.25
14932026-05-28T00:42:45.944Z Compiling openssl-macros v0.1.1
14942026-05-28T00:42:46.252Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-05-28T00:42:46.315Z Compiling spin v0.9.8
14962026-05-28T00:42:46.329Z Compiling native-tls v0.2.18
14972026-05-28T00:42:46.520Z Compiling time-core v0.1.8
14982026-05-28T00:42:46.535Z Compiling crc32fast v1.5.0
14992026-05-28T00:42:46.678Z Compiling num-conv v0.2.0
15002026-05-28T00:42:46.693Z Compiling powerfmt v0.2.0
15012026-05-28T00:42:46.812Z Compiling time-macros v0.2.27
15022026-05-28T00:42:46.894Z Compiling deranged v0.5.8
15032026-05-28T00:42:47.369Z Compiling darling_macro v0.20.11
15042026-05-28T00:42:47.828Z Compiling hyper v1.8.1
15052026-05-28T00:42:47.862Z Compiling darling v0.20.11
15062026-05-28T00:42:47.873Z Compiling goblin v0.10.5
15072026-05-28T00:42:47.938Z Compiling rustls-native-certs v0.8.3
15082026-05-28T00:42:48.177Z Compiling sync_wrapper v1.0.2
15092026-05-28T00:42:48.227Z Compiling wait-timeout v0.2.1
15102026-05-28T00:42:48.284Z Compiling num_threads v0.1.7
15112026-05-28T00:42:48.382Z Compiling bit-vec v0.8.0
15122026-05-28T00:42:48.491Z Compiling siphasher v1.0.2
15132026-05-28T00:42:48.557Z Compiling unicode-segmentation v1.12.0
15142026-05-28T00:42:48.607Z Compiling quick-error v1.2.3
15152026-05-28T00:42:48.671Z Compiling crossbeam-utils v0.8.21
15162026-05-28T00:42:48.709Z Compiling simd-adler32 v0.3.8
15172026-05-28T00:42:48.926Z Compiling hyper-util v0.1.20
15182026-05-28T00:42:48.946Z Compiling syn v1.0.109
15192026-05-28T00:42:48.960Z Compiling usdt-impl v0.6.0
15202026-05-28T00:42:49.199Z Compiling rusty-fork v0.3.1
15212026-05-28T00:42:49.378Z Compiling bit-set v0.8.0
15222026-05-28T00:42:49.509Z Compiling time v0.3.47
15232026-05-28T00:42:49.536Z Compiling tower v0.5.3
15242026-05-28T00:42:49.604Z Compiling derive_builder_core v0.20.2
15252026-05-28T00:42:50.043Z Compiling dtrace-parser v0.3.0
15262026-05-28T00:42:50.200Z Compiling http-body-util v0.1.3
15272026-05-28T00:42:50.447Z Compiling webpki-roots v1.0.6
15282026-05-28T00:42:50.462Z Compiling signature v2.2.0
15292026-05-28T00:42:50.567Z Compiling dof v0.4.0
15302026-05-28T00:42:50.624Z Compiling thiserror-impl v1.0.69
15312026-05-28T00:42:50.641Z Compiling scroll_derive v0.12.1
15322026-05-28T00:42:50.778Z Compiling heapless v0.7.17
15332026-05-28T00:42:51.017Z Compiling rand_xorshift v0.4.0
15342026-05-28T00:42:51.058Z Compiling slog v2.8.2
15352026-05-28T00:42:51.175Z Compiling darling_core v0.21.3
15362026-05-28T00:42:51.242Z Compiling bzip2-sys v0.1.13+1.0.8
15372026-05-28T00:42:51.288Z Compiling thread-id v5.1.0
15382026-05-28T00:42:51.373Z Compiling cookie v0.18.1
15392026-05-28T00:42:51.510Z Compiling paste v1.0.15
15402026-05-28T00:42:51.550Z Compiling anyhow v1.0.102
15412026-05-28T00:42:52.790Z Compiling allocator-api2 v0.2.21
15422026-05-28T00:42:52.793Z Compiling signal-hook v0.3.18
15432026-05-28T00:42:52.793Z Compiling iri-string v0.7.10
15442026-05-28T00:42:52.793Z Compiling ryu v1.0.23
15452026-05-28T00:42:52.793Z Compiling adler2 v2.0.1
15462026-05-28T00:42:52.793Z Compiling zstd-safe v7.2.4
15472026-05-28T00:42:52.794Z Compiling unicode-bidi v0.3.18
15482026-05-28T00:42:52.794Z Compiling unarray v0.1.4
15492026-05-28T00:42:52.794Z Compiling unicode-properties v0.1.4
15502026-05-28T00:42:52.794Z Compiling proptest v1.10.0
15512026-05-28T00:42:52.794Z Compiling miniz_oxide v0.8.9
15522026-05-28T00:42:52.794Z Compiling serde_urlencoded v0.7.1
15532026-05-28T00:42:52.794Z Compiling stringprep v0.1.5
15542026-05-28T00:42:52.851Z Compiling thiserror v1.0.69
15552026-05-28T00:42:53.009Z Compiling tower-http v0.6.8
15562026-05-28T00:42:53.361Z Compiling scroll v0.12.0
15572026-05-28T00:42:53.489Z Compiling derive_builder_macro v0.20.2
15582026-05-28T00:42:53.528Z Compiling tokio-native-tls v0.3.1
15592026-05-28T00:42:53.690Z Compiling heck v0.4.1
15602026-05-28T00:42:53.705Z Compiling ipnetwork v0.21.1
15612026-05-28T00:42:53.708Z Compiling darling_macro v0.21.3
15622026-05-28T00:42:53.912Z Compiling bstr v1.12.1
15632026-05-28T00:42:53.928Z Compiling rand_chacha v0.3.1
15642026-05-28T00:42:54.088Z Compiling erased-serde v0.3.31
15652026-05-28T00:42:54.102Z Compiling serde_spanned v0.6.9
15662026-05-28T00:42:54.186Z Compiling serde_tokenstream v0.2.3
15672026-05-28T00:42:54.247Z Compiling toml_datetime v0.6.11
15682026-05-28T00:42:54.495Z Compiling md-5 v0.10.6
15692026-05-28T00:42:54.509Z Compiling async-trait v0.1.89
15702026-05-28T00:42:54.556Z Compiling zerocopy-derive v0.7.35
15712026-05-28T00:42:54.559Z Compiling pin-project-internal v1.1.11
15722026-05-28T00:42:54.656Z Compiling curve25519-dalek v4.1.3
15732026-05-28T00:42:54.727Z Compiling vergen-lib v0.1.6
15742026-05-28T00:42:54.908Z Compiling num-integer v0.1.46
15752026-05-28T00:42:54.986Z Compiling hash32 v0.2.1
15762026-05-28T00:42:55.191Z Compiling ff v0.13.1
15772026-05-28T00:42:55.235Z Compiling memoffset v0.9.1
15782026-05-28T00:42:55.325Z Compiling encoding_rs v0.8.35
15792026-05-28T00:42:55.408Z Compiling litrs v1.0.0
15802026-05-28T00:42:55.429Z Compiling smoltcp v0.9.1
15812026-05-28T00:42:55.519Z Compiling base16ct v0.2.0
15822026-05-28T00:42:55.662Z Compiling fallible-iterator v0.2.0
15832026-05-28T00:42:55.699Z Compiling ref-cast v1.0.25
15842026-05-28T00:42:55.766Z Compiling mime v0.3.17
15852026-05-28T00:42:55.917Z Compiling cfg_aliases v0.2.1
15862026-05-28T00:42:55.973Z Compiling rustix v0.38.44
15872026-05-28T00:42:55.994Z Compiling zlib-rs v0.6.2
15882026-05-28T00:42:56.007Z Compiling psl-types v2.0.11
15892026-05-28T00:42:56.020Z Compiling num-bigint-dig v0.8.6
15902026-05-28T00:42:56.129Z Compiling publicsuffix v2.3.0
15912026-05-28T00:42:56.275Z Compiling nix v0.31.2
15922026-05-28T00:42:56.300Z Compiling postgres-protocol v0.6.10
15932026-05-28T00:42:56.404Z Compiling document-features v0.2.12
15942026-05-28T00:42:56.762Z Compiling pin-project v1.1.11
15952026-05-28T00:42:56.825Z Compiling sec1 v0.7.3
15962026-05-28T00:42:56.897Z Compiling zerocopy v0.7.35
15972026-05-28T00:42:56.964Z Compiling group v0.13.0
15982026-05-28T00:42:57.048Z Compiling num-iter v0.1.45
15992026-05-28T00:42:57.186Z Compiling newtype-uuid v1.3.2
16002026-05-28T00:42:57.377Z Compiling hubpack_derive v0.1.1
16012026-05-28T00:42:57.440Z Compiling darling v0.21.3
16022026-05-28T00:42:57.516Z Compiling rand v0.8.6
16032026-05-28T00:42:57.531Z Compiling derive_builder v0.20.2
16042026-05-28T00:42:57.568Z Compiling oxnet v0.1.5
16052026-05-28T00:42:57.609Z Compiling snafu-derive v0.8.9
16062026-05-28T00:42:57.753Z Compiling hyper-tls v0.6.0
16072026-05-28T00:42:57.816Z Compiling goblin v0.8.2
16082026-05-28T00:42:58.677Z Compiling phf_shared v0.13.1
16092026-05-28T00:42:58.725Z Compiling lazy_static v1.5.0
16102026-05-28T00:42:58.805Z Compiling regex v1.12.3
16112026-05-28T00:42:58.820Z Compiling anstyle-parse v0.2.7
16122026-05-28T00:42:58.917Z Compiling flate2 v1.1.9
16132026-05-28T00:42:59.003Z Compiling strum_macros v0.27.2
16142026-05-28T00:42:59.226Z Compiling futures-executor v0.3.32
16152026-05-28T00:42:59.268Z Compiling hex v0.4.3
16162026-05-28T00:42:59.323Z Compiling cargo-platform v0.1.9
16172026-05-28T00:42:59.486Z Compiling hkdf v0.12.4
16182026-05-28T00:42:59.506Z Compiling crypto-bigint v0.5.5
16192026-05-28T00:42:59.514Z Compiling terminal_size v0.4.3
16202026-05-28T00:42:59.578Z Compiling ref-cast-impl v1.0.25
16212026-05-28T00:42:59.649Z Compiling curve25519-dalek-derive v0.1.1
16222026-05-28T00:42:59.652Z Compiling daft-derive v0.1.7
16232026-05-28T00:43:00.111Z Compiling vergen v9.0.6
16242026-05-28T00:43:00.286Z Compiling fs-err v3.3.0
16252026-05-28T00:43:00.302Z Compiling ahash v0.8.12
16262026-05-28T00:43:00.375Z Compiling winnow v0.5.40
16272026-05-28T00:43:00.473Z Compiling same-file v1.0.6
16282026-05-28T00:43:00.500Z Compiling bumpalo v3.20.2
16292026-05-28T00:43:00.641Z Compiling foldhash v0.1.5
16302026-05-28T00:43:00.754Z Compiling managed v0.8.0
16312026-05-28T00:43:00.815Z Compiling object v0.37.3
16322026-05-28T00:43:00.943Z Compiling bitflags v1.3.2
16332026-05-28T00:43:00.968Z Compiling libbz2-rs-sys v0.2.2
16342026-05-28T00:43:01.022Z Compiling foldhash v0.2.0
16352026-05-28T00:43:01.134Z Compiling clap_builder v4.6.0
16362026-05-28T00:43:01.251Z Compiling hashbrown v0.16.1
16372026-05-28T00:43:01.631Z Compiling bzip2 v0.6.1
16382026-05-28T00:43:01.698Z Compiling strum v0.27.2
16392026-05-28T00:43:01.804Z Compiling toml_edit v0.19.15
16402026-05-28T00:43:01.874Z Compiling hashbrown v0.15.5
16412026-05-28T00:43:01.945Z Compiling zopfli v0.8.3
16422026-05-28T00:43:01.945Z Compiling walkdir v2.5.0
16432026-05-28T00:43:02.233Z Compiling elliptic-curve v0.13.8
16442026-05-28T00:43:02.298Z Compiling daft v0.1.7
16452026-05-28T00:43:02.562Z Compiling dof v0.3.0
16462026-05-28T00:43:02.588Z Compiling snafu v0.8.9
16472026-05-28T00:43:02.637Z Compiling cargo_metadata v0.19.2
16482026-05-28T00:43:02.941Z Compiling futures v0.3.32
16492026-05-28T00:43:03.025Z Compiling anstream v0.6.21
16502026-05-28T00:43:03.261Z Compiling phf v0.13.1
16512026-05-28T00:43:03.330Z Compiling signal-hook-mio v0.2.5
16522026-05-28T00:43:03.446Z Compiling cookie_store v0.22.1
16532026-05-28T00:43:03.778Z Compiling zstd v0.13.3
16542026-05-28T00:43:03.966Z Compiling hubpack v0.1.2
16552026-05-28T00:43:04.047Z Compiling bzip2 v0.4.4
16562026-05-28T00:43:04.085Z Compiling serde_with_macros v3.17.0
16572026-05-28T00:43:04.196Z Compiling postgres-types v0.2.12
16582026-05-28T00:43:04.281Z Compiling usdt-macro v0.6.0
16592026-05-28T00:43:04.438Z Compiling usdt-attr-macro v0.6.0
16602026-05-28T00:43:04.757Z Compiling globset v0.4.18
16612026-05-28T00:43:05.015Z Compiling dtrace-parser v0.2.0
16622026-05-28T00:43:05.220Z Compiling ed25519 v2.2.3
16632026-05-28T00:43:05.258Z Compiling phf_shared v0.11.3
16642026-05-28T00:43:05.383Z Compiling olpc-cjson v0.1.4
16652026-05-28T00:43:05.428Z Compiling pkcs1 v0.7.5
16662026-05-28T00:43:05.467Z Compiling clap_derive v4.6.1
16672026-05-28T00:43:05.467Z Compiling enum-as-inner v0.6.1
16682026-05-28T00:43:05.505Z Compiling strum_macros v0.26.4
16692026-05-28T00:43:05.770Z Compiling serde_plain v1.0.2
16702026-05-28T00:43:05.826Z Compiling serde-big-array v0.5.1
16712026-05-28T00:43:05.914Z Compiling rfc6979 v0.4.0
16722026-05-28T00:43:05.947Z Compiling pem v3.0.6
16732026-05-28T00:43:05.951Z Compiling serde_repr v0.1.20
16742026-05-28T00:43:06.056Z Compiling async-recursion v1.1.1
16752026-05-28T00:43:06.111Z Compiling float-cmp v0.10.0
16762026-05-28T00:43:06.260Z Compiling memmap2 v0.9.10
16772026-05-28T00:43:06.290Z Compiling thread-id v4.2.2
16782026-05-28T00:43:06.373Z Compiling env_filter v1.0.0
16792026-05-28T00:43:06.469Z Compiling new_debug_unreachable v1.0.6
16802026-05-28T00:43:06.485Z Compiling whoami v2.1.0
16812026-05-28T00:43:06.543Z Compiling predicates-core v1.0.10
16822026-05-28T00:43:06.695Z Compiling keccak v0.1.6
16832026-05-28T00:43:06.715Z Compiling data-encoding v2.10.0
16842026-05-28T00:43:06.763Z Compiling fixedbitset v0.4.2
16852026-05-28T00:43:06.873Z Compiling either v1.15.0
16862026-05-28T00:43:06.979Z Compiling static_assertions v1.1.0
16872026-05-28T00:43:07.058Z Compiling normalize-line-endings v0.3.0
16882026-05-28T00:43:07.082Z Compiling typed-path v0.9.3
16892026-05-28T00:43:07.157Z Compiling precomputed-hash v0.1.1
16902026-05-28T00:43:07.225Z Compiling fixedbitset v0.5.7
16912026-05-28T00:43:07.247Z Compiling jiff v0.2.21
16922026-05-28T00:43:07.266Z Compiling difflib v0.4.0
16932026-05-28T00:43:07.420Z Compiling strum v0.26.3
16942026-05-28T00:43:07.518Z Compiling predicates v3.1.4
16952026-05-28T00:43:07.533Z Compiling petgraph v0.8.3
16962026-05-28T00:43:07.553Z Compiling string_cache v0.8.9
16972026-05-28T00:43:07.785Z Compiling clap v4.6.1
16982026-05-28T00:43:07.845Z Compiling itertools v0.13.0
16992026-05-28T00:43:07.866Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17002026-05-28T00:43:08.177Z Compiling hickory-proto v0.25.2
17012026-05-28T00:43:08.322Z Compiling petgraph v0.6.5
17022026-05-28T00:43:08.949Z Compiling sha3 v0.10.8
17032026-05-28T00:43:09.051Z Compiling tokio-postgres v0.7.16
17042026-05-28T00:43:09.401Z Compiling env_logger v0.11.9
17052026-05-28T00:43:09.481Z Compiling toml_edit v0.22.27
17062026-05-28T00:43:09.761Z Compiling usdt v0.6.0
17072026-05-28T00:43:09.792Z Compiling zip v4.6.1
17082026-05-28T00:43:10.023Z Compiling usdt-impl v0.5.0
17092026-05-28T00:43:10.603Z Compiling ecdsa v0.16.9
17102026-05-28T00:43:10.689Z Compiling rsa v0.9.10
17112026-05-28T00:43:10.738Z Compiling ed25519-dalek v2.2.0
17122026-05-28T00:43:10.994Z Compiling serde_with v3.17.0
17132026-05-28T00:43:11.219Z Compiling crossterm v0.28.1
17142026-05-28T00:43:11.420Z Compiling zip v0.6.6
17152026-05-28T00:43:12.222Z Compiling toml v0.7.8
17162026-05-28T00:43:12.440Z Compiling iddqd v0.4.1
17172026-05-28T00:43:12.853Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-05-28T00:43:12.876Z Compiling similar v2.7.0
17192026-05-28T00:43:12.970Z Compiling crossbeam-epoch v0.9.18
17202026-05-28T00:43:12.985Z Compiling tokio-stream v0.1.18
17212026-05-28T00:43:13.290Z Compiling buf-list v1.1.2
17222026-05-28T00:43:13.450Z Compiling x509-cert v0.2.5
17232026-05-28T00:43:13.466Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17242026-05-28T00:43:13.568Z Compiling openapiv3 v2.2.0
17252026-05-28T00:43:13.641Z Compiling sha1 v0.10.6
17262026-05-28T00:43:13.746Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-05-28T00:43:13.763Z Compiling peg-runtime v0.8.5
17282026-05-28T00:43:13.865Z Compiling lalrpop-util v0.19.12
17292026-05-28T00:43:14.026Z Compiling thread_local v1.1.9
17302026-05-28T00:43:14.042Z Compiling slog-async v2.8.0
17312026-05-28T00:43:14.059Z Compiling crossbeam-channel v0.5.15
17322026-05-28T00:43:14.106Z Compiling is-terminal v0.4.17
17332026-05-28T00:43:14.199Z Compiling filetime v0.2.27
17342026-05-28T00:43:14.270Z Compiling take_mut v0.2.2
17352026-05-28T00:43:14.352Z Compiling term v1.2.1
17362026-05-28T00:43:14.371Z Compiling xattr v1.6.1
17372026-05-28T00:43:14.505Z Compiling tar v0.4.45
17382026-05-28T00:43:14.935Z Compiling slog-term v2.9.2
17392026-05-28T00:43:24.563Z Compiling rustls-webpki v0.103.9
17402026-05-28T00:43:27.369Z Compiling tokio-rustls v0.26.4
17412026-05-28T00:43:27.369Z Compiling rustls-platform-verifier v0.6.2
17422026-05-28T00:43:27.574Z Compiling hyper-rustls v0.27.7
17432026-05-28T00:43:27.773Z Compiling reqwest v0.12.28
17442026-05-28T00:43:27.787Z Compiling reqwest v0.13.2
17452026-05-28T00:43:29.020Z Compiling tough v0.22.0
17462026-05-28T00:43:31.551Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-05-28T00:43:31.773Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-05-28T00:43:34.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17492026-05-28T00:43:34.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-05-28T00:43:34.855ZMay 28 00:43:33.776 INFO Starting download, target: Cockroach
17512026-05-28T00:43:34.855ZMay 28 00:43:33.776 INFO Starting download, target: Console
17522026-05-28T00:43:34.855ZMay 28 00:43:33.776 INFO Starting download, target: Clickhouse
17532026-05-28T00:43:34.855ZMay 28 00:43:33.776 INFO Starting download, target: DendriteStub
17542026-05-28T00:43:34.885ZMay 28 00:43:33.776 INFO Starting download, target: MaghemiteMgd
17552026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Starting download, target: TransceiverControl
17562026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-05-28T00:43:34.886ZMay 28 00:43:33.776 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-05-28T00:43:35.799ZMay 28 00:43:34.719 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-05-28T00:43:35.824ZMay 28 00:43:34.728 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-05-28T00:43:36.006ZMay 28 00:43:34.931 INFO Download complete, target: TransceiverControl
17652026-05-28T00:43:36.032ZMay 28 00:43:34.964 INFO Download complete, target: Console
17662026-05-28T00:43:36.600ZMay 28 00:43:35.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-05-28T00:43:37.022ZMay 28 00:43:35.965 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-05-28T00:43:37.035ZMay 28 00:43:35.966 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-05-28T00:43:37.519ZMay 28 00:43:36.465 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-05-28T00:43:37.520ZMay 28 00:43:36.466 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-05-28T00:43:39.440ZMay 28 00:43:38.386 INFO Download complete, target: MaghemiteMgd
17722026-05-28T00:43:39.484ZMay 28 00:43:38.431 INFO Download complete, target: DendriteStub
17732026-05-28T00:43:42.205ZMay 28 00:43:41.151 INFO Checking that binary works, target: Cockroach
17742026-05-28T00:43:42.321ZMay 28 00:43:41.267 INFO Download complete, target: Cockroach
17752026-05-28T00:43:43.418ZMay 28 00:43:42.364 INFO Checking that binary works, target: Clickhouse
17762026-05-28T00:43:43.510ZMay 28 00:43:42.456 INFO Download complete, target: Clickhouse
17772026-05-28T00:43:43.552ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-05-28T00:43:43.556Z
17792026-05-28T00:43:43.556Zreal 2:18.632286959
17802026-05-28T00:43:43.556Zuser 6:56.919205356
17812026-05-28T00:43:43.556Zsys 1:23.063421889
17822026-05-28T00:43:43.556Ztrap 0.227909164
17832026-05-28T00:43:43.556Ztflt 0.766370165
17842026-05-28T00:43:43.556Zdflt 0.762024838
17852026-05-28T00:43:43.556Zkflt 0.028773126
17862026-05-28T00:43:43.556Zlock 21:34.551572963
17872026-05-28T00:43:43.556Zslp 21:24.888143920
17882026-05-28T00:43:43.556Zlat 46.146104330
17892026-05-28T00:43:43.556Zstop 1:59.337920666
17902026-05-28T00:43:43.557Z+ banner hack-check
17912026-05-28T00:43:43.560Z
17922026-05-28T00:43:43.560Z # # ## #### # # #### # # ###### #### # #
17932026-05-28T00:43:43.560Z # # # # # # # # # # # # # # # # #
17942026-05-28T00:43:43.560Z ###### # # # #### ##### # ###### ##### # ####
17952026-05-28T00:43:43.560Z # # ###### # # # # # # # # # #
17962026-05-28T00:43:43.560Z # # # # # # # # # # # # # # # # #
17972026-05-28T00:43:43.560Z # # # # #### # # #### # # ###### #### # #
17982026-05-28T00:43:43.560Z
17992026-05-28T00:43:43.560Z+ export CARGO_INCREMENTAL=0
18002026-05-28T00:43:43.560Z+ CARGO_INCREMENTAL=0
18012026-05-28T00:43:43.561Z+ ptime -m timeout 2h cargo xtask check-features --ci
18022026-05-28T00:43:44.090Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-05-28T00:43:44.316Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-05-28T00:43:46.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18052026-05-28T00:43:46.244Z Running `target/debug/xtask check-features --ci`
18062026-05-28T00:43:46.272Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18072026-05-28T00:43:46.272Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18082026-05-28T00:43:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18092026-05-28T00:43:46.789Z Running `target/debug/xtask download cargo-hack`
18102026-05-28T00:43:47.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-05-28T00:43:47.903Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-05-28T00:43:50.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18132026-05-28T00:43:50.601Z Running `target/debug/xtask-downloader cargo-hack`
18142026-05-28T00:43:50.640ZMay 28 00:43:49.586 INFO Starting download, target: CargoHack
18152026-05-28T00:43:50.644ZMay 28 00:43:49.586 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18162026-05-28T00:43:51.027ZMay 28 00:43:49.970 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18172026-05-28T00:43:51.075ZMay 28 00:43:50.021 INFO Download complete, target: CargoHack
18182026-05-28T00:43:51.079Zrunning: "/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"
18192026-05-28T00:43:51.091Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18202026-05-28T00:43:51.245Zinfo: running `cargo check --bins` on api_identity (1/276)
18212026-05-28T00:43:51.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-28T00:43:51.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-28T00:43:51.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-28T00:43:51.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-28T00:43:51.872Z
18262026-05-28T00:43:51.873Zinfo: running `cargo check --bins` on bootstore (2/276)
18272026-05-28T00:43:52.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-28T00:43:52.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-28T00:43:52.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-28T00:43:52.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-28T00:43:52.431Z
18322026-05-28T00:43:52.431Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18332026-05-28T00:43:52.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-28T00:43:52.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-28T00:43:52.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-28T00:43:52.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-28T00:43:53.023Z
18382026-05-28T00:43:53.023Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18392026-05-28T00:43:53.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-28T00:43:53.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-28T00:43:53.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-28T00:43:53.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-28T00:43:53.611Z
18442026-05-28T00:43:53.611Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18452026-05-28T00:43:54.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-28T00:43:54.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-28T00:43:54.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-28T00:43:54.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18492026-05-28T00:43:54.217Z
18502026-05-28T00:43:54.218Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18512026-05-28T00:43:54.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-28T00:43:54.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-28T00:43:54.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-28T00:43:54.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18552026-05-28T00:43:54.817Z
18562026-05-28T00:43:54.817Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18572026-05-28T00:43:55.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-28T00:43:55.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-28T00:43:55.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-28T00:43:55.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18612026-05-28T00:43:55.413Z
18622026-05-28T00:43:55.413Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18632026-05-28T00:43:55.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-28T00:43:55.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-28T00:43:55.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-28T00:43:55.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18672026-05-28T00:43:56.008Z
18682026-05-28T00:43:56.009Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18692026-05-28T00:43:56.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-28T00:43:56.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-28T00:43:56.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-28T00:43:56.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18732026-05-28T00:43:56.480Z
18742026-05-28T00:43:56.480Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18752026-05-28T00:43:56.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-28T00:43:56.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-28T00:43:56.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-28T00:43:56.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-05-28T00:43:56.952Z
18802026-05-28T00:43:56.952Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18812026-05-28T00:43:57.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-28T00:43:57.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-28T00:43:57.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-28T00:43:57.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-05-28T00:43:57.427Z
18862026-05-28T00:43:57.428Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18872026-05-28T00:43:57.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-28T00:43:57.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-28T00:43:57.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-28T00:43:57.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-05-28T00:43:57.904Z
18922026-05-28T00:43:57.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18932026-05-28T00:43:58.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-28T00:43:58.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-28T00:43:58.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-28T00:43:58.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-28T00:43:58.365Z
18982026-05-28T00:43:58.365Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18992026-05-28T00:43:58.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-28T00:43:58.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-28T00:43:58.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-28T00:43:58.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-28T00:43:58.835Z
19042026-05-28T00:43:58.835Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
19052026-05-28T00:43:59.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-28T00:43:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-28T00:43:59.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-28T00:43:59.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-28T00:43:59.304Z
19102026-05-28T00:43:59.304Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19112026-05-28T00:43:59.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-28T00:43:59.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-28T00:43:59.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-28T00:43:59.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-28T00:43:59.776Z
19162026-05-28T00:43:59.776Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19172026-05-28T00:44:00.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-28T00:44:00.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-28T00:44:00.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-28T00:44:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-28T00:44:00.255Z
19222026-05-28T00:44:00.256Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19232026-05-28T00:44:00.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-28T00:44:00.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-28T00:44:00.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-28T00:44:00.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-28T00:44:00.730Z
19282026-05-28T00:44:00.731Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19292026-05-28T00:44:01.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-28T00:44:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-28T00:44:01.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-28T00:44:01.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-28T00:44:01.193Z
19342026-05-28T00:44:01.193Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19352026-05-28T00:44:01.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-28T00:44:01.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-28T00:44:01.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-28T00:44:01.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-28T00:44:01.667Z
19402026-05-28T00:44:01.667Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19412026-05-28T00:44:02.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-28T00:44:02.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-28T00:44:02.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-28T00:44:02.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-28T00:44:02.142Z
19462026-05-28T00:44:02.142Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19472026-05-28T00:44:02.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-28T00:44:02.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-28T00:44:02.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-28T00:44:02.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-05-28T00:44:02.625Z
19522026-05-28T00:44:02.625Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19532026-05-28T00:44:03.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-28T00:44:03.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-28T00:44:03.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-28T00:44:03.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-05-28T00:44:03.105Z
19582026-05-28T00:44:03.105Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19592026-05-28T00:44:03.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-28T00:44:03.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-28T00:44:03.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-28T00:44:03.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-05-28T00:44:03.667Z
19642026-05-28T00:44:03.667Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19652026-05-28T00:44:04.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-28T00:44:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-28T00:44:04.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-28T00:44:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-28T00:44:04.079Z
19702026-05-28T00:44:04.080Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19712026-05-28T00:44:04.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-28T00:44:04.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-28T00:44:04.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-28T00:44:04.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-05-28T00:44:04.764Z
19762026-05-28T00:44:04.764Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19772026-05-28T00:44:05.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-28T00:44:05.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-28T00:44:05.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-28T00:44:05.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-28T00:44:05.078Z
19822026-05-28T00:44:05.078Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19832026-05-28T00:44:05.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-28T00:44:05.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-28T00:44:05.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-28T00:44:05.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-05-28T00:44:05.568Z
19882026-05-28T00:44:05.568Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19892026-05-28T00:44:05.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-28T00:44:05.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-28T00:44:05.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-28T00:44:05.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-05-28T00:44:05.975Z
19942026-05-28T00:44:05.975Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19952026-05-28T00:44:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-28T00:44:06.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-28T00:44:06.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-28T00:44:06.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-05-28T00:44:06.437Z
20002026-05-28T00:44:06.437Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
20012026-05-28T00:44:06.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-28T00:44:06.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-28T00:44:06.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-28T00:44:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-05-28T00:44:07.333Z
20062026-05-28T00:44:07.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
20072026-05-28T00:44:07.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-28T00:44:07.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-28T00:44:07.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-28T00:44:07.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-05-28T00:44:07.406Z
20122026-05-28T00:44:07.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20132026-05-28T00:44:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-28T00:44:07.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-28T00:44:07.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-28T00:44:07.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-05-28T00:44:07.906Z
20182026-05-28T00:44:07.906Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20192026-05-28T00:44:08.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-28T00:44:08.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-28T00:44:08.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-28T00:44:08.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20232026-05-28T00:44:08.339Z
20242026-05-28T00:44:08.339Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20252026-05-28T00:44:08.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-28T00:44:08.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-28T00:44:08.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-28T00:44:08.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-05-28T00:44:08.812Z
20302026-05-28T00:44:08.813Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20312026-05-28T00:44:09.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-28T00:44:09.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-28T00:44:09.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-28T00:44:09.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-28T00:44:09.284Z
20362026-05-28T00:44:09.284Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20372026-05-28T00:44:09.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-28T00:44:09.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-28T00:44:09.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-28T00:44:09.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-28T00:44:09.760Z
20422026-05-28T00:44:09.760Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20432026-05-28T00:44:10.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-28T00:44:10.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-28T00:44:10.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-28T00:44:10.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-05-28T00:44:10.230Z
20482026-05-28T00:44:10.230Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20492026-05-28T00:44:10.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-28T00:44:10.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-28T00:44:10.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-28T00:44:10.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-28T00:44:10.707Z
20542026-05-28T00:44:10.708Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20552026-05-28T00:44:11.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-28T00:44:11.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-28T00:44:11.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-28T00:44:11.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-28T00:44:11.188Z
20602026-05-28T00:44:11.188Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20612026-05-28T00:44:11.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-28T00:44:11.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-28T00:44:11.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-28T00:44:11.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-28T00:44:11.658Z
20662026-05-28T00:44:11.658Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20672026-05-28T00:44:12.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-28T00:44:12.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-28T00:44:12.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-28T00:44:12.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-28T00:44:12.136Z
20722026-05-28T00:44:12.136Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20732026-05-28T00:44:12.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-28T00:44:12.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-28T00:44:12.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-28T00:44:12.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-28T00:44:12.621Z
20782026-05-28T00:44:12.621Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20792026-05-28T00:44:13.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-28T00:44:13.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-28T00:44:13.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-28T00:44:13.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-28T00:44:13.119Z
20842026-05-28T00:44:13.119Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20852026-05-28T00:44:13.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-28T00:44:13.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-28T00:44:13.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-28T00:44:13.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20892026-05-28T00:44:13.706Z
20902026-05-28T00:44:13.706Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20912026-05-28T00:44:14.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-28T00:44:14.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-28T00:44:14.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-28T00:44:14.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-05-28T00:44:14.141Z
20962026-05-28T00:44:14.141Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20972026-05-28T00:44:14.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-28T00:44:14.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-28T00:44:14.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-28T00:44:14.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-05-28T00:44:14.528Z
21022026-05-28T00:44:14.528Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
21032026-05-28T00:44:14.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-28T00:44:14.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-28T00:44:14.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-28T00:44:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21072026-05-28T00:44:15.009Z
21082026-05-28T00:44:15.009Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
21092026-05-28T00:44:15.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-28T00:44:15.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-28T00:44:15.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-28T00:44:15.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21132026-05-28T00:44:15.642Z
21142026-05-28T00:44:15.642Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21152026-05-28T00:44:16.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-28T00:44:16.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-28T00:44:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-28T00:44:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21192026-05-28T00:44:16.281Z
21202026-05-28T00:44:16.282Zinfo: running `cargo check --bins` on nexus-config (51/276)
21212026-05-28T00:44:16.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-28T00:44:16.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-28T00:44:16.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-28T00:44:16.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21252026-05-28T00:44:16.922Z
21262026-05-28T00:44:16.923Zinfo: running `cargo check --bins` on nexus-types (52/276)
21272026-05-28T00:44:17.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-28T00:44:17.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-28T00:44:17.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-28T00:44:17.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21312026-05-28T00:44:17.571Z
21322026-05-28T00:44:17.571Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21332026-05-28T00:44:18.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-28T00:44:18.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-28T00:44:18.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-28T00:44:18.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-28T00:44:18.173Z
21382026-05-28T00:44:18.173Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21392026-05-28T00:44:18.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-28T00:44:18.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-28T00:44:18.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-28T00:44:18.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-05-28T00:44:18.753Z
21442026-05-28T00:44:18.753Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21452026-05-28T00:44:19.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-28T00:44:19.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-28T00:44:19.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-28T00:44:19.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21492026-05-28T00:44:19.361Z
21502026-05-28T00:44:19.361Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21512026-05-28T00:44:19.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-28T00:44:19.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-28T00:44:19.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-28T00:44:19.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21552026-05-28T00:44:19.964Z
21562026-05-28T00:44:19.964Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21572026-05-28T00:44:20.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-28T00:44:20.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-28T00:44:20.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-28T00:44:20.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21612026-05-28T00:44:20.577Z
21622026-05-28T00:44:20.577Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21632026-05-28T00:44:21.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-28T00:44:21.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-28T00:44:21.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-28T00:44:21.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21672026-05-28T00:44:21.180Z
21682026-05-28T00:44:21.180Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21692026-05-28T00:44:21.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-28T00:44:21.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-28T00:44:21.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-28T00:44:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-28T00:44:21.768Z
21742026-05-28T00:44:21.768Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21752026-05-28T00:44:22.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-28T00:44:22.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-28T00:44:22.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-28T00:44:22.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-05-28T00:44:22.354Z
21802026-05-28T00:44:22.354Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21812026-05-28T00:44:22.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-28T00:44:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-28T00:44:22.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-28T00:44:22.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-28T00:44:22.944Z
21862026-05-28T00:44:22.944Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21872026-05-28T00:44:23.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-28T00:44:23.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-28T00:44:23.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-28T00:44:23.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-05-28T00:44:23.527Z
21922026-05-28T00:44:23.527Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21932026-05-28T00:44:24.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-28T00:44:24.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-28T00:44:24.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-28T00:44:24.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-28T00:44:24.166Z
21982026-05-28T00:44:24.166Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21992026-05-28T00:44:24.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-28T00:44:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-28T00:44:24.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-28T00:44:24.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22032026-05-28T00:44:24.718Z
22042026-05-28T00:44:24.718Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
22052026-05-28T00:44:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-28T00:44:25.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-28T00:44:25.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-28T00:44:25.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-05-28T00:44:25.302Z
22102026-05-28T00:44:25.302Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22112026-05-28T00:44:25.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-28T00:44:25.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-28T00:44:25.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-28T00:44:25.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-28T00:44:25.891Z
22162026-05-28T00:44:25.891Zinfo: running `cargo check --bins` on ereport-types (67/276)
22172026-05-28T00:44:26.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-28T00:44:26.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-28T00:44:26.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-28T00:44:26.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-28T00:44:26.481Z
22222026-05-28T00:44:26.481Zinfo: running `cargo check --bins` on gateway-client (68/276)
22232026-05-28T00:44:27.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-28T00:44:27.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-28T00:44:27.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-28T00:44:27.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-28T00:44:27.083Z
22282026-05-28T00:44:27.083Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22292026-05-28T00:44:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-28T00:44:27.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-28T00:44:27.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-28T00:44:27.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22332026-05-28T00:44:27.676Z
22342026-05-28T00:44:27.676Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22352026-05-28T00:44:28.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-28T00:44:28.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-28T00:44:28.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-28T00:44:28.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22392026-05-28T00:44:28.267Z
22402026-05-28T00:44:28.267Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22412026-05-28T00:44:28.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-28T00:44:28.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-28T00:44:28.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-28T00:44:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22452026-05-28T00:44:28.857Z
22462026-05-28T00:44:28.857Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22472026-05-28T00:44:29.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-28T00:44:29.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-28T00:44:29.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-05-28T00:44:29.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22512026-05-28T00:44:29.482Z
22522026-05-28T00:44:29.482Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22532026-05-28T00:44:29.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-05-28T00:44:29.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-05-28T00:44:29.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-05-28T00:44:29.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22572026-05-28T00:44:30.076Z
22582026-05-28T00:44:30.076Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22592026-05-28T00:44:30.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-05-28T00:44:30.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-05-28T00:44:30.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-05-28T00:44:30.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22632026-05-28T00:44:30.725Z
22642026-05-28T00:44:30.725Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22652026-05-28T00:44:31.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-05-28T00:44:31.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-05-28T00:44:31.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-05-28T00:44:31.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22692026-05-28T00:44:31.291Z
22702026-05-28T00:44:31.291Zinfo: running `cargo check --bins` on oxlog (76/276)
22712026-05-28T00:44:31.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-05-28T00:44:31.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-05-28T00:44:31.904Z Checking cfg-if v1.0.4
22742026-05-28T00:44:31.907Z Checking libc v0.2.185
22752026-05-28T00:44:31.907Z Checking serde_core v1.0.228
22762026-05-28T00:44:32.024Z Checking zeroize v1.8.2
22772026-05-28T00:44:32.030Z Checking memchr v2.8.0
22782026-05-28T00:44:32.037Z Checking log v0.4.29
22792026-05-28T00:44:32.047Z Checking smallvec v1.15.1
22802026-05-28T00:44:32.060Z Checking typenum v1.19.0
22812026-05-28T00:44:32.070Z Checking subtle v2.6.1
22822026-05-28T00:44:32.162Z Checking itoa v1.0.17
22832026-05-28T00:44:32.198Z Checking scopeguard v1.2.0
22842026-05-28T00:44:32.213Z Checking stable_deref_trait v1.2.1
22852026-05-28T00:44:32.223Z Checking const-oid v0.9.6
22862026-05-28T00:44:32.287Z Checking zerofrom v0.1.6
22872026-05-28T00:44:32.298Z Checking lock_api v0.4.14
22882026-05-28T00:44:32.311Z Checking pin-project-lite v0.2.17
22892026-05-28T00:44:32.397Z Checking yoke v0.8.1
22902026-05-28T00:44:32.409Z Checking portable-atomic v1.13.1
22912026-05-28T00:44:32.412Z Checking critical-section v1.2.0
22922026-05-28T00:44:32.419Z Checking getrandom v0.2.17
22932026-05-28T00:44:32.487Z Checking errno v0.3.14
22942026-05-28T00:44:32.556Z Checking parking_lot_core v0.9.12
22952026-05-28T00:44:32.569Z Checking zerovec v0.11.5
22962026-05-28T00:44:32.583Z Checking generic-array v0.14.7
22972026-05-28T00:44:32.593Z Checking rand_core v0.6.4
22982026-05-28T00:44:32.604Z Checking signal-hook-registry v1.4.8
22992026-05-28T00:44:32.735Z Checking futures-core v0.3.32
23002026-05-28T00:44:32.765Z Checking parking_lot v0.12.5
23012026-05-28T00:44:32.773Z Checking mio v1.2.0
23022026-05-28T00:44:32.845Z Checking once_cell v1.21.3
23032026-05-28T00:44:32.861Z Checking zerocopy v0.8.40
23042026-05-28T00:44:32.901Z Checking zmij v1.0.21
23052026-05-28T00:44:32.944Z Checking socket2 v0.6.3
23062026-05-28T00:44:32.983Z Checking tinystr v0.8.2
23072026-05-28T00:44:33.003Z Checking crypto-common v0.1.7
23082026-05-28T00:44:33.015Z Checking block-buffer v0.10.4
23092026-05-28T00:44:33.043Z Checking libm v0.2.16
23102026-05-28T00:44:33.105Z Checking percent-encoding v2.3.2
23112026-05-28T00:44:33.119Z Checking writeable v0.6.2
23122026-05-28T00:44:33.149Z Checking digest v0.10.7
23132026-05-28T00:44:33.161Z Checking equivalent v1.0.2
23142026-05-28T00:44:33.180Z Checking litemap v0.8.1
23152026-05-28T00:44:33.298Z Checking potential_utf v0.1.4
23162026-05-28T00:44:33.302Z Checking zerotrie v0.2.3
23172026-05-28T00:44:33.302Z Checking futures-sink v0.3.32
23182026-05-28T00:44:33.343Z Checking icu_locale_core v2.1.1
23192026-05-28T00:44:33.356Z Checking cpufeatures v0.2.17
23202026-05-28T00:44:33.368Z Checking futures-channel v0.3.32
23212026-05-28T00:44:33.371Z Checking icu_collections v2.1.1
23222026-05-28T00:44:33.424Z Checking futures-task v0.3.32
23232026-05-28T00:44:33.482Z Checking serde v1.0.228
23242026-05-28T00:44:33.494Z Checking bitflags v2.11.0
23252026-05-28T00:44:33.558Z Checking serde_json v1.0.149
23262026-05-28T00:44:33.569Z Checking slab v0.4.12
23272026-05-28T00:44:33.656Z Checking futures-io v0.3.32
23282026-05-28T00:44:33.669Z Checking hmac v0.12.1
23292026-05-28T00:44:33.722Z Checking icu_properties_data v2.1.2
23302026-05-28T00:44:33.738Z Checking num-traits v0.2.19
23312026-05-28T00:44:33.764Z Checking futures-util v0.3.32
23322026-05-28T00:44:33.796Z Checking icu_normalizer_data v2.1.1
23332026-05-28T00:44:33.847Z Checking rand_core v0.10.0
23342026-05-28T00:44:33.868Z Checking hashbrown v0.17.0
23352026-05-28T00:44:33.881Z Checking bytes v1.11.1
23362026-05-28T00:44:33.894Z Checking icu_provider v2.1.1
23372026-05-28T00:44:33.986Z Checking getrandom v0.4.1
23382026-05-28T00:44:34.125Z Checking icu_normalizer v2.1.1
23392026-05-28T00:44:34.136Z Checking icu_properties v2.1.2
23402026-05-28T00:44:34.234Z Checking block-padding v0.3.3
23412026-05-28T00:44:34.276Z Checking utf8_iter v1.0.4
23422026-05-28T00:44:34.321Z Checking tokio v1.52.1
23432026-05-28T00:44:34.339Z Checking indexmap v2.14.0
23442026-05-28T00:44:34.365Z Checking inout v0.1.4
23452026-05-28T00:44:34.396Z Checking sha2 v0.10.9
23462026-05-28T00:44:34.432Z Checking form_urlencoded v1.2.2
23472026-05-28T00:44:34.497Z Checking cipher v0.4.4
23482026-05-28T00:44:34.559Z Checking getrandom v0.3.4
23492026-05-28T00:44:34.661Z Checking base64ct v1.8.3
23502026-05-28T00:44:34.700Z Checking byteorder v1.5.0
23512026-05-28T00:44:34.714Z Checking fnv v1.0.7
23522026-05-28T00:44:34.802Z Checking flagset v0.4.7
23532026-05-28T00:44:34.887Z Checking rand_core v0.9.5
23542026-05-28T00:44:34.901Z Checking pem-rfc7468 v0.7.0
23552026-05-28T00:44:34.904Z Checking http v1.4.0
23562026-05-28T00:44:34.923Z Checking regex-syntax v0.8.10
23572026-05-28T00:44:34.953Z Checking idna_adapter v1.2.1
23582026-05-28T00:44:35.048Z Checking der v0.7.10
23592026-05-28T00:44:35.063Z Checking salsa20 v0.10.2
23602026-05-28T00:44:35.074Z Checking idna v1.1.0
23612026-05-28T00:44:35.190Z Checking uuid v1.23.0
23622026-05-28T00:44:35.312Z Checking url v2.5.8
23632026-05-28T00:44:35.458Z Checking pbkdf2 v0.12.2
23642026-05-28T00:44:35.492Z Checking rustix v1.1.3
23652026-05-28T00:44:35.567Z Checking tracing-core v0.1.36
23662026-05-28T00:44:35.661Z Checking ppv-lite86 v0.2.21
23672026-05-28T00:44:35.671Z Checking rustls-pki-types v1.14.0
23682026-05-28T00:44:35.744Z Checking base64 v0.22.1
23692026-05-28T00:44:35.774Z Checking spki v0.7.3
23702026-05-28T00:44:35.870Z Checking iana-time-zone v0.1.65
23712026-05-28T00:44:35.905Z Checking rand_chacha v0.9.0
23722026-05-28T00:44:35.935Z Checking tracing v0.1.44
23732026-05-28T00:44:35.956Z Checking scrypt v0.11.0
23742026-05-28T00:44:35.972Z Checking chrono v0.4.44
23752026-05-28T00:44:35.985Z Checking http-body v1.0.1
23762026-05-28T00:44:36.093Z Checking cbc v0.1.2
23772026-05-28T00:44:36.093Z Checking aes v0.8.4
23782026-05-28T00:44:36.117Z Checking aws-lc-sys v0.40.0
23792026-05-28T00:44:36.132Z Checking tinyvec_macros v0.1.1
23802026-05-28T00:44:36.198Z Checking openssl-probe v0.2.1
23812026-05-28T00:44:36.210Z Checking untrusted v0.9.0
23822026-05-28T00:44:36.228Z Checking untrusted v0.7.1
23832026-05-28T00:44:36.302Z Checking tinyvec v1.10.0
23842026-05-28T00:44:36.314Z Checking ring v0.17.14
23852026-05-28T00:44:36.327Z Checking rand v0.9.2
23862026-05-28T00:44:36.341Z Checking tower-layer v0.3.3
23872026-05-28T00:44:36.480Z Checking pkcs5 v0.7.1
23882026-05-28T00:44:36.490Z Checking tower-service v0.3.3
23892026-05-28T00:44:36.576Z Checking atomic-waker v1.1.2
23902026-05-28T00:44:36.603Z Checking try-lock v0.2.5
23912026-05-28T00:44:36.615Z Checking aws-lc-rs v1.16.3
23922026-05-28T00:44:36.674Z Checking ipnet v2.11.0
23932026-05-28T00:44:36.699Z Checking want v0.3.1
23942026-05-28T00:44:36.730Z Checking pkcs8 v0.10.2
23952026-05-28T00:44:36.790Z Checking httparse v1.10.1
23962026-05-28T00:44:36.817Z Checking aho-corasick v1.1.4
23972026-05-28T00:44:36.829Z Checking fastrand v2.3.0
23982026-05-28T00:44:36.905Z Checking utf8parse v0.2.2
23992026-05-28T00:44:36.931Z Checking dyn-clone v1.0.20
24002026-05-28T00:44:36.998Z Checking foreign-types-shared v0.1.1
24012026-05-28T00:44:37.011Z Checking plain v0.2.3
24022026-05-28T00:44:37.011Z Checking pin-utils v0.1.0
24032026-05-28T00:44:37.035Z Checking httpdate v1.0.3
24042026-05-28T00:44:37.079Z Checking foreign-types v0.3.2
24052026-05-28T00:44:37.091Z Checking tempfile v3.25.0
24062026-05-28T00:44:37.124Z Checking unicode-normalization v0.1.25
24072026-05-28T00:44:37.147Z Checking semver v1.0.28
24082026-05-28T00:44:37.176Z Checking openssl-sys v0.9.115
24092026-05-28T00:44:37.280Z Checking spin v0.9.8
24102026-05-28T00:44:37.295Z Checking anstyle v1.0.14
24112026-05-28T00:44:37.357Z Checking ucd-trie v0.1.7
24122026-05-28T00:44:37.446Z Checking rustls-webpki v0.103.9
24132026-05-28T00:44:37.463Z Checking unicode-ident v1.0.24
24142026-05-28T00:44:37.482Z Checking regex-automata v0.4.14
24152026-05-28T00:44:37.494Z Checking pest v2.8.6
24162026-05-28T00:44:37.512Z Checking schemars v0.8.22
24172026-05-28T00:44:37.526Z Checking rustls-native-certs v0.8.3
24182026-05-28T00:44:37.540Z Checking tokio-util v0.7.18
24192026-05-28T00:44:37.559Z Checking openssl v0.10.79
24202026-05-28T00:44:37.572Z Checking proc-macro2 v1.0.106
24212026-05-28T00:44:37.649Z Checking thiserror v2.0.18
24222026-05-28T00:44:37.749Z Checking sync_wrapper v1.0.2
24232026-05-28T00:44:37.852Z Checking wait-timeout v0.2.1
24242026-05-28T00:44:37.878Z Checking is_terminal_polyfill v1.70.2
24252026-05-28T00:44:37.892Z Checking rustls v0.23.37
24262026-05-28T00:44:37.961Z Checking anstyle-query v1.1.5
24272026-05-28T00:44:37.975Z Checking colorchoice v1.0.4
24282026-05-28T00:44:38.054Z Checking quick-error v1.2.3
24292026-05-28T00:44:38.070Z Checking siphasher v1.0.2
24302026-05-28T00:44:38.140Z Checking h2 v0.4.13
24312026-05-28T00:44:38.153Z Checking simd-adler32 v0.3.8
24322026-05-28T00:44:38.157Z Checking pretty-hex v0.4.1
24332026-05-28T00:44:38.223Z Checking powerfmt v0.2.0
24342026-05-28T00:44:38.276Z Checking bit-vec v0.8.0
24352026-05-28T00:44:38.320Z Checking rusty-fork v0.3.1
24362026-05-28T00:44:38.371Z Checking deranged v0.5.8
24372026-05-28T00:44:38.468Z Checking bit-set v0.8.0
24382026-05-28T00:44:38.483Z Checking quote v1.0.45
24392026-05-28T00:44:38.551Z Checking tower v0.5.3
24402026-05-28T00:44:38.614Z Compiling newtype-uuid v1.3.2
24412026-05-28T00:44:38.653Z Checking http-body-util v0.1.3
24422026-05-28T00:44:38.797Z Checking crossbeam-utils v0.8.21
24432026-05-28T00:44:38.870Z Checking webpki-roots v1.0.6
24442026-05-28T00:44:38.939Z Checking rand_xorshift v0.4.0
24452026-05-28T00:44:38.985Z Checking crc32fast v1.5.0
24462026-05-28T00:44:39.072Z Checking scroll v0.13.0
24472026-05-28T00:44:39.140Z Checking signature v2.2.0
24482026-05-28T00:44:39.155Z Checking unicode-bidi v0.3.18
24492026-05-28T00:44:39.272Z Checking num_threads v0.1.7
24502026-05-28T00:44:39.292Z Checking allocator-api2 v0.2.21
24512026-05-28T00:44:39.305Z Checking iri-string v0.7.10
24522026-05-28T00:44:39.315Z Checking unarray v0.1.4
24532026-05-28T00:44:39.359Z Checking ryu v1.0.23
24542026-05-28T00:44:39.417Z Checking num-conv v0.2.0
24552026-05-28T00:44:39.453Z Checking adler2 v2.0.1
24562026-05-28T00:44:39.497Z Checking unicode-properties v0.1.4
24572026-05-28T00:44:39.536Z Checking time-core v0.1.8
24582026-05-28T00:44:39.569Z Checking miniz_oxide v0.8.9
24592026-05-28T00:44:39.581Z Checking serde_urlencoded v0.7.1
24602026-05-28T00:44:39.594Z Checking native-tls v0.2.18
24612026-05-28T00:44:39.674Z Checking time v0.3.47
24622026-05-28T00:44:39.714Z Checking stringprep v0.1.5
24632026-05-28T00:44:39.768Z Checking tokio-native-tls v0.3.1
24642026-05-28T00:44:39.784Z Checking proptest v1.10.0
24652026-05-28T00:44:39.833Z Checking goblin v0.10.5
24662026-05-28T00:44:39.909Z Checking bstr v1.12.1
24672026-05-28T00:44:39.924Z Checking crossbeam-epoch v0.9.18
24682026-05-28T00:44:40.146Z Compiling daft v0.1.7
24692026-05-28T00:44:40.257Z Checking tokio-rustls v0.26.4
24702026-05-28T00:44:40.303Z Checking syn v2.0.117
24712026-05-28T00:44:40.326Z Checking tower-http v0.6.8
24722026-05-28T00:44:40.422Z Checking ipnetwork v0.21.1
24732026-05-28T00:44:40.507Z Checking anstyle-parse v1.0.0
24742026-05-28T00:44:40.604Z Checking rand_chacha v0.3.1
24752026-05-28T00:44:40.635Z Checking thiserror v1.0.69
24762026-05-28T00:44:40.638Z Checking scroll v0.12.0
24772026-05-28T00:44:40.734Z Checking hash32 v0.2.1
24782026-05-28T00:44:40.798Z Checking zstd-sys v2.0.16+zstd.1.5.7
24792026-05-28T00:44:40.809Z Checking num-integer v0.1.46
24802026-05-28T00:44:40.855Z Checking hyper v1.8.1
24812026-05-28T00:44:40.872Z Checking toml_datetime v0.6.11
24822026-05-28T00:44:40.886Z Checking serde_spanned v0.6.9
24832026-05-28T00:44:40.906Z Checking md-5 v0.10.6
24842026-05-28T00:44:41.010Z Checking ff v0.13.1
24852026-05-28T00:44:41.027Z Checking encoding_rs v0.8.35
24862026-05-28T00:44:41.044Z Checking mime v0.3.17
24872026-05-28T00:44:41.044Z Checking fallible-iterator v0.2.0
24882026-05-28T00:44:41.134Z Checking zlib-rs v0.6.2
24892026-05-28T00:44:41.217Z Checking base16ct v0.2.0
24902026-05-28T00:44:41.320Z Checking psl-types v2.0.11
24912026-05-28T00:44:41.342Z Checking sec1 v0.7.3
24922026-05-28T00:44:41.437Z Checking publicsuffix v2.3.0
24932026-05-28T00:44:41.545Z Checking postgres-protocol v0.6.10
24942026-05-28T00:44:41.604Z Checking group v0.13.0
24952026-05-28T00:44:41.730Z Checking num-iter v0.1.45
24962026-05-28T00:44:41.744Z Checking hyper-util v0.1.20
24972026-05-28T00:44:41.744Z Checking zstd-safe v7.2.4
24982026-05-28T00:44:41.839Z Checking heapless v0.7.17
24992026-05-28T00:44:41.854Z Checking goblin v0.8.2
25002026-05-28T00:44:41.918Z Checking rand v0.8.6
25012026-05-28T00:44:41.953Z Checking cookie v0.18.1
25022026-05-28T00:44:42.013Z Checking flate2 v1.1.9
25032026-05-28T00:44:42.141Z Checking dof v0.4.0
25042026-05-28T00:44:42.177Z Checking anstream v1.0.0
25052026-05-28T00:44:42.246Z Checking oxnet v0.1.5
25062026-05-28T00:44:42.305Z Compiling iddqd v0.4.1
25072026-05-28T00:44:42.375Z Checking dtrace-parser v0.3.0
25082026-05-28T00:44:42.431Z Checking phf_shared v0.13.1
25092026-05-28T00:44:42.484Z Checking lazy_static v1.5.0
25102026-05-28T00:44:42.545Z Checking anstyle-parse v0.2.7
25112026-05-28T00:44:42.572Z Checking pin-project v1.1.11
25122026-05-28T00:44:42.604Z Checking zerocopy v0.7.35
25132026-05-28T00:44:42.620Z Checking bzip2-sys v0.1.13+1.0.8
25142026-05-28T00:44:42.665Z Checking terminal_size v0.4.3
25152026-05-28T00:44:42.699Z Checking signal-hook v0.3.18
25162026-05-28T00:44:42.712Z Checking futures-executor v0.3.32
25172026-05-28T00:44:42.772Z Checking hex v0.4.3
25182026-05-28T00:44:42.784Z Checking hkdf v0.12.4
25192026-05-28T00:44:42.849Z Checking crypto-bigint v0.5.5
25202026-05-28T00:44:42.882Z Checking thread-id v5.1.0
25212026-05-28T00:44:42.913Z Checking libbz2-rs-sys v0.2.2
25222026-05-28T00:44:42.962Z Checking bumpalo v3.20.2
25232026-05-28T00:44:42.986Z Checking same-file v1.0.6
25242026-05-28T00:44:43.001Z Checking hyper-rustls v0.27.7
25252026-05-28T00:44:43.086Z Checking hyper-tls v0.6.0
25262026-05-28T00:44:43.099Z Compiling rayon-core v1.13.0
25272026-05-28T00:44:43.152Z Checking bitflags v1.3.2
25282026-05-28T00:44:43.201Z Checking foldhash v0.2.0
25292026-05-28T00:44:43.223Z Checking foldhash v0.1.5
25302026-05-28T00:44:43.254Z Checking winnow v0.7.14
25312026-05-28T00:44:43.269Z Checking managed v0.8.0
25322026-05-28T00:44:43.331Z Checking winnow v0.5.40
25332026-05-28T00:44:43.349Z Checking either v1.15.0
25342026-05-28T00:44:43.353Z Checking clap_lex v1.0.0
25352026-05-28T00:44:43.452Z Checking strsim v0.11.1
25362026-05-28T00:44:43.509Z Checking smoltcp v0.9.1
25372026-05-28T00:44:43.527Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25382026-05-28T00:44:43.539Z Checking hashbrown v0.15.5
25392026-05-28T00:44:43.615Z Checking clap_builder v4.6.0
25402026-05-28T00:44:43.709Z Checking hashbrown v0.16.1
25412026-05-28T00:44:43.735Z Checking elliptic-curve v0.13.8
25422026-05-28T00:44:43.748Z Checking dof v0.3.0
25432026-05-28T00:44:43.995Z Checking bzip2 v0.6.1
25442026-05-28T00:44:44.039Z Checking reqwest v0.12.28
25452026-05-28T00:44:44.050Z Checking zopfli v0.8.3
25462026-05-28T00:44:44.112Z Checking walkdir v2.5.0
25472026-05-28T00:44:44.172Z Checking usdt-impl v0.6.0
25482026-05-28T00:44:44.221Z Checking signal-hook-mio v0.2.5
25492026-05-28T00:44:44.275Z Checking futures v0.3.32
25502026-05-28T00:44:44.326Z Checking bzip2 v0.4.4
25512026-05-28T00:44:44.354Z Checking anstream v0.6.21
25522026-05-28T00:44:44.378Z Checking snafu v0.8.9
25532026-05-28T00:44:44.449Z Checking toml_edit v0.19.15
25542026-05-28T00:44:44.452Z Checking phf v0.13.1
25552026-05-28T00:44:44.473Z Checking num-bigint-dig v0.8.6
25562026-05-28T00:44:44.558Z Checking cookie_store v0.22.1
25572026-05-28T00:44:44.596Z Checking zstd v0.13.3
25582026-05-28T00:44:44.618Z Checking postgres-types v0.2.12
25592026-05-28T00:44:44.728Z Checking dtrace-parser v0.2.0
25602026-05-28T00:44:44.781Z Checking globset v0.4.18
25612026-05-28T00:44:44.874Z Checking rustls-platform-verifier v0.6.2
25622026-05-28T00:44:44.890Z Checking crossbeam-deque v0.8.6
25632026-05-28T00:44:44.901Z Checking regex v1.12.3
25642026-05-28T00:44:44.927Z Checking ed25519 v2.2.3
25652026-05-28T00:44:44.960Z Checking phf_shared v0.11.3
25662026-05-28T00:44:45.011Z Checking olpc-cjson v0.1.4
25672026-05-28T00:44:45.032Z Checking curve25519-dalek v4.1.3
25682026-05-28T00:44:45.059Z Checking ref-cast v1.0.25
25692026-05-28T00:44:45.098Z Checking strum v0.27.2
25702026-05-28T00:44:45.110Z Checking hubpack v0.1.2
25712026-05-28T00:44:45.141Z Checking memoffset v0.9.1
25722026-05-28T00:44:45.154Z Checking rustix v0.38.44
25732026-05-28T00:44:45.172Z Checking pkcs1 v0.7.5
25742026-05-28T00:44:45.204Z Checking pem v3.0.6
25752026-05-28T00:44:45.219Z Checking float-cmp v0.10.0
25762026-05-28T00:44:45.271Z Checking serde-big-array v0.5.1
25772026-05-28T00:44:45.274Z Checking erased-serde v0.3.31
25782026-05-28T00:44:45.342Z Checking serde_plain v1.0.2
25792026-05-28T00:44:45.354Z Checking rfc6979 v0.4.0
25802026-05-28T00:44:45.378Z Checking thread-id v4.2.2
25812026-05-28T00:44:45.405Z Checking memmap2 v0.9.10
25822026-05-28T00:44:45.456Z Checking env_filter v1.0.0
25832026-05-28T00:44:45.469Z Checking jiff v0.2.21
25842026-05-28T00:44:45.482Z Checking difflib v0.4.0
25852026-05-28T00:44:45.494Z Checking typed-path v0.9.3
25862026-05-28T00:44:45.559Z Checking static_assertions v1.1.0
25872026-05-28T00:44:45.597Z Checking whoami v2.1.0
25882026-05-28T00:44:45.630Z Checking precomputed-hash v0.1.1
25892026-05-28T00:44:45.654Z Checking data-encoding v2.10.0
25902026-05-28T00:44:45.667Z Checking toml_write v0.1.2
25912026-05-28T00:44:45.711Z Checking normalize-line-endings v0.3.0
25922026-05-28T00:44:45.786Z Checking predicates-core v1.0.10
25932026-05-28T00:44:45.801Z Checking fixedbitset v0.5.7
25942026-05-28T00:44:45.813Z Checking unicode-segmentation v1.12.0
25952026-05-28T00:44:45.826Z Checking new_debug_unreachable v1.0.6
25962026-05-28T00:44:45.894Z Checking fixedbitset v0.4.2
25972026-05-28T00:44:45.908Z Checking keccak v0.1.6
25982026-05-28T00:44:45.922Z Checking hickory-proto v0.25.2
25992026-05-28T00:44:45.952Z Checking crossterm v0.28.1
26002026-05-28T00:44:45.992Z Checking petgraph v0.8.3
26012026-05-28T00:44:46.040Z Checking petgraph v0.6.5
26022026-05-28T00:44:46.068Z Checking sha3 v0.10.8
26032026-05-28T00:44:46.121Z Checking similar v2.7.0
26042026-05-28T00:44:46.258Z Checking tough v0.22.0
26052026-05-28T00:44:46.272Z Checking predicates v3.1.4
26062026-05-28T00:44:46.498Z Checking string_cache v0.8.9
26072026-05-28T00:44:46.564Z Checking toml_edit v0.22.27
26082026-05-28T00:44:46.668Z Checking ed25519-dalek v2.2.0
26092026-05-28T00:44:46.680Z Checking tokio-postgres v0.7.16
26102026-05-28T00:44:46.899Z Checking slog v2.8.2
26112026-05-28T00:44:47.166Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26122026-05-28T00:44:47.274Z Checking env_logger v0.11.9
26132026-05-28T00:44:47.470Z Checking usdt v0.6.0
26142026-05-28T00:44:47.532Z Checking toml v0.7.8
26152026-05-28T00:44:47.630Z Checking ecdsa v0.16.9
26162026-05-28T00:44:47.642Z Checking usdt-impl v0.5.0
26172026-05-28T00:44:47.662Z Checking zip v4.6.1
26182026-05-28T00:44:47.841Z Checking rsa v0.9.10
26192026-05-28T00:44:47.919Z Checking nix v0.31.2
26202026-05-28T00:44:48.231Z Checking reqwest v0.13.2
26212026-05-28T00:44:48.251Z Checking clap v4.6.1
26222026-05-28T00:44:48.285Z Checking zip v0.6.6
26232026-05-28T00:44:48.305Z Checking toml_parser v1.0.9+spec-1.1.0
26242026-05-28T00:44:48.345Z Checking itertools v0.13.0
26252026-05-28T00:44:48.612Z Checking serde_with v3.17.0
26262026-05-28T00:44:48.632Z Checking strum v0.26.3
26272026-05-28T00:44:48.667Z Checking fs-err v3.3.0
26282026-05-28T00:44:48.741Z Checking ahash v0.8.12
26292026-05-28T00:44:48.824Z Checking object v0.37.3
26302026-05-28T00:44:48.934Z Checking tokio-stream v0.1.18
26312026-05-28T00:44:48.946Z Checking buf-list v1.1.2
26322026-05-28T00:44:48.966Z Checking camino v1.2.2
26332026-05-28T00:44:49.087Z Checking anyhow v1.0.102
26342026-05-28T00:44:49.130Z Checking x509-cert v0.2.5
26352026-05-28T00:44:49.218Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26362026-05-28T00:44:49.286Z Checking openapiv3 v2.2.0
26372026-05-28T00:44:49.336Z Checking toml_datetime v0.7.5+spec-1.1.0
26382026-05-28T00:44:49.391Z Checking sha1 v0.10.6
26392026-05-28T00:44:49.461Z Checking peg-runtime v0.8.5
26402026-05-28T00:44:49.490Z Checking lalrpop-util v0.19.12
26412026-05-28T00:44:49.537Z Checking rayon v1.11.0
26422026-05-28T00:44:49.557Z Checking sigpipe v0.1.3
26432026-05-28T00:44:49.600Z Checking glob v0.3.3
26442026-05-28T00:44:51.087Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26452026-05-28T00:44:51.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
26462026-05-28T00:44:51.538Z
26472026-05-28T00:44:51.538Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26482026-05-28T00:44:52.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-28T00:44:52.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-28T00:44:52.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-28T00:44:52.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26522026-05-28T00:44:52.141Z
26532026-05-28T00:44:52.141Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26542026-05-28T00:44:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-28T00:44:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-28T00:44:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-28T00:44:52.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26582026-05-28T00:44:52.744Z
26592026-05-28T00:44:52.744Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26602026-05-28T00:44:53.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-28T00:44:53.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-28T00:44:53.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-28T00:44:53.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26642026-05-28T00:44:53.356Z
26652026-05-28T00:44:53.356Zinfo: running `cargo check --bins` on oxql-types (80/276)
26662026-05-28T00:44:53.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-28T00:44:53.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-28T00:44:53.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-28T00:44:53.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26702026-05-28T00:44:53.960Z
26712026-05-28T00:44:53.960Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26722026-05-28T00:44:54.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-28T00:44:54.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-28T00:44:54.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-05-28T00:44:54.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26762026-05-28T00:44:54.562Z
26772026-05-28T00:44:54.562Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26782026-05-28T00:44:55.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-05-28T00:44:55.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-05-28T00:44:55.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812026-05-28T00:44:55.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26822026-05-28T00:44:55.163Z
26832026-05-28T00:44:55.163Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26842026-05-28T00:44:55.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852026-05-28T00:44:55.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862026-05-28T00:44:55.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872026-05-28T00:44:55.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26882026-05-28T00:44:55.751Z
26892026-05-28T00:44:55.751Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26902026-05-28T00:44:56.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912026-05-28T00:44:56.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922026-05-28T00:44:56.444Z Compiling structmeta-derive v0.3.0
26932026-05-28T00:44:56.563Z Compiling rustls v0.22.4
26942026-05-28T00:44:56.573Z Compiling multer v3.1.0
26952026-05-28T00:44:56.582Z Compiling async-stream-impl v0.3.6
26962026-05-28T00:44:56.582Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26972026-05-28T00:44:56.605Z Compiling dropshot v0.17.0
26982026-05-28T00:44:56.620Z Compiling dropshot_endpoint v0.17.0
26992026-05-28T00:44:56.620Z Compiling newtype-uuid-macros v0.1.0
27002026-05-28T00:44:56.739Z Checking newtype-uuid v1.3.2
27012026-05-28T00:44:56.802Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27022026-05-28T00:44:56.864Z Checking rustls-webpki v0.102.8
27032026-05-28T00:44:56.939Z Checking daft v0.1.7
27042026-05-28T00:44:56.960Z Checking thread_local v1.1.9
27052026-05-28T00:44:57.127Z Checking match_cfg v0.1.0
27062026-05-28T00:44:57.163Z Checking compression-core v0.4.31
27072026-05-28T00:44:57.181Z Checking iddqd v0.4.1
27082026-05-28T00:44:57.196Z Checking hostname v0.3.1
27092026-05-28T00:44:57.240Z Checking crossbeam-channel v0.5.15
27102026-05-28T00:44:57.289Z Checking compression-codecs v0.4.37
27112026-05-28T00:44:57.301Z Checking slog-json v2.6.1
27122026-05-28T00:44:57.365Z Checking is-terminal v0.4.17
27132026-05-28T00:44:57.451Z Checking serde_spanned v1.0.4
27142026-05-28T00:44:57.453Z Checking toml_datetime v1.0.0+spec-1.1.0
27152026-05-28T00:44:57.476Z Checking take_mut v0.2.2
27162026-05-28T00:44:57.571Z Checking debug-ignore v1.0.5
27172026-05-28T00:44:57.584Z Checking term v1.2.1
27182026-05-28T00:44:57.587Z Checking toml_writer v1.0.6+spec-1.1.0
27192026-05-28T00:44:57.610Z Compiling structmeta v0.3.0
27202026-05-28T00:44:57.658Z Checking slog-async v2.8.0
27212026-05-28T00:44:57.670Z Checking slog-bunyan v2.5.0
27222026-05-28T00:44:57.771Z Checking toml v1.0.6+spec-1.1.0
27232026-05-28T00:44:57.786Z Checking async-compression v0.4.41
27242026-05-28T00:44:57.800Z Checking slog-term v2.9.2
27252026-05-28T00:44:57.816Z Compiling derive-ex v0.1.8
27262026-05-28T00:44:57.829Z Compiling parse-display-derive v0.10.0
27272026-05-28T00:44:58.025Z Checking async-stream v0.3.6
27282026-05-28T00:44:58.051Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27292026-05-28T00:44:58.091Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27302026-05-28T00:44:58.154Z Checking progenitor-client v0.14.0
27312026-05-28T00:44:58.167Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27322026-05-28T00:44:58.309Z Checking waitgroup v0.1.2
27332026-05-28T00:44:58.343Z Checking backon v1.6.0
27342026-05-28T00:44:58.356Z Checking rustls-pemfile v2.2.0
27352026-05-28T00:44:58.400Z Checking serde_path_to_error v0.1.20
27362026-05-28T00:44:58.482Z Checking hostname v0.4.2
27372026-05-28T00:44:58.498Z Checking instant v0.1.13
27382026-05-28T00:44:58.576Z Checking backoff v0.4.0
27392026-05-28T00:44:58.661Z Checking tokio-rustls v0.25.0
27402026-05-28T00:44:58.674Z Checking progenitor-extras v0.2.0
27412026-05-28T00:44:58.709Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27422026-05-28T00:44:58.761Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27432026-05-28T00:44:58.916Z Checking itertools v0.14.0
27442026-05-28T00:44:58.930Z Checking progenitor-client v0.10.0
27452026-05-28T00:44:59.159Z Checking regress v0.10.5
27462026-05-28T00:44:59.163Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27472026-05-28T00:44:59.395Z Checking macaddr v1.0.1
27482026-05-28T00:44:59.505Z Checking parse-display v0.10.0
27492026-05-28T00:44:59.523Z Compiling test-strategy v0.4.5
27502026-05-28T00:45:00.742Z Compiling prettyplease v0.2.37
27512026-05-28T00:45:00.995Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-28T00:45:01.158Z Checking num-rational v0.4.2
27532026-05-28T00:45:01.362Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27542026-05-28T00:45:01.609Z Checking num-complex v0.4.6
27552026-05-28T00:45:02.237Z Checking num v0.4.3
27562026-05-28T00:45:02.327Z Compiling usdt-attr-macro v0.5.0
27572026-05-28T00:45:02.344Z Compiling usdt-macro v0.5.0
27582026-05-28T00:45:02.392Z Checking memmap v0.7.0
27592026-05-28T00:45:02.416Z Checking float-ord v0.3.2
27602026-05-28T00:45:02.520Z Compiling convert_case v0.4.0
27612026-05-28T00:45:02.520Z Checking unicode-width v0.2.0
27622026-05-28T00:45:02.780Z Checking console v0.15.11
27632026-05-28T00:45:02.899Z Compiling derive_more v0.99.20
27642026-05-28T00:45:03.060Z Checking newline-converter v0.3.0
27652026-05-28T00:45:03.074Z Checking atomicwrites v0.4.4
27662026-05-28T00:45:03.089Z Checking usdt v0.5.0
27672026-05-28T00:45:03.172Z Compiling toml v0.8.23
27682026-05-28T00:45:03.203Z Checking linked-hash-map v0.5.6
27692026-05-28T00:45:03.254Z Compiling minimal-lexical v0.2.1
27702026-05-28T00:45:03.372Z Checking lru-cache v0.1.2
27712026-05-28T00:45:03.496Z Compiling nom v7.1.3
27722026-05-28T00:45:03.510Z Checking expectorate v1.2.0
27732026-05-28T00:45:04.150Z Checking camino-tempfile v1.4.1
27742026-05-28T00:45:04.173Z Checking hickory-proto v0.24.4
27752026-05-28T00:45:04.320Z Checking phf_shared v0.12.1
27762026-05-28T00:45:04.470Z Compiling slog-dtrace v0.3.0
27772026-05-28T00:45:04.542Z Checking resolv-conf v0.7.6
27782026-05-28T00:45:04.665Z Checking heck v0.5.0
27792026-05-28T00:45:04.735Z Compiling chrono-tz v0.10.4
27802026-05-28T00:45:04.796Z Compiling const_format_proc_macros v0.2.34
27812026-05-28T00:45:04.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27822026-05-28T00:45:04.946Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27832026-05-28T00:45:05.014Z Checking phf v0.12.1
27842026-05-28T00:45:05.160Z Checking tokio-dtrace v0.1.1
27852026-05-28T00:45:05.348Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27862026-05-28T00:45:05.411Z Compiling derive-where v1.6.0
27872026-05-28T00:45:05.507Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27882026-05-28T00:45:05.617Z Checking highway v1.3.0
27892026-05-28T00:45:05.873Z Checking const_format v0.2.35
27902026-05-28T00:45:05.997Z Checking hickory-resolver v0.24.4
27912026-05-28T00:45:06.105Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27922026-05-28T00:45:06.373Z Checking oxide-tokio-rt v0.1.4
27932026-05-28T00:45:06.482Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27942026-05-28T00:45:06.688Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27952026-05-28T00:45:06.717Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27962026-05-28T00:45:06.730Z Checking qorb v0.4.1
27972026-05-28T00:45:06.744Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27982026-05-28T00:45:06.821Z Checking gethostname v0.5.0
27992026-05-28T00:45:06.910Z Checking bcs v0.1.6
28002026-05-28T00:45:06.940Z Checking termtree v0.5.1
28012026-05-28T00:45:10.205Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28022026-05-28T00:45:12.922Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28032026-05-28T00:45:15.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
28042026-05-28T00:45:15.252Z
28052026-05-28T00:45:15.252Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
28062026-05-28T00:45:15.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-05-28T00:45:15.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-05-28T00:45:15.935Z Compiling ar_archive_writer v0.5.1
28092026-05-28T00:45:16.047Z Compiling stacker v0.1.23
28102026-05-28T00:45:16.057Z Compiling cfg_aliases v0.1.1
28112026-05-28T00:45:16.065Z Compiling convert_case v0.10.0
28122026-05-28T00:45:16.068Z Checking unicode-width v0.1.14
28132026-05-28T00:45:16.084Z Compiling proc-macro-error v1.0.4
28142026-05-28T00:45:16.093Z Checking fd-lock v4.0.4
28152026-05-28T00:45:16.096Z Checking nibble_vec v0.1.0
28162026-05-28T00:45:16.134Z Compiling nix v0.28.0
28172026-05-28T00:45:16.206Z Checking vte v0.14.1
28182026-05-28T00:45:16.220Z Compiling recursive-proc-macro-impl v0.1.1
28192026-05-28T00:45:16.332Z Checking bytecount v0.6.9
28202026-05-28T00:45:16.350Z Checking endian-type v0.1.2
28212026-05-28T00:45:16.363Z Compiling derive_more-impl v2.1.1
28222026-05-28T00:45:16.366Z Checking strip-ansi-escapes v0.2.1
28232026-05-28T00:45:16.389Z Compiling tabled_derive v0.7.0
28242026-05-28T00:45:16.430Z Checking papergrid v0.11.0
28252026-05-28T00:45:16.464Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-05-28T00:45:16.476Z Checking radix_trie v0.2.1
28272026-05-28T00:45:16.616Z Compiling peg-macros v0.8.5
28282026-05-28T00:45:16.679Z Checking winnow v0.6.26
28292026-05-28T00:45:16.876Z Compiling psm v0.1.30
28302026-05-28T00:45:16.927Z Compiling sqlparser_derive v0.5.0
28312026-05-28T00:45:17.029Z Checking nu-ansi-term v0.50.3
28322026-05-28T00:45:17.164Z Checking derive_more v2.1.1
28332026-05-28T00:45:17.234Z Checking home v0.5.12
28342026-05-28T00:45:17.248Z Checking unicode_categories v0.1.1
28352026-05-28T00:45:17.327Z Checking tabled v0.15.0
28362026-05-28T00:45:17.340Z Checking crossterm v0.29.0
28372026-05-28T00:45:17.400Z Checking rustyline v14.0.0
28382026-05-28T00:45:17.400Z Checking reedline v0.40.0
28392026-05-28T00:45:17.646Z Checking recursive v0.1.1
28402026-05-28T00:45:17.705Z Checking display-error-chain v0.2.2
28412026-05-28T00:45:17.739Z Checking sqlparser v0.61.0
28422026-05-28T00:45:17.813Z Checking sqlformat v0.3.5
28432026-05-28T00:45:17.970Z Checking peg v0.8.5
28442026-05-28T00:45:28.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28452026-05-28T00:45:29.112Z
28462026-05-28T00:45:29.112Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28472026-05-28T00:45:29.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-28T00:45:29.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-28T00:45:29.802Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-28T00:45:33.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28512026-05-28T00:45:33.410Z
28522026-05-28T00:45:33.410Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28532026-05-28T00:45:33.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-28T00:45:33.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-28T00:45:34.102Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-28T00:45:36.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28572026-05-28T00:45:36.761Z
28582026-05-28T00:45:36.761Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28592026-05-28T00:45:37.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-28T00:45:37.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-28T00:45:37.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-28T00:45:40.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28632026-05-28T00:45:40.866Z
28642026-05-28T00:45:40.866Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28652026-05-28T00:45:41.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-28T00:45:41.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-28T00:45:41.560Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-28T00:45:44.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28692026-05-28T00:45:45.043Z
28702026-05-28T00:45:45.043Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28712026-05-28T00:45:45.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-28T00:45:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-28T00:45:45.734Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-28T00:45:48.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28752026-05-28T00:45:48.511Z
28762026-05-28T00:45:48.512Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28772026-05-28T00:45:49.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-28T00:45:49.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-28T00:45:49.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802026-05-28T00:45:51.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28812026-05-28T00:45:52.004Z
28822026-05-28T00:45:52.004Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28832026-05-28T00:45:52.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-28T00:45:52.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-28T00:45:52.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862026-05-28T00:45:56.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28872026-05-28T00:45:56.272Z
28882026-05-28T00:45:56.272Zinfo: running `cargo check --bins` on oximeter (93/276)
28892026-05-28T00:45:56.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-28T00:45:56.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-28T00:45:56.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-28T00:45:56.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28932026-05-28T00:45:56.877Z
28942026-05-28T00:45:56.877Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28952026-05-28T00:45:57.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-28T00:45:57.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-28T00:45:57.520Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28982026-05-28T00:45:57.687Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28992026-05-28T00:45:57.687Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29002026-05-28T00:45:58.025Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29012026-05-28T00:46:00.876Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29022026-05-28T00:46:02.096Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29032026-05-28T00:46:02.263Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29042026-05-28T00:46:02.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
29052026-05-28T00:46:03.125Z
29062026-05-28T00:46:03.125Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
29072026-05-28T00:46:03.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-28T00:46:03.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-28T00:46:03.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-28T00:46:03.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29112026-05-28T00:46:03.727Z
29122026-05-28T00:46:03.727Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29132026-05-28T00:46:04.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-28T00:46:04.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-28T00:46:04.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-28T00:46:04.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29172026-05-28T00:46:04.376Z
29182026-05-28T00:46:04.376Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29192026-05-28T00:46:04.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-28T00:46:04.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-28T00:46:04.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-28T00:46:04.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-05-28T00:46:04.991Z
29242026-05-28T00:46:04.991Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29252026-05-28T00:46:05.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-28T00:46:05.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-28T00:46:05.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-28T00:46:05.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29292026-05-28T00:46:05.603Z
29302026-05-28T00:46:05.603Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29312026-05-28T00:46:06.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-28T00:46:06.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-28T00:46:06.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-28T00:46:06.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352026-05-28T00:46:06.213Z
29362026-05-28T00:46:06.213Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29372026-05-28T00:46:06.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-28T00:46:06.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-28T00:46:06.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-28T00:46:06.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412026-05-28T00:46:06.825Z
29422026-05-28T00:46:06.825Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29432026-05-28T00:46:07.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-28T00:46:07.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-28T00:46:07.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-28T00:46:07.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29472026-05-28T00:46:07.422Z
29482026-05-28T00:46:07.422Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29492026-05-28T00:46:07.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-28T00:46:07.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-28T00:46:07.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-05-28T00:46:07.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29532026-05-28T00:46:08.031Z
29542026-05-28T00:46:08.031Zinfo: running `cargo check --bins` on update-engine (103/276)
29552026-05-28T00:46:08.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-05-28T00:46:08.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-05-28T00:46:08.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-05-28T00:46:08.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29592026-05-28T00:46:08.626Z
29602026-05-28T00:46:08.627Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29612026-05-28T00:46:09.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-05-28T00:46:09.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-05-28T00:46:09.353Z Compiling crucible-workspace-hack v0.1.0
29642026-05-28T00:46:09.472Z Checking secrecy v0.10.3
29652026-05-28T00:46:09.480Z Compiling heapless v0.8.0
29662026-05-28T00:46:09.486Z Compiling ingot-macros v0.1.1
29672026-05-28T00:46:09.493Z Compiling toml_edit v0.23.10+spec-1.0.0
29682026-05-28T00:46:09.494Z Checking hash32 v0.3.1
29692026-05-28T00:46:09.514Z Compiling smoltcp v0.11.0
29702026-05-28T00:46:09.517Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29712026-05-28T00:46:09.574Z Checking cobs v0.3.0
29722026-05-28T00:46:09.620Z Compiling thiserror-impl-no-std v2.0.2
29732026-05-28T00:46:09.713Z Checking universal-hash v0.5.1
29742026-05-28T00:46:09.725Z Checking half v2.7.1
29752026-05-28T00:46:09.766Z Checking opaque-debug v0.3.1
29762026-05-28T00:46:09.834Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29772026-05-28T00:46:09.838Z Checking ciborium-io v0.2.2
29782026-05-28T00:46:09.880Z Checking poly1305 v0.8.0
29792026-05-28T00:46:09.936Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29802026-05-28T00:46:09.975Z Checking ciborium-ll v0.2.2
29812026-05-28T00:46:10.013Z Compiling proc-macro-crate v3.4.0
29822026-05-28T00:46:10.143Z Checking postcard v1.1.3
29832026-05-28T00:46:10.173Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29842026-05-28T00:46:10.215Z Checking password-hash v0.5.0
29852026-05-28T00:46:10.436Z Checking chacha20 v0.9.1
29862026-05-28T00:46:10.453Z Compiling proc-macro-crate v1.3.1
29872026-05-28T00:46:10.456Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29882026-05-28T00:46:10.534Z Checking blake2 v0.10.6
29892026-05-28T00:46:10.565Z Compiling num_enum_derive v0.7.6
29902026-05-28T00:46:10.629Z Checking aead v0.5.2
29912026-05-28T00:46:10.701Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
29922026-05-28T00:46:10.770Z Compiling foreign-types-macros v0.2.3
29932026-05-28T00:46:10.774Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
29942026-05-28T00:46:10.797Z Checking thiserror-no-std v2.0.2
29952026-05-28T00:46:10.871Z Checking foreign-types-shared v0.3.1
29962026-05-28T00:46:10.886Z Checking cpufeatures v0.3.0
29972026-05-28T00:46:10.905Z Checking vsss-rs v3.3.4
29982026-05-28T00:46:10.959Z Checking chacha20 v0.10.0
29992026-05-28T00:46:10.972Z Compiling num_enum_derive v0.5.11
30002026-05-28T00:46:11.035Z Checking argon2 v0.5.3
30012026-05-28T00:46:11.173Z Checking chacha20poly1305 v0.10.1
30022026-05-28T00:46:11.304Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-28T00:46:11.354Z Checking foreign-types v0.5.0
30042026-05-28T00:46:11.433Z Checking ciborium v0.2.2
30052026-05-28T00:46:11.520Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30062026-05-28T00:46:11.594Z Checking tabwriter v1.4.1
30072026-05-28T00:46:11.608Z Checking num_enum v0.7.6
30082026-05-28T00:46:11.724Z Checking byte-wrapper v0.1.0
30092026-05-28T00:46:11.739Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-05-28T00:46:11.804Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
30112026-05-28T00:46:11.855Z Checking cstr-argument v0.1.2
30122026-05-28T00:46:11.933Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30132026-05-28T00:46:11.978Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30142026-05-28T00:46:11.997Z Checking num_enum v0.5.11
30152026-05-28T00:46:12.011Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30162026-05-28T00:46:12.113Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30172026-05-28T00:46:12.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30182026-05-28T00:46:12.157Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30192026-05-28T00:46:12.172Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30202026-05-28T00:46:12.243Z Checking rand v0.10.0
30212026-05-28T00:46:12.278Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30222026-05-28T00:46:12.306Z Checking colored v3.1.1
30232026-05-28T00:46:12.320Z Checking ingot-types v0.1.2
30242026-05-28T00:46:12.357Z Checking indent_write v2.2.0
30252026-05-28T00:46:12.490Z Compiling zone_cfg_derive v0.3.1
30262026-05-28T00:46:12.504Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30272026-05-28T00:46:12.588Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-28T00:46:12.673Z Checking itertools v0.12.1
30292026-05-28T00:46:12.677Z Checking ingot v0.1.1
30302026-05-28T00:46:12.739Z Compiling num-derive v0.4.2
30312026-05-28T00:46:12.753Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30322026-05-28T00:46:12.765Z Checking swrite v0.1.0
30332026-05-28T00:46:12.847Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30342026-05-28T00:46:12.861Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30352026-05-28T00:46:13.021Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30362026-05-28T00:46:13.111Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30372026-05-28T00:46:13.136Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30382026-05-28T00:46:13.178Z Checking dropshot-api-manager-types v0.7.1
30392026-05-28T00:46:13.205Z Checking smf v0.2.3
30402026-05-28T00:46:13.246Z Checking nanorand v0.7.0
30412026-05-28T00:46:13.348Z Checking whoami v1.6.1
30422026-05-28T00:46:13.439Z Checking flume v0.11.1
30432026-05-28T00:46:13.439Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30442026-05-28T00:46:13.647Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30452026-05-28T00:46:13.685Z Checking zone v0.3.1
30462026-05-28T00:46:14.238Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
30472026-05-28T00:46:15.216Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
30482026-05-28T00:46:16.101Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
30492026-05-28T00:46:19.225Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30502026-05-28T00:46:21.305Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30512026-05-28T00:46:22.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30522026-05-28T00:46:22.614Z
30532026-05-28T00:46:22.614Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30542026-05-28T00:46:23.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-28T00:46:23.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-28T00:46:23.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-28T00:46:23.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-05-28T00:46:23.224Z
30592026-05-28T00:46:23.224Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30602026-05-28T00:46:23.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-28T00:46:23.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-28T00:46:23.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-28T00:46:23.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-05-28T00:46:23.828Z
30652026-05-28T00:46:23.828Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30662026-05-28T00:46:24.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-28T00:46:24.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-28T00:46:24.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-28T00:46:24.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-05-28T00:46:24.440Z
30712026-05-28T00:46:24.441Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30722026-05-28T00:46:24.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-28T00:46:24.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-28T00:46:24.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-28T00:46:24.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-05-28T00:46:25.056Z
30772026-05-28T00:46:25.056Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30782026-05-28T00:46:25.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-28T00:46:25.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-28T00:46:25.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-28T00:46:25.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30822026-05-28T00:46:25.661Z
30832026-05-28T00:46:25.661Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30842026-05-28T00:46:26.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-28T00:46:26.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-28T00:46:26.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-28T00:46:26.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-05-28T00:46:26.268Z
30892026-05-28T00:46:26.268Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30902026-05-28T00:46:26.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-28T00:46:26.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-28T00:46:26.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-28T00:46:26.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-05-28T00:46:26.874Z
30952026-05-28T00:46:26.874Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30962026-05-28T00:46:27.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-28T00:46:27.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-28T00:46:27.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-28T00:46:27.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-05-28T00:46:27.472Z
31012026-05-28T00:46:27.472Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
31022026-05-28T00:46:27.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-28T00:46:27.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-28T00:46:27.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-28T00:46:27.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31062026-05-28T00:46:28.084Z
31072026-05-28T00:46:28.084Zinfo: running `cargo check --bins` on dns-service-client (114/276)
31082026-05-28T00:46:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-28T00:46:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-28T00:46:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-28T00:46:28.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31122026-05-28T00:46:28.695Z
31132026-05-28T00:46:28.695Zinfo: running `cargo check --bins` on installinator-client (115/276)
31142026-05-28T00:46:29.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-28T00:46:29.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-28T00:46:29.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-28T00:46:29.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31182026-05-28T00:46:29.310Z
31192026-05-28T00:46:29.310Zinfo: running `cargo check --bins` on nexus-client (116/276)
31202026-05-28T00:46:29.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-28T00:46:29.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-28T00:46:29.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-28T00:46:29.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31242026-05-28T00:46:29.953Z
31252026-05-28T00:46:29.953Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31262026-05-28T00:46:30.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-28T00:46:30.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-28T00:46:30.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-28T00:46:30.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31302026-05-28T00:46:30.601Z
31312026-05-28T00:46:30.601Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31322026-05-28T00:46:31.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-28T00:46:31.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-28T00:46:31.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-28T00:46:31.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-05-28T00:46:31.197Z
31372026-05-28T00:46:31.197Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31382026-05-28T00:46:31.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-28T00:46:31.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-28T00:46:31.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-28T00:46:31.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-05-28T00:46:31.795Z
31432026-05-28T00:46:31.795Zinfo: running `cargo check --bins` on oxide-client (120/276)
31442026-05-28T00:46:32.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-28T00:46:32.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-28T00:46:32.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-28T00:46:32.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-05-28T00:46:32.396Z
31492026-05-28T00:46:32.396Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31502026-05-28T00:46:32.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-28T00:46:32.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-28T00:46:32.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-28T00:46:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-05-28T00:46:33.009Z
31552026-05-28T00:46:33.009Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31562026-05-28T00:46:33.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-28T00:46:33.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-28T00:46:33.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-28T00:46:33.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31602026-05-28T00:46:33.607Z
31612026-05-28T00:46:33.608Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31622026-05-28T00:46:34.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-28T00:46:34.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-28T00:46:34.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-28T00:46:34.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-05-28T00:46:34.226Z
31672026-05-28T00:46:34.226Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31682026-05-28T00:46:34.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-28T00:46:34.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-28T00:46:34.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-28T00:46:34.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31722026-05-28T00:46:34.860Z
31732026-05-28T00:46:34.860Zinfo: running `cargo check --bins` on installinator-common (125/276)
31742026-05-28T00:46:35.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-28T00:46:35.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-28T00:46:35.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-05-28T00:46:35.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31782026-05-28T00:46:35.486Z
31792026-05-28T00:46:35.486Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31802026-05-28T00:46:35.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-28T00:46:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-28T00:46:35.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-28T00:46:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31842026-05-28T00:46:36.083Z
31852026-05-28T00:46:36.083Zinfo: running `cargo check --bins` on wicket-common (127/276)
31862026-05-28T00:46:36.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-28T00:46:36.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-28T00:46:36.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-05-28T00:46:36.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31902026-05-28T00:46:36.703Z
31912026-05-28T00:46:36.704Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31922026-05-28T00:46:37.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-05-28T00:46:37.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-05-28T00:46:37.404Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-05-28T00:46:37.521Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-05-28T00:46:37.529Z Checking csv-core v0.1.13
31972026-05-28T00:46:37.536Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-05-28T00:46:37.544Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31992026-05-28T00:46:37.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32002026-05-28T00:46:37.565Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-05-28T00:46:37.576Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-05-28T00:46:37.692Z Checking csv v1.4.0
32032026-05-28T00:46:37.726Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-05-28T00:46:37.741Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-05-28T00:46:37.769Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-05-28T00:46:37.782Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-05-28T00:46:38.027Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-05-28T00:46:38.392Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-05-28T00:46:38.392Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32102026-05-28T00:46:38.739Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-05-28T00:46:44.649Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-05-28T00:46:45.188Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-05-28T00:46:47.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
32142026-05-28T00:46:47.738Z
32152026-05-28T00:46:47.739Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
32162026-05-28T00:46:48.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-28T00:46:48.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-28T00:46:48.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-28T00:46:48.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32202026-05-28T00:46:48.348Z
32212026-05-28T00:46:48.348Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32222026-05-28T00:46:48.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-28T00:46:48.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-28T00:46:48.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-05-28T00:46:48.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32262026-05-28T00:46:49.047Z
32272026-05-28T00:46:49.047Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32282026-05-28T00:46:49.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-05-28T00:46:49.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-05-28T00:46:49.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-05-28T00:46:49.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32322026-05-28T00:46:49.746Z
32332026-05-28T00:46:49.746Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32342026-05-28T00:46:50.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-05-28T00:46:50.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-05-28T00:46:50.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-05-28T00:46:50.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32382026-05-28T00:46:50.411Z
32392026-05-28T00:46:50.411Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32402026-05-28T00:46:50.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-05-28T00:46:50.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-05-28T00:46:51.181Z Compiling regress v0.11.1
32432026-05-28T00:46:51.325Z Compiling unsafe-libyaml v0.2.11
32442026-05-28T00:46:51.335Z Compiling semver v0.1.20
32452026-05-28T00:46:51.344Z Compiling radium v0.7.0
32462026-05-28T00:46:51.358Z Checking nom v8.0.0
32472026-05-28T00:46:51.360Z Compiling maybe-uninit v2.0.0
32482026-05-28T00:46:51.383Z Checking tap v1.0.1
32492026-05-28T00:46:51.485Z Checking wyz v0.5.1
32502026-05-28T00:46:51.609Z Compiling rustc_version v0.1.7
32512026-05-28T00:46:51.660Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-05-28T00:46:51.687Z Compiling zerocopy-derive v0.6.6
32532026-05-28T00:46:51.800Z Checking funty v2.0.0
32542026-05-28T00:46:51.829Z Compiling serde_yaml v0.9.34+deprecated
32552026-05-28T00:46:52.065Z Compiling newtype_derive v0.1.6
32562026-05-28T00:46:52.128Z Checking crc-catalog v2.4.0
32572026-05-28T00:46:52.225Z Compiling owo-colors v4.3.0
32582026-05-28T00:46:52.254Z Compiling packed_struct v0.10.1
32592026-05-28T00:46:52.501Z Compiling cancel-safe-futures v0.1.5
32602026-05-28T00:46:52.564Z Checking zerocopy v0.6.6
32612026-05-28T00:46:52.670Z Checking crc v3.4.0
32622026-05-28T00:46:52.725Z Checking bitvec v1.0.1
32632026-05-28T00:46:52.766Z Checking typify-impl v0.6.2
32642026-05-28T00:46:52.937Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-05-28T00:46:53.172Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-05-28T00:46:53.288Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32672026-05-28T00:46:53.303Z Compiling packed_struct_codegen v0.10.1
32682026-05-28T00:46:53.474Z Checking libsw-core v0.3.2
32692026-05-28T00:46:53.509Z Compiling bitfield-macros v0.19.4
32702026-05-28T00:46:53.622Z Compiling indexmap v1.9.3
32712026-05-28T00:46:53.830Z Checking nodrop v0.1.14
32722026-05-28T00:46:53.911Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32732026-05-28T00:46:53.926Z Checking array-init v0.0.4
32742026-05-28T00:46:54.006Z Checking libsw v3.5.0
32752026-05-28T00:46:54.025Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-05-28T00:46:54.163Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-05-28T00:46:54.245Z Checking bitfield v0.19.4
32782026-05-28T00:46:54.262Z Checking smallvec v0.6.14
32792026-05-28T00:46:54.343Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32802026-05-28T00:46:54.536Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-05-28T00:46:54.549Z Checking tagptr v0.2.0
32822026-05-28T00:46:54.663Z Checking base64 v0.21.7
32832026-05-28T00:46:54.690Z Checking linear-map v1.2.0
32842026-05-28T00:46:54.694Z Checking hashbrown v0.12.3
32852026-05-28T00:46:54.770Z Checking smawk v0.3.2
32862026-05-28T00:46:54.859Z Checking unicode-linebreak v0.1.5
32872026-05-28T00:46:54.896Z Checking ron v0.8.1
32882026-05-28T00:46:54.899Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-28T00:46:55.075Z Checking textwrap v0.16.2
32902026-05-28T00:46:55.090Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32912026-05-28T00:46:55.105Z Checking moka v0.12.13
32922026-05-28T00:46:55.288Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32932026-05-28T00:46:55.422Z Checking steno v0.4.1
32942026-05-28T00:46:55.437Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-05-28T00:46:55.450Z Checking serde-hex v0.1.0
32962026-05-28T00:46:55.730Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32972026-05-28T00:46:55.890Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32982026-05-28T00:46:56.083Z Checking hashbrown v0.13.2
32992026-05-28T00:46:56.374Z Checking humantime v2.3.0
33002026-05-28T00:46:56.404Z Checking crc-any v2.5.0
33012026-05-28T00:46:56.468Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-05-28T00:46:56.505Z Checking object v0.30.4
33032026-05-28T00:46:56.558Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33042026-05-28T00:46:56.582Z Checking hickory-resolver v0.25.2
33052026-05-28T00:46:56.675Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33062026-05-28T00:46:56.692Z Checking void v1.0.2
33072026-05-28T00:46:56.718Z Checking path-slash v0.1.5
33082026-05-28T00:46:56.775Z Checking half v1.8.3
33092026-05-28T00:46:56.800Z Checking utf-8 v0.7.6
33102026-05-28T00:46:56.825Z Checking lzss v0.8.2
33112026-05-28T00:46:56.948Z Checking tungstenite v0.23.0
33122026-05-28T00:46:56.971Z Checking serde_cbor v0.11.2
33132026-05-28T00:46:57.011Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33142026-05-28T00:46:57.068Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33152026-05-28T00:46:57.169Z Checking nix v0.27.1
33162026-05-28T00:46:57.294Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33172026-05-28T00:46:57.315Z Checking kstat-rs v0.2.4
33182026-05-28T00:46:57.345Z Checking fxhash v0.2.1
33192026-05-28T00:46:57.359Z Checking serde_bytes v0.11.19
33202026-05-28T00:46:57.380Z Compiling typify-macro v0.6.2
33212026-05-28T00:46:57.463Z Checking tokio-tungstenite v0.23.1
33222026-05-28T00:46:57.499Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-05-28T00:46:57.528Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-05-28T00:46:57.675Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-05-28T00:46:57.710Z Checking signal-hook-tokio v0.3.1
33262026-05-28T00:46:58.422Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-05-28T00:46:58.633Z Compiling typify v0.6.2
33282026-05-28T00:46:58.716Z Compiling progenitor-impl v0.14.0
33292026-05-28T00:46:59.315Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-05-28T00:46:59.624Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33312026-05-28T00:47:00.166Z Compiling progenitor-macro v0.14.0
33322026-05-28T00:47:02.487Z Checking progenitor v0.14.0
33332026-05-28T00:47:02.604Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33342026-05-28T00:47:02.607Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-05-28T00:47:05.254Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-05-28T00:47:13.076Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-05-28T00:47:19.392Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-05-28T00:47:20.760Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-05-28T00:47:21.263Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-05-28T00:47:23.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.93s
33412026-05-28T00:47:23.550Z
33422026-05-28T00:47:23.550Zinfo: running `cargo check --bins` on gateway-api (134/276)
33432026-05-28T00:47:24.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-28T00:47:24.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-28T00:47:24.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-28T00:47:24.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33472026-05-28T00:47:24.160Z
33482026-05-28T00:47:24.160Zinfo: running `cargo check --bins` on ipcc (135/276)
33492026-05-28T00:47:24.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-28T00:47:24.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-28T00:47:24.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-28T00:47:24.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-28T00:47:24.772Z
33542026-05-28T00:47:24.772Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33552026-05-28T00:47:25.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-28T00:47:25.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-28T00:47:25.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-28T00:47:25.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-28T00:47:25.368Z
33602026-05-28T00:47:25.368Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33612026-05-28T00:47:25.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-28T00:47:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-28T00:47:25.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-28T00:47:25.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-28T00:47:25.981Z
33662026-05-28T00:47:25.981Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33672026-05-28T00:47:26.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-28T00:47:26.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-28T00:47:26.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-28T00:47:26.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-28T00:47:26.590Z
33722026-05-28T00:47:26.591Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33732026-05-28T00:47:27.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-28T00:47:27.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-28T00:47:27.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-28T00:47:27.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-28T00:47:27.203Z
33782026-05-28T00:47:27.203Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33792026-05-28T00:47:27.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-28T00:47:27.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-28T00:47:27.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-28T00:47:27.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-28T00:47:27.820Z
33842026-05-28T00:47:27.820Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33852026-05-28T00:47:28.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-28T00:47:28.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-28T00:47:28.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-28T00:47:28.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-28T00:47:28.433Z
33902026-05-28T00:47:28.433Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33912026-05-28T00:47:28.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-28T00:47:28.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-28T00:47:28.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-28T00:47:28.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-28T00:47:29.045Z
33962026-05-28T00:47:29.045Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33972026-05-28T00:47:29.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-28T00:47:29.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-28T00:47:29.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-28T00:47:29.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-28T00:47:29.654Z
34022026-05-28T00:47:29.654Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
34032026-05-28T00:47:30.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-28T00:47:30.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-28T00:47:30.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-28T00:47:30.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-05-28T00:47:30.267Z
34082026-05-28T00:47:30.267Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
34092026-05-28T00:47:30.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-28T00:47:30.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-28T00:47:30.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-28T00:47:30.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-28T00:47:30.875Z
34142026-05-28T00:47:30.875Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
34152026-05-28T00:47:31.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-28T00:47:31.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-28T00:47:31.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-28T00:47:31.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-28T00:47:31.483Z
34202026-05-28T00:47:31.483Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34212026-05-28T00:47:31.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-28T00:47:32.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-28T00:47:32.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-28T00:47:32.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-28T00:47:32.098Z
34262026-05-28T00:47:32.098Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34272026-05-28T00:47:32.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-28T00:47:32.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-28T00:47:32.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-28T00:47:32.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-28T00:47:32.708Z
34322026-05-28T00:47:32.708Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34332026-05-28T00:47:33.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-28T00:47:33.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-28T00:47:33.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-28T00:47:33.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-28T00:47:33.323Z
34382026-05-28T00:47:33.323Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34392026-05-28T00:47:33.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-28T00:47:33.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-28T00:47:33.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-28T00:47:33.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-28T00:47:33.931Z
34442026-05-28T00:47:33.931Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34452026-05-28T00:47:34.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-28T00:47:34.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-28T00:47:34.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-28T00:47:34.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-05-28T00:47:34.543Z
34502026-05-28T00:47:34.543Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34512026-05-28T00:47:35.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-28T00:47:35.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-28T00:47:35.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-28T00:47:35.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-05-28T00:47:35.158Z
34562026-05-28T00:47:35.158Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34572026-05-28T00:47:35.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-28T00:47:35.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-28T00:47:35.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-28T00:47:35.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-05-28T00:47:35.767Z
34622026-05-28T00:47:35.767Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34632026-05-28T00:47:36.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-28T00:47:36.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-28T00:47:36.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-28T00:47:36.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34672026-05-28T00:47:36.382Z
34682026-05-28T00:47:36.382Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34692026-05-28T00:47:36.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-28T00:47:36.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-28T00:47:36.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-28T00:47:36.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34732026-05-28T00:47:37.031Z
34742026-05-28T00:47:37.031Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34752026-05-28T00:47:37.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-28T00:47:37.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-28T00:47:37.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-05-28T00:47:37.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-05-28T00:47:37.642Z
34802026-05-28T00:47:37.642Zinfo: running `cargo check --bins` on dns-server (157/276)
34812026-05-28T00:47:38.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-28T00:47:38.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-28T00:47:38.308Z Compiling parking_lot_core v0.8.6
34842026-05-28T00:47:38.308Z Compiling atomicwrites v0.4.4
34852026-05-28T00:47:38.308Z Compiling git-stub v1.0.0
34862026-05-28T00:47:38.311Z Checking prefix-trie v0.7.0
34872026-05-28T00:47:38.311Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34882026-05-28T00:47:38.543Z Compiling git-stub-vcs v0.1.0
34892026-05-28T00:47:38.707Z Checking hickory-server v0.25.2
34902026-05-28T00:47:38.819Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34912026-05-28T00:47:38.833Z Checking parking_lot v0.11.2
34922026-05-28T00:47:38.899Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34932026-05-28T00:47:38.902Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34942026-05-28T00:47:39.002Z Checking sled v0.34.7
34952026-05-28T00:47:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34962026-05-28T00:47:41.070Z
34972026-05-28T00:47:41.070Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34982026-05-28T00:47:41.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-28T00:47:41.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-28T00:47:41.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-28T00:47:41.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-05-28T00:47:41.677Z
35032026-05-28T00:47:41.677Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
35042026-05-28T00:47:42.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-28T00:47:42.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-28T00:47:42.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-28T00:47:42.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-05-28T00:47:42.288Z
35092026-05-28T00:47:42.288Zinfo: running `cargo check --bins` on sp-sim (160/276)
35102026-05-28T00:47:42.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-28T00:47:42.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-28T00:47:43.023Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35132026-05-28T00:47:44.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35142026-05-28T00:47:44.978Z
35152026-05-28T00:47:44.978Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
35162026-05-28T00:47:45.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-28T00:47:45.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-28T00:47:45.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-28T00:47:45.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-28T00:47:45.638Z
35212026-05-28T00:47:45.638Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35222026-05-28T00:47:46.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-28T00:47:46.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-28T00:47:46.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-28T00:47:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35262026-05-28T00:47:46.304Z
35272026-05-28T00:47:46.304Zinfo: running `cargo check --bins` on db-macros (163/276)
35282026-05-28T00:47:46.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-28T00:47:46.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-28T00:47:46.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-28T00:47:46.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35322026-05-28T00:47:46.902Z
35332026-05-28T00:47:46.902Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35342026-05-28T00:47:47.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-28T00:47:47.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-28T00:47:47.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-28T00:47:47.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-05-28T00:47:47.501Z
35392026-05-28T00:47:47.501Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35402026-05-28T00:47:48.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-28T00:47:48.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-28T00:47:48.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-28T00:47:48.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35442026-05-28T00:47:48.161Z
35452026-05-28T00:47:48.161Zinfo: running `cargo check --bins` on authz-macros (166/276)
35462026-05-28T00:47:48.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-28T00:47:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-28T00:47:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-28T00:47:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-05-28T00:47:48.758Z
35512026-05-28T00:47:48.758Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35522026-05-28T00:47:49.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-28T00:47:49.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-28T00:47:49.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-28T00:47:49.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35562026-05-28T00:47:49.416Z
35572026-05-28T00:47:49.416Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35582026-05-28T00:47:49.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-28T00:47:49.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-28T00:47:49.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-28T00:47:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35622026-05-28T00:47:50.071Z
35632026-05-28T00:47:50.072Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35642026-05-28T00:47:50.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-28T00:47:50.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-28T00:47:50.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-28T00:47:50.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-05-28T00:47:50.670Z
35692026-05-28T00:47:50.670Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35702026-05-28T00:47:51.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-28T00:47:51.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-28T00:47:51.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-28T00:47:51.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-05-28T00:47:51.266Z
35752026-05-28T00:47:51.266Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35762026-05-28T00:47:51.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-28T00:47:51.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-28T00:47:51.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-28T00:47:51.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35802026-05-28T00:47:51.879Z
35812026-05-28T00:47:51.879Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35822026-05-28T00:47:52.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-28T00:47:52.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-28T00:47:52.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-28T00:47:52.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-05-28T00:47:52.479Z
35872026-05-28T00:47:52.479Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35882026-05-28T00:47:52.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-28T00:47:52.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-28T00:47:52.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-28T00:47:52.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-05-28T00:47:53.078Z
35932026-05-28T00:47:53.078Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35942026-05-28T00:47:53.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-28T00:47:53.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-28T00:47:53.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-28T00:47:53.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35982026-05-28T00:47:53.741Z
35992026-05-28T00:47:53.741Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
36002026-05-28T00:47:54.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-28T00:47:54.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-28T00:47:54.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-28T00:47:54.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36042026-05-28T00:47:54.407Z
36052026-05-28T00:47:54.407Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
36062026-05-28T00:47:54.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-28T00:47:54.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-28T00:47:54.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-28T00:47:54.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36102026-05-28T00:47:55.069Z
36112026-05-28T00:47:55.069Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
36122026-05-28T00:47:55.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-28T00:47:55.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-28T00:47:55.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-28T00:47:55.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36162026-05-28T00:47:55.700Z
36172026-05-28T00:47:55.700Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36182026-05-28T00:47:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-28T00:47:56.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-28T00:47:56.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-28T00:47:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-28T00:47:56.330Z
36232026-05-28T00:47:56.330Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36242026-05-28T00:47:56.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-28T00:47:56.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-28T00:47:56.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-28T00:47:56.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36282026-05-28T00:47:56.957Z
36292026-05-28T00:47:56.959Zinfo: running `cargo check --bins` on key-manager (180/276)
36302026-05-28T00:47:57.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-28T00:47:57.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-28T00:47:57.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-28T00:47:57.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36342026-05-28T00:47:57.567Z
36352026-05-28T00:47:57.568Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36362026-05-28T00:47:58.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-28T00:47:58.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-28T00:47:58.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-05-28T00:47:58.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36402026-05-28T00:47:58.199Z
36412026-05-28T00:47:58.199Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36422026-05-28T00:47:58.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-05-28T00:47:58.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-05-28T00:47:58.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-05-28T00:47:58.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36462026-05-28T00:47:58.825Z
36472026-05-28T00:47:58.825Zinfo: running `cargo check --bins` on typed-rng (183/276)
36482026-05-28T00:47:59.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-05-28T00:47:59.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-05-28T00:47:59.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-05-28T00:47:59.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36522026-05-28T00:47:59.423Z
36532026-05-28T00:47:59.423Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36542026-05-28T00:47:59.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-05-28T00:47:59.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-05-28T00:48:00.294Z Compiling typify-impl v0.4.3
36572026-05-28T00:48:00.298Z Compiling libefi-sys v0.1.0
36582026-05-28T00:48:00.298Z Compiling bitfield-struct v0.6.2
36592026-05-28T00:48:00.451Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36602026-05-28T00:48:00.462Z Compiling xshell-macros v0.2.7
36612026-05-28T00:48:00.474Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36622026-05-28T00:48:00.489Z Compiling salty v0.3.0
36632026-05-28T00:48:00.519Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36642026-05-28T00:48:00.648Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36652026-05-28T00:48:00.796Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36662026-05-28T00:48:00.812Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-05-28T00:48:00.831Z Checking xshell v0.2.7
36682026-05-28T00:48:00.947Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-05-28T00:48:00.995Z Compiling progenitor-impl v0.13.0
36702026-05-28T00:48:01.055Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-05-28T00:48:01.105Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-05-28T00:48:01.278Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-28T00:48:01.293Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-05-28T00:48:01.338Z Checking primeorder v0.13.6
36752026-05-28T00:48:01.420Z Compiling proc-macro-error-attr2 v2.0.0
36762026-05-28T00:48:01.523Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-05-28T00:48:01.564Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36782026-05-28T00:48:01.580Z Checking p384 v0.13.1
36792026-05-28T00:48:01.642Z Checking tungstenite v0.21.0
36802026-05-28T00:48:01.813Z Compiling proc-macro-error2 v2.0.1
36812026-05-28T00:48:01.993Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36822026-05-28T00:48:02.383Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36832026-05-28T00:48:02.400Z Checking progenitor-client v0.13.0
36842026-05-28T00:48:02.641Z Compiling num-derive v0.3.3
36852026-05-28T00:48:02.659Z Compiling tabled_derive v0.11.0
36862026-05-28T00:48:03.032Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-28T00:48:03.077Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36882026-05-28T00:48:03.529Z Checking libscf-sys v1.1.0
36892026-05-28T00:48:03.546Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36902026-05-28T00:48:03.596Z Compiling progenitor-macro v0.13.0
36912026-05-28T00:48:03.637Z Checking tokio-tungstenite v0.21.0
36922026-05-28T00:48:03.800Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-05-28T00:48:03.815Z Checking papergrid v0.17.0
36942026-05-28T00:48:03.849Z Checking testing_table v0.3.0
36952026-05-28T00:48:03.912Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-05-28T00:48:03.948Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
36972026-05-28T00:48:04.218Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
36982026-05-28T00:48:04.281Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36992026-05-28T00:48:04.473Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37002026-05-28T00:48:04.491Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37012026-05-28T00:48:04.547Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-28T00:48:04.602Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37032026-05-28T00:48:04.702Z Compiling illumos-nvpair-sys v0.2.0
37042026-05-28T00:48:04.746Z Compiling unicase v2.9.0
37052026-05-28T00:48:04.762Z Checking corncobs v0.1.4
37062026-05-28T00:48:04.852Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37072026-05-28T00:48:04.888Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-05-28T00:48:04.919Z Compiling typify-macro v0.4.3
37092026-05-28T00:48:04.953Z Compiling mime_guess v2.0.5
37102026-05-28T00:48:04.973Z Checking tabled v0.20.0
37112026-05-28T00:48:05.026Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37122026-05-28T00:48:05.143Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
37132026-05-28T00:48:05.488Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37142026-05-28T00:48:05.735Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37152026-05-28T00:48:05.754Z Checking progenitor-client v0.11.2
37162026-05-28T00:48:05.837Z Checking secrecy v0.8.0
37172026-05-28T00:48:05.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37182026-05-28T00:48:06.000Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-05-28T00:48:06.280Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37202026-05-28T00:48:06.321Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37212026-05-28T00:48:06.542Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37222026-05-28T00:48:06.566Z Checking filetime v0.2.27
37232026-05-28T00:48:06.617Z Compiling typify v0.4.3
37242026-05-28T00:48:06.726Z Compiling progenitor-impl v0.11.2
37252026-05-28T00:48:06.741Z Compiling progenitor-impl v0.10.0
37262026-05-28T00:48:06.791Z Checking xattr v1.6.1
37272026-05-28T00:48:07.022Z Checking crc8 v0.1.1
37282026-05-28T00:48:07.129Z Checking http-range v0.1.5
37292026-05-28T00:48:07.191Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37302026-05-28T00:48:07.499Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37312026-05-28T00:48:07.702Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37322026-05-28T00:48:07.720Z Checking tar v0.4.45
37332026-05-28T00:48:07.745Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-05-28T00:48:07.762Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-05-28T00:48:07.822Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37362026-05-28T00:48:07.949Z Checking illumos-nvpair v0.3.0
37372026-05-28T00:48:08.117Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37382026-05-28T00:48:08.133Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-28T00:48:08.243Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37402026-05-28T00:48:08.508Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37412026-05-28T00:48:08.511Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37422026-05-28T00:48:08.583Z Checking progenitor v0.13.0
37432026-05-28T00:48:08.631Z Checking atty v0.2.14
37442026-05-28T00:48:08.730Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37452026-05-28T00:48:08.733Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37462026-05-28T00:48:08.859Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37472026-05-28T00:48:09.180Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37482026-05-28T00:48:09.286Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37492026-05-28T00:48:09.330Z Compiling progenitor-macro v0.11.2
37502026-05-28T00:48:09.350Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37512026-05-28T00:48:09.367Z Compiling progenitor-macro v0.10.0
37522026-05-28T00:48:09.480Z Checking hyper-staticfile v0.10.1
37532026-05-28T00:48:09.515Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37542026-05-28T00:48:09.567Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37552026-05-28T00:48:09.766Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37562026-05-28T00:48:09.782Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37572026-05-28T00:48:09.938Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37582026-05-28T00:48:10.056Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37592026-05-28T00:48:10.219Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37602026-05-28T00:48:10.352Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37612026-05-28T00:48:10.390Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37622026-05-28T00:48:12.732Z Checking progenitor v0.10.0
37632026-05-28T00:48:12.785Z Checking progenitor v0.11.2
37642026-05-28T00:48:12.868Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37652026-05-28T00:48:12.919Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37662026-05-28T00:48:15.592Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37672026-05-28T00:48:17.785Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37682026-05-28T00:48:28.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.33s
37692026-05-28T00:48:28.999Z
37702026-05-28T00:48:28.999Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37712026-05-28T00:48:29.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-28T00:48:29.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-28T00:48:29.796Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-28T00:48:40.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37752026-05-28T00:48:40.730Z
37762026-05-28T00:48:40.730Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37772026-05-28T00:48:41.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-28T00:48:41.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-28T00:48:41.528Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-28T00:48:52.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37812026-05-28T00:48:52.425Z
37822026-05-28T00:48:52.425Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37832026-05-28T00:48:52.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-28T00:48:52.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-28T00:48:53.222Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-28T00:49:03.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37872026-05-28T00:49:04.141Z
37882026-05-28T00:49:04.141Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37892026-05-28T00:49:04.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-28T00:49:04.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-28T00:49:04.937Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-28T00:49:15.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37932026-05-28T00:49:15.782Z
37942026-05-28T00:49:15.782Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37952026-05-28T00:49:16.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-28T00:49:16.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-28T00:49:16.580Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-05-28T00:49:27.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37992026-05-28T00:49:27.523Z
38002026-05-28T00:49:27.523Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
38012026-05-28T00:49:28.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-28T00:49:28.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-28T00:49:28.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38042026-05-28T00:49:39.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38052026-05-28T00:49:39.241Z
38062026-05-28T00:49:39.241Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
38072026-05-28T00:49:39.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-28T00:49:39.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-28T00:49:40.032Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38102026-05-28T00:49:50.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38112026-05-28T00:49:50.931Z
38122026-05-28T00:49:50.931Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
38132026-05-28T00:49:51.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-28T00:49:51.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-28T00:49:51.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-28T00:49:51.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38172026-05-28T00:49:51.548Z
38182026-05-28T00:49:51.548Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
38192026-05-28T00:49:52.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-28T00:49:52.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-28T00:49:52.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-28T00:49:52.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-05-28T00:49:52.157Z
38242026-05-28T00:49:52.157Zinfo: running `cargo check --bins` on range-requests (194/276)
38252026-05-28T00:49:52.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-28T00:49:52.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-28T00:49:52.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-28T00:49:52.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38292026-05-28T00:49:52.755Z
38302026-05-28T00:49:52.755Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38312026-05-28T00:49:53.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-28T00:49:53.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-28T00:49:53.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-28T00:49:53.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38352026-05-28T00:49:53.362Z
38362026-05-28T00:49:53.362Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38372026-05-28T00:49:53.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-28T00:49:53.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-28T00:49:53.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-28T00:49:53.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-05-28T00:49:53.985Z
38422026-05-28T00:49:53.985Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38432026-05-28T00:49:54.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-28T00:49:54.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-28T00:49:54.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-28T00:49:54.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-05-28T00:49:54.617Z
38482026-05-28T00:49:54.617Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38492026-05-28T00:49:55.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-28T00:49:55.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-28T00:49:55.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-28T00:49:55.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38532026-05-28T00:49:55.249Z
38542026-05-28T00:49:55.249Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38552026-05-28T00:49:55.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-28T00:49:55.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-28T00:49:55.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-28T00:49:55.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38592026-05-28T00:49:55.889Z
38602026-05-28T00:49:55.889Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38612026-05-28T00:49:56.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-28T00:49:56.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-28T00:49:56.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-28T00:49:56.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38652026-05-28T00:49:56.532Z
38662026-05-28T00:49:56.532Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38672026-05-28T00:49:57.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-28T00:49:57.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-28T00:49:57.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-28T00:49:57.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-05-28T00:49:57.163Z
38722026-05-28T00:49:57.163Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38732026-05-28T00:49:57.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-28T00:49:57.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-28T00:49:57.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-28T00:49:57.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-05-28T00:49:57.796Z
38782026-05-28T00:49:57.796Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38792026-05-28T00:49:58.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-28T00:49:58.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-28T00:49:58.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-28T00:49:58.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38832026-05-28T00:49:58.428Z
38842026-05-28T00:49:58.432Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38852026-05-28T00:49:58.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-28T00:49:58.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-28T00:49:58.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-28T00:49:58.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-05-28T00:49:59.066Z
38902026-05-28T00:49:59.066Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38912026-05-28T00:49:59.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-28T00:49:59.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-28T00:49:59.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-28T00:49:59.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38952026-05-28T00:49:59.703Z
38962026-05-28T00:49:59.703Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38972026-05-28T00:50:00.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-28T00:50:00.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-28T00:50:00.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-28T00:50:00.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-05-28T00:50:00.369Z
39022026-05-28T00:50:00.369Zinfo: running `cargo check --bins` on trust-quorum (207/276)
39032026-05-28T00:50:00.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-28T00:50:00.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-28T00:50:00.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-28T00:50:00.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39072026-05-28T00:50:01.014Z
39082026-05-28T00:50:01.014Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
39092026-05-28T00:50:01.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-28T00:50:01.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-28T00:50:01.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-28T00:50:01.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-05-28T00:50:01.668Z
39142026-05-28T00:50:01.668Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
39152026-05-28T00:50:02.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-28T00:50:02.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-28T00:50:02.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-28T00:50:02.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39192026-05-28T00:50:02.336Z
39202026-05-28T00:50:02.336Zinfo: running `cargo check --bins` on update-common (210/276)
39212026-05-28T00:50:02.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-28T00:50:02.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-28T00:50:02.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-28T00:50:02.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39252026-05-28T00:50:02.958Z
39262026-05-28T00:50:02.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39272026-05-28T00:50:03.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-28T00:50:03.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-28T00:50:03.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-28T00:50:03.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39312026-05-28T00:50:03.635Z
39322026-05-28T00:50:03.636Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39332026-05-28T00:50:04.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-28T00:50:04.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-28T00:50:04.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-28T00:50:04.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39372026-05-28T00:50:04.244Z
39382026-05-28T00:50:04.244Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39392026-05-28T00:50:04.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-28T00:50:04.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-28T00:50:05.036Z Compiling fs-err v2.11.0
39422026-05-28T00:50:05.039Z Checking ignore v0.4.25
39432026-05-28T00:50:05.039Z Checking arc-swap v1.8.2
39442026-05-28T00:50:05.176Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39452026-05-28T00:50:05.176Z Checking predicates-tree v1.0.13
39462026-05-28T00:50:05.182Z Checking parse-size v1.1.0
39472026-05-28T00:50:05.206Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39482026-05-28T00:50:05.209Z Checking rand_seeder v0.4.0
39492026-05-28T00:50:05.272Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39502026-05-28T00:50:05.306Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39512026-05-28T00:50:05.356Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39522026-05-28T00:50:05.370Z Checking slog-scope v4.4.1
39532026-05-28T00:50:05.407Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39542026-05-28T00:50:05.498Z Checking slog-stdlog v4.1.1
39552026-05-28T00:50:05.516Z Compiling petname v2.0.2
39562026-05-28T00:50:05.530Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39572026-05-28T00:50:05.543Z Checking globwalk v0.9.1
39582026-05-28T00:50:05.597Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39592026-05-28T00:50:05.620Z Checking slog-envlogger v2.2.0
39602026-05-28T00:50:05.717Z Checking camino-tempfile-ext v0.3.3
39612026-05-28T00:50:05.768Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39622026-05-28T00:50:05.800Z Checking sapling-renderdag v0.1.0
39632026-05-28T00:50:05.911Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39642026-05-28T00:50:05.955Z Checking subprocess v0.2.15
39652026-05-28T00:50:06.037Z Checking sync-ptr v0.1.4
39662026-05-28T00:50:06.129Z Checking colored v2.2.0
39672026-05-28T00:50:06.156Z Checking assert_matches v1.5.0
39682026-05-28T00:50:06.237Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39692026-05-28T00:50:06.399Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39702026-05-28T00:50:06.403Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39712026-05-28T00:50:07.139Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39722026-05-28T00:50:08.462Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39732026-05-28T00:50:10.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
39742026-05-28T00:50:10.898Z
39752026-05-28T00:50:10.898Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39762026-05-28T00:50:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-28T00:50:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-28T00:50:11.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-05-28T00:50:11.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39802026-05-28T00:50:11.497Z
39812026-05-28T00:50:11.497Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39822026-05-28T00:50:12.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-05-28T00:50:12.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-05-28T00:50:12.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-05-28T00:50:12.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39862026-05-28T00:50:12.126Z
39872026-05-28T00:50:12.126Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39882026-05-28T00:50:12.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-05-28T00:50:12.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-05-28T00:50:12.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-05-28T00:50:12.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39922026-05-28T00:50:12.792Z
39932026-05-28T00:50:12.792Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39942026-05-28T00:50:13.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-05-28T00:50:13.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-05-28T00:50:13.530Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39972026-05-28T00:50:13.530Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39982026-05-28T00:50:14.181Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39992026-05-28T00:50:15.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40002026-05-28T00:50:15.959Z
40012026-05-28T00:50:15.959Zinfo: running `cargo check --bins` on oximeter-api (218/276)
40022026-05-28T00:50:16.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-05-28T00:50:16.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-05-28T00:50:16.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-05-28T00:50:16.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40062026-05-28T00:50:16.570Z
40072026-05-28T00:50:16.570Zinfo: running `cargo check --bins` on cert-dev (219/276)
40082026-05-28T00:50:17.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-05-28T00:50:17.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-05-28T00:50:17.190Z Checking yasna v0.5.2
40112026-05-28T00:50:17.602Z Checking rcgen v0.12.1
40122026-05-28T00:50:17.856Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40132026-05-28T00:50:18.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40142026-05-28T00:50:18.224Z
40152026-05-28T00:50:18.224Zinfo: running `cargo check --bins` on clickana (220/276)
40162026-05-28T00:50:18.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-28T00:50:18.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-28T00:50:18.882Z Compiling darling_core v0.23.0
40192026-05-28T00:50:18.885Z Compiling instability v0.3.11
40202026-05-28T00:50:19.002Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40212026-05-28T00:50:19.006Z Checking castaway v0.2.4
40222026-05-28T00:50:19.009Z Compiling indoc v2.0.7
40232026-05-28T00:50:19.024Z Checking unicode-truncate v1.1.0
40242026-05-28T00:50:19.027Z Checking lru v0.12.5
40252026-05-28T00:50:19.027Z Checking cassowary v0.3.0
40262026-05-28T00:50:19.103Z Checking compact_str v0.8.1
40272026-05-28T00:50:20.065Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40282026-05-28T00:50:20.252Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40292026-05-28T00:50:20.415Z Compiling darling_macro v0.23.0
40302026-05-28T00:50:20.824Z Compiling darling v0.23.0
40312026-05-28T00:50:21.437Z Checking ratatui v0.29.0
40322026-05-28T00:50:22.491Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40332026-05-28T00:50:23.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
40342026-05-28T00:50:23.359Z
40352026-05-28T00:50:23.359Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40362026-05-28T00:50:23.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-28T00:50:23.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-28T00:50:24.090Z Checking headers-core v0.3.0
40392026-05-28T00:50:24.093Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40402026-05-28T00:50:24.291Z Checking headers v0.4.1
40412026-05-28T00:50:24.659Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40422026-05-28T00:50:25.511Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40432026-05-28T00:50:26.003Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40442026-05-28T00:50:26.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40452026-05-28T00:50:26.625Z
40462026-05-28T00:50:26.625Zinfo: running `cargo check --bins` on ch-dev (222/276)
40472026-05-28T00:50:27.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-28T00:50:27.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-28T00:50:27.364Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40502026-05-28T00:50:28.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40512026-05-28T00:50:28.330Z
40522026-05-28T00:50:28.330Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40532026-05-28T00:50:28.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-28T00:50:28.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-28T00:50:28.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-28T00:50:28.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40572026-05-28T00:50:28.807Z
40582026-05-28T00:50:28.807Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40592026-05-28T00:50:29.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-28T00:50:29.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-28T00:50:29.540Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40622026-05-28T00:50:30.518Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40632026-05-28T00:50:30.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40642026-05-28T00:50:31.054Z
40652026-05-28T00:50:31.054Zinfo: running `cargo check --bins` on db-dev (225/276)
40662026-05-28T00:50:31.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-28T00:50:31.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-28T00:50:31.793Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40692026-05-28T00:50:32.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40702026-05-28T00:50:32.748Z
40712026-05-28T00:50:32.748Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40722026-05-28T00:50:33.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-28T00:50:33.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-28T00:50:33.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-28T00:50:33.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40762026-05-28T00:50:33.412Z
40772026-05-28T00:50:33.412Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40782026-05-28T00:50:33.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-28T00:50:33.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-28T00:50:34.040Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40812026-05-28T00:50:34.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
40822026-05-28T00:50:34.917Z
40832026-05-28T00:50:34.917Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40842026-05-28T00:50:35.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-28T00:50:35.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-28T00:50:35.685Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40872026-05-28T00:50:35.685Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40882026-05-28T00:50:35.685Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40892026-05-28T00:50:35.688Z Checking git-stub v1.0.0
40902026-05-28T00:50:35.688Z Compiling trait-variant v0.1.2
40912026-05-28T00:50:35.688Z Checking maplit v1.0.2
40922026-05-28T00:50:35.688Z Checking is_ci v1.2.0
40932026-05-28T00:50:35.688Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40942026-05-28T00:50:35.904Z Checking supports-color v3.0.2
40952026-05-28T00:50:35.918Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40962026-05-28T00:50:35.943Z Checking git-stub-vcs v0.1.0
40972026-05-28T00:50:36.022Z Checking drift v0.1.4
40982026-05-28T00:50:36.035Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40992026-05-28T00:50:36.121Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41002026-05-28T00:50:36.136Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41012026-05-28T00:50:36.315Z Checking dropshot-api-manager v0.7.1
41022026-05-28T00:50:36.334Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41032026-05-28T00:50:36.337Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41042026-05-28T00:50:36.348Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41052026-05-28T00:50:36.559Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41062026-05-28T00:50:36.622Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41072026-05-28T00:50:36.781Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41082026-05-28T00:50:37.100Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41092026-05-28T00:50:42.036Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41102026-05-28T00:50:43.137Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41112026-05-28T00:50:43.705Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41122026-05-28T00:50:44.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
41132026-05-28T00:50:44.357Z
41142026-05-28T00:50:44.357Zinfo: running `cargo check --bins` on installinator-api (229/276)
41152026-05-28T00:50:44.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-28T00:50:44.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-28T00:50:44.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-05-28T00:50:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41192026-05-28T00:50:44.979Z
41202026-05-28T00:50:44.979Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41212026-05-28T00:50:45.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-28T00:50:45.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-28T00:50:45.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-28T00:50:45.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41252026-05-28T00:50:45.634Z
41262026-05-28T00:50:45.634Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41272026-05-28T00:50:46.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-28T00:50:46.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-28T00:50:46.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-28T00:50:46.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41312026-05-28T00:50:46.291Z
41322026-05-28T00:50:46.291Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41332026-05-28T00:50:46.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-28T00:50:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-28T00:50:46.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-05-28T00:50:46.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41372026-05-28T00:50:46.945Z
41382026-05-28T00:50:46.945Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41392026-05-28T00:50:47.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-05-28T00:50:47.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-05-28T00:50:47.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-05-28T00:50:47.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41432026-05-28T00:50:47.557Z
41442026-05-28T00:50:47.557Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41452026-05-28T00:50:48.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-05-28T00:50:48.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-05-28T00:50:48.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-05-28T00:50:48.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41492026-05-28T00:50:48.161Z
41502026-05-28T00:50:48.162Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41512026-05-28T00:50:48.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-28T00:50:48.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-28T00:50:48.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-05-28T00:50:48.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41552026-05-28T00:50:48.787Z
41562026-05-28T00:50:48.787Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41572026-05-28T00:50:49.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-05-28T00:50:49.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-05-28T00:50:49.416Z Checking typeid v1.0.3
41602026-05-28T00:50:49.531Z Checking ordered-float v2.10.1
41612026-05-28T00:50:49.550Z Checking unicode-xid v0.2.6
41622026-05-28T00:50:49.562Z Checking cargo-platform v0.2.0
41632026-05-28T00:50:49.572Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41642026-05-28T00:50:49.600Z Checking erased-serde v0.4.9
41652026-05-28T00:50:49.732Z Checking serde-value v0.7.0
41662026-05-28T00:50:49.912Z Checking serde-untagged v0.1.9
41672026-05-28T00:50:50.072Z Checking cargo-util-schemas v0.8.2
41682026-05-28T00:50:50.752Z Checking cargo_metadata v0.21.0
41692026-05-28T00:50:51.357Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41702026-05-28T00:50:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41712026-05-28T00:50:52.246Z
41722026-05-28T00:50:52.246Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41732026-05-28T00:50:52.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-05-28T00:50:52.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-05-28T00:50:52.994Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41762026-05-28T00:50:53.613Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41772026-05-28T00:50:54.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41782026-05-28T00:50:54.319Z
41792026-05-28T00:50:54.319Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41802026-05-28T00:50:54.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-05-28T00:50:54.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-05-28T00:50:55.195Z Compiling vergen-gitcl v1.0.8
41832026-05-28T00:50:55.195Z Compiling dirs-sys-next v0.1.2
41842026-05-28T00:50:55.195Z Compiling diesel_derives v2.3.7
41852026-05-28T00:50:55.195Z Compiling crunchy v0.2.4
41862026-05-28T00:50:55.195Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41872026-05-28T00:50:55.195Z Compiling glob v0.3.3
41882026-05-28T00:50:55.198Z Compiling dsl_auto_type v0.2.0
41892026-05-28T00:50:55.198Z Checking scheduled-thread-pool v0.2.7
41902026-05-28T00:50:55.478Z Compiling dirs-next v2.0.0
41912026-05-28T00:50:55.592Z Compiling diesel_table_macro_syntax v0.3.0
41922026-05-28T00:50:55.595Z Compiling tiny-keccak v2.0.2
41932026-05-28T00:50:55.620Z Compiling term v0.7.0
41942026-05-28T00:50:55.727Z Compiling clang-sys v1.8.1
41952026-05-28T00:50:55.769Z Checking r2d2 v0.8.10
41962026-05-28T00:50:55.807Z Checking downcast-rs v2.0.2
41972026-05-28T00:50:55.827Z Compiling bit-vec v0.6.3
41982026-05-28T00:50:55.954Z Compiling itertools v0.10.5
41992026-05-28T00:50:56.045Z Compiling bit-set v0.5.3
42002026-05-28T00:50:56.098Z Compiling ascii-canvas v3.0.0
42012026-05-28T00:50:56.205Z Compiling ena v0.14.4
42022026-05-28T00:50:56.237Z Compiling libloading v0.8.9
42032026-05-28T00:50:56.257Z Compiling bindgen v0.71.1
42042026-05-28T00:50:56.318Z Compiling regex-syntax v0.6.29
42052026-05-28T00:50:56.340Z Compiling diff v0.1.13
42062026-05-28T00:50:56.441Z Compiling cexpr v0.6.0
42072026-05-28T00:50:56.604Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42082026-05-28T00:50:56.693Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42092026-05-28T00:50:56.794Z Compiling rustc-hash v2.1.1
42102026-05-28T00:50:56.871Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42112026-05-28T00:50:56.931Z Compiling libxml v0.3.3
42122026-05-28T00:50:57.008Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42132026-05-28T00:50:57.116Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42142026-05-28T00:50:57.180Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42152026-05-28T00:50:57.325Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42162026-05-28T00:50:57.371Z Compiling strum_macros v0.24.3
42172026-05-28T00:50:57.556Z Compiling indoc v1.0.9
42182026-05-28T00:50:58.001Z Compiling lalrpop v0.19.12
42192026-05-28T00:50:58.379Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42202026-05-28T00:50:58.403Z Checking derive_builder v0.20.2
42212026-05-28T00:50:58.522Z Compiling oso-derive v0.27.3
42222026-05-28T00:50:58.570Z Checking quick-xml v0.37.5
42232026-05-28T00:50:58.731Z Compiling impl-trait-for-tuples v0.2.3
42242026-05-28T00:50:59.044Z Checking openssl-probe v0.1.6
42252026-05-28T00:50:59.197Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42262026-05-28T00:50:59.479Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42272026-05-28T00:50:59.679Z Checking bb8 v0.8.6
42282026-05-28T00:50:59.970Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42292026-05-28T00:50:59.990Z Checking nonempty v0.12.0
42302026-05-28T00:51:00.087Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42312026-05-28T00:51:00.162Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42322026-05-28T00:51:00.203Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42332026-05-28T00:51:00.304Z Checking console v0.16.2
42342026-05-28T00:51:00.348Z Checking unit-prefix v0.5.2
42352026-05-28T00:51:00.385Z Checking support-bundle-viewer v0.1.2
42362026-05-28T00:51:00.484Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42372026-05-28T00:51:00.613Z Checking indicatif v0.18.4
42382026-05-28T00:51:00.629Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42392026-05-28T00:51:00.853Z Checking multimap v0.10.1
42402026-05-28T00:51:01.252Z Checking diesel v2.3.7
42412026-05-28T00:51:03.082Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42422026-05-28T00:51:03.707Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42432026-05-28T00:51:04.003Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42442026-05-28T00:51:04.801Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42452026-05-28T00:51:05.493Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42462026-05-28T00:51:05.606Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42472026-05-28T00:51:05.853Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42482026-05-28T00:51:06.124Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42492026-05-28T00:51:08.192Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-28T00:51:13.108Z Compiling samael v0.0.19
42512026-05-28T00:51:16.986Z Checking async-bb8-diesel v0.2.1
42522026-05-28T00:51:17.341Z Checking diesel-dtrace v0.5.0
42532026-05-28T00:51:18.192Z Compiling polar-core v0.27.3
42542026-05-28T00:51:22.630Z Checking oso v0.27.3
42552026-05-28T00:51:59.522Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42562026-05-28T00:52:33.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42572026-05-28T00:52:33.326Z
42582026-05-28T00:52:33.326Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42592026-05-28T00:52:33.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-05-28T00:52:33.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-05-28T00:52:33.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-05-28T00:52:33.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42632026-05-28T00:52:34.007Z
42642026-05-28T00:52:34.007Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42652026-05-28T00:52:34.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-05-28T00:52:34.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-05-28T00:52:34.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-05-28T00:52:34.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42692026-05-28T00:52:34.660Z
42702026-05-28T00:52:34.660Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42712026-05-28T00:52:35.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-05-28T00:52:35.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-05-28T00:52:35.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-05-28T00:52:35.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-05-28T00:52:35.259Z
42762026-05-28T00:52:35.259Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42772026-05-28T00:52:35.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-05-28T00:52:35.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-05-28T00:52:36.129Z Compiling libz-sys v1.1.24
42802026-05-28T00:52:36.263Z Compiling libgit2-sys v0.18.3+1.9.2
42812026-05-28T00:52:36.292Z Compiling vergen-git2 v1.0.7
42822026-05-28T00:52:36.300Z Compiling rustls v0.21.12
42832026-05-28T00:52:36.304Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
42842026-05-28T00:52:36.304Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42852026-05-28T00:52:36.304Z Checking sct v0.7.1
42862026-05-28T00:52:36.304Z Checking rustls-webpki v0.101.7
42872026-05-28T00:52:36.477Z Compiling nix v0.29.0
42882026-05-28T00:52:36.521Z Compiling dropshot v0.16.7
42892026-05-28T00:52:36.566Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42902026-05-28T00:52:36.601Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42912026-05-28T00:52:36.643Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42922026-05-28T00:52:36.783Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42932026-05-28T00:52:36.799Z Checking toml v0.9.12+spec-1.1.0
42942026-05-28T00:52:36.823Z Compiling dropshot_endpoint v0.16.7
42952026-05-28T00:52:36.927Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42962026-05-28T00:52:37.105Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42972026-05-28T00:52:37.342Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
42982026-05-28T00:52:37.365Z Checking rustls-pemfile v1.0.4
42992026-05-28T00:52:37.506Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43002026-05-28T00:52:37.692Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43012026-05-28T00:52:37.709Z Checking twox-hash v2.1.2
43022026-05-28T00:52:37.860Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43032026-05-28T00:52:37.931Z Checking tokio-rustls v0.24.1
43042026-05-28T00:52:38.518Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43052026-05-28T00:52:38.686Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43062026-05-28T00:52:38.730Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43072026-05-28T00:52:39.296Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43082026-05-28T00:52:39.296Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43092026-05-28T00:52:39.377Z Checking fatfs v0.3.6
43102026-05-28T00:52:39.457Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43112026-05-28T00:52:39.503Z Compiling seq-macro v0.3.6
43122026-05-28T00:52:43.423Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43132026-05-28T00:52:43.551Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43142026-05-28T00:52:43.642Z Compiling git2 v0.20.4
43152026-05-28T00:52:45.862Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43162026-05-28T00:53:33.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.96s
43172026-05-28T00:53:33.452Z
43182026-05-28T00:53:33.452Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43192026-05-28T00:53:34.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-28T00:53:34.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-28T00:53:34.347Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43222026-05-28T00:54:13.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.64s
43232026-05-28T00:54:13.332Z
43242026-05-28T00:54:13.332Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43252026-05-28T00:54:13.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-05-28T00:54:13.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-05-28T00:54:13.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-05-28T00:54:13.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43292026-05-28T00:54:13.928Z
43302026-05-28T00:54:13.929Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43312026-05-28T00:54:14.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-05-28T00:54:14.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-05-28T00:54:14.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-05-28T00:54:14.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43352026-05-28T00:54:14.577Z
43362026-05-28T00:54:14.577Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43372026-05-28T00:54:15.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-05-28T00:54:15.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-05-28T00:54:15.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-05-28T00:54:15.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43412026-05-28T00:54:15.243Z
43422026-05-28T00:54:15.243Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43432026-05-28T00:54:15.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-05-28T00:54:15.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-05-28T00:54:15.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-05-28T00:54:15.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43472026-05-28T00:54:15.896Z
43482026-05-28T00:54:15.896Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43492026-05-28T00:54:16.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-05-28T00:54:16.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-05-28T00:54:16.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-05-28T00:54:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43532026-05-28T00:54:16.545Z
43542026-05-28T00:54:16.545Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43552026-05-28T00:54:17.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-05-28T00:54:17.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-05-28T00:54:17.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-05-28T00:54:17.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43592026-05-28T00:54:17.204Z
43602026-05-28T00:54:17.204Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43612026-05-28T00:54:17.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-28T00:54:17.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-28T00:54:17.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-05-28T00:54:17.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43652026-05-28T00:54:17.868Z
43662026-05-28T00:54:17.868Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43672026-05-28T00:54:18.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-28T00:54:18.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-28T00:54:18.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-28T00:54:18.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43712026-05-28T00:54:18.535Z
43722026-05-28T00:54:18.535Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43732026-05-28T00:54:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-28T00:54:19.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-28T00:54:19.444Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43762026-05-28T00:54:19.444Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43772026-05-28T00:54:19.634Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43782026-05-28T00:54:19.667Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43792026-05-28T00:54:19.688Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43802026-05-28T00:54:19.691Z Checking diff v0.1.13
43812026-05-28T00:54:19.691Z Checking yansi v1.0.1
43822026-05-28T00:54:19.737Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43832026-05-28T00:54:19.778Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43842026-05-28T00:54:19.950Z Checking pretty_assertions v1.4.1
43852026-05-28T00:54:20.601Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43862026-05-28T00:54:20.762Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43872026-05-28T00:54:44.494Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43882026-05-28T00:54:44.498Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43892026-05-28T00:54:44.498Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43902026-05-28T00:54:44.498Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43912026-05-28T00:54:44.498Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43922026-05-28T00:54:44.498Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43932026-05-28T00:54:45.341Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43942026-05-28T00:54:46.439Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43952026-05-28T00:55:25.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43962026-05-28T00:55:25.502Z
43972026-05-28T00:55:25.502Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43982026-05-28T00:55:26.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-28T00:55:26.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-28T00:55:26.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-05-28T00:55:26.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44022026-05-28T00:55:26.107Z
44032026-05-28T00:55:26.107Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
44042026-05-28T00:55:26.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-28T00:55:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-28T00:55:26.892Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44072026-05-28T00:55:27.017Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44082026-05-28T00:55:27.020Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44092026-05-28T00:55:52.834Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44102026-05-28T00:55:53.222Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44112026-05-28T00:55:54.922Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44122026-05-28T00:55:55.383Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44132026-05-28T00:55:58.313Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44142026-05-28T00:56:21.396Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44152026-05-28T00:56:22.113Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44162026-05-28T00:56:23.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.66s
44172026-05-28T00:56:23.993Z
44182026-05-28T00:56:23.993Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44192026-05-28T00:56:24.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-28T00:56:24.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-28T00:56:24.725Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44222026-05-28T00:56:25.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44232026-05-28T00:56:25.618Z
44242026-05-28T00:56:25.618Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44252026-05-28T00:56:26.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-28T00:56:26.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-28T00:56:26.287Z Compiling blake3 v1.8.3
44282026-05-28T00:56:26.399Z Checking arrayvec v0.7.6
44292026-05-28T00:56:26.403Z Checking arrayref v0.3.9
44302026-05-28T00:56:26.403Z Checking constant_time_eq v0.4.2
44312026-05-28T00:56:26.420Z Checking topological-sort v0.2.2
44322026-05-28T00:56:26.423Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44332026-05-28T00:56:26.423Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44342026-05-28T00:56:26.423Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44352026-05-28T00:56:26.463Z Checking shell-words v1.1.1
44362026-05-28T00:56:27.205Z Checking omicron-zone-package v0.12.2
44372026-05-28T00:56:27.917Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44382026-05-28T00:56:28.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
44392026-05-28T00:56:28.987Z
44402026-05-28T00:56:28.987Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44412026-05-28T00:56:29.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-05-28T00:56:29.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-05-28T00:56:29.645Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44442026-05-28T00:56:29.973Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44452026-05-28T00:56:30.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44462026-05-28T00:56:30.579Z
44472026-05-28T00:56:30.579Zinfo: running `cargo check --bins` on schema (258/276)
44482026-05-28T00:56:31.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-05-28T00:56:31.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-05-28T00:56:31.327Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44512026-05-28T00:56:32.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44522026-05-28T00:56:32.255Z
44532026-05-28T00:56:32.255Zinfo: running `cargo check --bins` on xtask (259/276)
44542026-05-28T00:56:32.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-05-28T00:56:32.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-05-28T00:56:32.724Z Checking libc v0.2.185
44572026-05-28T00:56:32.806Z Checking serde v1.0.228
44582026-05-28T00:56:32.812Z Checking zerofrom v0.1.6
44592026-05-28T00:56:32.817Z Checking bitflags v2.11.0
44602026-05-28T00:56:32.823Z Checking smallvec v1.15.1
44612026-05-28T00:56:32.828Z Checking indexmap v2.14.0
44622026-05-28T00:56:32.840Z Checking serde_json v1.0.149
44632026-05-28T00:56:32.844Z Checking scroll v0.12.0
44642026-05-28T00:56:32.914Z Checking yoke v0.8.1
44652026-05-28T00:56:32.963Z Checking num-traits v0.2.19
44662026-05-28T00:56:32.995Z Checking thiserror v1.0.69
44672026-05-28T00:56:33.071Z Checking percent-encoding v2.3.2
44682026-05-28T00:56:33.085Z Checking zerovec v0.11.5
44692026-05-28T00:56:33.095Z Checking zerotrie v0.2.3
44702026-05-28T00:56:33.107Z Checking errno v0.3.14
44712026-05-28T00:56:33.192Z Checking serde_spanned v0.6.9
44722026-05-28T00:56:33.210Z Checking toml_datetime v0.6.11
44732026-05-28T00:56:33.222Z Checking rustix v1.1.3
44742026-05-28T00:56:33.314Z Checking log v0.4.29
44752026-05-28T00:56:33.332Z Checking zerocopy v0.7.35
44762026-05-28T00:56:33.356Z Checking form_urlencoded v1.2.2
44772026-05-28T00:56:33.388Z Checking toml_edit v0.22.27
44782026-05-28T00:56:33.437Z Checking getrandom v0.4.1
44792026-05-28T00:56:33.464Z Checking goblin v0.8.2
44802026-05-28T00:56:33.485Z Checking thiserror v2.0.18
44812026-05-28T00:56:33.488Z Checking ordered-float v2.10.1
44822026-05-28T00:56:33.525Z Checking tinystr v0.8.2
44832026-05-28T00:56:33.569Z Checking potential_utf v0.1.4
44842026-05-28T00:56:33.584Z Checking syn v2.0.117
44852026-05-28T00:56:33.697Z Checking icu_collections v2.1.1
44862026-05-28T00:56:33.698Z Checking icu_locale_core v2.1.1
44872026-05-28T00:56:33.716Z Checking serde-value v0.7.0
44882026-05-28T00:56:33.822Z Checking dtrace-parser v0.2.0
44892026-05-28T00:56:33.916Z Checking thread-id v4.2.2
44902026-05-28T00:56:33.999Z Checking once_cell v1.21.3
44912026-05-28T00:56:34.012Z Checking cargo-platform v0.2.0
44922026-05-28T00:56:34.042Z Checking terminal_size v0.4.3
44932026-05-28T00:56:34.063Z Checking memmap v0.7.0
44942026-05-28T00:56:34.164Z Checking clap_builder v4.6.0
44952026-05-28T00:56:34.176Z Checking tempfile v3.25.0
44962026-05-28T00:56:34.186Z Checking textwrap v0.16.2
44972026-05-28T00:56:34.196Z Checking fs-err v3.3.0
44982026-05-28T00:56:34.253Z Checking icu_provider v2.1.1
44992026-05-28T00:56:34.362Z Checking camino-tempfile v1.4.1
45002026-05-28T00:56:34.373Z Checking anyhow v1.0.102
45012026-05-28T00:56:34.392Z Checking tabled v0.15.0
45022026-05-28T00:56:34.482Z Checking toml v0.8.23
45032026-05-28T00:56:34.493Z Checking icu_properties v2.1.2
45042026-05-28T00:56:34.516Z Checking icu_normalizer v2.1.1
45052026-05-28T00:56:34.566Z Checking macaddr v1.0.1
45062026-05-28T00:56:34.744Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45072026-05-28T00:56:34.798Z Checking cargo_toml v0.21.0
45082026-05-28T00:56:35.299Z Checking idna_adapter v1.2.1
45092026-05-28T00:56:35.338Z Checking dof v0.3.0
45102026-05-28T00:56:35.359Z Checking clap v4.6.1
45112026-05-28T00:56:35.415Z Checking idna v1.1.0
45122026-05-28T00:56:35.596Z Checking usdt-impl v0.5.0
45132026-05-28T00:56:35.636Z Checking url v2.5.8
45142026-05-28T00:56:35.843Z Checking usdt v0.5.0
45152026-05-28T00:56:35.987Z Checking cargo-util-schemas v0.8.2
45162026-05-28T00:56:36.674Z Checking cargo_metadata v0.21.0
45172026-05-28T00:56:37.289Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45182026-05-28T00:56:37.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
45192026-05-28T00:56:37.827Z
45202026-05-28T00:56:37.827Zinfo: running `cargo check --bins` on dnsadm (260/276)
45212026-05-28T00:56:38.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-05-28T00:56:38.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-05-28T00:56:38.485Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45242026-05-28T00:56:38.966Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45252026-05-28T00:56:39.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
45262026-05-28T00:56:39.569Z
45272026-05-28T00:56:39.569Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45282026-05-28T00:56:40.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-28T00:56:40.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-28T00:56:40.384Z Checking polyval v0.6.2
45312026-05-28T00:56:40.512Z Checking ctr v0.9.2
45322026-05-28T00:56:40.525Z Checking ssh-encoding v0.2.0
45332026-05-28T00:56:40.525Z Checking blowfish v0.9.1
45342026-05-28T00:56:40.548Z Checking password-hash v0.4.2
45352026-05-28T00:56:40.563Z Checking p256 v0.13.2
45362026-05-28T00:56:40.563Z Checking p521 v0.13.3
45372026-05-28T00:56:40.591Z Checking russh-cryptovec v0.7.3
45382026-05-28T00:56:40.654Z Checking ghash v0.5.1
45392026-05-28T00:56:40.668Z Checking md5 v0.7.0
45402026-05-28T00:56:40.682Z Checking bcrypt-pbkdf v0.10.0
45412026-05-28T00:56:40.704Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45422026-05-28T00:56:40.720Z Checking num-bigint v0.4.6
45432026-05-28T00:56:40.774Z Checking aes-gcm v0.10.3
45442026-05-28T00:56:40.777Z Checking pbkdf2 v0.11.0
45452026-05-28T00:56:40.810Z Checking des v0.8.1
45462026-05-28T00:56:40.831Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45472026-05-28T00:56:40.832Z Checking hex-literal v0.4.1
45482026-05-28T00:56:40.907Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45492026-05-28T00:56:40.940Z Checking ssh-cipher v0.2.0
45502026-05-28T00:56:40.940Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45512026-05-28T00:56:40.944Z Checking socket2 v0.5.10
45522026-05-28T00:56:40.982Z Checking internet-checksum v0.2.1
45532026-05-28T00:56:41.120Z Checking ssh-key v0.6.7
45542026-05-28T00:56:41.224Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45552026-05-28T00:56:41.756Z Checking russh-keys v0.45.0
45562026-05-28T00:56:42.310Z Checking russh v0.45.0
45572026-05-28T00:56:58.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
45582026-05-28T00:56:58.709Z
45592026-05-28T00:56:58.709Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45602026-05-28T00:56:59.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-05-28T00:56:59.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-05-28T00:56:59.372Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45632026-05-28T00:56:59.483Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45642026-05-28T00:56:59.490Z Checking termios v0.3.3
45652026-05-28T00:57:00.702Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45662026-05-28T00:57:00.854Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45672026-05-28T00:57:02.659Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45682026-05-28T00:57:03.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
45692026-05-28T00:57:03.434Z
45702026-05-28T00:57:03.434Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45712026-05-28T00:57:03.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-05-28T00:57:03.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-05-28T00:57:04.164Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45742026-05-28T00:57:04.167Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45752026-05-28T00:57:04.167Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45762026-05-28T00:57:04.280Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45772026-05-28T00:57:04.303Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45782026-05-28T00:57:04.313Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45792026-05-28T00:57:05.047Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45802026-05-28T00:57:05.402Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45812026-05-28T00:57:05.437Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45822026-05-28T00:57:06.062Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45832026-05-28T00:57:07.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
45842026-05-28T00:57:07.896Z
45852026-05-28T00:57:07.896Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45862026-05-28T00:57:08.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-05-28T00:57:08.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-05-28T00:57:08.549Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45892026-05-28T00:57:09.010Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45902026-05-28T00:57:09.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45912026-05-28T00:57:09.522Z
45922026-05-28T00:57:09.522Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45932026-05-28T00:57:10.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-05-28T00:57:10.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-05-28T00:57:10.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45962026-05-28T00:57:10.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45972026-05-28T00:57:10.131Z
45982026-05-28T00:57:10.132Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45992026-05-28T00:57:10.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-28T00:57:10.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-28T00:57:10.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-05-28T00:57:10.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46032026-05-28T00:57:10.734Z
46042026-05-28T00:57:10.734Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
46052026-05-28T00:57:11.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-28T00:57:11.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-28T00:57:11.505Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46082026-05-28T00:57:12.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
46092026-05-28T00:57:12.338Z
46102026-05-28T00:57:12.338Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
46112026-05-28T00:57:12.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-28T00:57:12.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-28T00:57:12.998Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46142026-05-28T00:57:13.005Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46152026-05-28T00:57:13.279Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46162026-05-28T00:57:13.280Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46172026-05-28T00:57:14.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
46182026-05-28T00:57:14.287Z
46192026-05-28T00:57:14.287Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46202026-05-28T00:57:14.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-05-28T00:57:14.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-05-28T00:57:14.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-05-28T00:57:14.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46242026-05-28T00:57:14.899Z
46252026-05-28T00:57:14.899Zinfo: running `cargo check --bins` on omicron-package (270/276)
46262026-05-28T00:57:15.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-05-28T00:57:15.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-05-28T00:57:15.603Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46292026-05-28T00:57:16.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
46302026-05-28T00:57:16.894Z
46312026-05-28T00:57:16.894Zinfo: running `cargo check --bins` on tqdb (271/276)
46322026-05-28T00:57:17.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-05-28T00:57:17.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-05-28T00:57:17.699Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46352026-05-28T00:57:18.078Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46362026-05-28T00:57:18.578Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46372026-05-28T00:57:18.578Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46382026-05-28T00:57:24.571Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46392026-05-28T00:57:24.574Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46402026-05-28T00:57:25.152Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46412026-05-28T00:57:25.159Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46422026-05-28T00:57:25.159Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46432026-05-28T00:57:25.160Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46442026-05-28T00:57:25.893Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46452026-05-28T00:57:26.917Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46462026-05-28T00:57:27.711Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46472026-05-28T00:57:28.321Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46482026-05-28T00:57:34.226Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46492026-05-28T00:57:39.068Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46502026-05-28T00:57:39.068Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46512026-05-28T00:57:39.071Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46522026-05-28T00:57:39.071Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46532026-05-28T00:57:40.558Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46542026-05-28T00:57:41.905Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46552026-05-28T00:57:42.594Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46562026-05-28T00:57:43.830Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46572026-05-28T00:57:44.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.48s
46582026-05-28T00:57:44.602Z
46592026-05-28T00:57:44.602Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46602026-05-28T00:57:45.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-28T00:57:45.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-28T00:57:45.331Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46632026-05-28T00:57:45.335Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46642026-05-28T00:57:45.335Z Checking rtoolbox v0.0.3
46652026-05-28T00:57:45.465Z Checking tui-tree-widget v0.23.1
46662026-05-28T00:57:45.560Z Checking rpassword v7.4.0
46672026-05-28T00:57:46.595Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46682026-05-28T00:57:49.587Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46692026-05-28T00:57:51.452Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46702026-05-28T00:57:52.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
46712026-05-28T00:57:52.574Z
46722026-05-28T00:57:52.574Zinfo: running `cargo check --bins` on wicket (273/276)
46732026-05-28T00:57:53.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-28T00:57:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-28T00:57:53.295Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46762026-05-28T00:57:53.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46772026-05-28T00:57:53.862Z
46782026-05-28T00:57:53.863Zinfo: running `cargo check --bins` on wicketd (274/276)
46792026-05-28T00:57:54.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-05-28T00:57:54.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-05-28T00:57:54.605Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46822026-05-28T00:57:54.609Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46832026-05-28T00:57:54.609Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46842026-05-28T00:57:54.611Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46852026-05-28T00:57:55.615Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46862026-05-28T00:57:56.195Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46872026-05-28T00:57:59.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
46882026-05-28T00:57:59.361Z
46892026-05-28T00:57:59.361Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46902026-05-28T00:57:59.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-05-28T00:57:59.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-05-28T00:57:59.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46932026-05-28T00:57:59.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46942026-05-28T00:57:59.965Z
46952026-05-28T00:57:59.966Zinfo: running `cargo check --bins` on zone-setup (276/276)
46962026-05-28T00:58:00.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-05-28T00:58:00.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-05-28T00:58:00.659Z Checking uzers v0.12.2
46992026-05-28T00:58:00.933Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47002026-05-28T00:58:01.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47012026-05-28T00:58:01.916Z
47022026-05-28T00:58:01.916Zreal 14:18.354400507
47032026-05-28T00:58:01.916Zuser 20:47.461802361
47042026-05-28T00:58:01.916Zsys 4:19.249711862
47052026-05-28T00:58:01.916Ztrap 0.326442736
47062026-05-28T00:58:01.916Ztflt 1.003563691
47072026-05-28T00:58:01.916Zdflt 1.378171713
47082026-05-28T00:58:01.916Zkflt 0.013677543
47092026-05-28T00:58:01.916Zlock 1:17:14.299199500
47102026-05-28T00:58:01.916Zslp 1:39:41.190990031
47112026-05-28T00:58:01.916Zlat 55.567077659
47122026-05-28T00:58:01.916Zstop 3:37.149562797
47132026-05-28T00:58:01.919Zprocess exited: duration 997042 ms, exit code 0
 
47142026-05-28T00:58:01.928Zfound 0 output files