01KQZXDGHEFQ0TE56BXJ7XA57S: 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: 01KQZXDWY9PEZ0GNAE9TA5Y019

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T00:30:20.428Zjob assigned to worker 01KQZXE3JM2C8DJ1EM1PHYXVPA [factory aws, i-0c05cfab086c83951] (queued for 49 s)
 
22026-05-07T00:30:27.284Zstarting task 0: "setup"
32026-05-07T00:30:27.292Z++ uname -s
42026-05-07T00:30:27.295Z+ kern=SunOS
52026-05-07T00:30:27.295Z+ build_user=build
62026-05-07T00:30:27.295Z+ build_uid=12345
72026-05-07T00:30:27.295Z+ work_dir=/work
82026-05-07T00:30:27.295Z+ input_dir=/input
92026-05-07T00:30:27.295Z+ [[ 0 == 12345 ]]
102026-05-07T00:30:27.295Z+ case "$kern" in
112026-05-07T00:30:27.295Z+ groupadd -g 12345 build
122026-05-07T00:30:27.295Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T00:30:29.303Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T00:30:29.408Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T00:30:29.411Z+ home_fs=zfs
162026-05-07T00:30:29.411Z+ [[ zfs == autofs ]]
172026-05-07T00:30:29.411Z+ mkdir -p /home/build
182026-05-07T00:30:29.412Z+ chown build:build /home/build /work
192026-05-07T00:30:31.412Z+ chmod 0700 /home/build /work
202026-05-07T00:30:31.416Zprocess exited: duration 4129 ms, exit code 0
 
212026-05-07T00:30:31.422Zstarting task 1: "rust-toolchain"
222026-05-07T00:30:31.426Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T00:30:31.426Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T00:30:31.426Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-07T00:30:31.426Z * rust toolchain channel = "1.94.0"
262026-05-07T00:30:31.426Z * rust toolchain profile = "default"
272026-05-07T00:30:31.426Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T00:30:31.429Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T00:30:31.429Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T00:30:31.530Zinfo: downloading installer
312026-05-07T00:30:32.852Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T00:30:32.852Zwarn: /home/build/.rustup/settings.toml
332026-05-07T00:30:32.852Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T00:30:32.852Zwarn: instead of the one inferred from the default host triple.
352026-05-07T00:30:32.864Zinfo: profile set to default
362026-05-07T00:30:32.864Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T00:30:32.867Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T00:30:33.004Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T00:30:33.007Zinfo: downloading 6 components
402026-05-07T00:30:47.151Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T00:30:47.151Z
422026-05-07T00:30:47.188Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T00:30:47.188Z
442026-05-07T00:30:47.188Z
452026-05-07T00:30:47.188ZRust is installed now. Great!
462026-05-07T00:30:47.188Z
472026-05-07T00:30:47.191ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T00:30:47.191Zenvironment variable. This has not been done automatically.
492026-05-07T00:30:47.191Z
502026-05-07T00:30:47.191ZTo configure your current shell, you need to source
512026-05-07T00:30:47.191Zthe corresponding env file under $HOME/.cargo.
522026-05-07T00:30:47.191Z
532026-05-07T00:30:47.191ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T00:30:47.191Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T00:30:47.191Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T00:30:47.191Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T00:30:47.191Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T00:30:47.191Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T00:30:47.191Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T00:30:47.191Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T00:30:47.191Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T00:30:47.273Z+ rustup --version
632026-05-07T00:30:47.282Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T00:30:47.285Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T00:30:47.305Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T00:30:47.308Z+ cargo --version
672026-05-07T00:30:47.319Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T00:30:47.322Z+ rustc --version
692026-05-07T00:30:47.341Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T00:30:47.346Zprocess exited: duration 15919 ms, exit code 0
 
712026-05-07T00:30:47.352Zstarting task 2: "authentication"
722026-05-07T00:30:47.368Zprocess exited: duration 15 ms, exit code 0
 
732026-05-07T00:30:47.375Zstarting task 3: "clone repository"
742026-05-07T00:30:47.377Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T00:30:47.380Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T00:30:47.409ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T00:30:57.178Z+ cd /work/oxidecomputer/omicron
782026-05-07T00:30:57.178Z+ git fetch origin f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5
792026-05-07T00:30:57.614ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T00:30:57.614Z * branch f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5 -> FETCH_HEAD
812026-05-07T00:30:57.623Z+ [[ -n '' ]]
822026-05-07T00:30:57.623Z+ git reset --hard f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5
832026-05-07T00:30:57.857ZHEAD is now at f5f6471e6 update tests, add a separate test for noop conversion
842026-05-07T00:30:57.861Zprocess exited: duration 10483 ms, exit code 0
 
852026-05-07T00:30:57.868Zstarting task 4: "build"
862026-05-07T00:30:57.872Z+ source .github/buildomat/ci-env.sh
872026-05-07T00:30:57.872Z++ export CARGO_TERM_COLOR=always
882026-05-07T00:30:57.872Z++ CARGO_TERM_COLOR=always
892026-05-07T00:30:57.875Z+ cargo --version
902026-05-07T00:30:57.882Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-07T00:30:57.885Z+ rustc --version
922026-05-07T00:30:57.905Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-07T00:30:57.908Z+ source ./env.sh
942026-05-07T00:30:57.908Z++ OLD_SHELL_OPTS=ehxB
952026-05-07T00:30:57.908Z++ set -o xtrace
962026-05-07T00:30:57.910Z++++ dirname ./env.sh
972026-05-07T00:30:57.914Z+++ readlink -f .
982026-05-07T00:30:57.914Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-07T00:30:57.914Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-07T00:30:57.914Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-07T00:30:57.914Z++ 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
1022026-05-07T00:30:57.914Z++ 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
1032026-05-07T00:30:57.914Z++ 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
1042026-05-07T00:30:57.914Z++ 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
1052026-05-07T00:30:57.914Z++ 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
1062026-05-07T00:30:57.914Z++ 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
1072026-05-07T00:30:57.914Z++ case $OLD_SHELL_OPTS in
1082026-05-07T00:30:57.914Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-07T00:30:57.914Z+ 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
1102026-05-07T00:30:57.914Z+ 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
1112026-05-07T00:30:57.914Z+ banner prerequisites
1122026-05-07T00:30:57.917Z
1132026-05-07T00:30:57.917Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-07T00:30:57.917Z # # # # # # # # # # # # # # #
1152026-05-07T00:30:57.917Z # # # # ##### # # ##### # # # # # #### #
1162026-05-07T00:30:57.917Z ##### ##### # ##### # # # # # # # # #
1172026-05-07T00:30:57.917Z # # # # # # # # # # # # # # #
1182026-05-07T00:30:57.917Z # # # ###### # # ###### ### # #### # #### #
1192026-05-07T00:30:57.917Z
1202026-05-07T00:30:57.917Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-07T00:30:59.298Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-07T00:30:59.353Z Startup: Caching catalogs ... Done
1232026-05-07T00:30:59.520ZPlanning: Solver setup ... Done (0.138s)
1242026-05-07T00:30:59.531ZPlanning: Running solver ... Done (0.011s)
1252026-05-07T00:30:59.535ZPlanning: Finding local manifests ... Done (0.002s)
1262026-05-07T00:30:59.547ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-07T00:30:59.563ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-07T00:30:59.576ZPlanning: Package planning ... Done (0.013s)
1292026-05-07T00:30:59.579ZPlanning: Merging actions ... Done (0.001s)
1302026-05-07T00:30:59.758ZPlanning: Checking for conflicting actions ... Done (0.180s)
1312026-05-07T00:30:59.761ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-07T00:31:00.547ZPlanning: Evaluating mediators ... Done (0.788s)
1332026-05-07T00:31:00.550ZPlanning: Planning completed in 1.18 seconds
1342026-05-07T00:31:00.556Z Packages to install: 2
1352026-05-07T00:31:00.556Z Estimated space available: 156.11 GB
1362026-05-07T00:31:00.560ZEstimated space to be consumed: 16.39 MB
1372026-05-07T00:31:00.560Z Create boot environment: No
1382026-05-07T00:31:00.560ZCreate backup boot environment: No
1392026-05-07T00:31:00.560Z Rebuild boot archive: No
1402026-05-07T00:31:00.560Z
1412026-05-07T00:31:00.560ZChanged packages:
1422026-05-07T00:31:00.560Zhelios
1432026-05-07T00:31:00.560Z developer/build-essential
1442026-05-07T00:31:00.560Z None -> 11-3.0
1452026-05-07T00:31:00.560Z library/libxmlsec1
1462026-05-07T00:31:00.560Z None -> 1.2.35-3.0
1472026-05-07T00:31:00.585Z
1482026-05-07T00:31:00.585ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-07T00:31:01.063ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1502026-05-07T00:31:01.129Z Actions: 1/268 actions (Installing new actions)
1512026-05-07T00:31:01.167Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-07T00:31:01.171ZFinalize: Updating package state database ... Done (0.004s)
1532026-05-07T00:31:01.171ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-07T00:31:01.182ZFinalize: Updating image state ... Done (0.011s)
1552026-05-07T00:31:03.546ZFinalize: Creating fast lookup database ... Done (2.343s)
1562026-05-07T00:31:03.611ZFinalize: Reading search index ... Done (0.013s)
1572026-05-07T00:31:03.614ZFinalize: Updating search index ... Done (0.000s)
1582026-05-07T00:31:03.718ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-07T00:31:04.003ZPlanning: Evaluating mediator changes ... Done
1602026-05-07T00:31:04.106ZPlanning: Checking for conflicting actions ... Done
1612026-05-07T00:31:04.110ZPlanning: Consolidating action changes ... Done
1622026-05-07T00:31:04.266ZPlanning: Evaluating mediators ... Done
1632026-05-07T00:31:04.270ZPlanning: Planning completed in 0.26 seconds
1642026-05-07T00:31:04.289Z Mediators to change: 2
1652026-05-07T00:31:04.289Z Create boot environment: No
1662026-05-07T00:31:04.289ZCreate backup boot environment: No
1672026-05-07T00:31:04.341ZFinalize: Updating package state database ... Done
1682026-05-07T00:31:04.341ZFinalize: Updating package cache ... Done
1692026-05-07T00:31:04.348ZFinalize: Updating image state ... Done
1702026-05-07T00:31:06.273ZFinalize: Creating fast lookup database ... Done
1712026-05-07T00:31:06.336ZFinalize: Reading search index ... Done
1722026-05-07T00:31:06.339ZFinalize: Updating search index ... Done
1732026-05-07T00:31:06.424ZFinalize: Updating package cache ... Done
1742026-05-07T00:31:06.708ZPlanning: Evaluating mediator changes ... Done
1752026-05-07T00:31:06.812ZPlanning: Checking for conflicting actions ... Done
1762026-05-07T00:31:06.814ZPlanning: Consolidating action changes ... Done
1772026-05-07T00:31:06.969ZPlanning: Evaluating mediators ... Done
1782026-05-07T00:31:06.974ZPlanning: Planning completed in 0.26 seconds
1792026-05-07T00:31:06.993Z Mediators to change: 1
1802026-05-07T00:31:06.993Z Create boot environment: No
1812026-05-07T00:31:06.998ZCreate backup boot environment: No
1822026-05-07T00:31:07.062ZFinalize: Updating package state database ... Done
1832026-05-07T00:31:07.062ZFinalize: Updating package cache ... Done
1842026-05-07T00:31:07.068ZFinalize: Updating image state ... Done
1852026-05-07T00:31:08.987ZFinalize: Creating fast lookup database ... Done
1862026-05-07T00:31:09.046ZFinalize: Reading search index ... Done
1872026-05-07T00:31:09.049ZFinalize: Updating search index ... Done
1882026-05-07T00:31:09.128ZFinalize: Updating package cache ... Done
1892026-05-07T00:31:09.436ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-07T00:31:09.436Zapache system 2.4 system
1912026-05-07T00:31:09.436Zclang system 15 system
1922026-05-07T00:31:09.436Zcsh system system illumos
1932026-05-07T00:31:09.436Zctags system system illumos
1942026-05-07T00:31:09.436Zfile vendor vendor darwinsys
1952026-05-07T00:31:09.436Zfile system system illumos
1962026-05-07T00:31:09.436Zgcc vendor 14 vendor
1972026-05-07T00:31:09.436Zgcc system 13 system
1982026-05-07T00:31:09.436Zgcc system 10 system
1992026-05-07T00:31:09.436Zgo system 1.25 system
2002026-05-07T00:31:09.436Zllvm system 15 system
2012026-05-07T00:31:09.436Zmariadb system 11.4 system
2022026-05-07T00:31:09.436Zmta vendor vendor dma
2032026-05-07T00:31:09.436Zopenjdk system 17 system
2042026-05-07T00:31:09.436Zopenjdk system 11 system
2052026-05-07T00:31:09.436Zopenssl vendor 3 vendor
2062026-05-07T00:31:09.436Zperl system 5.40 system
2072026-05-07T00:31:09.436Zpostgresql system 18 system
2082026-05-07T00:31:09.436Zpostgresql system 17 system
2092026-05-07T00:31:09.436Zpython vendor 3 vendor
2102026-05-07T00:31:09.436Zpython system 2 system
2112026-05-07T00:31:09.436Zpython3 vendor 3.13 vendor
2122026-05-07T00:31:09.437Zruby system 3.4 system
2132026-05-07T00:31:09.437Zruby system 3.0 system
2142026-05-07T00:31:09.437Zwords vendor vendor american-english
2152026-05-07T00:31:09.437Zwords system system australian-english
2162026-05-07T00:31:09.437Zwords system system british-english
2172026-05-07T00:31:09.437Zwords system system canadian-english
2182026-05-07T00:31:09.437Zwords system system french
2192026-05-07T00:31:09.437Zwords system system italian
2202026-05-07T00:31:09.437Zwords system system ngerman
2212026-05-07T00:31:09.437Zwords system system ogerman
2222026-05-07T00:31:09.437Zwords system system spanish
2232026-05-07T00:31:09.689ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-07T00:31:09.689Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-07T00:31:09.947ZFMRI IFO
2262026-05-07T00:31:09.948Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-07T00:31:09.948Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-07T00:31:09.948Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-07T00:31:09.948Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-07T00:31:09.948Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-07T00:31:09.948Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-07T00:31:09.948Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-07T00:31:09.948Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-07T00:31:09.948Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-07T00:31:10.179Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-07T00:31:10.460Z Updating crates.io index
2372026-05-07T00:31:10.500Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-07T00:31:10.706Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-07T00:31:11.793Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-07T00:31:12.079Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-07T00:31:13.265Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-07T00:31:13.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-07T00:31:15.578Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-07T00:31:16.472Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-07T00:31:16.800Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-07T00:31:17.794Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-07T00:31:18.238Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-07T00:31:18.605Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-07T00:31:18.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-07T00:31:19.895Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-07T00:31:20.463Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-07T00:31:20.812Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532026-05-07T00:31:21.211Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2542026-05-07T00:31:21.645Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-05-07T00:31:21.888Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-05-07T00:31:22.113Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-05-07T00:31:22.361Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-05-07T00:31:22.763Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-05-07T00:31:23.343Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2602026-05-07T00:31:23.832Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2612026-05-07T00:31:24.117Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2622026-05-07T00:31:24.461Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632026-05-07T00:31:25.523Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-05-07T00:31:26.153Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-05-07T00:31:26.712Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662026-05-07T00:31:27.165Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672026-05-07T00:31:27.551Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682026-05-07T00:31:27.896Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2692026-05-07T00:31:28.201Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2702026-05-07T00:31:28.572Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712026-05-07T00:31:29.242Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722026-05-07T00:31:29.504Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732026-05-07T00:31:29.817Z Updating git repository `https://github.com/illumos/smf-rs`
2742026-05-07T00:31:30.217Z Updating git repository `https://github.com/oxidecomputer/omicron`
2752026-05-07T00:31:41.951Z Downloading crates ...
2762026-05-07T00:31:42.021Z Downloaded form_urlencoded v1.2.2
2772026-05-07T00:31:42.025Z Downloaded proc-macro-error v1.0.4
2782026-05-07T00:31:42.025Z Downloaded scroll v0.12.0
2792026-05-07T00:31:42.032Z Downloaded thiserror-impl v1.0.69
2802026-05-07T00:31:42.035Z Downloaded strsim v0.11.1
2812026-05-07T00:31:42.040Z Downloaded anstream v0.6.21
2822026-05-07T00:31:42.043Z Downloaded serde_core v1.0.228
2832026-05-07T00:31:42.045Z Downloaded thiserror v1.0.69
2842026-05-07T00:31:42.048Z Downloaded utf8parse v0.2.2
2852026-05-07T00:31:42.048Z Downloaded serde v1.0.228
2862026-05-07T00:31:42.052Z Downloaded proc-macro2 v1.0.106
2872026-05-07T00:31:42.052Z Downloaded usdt-impl v0.5.0
2882026-05-07T00:31:42.052Z Downloaded camino-tempfile v1.4.1
2892026-05-07T00:31:42.056Z Downloaded version_check v0.9.5
2902026-05-07T00:31:42.057Z Downloaded usdt v0.5.0
2912026-05-07T00:31:42.057Z Downloaded zerofrom v0.1.6
2922026-05-07T00:31:42.060Z Downloaded usdt-macro v0.5.0
2932026-05-07T00:31:42.060Z Downloaded toml_datetime v0.6.11
2942026-05-07T00:31:42.060Z Downloaded equivalent v1.0.2
2952026-05-07T00:31:42.060Z Downloaded proc-macro-error-attr v1.0.4
2962026-05-07T00:31:42.060Z Downloaded icu_properties v2.1.2
2972026-05-07T00:31:42.063Z Downloaded usdt-attr-macro v0.5.0
2982026-05-07T00:31:42.063Z Downloaded serde-value v0.7.0
2992026-05-07T00:31:42.063Z Downloaded fnv v1.0.7
3002026-05-07T00:31:42.066Z Downloaded typeid v1.0.3
3012026-05-07T00:31:42.066Z Downloaded yoke-derive v0.8.1
3022026-05-07T00:31:42.069Z Downloaded percent-encoding v2.3.2
3032026-05-07T00:31:42.082Z Downloaded colorchoice v1.0.4
3042026-05-07T00:31:42.082Z Downloaded bytecount v0.6.9
3052026-05-07T00:31:42.082Z Downloaded zmij v1.0.21
3062026-05-07T00:31:42.082Z Downloaded dof v0.3.0
3072026-05-07T00:31:42.086Z Downloaded thread-id v4.2.2
3082026-05-07T00:31:42.086Z Downloaded toml_write v0.1.2
3092026-05-07T00:31:42.086Z Downloaded zerofrom-derive v0.1.6
3102026-05-07T00:31:42.086Z Downloaded utf8_iter v1.0.4
3112026-05-07T00:31:42.092Z Downloaded cargo-platform v0.2.0
3122026-05-07T00:31:42.092Z Downloaded unicode-linebreak v0.1.5
3132026-05-07T00:31:42.092Z Downloaded serde_spanned v0.6.9
3142026-05-07T00:31:42.092Z Downloaded generic-array v0.14.7
3152026-05-07T00:31:42.096Z Downloaded zerocopy-derive v0.7.35
3162026-05-07T00:31:42.100Z Downloaded zerovec-derive v0.11.2
3172026-05-07T00:31:42.100Z Downloaded thiserror v2.0.18
3182026-05-07T00:31:42.103Z Downloaded terminal_size v0.4.3
3192026-05-07T00:31:42.103Z Downloaded log v0.4.29
3202026-05-07T00:31:42.103Z Downloaded unicode-xid v0.2.6
3212026-05-07T00:31:42.106Z Downloaded scroll_derive v0.12.1
3222026-05-07T00:31:42.106Z Downloaded block-buffer v0.10.4
3232026-05-07T00:31:42.110Z Downloaded macaddr v1.0.1
3242026-05-07T00:31:42.114Z Downloaded textwrap v0.16.2
3252026-05-07T00:31:42.120Z Downloaded smawk v0.3.2
3262026-05-07T00:31:42.124Z Downloaded errno v0.3.14
3272026-05-07T00:31:42.124Z Downloaded zerotrie v0.2.3
3282026-05-07T00:31:42.127Z Downloaded yoke v0.8.1
3292026-05-07T00:31:42.127Z Downloaded writeable v0.6.2
3302026-05-07T00:31:42.127Z Downloaded ordered-float v2.10.1
3312026-05-07T00:31:42.130Z Downloaded anstyle-query v1.1.5
3322026-05-07T00:31:42.133Z Downloaded itoa v1.0.17
3332026-05-07T00:31:42.133Z Downloaded thiserror-impl v2.0.18
3342026-05-07T00:31:42.133Z Downloaded toml v0.8.23
3352026-05-07T00:31:42.137Z Downloaded ucd-trie v0.1.7
3362026-05-07T00:31:42.140Z Downloaded tabled_derive v0.7.0
3372026-05-07T00:31:42.140Z Downloaded tinystr v0.8.2
3382026-05-07T00:31:42.143Z Downloaded plain v0.2.3
3392026-05-07T00:31:42.149Z Downloaded heck v0.5.0
3402026-05-07T00:31:42.152Z Downloaded cfg-if v1.0.4
3412026-05-07T00:31:42.155Z Downloaded synstructure v0.13.2
3422026-05-07T00:31:42.158Z Downloaded unicode-ident v1.0.24
3432026-05-07T00:31:42.161Z Downloaded erased-serde v0.4.9
3442026-05-07T00:31:42.164Z Downloaded typenum v1.19.0
3452026-05-07T00:31:42.164Z Downloaded clap_lex v1.0.0
3462026-05-07T00:31:42.167Z Downloaded stable_deref_trait v1.2.1
3472026-05-07T00:31:42.170Z Downloaded cpufeatures v0.2.17
3482026-05-07T00:31:42.170Z Downloaded cargo_metadata v0.21.0
3492026-05-07T00:31:42.175Z Downloaded url v2.5.8
3502026-05-07T00:31:42.175Z Downloaded toml_edit v0.22.27
3512026-05-07T00:31:42.180Z Downloaded quote v1.0.45
3522026-05-07T00:31:42.184Z Downloaded fastrand v2.3.0
3532026-05-07T00:31:42.187Z Downloaded heck v0.4.1
3542026-05-07T00:31:42.190Z Downloaded zerovec v0.11.5
3552026-05-07T00:31:42.194Z Downloaded pretty-hex v0.4.1
3562026-05-07T00:31:42.194Z Downloaded memmap v0.7.0
3572026-05-07T00:31:42.197Z Downloaded is_terminal_polyfill v1.70.2
3582026-05-07T00:31:42.197Z Downloaded idna_adapter v1.2.1
3592026-05-07T00:31:42.197Z Downloaded zerocopy v0.7.35
3602026-05-07T00:31:42.206Z Downloaded potential_utf v0.1.4
3612026-05-07T00:31:42.211Z Downloaded winnow v0.7.14
3622026-05-07T00:31:42.211Z Downloaded fs-err v3.3.0
3632026-05-07T00:31:42.221Z Downloaded dtrace-parser v0.2.0
3642026-05-07T00:31:42.224Z Downloaded sha2 v0.10.9
3652026-05-07T00:31:42.224Z Downloaded byteorder v1.5.0
3662026-05-07T00:31:42.225Z Downloaded unicode-width v0.2.0
3672026-05-07T00:31:42.225Z Downloaded unicode-width v0.1.14
3682026-05-07T00:31:42.228Z Downloaded serde_tokenstream v0.2.3
3692026-05-07T00:31:42.232Z Downloaded crypto-common v0.1.7
3702026-05-07T00:31:42.236Z Downloaded serde-untagged v0.1.9
3712026-05-07T00:31:42.236Z Downloaded anyhow v1.0.102
3722026-05-07T00:31:42.236Z Downloaded autocfg v1.5.0
3732026-05-07T00:31:42.239Z Downloaded bitflags v2.11.0
3742026-05-07T00:31:42.242Z Downloaded tempfile v3.25.0
3752026-05-07T00:31:42.242Z Downloaded displaydoc v0.2.5
3762026-05-07T00:31:42.253Z Downloaded once_cell v1.21.3
3772026-05-07T00:31:42.257Z Downloaded swrite v0.1.0
3782026-05-07T00:31:42.257Z Downloaded digest v0.10.7
3792026-05-07T00:31:42.257Z Downloaded getrandom v0.4.1
3802026-05-07T00:31:42.264Z Downloaded anstyle-parse v0.2.7
3812026-05-07T00:31:42.264Z Downloaded anstyle v1.0.13
3822026-05-07T00:31:42.264Z Downloaded pest_generator v2.8.6
3832026-05-07T00:31:42.269Z Downloaded semver v1.0.28
3842026-05-07T00:31:42.269Z Downloaded clap_derive v4.5.55
3852026-05-07T00:31:42.279Z Downloaded litemap v0.8.1
3862026-05-07T00:31:42.281Z Downloaded pest_derive v2.8.6
3872026-05-07T00:31:42.281Z Downloaded cargo_toml v0.21.0
3882026-05-07T00:31:42.284Z Downloaded camino v1.2.2
3892026-05-07T00:31:42.293Z Downloaded pest_meta v2.8.6
3902026-05-07T00:31:42.296Z Downloaded icu_collections v2.1.1
3912026-05-07T00:31:42.317Z Downloaded num-traits v0.2.19
3922026-05-07T00:31:42.320Z Downloaded papergrid v0.11.0
3932026-05-07T00:31:42.320Z Downloaded icu_provider v2.1.1
3942026-05-07T00:31:42.323Z Downloaded cargo-util-schemas v0.8.2
3952026-05-07T00:31:42.323Z Downloaded clap v4.5.60
3962026-05-07T00:31:42.333Z Downloaded smallvec v1.15.1
3972026-05-07T00:31:42.344Z Downloaded icu_normalizer v2.1.1
3982026-05-07T00:31:42.353Z Downloaded icu_locale_core v2.1.1
3992026-05-07T00:31:42.357Z Downloaded serde_derive v1.0.228
4002026-05-07T00:31:42.360Z Downloaded icu_normalizer_data v2.1.1
4012026-05-07T00:31:42.363Z Downloaded memchr v2.8.0
4022026-05-07T00:31:42.371Z Downloaded indexmap v2.14.0
4032026-05-07T00:31:42.424Z Downloaded pest v2.8.6
4042026-05-07T00:31:42.430Z Downloaded idna v1.1.0
4052026-05-07T00:31:42.437Z Downloaded hashbrown v0.17.0
4062026-05-07T00:31:42.455Z Downloaded clap_builder v4.5.60
4072026-05-07T00:31:42.459Z Downloaded serde_json v1.0.149
4082026-05-07T00:31:42.464Z Downloaded icu_properties_data v2.1.2
4092026-05-07T00:31:42.467Z Downloaded goblin v0.8.2
4102026-05-07T00:31:42.474Z Downloaded tabled v0.15.0
4112026-05-07T00:31:42.488Z Downloaded syn v1.0.109
4122026-05-07T00:31:42.519Z Downloaded syn v2.0.117
4132026-05-07T00:31:42.541Z Downloaded rustix v1.1.3
4142026-05-07T00:31:42.574Z Downloaded libc v0.2.185
4152026-05-07T00:31:42.640Z Compiling proc-macro2 v1.0.106
4162026-05-07T00:31:42.640Z Compiling quote v1.0.45
4172026-05-07T00:31:42.640Z Compiling unicode-ident v1.0.24
4182026-05-07T00:31:42.644Z Compiling serde_core v1.0.228
4192026-05-07T00:31:42.644Z Compiling libc v0.2.185
4202026-05-07T00:31:42.644Z Compiling version_check v0.9.5
4212026-05-07T00:31:42.644Z Compiling memchr v2.8.0
4222026-05-07T00:31:42.644Z Compiling serde v1.0.228
4232026-05-07T00:31:42.973Z Compiling stable_deref_trait v1.2.1
4242026-05-07T00:31:43.047Z Compiling zmij v1.0.21
4252026-05-07T00:31:43.183Z Compiling autocfg v1.5.0
4262026-05-07T00:31:43.279Z Compiling ucd-trie v0.1.7
4272026-05-07T00:31:43.491Z Compiling thiserror v1.0.69
4282026-05-07T00:31:43.573Z Compiling itoa v1.0.17
4292026-05-07T00:31:43.595Z Compiling pest v2.8.6
4302026-05-07T00:31:43.623Z Compiling writeable v0.6.2
4312026-05-07T00:31:43.640Z Compiling litemap v0.8.1
4322026-05-07T00:31:43.744Z Compiling byteorder v1.5.0
4332026-05-07T00:31:43.819Z Compiling icu_normalizer_data v2.1.1
4342026-05-07T00:31:43.974Z Compiling icu_properties_data v2.1.2
4352026-05-07T00:31:44.017Z Compiling rustix v1.1.3
4362026-05-07T00:31:44.188Z Compiling syn v2.0.117
4372026-05-07T00:31:44.265Z Compiling errno v0.3.14
4382026-05-07T00:31:44.278Z Compiling serde_json v1.0.149
4392026-05-07T00:31:44.291Z Compiling bitflags v2.11.0
4402026-05-07T00:31:44.500Z Compiling num-traits v0.2.19
4412026-05-07T00:31:44.518Z Compiling smallvec v1.15.1
4422026-05-07T00:31:44.615Z Compiling typeid v1.0.3
4432026-05-07T00:31:44.685Z Compiling pest_meta v2.8.6
4442026-05-07T00:31:44.886Z Compiling hashbrown v0.17.0
4452026-05-07T00:31:44.901Z Compiling equivalent v1.0.2
4462026-05-07T00:31:45.012Z Compiling thread-id v4.2.2
4472026-05-07T00:31:45.093Z Compiling usdt-impl v0.5.0
4482026-05-07T00:31:45.165Z Compiling proc-macro-error-attr v1.0.4
4492026-05-07T00:31:45.199Z Compiling toml_write v0.1.2
4502026-05-07T00:31:45.308Z Compiling syn v1.0.109
4512026-05-07T00:31:45.345Z Compiling erased-serde v0.4.9
4522026-05-07T00:31:45.442Z Compiling indexmap v2.14.0
4532026-05-07T00:31:45.548Z Compiling winnow v0.7.14
4542026-05-07T00:31:45.891Z Compiling proc-macro-error v1.0.4
4552026-05-07T00:31:46.057Z Compiling plain v0.2.3
4562026-05-07T00:31:46.077Z Compiling percent-encoding v2.3.2
4572026-05-07T00:31:46.169Z Compiling thiserror v2.0.18
4582026-05-07T00:31:46.271Z Compiling camino v1.2.2
4592026-05-07T00:31:46.306Z Compiling log v0.4.29
4602026-05-07T00:31:46.330Z Compiling utf8parse v0.2.2
4612026-05-07T00:31:46.416Z Compiling getrandom v0.4.1
4622026-05-07T00:31:46.443Z Compiling utf8_iter v1.0.4
4632026-05-07T00:31:46.489Z Compiling anstyle-parse v0.2.7
4642026-05-07T00:31:46.603Z Compiling ordered-float v2.10.1
4652026-05-07T00:31:46.635Z Compiling form_urlencoded v1.2.2
4662026-05-07T00:31:46.773Z Compiling synstructure v0.13.2
4672026-05-07T00:31:46.776Z Compiling pest_generator v2.8.6
4682026-05-07T00:31:46.856Z Compiling terminal_size v0.4.3
4692026-05-07T00:31:47.014Z Compiling cfg-if v1.0.4
4702026-05-07T00:31:47.086Z Compiling anstyle v1.0.13
4712026-05-07T00:31:47.167Z Compiling pretty-hex v0.4.1
4722026-05-07T00:31:47.204Z Compiling anstyle-query v1.1.5
4732026-05-07T00:31:47.219Z Compiling colorchoice v1.0.4
4742026-05-07T00:31:47.307Z Compiling is_terminal_polyfill v1.70.2
4752026-05-07T00:31:47.324Z Compiling serde-untagged v0.1.9
4762026-05-07T00:31:47.399Z Compiling anstream v0.6.21
4772026-05-07T00:31:47.423Z Compiling semver v1.0.28
4782026-05-07T00:31:47.523Z Compiling fs-err v3.3.0
4792026-05-07T00:31:47.583Z Compiling unicode-width v0.1.14
4802026-05-07T00:31:47.698Z Compiling anyhow v1.0.102
4812026-05-07T00:31:47.715Z Compiling unicode-xid v0.2.6
4822026-05-07T00:31:47.735Z Compiling bytecount v0.6.9
4832026-05-07T00:31:47.754Z Compiling heck v0.5.0
4842026-05-07T00:31:47.834Z Compiling once_cell v1.21.3
4852026-05-07T00:31:47.850Z Compiling strsim v0.11.1
4862026-05-07T00:31:47.867Z Compiling fnv v1.0.7
4872026-05-07T00:31:47.989Z Compiling clap_lex v1.0.0
4882026-05-07T00:31:48.004Z Compiling heck v0.4.1
4892026-05-07T00:31:48.051Z Compiling fastrand v2.3.0
4902026-05-07T00:31:48.190Z Compiling clap_builder v4.5.60
4912026-05-07T00:31:48.228Z Compiling tempfile v3.25.0
4922026-05-07T00:31:48.271Z Compiling papergrid v0.11.0
4932026-05-07T00:31:48.409Z Compiling memmap v0.7.0
4942026-05-07T00:31:48.425Z Compiling unicode-linebreak v0.1.5
4952026-05-07T00:31:48.445Z Compiling serde_derive v1.0.228
4962026-05-07T00:31:48.589Z Compiling zerofrom-derive v0.1.6
4972026-05-07T00:31:48.605Z Compiling yoke-derive v0.8.1
4982026-05-07T00:31:48.661Z Compiling zerovec-derive v0.11.2
4992026-05-07T00:31:48.819Z Compiling displaydoc v0.2.5
5002026-05-07T00:31:49.593Z Compiling thiserror-impl v1.0.69
5012026-05-07T00:31:49.710Z Compiling zerocopy-derive v0.7.35
5022026-05-07T00:31:49.770Z Compiling pest_derive v2.8.6
5032026-05-07T00:31:49.811Z Compiling scroll_derive v0.12.1
5042026-05-07T00:31:50.011Z Compiling zerofrom v0.1.6
5052026-05-07T00:31:50.150Z Compiling yoke v0.8.1
5062026-05-07T00:31:50.205Z Compiling thiserror-impl v2.0.18
5072026-05-07T00:31:50.354Z Compiling zerovec v0.11.5
5082026-05-07T00:31:50.490Z Compiling zerotrie v0.2.3
5092026-05-07T00:31:50.573Z Compiling zerocopy v0.7.35
5102026-05-07T00:31:50.793Z Compiling scroll v0.12.0
5112026-05-07T00:31:50.845Z Compiling tinystr v0.8.2
5122026-05-07T00:31:50.968Z Compiling potential_utf v0.1.4
5132026-05-07T00:31:51.047Z Compiling icu_locale_core v2.1.1
5142026-05-07T00:31:51.063Z Compiling dtrace-parser v0.2.0
5152026-05-07T00:31:51.117Z Compiling icu_collections v2.1.1
5162026-05-07T00:31:51.133Z Compiling goblin v0.8.2
5172026-05-07T00:31:51.221Z Compiling tabled_derive v0.7.0
5182026-05-07T00:31:51.390Z Compiling clap_derive v4.5.55
5192026-05-07T00:31:51.741Z Compiling icu_provider v2.1.1
5202026-05-07T00:31:51.829Z Compiling smawk v0.3.2
5212026-05-07T00:31:51.936Z Compiling serde_spanned v0.6.9
5222026-05-07T00:31:51.990Z Compiling toml_datetime v0.6.11
5232026-05-07T00:31:51.990Z Compiling icu_normalizer v2.1.1
5242026-05-07T00:31:52.035Z Compiling icu_properties v2.1.2
5252026-05-07T00:31:52.069Z Compiling dof v0.3.0
5262026-05-07T00:31:52.088Z Compiling serde_tokenstream v0.2.3
5272026-05-07T00:31:52.136Z Compiling toml_edit v0.22.27
5282026-05-07T00:31:52.190Z Compiling serde-value v0.7.0
5292026-05-07T00:31:52.430Z Compiling cargo-platform v0.2.0
5302026-05-07T00:31:52.472Z Compiling unicode-width v0.2.0
5312026-05-07T00:31:52.545Z Compiling tabled v0.15.0
5322026-05-07T00:31:52.700Z Compiling macaddr v1.0.1
5332026-05-07T00:31:52.749Z Compiling textwrap v0.16.2
5342026-05-07T00:31:52.922Z Compiling idna_adapter v1.2.1
5352026-05-07T00:31:52.990Z Compiling usdt-attr-macro v0.5.0
5362026-05-07T00:31:53.102Z Compiling idna v1.1.0
5372026-05-07T00:31:53.110Z Compiling usdt-macro v0.5.0
5382026-05-07T00:31:53.123Z Compiling clap v4.5.60
5392026-05-07T00:31:53.208Z Compiling camino-tempfile v1.4.1
5402026-05-07T00:31:53.437Z Compiling url v2.5.8
5412026-05-07T00:31:53.579Z Compiling toml v0.8.23
5422026-05-07T00:31:53.734Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5432026-05-07T00:31:53.985Z Compiling cargo-util-schemas v0.8.2
5442026-05-07T00:31:54.217Z Compiling cargo_toml v0.21.0
5452026-05-07T00:31:54.242Z Compiling swrite v0.1.0
5462026-05-07T00:31:54.413Z Compiling usdt v0.5.0
5472026-05-07T00:31:54.972Z Compiling cargo_metadata v0.21.0
5482026-05-07T00:31:55.911Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5492026-05-07T00:31:57.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.92s
5502026-05-07T00:31:58.192Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5512026-05-07T00:31:58.756Z Downloading crates ...
5522026-05-07T00:31:58.847Z Downloaded atty v0.2.14
5532026-05-07T00:31:58.850Z Downloaded async-trait v0.1.89
5542026-05-07T00:31:58.855Z Downloaded backon v1.6.0
5552026-05-07T00:31:58.860Z Downloaded bit-set v0.5.3
5562026-05-07T00:31:58.863Z Downloaded cobs v0.3.0
5572026-05-07T00:31:58.863Z Downloaded bitfield-macros v0.19.4
5582026-05-07T00:31:58.863Z Downloaded bit-vec v0.8.0
5592026-05-07T00:31:58.867Z Downloaded ciborium v0.2.2
5602026-05-07T00:31:58.870Z Downloaded async-recursion v1.1.1
5612026-05-07T00:31:58.875Z Downloaded cookie_store v0.22.1
5622026-05-07T00:31:58.878Z Downloaded colored v3.1.1
5632026-05-07T00:31:58.878Z Downloaded darling_macro v0.21.3
5642026-05-07T00:31:58.878Z Downloaded atomic-waker v1.1.2
5652026-05-07T00:31:58.881Z Downloaded dtrace-parser v0.3.0
5662026-05-07T00:31:58.881Z Downloaded ascii-canvas v3.0.0
5672026-05-07T00:31:58.881Z Downloaded arrayref v0.3.9
5682026-05-07T00:31:58.881Z Downloaded fd-lock v4.0.4
5692026-05-07T00:31:58.887Z Downloaded foreign-types v0.5.0
5702026-05-07T00:31:58.887Z Downloaded derive_builder_macro v0.20.2
5712026-05-07T00:31:58.888Z Downloaded assert_matches v1.5.0
5722026-05-07T00:31:58.890Z Downloaded debug-ignore v1.0.5
5732026-05-07T00:31:58.890Z Downloaded env_filter v1.0.0
5742026-05-07T00:31:58.891Z Downloaded document-features v0.2.12
5752026-05-07T00:31:58.891Z Downloaded diesel_table_macro_syntax v0.3.0
5762026-05-07T00:31:58.891Z Downloaded async-stream-impl v0.3.6
5772026-05-07T00:31:58.894Z Downloaded ciborium-ll v0.2.2
5782026-05-07T00:31:58.894Z Downloaded embedded-io v0.4.0
5792026-05-07T00:31:58.898Z Downloaded blowfish v0.9.1
5802026-05-07T00:31:58.899Z Downloaded async-stream v0.3.6
5812026-05-07T00:31:58.905Z Downloaded arrayvec v0.7.6
5822026-05-07T00:31:58.905Z Downloaded ctr v0.9.2
5832026-05-07T00:31:58.905Z Downloaded aead v0.5.2
5842026-05-07T00:31:58.909Z Downloaded float-cmp v0.10.0
5852026-05-07T00:31:58.909Z Downloaded curve25519-dalek-derive v0.1.1
5862026-05-07T00:31:58.909Z Downloaded crc32fast v1.5.0
5872026-05-07T00:31:58.909Z Downloaded cassowary v0.3.0
5882026-05-07T00:31:58.909Z Downloaded defmt v1.0.1
5892026-05-07T00:31:58.912Z Downloaded foldhash v0.1.5
5902026-05-07T00:31:58.912Z Downloaded foreign-types-macros v0.2.3
5912026-05-07T00:31:58.912Z Downloaded embedded-io v0.6.1
5922026-05-07T00:31:58.912Z Downloaded compression-core v0.4.31
5932026-05-07T00:31:58.912Z Downloaded find-msvc-tools v0.1.9
5942026-05-07T00:31:58.915Z Downloaded foreign-types-shared v0.1.1
5952026-05-07T00:31:58.915Z Downloaded convert_case v0.4.0
5962026-05-07T00:31:58.915Z Downloaded daft v0.1.5
5972026-05-07T00:31:58.919Z Downloaded defmt v0.3.100
5982026-05-07T00:31:58.919Z Downloaded cc v1.2.56
5992026-05-07T00:31:58.919Z Downloaded cfg_aliases v0.1.1
6002026-05-07T00:31:58.923Z Downloaded flagset v0.4.7
6012026-05-07T00:31:58.923Z Downloaded crossbeam-channel v0.5.15
6022026-05-07T00:31:58.926Z Downloaded castaway v0.2.4
6032026-05-07T00:31:58.926Z Downloaded drift v0.1.3
6042026-05-07T00:31:58.930Z Downloaded derive_builder v0.20.2
6052026-05-07T00:31:58.930Z Downloaded darling_macro v0.20.11
6062026-05-07T00:31:58.933Z Downloaded array-init v0.0.4
6072026-05-07T00:31:58.933Z Downloaded dunce v1.0.5
6082026-05-07T00:31:58.933Z Downloaded dropshot-api-manager-types v0.7.1
6092026-05-07T00:31:58.933Z Downloaded darling v0.21.3
6102026-05-07T00:31:58.936Z Downloaded bit-set v0.8.0
6112026-05-07T00:31:58.940Z Downloaded float-ord v0.3.2
6122026-05-07T00:31:58.940Z Downloaded display-error-chain v0.2.2
6132026-05-07T00:31:58.940Z Downloaded ciborium-io v0.2.2
6142026-05-07T00:31:58.943Z Downloaded atomicwrites v0.4.4
6152026-05-07T00:31:58.943Z Downloaded cargo-platform v0.1.9
6162026-05-07T00:31:58.943Z Downloaded derive_builder_core v0.20.2
6172026-05-07T00:31:58.943Z Downloaded cbc v0.1.2
6182026-05-07T00:31:58.943Z Downloaded adler2 v2.0.1
6192026-05-07T00:31:58.946Z Downloaded bb8 v0.8.6
6202026-05-07T00:31:58.946Z Downloaded base64 v0.22.1
6212026-05-07T00:31:58.949Z Downloaded downcast-rs v2.0.2
6222026-05-07T00:31:58.949Z Downloaded defmt-parser v1.0.0
6232026-05-07T00:31:58.949Z Downloaded crc v3.4.0
6242026-05-07T00:31:58.952Z Downloaded block-padding v0.3.3
6252026-05-07T00:31:58.952Z Downloaded dyn-clone v1.0.20
6262026-05-07T00:31:58.955Z Downloaded dirs-sys-next v0.1.2
6272026-05-07T00:31:58.955Z Downloaded dirs-next v2.0.0
6282026-05-07T00:31:58.955Z Downloaded crucible-workspace-hack v0.1.0
6292026-05-07T00:31:58.958Z Downloaded enum-as-inner v0.6.1
6302026-05-07T00:31:58.958Z Downloaded crc-catalog v2.4.0
6312026-05-07T00:31:58.958Z Downloaded endian-type v0.1.2
6322026-05-07T00:31:58.958Z Downloaded darling_macro v0.23.0
6332026-05-07T00:31:58.961Z Downloaded dsl_auto_type v0.2.0
6342026-05-07T00:31:58.961Z Downloaded bcs v0.1.6
6352026-05-07T00:31:58.964Z Downloaded difflib v0.4.0
6362026-05-07T00:31:58.964Z Downloaded crunchy v0.2.4
6372026-05-07T00:31:58.964Z Downloaded backoff v0.4.0
6382026-05-07T00:31:58.967Z Downloaded fixedbitset v0.4.2
6392026-05-07T00:31:58.967Z Downloaded dof v0.4.0
6402026-05-07T00:31:58.967Z Downloaded crc8 v0.1.1
6412026-05-07T00:31:58.970Z Downloaded base16ct v0.2.0
6422026-05-07T00:31:58.972Z Downloaded env_logger v0.11.9
6432026-05-07T00:31:58.972Z Downloaded data-encoding v2.10.0
6442026-05-07T00:31:58.976Z Downloaded futures-macro v0.3.32
6452026-05-07T00:31:58.979Z Downloaded cfg_aliases v0.2.1
6462026-05-07T00:31:58.982Z Downloaded bcrypt-pbkdf v0.10.0
6472026-05-07T00:31:58.985Z Downloaded futures-sink v0.3.32
6482026-05-07T00:31:58.985Z Downloaded foreign-types v0.3.2
6492026-05-07T00:31:58.985Z Downloaded cpufeatures v0.3.0
6502026-05-07T00:31:58.985Z Downloaded bitfield-struct v0.6.2
6512026-05-07T00:31:58.988Z Downloaded futures-core v0.3.32
6522026-05-07T00:31:58.988Z Downloaded csv-core v0.1.13
6532026-05-07T00:31:58.991Z Downloaded fixedbitset v0.5.7
6542026-05-07T00:31:58.991Z Downloaded foreign-types-shared v0.3.1
6552026-05-07T00:31:58.991Z Downloaded diesel-dtrace v0.5.0
6562026-05-07T00:31:58.993Z Downloaded daft-derive v0.1.5
6572026-05-07T00:31:58.996Z Downloaded futures-task v0.3.32
6582026-05-07T00:31:58.996Z Downloaded git-stub v1.0.0
6592026-05-07T00:31:58.996Z Downloaded funty v2.0.0
6602026-05-07T00:31:58.999Z Downloaded fxhash v0.2.1
6612026-05-07T00:31:59.000Z Downloaded ghash v0.5.1
6622026-05-07T00:31:59.004Z Downloaded gethostname v0.5.0
6632026-05-07T00:31:59.004Z Downloaded hex-literal v0.4.1
6642026-05-07T00:31:59.004Z Downloaded hash32 v0.3.1
6652026-05-07T00:31:59.007Z Downloaded base64ct v1.8.3
6662026-05-07T00:31:59.007Z Downloaded headers-core v0.3.0
6672026-05-07T00:31:59.007Z Downloaded hash32 v0.2.1
6682026-05-07T00:31:59.007Z Downloaded futures-io v0.3.32
6692026-05-07T00:31:59.010Z Downloaded deranged v0.5.8
6702026-05-07T00:31:59.010Z Downloaded der_derive v0.7.3
6712026-05-07T00:31:59.013Z Downloaded cexpr v0.6.0
6722026-05-07T00:31:59.013Z Downloaded bitflags v1.3.2
6732026-05-07T00:31:59.016Z Downloaded compression-codecs v0.4.37
6742026-05-07T00:31:59.016Z Downloaded ed25519 v2.2.3
6752026-05-07T00:31:59.019Z Downloaded convert_case v0.10.0
6762026-05-07T00:31:59.019Z Downloaded const_format_proc_macros v0.2.34
6772026-05-07T00:31:59.021Z Downloaded darling v0.20.11
6782026-05-07T00:31:59.024Z Downloaded ff v0.13.1
6792026-05-07T00:31:59.024Z Downloaded hex v0.4.3
6802026-05-07T00:31:59.024Z Downloaded chacha20 v0.9.1
6812026-05-07T00:31:59.027Z Downloaded darling_core v0.21.3
6822026-05-07T00:31:59.030Z Downloaded crossbeam-deque v0.8.6
6832026-05-07T00:31:59.030Z Downloaded ena v0.14.4
6842026-05-07T00:31:59.033Z Downloaded camino-tempfile-ext v0.3.3
6852026-05-07T00:31:59.033Z Downloaded colored v2.2.0
6862026-05-07T00:31:59.033Z Downloaded bitfield v0.19.4
6872026-05-07T00:31:59.036Z Downloaded arc-swap v1.8.2
6882026-05-07T00:31:59.040Z Downloaded async-bb8-diesel v0.2.1
6892026-05-07T00:31:59.040Z Downloaded hubpack_derive v0.1.1
6902026-05-07T00:31:59.040Z Downloaded httpdate v1.0.3
6912026-05-07T00:31:59.040Z Downloaded hyper-tls v0.6.0
6922026-05-07T00:31:59.043Z Downloaded hubpack v0.1.2
6932026-05-07T00:31:59.043Z Downloaded http-range v0.1.5
6942026-05-07T00:31:59.043Z Downloaded hostname v0.4.2
6952026-05-07T00:31:59.043Z Downloaded hostname v0.3.1
6962026-05-07T00:31:59.047Z Downloaded home v0.5.12
6972026-05-07T00:31:59.047Z Downloaded ident_case v1.0.1
6982026-05-07T00:31:59.047Z Downloaded cargo_metadata v0.19.2
6992026-05-07T00:31:59.051Z Downloaded indent_write v2.2.0
7002026-05-07T00:31:59.051Z Downloaded corncobs v0.1.4
7012026-05-07T00:31:59.051Z Downloaded indoc v1.0.9
7022026-05-07T00:31:59.054Z Downloaded byte-wrapper v0.1.0
7032026-05-07T00:31:59.054Z Downloaded filetime v0.2.27
7042026-05-07T00:31:59.054Z Downloaded defmt-macros v1.0.1
7052026-05-07T00:31:59.057Z Downloaded foldhash v0.2.0
7062026-05-07T00:31:59.057Z Downloaded fs-err v2.11.0
7072026-05-07T00:31:59.059Z Downloaded derive-ex v0.1.8
7082026-05-07T00:31:59.060Z Downloaded fs_extra v1.3.0
7092026-05-07T00:31:59.060Z Downloaded futures-executor v0.3.32
7102026-05-07T00:31:59.063Z Downloaded globwalk v0.9.1
7112026-05-07T00:31:59.063Z Downloaded glob v0.3.3
7122026-05-07T00:31:59.063Z Downloaded globset v0.4.18
7132026-05-07T00:31:59.066Z Downloaded fallible-iterator v0.2.0
7142026-05-07T00:31:59.066Z Downloaded argon2 v0.5.3
7152026-05-07T00:31:59.066Z Downloaded constant_time_eq v0.4.2
7162026-05-07T00:31:59.069Z Downloaded git-stub-vcs v0.1.0
7172026-05-07T00:31:59.069Z Downloaded bzip2 v0.6.1
7182026-05-07T00:31:59.076Z Downloaded group v0.13.0
7192026-05-07T00:31:59.076Z Downloaded bit-vec v0.6.3
7202026-05-07T00:31:59.076Z Downloaded cipher v0.4.4
7212026-05-07T00:31:59.076Z Downloaded critical-section v1.2.0
7222026-05-07T00:31:59.076Z Downloaded instant v0.1.13
7232026-05-07T00:31:59.076Z Downloaded is_ci v1.2.0
7242026-05-07T00:31:59.076Z Downloaded is-terminal v0.4.17
7252026-05-07T00:31:59.080Z Downloaded cmake v0.1.57
7262026-05-07T00:31:59.080Z Downloaded erased-serde v0.3.31
7272026-05-07T00:31:59.080Z Downloaded diff v0.1.13
7282026-05-07T00:31:59.083Z Downloaded derive-where v1.6.0
7292026-05-07T00:31:59.085Z Downloaded console v0.16.2
7302026-05-07T00:31:59.088Z Downloaded bzip2 v0.4.4
7312026-05-07T00:31:59.088Z Downloaded ahash v0.8.12
7322026-05-07T00:31:59.091Z Downloaded internet-checksum v0.2.1
7332026-05-07T00:31:59.091Z Downloaded crossbeam-epoch v0.9.18
7342026-05-07T00:31:59.094Z Downloaded http-body-util v0.1.3
7352026-05-07T00:31:59.094Z Downloaded ecdsa v0.16.9
7362026-05-07T00:31:59.097Z Downloaded darling v0.23.0
7372026-05-07T00:31:59.099Z Downloaded lazy_static v1.5.0
7382026-05-07T00:31:59.099Z Downloaded lalrpop-util v0.19.12
7392026-05-07T00:31:59.102Z Downloaded humantime v2.3.0
7402026-05-07T00:31:59.102Z Downloaded highway v1.3.0
7412026-05-07T00:31:59.106Z Downloaded des v0.8.1
7422026-05-07T00:31:59.106Z Downloaded keccak v0.1.6
7432026-05-07T00:31:59.106Z Downloaded hyper-staticfile v0.10.1
7442026-05-07T00:31:59.110Z Downloaded either v1.15.0
7452026-05-07T00:31:59.110Z Downloaded cstr-argument v0.1.2
7462026-05-07T00:31:59.114Z Downloaded linked-hash-map v0.5.6
7472026-05-07T00:31:59.114Z Downloaded lru-cache v0.1.2
7482026-05-07T00:31:59.114Z Downloaded libscf-sys v1.1.0
7492026-05-07T00:31:59.114Z Downloaded inout v0.1.4
7502026-05-07T00:31:59.114Z Downloaded indoc v2.0.7
7512026-05-07T00:31:59.117Z Downloaded lru v0.12.5
7522026-05-07T00:31:59.117Z Downloaded buf-list v1.1.2
7532026-05-07T00:31:59.120Z Downloaded md5 v0.7.0
7542026-05-07T00:31:59.120Z Downloaded match_cfg v0.1.0
7552026-05-07T00:31:59.120Z Downloaded maplit v1.0.2
7562026-05-07T00:31:59.120Z Downloaded cookie v0.18.1
7572026-05-07T00:31:59.123Z Downloaded managed v0.8.0
7582026-05-07T00:31:59.123Z Downloaded dropshot_endpoint v0.16.7
7592026-05-07T00:31:59.127Z Downloaded lzss v0.8.2
7602026-05-07T00:31:59.127Z Downloaded memoffset v0.9.1
7612026-05-07T00:31:59.130Z Downloaded md-5 v0.10.6
7622026-05-07T00:31:59.130Z Downloaded half v1.8.3
7632026-05-07T00:31:59.130Z Downloaded ingot v0.1.1
7642026-05-07T00:31:59.133Z Downloaded mime v0.3.17
7652026-05-07T00:31:59.133Z Downloaded ipnetwork v0.21.1
7662026-05-07T00:31:59.133Z Downloaded const-oid v0.9.6
7672026-05-07T00:31:59.136Z Downloaded ipnet v2.11.0
7682026-05-07T00:31:59.136Z Downloaded instability v0.3.11
7692026-05-07T00:31:59.139Z Downloaded ingot-types v0.1.2
7702026-05-07T00:31:59.139Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-07T00:31:59.142Z Downloaded ed25519-dalek v2.2.0
7722026-05-07T00:31:59.142Z Downloaded getrandom v0.2.17
7732026-05-07T00:31:59.145Z Downloaded futures-channel v0.3.32
7742026-05-07T00:31:59.145Z Downloaded multimap v0.10.1
7752026-05-07T00:31:59.148Z Downloaded new_debug_unreachable v1.0.6
7762026-05-07T00:31:59.148Z Downloaded crossbeam-utils v0.8.21
7772026-05-07T00:31:59.148Z Downloaded newtype-uuid-macros v0.1.0
7782026-05-07T00:31:59.151Z Downloaded nibble_vec v0.1.0
7792026-05-07T00:31:59.151Z Downloaded newtype_derive v0.1.6
7802026-05-07T00:31:59.151Z Downloaded dropshot_endpoint v0.17.0
7812026-05-07T00:31:59.154Z Downloaded num-derive v0.4.2
7822026-05-07T00:31:59.154Z Downloaded kstat-rs v0.2.4
7832026-05-07T00:31:59.157Z Downloaded httparse v1.10.1
7842026-05-07T00:31:59.157Z Downloaded http-body v1.0.1
7852026-05-07T00:31:59.160Z Downloaded num v0.4.3
7862026-05-07T00:31:59.160Z Downloaded bytes v1.11.1
7872026-05-07T00:31:59.163Z Downloaded num_threads v0.1.7
7882026-05-07T00:31:59.163Z Downloaded newline-converter v0.3.0
7892026-05-07T00:31:59.163Z Downloaded derive_more-impl v2.1.1
7902026-05-07T00:31:59.166Z Downloaded num_enum_derive v0.5.11
7912026-05-07T00:31:59.166Z Downloaded hyper-rustls v0.27.7
7922026-05-07T00:31:59.169Z Downloaded iana-time-zone v0.1.65
7932026-05-07T00:31:59.171Z Downloaded elliptic-curve v0.13.8
7942026-05-07T00:31:59.176Z Downloaded nonempty v0.12.0
7952026-05-07T00:31:59.176Z Downloaded openssl-macros v0.1.1
7962026-05-07T00:31:59.176Z Downloaded opaque-debug v0.3.1
7972026-05-07T00:31:59.176Z Downloaded nodrop v0.1.14
7982026-05-07T00:31:59.179Z Downloaded linear-map v1.2.0
7992026-05-07T00:31:59.179Z Downloaded libefi-sys v0.1.0
8002026-05-07T00:31:59.179Z Downloaded fatfs v0.3.6
8012026-05-07T00:31:59.179Z Downloaded jobserver v0.1.34
8022026-05-07T00:31:59.182Z Downloaded libsw-core v0.3.2
8032026-05-07T00:31:59.182Z Downloaded num-conv v0.2.0
8042026-05-07T00:31:59.182Z Downloaded lock_api v0.4.14
8052026-05-07T00:31:59.184Z Downloaded libsw v3.5.0
8062026-05-07T00:31:59.184Z Downloaded num-iter v0.1.45
8072026-05-07T00:31:59.184Z Downloaded num-derive v0.3.3
8082026-05-07T00:31:59.187Z Downloaded normalize-line-endings v0.3.0
8092026-05-07T00:31:59.187Z Downloaded olpc-cjson v0.1.4
8102026-05-07T00:31:59.187Z Downloaded clang-sys v1.8.1
8112026-05-07T00:31:59.190Z Downloaded cancel-safe-futures v0.1.5
8122026-05-07T00:31:59.193Z Downloaded allocator-api2 v0.2.21
8132026-05-07T00:31:59.193Z Downloaded getrandom v0.3.4
8142026-05-07T00:31:59.196Z Downloaded oso-derive v0.27.3
8152026-05-07T00:31:59.196Z Downloaded openssl-probe v0.2.1
8162026-05-07T00:31:59.196Z Downloaded maybe-uninit v2.0.0
8172026-05-07T00:31:59.200Z Downloaded derive_more v0.99.20
8182026-05-07T00:31:59.203Z Downloaded libloading v0.8.9
8192026-05-07T00:31:59.203Z Downloaded mime_guess v2.0.5
8202026-05-07T00:31:59.203Z Downloaded darling_core v0.20.11
8212026-05-07T00:31:59.206Z Downloaded crypto-bigint v0.5.5
8222026-05-07T00:31:59.209Z Downloaded nu-ansi-term v0.50.3
8232026-05-07T00:31:59.212Z Downloaded packed_struct_codegen v0.10.1
8242026-05-07T00:31:59.212Z Downloaded native-tls v0.2.18
8252026-05-07T00:31:59.214Z Downloaded ingot-macros v0.1.1
8262026-05-07T00:31:59.214Z Downloaded crc-any v2.5.0
8272026-05-07T00:31:59.217Z Downloaded nanorand v0.7.0
8282026-05-07T00:31:59.217Z Downloaded lru-slab v0.1.2
8292026-05-07T00:31:59.217Z Downloaded console v0.15.11
8302026-05-07T00:31:59.220Z Downloaded chacha20 v0.10.0
8312026-05-07T00:31:59.224Z Downloaded parse-display v0.10.0
8322026-05-07T00:31:59.224Z Downloaded half v2.7.1
8332026-05-07T00:31:59.227Z Downloaded blake2 v0.10.6
8342026-05-07T00:31:59.227Z Downloaded ar_archive_writer v0.5.1
8352026-05-07T00:31:59.228Z Downloaded peg-runtime v0.8.5
8362026-05-07T00:31:59.230Z Downloaded parse-size v1.1.0
8372026-05-07T00:31:59.230Z Downloaded newtype-uuid v1.3.2
8382026-05-07T00:31:59.230Z Downloaded num_enum v0.5.11
8392026-05-07T00:31:59.233Z Downloaded pbkdf2 v0.12.2
8402026-05-07T00:31:59.233Z Downloaded pbkdf2 v0.11.0
8412026-05-07T00:31:59.236Z Downloaded phf_shared v0.13.1
8422026-05-07T00:31:59.236Z Downloaded ignore v0.4.25
8432026-05-07T00:31:59.239Z Downloaded num_enum v0.7.5
8442026-05-07T00:31:59.242Z Downloaded openssl-probe v0.1.6
8452026-05-07T00:31:59.242Z Downloaded num_enum_derive v0.7.5
8462026-05-07T00:31:59.245Z Downloaded phf_shared v0.11.3
8472026-05-07T00:31:59.245Z Downloaded num-rational v0.4.2
8482026-05-07T00:31:59.245Z Downloaded path-slash v0.1.5
8492026-05-07T00:31:59.248Z Downloaded pin-utils v0.1.0
8502026-05-07T00:31:59.250Z Downloaded num-integer v0.1.46
8512026-05-07T00:31:59.250Z Downloaded predicates-tree v1.0.13
8522026-05-07T00:31:59.250Z Downloaded darling_core v0.23.0
8532026-05-07T00:31:59.255Z Downloaded futures v0.3.32
8542026-05-07T00:31:59.258Z Downloaded powerfmt v0.2.0
8552026-05-07T00:31:59.261Z Downloaded memmap2 v0.9.10
8562026-05-07T00:31:59.274Z Downloaded proc-macro-crate v3.4.0
8572026-05-07T00:31:59.277Z Downloaded proc-macro-crate v1.3.1
8582026-05-07T00:31:59.278Z Downloaded precomputed-hash v0.1.1
8592026-05-07T00:31:59.278Z Downloaded oxnet v0.1.4
8602026-05-07T00:31:59.282Z Downloaded oxide-tokio-rt v0.1.4
8612026-05-07T00:31:59.282Z Downloaded owo-colors v4.3.0
8622026-05-07T00:31:59.282Z Downloaded multer v3.1.0
8632026-05-07T00:31:59.285Z Downloaded progenitor-client v0.14.0
8642026-05-07T00:31:59.285Z Downloaded progenitor-client v0.11.2
8652026-05-07T00:31:59.285Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-07T00:31:59.288Z Downloaded packed_struct v0.10.1
8672026-05-07T00:31:59.288Z Downloaded dropshot-api-manager v0.7.1
8682026-05-07T00:31:59.290Z Downloaded progenitor-client v0.10.0
8692026-05-07T00:31:59.290Z Downloaded parse-display-derive v0.10.0
8702026-05-07T00:31:59.293Z Downloaded hmac v0.12.1
8712026-05-07T00:31:59.293Z Downloaded flate2 v1.1.9
8722026-05-07T00:31:59.297Z Downloaded psl-types v2.0.11
8732026-05-07T00:31:59.300Z Downloaded progenitor-macro v0.10.0
8742026-05-07T00:31:59.300Z Downloaded phf_shared v0.12.1
8752026-05-07T00:31:59.300Z Downloaded paste v1.0.15
8762026-05-07T00:31:59.303Z Downloaded password-hash v0.5.0
8772026-05-07T00:31:59.303Z Downloaded password-hash v0.4.2
8782026-05-07T00:31:59.303Z Downloaded quick-error v1.2.3
8792026-05-07T00:31:59.306Z Downloaded pem-rfc7468 v0.7.0
8802026-05-07T00:31:59.306Z Downloaded pem v3.0.6
8812026-05-07T00:31:59.306Z Downloaded progenitor-macro v0.14.0
8822026-05-07T00:31:59.309Z Downloaded progenitor-macro v0.13.0
8832026-05-07T00:31:59.309Z Downloaded progenitor-macro v0.11.2
8842026-05-07T00:31:59.309Z Downloaded peg-macros v0.8.5
8852026-05-07T00:31:59.309Z Downloaded radium v0.7.0
8862026-05-07T00:31:59.313Z Downloaded pkg-config v0.3.32
8872026-05-07T00:31:59.313Z Downloaded phf v0.12.1
8882026-05-07T00:31:59.313Z Downloaded indicatif v0.18.4
8892026-05-07T00:31:59.315Z Downloaded peg v0.8.5
8902026-05-07T00:31:59.319Z Downloaded pkcs8 v0.10.2
8912026-05-07T00:31:59.322Z Downloaded postgres-protocol v0.6.10
8922026-05-07T00:31:59.322Z Downloaded pin-project-lite v0.2.17
8932026-05-07T00:31:59.325Z Downloaded phf v0.13.1
8942026-05-07T00:31:59.325Z Downloaded ppv-lite86 v0.2.21
8952026-05-07T00:31:59.328Z Downloaded litrs v1.0.0
8962026-05-07T00:31:59.328Z Downloaded polyval v0.6.2
8972026-05-07T00:31:59.331Z Downloaded poly1305 v0.8.0
8982026-05-07T00:31:59.331Z Downloaded rand_chacha v0.3.1
8992026-05-07T00:31:59.333Z Downloaded heapless v0.7.17
9002026-05-07T00:31:59.336Z Downloaded async-compression v0.4.41
9012026-05-07T00:31:59.339Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-07T00:31:59.352Z Downloaded recursive v0.1.1
9032026-05-07T00:31:59.352Z Downloaded proc-macro-error2 v2.0.1
9042026-05-07T00:31:59.352Z Downloaded predicates-core v1.0.10
9052026-05-07T00:31:59.352Z Downloaded predicates v3.1.4
9062026-05-07T00:31:59.352Z Downloaded progenitor-client v0.13.0
9072026-05-07T00:31:59.352Z Downloaded hickory-resolver v0.25.2
9082026-05-07T00:31:59.352Z Downloaded expectorate v1.2.0
9092026-05-07T00:31:59.357Z Downloaded parking_lot v0.11.2
9102026-05-07T00:31:59.357Z Downloaded ref-cast-impl v1.0.25
9112026-05-07T00:31:59.357Z Downloaded progenitor v0.14.0
9122026-05-07T00:31:59.358Z Downloaded progenitor v0.13.0
9132026-05-07T00:31:59.358Z Downloaded progenitor-extras v0.2.0
9142026-05-07T00:31:59.361Z Downloaded parking_lot_core v0.9.12
9152026-05-07T00:31:59.361Z Downloaded aes-gcm v0.10.3
9162026-05-07T00:31:59.361Z Downloaded progenitor v0.10.0
9172026-05-07T00:31:59.364Z Downloaded primeorder v0.13.6
9182026-05-07T00:31:59.364Z Downloaded parking_lot_core v0.8.6
9192026-05-07T00:31:59.364Z Downloaded rustc_version v0.4.1
9202026-05-07T00:31:59.369Z Downloaded rustc-hash v2.1.1
9212026-05-07T00:31:59.369Z Downloaded parking_lot v0.12.5
9222026-05-07T00:31:59.369Z Downloaded psm v0.1.30
9232026-05-07T00:31:59.372Z Downloaded r2d2 v0.8.10
9242026-05-07T00:31:59.372Z Downloaded hickory-resolver v0.24.4
9252026-05-07T00:31:59.375Z Downloaded crossterm v0.29.0
9262026-05-07T00:31:59.379Z Downloaded pkcs1 v0.7.5
9272026-05-07T00:31:59.379Z Downloaded bumpalo v3.20.2
9282026-05-07T00:31:59.382Z Downloaded russh-cryptovec v0.7.3
9292026-05-07T00:31:59.382Z Downloaded pkcs5 v0.7.1
9302026-05-07T00:31:59.385Z Downloaded rtoolbox v0.0.3
9312026-05-07T00:31:59.385Z Downloaded rustc_version v0.1.7
9322026-05-07T00:31:59.385Z Downloaded rfc6979 v0.4.0
9332026-05-07T00:31:59.388Z Downloaded rand_xorshift v0.4.0
9342026-05-07T00:31:59.388Z Downloaded omicron-zone-package v0.12.2
9352026-05-07T00:31:59.388Z Downloaded const_format v0.2.35
9362026-05-07T00:31:59.391Z Downloaded der v0.7.10
9372026-05-07T00:31:59.394Z Downloaded pin-project-internal v1.1.11
9382026-05-07T00:31:59.397Z Downloaded rand_core v0.6.4
9392026-05-07T00:31:59.397Z Downloaded libbz2-rs-sys v0.2.2
9402026-05-07T00:31:59.397Z Downloaded miniz_oxide v0.8.9
9412026-05-07T00:31:59.400Z Downloaded postcard v1.1.3
9422026-05-07T00:31:59.400Z Downloaded num-complex v0.4.6
9432026-05-07T00:31:59.403Z Downloaded rand_core v0.10.0
9442026-05-07T00:31:59.403Z Downloaded compact_str v0.8.1
9452026-05-07T00:31:59.406Z Downloaded indexmap v1.9.3
9462026-05-07T00:31:59.409Z Downloaded salsa20 v0.10.2
9472026-05-07T00:31:59.409Z Downloaded ref-cast v1.0.25
9482026-05-07T00:31:59.412Z Downloaded rand_seeder v0.4.0
9492026-05-07T00:31:59.412Z Downloaded papergrid v0.17.0
9502026-05-07T00:31:59.415Z Downloaded rand_chacha v0.9.0
9512026-05-07T00:31:59.418Z Downloaded scheduled-thread-pool v0.2.7
9522026-05-07T00:31:59.418Z Downloaded same-file v1.0.6
9532026-05-07T00:31:59.418Z Downloaded progenitor v0.11.2
9542026-05-07T00:31:59.421Z Downloaded diesel_derives v2.3.7
9552026-05-07T00:31:59.423Z Downloaded oso v0.27.3
9562026-05-07T00:31:59.426Z Downloaded hashbrown v0.13.2
9572026-05-07T00:31:59.426Z Downloaded rand_core v0.9.5
9582026-05-07T00:31:59.429Z Downloaded heapless v0.8.0
9592026-05-07T00:31:59.429Z Downloaded scroll_derive v0.13.1
9602026-05-07T00:31:59.432Z Downloaded headers v0.4.1
9612026-05-07T00:31:59.435Z Downloaded secrecy v0.10.3
9622026-05-07T00:31:59.435Z Downloaded secrecy v0.8.0
9632026-05-07T00:31:59.435Z Downloaded serde_repr v0.1.20
9642026-05-07T00:31:59.438Z Downloaded resolv-conf v0.7.6
9652026-05-07T00:31:59.438Z Downloaded chacha20poly1305 v0.10.1
9662026-05-07T00:31:59.438Z Downloaded base64 v0.21.7
9672026-05-07T00:31:59.441Z Downloaded scrypt v0.11.0
9682026-05-07T00:31:59.445Z Downloaded scopeguard v1.2.0
9692026-05-07T00:31:59.445Z Downloaded serde_bytes v0.11.19
9702026-05-07T00:31:59.445Z Downloaded openssl-sys v0.9.114
9712026-05-07T00:31:59.448Z Downloaded serde_plain v1.0.2
9722026-05-07T00:31:59.448Z Downloaded semver v0.1.20
9732026-05-07T00:31:59.448Z Downloaded serde-big-array v0.5.1
9742026-05-07T00:31:59.451Z Downloaded rustls-native-certs v0.8.3
9752026-05-07T00:31:59.452Z Downloaded pin-project v1.1.11
9762026-05-07T00:31:59.457Z Downloaded shell-words v1.1.1
9772026-05-07T00:31:59.460Z Downloaded signal-hook-tokio v0.3.1
9782026-05-07T00:31:59.460Z Downloaded sha1 v0.10.6
9792026-05-07T00:31:59.463Z Downloaded rustls-pemfile v1.0.4
9802026-05-07T00:31:59.463Z Downloaded serde_spanned v1.0.4
9812026-05-07T00:31:59.466Z Downloaded postgres-types v0.2.12
9822026-05-07T00:31:59.466Z Downloaded p256 v0.13.2
9832026-05-07T00:31:59.469Z Downloaded quinn-udp v0.5.14
9842026-05-07T00:31:59.469Z Downloaded serde_urlencoded v0.7.1
9852026-05-07T00:31:59.473Z Downloaded prefix-trie v0.7.0
9862026-05-07T00:31:59.473Z Downloaded signal-hook-mio v0.2.5
9872026-05-07T00:31:59.473Z Downloaded hashbrown v0.12.3
9882026-05-07T00:31:59.476Z Downloaded siphasher v1.0.2
9892026-05-07T00:31:59.476Z Downloaded sigpipe v0.1.3
9902026-05-07T00:31:59.480Z Downloaded signature v2.2.0
9912026-05-07T00:31:59.480Z Downloaded slog-bunyan v2.5.0
9922026-05-07T00:31:59.480Z Downloaded rusty-fork v0.3.1
9932026-05-07T00:31:59.483Z Downloaded rustversion v1.0.22
9942026-05-07T00:31:59.483Z Downloaded rustls-pemfile v2.2.0
9952026-05-07T00:31:59.484Z Downloaded jiff-static v0.2.21
9962026-05-07T00:31:59.486Z Downloaded flume v0.11.1
9972026-05-07T00:31:59.486Z Downloaded crossterm v0.28.1
9982026-05-07T00:31:59.490Z Downloaded slog-envlogger v2.2.0
9992026-05-07T00:31:59.493Z Downloaded aes v0.8.4
10002026-05-07T00:31:59.496Z Downloaded schemars_derive v0.8.22
10012026-05-07T00:31:59.496Z Downloaded sec1 v0.7.3
10022026-05-07T00:31:59.499Z Downloaded serde_derive_internals v0.29.1
10032026-05-07T00:31:59.499Z Downloaded http v1.4.0
10042026-05-07T00:31:59.511Z Downloaded derive_more v2.1.1
10052026-05-07T00:31:59.517Z Downloaded hyper-util v0.1.20
10062026-05-07T00:31:59.521Z Downloaded seq-macro v0.3.6
10072026-05-07T00:31:59.524Z Downloaded russh-keys v0.45.0
10082026-05-07T00:31:59.524Z Downloaded progenitor-impl v0.13.0
10092026-05-07T00:31:59.527Z Downloaded serde_path_to_error v0.1.20
10102026-05-07T00:31:59.533Z Downloaded serde-hex v0.1.0
10112026-05-07T00:31:59.535Z Downloaded structmeta-derive v0.3.0
10122026-05-07T00:31:59.535Z Downloaded ssh-encoding v0.2.0
10132026-05-07T00:31:59.539Z Downloaded ssh-cipher v0.2.0
10142026-05-07T00:31:59.539Z Downloaded strip-ansi-escapes v0.2.1
10152026-05-07T00:31:59.539Z Downloaded rustls-pki-types v1.14.0
10162026-05-07T00:31:59.543Z Downloaded minimal-lexical v0.2.1
10172026-05-07T00:31:59.543Z Downloaded hickory-server v0.25.2
10182026-05-07T00:31:59.546Z Downloaded slab v0.4.12
10192026-05-07T00:31:59.546Z Downloaded simd-adler32 v0.3.8
10202026-05-07T00:31:59.549Z Downloaded structmeta v0.3.0
10212026-05-07T00:31:59.549Z Downloaded pretty_assertions v1.4.1
10222026-05-07T00:31:59.549Z Downloaded sync-ptr v0.1.4
10232026-05-07T00:31:59.552Z Downloaded strum v0.27.2
10242026-05-07T00:31:59.555Z Downloaded signal-hook-registry v1.4.8
10252026-05-07T00:31:59.555Z Downloaded slog-async v2.8.0
10262026-05-07T00:31:59.559Z Downloaded sapling-renderdag v0.1.0
10272026-05-07T00:31:59.559Z Downloaded shlex v1.3.0
10282026-05-07T00:31:59.562Z Downloaded strum v0.26.3
10292026-05-07T00:31:59.565Z Downloaded take_mut v0.2.2
10302026-05-07T00:31:59.565Z Downloaded sync_wrapper v1.0.2
10312026-05-07T00:31:59.565Z Downloaded supports-color v3.0.2
10322026-05-07T00:31:59.569Z Downloaded tabwriter v1.4.1
10332026-05-07T00:31:59.569Z Downloaded progenitor-impl v0.10.0
10342026-05-07T00:31:59.573Z Downloaded scroll v0.13.0
10352026-05-07T00:31:59.576Z Downloaded smf v0.2.3
10362026-05-07T00:31:59.576Z Downloaded tap v1.0.1
10372026-05-07T00:31:59.576Z Downloaded tagptr v0.2.0
10382026-05-07T00:31:59.579Z Downloaded termtree v0.5.1
10392026-05-07T00:31:59.579Z Downloaded tabled_derive v0.11.0
10402026-05-07T00:31:59.579Z Downloaded slog-stdlog v4.1.1
10412026-05-07T00:31:59.584Z Downloaded slog-scope v4.4.1
10422026-05-07T00:31:59.584Z Downloaded slog-json v2.6.1
10432026-05-07T00:31:59.584Z Downloaded thread-id v5.1.0
10442026-05-07T00:31:59.587Z Downloaded sct v0.7.1
10452026-05-07T00:31:59.587Z Downloaded sqlformat v0.3.5
10462026-05-07T00:31:59.587Z Downloaded spki v0.7.3
10472026-05-07T00:31:59.587Z Downloaded thiserror-impl-no-std v2.0.2
10482026-05-07T00:31:59.590Z Downloaded slog-dtrace v0.3.0
10492026-05-07T00:31:59.590Z Downloaded progenitor-impl v0.11.2
10502026-05-07T00:31:59.590Z Downloaded itertools v0.10.5
10512026-05-07T00:31:59.595Z Downloaded testing_table v0.3.0
10522026-05-07T00:31:59.599Z Downloaded serde_cbor v0.11.2
10532026-05-07T00:31:59.599Z Downloaded time-core v0.1.8
10542026-05-07T00:31:59.599Z Downloaded serde_with_macros v3.17.0
10552026-05-07T00:31:59.599Z Downloaded progenitor-impl v0.14.0
10562026-05-07T00:31:59.604Z Downloaded static_assertions v1.1.0
10572026-05-07T00:31:59.606Z Downloaded prettyplease v0.2.37
10582026-05-07T00:31:59.609Z Downloaded ron v0.8.1
10592026-05-07T00:31:59.614Z Downloaded sqlparser_derive v0.5.0
10602026-05-07T00:31:59.617Z Downloaded mio v1.2.0
10612026-05-07T00:31:59.620Z Downloaded subtle v2.6.1
10622026-05-07T00:31:59.624Z Downloaded schemars v0.8.22
10632026-05-07T00:31:59.628Z Downloaded strum_macros v0.27.2
10642026-05-07T00:31:59.631Z Downloaded tokio-macros v2.7.0
10652026-05-07T00:31:59.631Z Downloaded strum_macros v0.26.4
10662026-05-07T00:31:59.634Z Downloaded smallvec v0.6.14
10672026-05-07T00:31:59.634Z Downloaded num-bigint v0.4.6
10682026-05-07T00:31:59.638Z Downloaded support-bundle-viewer v0.1.2
10692026-05-07T00:31:59.638Z Downloaded rcgen v0.12.1
10702026-05-07T00:31:59.641Z Downloaded rayon-core v1.13.0
10712026-05-07T00:31:59.641Z Downloaded snafu-derive v0.8.9
10722026-05-07T00:31:59.641Z Downloaded hashbrown v0.15.5
10732026-05-07T00:31:59.646Z Downloaded tower-layer v0.3.3
10742026-05-07T00:31:59.649Z Downloaded tinyvec_macros v0.1.1
10752026-05-07T00:31:59.649Z Downloaded thiserror-no-std v2.0.2
10762026-05-07T00:31:59.649Z Downloaded termios v0.3.3
10772026-05-07T00:31:59.652Z Downloaded rustls-platform-verifier v0.6.2
10782026-05-07T00:31:59.652Z Downloaded quinn v0.11.9
10792026-05-07T00:31:59.655Z Downloaded slog-term v2.9.2
10802026-05-07T00:31:59.658Z Downloaded ryu v1.0.23
10812026-05-07T00:31:59.658Z Downloaded iddqd v0.3.18
10822026-05-07T00:31:59.662Z Downloaded hashbrown v0.16.1
10832026-05-07T00:31:59.665Z Downloaded spin v0.9.8
10842026-05-07T00:31:59.668Z Downloaded serde_yaml v0.9.34+deprecated
10852026-05-07T00:31:59.671Z Downloaded time-macros v0.2.27
10862026-05-07T00:31:59.671Z Downloaded tower-service v0.3.3
10872026-05-07T00:31:59.671Z Downloaded topological-sort v0.2.2
10882026-05-07T00:31:59.675Z Downloaded try-lock v0.2.5
10892026-05-07T00:31:59.675Z Downloaded thread_local v1.1.9
10902026-05-07T00:31:59.675Z Downloaded strum_macros v0.24.3
10912026-05-07T00:31:59.678Z Downloaded stringprep v0.1.5
10922026-05-07T00:31:59.678Z Downloaded string_cache v0.8.9
10932026-05-07T00:31:59.678Z Downloaded stacker v0.1.23
10942026-05-07T00:31:59.683Z Downloaded similar v2.7.0
10952026-05-07T00:31:59.686Z Downloaded unarray v0.1.4
10962026-05-07T00:31:59.690Z Downloaded typify-macro v0.4.3
10972026-05-07T00:31:59.691Z Downloaded trait-variant v0.1.2
10982026-05-07T00:31:59.691Z Downloaded tokio-dtrace v0.1.1
10992026-05-07T00:31:59.691Z Downloaded tls_codec_derive v0.4.2
11002026-05-07T00:31:59.694Z Downloaded typify-macro v0.6.2
11012026-05-07T00:31:59.694Z Downloaded tls_codec v0.4.2
11022026-05-07T00:31:59.697Z Downloaded signal-hook v0.3.18
11032026-05-07T00:31:59.700Z Downloaded unicode-truncate v1.1.0
11042026-05-07T00:31:59.700Z Downloaded slog v2.8.2
11052026-05-07T00:31:59.704Z Downloaded tokio-rustls v0.25.0
11062026-05-07T00:31:59.708Z Downloaded tokio-native-tls v0.3.1
11072026-05-07T00:31:59.711Z Downloaded publicsuffix v2.3.0
11082026-05-07T00:31:59.718Z Downloaded term v1.2.1
11092026-05-07T00:31:59.720Z Downloaded term v0.7.0
11102026-05-07T00:31:59.724Z Downloaded untrusted v0.9.0
11112026-05-07T00:31:59.727Z Downloaded usdt-attr-macro v0.6.0
11122026-05-07T00:31:59.727Z Downloaded usdt v0.6.0
11132026-05-07T00:31:59.727Z Downloaded socket2 v0.5.10
11142026-05-07T00:31:59.727Z Downloaded rsa v0.9.10
11152026-05-07T00:31:59.730Z Downloaded untrusted v0.7.1
11162026-05-07T00:31:59.733Z Downloaded toml_writer v1.0.6+spec-1.1.0
11172026-05-07T00:31:59.733Z Downloaded itertools v0.13.0
11182026-05-07T00:31:59.736Z Downloaded iri-string v0.7.10
11192026-05-07T00:31:59.740Z Downloaded utf-8 v0.7.6
11202026-05-07T00:31:59.743Z Downloaded usdt-macro v0.6.0
11212026-05-07T00:31:59.744Z Downloaded waitgroup v0.1.2
11222026-05-07T00:31:59.744Z Downloaded nom v7.1.3
11232026-05-07T00:31:59.747Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-05-07T00:31:59.747Z Downloaded tiny-keccak v2.0.2
11252026-05-07T00:31:59.750Z Downloaded void v1.0.2
11262026-05-07T00:31:59.750Z Downloaded socket2 v0.6.3
11272026-05-07T00:31:59.750Z Downloaded hyper v1.8.1
11282026-05-07T00:31:59.753Z Downloaded universal-hash v0.5.1
11292026-05-07T00:31:59.756Z Downloaded unit-prefix v0.5.2
11302026-05-07T00:31:59.756Z Downloaded wait-timeout v0.2.1
11312026-05-07T00:31:59.761Z Downloaded rand v0.10.0
11322026-05-07T00:31:59.764Z Downloaded rand v0.9.2
11332026-05-07T00:31:59.767Z Downloaded tui-tree-widget v0.23.1
11342026-05-07T00:31:59.767Z Downloaded want v0.3.1
11352026-05-07T00:31:59.770Z Downloaded xattr v1.6.1
11362026-05-07T00:31:59.770Z Downloaded qorb v0.4.1
11372026-05-07T00:31:59.773Z Downloaded xshell-macros v0.2.7
11382026-05-07T00:31:59.773Z Downloaded tokio-rustls v0.24.1
11392026-05-07T00:31:59.776Z Downloaded unicase v2.9.0
11402026-05-07T00:31:59.776Z Downloaded hkdf v0.12.4
11412026-05-07T00:31:59.776Z Downloaded rustls-webpki v0.103.9
11422026-05-07T00:31:59.779Z Downloaded schemars v1.2.1
11432026-05-07T00:31:59.786Z Downloaded tokio-rustls v0.26.4
11442026-05-07T00:31:59.790Z Downloaded tokio-tungstenite v0.23.1
11452026-05-07T00:31:59.790Z Downloaded samael v0.0.19
11462026-05-07T00:31:59.796Z Downloaded tokio-tungstenite v0.21.0
11472026-05-07T00:31:59.799Z Downloaded usdt-impl v0.6.0
11482026-05-07T00:31:59.799Z Downloaded zone_cfg_derive v0.3.1
11492026-05-07T00:31:59.799Z Downloaded tokio-stream v0.1.18
11502026-05-07T00:31:59.799Z Downloaded zone v0.3.1
11512026-05-07T00:31:59.799Z Downloaded zeroize_derive v1.4.3
11522026-05-07T00:31:59.802Z Downloaded test-strategy v0.4.5
11532026-05-07T00:31:59.802Z Downloaded vergen-gitcl v1.0.8
11542026-05-07T00:31:59.805Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-05-07T00:31:59.805Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-05-07T00:31:59.805Z Downloaded snafu v0.8.9
11572026-05-07T00:31:59.808Z Downloaded libxml v0.3.3
11582026-05-07T00:31:59.812Z Downloaded uzers v0.12.2
11592026-05-07T00:31:59.816Z Downloaded num-bigint-dig v0.8.6
11602026-05-07T00:31:59.816Z Downloaded vergen-lib v0.1.6
11612026-05-07T00:31:59.819Z Downloaded tinyvec v1.10.0
11622026-05-07T00:31:59.819Z Downloaded aho-corasick v1.1.4
11632026-05-07T00:31:59.822Z Downloaded schemars v0.9.0
11642026-05-07T00:31:59.827Z Downloaded walkdir v2.5.0
11652026-05-07T00:31:59.830Z Downloaded vsss-rs v3.3.4
11662026-05-07T00:31:59.830Z Downloaded twox-hash v2.1.2
11672026-05-07T00:31:59.833Z Downloaded vergen-git2 v1.0.7
11682026-05-07T00:31:59.833Z Downloaded futures-util v0.3.32
11692026-05-07T00:31:59.839Z Downloaded wyz v0.5.1
11702026-05-07T00:31:59.842Z Downloaded whoami v2.1.0
11712026-05-07T00:31:59.842Z Downloaded rand v0.8.5
11722026-05-07T00:31:59.846Z Downloaded h2 v0.4.13
11732026-05-07T00:31:59.849Z Downloaded xshell v0.2.7
11742026-05-07T00:31:59.849Z Downloaded p521 v0.13.3
11752026-05-07T00:31:59.849Z Downloaded subprocess v0.2.15
11762026-05-07T00:31:59.855Z Downloaded zeroize v1.8.2
11772026-05-07T00:31:59.858Z Downloaded tar v0.4.45
11782026-05-07T00:31:59.858Z Downloaded itertools v0.12.1
11792026-05-07T00:31:59.863Z Downloaded vergen v9.0.6
11802026-05-07T00:31:59.866Z Downloaded zstd-safe v7.2.4
11812026-05-07T00:31:59.872Z Downloaded itertools v0.14.0
11822026-05-07T00:31:59.875Z Downloaded russh v0.45.0
11832026-05-07T00:31:59.879Z Downloaded libm v0.2.16
11842026-05-07T00:31:59.882Z Downloaded whoami v1.6.1
11852026-05-07T00:31:59.886Z Downloaded tungstenite v0.23.0
11862026-05-07T00:31:59.889Z Downloaded tracing-attributes v0.1.31
11872026-05-07T00:31:59.893Z Downloaded typify v0.6.2
11882026-05-07T00:31:59.896Z Downloaded zerocopy v0.6.6
11892026-05-07T00:31:59.896Z Downloaded unicode-properties v0.1.4
11902026-05-07T00:31:59.900Z Downloaded blake3 v1.8.3
11912026-05-07T00:31:59.907Z Downloaded yasna v0.5.2
11922026-05-07T00:31:59.911Z Downloaded unicode-bidi v0.3.18
11932026-05-07T00:31:59.911Z Downloaded toml v0.7.8
11942026-05-07T00:31:59.911Z Downloaded unsafe-libyaml v0.2.11
11952026-05-07T00:31:59.915Z Downloaded toml v0.9.12+spec-1.1.0
11962026-05-07T00:31:59.915Z Downloaded rustyline v14.0.0
11972026-05-07T00:31:59.918Z Downloaded toml_edit v0.23.10+spec-1.0.0
11982026-05-07T00:31:59.921Z Downloaded bitvec v1.0.1
11992026-05-07T00:31:59.928Z Downloaded zstd v0.13.3
12002026-05-07T00:31:59.931Z Downloaded uuid v1.23.0
12012026-05-07T00:31:59.934Z Downloaded toml v1.0.6+spec-1.1.0
12022026-05-07T00:31:59.934Z Downloaded steno v0.4.1
12032026-05-07T00:31:59.936Z Downloaded vte v0.14.1
12042026-05-07T00:31:59.939Z Downloaded rpassword v7.4.0
12052026-05-07T00:31:59.939Z Downloaded tracing-core v0.1.36
12062026-05-07T00:31:59.942Z Downloaded tungstenite v0.21.0
12072026-05-07T00:31:59.945Z Downloaded typify v0.4.3
12082026-05-07T00:31:59.960Z Downloaded reedline v0.40.0
12092026-05-07T00:31:59.981Z Downloaded toml_edit v0.19.15
12102026-05-07T00:31:59.990Z Downloaded unicode_categories v0.1.1
12112026-05-07T00:31:59.993Z Downloaded aws-lc-rs v1.16.0
12122026-05-07T00:31:59.996Z Downloaded tokio-postgres v0.7.16
12132026-05-07T00:31:59.999Z Downloaded git2 v0.20.4
12142026-05-07T00:32:00.005Z Downloaded reqwest v0.12.28
12152026-05-07T00:32:00.008Z Downloaded yansi v1.0.1
12162026-05-07T00:32:00.011Z Downloaded ssh-key v0.6.7
12172026-05-07T00:32:00.014Z Downloaded p384 v0.13.1
12182026-05-07T00:32:00.017Z Downloaded reqwest v0.13.2
12192026-05-07T00:32:00.023Z Downloaded bindgen v0.71.1
12202026-05-07T00:32:00.029Z Downloaded zopfli v0.8.3
12212026-05-07T00:32:00.032Z Downloaded unicode-segmentation v1.12.0
12222026-05-07T00:32:00.032Z Downloaded rayon v1.11.0
12232026-05-07T00:32:00.037Z Downloaded portable-atomic v1.13.1
12242026-05-07T00:32:00.044Z Downloaded tower v0.5.3
12252026-05-07T00:32:00.054Z Downloaded regex v1.12.3
12262026-05-07T00:32:00.058Z Downloaded lalrpop v0.19.12
12272026-05-07T00:32:00.064Z Downloaded salty v0.3.0
12282026-05-07T00:32:00.068Z Downloaded goblin v0.10.5
12292026-05-07T00:32:00.072Z Downloaded zip v0.6.6
12302026-05-07T00:32:00.075Z Downloaded bstr v1.12.1
12312026-05-07T00:32:00.079Z Downloaded quick-xml v0.37.5
12322026-05-07T00:32:00.083Z Downloaded chrono v0.4.44
12332026-05-07T00:32:00.088Z Downloaded moka v0.12.13
12342026-05-07T00:32:00.103Z Downloaded proptest v1.10.0
12352026-05-07T00:32:00.110Z Downloaded tower-http v0.6.8
12362026-05-07T00:32:00.114Z Downloaded tough v0.20.0
12372026-05-07T00:32:00.119Z Downloaded petname v2.0.2
12382026-05-07T00:32:00.122Z Downloaded x509-cert v0.2.5
12392026-05-07T00:32:00.125Z Downloaded typed-path v0.9.3
12402026-05-07T00:32:00.131Z Downloaded unicode-normalization v0.1.25
12412026-05-07T00:32:00.134Z Downloaded zip v4.6.1
12422026-05-07T00:32:00.137Z Downloaded rustls-webpki v0.102.8
12432026-05-07T00:32:00.146Z Downloaded serde_with v3.17.0
12442026-05-07T00:32:00.153Z Downloaded rustls-webpki v0.101.7
12452026-05-07T00:32:00.160Z Downloaded zerocopy-derive v0.8.40
12462026-05-07T00:32:00.168Z Downloaded tokio-util v0.7.18
12472026-05-07T00:32:00.172Z Downloaded quinn-proto v0.11.13
12482026-05-07T00:32:00.176Z Downloaded object v0.30.4
12492026-05-07T00:32:00.198Z Downloaded curve25519-dalek v4.1.3
12502026-05-07T00:32:00.205Z Downloaded radix_trie v0.2.1
12512026-05-07T00:32:00.208Z Downloaded time v0.3.47
12522026-05-07T00:32:00.215Z Downloaded nix v0.29.0
12532026-05-07T00:32:00.221Z Downloaded tabled v0.20.0
12542026-05-07T00:32:00.231Z Downloaded polar-core v0.27.3
12552026-05-07T00:32:00.236Z Downloaded regex-syntax v0.6.29
12562026-05-07T00:32:00.240Z Downloaded rustls v0.21.12
12572026-05-07T00:32:00.246Z Downloaded winnow v0.5.40
12582026-05-07T00:32:00.251Z Downloaded winnow v0.6.26
12592026-05-07T00:32:00.256Z Downloaded nix v0.27.1
12602026-05-07T00:32:00.262Z Downloaded vcpkg v0.2.15
12612026-05-07T00:32:00.283Z Downloaded webpki-roots v1.0.6
12622026-05-07T00:32:00.286Z Downloaded smoltcp v0.11.0
12632026-05-07T00:32:00.292Z Downloaded zerocopy v0.8.40
12642026-05-07T00:32:00.297Z Downloaded nix v0.28.0
12652026-05-07T00:32:00.303Z Downloaded regress v0.11.1
12662026-05-07T00:32:00.308Z Downloaded hickory-proto v0.25.2
12672026-05-07T00:32:00.317Z Downloaded zlib-rs v0.6.2
12682026-05-07T00:32:00.320Z Downloaded rustix v0.38.44
12692026-05-07T00:32:00.332Z Downloaded smoltcp v0.9.1
12702026-05-07T00:32:00.338Z Downloaded nix v0.31.2
12712026-05-07T00:32:00.344Z Downloaded dropshot v0.17.0
12722026-05-07T00:32:00.357Z Downloaded hickory-proto v0.24.4
12732026-05-07T00:32:00.366Z Downloaded rustls v0.22.4
12742026-05-07T00:32:00.375Z Downloaded dropshot v0.16.7
12752026-05-07T00:32:00.385Z Downloaded sqlparser v0.61.0
12762026-05-07T00:32:00.392Z Downloaded openapiv3 v2.2.0
12772026-05-07T00:32:00.397Z Downloaded regex-syntax v0.8.10
12782026-05-07T00:32:00.403Z Downloaded regress v0.10.5
12792026-05-07T00:32:00.407Z Downloaded ratatui v0.29.0
12802026-05-07T00:32:00.418Z Downloaded object v0.37.3
12812026-05-07T00:32:00.423Z Downloaded rustls v0.23.37
12822026-05-07T00:32:00.431Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-05-07T00:32:00.438Z Downloaded diesel v2.3.7
12842026-05-07T00:32:00.450Z Downloaded openssl v0.10.78
12852026-05-07T00:32:00.462Z Downloaded chrono-tz v0.10.4
12862026-05-07T00:32:00.473Z Downloaded petgraph v0.6.5
12872026-05-07T00:32:00.483Z Downloaded jiff v0.2.21
12882026-05-07T00:32:00.495Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-05-07T00:32:00.520Z Downloaded sled v0.34.7
12902026-05-07T00:32:00.526Z Downloaded typify-impl v0.6.2
12912026-05-07T00:32:00.541Z Downloaded typify-impl v0.4.3
12922026-05-07T00:32:00.550Z Downloaded tracing v0.1.44
12932026-05-07T00:32:00.583Z Downloaded ring v0.17.14
12942026-05-07T00:32:00.607Z Downloaded zerocopy-derive v0.6.6
12952026-05-07T00:32:00.619Z Downloaded regex-automata v0.4.14
12962026-05-07T00:32:00.665Z Downloaded petgraph v0.8.3
12972026-05-07T00:32:00.678Z Downloaded csv v1.4.0
12982026-05-07T00:32:00.690Z Downloaded libz-sys v1.1.24
12992026-05-07T00:32:00.702Z Downloaded sha3 v0.10.8
13002026-05-07T00:32:00.719Z Downloaded tokio v1.52.1
13012026-05-07T00:32:00.770Z Downloaded encoding_rs v0.8.35
13022026-05-07T00:32:00.798Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-05-07T00:32:01.161Z Downloaded aws-lc-sys v0.37.1
13042026-05-07T00:32:01.404Z Compiling libc v0.2.185
13052026-05-07T00:32:01.404Z Compiling serde v1.0.228
13062026-05-07T00:32:01.407Z Compiling log v0.4.29
13072026-05-07T00:32:01.407Z Compiling find-msvc-tools v0.1.9
13082026-05-07T00:32:01.407Z Compiling shlex v1.3.0
13092026-05-07T00:32:01.407Z Compiling smallvec v1.15.1
13102026-05-07T00:32:01.407Z Compiling syn v2.0.117
13112026-05-07T00:32:01.407Z Compiling typenum v1.19.0
13122026-05-07T00:32:01.724Z Compiling generic-array v0.14.7
13132026-05-07T00:32:01.768Z Compiling subtle v2.6.1
13142026-05-07T00:32:01.796Z Compiling scopeguard v1.2.0
13152026-05-07T00:32:01.799Z Compiling const-oid v0.9.6
13162026-05-07T00:32:01.864Z Compiling portable-atomic v1.13.1
13172026-05-07T00:32:01.904Z Compiling lock_api v0.4.14
13182026-05-07T00:32:01.942Z Compiling zerocopy v0.8.40
13192026-05-07T00:32:01.973Z Compiling critical-section v1.2.0
13202026-05-07T00:32:02.076Z Compiling serde_json v1.0.149
13212026-05-07T00:32:02.120Z Compiling parking_lot_core v0.9.12
13222026-05-07T00:32:02.280Z Compiling pin-project-lite v0.2.17
13232026-05-07T00:32:02.359Z Compiling getrandom v0.2.17
13242026-05-07T00:32:02.372Z Compiling jobserver v0.1.34
13252026-05-07T00:32:02.375Z Compiling errno v0.3.14
13262026-05-07T00:32:02.464Z Compiling pkg-config v0.3.32
13272026-05-07T00:32:02.512Z Compiling rand_core v0.6.4
13282026-05-07T00:32:02.525Z Compiling signal-hook-registry v1.4.8
13292026-05-07T00:32:02.577Z Compiling cc v1.2.56
13302026-05-07T00:32:02.779Z Compiling bitflags v2.11.0
13312026-05-07T00:32:02.792Z Compiling once_cell v1.21.3
13322026-05-07T00:32:02.879Z Compiling libm v0.2.16
13332026-05-07T00:32:02.991Z Compiling parking_lot v0.12.5
13342026-05-07T00:32:03.005Z Compiling mio v1.2.0
13352026-05-07T00:32:03.018Z Compiling num-traits v0.2.19
13362026-05-07T00:32:03.021Z Compiling futures-core v0.3.32
13372026-05-07T00:32:03.177Z Compiling percent-encoding v2.3.2
13382026-05-07T00:32:03.351Z Compiling socket2 v0.6.3
13392026-05-07T00:32:03.366Z Compiling cpufeatures v0.2.17
13402026-05-07T00:32:03.377Z Compiling futures-sink v0.3.32
13412026-05-07T00:32:03.436Z Compiling futures-task v0.3.32
13422026-05-07T00:32:03.453Z Compiling getrandom v0.4.1
13432026-05-07T00:32:03.493Z Compiling futures-channel v0.3.32
13442026-05-07T00:32:03.528Z Compiling slab v0.4.12
13452026-05-07T00:32:03.620Z Compiling futures-io v0.3.32
13462026-05-07T00:32:03.700Z Compiling rustversion v1.0.22
13472026-05-07T00:32:03.713Z Compiling getrandom v0.3.4
13482026-05-07T00:32:03.767Z Compiling rand_core v0.10.0
13492026-05-07T00:32:03.780Z Compiling indexmap v2.14.0
13502026-05-07T00:32:03.811Z Compiling form_urlencoded v1.2.2
13512026-05-07T00:32:04.221Z Compiling cmake v0.1.57
13522026-05-07T00:32:04.233Z Compiling base64ct v1.8.3
13532026-05-07T00:32:04.411Z Compiling synstructure v0.13.2
13542026-05-07T00:32:04.529Z Compiling fs_extra v1.3.0
13552026-05-07T00:32:04.545Z Compiling dunce v1.0.5
13562026-05-07T00:32:04.623Z Compiling ident_case v1.0.1
13572026-05-07T00:32:04.637Z Compiling pem-rfc7468 v0.7.0
13582026-05-07T00:32:04.728Z Compiling flagset v0.4.7
13592026-05-07T00:32:04.748Z Compiling rand_core v0.9.5
13602026-05-07T00:32:04.762Z Compiling rustix v1.1.3
13612026-05-07T00:32:04.777Z Compiling iana-time-zone v0.1.65
13622026-05-07T00:32:04.799Z Compiling aws-lc-sys v0.37.1
13632026-05-07T00:32:04.860Z Compiling ring v0.17.14
13642026-05-07T00:32:04.950Z Compiling uuid v1.23.0
13652026-05-07T00:32:04.978Z Compiling rustc_version v0.4.1
13662026-05-07T00:32:05.032Z Compiling aws-lc-rs v1.16.0
13672026-05-07T00:32:05.045Z Compiling regex-syntax v0.8.10
13682026-05-07T00:32:05.301Z Compiling vcpkg v0.2.15
13692026-05-07T00:32:05.316Z Compiling tracing-core v0.1.36
13702026-05-07T00:32:05.666Z Compiling pest_generator v2.8.6
13712026-05-07T00:32:05.868Z Compiling serde_derive_internals v0.29.1
13722026-05-07T00:32:06.054Z Compiling openssl-sys v0.9.114
13732026-05-07T00:32:06.149Z Compiling serde_derive v1.0.228
13742026-05-07T00:32:06.386Z Compiling zeroize_derive v1.4.3
13752026-05-07T00:32:06.521Z Compiling zerofrom-derive v0.1.6
13762026-05-07T00:32:06.579Z Compiling yoke-derive v0.8.1
13772026-05-07T00:32:06.798Z Compiling zerocopy-derive v0.8.40
13782026-05-07T00:32:07.041Z Compiling zeroize v1.8.2
13792026-05-07T00:32:07.411Z Compiling zerovec-derive v0.11.2
13802026-05-07T00:32:07.743Z Compiling displaydoc v0.2.5
13812026-05-07T00:32:07.819Z Compiling crypto-common v0.1.7
13822026-05-07T00:32:07.928Z Compiling zerofrom v0.1.6
13832026-05-07T00:32:07.967Z Compiling block-buffer v0.10.4
13842026-05-07T00:32:08.052Z Compiling yoke v0.8.1
13852026-05-07T00:32:08.194Z Compiling digest v0.10.7
13862026-05-07T00:32:08.247Z Compiling tokio-macros v2.7.0
13872026-05-07T00:32:08.385Z Compiling hmac v0.12.1
13882026-05-07T00:32:08.483Z Compiling zerotrie v0.2.3
13892026-05-07T00:32:08.527Z Compiling zerovec v0.11.5
13902026-05-07T00:32:08.541Z Compiling futures-macro v0.3.32
13912026-05-07T00:32:08.772Z Compiling block-padding v0.3.3
13922026-05-07T00:32:08.929Z Compiling inout v0.1.4
13932026-05-07T00:32:08.947Z Compiling sha2 v0.10.9
13942026-05-07T00:32:09.080Z Compiling tinystr v0.8.2
13952026-05-07T00:32:09.129Z Compiling potential_utf v0.1.4
13962026-05-07T00:32:09.278Z Compiling icu_locale_core v2.1.1
13972026-05-07T00:32:09.294Z Compiling icu_collections v2.1.1
13982026-05-07T00:32:09.357Z Compiling futures-util v0.3.32
13992026-05-07T00:32:09.644Z Compiling bytes v1.11.1
14002026-05-07T00:32:09.768Z Compiling cipher v0.4.4
14012026-05-07T00:32:09.782Z Compiling der_derive v0.7.3
14022026-05-07T00:32:10.035Z Compiling icu_provider v2.1.1
14032026-05-07T00:32:10.131Z Compiling tokio v1.52.1
14042026-05-07T00:32:10.246Z Compiling http v1.4.0
14052026-05-07T00:32:10.330Z Compiling icu_properties v2.1.2
14062026-05-07T00:32:10.353Z Compiling icu_normalizer v2.1.1
14072026-05-07T00:32:10.736Z Compiling der v0.7.10
14082026-05-07T00:32:10.872Z Compiling salsa20 v0.10.2
14092026-05-07T00:32:11.007Z Compiling chrono v0.4.44
14102026-05-07T00:32:11.130Z Compiling ppv-lite86 v0.2.21
14112026-05-07T00:32:11.219Z Compiling idna_adapter v1.2.1
14122026-05-07T00:32:11.356Z Compiling idna v1.1.0
14132026-05-07T00:32:11.396Z Compiling pbkdf2 v0.12.2
14142026-05-07T00:32:11.439Z Compiling thiserror-impl v2.0.18
14152026-05-07T00:32:11.512Z Compiling scrypt v0.11.0
14162026-05-07T00:32:11.608Z Compiling spki v0.7.3
14172026-05-07T00:32:11.754Z Compiling url v2.5.8
14182026-05-07T00:32:11.807Z Compiling rand_chacha v0.9.0
14192026-05-07T00:32:11.901Z Compiling aes v0.8.4
14202026-05-07T00:32:11.986Z Compiling cbc v0.1.2
14212026-05-07T00:32:12.132Z Compiling rustls-pki-types v1.14.0
14222026-05-07T00:32:12.337Z Compiling tracing-attributes v0.1.31
14232026-05-07T00:32:12.480Z Compiling pkcs5 v0.7.1
14242026-05-07T00:32:12.523Z Compiling rand v0.9.2
14252026-05-07T00:32:12.575Z Compiling http-body v1.0.1
14262026-05-07T00:32:12.720Z Compiling thiserror v2.0.18
14272026-05-07T00:32:12.797Z Compiling schemars v0.8.22
14282026-05-07T00:32:12.826Z Compiling openssl-probe v0.2.1
14292026-05-07T00:32:12.927Z Compiling untrusted v0.7.1
14302026-05-07T00:32:12.947Z Compiling base64 v0.22.1
14312026-05-07T00:32:12.987Z Compiling untrusted v0.9.0
14322026-05-07T00:32:13.001Z Compiling httparse v1.10.1
14332026-05-07T00:32:13.062Z Compiling pkcs8 v0.10.2
14342026-05-07T00:32:13.255Z Compiling schemars_derive v0.8.22
14352026-05-07T00:32:13.282Z Compiling pest_derive v2.8.6
14362026-05-07T00:32:13.362Z Compiling scroll_derive v0.13.1
14372026-05-07T00:32:13.376Z Compiling darling_core v0.20.11
14382026-05-07T00:32:13.603Z Compiling tracing v0.1.44
14392026-05-07T00:32:13.694Z Compiling tower-layer v0.3.3
14402026-05-07T00:32:13.852Z Compiling tokio-util v0.7.18
14412026-05-07T00:32:13.865Z Compiling dyn-clone v1.0.20
14422026-05-07T00:32:13.998Z Compiling try-lock v0.2.5
14432026-05-07T00:32:14.149Z Compiling rustls v0.23.37
14442026-05-07T00:32:14.168Z Compiling tinyvec_macros v0.1.1
14452026-05-07T00:32:14.238Z Compiling tower-service v0.3.3
14462026-05-07T00:32:14.317Z Compiling atomic-waker v1.1.2
14472026-05-07T00:32:14.332Z Compiling tinyvec v1.10.0
14482026-05-07T00:32:14.444Z Compiling scroll v0.13.0
14492026-05-07T00:32:14.680Z Compiling h2 v0.4.13
14502026-05-07T00:32:14.707Z Compiling want v0.3.1
14512026-05-07T00:32:14.890Z Compiling ipnet v2.11.0
14522026-05-07T00:32:14.905Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14532026-05-07T00:32:15.162Z Compiling spin v0.9.8
14542026-05-07T00:32:15.282Z Compiling aho-corasick v1.1.4
14552026-05-07T00:32:15.371Z Compiling pin-utils v0.1.0
14562026-05-07T00:32:15.385Z Compiling crc32fast v1.5.0
14572026-05-07T00:32:15.444Z Compiling time-core v0.1.8
14582026-05-07T00:32:15.589Z Compiling httpdate v1.0.3
14592026-05-07T00:32:15.643Z Compiling foreign-types-shared v0.1.1
14602026-05-07T00:32:15.699Z Compiling darling_macro v0.20.11
14612026-05-07T00:32:15.731Z Compiling powerfmt v0.2.0
14622026-05-07T00:32:15.746Z Compiling num-conv v0.2.0
14632026-05-07T00:32:15.782Z Compiling openssl v0.10.78
14642026-05-07T00:32:15.805Z Compiling tempfile v3.25.0
14652026-05-07T00:32:15.873Z Compiling time-macros v0.2.27
14662026-05-07T00:32:15.924Z Compiling deranged v0.5.8
14672026-05-07T00:32:16.022Z Compiling foreign-types v0.3.2
14682026-05-07T00:32:16.097Z Compiling regex-automata v0.4.14
14692026-05-07T00:32:16.146Z Compiling darling v0.20.11
14702026-05-07T00:32:16.226Z Compiling goblin v0.10.5
14712026-05-07T00:32:16.901Z Compiling openssl-macros v0.1.1
14722026-05-07T00:32:16.927Z Compiling wait-timeout v0.2.1
14732026-05-07T00:32:17.189Z Compiling simd-adler32 v0.3.8
14742026-05-07T00:32:17.280Z Compiling quick-error v1.2.3
14752026-05-07T00:32:17.386Z Compiling crossbeam-utils v0.8.21
14762026-05-07T00:32:17.401Z Compiling syn v1.0.109
14772026-05-07T00:32:17.431Z Compiling bit-vec v0.8.0
14782026-05-07T00:32:17.658Z Compiling hyper v1.8.1
14792026-05-07T00:32:17.668Z Compiling siphasher v1.0.2
14802026-05-07T00:32:17.695Z Compiling usdt-impl v0.6.0
14812026-05-07T00:32:17.856Z Compiling num_threads v0.1.7
14822026-05-07T00:32:17.895Z Compiling native-tls v0.2.18
14832026-05-07T00:32:17.950Z Compiling time v0.3.47
14842026-05-07T00:32:18.191Z Compiling bit-set v0.8.0
14852026-05-07T00:32:18.352Z Compiling rusty-fork v0.3.1
14862026-05-07T00:32:18.840Z Compiling hyper-util v0.1.20
14872026-05-07T00:32:19.229Z Compiling dof v0.4.0
14882026-05-07T00:32:19.546Z Compiling derive_builder_core v0.20.2
14892026-05-07T00:32:20.180Z Compiling unicode-normalization v0.1.25
14902026-05-07T00:32:20.399Z Compiling dtrace-parser v0.3.0
14912026-05-07T00:32:20.413Z Compiling rustls-native-certs v0.8.3
14922026-05-07T00:32:20.482Z Compiling signature v2.2.0
14932026-05-07T00:32:20.580Z Compiling scroll_derive v0.12.1
14942026-05-07T00:32:20.629Z Compiling thiserror-impl v1.0.69
14952026-05-07T00:32:20.653Z Compiling heapless v0.7.17
14962026-05-07T00:32:20.693Z Compiling rand_xorshift v0.4.0
14972026-05-07T00:32:20.852Z Compiling slog v2.8.2
14982026-05-07T00:32:20.883Z Compiling darling_core v0.21.3
14992026-05-07T00:32:21.034Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-05-07T00:32:21.126Z Compiling sync_wrapper v1.0.2
15012026-05-07T00:32:21.221Z Compiling thread-id v5.1.0
15022026-05-07T00:32:21.234Z Compiling cookie v0.18.1
15032026-05-07T00:32:21.301Z Compiling unicode-bidi v0.3.18
15042026-05-07T00:32:21.315Z Compiling unicode-properties v0.1.4
15052026-05-07T00:32:21.411Z Compiling allocator-api2 v0.2.21
15062026-05-07T00:32:21.476Z Compiling anyhow v1.0.102
15072026-05-07T00:32:21.513Z Compiling signal-hook v0.3.18
15082026-05-07T00:32:21.693Z Compiling adler2 v2.0.1
15092026-05-07T00:32:21.719Z Compiling unarray v0.1.4
15102026-05-07T00:32:21.770Z Compiling zstd-safe v7.2.4
15112026-05-07T00:32:21.816Z Compiling paste v1.0.15
15122026-05-07T00:32:21.832Z Compiling proptest v1.10.0
15132026-05-07T00:32:21.835Z Compiling miniz_oxide v0.8.9
15142026-05-07T00:32:21.859Z Compiling thiserror v1.0.69
15152026-05-07T00:32:21.985Z Compiling stringprep v0.1.5
15162026-05-07T00:32:22.412Z Compiling scroll v0.12.0
15172026-05-07T00:32:22.435Z Compiling tower v0.5.3
15182026-05-07T00:32:22.762Z Compiling derive_builder_macro v0.20.2
15192026-05-07T00:32:22.910Z Compiling ipnetwork v0.21.1
15202026-05-07T00:32:23.050Z Compiling http-body-util v0.1.3
15212026-05-07T00:32:23.281Z Compiling webpki-roots v1.0.6
15222026-05-07T00:32:23.289Z Compiling rand_chacha v0.3.1
15232026-05-07T00:32:23.302Z Compiling erased-serde v0.3.31
15242026-05-07T00:32:23.319Z Compiling serde_tokenstream v0.2.3
15252026-05-07T00:32:23.334Z Compiling serde_spanned v0.6.9
15262026-05-07T00:32:23.346Z Compiling darling_macro v0.21.3
15272026-05-07T00:32:23.463Z Compiling toml_datetime v0.6.11
15282026-05-07T00:32:23.623Z Compiling md-5 v0.10.6
15292026-05-07T00:32:23.718Z Compiling zerocopy-derive v0.7.35
15302026-05-07T00:32:23.766Z Compiling curve25519-dalek v4.1.3
15312026-05-07T00:32:23.786Z Compiling vergen-lib v0.1.6
15322026-05-07T00:32:23.804Z Compiling num-integer v0.1.46
15332026-05-07T00:32:23.961Z Compiling hash32 v0.2.1
15342026-05-07T00:32:24.127Z Compiling ff v0.13.1
15352026-05-07T00:32:24.141Z Compiling memoffset v0.9.1
15362026-05-07T00:32:24.169Z Compiling zlib-rs v0.6.2
15372026-05-07T00:32:24.183Z Compiling iri-string v0.7.10
15382026-05-07T00:32:24.263Z Compiling smoltcp v0.9.1
15392026-05-07T00:32:24.330Z Compiling litrs v1.0.0
15402026-05-07T00:32:24.600Z Compiling psl-types v2.0.11
15412026-05-07T00:32:24.619Z Compiling cfg_aliases v0.2.1
15422026-05-07T00:32:24.694Z Compiling num-bigint-dig v0.8.6
15432026-05-07T00:32:24.726Z Compiling fallible-iterator v0.2.0
15442026-05-07T00:32:24.844Z Compiling rustix v0.38.44
15452026-05-07T00:32:24.879Z Compiling ryu v1.0.23
15462026-05-07T00:32:25.040Z Compiling ref-cast v1.0.25
15472026-05-07T00:32:25.061Z Compiling base16ct v0.2.0
15482026-05-07T00:32:25.237Z Compiling sec1 v0.7.3
15492026-05-07T00:32:25.281Z Compiling postgres-protocol v0.6.10
15502026-05-07T00:32:25.386Z Compiling tower-http v0.6.8
15512026-05-07T00:32:25.513Z Compiling serde_urlencoded v0.7.1
15522026-05-07T00:32:25.709Z Compiling document-features v0.2.12
15532026-05-07T00:32:25.754Z Compiling publicsuffix v2.3.0
15542026-05-07T00:32:25.784Z Compiling nix v0.31.2
15552026-05-07T00:32:25.820Z Compiling zerocopy v0.7.35
15562026-05-07T00:32:26.033Z Compiling group v0.13.0
15572026-05-07T00:32:26.219Z Compiling newtype-uuid v1.3.2
15582026-05-07T00:32:26.271Z Compiling num-iter v0.1.45
15592026-05-07T00:32:26.364Z Compiling darling v0.21.3
15602026-05-07T00:32:26.445Z Compiling rand v0.8.5
15612026-05-07T00:32:26.536Z Compiling derive_builder v0.20.2
15622026-05-07T00:32:26.662Z Compiling oxnet v0.1.4
15632026-05-07T00:32:26.674Z Compiling tokio-native-tls v0.3.1
15642026-05-07T00:32:26.715Z Compiling hubpack_derive v0.1.1
15652026-05-07T00:32:26.859Z Compiling goblin v0.8.2
15662026-05-07T00:32:27.036Z Compiling flate2 v1.1.9
15672026-05-07T00:32:27.443Z Compiling regex v1.12.3
15682026-05-07T00:32:27.494Z Compiling phf_shared v0.13.1
15692026-05-07T00:32:27.584Z Compiling lazy_static v1.5.0
15702026-05-07T00:32:27.655Z Compiling cargo-platform v0.1.9
15712026-05-07T00:32:27.683Z Compiling hkdf v0.12.4
15722026-05-07T00:32:27.729Z Compiling crypto-bigint v0.5.5
15732026-05-07T00:32:27.763Z Compiling terminal_size v0.4.3
15742026-05-07T00:32:27.844Z Compiling curve25519-dalek-derive v0.1.1
15752026-05-07T00:32:27.870Z Compiling ref-cast-impl v1.0.25
15762026-05-07T00:32:27.897Z Compiling async-trait v0.1.89
15772026-05-07T00:32:27.900Z Compiling strum_macros v0.27.2
15782026-05-07T00:32:28.402Z Compiling daft-derive v0.1.5
15792026-05-07T00:32:28.475Z Compiling vergen v9.0.6
15802026-05-07T00:32:28.654Z Compiling fs-err v3.3.0
15812026-05-07T00:32:28.844Z Compiling ahash v0.8.12
15822026-05-07T00:32:28.912Z Compiling bumpalo v3.20.2
15832026-05-07T00:32:29.087Z Compiling object v0.37.3
15842026-05-07T00:32:29.132Z Compiling foldhash v0.1.5
15852026-05-07T00:32:29.193Z Compiling foldhash v0.2.0
15862026-05-07T00:32:29.306Z Compiling unicode-segmentation v1.12.0
15872026-05-07T00:32:29.361Z Compiling managed v0.8.0
15882026-05-07T00:32:29.415Z Compiling libbz2-rs-sys v0.2.2
15892026-05-07T00:32:29.581Z Compiling bitflags v1.3.2
15902026-05-07T00:32:29.659Z Compiling winnow v0.5.40
15912026-05-07T00:32:29.874Z Compiling bzip2 v0.6.1
15922026-05-07T00:32:29.896Z Compiling strum v0.27.2
15932026-05-07T00:32:30.028Z Compiling hashbrown v0.16.1
15942026-05-07T00:32:30.078Z Compiling hashbrown v0.15.5
15952026-05-07T00:32:30.103Z Compiling clap_builder v4.5.60
15962026-05-07T00:32:30.366Z Compiling zopfli v0.8.3
15972026-05-07T00:32:30.500Z Compiling daft v0.1.5
15982026-05-07T00:32:30.619Z Compiling dof v0.3.0
15992026-05-07T00:32:30.767Z Compiling elliptic-curve v0.13.8
16002026-05-07T00:32:31.013Z Compiling toml_edit v0.19.15
16012026-05-07T00:32:31.157Z Compiling cargo_metadata v0.19.2
16022026-05-07T00:32:31.171Z Compiling phf v0.13.1
16032026-05-07T00:32:31.335Z Compiling signal-hook-mio v0.2.5
16042026-05-07T00:32:31.808Z Compiling cookie_store v0.22.1
16052026-05-07T00:32:32.454Z Compiling hubpack v0.1.2
16062026-05-07T00:32:32.469Z Compiling zstd v0.13.3
16072026-05-07T00:32:32.669Z Compiling bzip2 v0.4.4
16082026-05-07T00:32:32.729Z Compiling hyper-tls v0.6.0
16092026-05-07T00:32:32.788Z Compiling serde_with_macros v3.17.0
16102026-05-07T00:32:32.954Z Compiling postgres-types v0.2.12
16112026-05-07T00:32:33.059Z Compiling usdt-macro v0.6.0
16122026-05-07T00:32:33.504Z Compiling usdt-attr-macro v0.6.0
16132026-05-07T00:32:33.598Z Compiling dtrace-parser v0.2.0
16142026-05-07T00:32:33.726Z Compiling ed25519 v2.2.3
16152026-05-07T00:32:33.785Z Compiling bstr v1.12.1
16162026-05-07T00:32:33.898Z Compiling phf_shared v0.11.3
16172026-05-07T00:32:34.127Z Compiling pkcs1 v0.7.5
16182026-05-07T00:32:34.141Z Compiling hex v0.4.3
16192026-05-07T00:32:34.293Z Compiling serde-big-array v0.5.1
16202026-05-07T00:32:34.384Z Compiling rfc6979 v0.4.0
16212026-05-07T00:32:34.407Z Compiling serde_repr v0.1.20
16222026-05-07T00:32:34.435Z Compiling enum-as-inner v0.6.1
16232026-05-07T00:32:34.476Z Compiling clap_derive v4.5.55
16242026-05-07T00:32:34.506Z Compiling strum_macros v0.26.4
16252026-05-07T00:32:34.532Z Compiling float-cmp v0.10.0
16262026-05-07T00:32:34.633Z Compiling memmap2 v0.9.10
16272026-05-07T00:32:34.678Z Compiling thread-id v4.2.2
16282026-05-07T00:32:34.761Z Compiling env_filter v1.0.0
16292026-05-07T00:32:34.839Z Compiling encoding_rs v0.8.35
16302026-05-07T00:32:34.924Z Compiling either v1.15.0
16312026-05-07T00:32:34.924Z Compiling rustc-hash v2.1.1
16322026-05-07T00:32:35.049Z Compiling mime v0.3.17
16332026-05-07T00:32:35.063Z Compiling fixedbitset v0.4.2
16342026-05-07T00:32:35.144Z Compiling keccak v0.1.6
16352026-05-07T00:32:35.274Z Compiling new_debug_unreachable v1.0.6
16362026-05-07T00:32:35.304Z Compiling normalize-line-endings v0.3.0
16372026-05-07T00:32:35.345Z Compiling static_assertions v1.1.0
16382026-05-07T00:32:35.399Z Compiling whoami v2.1.0
16392026-05-07T00:32:35.419Z Compiling jiff v0.2.21
16402026-05-07T00:32:35.766Z Compiling data-encoding v2.10.0
16412026-05-07T00:32:35.945Z Compiling predicates-core v1.0.10
16422026-05-07T00:32:36.122Z Compiling difflib v0.4.0
16432026-05-07T00:32:36.216Z Compiling precomputed-hash v0.1.1
16442026-05-07T00:32:36.219Z Compiling fixedbitset v0.5.7
16452026-05-07T00:32:36.308Z Compiling string_cache v0.8.9
16462026-05-07T00:32:36.329Z Compiling clap v4.5.60
16472026-05-07T00:32:36.413Z Compiling predicates v3.1.4
16482026-05-07T00:32:36.445Z Compiling petgraph v0.8.3
16492026-05-07T00:32:36.527Z Compiling toml_edit v0.22.27
16502026-05-07T00:32:36.541Z Compiling strum v0.26.3
16512026-05-07T00:32:36.670Z Compiling hickory-proto v0.25.2
16522026-05-07T00:32:36.683Z Compiling tokio-postgres v0.7.16
16532026-05-07T00:32:36.937Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16542026-05-07T00:32:37.063Z Compiling sha3 v0.10.8
16552026-05-07T00:32:37.513Z Compiling petgraph v0.6.5
16562026-05-07T00:32:38.373Z Compiling zip v4.6.1
16572026-05-07T00:32:38.855Z Compiling itertools v0.13.0
16582026-05-07T00:32:38.966Z Compiling iddqd v0.3.18
16592026-05-07T00:32:39.210Z Compiling env_logger v0.11.9
16602026-05-07T00:32:39.347Z Compiling usdt v0.6.0
16612026-05-07T00:32:39.569Z Compiling usdt-impl v0.5.0
16622026-05-07T00:32:39.595Z Compiling ecdsa v0.16.9
16632026-05-07T00:32:39.610Z Compiling serde_with v3.17.0
16642026-05-07T00:32:39.727Z Compiling rsa v0.9.10
16652026-05-07T00:32:39.987Z Compiling similar v2.7.0
16662026-05-07T00:32:40.123Z Compiling ed25519-dalek v2.2.0
16672026-05-07T00:32:40.137Z Compiling crossterm v0.28.1
16682026-05-07T00:32:40.775Z Compiling zip v0.6.6
16692026-05-07T00:32:40.847Z Compiling toml v0.7.8
16702026-05-07T00:32:41.441Z Compiling heck v0.4.1
16712026-05-07T00:32:41.554Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-07T00:32:41.576Z Compiling crossbeam-epoch v0.9.18
16732026-05-07T00:32:41.666Z Compiling tokio-stream v0.1.18
16742026-05-07T00:32:41.696Z Compiling buf-list v1.1.2
16752026-05-07T00:32:41.742Z Compiling x509-cert v0.2.5
16762026-05-07T00:32:41.895Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16772026-05-07T00:32:41.964Z Compiling openapiv3 v2.2.0
16782026-05-07T00:32:42.122Z Compiling sha1 v0.10.6
16792026-05-07T00:32:42.179Z Compiling toml_datetime v0.7.5+spec-1.1.0
16802026-05-07T00:32:42.195Z Compiling peg-runtime v0.8.5
16812026-05-07T00:32:42.344Z Compiling lalrpop-util v0.19.12
16822026-05-07T00:32:42.463Z Compiling thread_local v1.1.9
16832026-05-07T00:32:42.477Z Compiling slog-async v2.8.0
16842026-05-07T00:32:42.532Z Compiling crossbeam-channel v0.5.15
16852026-05-07T00:32:42.711Z Compiling futures-executor v0.3.32
16862026-05-07T00:32:42.789Z Compiling is-terminal v0.4.17
16872026-05-07T00:32:42.886Z Compiling filetime v0.2.27
16882026-05-07T00:32:42.969Z Compiling xattr v1.6.1
16892026-05-07T00:32:42.986Z Compiling term v1.2.1
16902026-05-07T00:32:43.016Z Compiling take_mut v0.2.2
16912026-05-07T00:32:43.060Z Compiling futures v0.3.32
16922026-05-07T00:32:43.141Z Compiling tar v0.4.45
16932026-05-07T00:32:43.368Z Compiling slog-term v2.9.2
16942026-05-07T00:32:52.978Z Compiling rustls-webpki v0.103.9
16952026-05-07T00:32:55.758Z Compiling tokio-rustls v0.26.4
16962026-05-07T00:32:55.758Z Compiling rustls-platform-verifier v0.6.2
16972026-05-07T00:32:55.957Z Compiling hyper-rustls v0.27.7
16982026-05-07T00:32:56.166Z Compiling reqwest v0.12.28
16992026-05-07T00:32:56.166Z Compiling reqwest v0.13.2
17002026-05-07T00:32:58.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-05-07T00:32:58.440Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-05-07T00:33:01.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17032026-05-07T00:33:01.406Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17042026-05-07T00:33:01.463ZMay 07 00:33:00.234 INFO Starting download, target: Clickhouse
17052026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Starting download, target: Console
17062026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Starting download, target: Cockroach
17072026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Starting download, target: DendriteStub
17082026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Starting download, target: MaghemiteMgd
17092026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Starting download, target: TransceiverControl
17102026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17112026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-07T00:33:01.474ZMay 07 00:33:00.235 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17162026-05-07T00:33:01.987ZMay 07 00:33:00.732 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-07T00:33:02.161ZMay 07 00:33:00.937 INFO Download complete, target: TransceiverControl
17182026-05-07T00:33:02.511ZMay 07 00:33:01.211 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17192026-05-07T00:33:02.742ZMay 07 00:33:01.444 INFO Download complete, target: Console
17202026-05-07T00:33:03.298ZMay 07 00:33:02.070 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-07T00:33:05.987ZMay 07 00:33:04.733 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-05-07T00:33:06.051ZMay 07 00:33:04.807 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-05-07T00:33:07.044ZMay 07 00:33:05.820 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-05-07T00:33:07.044ZMay 07 00:33:05.820 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-05-07T00:33:08.348ZMay 07 00:33:07.127 INFO Download complete, target: MaghemiteMgd
17262026-05-07T00:33:08.382ZMay 07 00:33:07.155 INFO Download complete, target: DendriteStub
17272026-05-07T00:33:10.164ZMay 07 00:33:08.942 INFO Checking that binary works, target: Clickhouse
17282026-05-07T00:33:10.250ZMay 07 00:33:09.029 INFO Download complete, target: Clickhouse
17292026-05-07T00:33:11.677ZMay 07 00:33:10.456 INFO Checking that binary works, target: Cockroach
17302026-05-07T00:33:11.784ZMay 07 00:33:10.564 INFO Download complete, target: Cockroach
17312026-05-07T00:33:11.802ZAll builder prerequisites installed successfully, and PATH looks valid
17322026-05-07T00:33:11.805Z
17332026-05-07T00:33:11.805Zreal 2:13.868387974
17342026-05-07T00:33:11.805Zuser 6:42.834036104
17352026-05-07T00:33:11.805Zsys 1:19.992717144
17362026-05-07T00:33:11.806Ztrap 0.221095355
17372026-05-07T00:33:11.806Ztflt 0.959984173
17382026-05-07T00:33:11.806Zdflt 0.722035690
17392026-05-07T00:33:11.806Zkflt 0.028773608
17402026-05-07T00:33:11.806Zlock 21:41.039417899
17412026-05-07T00:33:11.806Zslp 20:51.958226184
17422026-05-07T00:33:11.806Zlat 41.564212509
17432026-05-07T00:33:11.806Zstop 1:49.316802957
17442026-05-07T00:33:11.806Z+ banner hack-check
17452026-05-07T00:33:11.806Z
17462026-05-07T00:33:11.806Z # # ## #### # # #### # # ###### #### # #
17472026-05-07T00:33:11.806Z # # # # # # # # # # # # # # # # #
17482026-05-07T00:33:11.806Z ###### # # # #### ##### # ###### ##### # ####
17492026-05-07T00:33:11.806Z # # ###### # # # # # # # # # #
17502026-05-07T00:33:11.806Z # # # # # # # # # # # # # # # # #
17512026-05-07T00:33:11.806Z # # # # #### # # #### # # ###### #### # #
17522026-05-07T00:33:11.806Z
17532026-05-07T00:33:11.806Z+ export CARGO_INCREMENTAL=0
17542026-05-07T00:33:11.806Z+ CARGO_INCREMENTAL=0
17552026-05-07T00:33:11.806Z+ ptime -m timeout 2h cargo xtask check-features --ci
17562026-05-07T00:33:12.329Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17572026-05-07T00:33:12.544Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17582026-05-07T00:33:14.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17592026-05-07T00:33:14.468Z Running `target/debug/xtask check-features --ci`
17602026-05-07T00:33:14.493Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17612026-05-07T00:33:14.501Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17622026-05-07T00:33:14.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17632026-05-07T00:33:14.991Z Running `target/debug/xtask download cargo-hack`
17642026-05-07T00:33:15.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17652026-05-07T00:33:16.077Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17662026-05-07T00:33:18.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17672026-05-07T00:33:18.690Z Running `target/debug/xtask-downloader cargo-hack`
17682026-05-07T00:33:18.730ZMay 07 00:33:17.508 INFO Starting download, target: CargoHack
17692026-05-07T00:33:18.733ZMay 07 00:33:17.509 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17702026-05-07T00:33:19.161ZMay 07 00:33:17.939 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17712026-05-07T00:33:19.209ZMay 07 00:33:17.988 INFO Download complete, target: CargoHack
17722026-05-07T00:33:19.212Zrunning: "/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"
17732026-05-07T00:33:19.226Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17742026-05-07T00:33:19.375Zinfo: running `cargo check --bins` on api_identity (1/274)
17752026-05-07T00:33:19.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762026-05-07T00:33:19.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772026-05-07T00:33:19.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782026-05-07T00:33:19.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17792026-05-07T00:33:19.939Z
17802026-05-07T00:33:19.939Zinfo: running `cargo check --bins` on bootstore (2/274)
17812026-05-07T00:33:20.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-07T00:33:20.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-07T00:33:20.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-07T00:33:20.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-07T00:33:20.517Z
17862026-05-07T00:33:20.517Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17872026-05-07T00:33:21.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-07T00:33:21.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-07T00:33:21.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-07T00:33:21.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17912026-05-07T00:33:21.094Z
17922026-05-07T00:33:21.094Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17932026-05-07T00:33:21.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-07T00:33:21.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-07T00:33:21.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-07T00:33:21.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17972026-05-07T00:33:21.660Z
17982026-05-07T00:33:21.660Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
17992026-05-07T00:33:22.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-07T00:33:22.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-07T00:33:22.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-07T00:33:22.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18032026-05-07T00:33:22.244Z
18042026-05-07T00:33:22.244Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18052026-05-07T00:33:22.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-07T00:33:22.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-07T00:33:22.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-07T00:33:22.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18092026-05-07T00:33:22.836Z
18102026-05-07T00:33:22.837Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18112026-05-07T00:33:23.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-07T00:33:23.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-07T00:33:23.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-07T00:33:23.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18152026-05-07T00:33:23.427Z
18162026-05-07T00:33:23.427Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18172026-05-07T00:33:23.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-07T00:33:23.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-07T00:33:23.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-07T00:33:23.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-07T00:33:24.017Z
18222026-05-07T00:33:24.017Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18232026-05-07T00:33:24.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-07T00:33:24.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-07T00:33:24.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-07T00:33:24.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18272026-05-07T00:33:24.485Z
18282026-05-07T00:33:24.485Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18292026-05-07T00:33:24.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-07T00:33:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-07T00:33:24.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-07T00:33:24.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18332026-05-07T00:33:24.952Z
18342026-05-07T00:33:24.952Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18352026-05-07T00:33:25.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-07T00:33:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-07T00:33:25.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-07T00:33:25.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-07T00:33:25.423Z
18402026-05-07T00:33:25.423Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18412026-05-07T00:33:25.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-07T00:33:25.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-07T00:33:25.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-07T00:33:25.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-07T00:33:25.895Z
18462026-05-07T00:33:25.895Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18472026-05-07T00:33:26.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-07T00:33:26.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-07T00:33:26.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-07T00:33:26.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-07T00:33:26.361Z
18522026-05-07T00:33:26.361Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18532026-05-07T00:33:26.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-07T00:33:26.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-07T00:33:26.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-07T00:33:26.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-07T00:33:26.829Z
18582026-05-07T00:33:26.829Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18592026-05-07T00:33:27.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-07T00:33:27.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-07T00:33:27.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-07T00:33:27.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-07T00:33:27.297Z
18642026-05-07T00:33:27.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18652026-05-07T00:33:27.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-07T00:33:27.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-07T00:33:27.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-07T00:33:27.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-07T00:33:27.767Z
18702026-05-07T00:33:27.767Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18712026-05-07T00:33:28.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-07T00:33:28.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-07T00:33:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-07T00:33:28.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-07T00:33:28.237Z
18762026-05-07T00:33:28.237Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18772026-05-07T00:33:28.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-07T00:33:28.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-07T00:33:28.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-07T00:33:28.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-07T00:33:28.706Z
18822026-05-07T00:33:28.706Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18832026-05-07T00:33:29.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-07T00:33:29.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-07T00:33:29.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-07T00:33:29.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-07T00:33:29.178Z
18882026-05-07T00:33:29.178Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18892026-05-07T00:33:29.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-07T00:33:29.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-07T00:33:29.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-07T00:33:29.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-07T00:33:29.644Z
18942026-05-07T00:33:29.644Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
18952026-05-07T00:33:30.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-07T00:33:30.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-07T00:33:30.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-07T00:33:30.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-07T00:33:30.112Z
19002026-05-07T00:33:30.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19012026-05-07T00:33:30.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-07T00:33:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-07T00:33:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-07T00:33:30.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-07T00:33:30.583Z
19062026-05-07T00:33:30.583Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19072026-05-07T00:33:30.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-07T00:33:30.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-07T00:33:30.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-07T00:33:30.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-07T00:33:31.053Z
19122026-05-07T00:33:31.053Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19132026-05-07T00:33:31.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-07T00:33:31.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-07T00:33:31.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-07T00:33:31.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-07T00:33:31.524Z
19182026-05-07T00:33:31.524Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19192026-05-07T00:33:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-07T00:33:31.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-07T00:33:31.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-07T00:33:31.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-07T00:33:31.990Z
19242026-05-07T00:33:31.990Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19252026-05-07T00:33:32.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-07T00:33:32.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-07T00:33:32.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-07T00:33:32.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-07T00:33:32.455Z
19302026-05-07T00:33:32.455Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19312026-05-07T00:33:32.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-07T00:33:32.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-07T00:33:32.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-07T00:33:32.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-07T00:33:32.919Z
19362026-05-07T00:33:32.919Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19372026-05-07T00:33:33.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-07T00:33:33.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-07T00:33:33.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-07T00:33:33.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-07T00:33:33.389Z
19422026-05-07T00:33:33.389Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19432026-05-07T00:33:33.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-07T00:33:33.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-07T00:33:33.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-07T00:33:33.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-07T00:33:33.860Z
19482026-05-07T00:33:33.860Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19492026-05-07T00:33:34.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-07T00:33:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-07T00:33:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-07T00:33:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-07T00:33:34.328Z
19542026-05-07T00:33:34.328Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19552026-05-07T00:33:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-07T00:33:34.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-07T00:33:34.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-07T00:33:34.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-07T00:33:34.808Z
19602026-05-07T00:33:34.808Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19612026-05-07T00:33:35.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-07T00:33:35.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-07T00:33:35.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-07T00:33:35.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-07T00:33:35.269Z
19662026-05-07T00:33:35.269Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19672026-05-07T00:33:35.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-07T00:33:35.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-07T00:33:35.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-07T00:33:35.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-07T00:33:35.736Z
19722026-05-07T00:33:35.736Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19732026-05-07T00:33:36.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-07T00:33:36.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-07T00:33:36.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-07T00:33:36.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-07T00:33:36.205Z
19782026-05-07T00:33:36.205Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19792026-05-07T00:33:36.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-07T00:33:36.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-07T00:33:36.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-07T00:33:36.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-07T00:33:36.673Z
19842026-05-07T00:33:36.673Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19852026-05-07T00:33:37.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-07T00:33:37.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-07T00:33:37.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-07T00:33:37.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-07T00:33:37.142Z
19902026-05-07T00:33:37.142Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19912026-05-07T00:33:37.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-07T00:33:37.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-07T00:33:37.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-07T00:33:37.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-07T00:33:37.612Z
19962026-05-07T00:33:37.612Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
19972026-05-07T00:33:38.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-07T00:33:38.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-07T00:33:38.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-07T00:33:38.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-07T00:33:38.079Z
20022026-05-07T00:33:38.079Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20032026-05-07T00:33:38.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-07T00:33:38.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-07T00:33:38.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-07T00:33:38.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-07T00:33:38.544Z
20082026-05-07T00:33:38.544Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20092026-05-07T00:33:38.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-07T00:33:38.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-07T00:33:38.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-07T00:33:38.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-07T00:33:39.011Z
20142026-05-07T00:33:39.011Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20152026-05-07T00:33:39.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-07T00:33:39.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-07T00:33:39.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-07T00:33:39.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-07T00:33:39.483Z
20202026-05-07T00:33:39.483Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20212026-05-07T00:33:39.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-07T00:33:39.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-07T00:33:39.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-07T00:33:39.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-07T00:33:39.954Z
20262026-05-07T00:33:39.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20272026-05-07T00:33:40.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-07T00:33:40.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-07T00:33:40.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-07T00:33:40.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-07T00:33:40.425Z
20322026-05-07T00:33:40.425Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20332026-05-07T00:33:40.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-07T00:33:40.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-07T00:33:40.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-07T00:33:40.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-07T00:33:40.896Z
20382026-05-07T00:33:40.896Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20392026-05-07T00:33:41.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-07T00:33:41.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-07T00:33:41.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-07T00:33:41.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-07T00:33:41.368Z
20442026-05-07T00:33:41.368Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20452026-05-07T00:33:41.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-07T00:33:41.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-07T00:33:41.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-07T00:33:41.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-07T00:33:41.843Z
20502026-05-07T00:33:41.843Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20512026-05-07T00:33:42.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-07T00:33:42.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-07T00:33:42.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-07T00:33:42.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-07T00:33:42.335Z
20562026-05-07T00:33:42.335Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20572026-05-07T00:33:42.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-07T00:33:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-07T00:33:42.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-07T00:33:42.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-07T00:33:42.787Z
20622026-05-07T00:33:42.787Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20632026-05-07T00:33:43.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-07T00:33:43.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-07T00:33:43.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-07T00:33:43.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-05-07T00:33:43.424Z
20682026-05-07T00:33:43.424Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20692026-05-07T00:33:43.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-07T00:33:43.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-07T00:33:43.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-07T00:33:43.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-07T00:33:44.052Z
20742026-05-07T00:33:44.052Zinfo: running `cargo check --bins` on nexus-config (51/274)
20752026-05-07T00:33:44.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-07T00:33:44.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-07T00:33:44.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-07T00:33:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-07T00:33:44.681Z
20802026-05-07T00:33:44.681Zinfo: running `cargo check --bins` on nexus-types (52/274)
20812026-05-07T00:33:45.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-07T00:33:45.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-07T00:33:45.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-07T00:33:45.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-07T00:33:45.317Z
20862026-05-07T00:33:45.317Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20872026-05-07T00:33:45.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-07T00:33:45.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-07T00:33:45.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-07T00:33:45.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20912026-05-07T00:33:45.912Z
20922026-05-07T00:33:45.912Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20932026-05-07T00:33:46.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-07T00:33:46.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-07T00:33:46.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-07T00:33:46.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20972026-05-07T00:33:46.497Z
20982026-05-07T00:33:46.498Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
20992026-05-07T00:33:46.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-07T00:33:47.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-07T00:33:47.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-07T00:33:47.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21032026-05-07T00:33:47.096Z
21042026-05-07T00:33:47.096Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21052026-05-07T00:33:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-07T00:33:47.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-07T00:33:47.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-07T00:33:47.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-07T00:33:47.692Z
21102026-05-07T00:33:47.692Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21112026-05-07T00:33:48.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-07T00:33:48.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-07T00:33:48.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-07T00:33:48.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-07T00:33:48.294Z
21162026-05-07T00:33:48.294Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21172026-05-07T00:33:48.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-07T00:33:48.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-07T00:33:48.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-07T00:33:48.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-07T00:33:48.890Z
21222026-05-07T00:33:48.890Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21232026-05-07T00:33:49.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-07T00:33:49.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-07T00:33:49.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-07T00:33:49.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21272026-05-07T00:33:49.472Z
21282026-05-07T00:33:49.472Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21292026-05-07T00:33:49.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-07T00:33:49.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-07T00:33:49.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-07T00:33:49.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-07T00:33:50.057Z
21342026-05-07T00:33:50.057Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21352026-05-07T00:33:50.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-07T00:33:50.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-07T00:33:50.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-07T00:33:50.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-07T00:33:50.636Z
21402026-05-07T00:33:50.636Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21412026-05-07T00:33:51.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-07T00:33:51.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-07T00:33:51.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-07T00:33:51.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21452026-05-07T00:33:51.211Z
21462026-05-07T00:33:51.211Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21472026-05-07T00:33:51.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-07T00:33:51.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-07T00:33:51.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-07T00:33:51.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-07T00:33:51.809Z
21522026-05-07T00:33:51.809Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21532026-05-07T00:33:52.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-07T00:33:52.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-07T00:33:52.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-07T00:33:52.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-07T00:33:52.408Z
21582026-05-07T00:33:52.408Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21592026-05-07T00:33:52.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-07T00:33:52.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-07T00:33:52.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-07T00:33:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-07T00:33:52.989Z
21642026-05-07T00:33:52.989Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21652026-05-07T00:33:53.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-07T00:33:53.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-07T00:33:53.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-07T00:33:53.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-07T00:33:53.570Z
21702026-05-07T00:33:53.570Zinfo: running `cargo check --bins` on ereport-types (67/274)
21712026-05-07T00:33:54.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-07T00:33:54.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-07T00:33:54.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-07T00:33:54.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-07T00:33:54.158Z
21762026-05-07T00:33:54.158Zinfo: running `cargo check --bins` on gateway-client (68/274)
21772026-05-07T00:33:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-07T00:33:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-07T00:33:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-07T00:33:54.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812026-05-07T00:33:54.751Z
21822026-05-07T00:33:54.751Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21832026-05-07T00:33:55.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-07T00:33:55.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-07T00:33:55.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-07T00:33:55.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-07T00:33:55.349Z
21882026-05-07T00:33:55.350Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21892026-05-07T00:33:55.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-07T00:33:55.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-07T00:33:55.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-07T00:33:55.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-07T00:33:55.940Z
21942026-05-07T00:33:55.940Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
21952026-05-07T00:33:56.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-07T00:33:56.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-07T00:33:56.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-07T00:33:56.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-07T00:33:56.524Z
22002026-05-07T00:33:56.524Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22012026-05-07T00:33:57.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-07T00:33:57.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-07T00:33:57.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-07T00:33:57.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-07T00:33:57.113Z
22062026-05-07T00:33:57.113Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22072026-05-07T00:33:57.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-07T00:33:57.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-07T00:33:57.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-07T00:33:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22112026-05-07T00:33:57.724Z
22122026-05-07T00:33:57.724Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22132026-05-07T00:33:58.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-07T00:33:58.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-07T00:33:58.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-07T00:33:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-07T00:33:58.336Z
22182026-05-07T00:33:58.336Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22192026-05-07T00:33:58.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-07T00:33:58.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-07T00:33:58.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-07T00:33:58.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22232026-05-07T00:33:58.916Z
22242026-05-07T00:33:58.916Zinfo: running `cargo check --bins` on oxlog (76/274)
22252026-05-07T00:33:59.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-07T00:33:59.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-07T00:33:59.525Z Checking cfg-if v1.0.4
22282026-05-07T00:33:59.536Z Checking libc v0.2.185
22292026-05-07T00:33:59.536Z Checking serde_core v1.0.228
22302026-05-07T00:33:59.637Z Checking zeroize v1.8.2
22312026-05-07T00:33:59.646Z Checking memchr v2.8.0
22322026-05-07T00:33:59.653Z Checking log v0.4.29
22332026-05-07T00:33:59.661Z Checking smallvec v1.15.1
22342026-05-07T00:33:59.675Z Checking typenum v1.19.0
22352026-05-07T00:33:59.675Z Checking subtle v2.6.1
22362026-05-07T00:33:59.774Z Checking itoa v1.0.17
22372026-05-07T00:33:59.803Z Checking scopeguard v1.2.0
22382026-05-07T00:33:59.817Z Checking stable_deref_trait v1.2.1
22392026-05-07T00:33:59.826Z Checking const-oid v0.9.6
22402026-05-07T00:33:59.887Z Checking portable-atomic v1.13.1
22412026-05-07T00:33:59.902Z Checking lock_api v0.4.14
22422026-05-07T00:33:59.912Z Checking zerofrom v0.1.6
22432026-05-07T00:34:00.016Z Checking critical-section v1.2.0
22442026-05-07T00:34:00.017Z Checking yoke v0.8.1
22452026-05-07T00:34:00.030Z Checking getrandom v0.2.17
22462026-05-07T00:34:00.087Z Checking errno v0.3.14
22472026-05-07T00:34:00.153Z Checking parking_lot_core v0.9.12
22482026-05-07T00:34:00.180Z Checking rand_core v0.6.4
22492026-05-07T00:34:00.195Z Checking generic-array v0.14.7
22502026-05-07T00:34:00.204Z Checking signal-hook-registry v1.4.8
22512026-05-07T00:34:00.215Z Checking zerovec v0.11.5
22522026-05-07T00:34:00.271Z Checking once_cell v1.21.3
22532026-05-07T00:34:00.335Z Checking zerocopy v0.8.40
22542026-05-07T00:34:00.352Z Checking pin-project-lite v0.2.17
22552026-05-07T00:34:00.363Z Checking parking_lot v0.12.5
22562026-05-07T00:34:00.438Z Checking mio v1.2.0
22572026-05-07T00:34:00.454Z Checking socket2 v0.6.3
22582026-05-07T00:34:00.488Z Checking libm v0.2.16
22592026-05-07T00:34:00.542Z Checking zmij v1.0.21
22602026-05-07T00:34:00.626Z Checking crypto-common v0.1.7
22612026-05-07T00:34:00.644Z Checking block-buffer v0.10.4
22622026-05-07T00:34:00.684Z Checking tinystr v0.8.2
22632026-05-07T00:34:00.709Z Checking percent-encoding v2.3.2
22642026-05-07T00:34:00.742Z Checking writeable v0.6.2
22652026-05-07T00:34:00.754Z Checking litemap v0.8.1
22662026-05-07T00:34:00.776Z Checking digest v0.10.7
22672026-05-07T00:34:00.845Z Checking futures-core v0.3.32
22682026-05-07T00:34:00.858Z Checking equivalent v1.0.2
22692026-05-07T00:34:00.921Z Checking potential_utf v0.1.4
22702026-05-07T00:34:00.933Z Checking icu_locale_core v2.1.1
22712026-05-07T00:34:00.939Z Checking zerotrie v0.2.3
22722026-05-07T00:34:00.960Z Checking cpufeatures v0.2.17
22732026-05-07T00:34:00.973Z Checking hmac v0.12.1
22742026-05-07T00:34:01.016Z Checking icu_collections v2.1.1
22752026-05-07T00:34:01.031Z Checking block-padding v0.3.3
22762026-05-07T00:34:01.096Z Checking serde v1.0.228
22772026-05-07T00:34:01.106Z Checking bitflags v2.11.0
22782026-05-07T00:34:01.155Z Checking serde_json v1.0.149
22792026-05-07T00:34:01.170Z Checking icu_normalizer_data v2.1.1
22802026-05-07T00:34:01.186Z Checking num-traits v0.2.19
22812026-05-07T00:34:01.237Z Checking icu_properties_data v2.1.2
22822026-05-07T00:34:01.265Z Checking rand_core v0.10.0
22832026-05-07T00:34:01.315Z Checking futures-sink v0.3.32
22842026-05-07T00:34:01.360Z Checking hashbrown v0.17.0
22852026-05-07T00:34:01.394Z Checking getrandom v0.4.1
22862026-05-07T00:34:01.407Z Checking futures-channel v0.3.32
22872026-05-07T00:34:01.459Z Checking icu_provider v2.1.1
22882026-05-07T00:34:01.492Z Checking bytes v1.11.1
22892026-05-07T00:34:01.539Z Checking inout v0.1.4
22902026-05-07T00:34:01.588Z Checking futures-io v0.3.32
22912026-05-07T00:34:01.667Z Checking slab v0.4.12
22922026-05-07T00:34:01.681Z Checking icu_properties v2.1.2
22932026-05-07T00:34:01.702Z Checking icu_normalizer v2.1.1
22942026-05-07T00:34:01.720Z Checking futures-task v0.3.32
22952026-05-07T00:34:01.803Z Checking cipher v0.4.4
22962026-05-07T00:34:01.816Z Checking indexmap v2.14.0
22972026-05-07T00:34:01.826Z Checking sha2 v0.10.9
22982026-05-07T00:34:01.836Z Checking futures-util v0.3.32
22992026-05-07T00:34:01.914Z Checking tokio v1.52.1
23002026-05-07T00:34:01.989Z Checking getrandom v0.3.4
23012026-05-07T00:34:02.006Z Checking base64ct v1.8.3
23022026-05-07T00:34:02.086Z Checking byteorder v1.5.0
23032026-05-07T00:34:02.131Z Checking utf8_iter v1.0.4
23042026-05-07T00:34:02.227Z Checking pem-rfc7468 v0.7.0
23052026-05-07T00:34:02.247Z Checking form_urlencoded v1.2.2
23062026-05-07T00:34:02.280Z Checking fnv v1.0.7
23072026-05-07T00:34:02.361Z Checking flagset v0.4.7
23082026-05-07T00:34:02.372Z Checking rand_core v0.9.5
23092026-05-07T00:34:02.388Z Checking salsa20 v0.10.2
23102026-05-07T00:34:02.388Z Checking http v1.4.0
23112026-05-07T00:34:02.475Z Checking der v0.7.10
23122026-05-07T00:34:02.481Z Checking idna_adapter v1.2.1
23132026-05-07T00:34:02.525Z Checking uuid v1.23.0
23142026-05-07T00:34:02.539Z Checking pbkdf2 v0.12.2
23152026-05-07T00:34:02.603Z Checking idna v1.1.0
23162026-05-07T00:34:02.646Z Checking scrypt v0.11.0
23172026-05-07T00:34:02.780Z Checking cbc v0.1.2
23182026-05-07T00:34:02.823Z Checking aes v0.8.4
23192026-05-07T00:34:02.834Z Checking url v2.5.8
23202026-05-07T00:34:02.900Z Checking rustix v1.1.3
23212026-05-07T00:34:02.939Z Checking tracing-core v0.1.36
23222026-05-07T00:34:03.065Z Checking ppv-lite86 v0.2.21
23232026-05-07T00:34:03.200Z Checking spki v0.7.3
23242026-05-07T00:34:03.211Z Checking rustls-pki-types v1.14.0
23252026-05-07T00:34:03.233Z Checking iana-time-zone v0.1.65
23262026-05-07T00:34:03.261Z Checking regex-syntax v0.8.10
23272026-05-07T00:34:03.334Z Checking chrono v0.4.44
23282026-05-07T00:34:03.350Z Checking rand_chacha v0.9.0
23292026-05-07T00:34:03.361Z Checking pkcs5 v0.7.1
23302026-05-07T00:34:03.486Z Checking tracing v0.1.44
23312026-05-07T00:34:03.542Z Checking rand v0.9.2
23322026-05-07T00:34:03.602Z Checking http-body v1.0.1
23332026-05-07T00:34:03.688Z Checking aws-lc-sys v0.37.1
23342026-05-07T00:34:03.702Z Checking untrusted v0.7.1
23352026-05-07T00:34:03.715Z Checking untrusted v0.9.0
23362026-05-07T00:34:03.728Z Checking base64 v0.22.1
23372026-05-07T00:34:03.808Z Checking openssl-probe v0.2.1
23382026-05-07T00:34:03.820Z Checking ring v0.17.14
23392026-05-07T00:34:03.914Z Checking pkcs8 v0.10.2
23402026-05-07T00:34:03.959Z Checking atomic-waker v1.1.2
23412026-05-07T00:34:04.007Z Checking tower-layer v0.3.3
23422026-05-07T00:34:04.052Z Checking plain v0.2.3
23432026-05-07T00:34:04.087Z Checking try-lock v0.2.5
23442026-05-07T00:34:04.150Z Checking tinyvec_macros v0.1.1
23452026-05-07T00:34:04.161Z Checking tower-service v0.3.3
23462026-05-07T00:34:04.176Z Checking ipnet v2.11.0
23472026-05-07T00:34:04.190Z Checking want v0.3.1
23482026-05-07T00:34:04.195Z Checking aws-lc-rs v1.16.0
23492026-05-07T00:34:04.212Z Checking tinyvec v1.10.0
23502026-05-07T00:34:04.241Z Checking semver v1.0.28
23512026-05-07T00:34:04.304Z Checking httparse v1.10.1
23522026-05-07T00:34:04.426Z Checking spin v0.9.8
23532026-05-07T00:34:04.446Z Checking httpdate v1.0.3
23542026-05-07T00:34:04.509Z Checking foreign-types-shared v0.1.1
23552026-05-07T00:34:04.509Z Checking pin-utils v0.1.0
23562026-05-07T00:34:04.561Z Checking unicode-ident v1.0.24
23572026-05-07T00:34:04.574Z Checking fastrand v2.3.0
23582026-05-07T00:34:04.586Z Checking dyn-clone v1.0.20
23592026-05-07T00:34:04.599Z Checking ucd-trie v0.1.7
23602026-05-07T00:34:04.609Z Checking foreign-types v0.3.2
23612026-05-07T00:34:04.664Z Checking proc-macro2 v1.0.106
23622026-05-07T00:34:04.679Z Checking schemars v0.8.22
23632026-05-07T00:34:04.692Z Checking openssl-sys v0.9.114
23642026-05-07T00:34:04.722Z Checking pest v2.8.6
23652026-05-07T00:34:04.747Z Checking tempfile v3.25.0
23662026-05-07T00:34:04.806Z Checking thiserror v2.0.18
23672026-05-07T00:34:04.904Z Checking wait-timeout v0.2.1
23682026-05-07T00:34:04.933Z Checking aho-corasick v1.1.4
23692026-05-07T00:34:04.974Z Checking simd-adler32 v0.3.8
23702026-05-07T00:34:05.024Z Checking rustls-webpki v0.103.9
23712026-05-07T00:34:05.024Z Checking powerfmt v0.2.0
23722026-05-07T00:34:05.106Z Checking tokio-util v0.7.18
23732026-05-07T00:34:05.138Z Checking siphasher v1.0.2
23742026-05-07T00:34:05.178Z Checking quick-error v1.2.3
23752026-05-07T00:34:05.191Z Checking anstyle v1.0.13
23762026-05-07T00:34:05.276Z Checking bit-vec v0.8.0
23772026-05-07T00:34:05.289Z Checking utf8parse v0.2.2
23782026-05-07T00:34:05.328Z Checking pretty-hex v0.4.1
23792026-05-07T00:34:05.366Z Checking rusty-fork v0.3.1
23802026-05-07T00:34:05.399Z Checking anstyle-parse v0.2.7
23812026-05-07T00:34:05.443Z Checking openssl v0.10.78
23822026-05-07T00:34:05.457Z Checking rustls v0.23.37
23832026-05-07T00:34:05.484Z Checking bit-set v0.8.0
23842026-05-07T00:34:05.532Z Checking deranged v0.5.8
23852026-05-07T00:34:05.550Z Checking quote v1.0.45
23862026-05-07T00:34:05.623Z Compiling newtype-uuid v1.3.2
23872026-05-07T00:34:05.627Z Checking regex-automata v0.4.14
23882026-05-07T00:34:05.712Z Checking unicode-normalization v0.1.25
23892026-05-07T00:34:05.726Z Checking h2 v0.4.13
23902026-05-07T00:34:05.795Z Checking rustls-native-certs v0.8.3
23912026-05-07T00:34:05.808Z Checking crossbeam-utils v0.8.21
23922026-05-07T00:34:05.918Z Checking rand_xorshift v0.4.0
23932026-05-07T00:34:06.035Z Checking crc32fast v1.5.0
23942026-05-07T00:34:06.107Z Checking scroll v0.13.0
23952026-05-07T00:34:06.128Z Checking signature v2.2.0
23962026-05-07T00:34:06.166Z Checking sync_wrapper v1.0.2
23972026-05-07T00:34:06.251Z Checking num_threads v0.1.7
23982026-05-07T00:34:06.266Z Checking allocator-api2 v0.2.21
23992026-05-07T00:34:06.327Z Checking colorchoice v1.0.4
24002026-05-07T00:34:06.340Z Checking unarray v0.1.4
24012026-05-07T00:34:06.421Z Checking unicode-properties v0.1.4
24022026-05-07T00:34:06.438Z Checking time-core v0.1.8
24032026-05-07T00:34:06.450Z Checking is_terminal_polyfill v1.70.2
24042026-05-07T00:34:06.532Z Checking adler2 v2.0.1
24052026-05-07T00:34:06.544Z Checking anstyle-query v1.1.5
24062026-05-07T00:34:06.572Z Checking num-conv v0.2.0
24072026-05-07T00:34:06.599Z Checking unicode-bidi v0.3.18
24082026-05-07T00:34:06.628Z Checking anstream v0.6.21
24092026-05-07T00:34:06.640Z Checking miniz_oxide v0.8.9
24102026-05-07T00:34:06.682Z Checking time v0.3.47
24112026-05-07T00:34:06.821Z Checking proptest v1.10.0
24122026-05-07T00:34:06.883Z Checking stringprep v0.1.5
24132026-05-07T00:34:06.981Z Checking goblin v0.10.5
24142026-05-07T00:34:07.030Z Checking tower v0.5.3
24152026-05-07T00:34:07.407Z Checking crossbeam-epoch v0.9.18
24162026-05-07T00:34:07.422Z Compiling daft v0.1.5
24172026-05-07T00:34:07.433Z Checking native-tls v0.2.18
24182026-05-07T00:34:07.607Z Checking syn v2.0.117
24192026-05-07T00:34:07.624Z Checking ipnetwork v0.21.1
24202026-05-07T00:34:07.688Z Checking http-body-util v0.1.3
24212026-05-07T00:34:07.776Z Checking webpki-roots v1.0.6
24222026-05-07T00:34:07.793Z Checking tokio-rustls v0.26.4
24232026-05-07T00:34:07.836Z Checking rand_chacha v0.3.1
24242026-05-07T00:34:07.889Z Checking thiserror v1.0.69
24252026-05-07T00:34:07.901Z Checking scroll v0.12.0
24262026-05-07T00:34:07.984Z Checking zstd-sys v2.0.16+zstd.1.5.7
24272026-05-07T00:34:08.017Z Checking hash32 v0.2.1
24282026-05-07T00:34:08.041Z Checking num-integer v0.1.46
24292026-05-07T00:34:08.090Z Checking toml_datetime v0.6.11
24302026-05-07T00:34:08.125Z Checking serde_spanned v0.6.9
24312026-05-07T00:34:08.169Z Checking md-5 v0.10.6
24322026-05-07T00:34:08.249Z Checking ff v0.13.1
24332026-05-07T00:34:08.268Z Checking zlib-rs v0.6.2
24342026-05-07T00:34:08.278Z Checking iri-string v0.7.10
24352026-05-07T00:34:08.301Z Checking base16ct v0.2.0
24362026-05-07T00:34:08.373Z Checking hyper v1.8.1
24372026-05-07T00:34:08.386Z Checking ryu v1.0.23
24382026-05-07T00:34:08.423Z Checking psl-types v2.0.11
24392026-05-07T00:34:08.516Z Checking fallible-iterator v0.2.0
24402026-05-07T00:34:08.539Z Checking publicsuffix v2.3.0
24412026-05-07T00:34:08.688Z Checking serde_urlencoded v0.7.1
24422026-05-07T00:34:08.728Z Checking sec1 v0.7.3
24432026-05-07T00:34:08.775Z Checking postgres-protocol v0.6.10
24442026-05-07T00:34:08.934Z Compiling iddqd v0.3.18
24452026-05-07T00:34:08.941Z Checking group v0.13.0
24462026-05-07T00:34:09.073Z Checking num-iter v0.1.45
24472026-05-07T00:34:09.085Z Checking heapless v0.7.17
24482026-05-07T00:34:09.131Z Checking flate2 v1.1.9
24492026-05-07T00:34:09.178Z Checking goblin v0.8.2
24502026-05-07T00:34:09.253Z Checking hyper-util v0.1.20
24512026-05-07T00:34:09.265Z Checking tower-http v0.6.8
24522026-05-07T00:34:09.279Z Checking dof v0.4.0
24532026-05-07T00:34:09.417Z Checking zstd-safe v7.2.4
24542026-05-07T00:34:09.480Z Checking rand v0.8.5
24552026-05-07T00:34:09.530Z Checking oxnet v0.1.4
24562026-05-07T00:34:09.581Z Checking cookie v0.18.1
24572026-05-07T00:34:09.767Z Checking tokio-native-tls v0.3.1
24582026-05-07T00:34:09.806Z Checking dtrace-parser v0.3.0
24592026-05-07T00:34:09.842Z Checking phf_shared v0.13.1
24602026-05-07T00:34:09.891Z Checking lazy_static v1.5.0
24612026-05-07T00:34:09.921Z Checking terminal_size v0.4.3
24622026-05-07T00:34:09.976Z Checking zerocopy v0.7.35
24632026-05-07T00:34:09.988Z Checking bzip2-sys v0.1.13+1.0.8
24642026-05-07T00:34:10.007Z Checking signal-hook v0.3.18
24652026-05-07T00:34:10.030Z Checking hkdf v0.12.4
24662026-05-07T00:34:10.042Z Checking crypto-bigint v0.5.5
24672026-05-07T00:34:10.053Z Checking thread-id v5.1.0
24682026-05-07T00:34:10.066Z Compiling rayon-core v1.13.0
24692026-05-07T00:34:10.125Z Checking foldhash v0.1.5
24702026-05-07T00:34:10.154Z Checking foldhash v0.2.0
24712026-05-07T00:34:10.185Z Checking winnow v0.5.40
24722026-05-07T00:34:10.233Z Checking bumpalo v3.20.2
24732026-05-07T00:34:10.254Z Checking strsim v0.11.1
24742026-05-07T00:34:10.305Z Checking libbz2-rs-sys v0.2.2
24752026-05-07T00:34:10.415Z Checking managed v0.8.0
24762026-05-07T00:34:10.432Z Checking clap_lex v1.0.0
24772026-05-07T00:34:10.476Z Checking bitflags v1.3.2
24782026-05-07T00:34:10.521Z Checking hyper-rustls v0.27.7
24792026-05-07T00:34:10.545Z Checking winnow v0.7.14
24802026-05-07T00:34:10.578Z Checking either v1.15.0
24812026-05-07T00:34:10.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24822026-05-07T00:34:10.699Z Checking bzip2 v0.6.1
24832026-05-07T00:34:10.727Z Checking smoltcp v0.9.1
24842026-05-07T00:34:10.762Z Checking clap_builder v4.5.60
24852026-05-07T00:34:10.778Z Checking hyper-tls v0.6.0
24862026-05-07T00:34:10.874Z Checking zopfli v0.8.3
24872026-05-07T00:34:10.949Z Checking hashbrown v0.16.1
24882026-05-07T00:34:10.969Z Checking elliptic-curve v0.13.8
24892026-05-07T00:34:11.094Z Checking dof v0.3.0
24902026-05-07T00:34:11.190Z Checking hashbrown v0.15.5
24912026-05-07T00:34:11.288Z Checking signal-hook-mio v0.2.5
24922026-05-07T00:34:11.303Z Checking usdt-impl v0.6.0
24932026-05-07T00:34:11.343Z Checking toml_edit v0.19.15
24942026-05-07T00:34:11.377Z Checking bzip2 v0.4.4
24952026-05-07T00:34:11.389Z Checking phf v0.13.1
24962026-05-07T00:34:11.443Z Checking num-bigint-dig v0.8.6
24972026-05-07T00:34:11.532Z Checking cookie_store v0.22.1
24982026-05-07T00:34:11.573Z Checking zstd v0.13.3
24992026-05-07T00:34:11.650Z Checking postgres-types v0.2.12
25002026-05-07T00:34:11.746Z Checking dtrace-parser v0.2.0
25012026-05-07T00:34:11.757Z Checking rustls-platform-verifier v0.6.2
25022026-05-07T00:34:11.770Z Checking crossbeam-deque v0.8.6
25032026-05-07T00:34:11.851Z Checking bstr v1.12.1
25042026-05-07T00:34:11.889Z Checking regex v1.12.3
25052026-05-07T00:34:11.950Z Checking ed25519 v2.2.3
25062026-05-07T00:34:11.963Z Checking phf_shared v0.11.3
25072026-05-07T00:34:11.973Z Checking curve25519-dalek v4.1.3
25082026-05-07T00:34:11.998Z Checking ref-cast v1.0.25
25092026-05-07T00:34:12.083Z Checking strum v0.27.2
25102026-05-07T00:34:12.098Z Checking hubpack v0.1.2
25112026-05-07T00:34:12.121Z Checking memoffset v0.9.1
25122026-05-07T00:34:12.161Z Checking rustix v0.38.44
25132026-05-07T00:34:12.187Z Checking pkcs1 v0.7.5
25142026-05-07T00:34:12.201Z Checking float-cmp v0.10.0
25152026-05-07T00:34:12.239Z Checking erased-serde v0.3.31
25162026-05-07T00:34:12.254Z Checking hex v0.4.3
25172026-05-07T00:34:12.261Z Checking serde-big-array v0.5.1
25182026-05-07T00:34:12.334Z Checking rfc6979 v0.4.0
25192026-05-07T00:34:12.361Z Checking thread-id v4.2.2
25202026-05-07T00:34:12.390Z Checking memmap2 v0.9.10
25212026-05-07T00:34:12.401Z Checking env_filter v1.0.0
25222026-05-07T00:34:12.437Z Checking encoding_rs v0.8.35
25232026-05-07T00:34:12.462Z Checking fixedbitset v0.4.2
25242026-05-07T00:34:12.473Z Checking normalize-line-endings v0.3.0
25252026-05-07T00:34:12.532Z Checking precomputed-hash v0.1.1
25262026-05-07T00:34:12.541Z Checking new_debug_unreachable v1.0.6
25272026-05-07T00:34:12.555Z Checking toml_write v0.1.2
25282026-05-07T00:34:12.579Z Checking data-encoding v2.10.0
25292026-05-07T00:34:12.620Z Checking fixedbitset v0.5.7
25302026-05-07T00:34:12.626Z Checking unicode-segmentation v1.12.0
25312026-05-07T00:34:12.626Z Checking whoami v2.1.0
25322026-05-07T00:34:12.710Z Checking rustc-hash v2.1.1
25332026-05-07T00:34:12.745Z Checking static_assertions v1.1.0
25342026-05-07T00:34:12.805Z Checking mime v0.3.17
25352026-05-07T00:34:12.819Z Checking jiff v0.2.21
25362026-05-07T00:34:12.840Z Checking keccak v0.1.6
25372026-05-07T00:34:12.855Z Checking predicates-core v1.0.10
25382026-05-07T00:34:12.855Z Checking difflib v0.4.0
25392026-05-07T00:34:12.926Z Checking similar v2.7.0
25402026-05-07T00:34:12.951Z Checking hickory-proto v0.25.2
25412026-05-07T00:34:12.960Z Checking crossterm v0.28.1
25422026-05-07T00:34:12.983Z Checking sha3 v0.10.8
25432026-05-07T00:34:13.011Z Checking predicates v3.1.4
25442026-05-07T00:34:13.176Z Checking tokio-postgres v0.7.16
25452026-05-07T00:34:13.302Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25462026-05-07T00:34:13.303Z Checking petgraph v0.8.3
25472026-05-07T00:34:13.391Z Checking reqwest v0.12.28
25482026-05-07T00:34:13.650Z Checking ed25519-dalek v2.2.0
25492026-05-07T00:34:13.812Z Checking toml_edit v0.22.27
25502026-05-07T00:34:13.885Z Checking slog v2.8.2
25512026-05-07T00:34:14.147Z Checking string_cache v0.8.9
25522026-05-07T00:34:14.204Z Checking petgraph v0.6.5
25532026-05-07T00:34:14.308Z Checking usdt v0.6.0
25542026-05-07T00:34:14.392Z Checking env_logger v0.11.9
25552026-05-07T00:34:14.484Z Checking serde_with v3.17.0
25562026-05-07T00:34:14.575Z Checking usdt-impl v0.5.0
25572026-05-07T00:34:14.846Z Checking ecdsa v0.16.9
25582026-05-07T00:34:14.849Z Checking rsa v0.9.10
25592026-05-07T00:34:14.870Z Checking toml v0.7.8
25602026-05-07T00:34:15.001Z Checking zip v4.6.1
25612026-05-07T00:34:15.173Z Checking nix v0.31.2
25622026-05-07T00:34:15.185Z Checking clap v4.5.60
25632026-05-07T00:34:15.307Z Checking reqwest v0.13.2
25642026-05-07T00:34:15.440Z Checking toml_parser v1.0.9+spec-1.1.0
25652026-05-07T00:34:15.545Z Checking zip v0.6.6
25662026-05-07T00:34:15.587Z Checking itertools v0.13.0
25672026-05-07T00:34:15.613Z Checking strum v0.26.3
25682026-05-07T00:34:15.689Z Checking tokio-stream v0.1.18
25692026-05-07T00:34:15.721Z Checking fs-err v3.3.0
25702026-05-07T00:34:15.765Z Checking ahash v0.8.12
25712026-05-07T00:34:15.868Z Checking object v0.37.3
25722026-05-07T00:34:15.894Z Checking buf-list v1.1.2
25732026-05-07T00:34:15.954Z Checking camino v1.2.2
25742026-05-07T00:34:16.011Z Checking anyhow v1.0.102
25752026-05-07T00:34:16.066Z Checking x509-cert v0.2.5
25762026-05-07T00:34:16.079Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25772026-05-07T00:34:16.149Z Checking openapiv3 v2.2.0
25782026-05-07T00:34:16.184Z Checking toml_datetime v0.7.5+spec-1.1.0
25792026-05-07T00:34:16.197Z Checking sha1 v0.10.6
25802026-05-07T00:34:16.209Z Checking peg-runtime v0.8.5
25812026-05-07T00:34:16.333Z Checking lalrpop-util v0.19.12
25822026-05-07T00:34:16.346Z Checking rayon v1.11.0
25832026-05-07T00:34:16.349Z Checking sigpipe v0.1.3
25842026-05-07T00:34:16.378Z Checking glob v0.3.3
25852026-05-07T00:34:18.034Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25862026-05-07T00:34:18.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
25872026-05-07T00:34:18.469Z
25882026-05-07T00:34:18.469Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25892026-05-07T00:34:18.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902026-05-07T00:34:18.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912026-05-07T00:34:18.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922026-05-07T00:34:18.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25932026-05-07T00:34:19.063Z
25942026-05-07T00:34:19.063Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
25952026-05-07T00:34:19.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-07T00:34:19.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-07T00:34:19.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-07T00:34:19.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-07T00:34:19.659Z
26002026-05-07T00:34:19.659Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26012026-05-07T00:34:20.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-07T00:34:20.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-07T00:34:20.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-07T00:34:20.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26052026-05-07T00:34:20.266Z
26062026-05-07T00:34:20.266Zinfo: running `cargo check --bins` on oxql-types (80/274)
26072026-05-07T00:34:20.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-07T00:34:20.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-07T00:34:20.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-07T00:34:20.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26112026-05-07T00:34:20.850Z
26122026-05-07T00:34:20.850Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26132026-05-07T00:34:21.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-07T00:34:21.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-07T00:34:21.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-07T00:34:21.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26172026-05-07T00:34:21.442Z
26182026-05-07T00:34:21.442Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26192026-05-07T00:34:21.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-07T00:34:21.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-07T00:34:21.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-07T00:34:21.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-07T00:34:22.041Z
26242026-05-07T00:34:22.041Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26252026-05-07T00:34:22.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-07T00:34:22.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-07T00:34:22.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-07T00:34:22.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26292026-05-07T00:34:22.622Z
26302026-05-07T00:34:22.622Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26312026-05-07T00:34:23.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-07T00:34:23.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-07T00:34:23.305Z Compiling structmeta-derive v0.3.0
26342026-05-07T00:34:23.421Z Compiling rustls v0.22.4
26352026-05-07T00:34:23.430Z Compiling multer v3.1.0
26362026-05-07T00:34:23.438Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26372026-05-07T00:34:23.438Z Compiling async-stream-impl v0.3.6
26382026-05-07T00:34:23.459Z Compiling dropshot v0.17.0
26392026-05-07T00:34:23.475Z Compiling newtype-uuid-macros v0.1.0
26402026-05-07T00:34:23.475Z Compiling dropshot_endpoint v0.17.0
26412026-05-07T00:34:23.594Z Checking newtype-uuid v1.3.2
26422026-05-07T00:34:23.652Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26432026-05-07T00:34:23.707Z Checking rustls-webpki v0.102.8
26442026-05-07T00:34:23.788Z Checking daft v0.1.5
26452026-05-07T00:34:23.804Z Checking futures-executor v0.3.32
26462026-05-07T00:34:24.020Z Checking thread_local v1.1.9
26472026-05-07T00:34:24.027Z Checking compression-core v0.4.31
26482026-05-07T00:34:24.030Z Checking match_cfg v0.1.0
26492026-05-07T00:34:24.055Z Checking iddqd v0.3.18
26502026-05-07T00:34:24.090Z Checking hostname v0.3.1
26512026-05-07T00:34:24.112Z Checking futures v0.3.32
26522026-05-07T00:34:24.134Z Checking compression-codecs v0.4.37
26532026-05-07T00:34:24.185Z Checking crossbeam-channel v0.5.15
26542026-05-07T00:34:24.185Z Checking slog-json v2.6.1
26552026-05-07T00:34:24.212Z Checking serde_spanned v1.0.4
26562026-05-07T00:34:24.293Z Checking toml_datetime v1.0.0+spec-1.1.0
26572026-05-07T00:34:24.336Z Checking is-terminal v0.4.17
26582026-05-07T00:34:24.348Z Checking term v1.2.1
26592026-05-07T00:34:24.424Z Checking debug-ignore v1.0.5
26602026-05-07T00:34:24.455Z Compiling structmeta v0.3.0
26612026-05-07T00:34:24.490Z Checking toml_writer v1.0.6+spec-1.1.0
26622026-05-07T00:34:24.514Z Checking take_mut v0.2.2
26632026-05-07T00:34:24.525Z Checking slog-bunyan v2.5.0
26642026-05-07T00:34:24.564Z Checking slog-term v2.9.2
26652026-05-07T00:34:24.611Z Checking slog-async v2.8.0
26662026-05-07T00:34:24.631Z Checking async-compression v0.4.41
26672026-05-07T00:34:24.663Z Compiling derive-ex v0.1.8
26682026-05-07T00:34:24.668Z Compiling parse-display-derive v0.10.0
26692026-05-07T00:34:24.779Z Checking toml v1.0.6+spec-1.1.0
26702026-05-07T00:34:24.814Z Checking async-stream v0.3.6
26712026-05-07T00:34:24.868Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-05-07T00:34:24.896Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26732026-05-07T00:34:24.937Z Checking progenitor-client v0.14.0
26742026-05-07T00:34:24.966Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26752026-05-07T00:34:25.113Z Checking waitgroup v0.1.2
26762026-05-07T00:34:25.159Z Checking backon v1.6.0
26772026-05-07T00:34:25.180Z Checking rustls-pemfile v2.2.0
26782026-05-07T00:34:25.210Z Checking serde_path_to_error v0.1.20
26792026-05-07T00:34:25.313Z Checking hostname v0.4.2
26802026-05-07T00:34:25.317Z Checking instant v0.1.13
26812026-05-07T00:34:25.449Z Checking backoff v0.4.0
26822026-05-07T00:34:25.498Z Checking tokio-rustls v0.25.0
26832026-05-07T00:34:25.511Z Checking progenitor-extras v0.2.0
26842026-05-07T00:34:25.577Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26852026-05-07T00:34:25.617Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26862026-05-07T00:34:25.783Z Checking progenitor-client v0.10.0
26872026-05-07T00:34:25.805Z Checking itertools v0.14.0
26882026-05-07T00:34:25.972Z Checking regress v0.10.5
26892026-05-07T00:34:25.997Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26902026-05-07T00:34:26.208Z Checking macaddr v1.0.1
26912026-05-07T00:34:26.359Z Checking parse-display v0.10.0
26922026-05-07T00:34:26.372Z Compiling test-strategy v0.4.5
26932026-05-07T00:34:27.501Z Compiling prettyplease v0.2.37
26942026-05-07T00:34:27.836Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-05-07T00:34:27.956Z Checking num-rational v0.4.2
26962026-05-07T00:34:28.204Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26972026-05-07T00:34:28.404Z Checking num-complex v0.4.6
26982026-05-07T00:34:29.031Z Checking num v0.4.3
26992026-05-07T00:34:29.122Z Compiling usdt-macro v0.5.0
27002026-05-07T00:34:29.149Z Compiling usdt-attr-macro v0.5.0
27012026-05-07T00:34:29.170Z Checking memmap v0.7.0
27022026-05-07T00:34:29.183Z Compiling float-ord v0.3.2
27032026-05-07T00:34:29.296Z Compiling convert_case v0.4.0
27042026-05-07T00:34:29.299Z Checking unicode-width v0.2.0
27052026-05-07T00:34:29.556Z Checking console v0.15.11
27062026-05-07T00:34:29.682Z Compiling derive_more v0.99.20
27072026-05-07T00:34:29.835Z Checking newline-converter v0.3.0
27082026-05-07T00:34:29.838Z Checking atomicwrites v0.4.4
27092026-05-07T00:34:29.899Z Checking usdt v0.5.0
27102026-05-07T00:34:29.950Z Compiling toml v0.8.23
27112026-05-07T00:34:29.972Z Compiling minimal-lexical v0.2.1
27122026-05-07T00:34:30.065Z Checking linked-hash-map v0.5.6
27132026-05-07T00:34:30.223Z Compiling nom v7.1.3
27142026-05-07T00:34:30.236Z Checking lru-cache v0.1.2
27152026-05-07T00:34:30.390Z Checking expectorate v1.2.0
27162026-05-07T00:34:30.937Z Checking camino-tempfile v1.4.1
27172026-05-07T00:34:31.050Z Checking hickory-proto v0.24.4
27182026-05-07T00:34:31.101Z Checking phf_shared v0.12.1
27192026-05-07T00:34:31.249Z Compiling slog-dtrace v0.3.0
27202026-05-07T00:34:31.314Z Checking heck v0.5.0
27212026-05-07T00:34:31.438Z Checking resolv-conf v0.7.6
27222026-05-07T00:34:31.452Z Compiling chrono-tz v0.10.4
27232026-05-07T00:34:31.604Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242026-05-07T00:34:31.620Z Compiling const_format_proc_macros v0.2.34
27252026-05-07T00:34:31.701Z Checking phf v0.12.1
27262026-05-07T00:34:31.843Z Checking tokio-dtrace v0.1.1
27272026-05-07T00:34:31.987Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27282026-05-07T00:34:32.024Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27292026-05-07T00:34:32.073Z Compiling derive-where v1.6.0
27302026-05-07T00:34:32.270Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27312026-05-07T00:34:32.537Z Checking highway v1.3.0
27322026-05-07T00:34:32.765Z Checking const_format v0.2.35
27332026-05-07T00:34:32.820Z Checking hickory-resolver v0.24.4
27342026-05-07T00:34:32.995Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27352026-05-07T00:34:33.106Z Checking oxide-tokio-rt v0.1.4
27362026-05-07T00:34:33.430Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27372026-05-07T00:34:33.473Z Checking gethostname v0.5.0
27382026-05-07T00:34:33.495Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27392026-05-07T00:34:33.539Z Checking qorb v0.4.1
27402026-05-07T00:34:33.557Z Checking bcs v0.1.6
27412026-05-07T00:34:33.591Z Compiling async-recursion v1.1.1
27422026-05-07T00:34:33.617Z Checking termtree v0.5.1
27432026-05-07T00:34:33.682Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27442026-05-07T00:34:33.682Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27452026-05-07T00:34:37.197Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27462026-05-07T00:34:39.732Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27472026-05-07T00:34:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
27482026-05-07T00:34:42.025Z
27492026-05-07T00:34:42.025Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27502026-05-07T00:34:42.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-05-07T00:34:42.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-05-07T00:34:42.694Z Compiling ar_archive_writer v0.5.1
27532026-05-07T00:34:42.698Z Compiling stacker v0.1.23
27542026-05-07T00:34:42.811Z Compiling cfg_aliases v0.1.1
27552026-05-07T00:34:42.819Z Compiling convert_case v0.10.0
27562026-05-07T00:34:42.822Z Checking unicode-width v0.1.14
27572026-05-07T00:34:42.834Z Compiling proc-macro-error v1.0.4
27582026-05-07T00:34:42.844Z Checking fd-lock v4.0.4
27592026-05-07T00:34:42.844Z Checking nibble_vec v0.1.0
27602026-05-07T00:34:42.866Z Compiling nix v0.28.0
27612026-05-07T00:34:42.957Z Checking vte v0.14.1
27622026-05-07T00:34:42.970Z Compiling recursive-proc-macro-impl v0.1.1
27632026-05-07T00:34:43.054Z Checking endian-type v0.1.2
27642026-05-07T00:34:43.067Z Checking bytecount v0.6.9
27652026-05-07T00:34:43.104Z Compiling derive_more-impl v2.1.1
27662026-05-07T00:34:43.107Z Checking strip-ansi-escapes v0.2.1
27672026-05-07T00:34:43.128Z Compiling tabled_derive v0.7.0
27682026-05-07T00:34:43.159Z Checking papergrid v0.11.0
27692026-05-07T00:34:43.171Z Checking radix_trie v0.2.1
27702026-05-07T00:34:43.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-07T00:34:43.364Z Compiling peg-macros v0.8.5
27722026-05-07T00:34:43.364Z Checking winnow v0.6.26
27732026-05-07T00:34:43.615Z Compiling psm v0.1.30
27742026-05-07T00:34:43.673Z Compiling sqlparser_derive v0.5.0
27752026-05-07T00:34:43.752Z Checking nu-ansi-term v0.50.3
27762026-05-07T00:34:43.893Z Checking derive_more v2.1.1
27772026-05-07T00:34:43.957Z Checking home v0.5.12
27782026-05-07T00:34:43.971Z Checking unicode_categories v0.1.1
27792026-05-07T00:34:44.062Z Checking crossterm v0.29.0
27802026-05-07T00:34:44.086Z Checking tabled v0.15.0
27812026-05-07T00:34:44.107Z Checking rustyline v14.0.0
27822026-05-07T00:34:44.120Z Checking reedline v0.40.0
27832026-05-07T00:34:44.398Z Checking recursive v0.1.1
27842026-05-07T00:34:44.443Z Checking display-error-chain v0.2.2
27852026-05-07T00:34:44.490Z Checking sqlparser v0.61.0
27862026-05-07T00:34:44.502Z Checking sqlformat v0.3.5
27872026-05-07T00:34:44.709Z Checking peg v0.8.5
27882026-05-07T00:34:55.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
27892026-05-07T00:34:55.694Z
27902026-05-07T00:34:55.694Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27912026-05-07T00:34:56.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-07T00:34:56.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-07T00:34:56.358Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-07T00:34:59.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
27952026-05-07T00:34:59.906Z
27962026-05-07T00:34:59.906Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
27972026-05-07T00:35:00.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-07T00:35:00.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-07T00:35:00.572Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-07T00:35:02.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28012026-05-07T00:35:03.174Z
28022026-05-07T00:35:03.174Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28032026-05-07T00:35:03.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-07T00:35:03.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-07T00:35:03.829Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-07T00:35:06.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28072026-05-07T00:35:07.193Z
28082026-05-07T00:35:07.193Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28092026-05-07T00:35:07.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-07T00:35:07.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-07T00:35:07.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-07T00:35:11.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28132026-05-07T00:35:11.272Z
28142026-05-07T00:35:11.272Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28152026-05-07T00:35:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-07T00:35:11.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-07T00:35:11.942Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-07T00:35:14.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28192026-05-07T00:35:14.662Z
28202026-05-07T00:35:14.662Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28212026-05-07T00:35:15.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-07T00:35:15.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-07T00:35:15.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-07T00:35:17.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28252026-05-07T00:35:18.099Z
28262026-05-07T00:35:18.099Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28272026-05-07T00:35:18.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-07T00:35:18.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-07T00:35:18.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-07T00:35:22.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28312026-05-07T00:35:22.310Z
28322026-05-07T00:35:22.310Zinfo: running `cargo check --bins` on oximeter (93/274)
28332026-05-07T00:35:22.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-07T00:35:22.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-07T00:35:22.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-05-07T00:35:22.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28372026-05-07T00:35:22.916Z
28382026-05-07T00:35:22.916Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28392026-05-07T00:35:23.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-07T00:35:23.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-07T00:35:23.550Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28422026-05-07T00:35:23.710Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28432026-05-07T00:35:23.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28442026-05-07T00:35:24.043Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28452026-05-07T00:35:27.120Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28462026-05-07T00:35:28.318Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28472026-05-07T00:35:28.478Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28482026-05-07T00:35:29.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28492026-05-07T00:35:29.317Z
28502026-05-07T00:35:29.317Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28512026-05-07T00:35:29.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-07T00:35:29.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-07T00:35:29.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-05-07T00:35:29.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28552026-05-07T00:35:29.919Z
28562026-05-07T00:35:29.919Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28572026-05-07T00:35:30.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-07T00:35:30.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-07T00:35:30.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-07T00:35:30.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28612026-05-07T00:35:30.558Z
28622026-05-07T00:35:30.558Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28632026-05-07T00:35:31.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-07T00:35:31.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-07T00:35:31.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-07T00:35:31.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28672026-05-07T00:35:31.153Z
28682026-05-07T00:35:31.153Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28692026-05-07T00:35:31.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-07T00:35:31.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-07T00:35:31.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-07T00:35:31.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28732026-05-07T00:35:31.752Z
28742026-05-07T00:35:31.752Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28752026-05-07T00:35:32.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-07T00:35:32.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-07T00:35:32.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-07T00:35:32.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-07T00:35:32.357Z
28802026-05-07T00:35:32.357Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28812026-05-07T00:35:32.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-07T00:35:32.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-07T00:35:32.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-07T00:35:32.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-07T00:35:32.959Z
28862026-05-07T00:35:32.959Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28872026-05-07T00:35:33.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-07T00:35:33.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-07T00:35:33.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-07T00:35:33.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28912026-05-07T00:35:33.546Z
28922026-05-07T00:35:33.546Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28932026-05-07T00:35:34.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-07T00:35:34.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-07T00:35:34.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-07T00:35:34.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-07T00:35:34.150Z
28982026-05-07T00:35:34.150Zinfo: running `cargo check --bins` on update-engine (103/274)
28992026-05-07T00:35:34.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-07T00:35:34.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-07T00:35:34.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-07T00:35:34.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29032026-05-07T00:35:34.737Z
29042026-05-07T00:35:34.737Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29052026-05-07T00:35:35.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-07T00:35:35.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-07T00:35:35.450Z Compiling crucible-workspace-hack v0.1.0
29082026-05-07T00:35:35.566Z Checking secrecy v0.10.3
29092026-05-07T00:35:35.575Z Compiling heapless v0.8.0
29102026-05-07T00:35:35.583Z Compiling ingot-macros v0.1.1
29112026-05-07T00:35:35.592Z Compiling toml_edit v0.23.10+spec-1.0.0
29122026-05-07T00:35:35.596Z Checking hash32 v0.3.1
29132026-05-07T00:35:35.611Z Compiling smoltcp v0.11.0
29142026-05-07T00:35:35.614Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29152026-05-07T00:35:35.669Z Checking cobs v0.3.0
29162026-05-07T00:35:35.725Z Compiling thiserror-impl-no-std v2.0.2
29172026-05-07T00:35:35.804Z Checking universal-hash v0.5.1
29182026-05-07T00:35:35.804Z Checking half v2.7.1
29192026-05-07T00:35:35.841Z Checking ciborium-io v0.2.2
29202026-05-07T00:35:35.934Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29212026-05-07T00:35:35.948Z Checking opaque-debug v0.3.1
29222026-05-07T00:35:35.981Z Checking postcard v1.1.3
29232026-05-07T00:35:36.018Z Checking poly1305 v0.8.0
29242026-05-07T00:35:36.080Z Checking ciborium-ll v0.2.2
29252026-05-07T00:35:36.108Z Compiling proc-macro-crate v3.4.0
29262026-05-07T00:35:36.260Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29272026-05-07T00:35:36.274Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29282026-05-07T00:35:36.286Z Checking password-hash v0.5.0
29292026-05-07T00:35:36.510Z Checking chacha20 v0.9.1
29302026-05-07T00:35:36.537Z Compiling proc-macro-crate v1.3.1
29312026-05-07T00:35:36.551Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29322026-05-07T00:35:36.608Z Checking blake2 v0.10.6
29332026-05-07T00:35:36.655Z Compiling num_enum_derive v0.7.5
29342026-05-07T00:35:36.698Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29352026-05-07T00:35:36.779Z Checking aead v0.5.2
29362026-05-07T00:35:36.840Z Compiling foreign-types-macros v0.2.3
29372026-05-07T00:35:36.877Z Checking thiserror-no-std v2.0.2
29382026-05-07T00:35:36.901Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29392026-05-07T00:35:36.921Z Checking foreign-types-shared v0.3.1
29402026-05-07T00:35:36.954Z Checking cpufeatures v0.3.0
29412026-05-07T00:35:36.968Z Checking vsss-rs v3.3.4
29422026-05-07T00:35:37.009Z Compiling num_enum_derive v0.5.11
29432026-05-07T00:35:37.027Z Checking chacha20 v0.10.0
29442026-05-07T00:35:37.133Z Checking chacha20poly1305 v0.10.1
29452026-05-07T00:35:37.238Z Checking argon2 v0.5.3
29462026-05-07T00:35:37.261Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29472026-05-07T00:35:37.419Z Checking foreign-types v0.5.0
29482026-05-07T00:35:37.547Z Checking ciborium v0.2.2
29492026-05-07T00:35:37.601Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29502026-05-07T00:35:37.682Z Checking num_enum v0.7.5
29512026-05-07T00:35:37.683Z Checking tabwriter v1.4.1
29522026-05-07T00:35:37.797Z Checking byte-wrapper v0.1.0
29532026-05-07T00:35:37.839Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29542026-05-07T00:35:37.879Z Checking cstr-argument v0.1.2
29552026-05-07T00:35:37.955Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29562026-05-07T00:35:38.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29572026-05-07T00:35:38.014Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29582026-05-07T00:35:38.030Z Checking num_enum v0.5.11
29592026-05-07T00:35:38.069Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29602026-05-07T00:35:38.140Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29612026-05-07T00:35:38.200Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-05-07T00:35:38.260Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29632026-05-07T00:35:38.307Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29642026-05-07T00:35:38.361Z Checking rand v0.10.0
29652026-05-07T00:35:38.375Z Checking ingot-types v0.1.2
29662026-05-07T00:35:38.375Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29672026-05-07T00:35:38.401Z Checking indent_write v2.2.0
29682026-05-07T00:35:38.503Z Checking colored v3.1.1
29692026-05-07T00:35:38.526Z Compiling zone_cfg_derive v0.3.1
29702026-05-07T00:35:38.639Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29712026-05-07T00:35:38.688Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-07T00:35:38.701Z Checking itertools v0.12.1
29732026-05-07T00:35:38.705Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-07T00:35:38.727Z Checking ingot v0.1.1
29752026-05-07T00:35:38.796Z Compiling num-derive v0.4.2
29762026-05-07T00:35:38.810Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29772026-05-07T00:35:38.858Z Checking swrite v0.1.0
29782026-05-07T00:35:38.947Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29792026-05-07T00:35:39.006Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-07T00:35:39.158Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29812026-05-07T00:35:39.162Z Checking dropshot-api-manager-types v0.7.1
29822026-05-07T00:35:39.186Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29832026-05-07T00:35:39.263Z Checking smf v0.2.3
29842026-05-07T00:35:39.278Z Checking nanorand v0.7.0
29852026-05-07T00:35:39.325Z Checking whoami v1.6.1
29862026-05-07T00:35:39.468Z Checking flume v0.11.1
29872026-05-07T00:35:39.493Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29882026-05-07T00:35:39.703Z Checking zone v0.3.1
29892026-05-07T00:35:39.706Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29902026-05-07T00:35:40.258Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29912026-05-07T00:35:41.232Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29922026-05-07T00:35:42.120Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29932026-05-07T00:35:45.103Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29942026-05-07T00:35:47.142Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29952026-05-07T00:35:48.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
29962026-05-07T00:35:48.430Z
29972026-05-07T00:35:48.430Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
29982026-05-07T00:35:48.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-05-07T00:35:48.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-05-07T00:35:48.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-05-07T00:35:48.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30022026-05-07T00:35:49.033Z
30032026-05-07T00:35:49.033Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30042026-05-07T00:35:49.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-07T00:35:49.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-07T00:35:49.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-07T00:35:49.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-07T00:35:49.631Z
30092026-05-07T00:35:49.631Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30102026-05-07T00:35:50.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-07T00:35:50.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-07T00:35:50.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-07T00:35:50.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-07T00:35:50.235Z
30152026-05-07T00:35:50.235Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30162026-05-07T00:35:50.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-07T00:35:50.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-07T00:35:50.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-07T00:35:50.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-07T00:35:50.833Z
30212026-05-07T00:35:50.833Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30222026-05-07T00:35:51.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-07T00:35:51.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-07T00:35:51.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-07T00:35:51.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30262026-05-07T00:35:51.425Z
30272026-05-07T00:35:51.425Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30282026-05-07T00:35:51.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-07T00:35:51.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-07T00:35:51.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-07T00:35:51.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-07T00:35:52.017Z
30332026-05-07T00:35:52.017Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30342026-05-07T00:35:52.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-07T00:35:52.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-07T00:35:52.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-07T00:35:52.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-07T00:35:52.615Z
30392026-05-07T00:35:52.615Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30402026-05-07T00:35:53.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-07T00:35:53.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-07T00:35:53.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-07T00:35:53.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30442026-05-07T00:35:53.195Z
30452026-05-07T00:35:53.195Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30462026-05-07T00:35:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-07T00:35:53.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-07T00:35:53.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-07T00:35:53.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-07T00:35:53.790Z
30512026-05-07T00:35:53.790Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30522026-05-07T00:35:54.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-07T00:35:54.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-07T00:35:54.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-07T00:35:54.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-07T00:35:54.392Z
30572026-05-07T00:35:54.392Zinfo: running `cargo check --bins` on installinator-client (115/274)
30582026-05-07T00:35:54.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-07T00:35:54.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-07T00:35:54.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-07T00:35:54.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-07T00:35:54.988Z
30632026-05-07T00:35:54.988Zinfo: running `cargo check --bins` on nexus-client (116/274)
30642026-05-07T00:35:55.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-07T00:35:55.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-07T00:35:55.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-07T00:35:55.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30682026-05-07T00:35:55.627Z
30692026-05-07T00:35:55.627Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30702026-05-07T00:35:56.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-07T00:35:56.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-07T00:35:56.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-07T00:35:56.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-07T00:35:56.267Z
30752026-05-07T00:35:56.267Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30762026-05-07T00:35:56.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-07T00:35:56.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-07T00:35:56.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-07T00:35:56.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30802026-05-07T00:35:56.847Z
30812026-05-07T00:35:56.847Zinfo: running `cargo check --bins` on oxide-client (119/274)
30822026-05-07T00:35:57.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-07T00:35:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-07T00:35:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-07T00:35:57.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-07T00:35:57.433Z
30872026-05-07T00:35:57.434Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30882026-05-07T00:35:57.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-07T00:35:57.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-07T00:35:57.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-07T00:35:57.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-07T00:35:58.024Z
30932026-05-07T00:35:58.024Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30942026-05-07T00:35:58.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-07T00:35:58.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-07T00:35:58.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-07T00:35:58.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30982026-05-07T00:35:58.608Z
30992026-05-07T00:35:58.608Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31002026-05-07T00:35:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-07T00:35:59.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-07T00:35:59.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-07T00:35:59.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-07T00:35:59.211Z
31052026-05-07T00:35:59.212Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31062026-05-07T00:35:59.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-07T00:35:59.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-07T00:35:59.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-07T00:35:59.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31102026-05-07T00:35:59.837Z
31112026-05-07T00:35:59.837Zinfo: running `cargo check --bins` on installinator-common (124/274)
31122026-05-07T00:36:00.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-07T00:36:00.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-07T00:36:00.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-07T00:36:00.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31162026-05-07T00:36:00.448Z
31172026-05-07T00:36:00.448Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31182026-05-07T00:36:00.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-07T00:36:00.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-07T00:36:00.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-07T00:36:00.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-05-07T00:36:01.030Z
31232026-05-07T00:36:01.030Zinfo: running `cargo check --bins` on wicket-common (126/274)
31242026-05-07T00:36:01.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-07T00:36:01.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-07T00:36:01.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-07T00:36:01.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-07T00:36:01.639Z
31292026-05-07T00:36:01.639Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31302026-05-07T00:36:02.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-07T00:36:02.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-07T00:36:02.331Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31332026-05-07T00:36:02.446Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31342026-05-07T00:36:02.454Z Checking csv-core v0.1.13
31352026-05-07T00:36:02.461Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31362026-05-07T00:36:02.464Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31372026-05-07T00:36:02.478Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-05-07T00:36:02.489Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-05-07T00:36:02.500Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-05-07T00:36:02.608Z Checking csv v1.4.0
31412026-05-07T00:36:02.623Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-05-07T00:36:02.672Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31432026-05-07T00:36:02.699Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31442026-05-07T00:36:02.937Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31452026-05-07T00:36:03.298Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-05-07T00:36:03.302Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31472026-05-07T00:36:03.618Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31482026-05-07T00:36:09.313Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-05-07T00:36:09.839Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-05-07T00:36:12.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.51s
31512026-05-07T00:36:12.347Z
31522026-05-07T00:36:12.347Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31532026-05-07T00:36:12.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-07T00:36:12.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-07T00:36:12.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-07T00:36:12.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-07T00:36:12.942Z
31582026-05-07T00:36:12.942Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31592026-05-07T00:36:13.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-07T00:36:13.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-07T00:36:13.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-07T00:36:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31632026-05-07T00:36:13.621Z
31642026-05-07T00:36:13.621Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31652026-05-07T00:36:14.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-07T00:36:14.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-07T00:36:14.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-07T00:36:14.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31692026-05-07T00:36:14.299Z
31702026-05-07T00:36:14.299Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31712026-05-07T00:36:14.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-07T00:36:14.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-07T00:36:14.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-07T00:36:14.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31752026-05-07T00:36:14.948Z
31762026-05-07T00:36:14.948Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31772026-05-07T00:36:15.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-07T00:36:15.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-07T00:36:15.708Z Compiling regress v0.11.1
31802026-05-07T00:36:15.846Z Compiling unsafe-libyaml v0.2.11
31812026-05-07T00:36:15.858Z Compiling semver v0.1.20
31822026-05-07T00:36:15.870Z Compiling radium v0.7.0
31832026-05-07T00:36:15.884Z Compiling pin-project-internal v1.1.11
31842026-05-07T00:36:15.887Z Compiling maybe-uninit v2.0.0
31852026-05-07T00:36:15.887Z Checking tap v1.0.1
31862026-05-07T00:36:16.007Z Checking wyz v0.5.1
31872026-05-07T00:36:16.130Z Compiling rustc_version v0.1.7
31882026-05-07T00:36:16.172Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31892026-05-07T00:36:16.232Z Checking progenitor-client v0.13.0
31902026-05-07T00:36:16.319Z Compiling snafu-derive v0.8.9
31912026-05-07T00:36:16.350Z Compiling serde_yaml v0.9.34+deprecated
31922026-05-07T00:36:16.465Z Compiling newtype_derive v0.1.6
31932026-05-07T00:36:16.572Z Compiling zerocopy-derive v0.6.6
31942026-05-07T00:36:16.656Z Compiling owo-colors v4.3.0
31952026-05-07T00:36:16.992Z Compiling packed_struct v0.10.1
31962026-05-07T00:36:17.006Z Checking pin-project v1.1.11
31972026-05-07T00:36:17.100Z Checking crc-catalog v2.4.0
31982026-05-07T00:36:17.197Z Compiling cancel-safe-futures v0.1.5
31992026-05-07T00:36:17.241Z Checking same-file v1.0.6
32002026-05-07T00:36:17.269Z Checking typify-impl v0.6.2
32012026-05-07T00:36:17.403Z Checking funty v2.0.0
32022026-05-07T00:36:17.452Z Checking zerocopy v0.6.6
32032026-05-07T00:36:17.689Z Checking walkdir v2.5.0
32042026-05-07T00:36:17.718Z Checking bitvec v1.0.1
32052026-05-07T00:36:17.766Z Checking crc v3.4.0
32062026-05-07T00:36:17.903Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32072026-05-07T00:36:17.937Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32082026-05-07T00:36:17.951Z Checking globset v0.4.18
32092026-05-07T00:36:18.204Z Checking snafu v0.8.9
32102026-05-07T00:36:18.207Z Checking olpc-cjson v0.1.4
32112026-05-07T00:36:18.282Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32122026-05-07T00:36:18.355Z Checking pem v3.0.6
32132026-05-07T00:36:18.412Z Compiling packed_struct_codegen v0.10.1
32142026-05-07T00:36:18.434Z Checking libsw-core v0.3.2
32152026-05-07T00:36:18.449Z Checking serde_plain v1.0.2
32162026-05-07T00:36:18.515Z Compiling bitfield-macros v0.19.4
32172026-05-07T00:36:18.535Z Compiling indexmap v1.9.3
32182026-05-07T00:36:18.578Z Checking nodrop v0.1.14
32192026-05-07T00:36:18.592Z Checking typed-path v0.9.3
32202026-05-07T00:36:18.670Z Checking array-init v0.0.4
32212026-05-07T00:36:18.751Z Checking libsw v3.5.0
32222026-05-07T00:36:18.901Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-05-07T00:36:18.970Z Checking smallvec v0.6.14
32242026-05-07T00:36:19.077Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-05-07T00:36:19.215Z Checking bitfield v0.19.4
32262026-05-07T00:36:19.294Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32272026-05-07T00:36:19.348Z Checking tough v0.20.0
32282026-05-07T00:36:19.399Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32292026-05-07T00:36:19.463Z Checking tagptr v0.2.0
32302026-05-07T00:36:19.478Z Checking base64 v0.21.7
32312026-05-07T00:36:19.505Z Checking linear-map v1.2.0
32322026-05-07T00:36:19.519Z Checking smawk v0.3.2
32332026-05-07T00:36:19.569Z Checking unicode-linebreak v0.1.5
32342026-05-07T00:36:19.602Z Checking hashbrown v0.12.3
32352026-05-07T00:36:19.649Z Checking moka v0.12.13
32362026-05-07T00:36:19.670Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32372026-05-07T00:36:19.712Z Checking ron v0.8.1
32382026-05-07T00:36:19.784Z Checking textwrap v0.16.2
32392026-05-07T00:36:20.003Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32402026-05-07T00:36:20.226Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32412026-05-07T00:36:20.265Z Checking serde-hex v0.1.0
32422026-05-07T00:36:20.330Z Checking steno v0.4.1
32432026-05-07T00:36:20.442Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32442026-05-07T00:36:20.518Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32452026-05-07T00:36:20.605Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32462026-05-07T00:36:20.836Z Checking hashbrown v0.13.2
32472026-05-07T00:36:20.961Z Checking humantime v2.3.0
32482026-05-07T00:36:21.155Z Checking crc-any v2.5.0
32492026-05-07T00:36:21.181Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32502026-05-07T00:36:21.268Z Checking object v0.30.4
32512026-05-07T00:36:21.335Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32522026-05-07T00:36:21.373Z Checking hickory-resolver v0.25.2
32532026-05-07T00:36:21.376Z Checking void v1.0.2
32542026-05-07T00:36:21.420Z Checking path-slash v0.1.5
32552026-05-07T00:36:21.480Z Checking utf-8 v0.7.6
32562026-05-07T00:36:21.498Z Checking half v1.8.3
32572026-05-07T00:36:21.522Z Checking lzss v0.8.2
32582026-05-07T00:36:21.613Z Checking tungstenite v0.23.0
32592026-05-07T00:36:21.694Z Checking serde_cbor v0.11.2
32602026-05-07T00:36:21.796Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32612026-05-07T00:36:21.842Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32622026-05-07T00:36:21.875Z Compiling typify-macro v0.6.2
32632026-05-07T00:36:21.954Z Checking nix v0.27.1
32642026-05-07T00:36:22.022Z Checking kstat-rs v0.2.4
32652026-05-07T00:36:22.061Z Checking fxhash v0.2.1
32662026-05-07T00:36:22.075Z Checking serde_bytes v0.11.19
32672026-05-07T00:36:22.089Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32682026-05-07T00:36:22.180Z Checking tokio-tungstenite v0.23.1
32692026-05-07T00:36:22.205Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-05-07T00:36:22.248Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32712026-05-07T00:36:22.434Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32722026-05-07T00:36:22.454Z Checking signal-hook-tokio v0.3.1
32732026-05-07T00:36:23.294Z Compiling typify v0.6.2
32742026-05-07T00:36:23.375Z Compiling progenitor-impl v0.13.0
32752026-05-07T00:36:23.375Z Compiling progenitor-impl v0.14.0
32762026-05-07T00:36:23.468Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-05-07T00:36:24.373Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32782026-05-07T00:36:24.697Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32792026-05-07T00:36:24.959Z Compiling progenitor-macro v0.14.0
32802026-05-07T00:36:24.972Z Compiling progenitor-macro v0.13.0
32812026-05-07T00:36:27.492Z Checking progenitor v0.13.0
32822026-05-07T00:36:27.616Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32832026-05-07T00:36:27.637Z Checking progenitor v0.14.0
32842026-05-07T00:36:27.746Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32852026-05-07T00:36:30.627Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32862026-05-07T00:36:37.965Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32872026-05-07T00:36:44.198Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32882026-05-07T00:36:45.567Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32892026-05-07T00:36:46.068Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32902026-05-07T00:36:48.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.18s
32912026-05-07T00:36:48.341Z
32922026-05-07T00:36:48.341Zinfo: running `cargo check --bins` on gateway-api (133/274)
32932026-05-07T00:36:48.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-05-07T00:36:48.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-05-07T00:36:48.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-05-07T00:36:48.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32972026-05-07T00:36:48.947Z
32982026-05-07T00:36:48.947Zinfo: running `cargo check --bins` on ipcc (134/274)
32992026-05-07T00:36:49.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-07T00:36:49.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-07T00:36:49.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-07T00:36:49.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-07T00:36:49.543Z
33042026-05-07T00:36:49.543Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33052026-05-07T00:36:50.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-07T00:36:50.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-07T00:36:50.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-07T00:36:50.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33092026-05-07T00:36:50.127Z
33102026-05-07T00:36:50.127Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33112026-05-07T00:36:50.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-07T00:36:50.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-07T00:36:50.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-07T00:36:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-07T00:36:50.721Z
33162026-05-07T00:36:50.722Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33172026-05-07T00:36:51.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-07T00:36:51.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-07T00:36:51.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-07T00:36:51.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-07T00:36:51.312Z
33222026-05-07T00:36:51.312Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33232026-05-07T00:36:51.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-07T00:36:51.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-07T00:36:51.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-07T00:36:51.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-07T00:36:51.908Z
33282026-05-07T00:36:51.908Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33292026-05-07T00:36:52.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-07T00:36:52.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-07T00:36:52.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-07T00:36:52.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-07T00:36:52.505Z
33342026-05-07T00:36:52.505Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33352026-05-07T00:36:53.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-07T00:36:53.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-07T00:36:53.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-07T00:36:53.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-07T00:36:53.101Z
33402026-05-07T00:36:53.102Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33412026-05-07T00:36:53.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-07T00:36:53.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-07T00:36:53.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-07T00:36:53.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-07T00:36:53.702Z
33462026-05-07T00:36:53.702Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33472026-05-07T00:36:54.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-07T00:36:54.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-07T00:36:54.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-07T00:36:54.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-07T00:36:54.300Z
33522026-05-07T00:36:54.300Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33532026-05-07T00:36:54.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-07T00:36:54.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-07T00:36:54.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-07T00:36:54.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-07T00:36:54.899Z
33582026-05-07T00:36:54.899Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33592026-05-07T00:36:55.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-07T00:36:55.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-07T00:36:55.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-07T00:36:55.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-07T00:36:55.496Z
33642026-05-07T00:36:55.496Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33652026-05-07T00:36:56.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-07T00:36:56.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-07T00:36:56.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-07T00:36:56.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-07T00:36:56.096Z
33702026-05-07T00:36:56.096Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33712026-05-07T00:36:56.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-07T00:36:56.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-07T00:36:56.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-07T00:36:56.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-07T00:36:56.698Z
33762026-05-07T00:36:56.698Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33772026-05-07T00:36:57.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-07T00:36:57.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-07T00:36:57.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-07T00:36:57.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-07T00:36:57.295Z
33822026-05-07T00:36:57.296Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33832026-05-07T00:36:57.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-07T00:36:57.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-07T00:36:57.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-07T00:36:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-07T00:36:57.889Z
33882026-05-07T00:36:57.889Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33892026-05-07T00:36:58.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-07T00:36:58.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-07T00:36:58.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-07T00:36:58.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33932026-05-07T00:36:58.479Z
33942026-05-07T00:36:58.479Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
33952026-05-07T00:36:58.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-07T00:36:58.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-07T00:36:58.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-07T00:36:58.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-07T00:36:59.075Z
34002026-05-07T00:36:59.075Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34012026-05-07T00:36:59.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-07T00:36:59.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-07T00:36:59.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-07T00:36:59.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-07T00:36:59.674Z
34062026-05-07T00:36:59.674Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34072026-05-07T00:37:00.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-07T00:37:00.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-07T00:37:00.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-07T00:37:00.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-07T00:37:00.268Z
34122026-05-07T00:37:00.268Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34132026-05-07T00:37:00.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-07T00:37:00.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-07T00:37:00.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-07T00:37:00.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34172026-05-07T00:37:00.858Z
34182026-05-07T00:37:00.858Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34192026-05-07T00:37:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-07T00:37:01.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-07T00:37:01.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-07T00:37:01.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-05-07T00:37:01.491Z
34242026-05-07T00:37:01.491Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34252026-05-07T00:37:01.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-07T00:37:01.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-07T00:37:01.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-07T00:37:02.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-05-07T00:37:02.090Z
34302026-05-07T00:37:02.090Zinfo: running `cargo check --bins` on dns-server (156/274)
34312026-05-07T00:37:02.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-07T00:37:02.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-07T00:37:02.735Z Compiling parking_lot_core v0.8.6
34342026-05-07T00:37:02.736Z Compiling git-stub v1.0.0
34352026-05-07T00:37:02.736Z Compiling atomicwrites v0.4.4
34362026-05-07T00:37:02.740Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34372026-05-07T00:37:02.740Z Checking prefix-trie v0.7.0
34382026-05-07T00:37:02.966Z Compiling git-stub-vcs v0.1.0
34392026-05-07T00:37:03.146Z Checking hickory-server v0.25.2
34402026-05-07T00:37:03.236Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34412026-05-07T00:37:03.249Z Checking parking_lot v0.11.2
34422026-05-07T00:37:03.329Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34432026-05-07T00:37:03.329Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34442026-05-07T00:37:03.413Z Checking sled v0.34.7
34452026-05-07T00:37:05.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34462026-05-07T00:37:05.466Z
34472026-05-07T00:37:05.466Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34482026-05-07T00:37:05.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-07T00:37:05.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-07T00:37:05.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-07T00:37:05.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-07T00:37:06.062Z
34532026-05-07T00:37:06.062Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34542026-05-07T00:37:06.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-07T00:37:06.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-07T00:37:06.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-07T00:37:06.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-07T00:37:06.658Z
34592026-05-07T00:37:06.658Zinfo: running `cargo check --bins` on sp-sim (159/274)
34602026-05-07T00:37:07.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-07T00:37:07.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-07T00:37:07.380Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-05-07T00:37:09.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34642026-05-07T00:37:09.324Z
34652026-05-07T00:37:09.324Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34662026-05-07T00:37:09.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-07T00:37:09.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-07T00:37:09.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-07T00:37:09.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34702026-05-07T00:37:09.978Z
34712026-05-07T00:37:09.978Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34722026-05-07T00:37:10.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-07T00:37:10.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-07T00:37:10.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-07T00:37:10.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-07T00:37:10.630Z
34772026-05-07T00:37:10.630Zinfo: running `cargo check --bins` on db-macros (162/274)
34782026-05-07T00:37:11.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-07T00:37:11.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-07T00:37:11.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-07T00:37:11.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34822026-05-07T00:37:11.210Z
34832026-05-07T00:37:11.210Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34842026-05-07T00:37:11.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-07T00:37:11.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-07T00:37:11.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-07T00:37:11.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-05-07T00:37:11.785Z
34892026-05-07T00:37:11.785Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34902026-05-07T00:37:12.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-07T00:37:12.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-07T00:37:12.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-07T00:37:12.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34942026-05-07T00:37:12.432Z
34952026-05-07T00:37:12.432Zinfo: running `cargo check --bins` on authz-macros (165/274)
34962026-05-07T00:37:12.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-07T00:37:12.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-07T00:37:12.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-07T00:37:12.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-05-07T00:37:13.016Z
35012026-05-07T00:37:13.016Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35022026-05-07T00:37:13.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-07T00:37:13.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-07T00:37:13.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-07T00:37:13.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35062026-05-07T00:37:13.656Z
35072026-05-07T00:37:13.656Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35082026-05-07T00:37:14.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-07T00:37:14.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-07T00:37:14.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-07T00:37:14.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-07T00:37:14.300Z
35132026-05-07T00:37:14.300Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35142026-05-07T00:37:14.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-07T00:37:14.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-07T00:37:14.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-07T00:37:14.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-05-07T00:37:14.884Z
35192026-05-07T00:37:14.884Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35202026-05-07T00:37:15.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-07T00:37:15.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-07T00:37:15.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-07T00:37:15.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-07T00:37:15.462Z
35252026-05-07T00:37:15.462Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35262026-05-07T00:37:15.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-07T00:37:15.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-07T00:37:15.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-07T00:37:15.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-05-07T00:37:16.060Z
35312026-05-07T00:37:16.060Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35322026-05-07T00:37:16.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-07T00:37:16.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-07T00:37:16.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-07T00:37:16.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-05-07T00:37:16.644Z
35372026-05-07T00:37:16.644Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35382026-05-07T00:37:17.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-07T00:37:17.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-07T00:37:17.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-07T00:37:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-07T00:37:17.224Z
35432026-05-07T00:37:17.224Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35442026-05-07T00:37:17.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-07T00:37:17.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-07T00:37:17.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-07T00:37:17.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35482026-05-07T00:37:17.873Z
35492026-05-07T00:37:17.873Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35502026-05-07T00:37:18.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-07T00:37:18.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-07T00:37:18.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-07T00:37:18.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-07T00:37:18.518Z
35552026-05-07T00:37:18.518Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35562026-05-07T00:37:19.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-07T00:37:19.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-07T00:37:19.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-07T00:37:19.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35602026-05-07T00:37:19.156Z
35612026-05-07T00:37:19.156Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35622026-05-07T00:37:19.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-07T00:37:19.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-07T00:37:19.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-07T00:37:19.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35662026-05-07T00:37:19.764Z
35672026-05-07T00:37:19.764Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35682026-05-07T00:37:20.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-07T00:37:20.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-07T00:37:20.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-07T00:37:20.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-05-07T00:37:20.377Z
35732026-05-07T00:37:20.377Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35742026-05-07T00:37:20.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-07T00:37:20.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-07T00:37:20.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-07T00:37:20.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-07T00:37:20.988Z
35792026-05-07T00:37:20.988Zinfo: running `cargo check --bins` on key-manager (179/274)
35802026-05-07T00:37:21.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-07T00:37:21.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-07T00:37:21.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-07T00:37:21.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-07T00:37:21.581Z
35852026-05-07T00:37:21.581Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35862026-05-07T00:37:22.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-07T00:37:22.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-07T00:37:22.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-07T00:37:22.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-07T00:37:22.195Z
35912026-05-07T00:37:22.195Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35922026-05-07T00:37:22.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-07T00:37:22.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-07T00:37:22.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-07T00:37:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-05-07T00:37:22.808Z
35972026-05-07T00:37:22.808Zinfo: running `cargo check --bins` on typed-rng (182/274)
35982026-05-07T00:37:23.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-07T00:37:23.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-07T00:37:23.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-07T00:37:23.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-05-07T00:37:23.388Z
36032026-05-07T00:37:23.388Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36042026-05-07T00:37:23.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-07T00:37:23.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-07T00:37:24.224Z Compiling typify-impl v0.4.3
36072026-05-07T00:37:24.225Z Compiling libefi-sys v0.1.0
36082026-05-07T00:37:24.228Z Compiling bitfield-struct v0.6.2
36092026-05-07T00:37:24.379Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-05-07T00:37:24.391Z Compiling xshell-macros v0.2.7
36112026-05-07T00:37:24.404Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36122026-05-07T00:37:24.419Z Compiling salty v0.3.0
36132026-05-07T00:37:24.454Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36142026-05-07T00:37:24.624Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-05-07T00:37:24.716Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-05-07T00:37:24.731Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-05-07T00:37:24.750Z Checking xshell v0.2.7
36182026-05-07T00:37:24.932Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36192026-05-07T00:37:24.947Z Checking primeorder v0.13.6
36202026-05-07T00:37:25.038Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212026-05-07T00:37:25.099Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-05-07T00:37:25.143Z Compiling proc-macro-error-attr2 v2.0.0
36232026-05-07T00:37:25.181Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-05-07T00:37:25.213Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-07T00:37:25.341Z Checking tungstenite v0.21.0
36262026-05-07T00:37:25.399Z Checking p384 v0.13.1
36272026-05-07T00:37:25.454Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36282026-05-07T00:37:25.558Z Compiling proc-macro-error2 v2.0.1
36292026-05-07T00:37:25.615Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36302026-05-07T00:37:25.782Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36312026-05-07T00:37:25.814Z Compiling num-derive v0.3.3
36322026-05-07T00:37:25.871Z Compiling tabled_derive v0.11.0
36332026-05-07T00:37:26.110Z Checking tokio-tungstenite v0.21.0
36342026-05-07T00:37:26.328Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36352026-05-07T00:37:26.391Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36362026-05-07T00:37:26.408Z Checking papergrid v0.17.0
36372026-05-07T00:37:26.636Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-07T00:37:26.767Z Checking libscf-sys v1.1.0
36392026-05-07T00:37:26.902Z Checking testing_table v0.3.0
36402026-05-07T00:37:27.000Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-07T00:37:27.016Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36422026-05-07T00:37:27.030Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36432026-05-07T00:37:27.135Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-05-07T00:37:27.178Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-05-07T00:37:27.343Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-05-07T00:37:27.379Z Compiling unicase v2.9.0
36472026-05-07T00:37:27.478Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36482026-05-07T00:37:27.519Z Checking corncobs v0.1.4
36492026-05-07T00:37:27.582Z Compiling mime_guess v2.0.5
36502026-05-07T00:37:27.618Z Checking tabled v0.20.0
36512026-05-07T00:37:27.650Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-05-07T00:37:27.692Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-05-07T00:37:27.779Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-05-07T00:37:27.897Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-05-07T00:37:27.912Z Checking progenitor-client v0.11.2
36562026-05-07T00:37:28.083Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-07T00:37:28.113Z Checking secrecy v0.8.0
36582026-05-07T00:37:28.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36592026-05-07T00:37:28.172Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-05-07T00:37:28.257Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36612026-05-07T00:37:28.364Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-05-07T00:37:28.652Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36632026-05-07T00:37:28.755Z Compiling typify-macro v0.4.3
36642026-05-07T00:37:28.789Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36652026-05-07T00:37:28.822Z Checking filetime v0.2.27
36662026-05-07T00:37:28.887Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36672026-05-07T00:37:28.924Z Checking crc8 v0.1.1
36682026-05-07T00:37:28.954Z Checking xattr v1.6.1
36692026-05-07T00:37:29.022Z Checking http-range v0.1.5
36702026-05-07T00:37:29.148Z Checking tar v0.4.45
36712026-05-07T00:37:29.418Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-05-07T00:37:29.539Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-05-07T00:37:29.626Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-05-07T00:37:29.694Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36752026-05-07T00:37:29.720Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36762026-05-07T00:37:29.801Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36772026-05-07T00:37:30.008Z Checking atty v0.2.14
36782026-05-07T00:37:30.113Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36792026-05-07T00:37:30.205Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36802026-05-07T00:37:30.302Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36812026-05-07T00:37:30.448Z Compiling typify v0.4.3
36822026-05-07T00:37:30.600Z Compiling progenitor-impl v0.11.2
36832026-05-07T00:37:30.635Z Compiling progenitor-impl v0.10.0
36842026-05-07T00:37:30.853Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-07T00:37:31.103Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-05-07T00:37:31.120Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36872026-05-07T00:37:31.661Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-05-07T00:37:31.998Z Checking hyper-staticfile v0.10.1
36892026-05-07T00:37:32.029Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36902026-05-07T00:37:32.110Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36912026-05-07T00:37:32.253Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36922026-05-07T00:37:32.290Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36932026-05-07T00:37:32.469Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36942026-05-07T00:37:32.512Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36952026-05-07T00:37:32.657Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36962026-05-07T00:37:32.786Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36972026-05-07T00:37:32.934Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36982026-05-07T00:37:33.079Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36992026-05-07T00:37:33.217Z Compiling progenitor-macro v0.11.2
37002026-05-07T00:37:33.220Z Compiling progenitor-macro v0.10.0
37012026-05-07T00:37:35.909Z Checking progenitor v0.11.2
37022026-05-07T00:37:36.043Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-07T00:37:36.136Z Checking progenitor v0.10.0
37042026-05-07T00:37:36.259Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37052026-05-07T00:37:40.630Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37062026-05-07T00:37:41.737Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072026-05-07T00:37:52.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.63s
37082026-05-07T00:37:52.248Z
37092026-05-07T00:37:52.248Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37102026-05-07T00:37:52.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-07T00:37:52.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-07T00:37:53.020Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-07T00:38:03.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
37142026-05-07T00:38:03.550Z
37152026-05-07T00:38:03.550Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37162026-05-07T00:38:04.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-07T00:38:04.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-07T00:38:04.324Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-07T00:38:14.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
37202026-05-07T00:38:14.897Z
37212026-05-07T00:38:14.897Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37222026-05-07T00:38:15.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-07T00:38:15.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-07T00:38:15.671Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-07T00:38:26.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37262026-05-07T00:38:26.273Z
37272026-05-07T00:38:26.273Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37282026-05-07T00:38:26.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-07T00:38:26.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-07T00:38:27.043Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-07T00:38:37.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
37322026-05-07T00:38:37.596Z
37332026-05-07T00:38:37.596Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37342026-05-07T00:38:38.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-07T00:38:38.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-07T00:38:38.366Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-07T00:38:48.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
37382026-05-07T00:38:48.943Z
37392026-05-07T00:38:48.943Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37402026-05-07T00:38:49.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-07T00:38:49.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-07T00:38:49.715Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-07T00:39:00.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s
37442026-05-07T00:39:00.245Z
37452026-05-07T00:39:00.245Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37462026-05-07T00:39:00.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-07T00:39:00.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-07T00:39:01.025Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-07T00:39:11.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37502026-05-07T00:39:11.571Z
37512026-05-07T00:39:11.571Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37522026-05-07T00:39:12.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-07T00:39:12.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-07T00:39:12.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-07T00:39:12.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37562026-05-07T00:39:12.165Z
37572026-05-07T00:39:12.165Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37582026-05-07T00:39:12.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-07T00:39:12.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-07T00:39:12.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-07T00:39:12.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-05-07T00:39:12.765Z
37632026-05-07T00:39:12.765Zinfo: running `cargo check --bins` on range-requests (193/274)
37642026-05-07T00:39:13.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-07T00:39:13.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-07T00:39:13.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-07T00:39:13.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37682026-05-07T00:39:13.353Z
37692026-05-07T00:39:13.353Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37702026-05-07T00:39:13.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-07T00:39:13.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-07T00:39:13.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-07T00:39:13.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37742026-05-07T00:39:13.940Z
37752026-05-07T00:39:13.940Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37762026-05-07T00:39:14.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-07T00:39:14.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-07T00:39:14.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-07T00:39:14.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37802026-05-07T00:39:14.551Z
37812026-05-07T00:39:14.551Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37822026-05-07T00:39:15.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-07T00:39:15.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-07T00:39:15.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-07T00:39:15.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-07T00:39:15.161Z
37872026-05-07T00:39:15.161Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37882026-05-07T00:39:15.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-07T00:39:15.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-07T00:39:15.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-07T00:39:15.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-07T00:39:15.771Z
37932026-05-07T00:39:15.771Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37942026-05-07T00:39:16.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-07T00:39:16.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-07T00:39:16.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-07T00:39:16.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-07T00:39:16.382Z
37992026-05-07T00:39:16.382Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38002026-05-07T00:39:16.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-07T00:39:16.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-07T00:39:16.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-07T00:39:16.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-07T00:39:16.995Z
38052026-05-07T00:39:16.995Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38062026-05-07T00:39:17.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-07T00:39:17.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-07T00:39:17.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-07T00:39:17.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-05-07T00:39:17.606Z
38112026-05-07T00:39:17.606Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38122026-05-07T00:39:18.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-07T00:39:18.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-07T00:39:18.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-07T00:39:18.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-05-07T00:39:18.211Z
38172026-05-07T00:39:18.211Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38182026-05-07T00:39:18.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-07T00:39:18.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-07T00:39:18.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-07T00:39:18.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38222026-05-07T00:39:18.824Z
38232026-05-07T00:39:18.824Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38242026-05-07T00:39:19.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-07T00:39:19.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-07T00:39:19.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-07T00:39:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-07T00:39:19.443Z
38292026-05-07T00:39:19.443Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38302026-05-07T00:39:19.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-07T00:39:19.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-07T00:39:19.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-07T00:39:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38342026-05-07T00:39:20.089Z
38352026-05-07T00:39:20.089Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38362026-05-07T00:39:20.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-07T00:39:20.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-07T00:39:20.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-07T00:39:20.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38402026-05-07T00:39:20.701Z
38412026-05-07T00:39:20.701Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38422026-05-07T00:39:21.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-07T00:39:21.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-07T00:39:21.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-07T00:39:21.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-07T00:39:21.340Z
38472026-05-07T00:39:21.341Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38482026-05-07T00:39:21.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-07T00:39:21.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-07T00:39:21.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-07T00:39:21.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38522026-05-07T00:39:21.995Z
38532026-05-07T00:39:21.995Zinfo: running `cargo check --bins` on update-common (208/274)
38542026-05-07T00:39:22.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-07T00:39:22.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-07T00:39:22.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-07T00:39:22.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38582026-05-07T00:39:22.605Z
38592026-05-07T00:39:22.605Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38602026-05-07T00:39:23.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-07T00:39:23.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-07T00:39:23.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-07T00:39:23.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38642026-05-07T00:39:23.255Z
38652026-05-07T00:39:23.255Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38662026-05-07T00:39:23.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-07T00:39:23.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-07T00:39:23.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-07T00:39:23.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38702026-05-07T00:39:23.833Z
38712026-05-07T00:39:23.833Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38722026-05-07T00:39:24.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-07T00:39:24.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-07T00:39:24.604Z Compiling fs-err v2.11.0
38752026-05-07T00:39:24.607Z Checking ignore v0.4.25
38762026-05-07T00:39:24.607Z Checking arc-swap v1.8.2
38772026-05-07T00:39:24.607Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38782026-05-07T00:39:24.740Z Checking predicates-tree v1.0.13
38792026-05-07T00:39:24.747Z Checking parse-size v1.1.0
38802026-05-07T00:39:24.770Z Checking rand_seeder v0.4.0
38812026-05-07T00:39:24.773Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38822026-05-07T00:39:24.846Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38832026-05-07T00:39:24.867Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38842026-05-07T00:39:24.907Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38852026-05-07T00:39:24.932Z Checking slog-scope v4.4.1
38862026-05-07T00:39:25.050Z Compiling petname v2.0.2
38872026-05-07T00:39:25.064Z Checking slog-stdlog v4.1.1
38882026-05-07T00:39:25.077Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38892026-05-07T00:39:25.113Z Checking globwalk v0.9.1
38902026-05-07T00:39:25.154Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38912026-05-07T00:39:25.180Z Checking slog-envlogger v2.2.0
38922026-05-07T00:39:25.293Z Checking camino-tempfile-ext v0.3.3
38932026-05-07T00:39:25.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38942026-05-07T00:39:25.331Z Checking sapling-renderdag v0.1.0
38952026-05-07T00:39:25.478Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38962026-05-07T00:39:25.495Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38972026-05-07T00:39:25.573Z Checking subprocess v0.2.15
38982026-05-07T00:39:25.737Z Checking sync-ptr v0.1.4
38992026-05-07T00:39:25.760Z Checking colored v2.2.0
39002026-05-07T00:39:25.792Z Checking assert_matches v1.5.0
39012026-05-07T00:39:25.849Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39022026-05-07T00:39:25.897Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39032026-05-07T00:39:25.965Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39042026-05-07T00:39:25.968Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39052026-05-07T00:39:26.580Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39062026-05-07T00:39:27.891Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39072026-05-07T00:39:30.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
39082026-05-07T00:39:30.298Z
39092026-05-07T00:39:30.298Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39102026-05-07T00:39:30.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-07T00:39:30.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-07T00:39:30.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-07T00:39:30.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39142026-05-07T00:39:30.887Z
39152026-05-07T00:39:30.887Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39162026-05-07T00:39:31.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-07T00:39:31.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-07T00:39:31.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-07T00:39:31.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39202026-05-07T00:39:31.497Z
39212026-05-07T00:39:31.497Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39222026-05-07T00:39:32.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-07T00:39:32.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-07T00:39:32.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-07T00:39:32.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39262026-05-07T00:39:32.155Z
39272026-05-07T00:39:32.155Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39282026-05-07T00:39:32.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-07T00:39:32.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-07T00:39:32.875Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39312026-05-07T00:39:32.875Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39322026-05-07T00:39:33.518Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39332026-05-07T00:39:35.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39342026-05-07T00:39:35.300Z
39352026-05-07T00:39:35.300Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39362026-05-07T00:39:35.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-07T00:39:35.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-07T00:39:35.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-07T00:39:35.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39402026-05-07T00:39:35.904Z
39412026-05-07T00:39:35.904Zinfo: running `cargo check --bins` on cert-dev (217/274)
39422026-05-07T00:39:36.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-07T00:39:36.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-07T00:39:36.496Z Checking yasna v0.5.2
39452026-05-07T00:39:36.899Z Checking rcgen v0.12.1
39462026-05-07T00:39:37.164Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39472026-05-07T00:39:37.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39482026-05-07T00:39:37.500Z
39492026-05-07T00:39:37.500Zinfo: running `cargo check --bins` on clickana (218/274)
39502026-05-07T00:39:38.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-07T00:39:38.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-07T00:39:38.137Z Compiling darling_core v0.23.0
39532026-05-07T00:39:38.140Z Compiling instability v0.3.11
39542026-05-07T00:39:38.245Z Checking castaway v0.2.4
39552026-05-07T00:39:38.253Z Compiling indoc v2.0.7
39562026-05-07T00:39:38.258Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39572026-05-07T00:39:38.274Z Checking unicode-truncate v1.1.0
39582026-05-07T00:39:38.284Z Checking lru v0.12.5
39592026-05-07T00:39:38.287Z Checking cassowary v0.3.0
39602026-05-07T00:39:38.339Z Checking compact_str v0.8.1
39612026-05-07T00:39:39.276Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39622026-05-07T00:39:39.458Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39632026-05-07T00:39:39.663Z Compiling darling_macro v0.23.0
39642026-05-07T00:39:40.070Z Compiling darling v0.23.0
39652026-05-07T00:39:40.679Z Checking ratatui v0.29.0
39662026-05-07T00:39:41.731Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39672026-05-07T00:39:42.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39682026-05-07T00:39:42.585Z
39692026-05-07T00:39:42.585Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39702026-05-07T00:39:43.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-07T00:39:43.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-07T00:39:43.313Z Checking headers-core v0.3.0
39732026-05-07T00:39:43.313Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39742026-05-07T00:39:43.509Z Checking headers v0.4.1
39752026-05-07T00:39:43.870Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39762026-05-07T00:39:44.718Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39772026-05-07T00:39:45.206Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39782026-05-07T00:39:45.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39792026-05-07T00:39:45.826Z
39802026-05-07T00:39:45.826Zinfo: running `cargo check --bins` on ch-dev (220/274)
39812026-05-07T00:39:46.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-07T00:39:46.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-07T00:39:46.550Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39842026-05-07T00:39:47.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39852026-05-07T00:39:47.508Z
39862026-05-07T00:39:47.508Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39872026-05-07T00:39:47.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-07T00:39:47.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-07T00:39:47.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-07T00:39:47.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39912026-05-07T00:39:47.974Z
39922026-05-07T00:39:47.974Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39932026-05-07T00:39:48.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-07T00:39:48.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-07T00:39:48.691Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39962026-05-07T00:39:49.681Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39972026-05-07T00:39:50.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
39982026-05-07T00:39:50.221Z
39992026-05-07T00:39:50.221Zinfo: running `cargo check --bins` on db-dev (223/274)
40002026-05-07T00:39:50.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-07T00:39:50.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-07T00:39:50.938Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40032026-05-07T00:39:51.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40042026-05-07T00:39:51.903Z
40052026-05-07T00:39:51.903Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40062026-05-07T00:39:52.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-07T00:39:52.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-07T00:39:52.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-05-07T00:39:52.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40102026-05-07T00:39:52.548Z
40112026-05-07T00:39:52.548Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40122026-05-07T00:39:53.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-07T00:39:53.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-07T00:39:53.157Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40152026-05-07T00:39:53.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40162026-05-07T00:39:54.015Z
40172026-05-07T00:39:54.015Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40182026-05-07T00:39:54.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-07T00:39:54.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-07T00:39:54.765Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40212026-05-07T00:39:54.766Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40222026-05-07T00:39:54.766Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40232026-05-07T00:39:54.769Z Checking git-stub v1.0.0
40242026-05-07T00:39:54.769Z Compiling trait-variant v0.1.2
40252026-05-07T00:39:54.769Z Checking is_ci v1.2.0
40262026-05-07T00:39:54.769Z Checking maplit v1.0.2
40272026-05-07T00:39:54.893Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40282026-05-07T00:39:54.971Z Checking supports-color v3.0.2
40292026-05-07T00:39:54.983Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40302026-05-07T00:39:55.034Z Checking git-stub-vcs v0.1.0
40312026-05-07T00:39:55.087Z Checking drift v0.1.3
40322026-05-07T00:39:55.103Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40332026-05-07T00:39:55.148Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40342026-05-07T00:39:55.226Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40352026-05-07T00:39:55.342Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40362026-05-07T00:39:55.368Z Checking dropshot-api-manager v0.7.1
40372026-05-07T00:39:55.383Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40382026-05-07T00:39:55.453Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40392026-05-07T00:39:55.597Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40402026-05-07T00:39:55.617Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-05-07T00:39:55.910Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40422026-05-07T00:39:56.183Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40432026-05-07T00:40:01.085Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40442026-05-07T00:40:02.159Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40452026-05-07T00:40:02.715Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40462026-05-07T00:40:03.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40472026-05-07T00:40:03.350Z
40482026-05-07T00:40:03.350Zinfo: running `cargo check --bins` on installinator-api (227/274)
40492026-05-07T00:40:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-07T00:40:03.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-07T00:40:03.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-05-07T00:40:03.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-05-07T00:40:03.949Z
40542026-05-07T00:40:03.949Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40552026-05-07T00:40:04.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-07T00:40:04.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-07T00:40:04.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-07T00:40:04.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40592026-05-07T00:40:04.589Z
40602026-05-07T00:40:04.590Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40612026-05-07T00:40:05.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-07T00:40:05.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-07T00:40:05.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-07T00:40:05.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40652026-05-07T00:40:05.231Z
40662026-05-07T00:40:05.231Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40672026-05-07T00:40:05.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-07T00:40:05.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-07T00:40:05.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-07T00:40:05.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40712026-05-07T00:40:05.870Z
40722026-05-07T00:40:05.870Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40732026-05-07T00:40:06.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-07T00:40:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-07T00:40:06.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-07T00:40:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40772026-05-07T00:40:06.471Z
40782026-05-07T00:40:06.471Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40792026-05-07T00:40:06.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-07T00:40:06.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-07T00:40:06.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-07T00:40:06.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40832026-05-07T00:40:07.059Z
40842026-05-07T00:40:07.059Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40852026-05-07T00:40:07.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-07T00:40:07.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-07T00:40:07.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-07T00:40:07.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40892026-05-07T00:40:07.681Z
40902026-05-07T00:40:07.681Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40912026-05-07T00:40:08.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-07T00:40:08.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-07T00:40:08.292Z Checking typeid v1.0.3
40942026-05-07T00:40:08.402Z Checking ordered-float v2.10.1
40952026-05-07T00:40:08.420Z Checking unicode-xid v0.2.6
40962026-05-07T00:40:08.423Z Checking cargo-platform v0.2.0
40972026-05-07T00:40:08.443Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
40982026-05-07T00:40:08.471Z Checking erased-serde v0.4.9
40992026-05-07T00:40:08.602Z Checking serde-value v0.7.0
41002026-05-07T00:40:08.782Z Checking serde-untagged v0.1.9
41012026-05-07T00:40:08.934Z Checking cargo-util-schemas v0.8.2
41022026-05-07T00:40:09.613Z Checking cargo_metadata v0.21.0
41032026-05-07T00:40:10.209Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41042026-05-07T00:40:10.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41052026-05-07T00:40:11.065Z
41062026-05-07T00:40:11.065Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41072026-05-07T00:40:11.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-07T00:40:11.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-07T00:40:11.799Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41102026-05-07T00:40:12.423Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41112026-05-07T00:40:12.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41122026-05-07T00:40:13.137Z
41132026-05-07T00:40:13.138Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41142026-05-07T00:40:13.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-07T00:40:13.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-07T00:40:13.993Z Compiling vergen-gitcl v1.0.8
41172026-05-07T00:40:13.993Z Compiling dirs-sys-next v0.1.2
41182026-05-07T00:40:13.993Z Compiling diesel_derives v2.3.7
41192026-05-07T00:40:13.993Z Compiling glob v0.3.3
41202026-05-07T00:40:13.997Z Compiling crunchy v0.2.4
41212026-05-07T00:40:13.997Z Compiling dsl_auto_type v0.2.0
41222026-05-07T00:40:13.997Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-05-07T00:40:13.997Z Checking scheduled-thread-pool v0.2.7
41242026-05-07T00:40:14.265Z Compiling diesel_table_macro_syntax v0.3.0
41252026-05-07T00:40:14.305Z Compiling tiny-keccak v2.0.2
41262026-05-07T00:40:14.384Z Compiling dirs-next v2.0.0
41272026-05-07T00:40:14.467Z Compiling term v0.7.0
41282026-05-07T00:40:14.509Z Checking r2d2 v0.8.10
41292026-05-07T00:40:14.523Z Checking downcast-rs v2.0.2
41302026-05-07T00:40:14.537Z Compiling bit-vec v0.6.3
41312026-05-07T00:40:14.551Z Compiling clang-sys v1.8.1
41322026-05-07T00:40:14.691Z Compiling bit-set v0.5.3
41332026-05-07T00:40:14.750Z Compiling ascii-canvas v3.0.0
41342026-05-07T00:40:14.848Z Compiling itertools v0.10.5
41352026-05-07T00:40:14.922Z Compiling ena v0.14.4
41362026-05-07T00:40:14.990Z Compiling libloading v0.8.9
41372026-05-07T00:40:15.009Z Compiling regex-syntax v0.6.29
41382026-05-07T00:40:15.032Z Compiling diff v0.1.13
41392026-05-07T00:40:15.061Z Compiling bindgen v0.71.1
41402026-05-07T00:40:15.128Z Compiling cexpr v0.6.0
41412026-05-07T00:40:15.293Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41422026-05-07T00:40:15.503Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41432026-05-07T00:40:15.546Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41442026-05-07T00:40:15.659Z Compiling libxml v0.3.3
41452026-05-07T00:40:15.829Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41462026-05-07T00:40:15.908Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41472026-05-07T00:40:15.923Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41482026-05-07T00:40:16.111Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41492026-05-07T00:40:16.135Z Compiling strum_macros v0.24.3
41502026-05-07T00:40:16.153Z Compiling indoc v1.0.9
41512026-05-07T00:40:16.383Z Compiling lalrpop v0.19.12
41522026-05-07T00:40:17.178Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41532026-05-07T00:40:17.192Z Checking derive_builder v0.20.2
41542026-05-07T00:40:17.304Z Compiling oso-derive v0.27.3
41552026-05-07T00:40:17.366Z Checking quick-xml v0.37.5
41562026-05-07T00:40:17.469Z Compiling impl-trait-for-tuples v0.2.3
41572026-05-07T00:40:17.798Z Checking openssl-probe v0.1.6
41582026-05-07T00:40:17.942Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41592026-05-07T00:40:18.234Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41602026-05-07T00:40:18.431Z Checking bb8 v0.8.6
41612026-05-07T00:40:18.695Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41622026-05-07T00:40:18.718Z Checking nonempty v0.12.0
41632026-05-07T00:40:18.854Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41642026-05-07T00:40:18.882Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41652026-05-07T00:40:18.919Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41662026-05-07T00:40:18.996Z Checking console v0.16.2
41672026-05-07T00:40:19.066Z Checking unit-prefix v0.5.2
41682026-05-07T00:40:19.103Z Checking support-bundle-viewer v0.1.2
41692026-05-07T00:40:19.200Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41702026-05-07T00:40:19.307Z Checking indicatif v0.18.4
41712026-05-07T00:40:19.349Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41722026-05-07T00:40:19.492Z Checking multimap v0.10.1
41732026-05-07T00:40:19.940Z Checking diesel v2.3.7
41742026-05-07T00:40:21.714Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41752026-05-07T00:40:22.456Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41762026-05-07T00:40:22.795Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41772026-05-07T00:40:23.353Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41782026-05-07T00:40:24.213Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41792026-05-07T00:40:24.365Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41802026-05-07T00:40:24.414Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41812026-05-07T00:40:24.845Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41822026-05-07T00:40:26.869Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41832026-05-07T00:40:31.941Z Compiling samael v0.0.19
41842026-05-07T00:40:35.740Z Checking diesel-dtrace v0.5.0
41852026-05-07T00:40:35.984Z Checking async-bb8-diesel v0.2.1
41862026-05-07T00:40:36.619Z Compiling polar-core v0.27.3
41872026-05-07T00:40:41.026Z Checking oso v0.27.3
41882026-05-07T00:41:17.369Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41892026-05-07T00:41:50.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41902026-05-07T00:41:50.459Z
41912026-05-07T00:41:50.459Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41922026-05-07T00:41:51.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-05-07T00:41:51.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-05-07T00:41:51.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-05-07T00:41:51.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41962026-05-07T00:41:51.112Z
41972026-05-07T00:41:51.112Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
41982026-05-07T00:41:51.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-07T00:41:51.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-07T00:41:51.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-07T00:41:51.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-07T00:41:51.768Z
42032026-05-07T00:41:51.768Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42042026-05-07T00:41:52.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-07T00:41:52.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-07T00:41:52.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-07T00:41:52.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42082026-05-07T00:41:52.357Z
42092026-05-07T00:41:52.357Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42102026-05-07T00:41:52.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-07T00:41:52.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-07T00:41:53.226Z Compiling libz-sys v1.1.24
42132026-05-07T00:41:53.357Z Compiling libgit2-sys v0.18.3+1.9.2
42142026-05-07T00:41:53.369Z Compiling vergen-git2 v1.0.7
42152026-05-07T00:41:53.394Z Compiling rustls v0.21.12
42162026-05-07T00:41:53.398Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42172026-05-07T00:41:53.398Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42182026-05-07T00:41:53.398Z Checking sct v0.7.1
42192026-05-07T00:41:53.398Z Checking rustls-webpki v0.101.7
42202026-05-07T00:41:53.564Z Compiling nix v0.29.0
42212026-05-07T00:41:53.613Z Compiling dropshot v0.16.7
42222026-05-07T00:41:53.655Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42232026-05-07T00:41:53.690Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42242026-05-07T00:41:53.734Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42252026-05-07T00:41:53.869Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42262026-05-07T00:41:53.884Z Checking toml v0.9.12+spec-1.1.0
42272026-05-07T00:41:53.887Z Compiling dropshot_endpoint v0.16.7
42282026-05-07T00:41:53.996Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42292026-05-07T00:41:54.189Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42302026-05-07T00:41:54.368Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-07T00:41:54.440Z Checking rustls-pemfile v1.0.4
42322026-05-07T00:41:54.579Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42332026-05-07T00:41:54.770Z Checking twox-hash v2.1.2
42342026-05-07T00:41:54.793Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42352026-05-07T00:41:55.000Z Checking tokio-rustls v0.24.1
42362026-05-07T00:41:55.524Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42372026-05-07T00:41:55.596Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42382026-05-07T00:41:55.806Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42392026-05-07T00:41:56.288Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42402026-05-07T00:41:56.306Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42412026-05-07T00:41:56.354Z Checking fatfs v0.3.6
42422026-05-07T00:41:56.439Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42432026-05-07T00:41:56.456Z Compiling seq-macro v0.3.6
42442026-05-07T00:42:00.195Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42452026-05-07T00:42:00.318Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42462026-05-07T00:42:00.660Z Compiling git2 v0.20.4
42472026-05-07T00:42:02.843Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42482026-05-07T00:42:50.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.09s
42492026-05-07T00:42:50.678Z
42502026-05-07T00:42:50.678Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42512026-05-07T00:42:51.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-07T00:42:51.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-07T00:42:51.562Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42542026-05-07T00:43:29.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.17s
42552026-05-07T00:43:30.075Z
42562026-05-07T00:43:30.075Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42572026-05-07T00:43:30.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-07T00:43:30.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-07T00:43:30.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-05-07T00:43:30.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42612026-05-07T00:43:30.665Z
42622026-05-07T00:43:30.665Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42632026-05-07T00:43:31.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-07T00:43:31.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-07T00:43:31.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-07T00:43:31.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42672026-05-07T00:43:31.307Z
42682026-05-07T00:43:31.307Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42692026-05-07T00:43:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-07T00:43:31.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-07T00:43:31.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-07T00:43:31.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42732026-05-07T00:43:31.966Z
42742026-05-07T00:43:31.967Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42752026-05-07T00:43:32.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-07T00:43:32.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-07T00:43:32.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-07T00:43:32.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-07T00:43:32.629Z
42802026-05-07T00:43:32.629Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42812026-05-07T00:43:33.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-07T00:43:33.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-07T00:43:33.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-07T00:43:33.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-05-07T00:43:33.271Z
42862026-05-07T00:43:33.271Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42872026-05-07T00:43:33.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-07T00:43:33.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-07T00:43:33.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-07T00:43:33.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-07T00:43:33.922Z
42922026-05-07T00:43:33.922Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42932026-05-07T00:43:34.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-07T00:43:34.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-07T00:43:34.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-07T00:43:34.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-07T00:43:34.584Z
42982026-05-07T00:43:34.584Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
42992026-05-07T00:43:35.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-07T00:43:35.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-07T00:43:35.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-07T00:43:35.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-07T00:43:35.236Z
43042026-05-07T00:43:35.236Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43052026-05-07T00:43:35.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-07T00:43:35.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-07T00:43:36.129Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43082026-05-07T00:43:36.129Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43092026-05-07T00:43:36.316Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43102026-05-07T00:43:36.345Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43112026-05-07T00:43:36.365Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43122026-05-07T00:43:36.369Z Checking diff v0.1.13
43132026-05-07T00:43:36.369Z Checking yansi v1.0.1
43142026-05-07T00:43:36.396Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43152026-05-07T00:43:36.454Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43162026-05-07T00:43:36.631Z Checking pretty_assertions v1.4.1
43172026-05-07T00:43:37.276Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43182026-05-07T00:43:37.609Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-05-07T00:44:00.719Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43202026-05-07T00:44:00.722Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-05-07T00:44:00.722Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43222026-05-07T00:44:00.722Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43232026-05-07T00:44:00.722Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43242026-05-07T00:44:00.722Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-05-07T00:44:01.575Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43262026-05-07T00:44:02.676Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43272026-05-07T00:44:40.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43282026-05-07T00:44:40.885Z
43292026-05-07T00:44:40.885Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43302026-05-07T00:44:41.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-07T00:44:41.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-07T00:44:41.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-07T00:44:41.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43342026-05-07T00:44:41.486Z
43352026-05-07T00:44:41.486Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43362026-05-07T00:44:42.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-07T00:44:42.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-07T00:44:42.255Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43392026-05-07T00:44:42.378Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-05-07T00:44:42.387Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43412026-05-07T00:45:07.809Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43422026-05-07T00:45:08.192Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43432026-05-07T00:45:09.887Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43442026-05-07T00:45:10.373Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43452026-05-07T00:45:13.261Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-07T00:45:35.522Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43472026-05-07T00:45:36.218Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43482026-05-07T00:45:37.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s
43492026-05-07T00:45:38.047Z
43502026-05-07T00:45:38.047Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43512026-05-07T00:45:38.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-05-07T00:45:38.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-05-07T00:45:38.756Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43542026-05-07T00:45:39.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43552026-05-07T00:45:39.632Z
43562026-05-07T00:45:39.632Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43572026-05-07T00:45:40.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-07T00:45:40.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-07T00:45:40.287Z Compiling blake3 v1.8.3
43602026-05-07T00:45:40.396Z Checking arrayvec v0.7.6
43612026-05-07T00:45:40.396Z Checking arrayref v0.3.9
43622026-05-07T00:45:40.402Z Checking constant_time_eq v0.4.2
43632026-05-07T00:45:40.414Z Checking topological-sort v0.2.2
43642026-05-07T00:45:40.417Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43652026-05-07T00:45:40.417Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43662026-05-07T00:45:40.422Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43672026-05-07T00:45:40.457Z Checking shell-words v1.1.1
43682026-05-07T00:45:41.274Z Checking omicron-zone-package v0.12.2
43692026-05-07T00:45:41.978Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43702026-05-07T00:45:42.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43712026-05-07T00:45:43.004Z
43722026-05-07T00:45:43.004Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43732026-05-07T00:45:43.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-07T00:45:43.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-07T00:45:43.653Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43762026-05-07T00:45:43.970Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43772026-05-07T00:45:44.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43782026-05-07T00:45:44.548Z
43792026-05-07T00:45:44.548Zinfo: running `cargo check --bins` on schema (256/274)
43802026-05-07T00:45:45.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-07T00:45:45.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-07T00:45:45.279Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43832026-05-07T00:45:45.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43842026-05-07T00:45:46.181Z
43852026-05-07T00:45:46.181Zinfo: running `cargo check --bins` on xtask (257/274)
43862026-05-07T00:45:46.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-07T00:45:46.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-07T00:45:46.637Z Checking libc v0.2.185
43892026-05-07T00:45:46.640Z Checking serde v1.0.228
43902026-05-07T00:45:46.724Z Checking zerofrom v0.1.6
43912026-05-07T00:45:46.729Z Checking bitflags v2.11.0
43922026-05-07T00:45:46.735Z Checking smallvec v1.15.1
43932026-05-07T00:45:46.741Z Checking indexmap v2.14.0
43942026-05-07T00:45:46.750Z Checking serde_json v1.0.149
43952026-05-07T00:45:46.755Z Checking num-traits v0.2.19
43962026-05-07T00:45:46.824Z Checking yoke v0.8.1
43972026-05-07T00:45:46.871Z Checking scroll v0.12.0
43982026-05-07T00:45:46.902Z Checking thiserror v1.0.69
43992026-05-07T00:45:46.993Z Checking zerovec v0.11.5
44002026-05-07T00:45:47.004Z Checking zerotrie v0.2.3
44012026-05-07T00:45:47.007Z Checking errno v0.3.14
44022026-05-07T00:45:47.088Z Checking percent-encoding v2.3.2
44032026-05-07T00:45:47.101Z Checking serde_spanned v0.6.9
44042026-05-07T00:45:47.123Z Checking rustix v1.1.3
44052026-05-07T00:45:47.219Z Checking toml_datetime v0.6.11
44062026-05-07T00:45:47.229Z Checking log v0.4.29
44072026-05-07T00:45:47.239Z Checking zerocopy v0.7.35
44082026-05-07T00:45:47.259Z Checking form_urlencoded v1.2.2
44092026-05-07T00:45:47.270Z Checking ordered-float v2.10.1
44102026-05-07T00:45:47.356Z Checking getrandom v0.4.1
44112026-05-07T00:45:47.377Z Checking goblin v0.8.2
44122026-05-07T00:45:47.393Z Checking toml_edit v0.22.27
44132026-05-07T00:45:47.393Z Checking thiserror v2.0.18
44142026-05-07T00:45:47.419Z Checking tinystr v0.8.2
44152026-05-07T00:45:47.487Z Checking potential_utf v0.1.4
44162026-05-07T00:45:47.490Z Checking serde-value v0.7.0
44172026-05-07T00:45:47.490Z Checking syn v2.0.117
44182026-05-07T00:45:47.596Z Checking icu_locale_core v2.1.1
44192026-05-07T00:45:47.616Z Checking icu_collections v2.1.1
44202026-05-07T00:45:47.701Z Checking dtrace-parser v0.2.0
44212026-05-07T00:45:47.722Z Checking thread-id v4.2.2
44222026-05-07T00:45:47.801Z Checking once_cell v1.21.3
44232026-05-07T00:45:47.929Z Checking terminal_size v0.4.3
44242026-05-07T00:45:47.942Z Checking cargo-platform v0.2.0
44252026-05-07T00:45:47.945Z Checking memmap v0.7.0
44262026-05-07T00:45:47.975Z Checking tempfile v3.25.0
44272026-05-07T00:45:48.042Z Checking clap_builder v4.5.60
44282026-05-07T00:45:48.073Z Checking textwrap v0.16.2
44292026-05-07T00:45:48.108Z Checking fs-err v3.3.0
44302026-05-07T00:45:48.146Z Checking icu_provider v2.1.1
44312026-05-07T00:45:48.165Z Checking camino-tempfile v1.4.1
44322026-05-07T00:45:48.279Z Checking anyhow v1.0.102
44332026-05-07T00:45:48.279Z Checking tabled v0.15.0
44342026-05-07T00:45:48.319Z Checking macaddr v1.0.1
44352026-05-07T00:45:48.379Z Checking icu_normalizer v2.1.1
44362026-05-07T00:45:48.480Z Checking icu_properties v2.1.2
44372026-05-07T00:45:48.491Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44382026-05-07T00:45:48.494Z Checking toml v0.8.23
44392026-05-07T00:45:48.806Z Checking cargo_toml v0.21.0
44402026-05-07T00:45:49.229Z Checking dof v0.3.0
44412026-05-07T00:45:49.245Z Checking clap v4.5.60
44422026-05-07T00:45:49.266Z Checking idna_adapter v1.2.1
44432026-05-07T00:45:49.375Z Checking idna v1.1.0
44442026-05-07T00:45:49.489Z Checking usdt-impl v0.5.0
44452026-05-07T00:45:49.598Z Checking url v2.5.8
44462026-05-07T00:45:49.733Z Checking usdt v0.5.0
44472026-05-07T00:45:49.932Z Checking cargo-util-schemas v0.8.2
44482026-05-07T00:45:50.607Z Checking cargo_metadata v0.21.0
44492026-05-07T00:45:51.204Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44502026-05-07T00:45:51.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44512026-05-07T00:45:51.736Z
44522026-05-07T00:45:51.736Zinfo: running `cargo check --bins` on dnsadm (258/274)
44532026-05-07T00:45:52.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-07T00:45:52.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-07T00:45:52.364Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44562026-05-07T00:45:52.843Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44572026-05-07T00:45:53.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44582026-05-07T00:45:53.429Z
44592026-05-07T00:45:53.429Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44602026-05-07T00:45:53.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-05-07T00:45:53.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-05-07T00:45:54.213Z Checking polyval v0.6.2
44632026-05-07T00:45:54.340Z Checking ctr v0.9.2
44642026-05-07T00:45:54.350Z Checking ssh-encoding v0.2.0
44652026-05-07T00:45:54.350Z Checking blowfish v0.9.1
44662026-05-07T00:45:54.371Z Checking password-hash v0.4.2
44672026-05-07T00:45:54.386Z Checking p256 v0.13.2
44682026-05-07T00:45:54.389Z Checking p521 v0.13.3
44692026-05-07T00:45:54.413Z Checking russh-cryptovec v0.7.3
44702026-05-07T00:45:54.477Z Checking ghash v0.5.1
44712026-05-07T00:45:54.491Z Checking md5 v0.7.0
44722026-05-07T00:45:54.504Z Checking bcrypt-pbkdf v0.10.0
44732026-05-07T00:45:54.521Z Checking num-bigint v0.4.6
44742026-05-07T00:45:54.538Z Checking des v0.8.1
44752026-05-07T00:45:54.586Z Checking pbkdf2 v0.11.0
44762026-05-07T00:45:54.604Z Checking aes-gcm v0.10.3
44772026-05-07T00:45:54.622Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44782026-05-07T00:45:54.652Z Checking hex-literal v0.4.1
44792026-05-07T00:45:54.667Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44802026-05-07T00:45:54.714Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44812026-05-07T00:45:54.744Z Checking socket2 v0.5.10
44822026-05-07T00:45:54.747Z Checking internet-checksum v0.2.1
44832026-05-07T00:45:54.771Z Checking ssh-cipher v0.2.0
44842026-05-07T00:45:54.934Z Checking ssh-key v0.6.7
44852026-05-07T00:45:55.002Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44862026-05-07T00:45:55.555Z Checking russh-keys v0.45.0
44872026-05-07T00:45:56.101Z Checking russh v0.45.0
44882026-05-07T00:46:10.846Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44892026-05-07T00:46:12.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s
44902026-05-07T00:46:12.273Z
44912026-05-07T00:46:12.273Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44922026-05-07T00:46:12.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-05-07T00:46:12.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-05-07T00:46:12.911Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44952026-05-07T00:46:13.020Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44962026-05-07T00:46:13.027Z Checking termios v0.3.3
44972026-05-07T00:46:14.224Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44982026-05-07T00:46:14.370Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44992026-05-07T00:46:16.133Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45002026-05-07T00:46:16.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
45012026-05-07T00:46:16.874Z
45022026-05-07T00:46:16.874Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45032026-05-07T00:46:17.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-07T00:46:17.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-07T00:46:17.577Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45062026-05-07T00:46:17.693Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45072026-05-07T00:46:17.702Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45082026-05-07T00:46:17.705Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45092026-05-07T00:46:17.719Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45102026-05-07T00:46:17.719Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45112026-05-07T00:46:18.434Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45122026-05-07T00:46:18.794Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45132026-05-07T00:46:18.798Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45142026-05-07T00:46:19.425Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45152026-05-07T00:46:21.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45162026-05-07T00:46:21.269Z
45172026-05-07T00:46:21.270Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45182026-05-07T00:46:21.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-05-07T00:46:21.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-05-07T00:46:21.899Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45212026-05-07T00:46:22.348Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45222026-05-07T00:46:22.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45232026-05-07T00:46:22.863Z
45242026-05-07T00:46:22.863Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45252026-05-07T00:46:23.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-07T00:46:23.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-07T00:46:23.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45282026-05-07T00:46:23.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45292026-05-07T00:46:23.451Z
45302026-05-07T00:46:23.451Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45312026-05-07T00:46:23.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-07T00:46:23.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-07T00:46:23.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-07T00:46:23.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-07T00:46:24.037Z
45362026-05-07T00:46:24.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45372026-05-07T00:46:24.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-07T00:46:24.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-07T00:46:24.786Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45402026-05-07T00:46:25.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45412026-05-07T00:46:25.584Z
45422026-05-07T00:46:25.584Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45432026-05-07T00:46:26.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-07T00:46:26.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-07T00:46:26.231Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45462026-05-07T00:46:26.234Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45472026-05-07T00:46:26.479Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45482026-05-07T00:46:26.479Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45492026-05-07T00:46:27.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45502026-05-07T00:46:27.453Z
45512026-05-07T00:46:27.453Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45522026-05-07T00:46:27.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-07T00:46:27.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-07T00:46:27.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-05-07T00:46:27.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45562026-05-07T00:46:28.036Z
45572026-05-07T00:46:28.036Zinfo: running `cargo check --bins` on omicron-package (268/274)
45582026-05-07T00:46:28.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-07T00:46:28.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-07T00:46:28.712Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45612026-05-07T00:46:29.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45622026-05-07T00:46:29.966Z
45632026-05-07T00:46:29.966Zinfo: running `cargo check --bins` on tqdb (269/274)
45642026-05-07T00:46:30.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-07T00:46:30.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-07T00:46:30.739Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45672026-05-07T00:46:31.093Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45682026-05-07T00:46:31.603Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45692026-05-07T00:46:31.612Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45702026-05-07T00:46:38.307Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45712026-05-07T00:46:38.330Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45722026-05-07T00:46:38.330Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45732026-05-07T00:46:38.330Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45742026-05-07T00:46:38.330Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45752026-05-07T00:46:38.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45762026-05-07T00:46:38.629Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45772026-05-07T00:46:39.609Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45782026-05-07T00:46:40.380Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45792026-05-07T00:46:40.986Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45802026-05-07T00:46:44.954Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45812026-05-07T00:46:51.238Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45822026-05-07T00:46:51.238Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45832026-05-07T00:46:51.244Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45842026-05-07T00:46:51.244Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45852026-05-07T00:46:52.709Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45862026-05-07T00:46:55.115Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45872026-05-07T00:46:55.126Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45882026-05-07T00:46:55.947Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45892026-05-07T00:46:56.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.52s
45902026-05-07T00:46:56.733Z
45912026-05-07T00:46:56.734Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45922026-05-07T00:46:57.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-07T00:46:57.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-07T00:46:57.418Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45952026-05-07T00:46:57.418Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45962026-05-07T00:46:57.418Z Checking rtoolbox v0.0.3
45972026-05-07T00:46:57.549Z Checking tui-tree-widget v0.23.1
45982026-05-07T00:46:57.642Z Checking rpassword v7.4.0
45992026-05-07T00:46:58.655Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46002026-05-07T00:47:01.584Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46012026-05-07T00:47:03.423Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46022026-05-07T00:47:04.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
46032026-05-07T00:47:04.511Z
46042026-05-07T00:47:04.511Zinfo: running `cargo check --bins` on wicket (271/274)
46052026-05-07T00:47:05.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-07T00:47:05.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-07T00:47:05.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46082026-05-07T00:47:05.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46092026-05-07T00:47:05.763Z
46102026-05-07T00:47:05.763Zinfo: running `cargo check --bins` on wicketd (272/274)
46112026-05-07T00:47:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-07T00:47:06.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-07T00:47:06.479Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46142026-05-07T00:47:06.487Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46152026-05-07T00:47:06.487Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46162026-05-07T00:47:06.487Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46172026-05-07T00:47:07.462Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46182026-05-07T00:47:08.033Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46192026-05-07T00:47:10.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
46202026-05-07T00:47:11.133Z
46212026-05-07T00:47:11.133Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46222026-05-07T00:47:11.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-07T00:47:11.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-07T00:47:11.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46252026-05-07T00:47:11.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46262026-05-07T00:47:11.715Z
46272026-05-07T00:47:11.715Zinfo: running `cargo check --bins` on zone-setup (274/274)
46282026-05-07T00:47:12.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-07T00:47:12.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-07T00:47:12.379Z Checking uzers v0.12.2
46312026-05-07T00:47:12.639Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46322026-05-07T00:47:13.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46332026-05-07T00:47:13.598Z
46342026-05-07T00:47:13.598Zreal 14:01.698947729
46352026-05-07T00:47:13.598Zuser 20:26.147411085
46362026-05-07T00:47:13.598Zsys 4:11.889885726
46372026-05-07T00:47:13.598Ztrap 0.319621899
46382026-05-07T00:47:13.598Ztflt 0.745812345
46392026-05-07T00:47:13.598Zdflt 1.149768499
46402026-05-07T00:47:13.598Zkflt 0.004518265
46412026-05-07T00:47:13.598Zlock 1:15:57.954031732
46422026-05-07T00:47:13.598Zslp 1:37:30.348085708
46432026-05-07T00:47:13.598Zlat 59.220673418
46442026-05-07T00:47:13.598Zstop 3:38.731360089
46452026-05-07T00:47:13.608Zprocess exited: duration 975621 ms, exit code 0
 
46462026-05-07T00:47:13.621Zfound 0 output files