01KS3571JCNYR35MBZSCW7QQ50: 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: 01KS357JAKTKRHW9NE8WHQH1D4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T17:00:04.220Zjob assigned to worker 01KS357QESR1DQDDZVR8NGHYXA [factory aws, i-09b0c03c2d7f0355b] (queued for 47 s)
 
22026-05-20T17:00:11.059Zstarting task 0: "setup"
32026-05-20T17:00:11.064Z++ uname -s
42026-05-20T17:00:11.067Z+ kern=SunOS
52026-05-20T17:00:11.067Z+ build_user=build
62026-05-20T17:00:11.067Z+ build_uid=12345
72026-05-20T17:00:11.067Z+ work_dir=/work
82026-05-20T17:00:11.067Z+ input_dir=/input
92026-05-20T17:00:11.067Z+ [[ 0 == 12345 ]]
102026-05-20T17:00:11.067Z+ case "$kern" in
112026-05-20T17:00:11.067Z+ groupadd -g 12345 build
122026-05-20T17:00:11.075Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T17:00:13.082Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T17:00:13.148Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T17:00:13.151Z+ home_fs=zfs
162026-05-20T17:00:13.151Z+ [[ zfs == autofs ]]
172026-05-20T17:00:13.151Z+ mkdir -p /home/build
182026-05-20T17:00:13.151Z+ chown build:build /home/build /work
192026-05-20T17:00:15.152Z+ chmod 0700 /home/build /work
202026-05-20T17:00:15.156Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-20T17:00:15.163Zstarting task 1: "rust-toolchain"
222026-05-20T17:00:15.166Z * rust toolchain channel = "1.94.0"
232026-05-20T17:00:15.166Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-20T17:00:15.166Z * rust toolchain profile = "default"
252026-05-20T17:00:15.167Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T17:00:15.167Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T17:00:15.167Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T17:00:15.170Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T17:00:15.170Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T17:00:15.249Zinfo: downloading installer
312026-05-20T17:00:16.589Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T17:00:16.590Zwarn: /home/build/.rustup/settings.toml
332026-05-20T17:00:16.590Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T17:00:16.590Zwarn: instead of the one inferred from the default host triple.
352026-05-20T17:00:16.601Zinfo: profile set to default
362026-05-20T17:00:16.601Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T17:00:16.604Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T17:00:16.743Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T17:00:16.746Zinfo: downloading 6 components
402026-05-20T17:00:30.838Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T17:00:30.838Z
422026-05-20T17:00:30.874Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T17:00:30.874Z
442026-05-20T17:00:30.874Z
452026-05-20T17:00:30.874ZRust is installed now. Great!
462026-05-20T17:00:30.874Z
472026-05-20T17:00:30.874ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T17:00:30.874Zenvironment variable. This has not been done automatically.
492026-05-20T17:00:30.874Z
502026-05-20T17:00:30.874ZTo configure your current shell, you need to source
512026-05-20T17:00:30.874Zthe corresponding env file under $HOME/.cargo.
522026-05-20T17:00:30.874Z
532026-05-20T17:00:30.874ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T17:00:30.877Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T17:00:30.878Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T17:00:30.878Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T17:00:30.878Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T17:00:30.878Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T17:00:30.878Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T17:00:30.878Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T17:00:30.878Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T17:00:30.963Z+ rustup --version
632026-05-20T17:00:30.971Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T17:00:30.974Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T17:00:30.993Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T17:00:30.996Z+ cargo --version
672026-05-20T17:00:31.009Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T17:00:31.014Z+ rustc --version
692026-05-20T17:00:31.031Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T17:00:31.034Zprocess exited: duration 15871 ms, exit code 0
 
712026-05-20T17:00:31.039Zstarting task 2: "authentication"
722026-05-20T17:00:31.057Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T17:00:31.063Zstarting task 3: "clone repository"
742026-05-20T17:00:31.073Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T17:00:31.073Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T17:00:31.108ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T17:00:50.131Z+ cd /work/oxidecomputer/omicron
782026-05-20T17:00:50.131Z+ git fetch origin 0dd801bd4297f656e2592dfff909f46177a19883
792026-05-20T17:00:50.443ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T17:00:50.443Z * branch 0dd801bd4297f656e2592dfff909f46177a19883 -> FETCH_HEAD
812026-05-20T17:00:50.451Z+ [[ -n fm-open-cases ]]
822026-05-20T17:00:50.454Z++ git branch --show-current
832026-05-20T17:00:50.454Z+ current=main
842026-05-20T17:00:50.454Z+ [[ main != fm-open-cases ]]
852026-05-20T17:00:50.454Z+ git branch -f fm-open-cases 0dd801bd4297f656e2592dfff909f46177a19883
862026-05-20T17:00:50.457Z+ git checkout -f fm-open-cases
872026-05-20T17:00:50.580ZSwitched to branch 'fm-open-cases'
882026-05-20T17:00:50.585Z+ git reset --hard 0dd801bd4297f656e2592dfff909f46177a19883
892026-05-20T17:00:50.708ZHEAD is now at 0dd801bd4 [fm] Rename Input::cases() to Input::open_cases()
902026-05-20T17:00:50.712Zprocess exited: duration 19644 ms, exit code 0
 
912026-05-20T17:00:50.718Zstarting task 4: "build"
922026-05-20T17:00:50.722Z+ source .github/buildomat/ci-env.sh
932026-05-20T17:00:50.722Z++ export CARGO_TERM_COLOR=always
942026-05-20T17:00:50.723Z++ CARGO_TERM_COLOR=always
952026-05-20T17:00:50.723Z+ cargo --version
962026-05-20T17:00:50.733Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T17:00:50.736Z+ rustc --version
982026-05-20T17:00:50.756Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T17:00:50.759Z+ source ./env.sh
1002026-05-20T17:00:50.759Z++ OLD_SHELL_OPTS=ehxB
1012026-05-20T17:00:50.759Z++ set -o xtrace
1022026-05-20T17:00:50.762Z++++ dirname ./env.sh
1032026-05-20T17:00:50.762Z+++ readlink -f .
1042026-05-20T17:00:50.766Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-20T17:00:50.766Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-20T17:00:50.766Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-20T17:00:50.766Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-20T17:00:50.766Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-20T17:00:50.766Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-20T17:00:50.766Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-20T17:00:50.766Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-20T17:00:50.766Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-20T17:00:50.766Z++ case $OLD_SHELL_OPTS in
1142026-05-20T17:00:50.766Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-20T17:00:50.766Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-20T17:00:50.766Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-20T17:00:50.766Z+ banner prerequisites
1182026-05-20T17:00:50.770Z
1192026-05-20T17:00:50.770Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-20T17:00:50.770Z # # # # # # # # # # # # # # #
1212026-05-20T17:00:50.770Z # # # # ##### # # ##### # # # # # #### #
1222026-05-20T17:00:50.770Z ##### ##### # ##### # # # # # # # # #
1232026-05-20T17:00:50.770Z # # # # # # # # # # # # # # #
1242026-05-20T17:00:50.770Z # # # ###### # # ###### ### # #### # #### #
1252026-05-20T17:00:50.770Z
1262026-05-20T17:00:50.770Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-20T17:00:52.169Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-20T17:00:52.226Z Startup: Caching catalogs ... Done
1292026-05-20T17:00:52.430ZPlanning: Solver setup ... Done (0.172s)
1302026-05-20T17:00:52.446ZPlanning: Running solver ... Done (0.017s)
1312026-05-20T17:00:52.451ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-20T17:00:52.462ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-20T17:00:52.485ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-20T17:00:52.498ZPlanning: Package planning ... Done (0.013s)
1352026-05-20T17:00:52.500ZPlanning: Merging actions ... Done (0.001s)
1362026-05-20T17:00:52.684ZPlanning: Checking for conflicting actions ... Done (0.185s)
1372026-05-20T17:00:52.692ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-20T17:00:53.499ZPlanning: Evaluating mediators ... Done (0.813s)
1392026-05-20T17:00:53.502ZPlanning: Planning completed in 1.25 seconds
1402026-05-20T17:00:53.507Z Packages to install: 2
1412026-05-20T17:00:53.510Z Estimated space available: 156.10 GB
1422026-05-20T17:00:53.510ZEstimated space to be consumed: 19.75 MB
1432026-05-20T17:00:53.510Z Create boot environment: No
1442026-05-20T17:00:53.510ZCreate backup boot environment: No
1452026-05-20T17:00:53.510Z Rebuild boot archive: No
1462026-05-20T17:00:53.510Z
1472026-05-20T17:00:53.510ZChanged packages:
1482026-05-20T17:00:53.510Zhelios
1492026-05-20T17:00:53.510Z developer/build-essential
1502026-05-20T17:00:53.510Z None -> 11-3.0
1512026-05-20T17:00:53.510Z library/libxmlsec1
1522026-05-20T17:00:53.510Z None -> 1.2.35-3.0
1532026-05-20T17:00:53.532Z
1542026-05-20T17:00:53.532ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-20T17:00:54.022ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-20T17:00:54.162Z Actions: 1/268 actions (Installing new actions)
1572026-05-20T17:00:54.197Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-20T17:00:54.204ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-20T17:00:54.206ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-20T17:00:54.220ZFinalize: Updating image state ... Done (0.016s)
1612026-05-20T17:00:56.613ZFinalize: Creating fast lookup database ... Done (2.372s)
1622026-05-20T17:00:56.680ZFinalize: Reading search index ... Done (0.012s)
1632026-05-20T17:00:56.682ZFinalize: Updating search index ... Done (0.000s)
1642026-05-20T17:00:56.764ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-20T17:00:57.055ZPlanning: Evaluating mediator changes ... Done
1662026-05-20T17:00:57.159ZPlanning: Checking for conflicting actions ... Done
1672026-05-20T17:00:57.162ZPlanning: Consolidating action changes ... Done
1682026-05-20T17:00:57.317ZPlanning: Evaluating mediators ... Done
1692026-05-20T17:00:57.320ZPlanning: Planning completed in 0.26 seconds
1702026-05-20T17:00:57.341Z Mediators to change: 2
1712026-05-20T17:00:57.341Z Create boot environment: No
1722026-05-20T17:00:57.341ZCreate backup boot environment: No
1732026-05-20T17:00:57.410ZFinalize: Updating package state database ... Done
1742026-05-20T17:00:57.410ZFinalize: Updating package cache ... Done
1752026-05-20T17:00:57.417ZFinalize: Updating image state ... Done
1762026-05-20T17:00:59.353ZFinalize: Creating fast lookup database ... Done
1772026-05-20T17:00:59.416ZFinalize: Reading search index ... Done
1782026-05-20T17:00:59.416ZFinalize: Updating search index ... Done
1792026-05-20T17:00:59.506ZFinalize: Updating package cache ... Done
1802026-05-20T17:00:59.791ZPlanning: Evaluating mediator changes ... Done
1812026-05-20T17:00:59.898ZPlanning: Checking for conflicting actions ... Done
1822026-05-20T17:00:59.902ZPlanning: Consolidating action changes ... Done
1832026-05-20T17:01:00.054ZPlanning: Evaluating mediators ... Done
1842026-05-20T17:01:00.057ZPlanning: Planning completed in 0.26 seconds
1852026-05-20T17:01:00.078Z Mediators to change: 1
1862026-05-20T17:01:00.078Z Create boot environment: No
1872026-05-20T17:01:00.078ZCreate backup boot environment: No
1882026-05-20T17:01:00.147ZFinalize: Updating package state database ... Done
1892026-05-20T17:01:00.147ZFinalize: Updating package cache ... Done
1902026-05-20T17:01:00.155ZFinalize: Updating image state ... Done
1912026-05-20T17:01:02.092ZFinalize: Creating fast lookup database ... Done
1922026-05-20T17:01:02.156ZFinalize: Reading search index ... Done
1932026-05-20T17:01:02.156ZFinalize: Updating search index ... Done
1942026-05-20T17:01:02.238ZFinalize: Updating package cache ... Done
1952026-05-20T17:01:02.550ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-20T17:01:02.551Zapache system 2.4 system
1972026-05-20T17:01:02.551Zclang system 15 system
1982026-05-20T17:01:02.551Zcsh system system illumos
1992026-05-20T17:01:02.551Zctags system system illumos
2002026-05-20T17:01:02.551Zfile vendor vendor darwinsys
2012026-05-20T17:01:02.551Zfile system system illumos
2022026-05-20T17:01:02.551Zgcc vendor 14 vendor
2032026-05-20T17:01:02.551Zgcc system 13 system
2042026-05-20T17:01:02.551Zgcc system 10 system
2052026-05-20T17:01:02.551Zgo system 1.25 system
2062026-05-20T17:01:02.551Zllvm system 15 system
2072026-05-20T17:01:02.551Zmariadb system 11.4 system
2082026-05-20T17:01:02.551Zmta vendor vendor dma
2092026-05-20T17:01:02.551Zopenjdk system 17 system
2102026-05-20T17:01:02.551Zopenjdk system 11 system
2112026-05-20T17:01:02.551Zopenssl vendor 3 vendor
2122026-05-20T17:01:02.551Zperl system 5.40 system
2132026-05-20T17:01:02.551Zpostgresql system 18 system
2142026-05-20T17:01:02.551Zpostgresql system 17 system
2152026-05-20T17:01:02.551Zpython vendor 3 vendor
2162026-05-20T17:01:02.551Zpython system 2 system
2172026-05-20T17:01:02.551Zpython3 vendor 3.13 vendor
2182026-05-20T17:01:02.551Zruby system 3.4 system
2192026-05-20T17:01:02.551Zruby system 3.0 system
2202026-05-20T17:01:02.551Zwords vendor vendor american-english
2212026-05-20T17:01:02.551Zwords system system australian-english
2222026-05-20T17:01:02.551Zwords system system british-english
2232026-05-20T17:01:02.552Zwords system system canadian-english
2242026-05-20T17:01:02.552Zwords system system french
2252026-05-20T17:01:02.552Zwords system system italian
2262026-05-20T17:01:02.552Zwords system system ngerman
2272026-05-20T17:01:02.552Zwords system system ogerman
2282026-05-20T17:01:02.552Zwords system system spanish
2292026-05-20T17:01:02.809ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-20T17:01:02.809Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-20T17:01:03.080ZFMRI IFO
2322026-05-20T17:01:03.080Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-20T17:01:03.080Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-20T17:01:03.080Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-20T17:01:03.080Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-20T17:01:03.080Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-20T17:01:03.080Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-20T17:01:03.080Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-20T17:01:03.080Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-20T17:01:03.080Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-20T17:01:03.322Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-20T17:01:03.583Z Updating crates.io index
2432026-05-20T17:01:03.586Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-20T17:01:03.855Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-20T17:01:04.706Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-20T17:01:05.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-20T17:01:06.271Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-20T17:01:06.874Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-20T17:01:08.199Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-20T17:01:09.049Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-20T17:01:09.483Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-20T17:01:10.339Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-20T17:01:10.713Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-20T17:01:11.152Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-20T17:01:11.564Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-20T17:01:12.476Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-20T17:01:12.938Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-20T17:01:13.212Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-20T17:01:13.538Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-20T17:01:13.915Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-20T17:01:14.307Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-20T17:01:14.768Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-20T17:01:15.027Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-20T17:01:15.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-20T17:01:15.739Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-20T17:01:16.127Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-20T17:01:16.711Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-20T17:01:16.976Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-20T17:01:17.523Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-20T17:01:17.873Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-20T17:01:19.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-20T17:01:19.876Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-20T17:01:21.321Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-20T17:01:21.323Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-20T17:01:21.323Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-20T17:01:21.405Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-20T17:01:22.011Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-20T17:01:22.246Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-20T17:01:22.532Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-20T17:01:22.910Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-20T17:01:23.312Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-20T17:01:35.058Z Downloading crates ...
2832026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2842026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2852026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2862026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2872026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2882026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2892026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2902026-05-20T17:01:35.097Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2912026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2922026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2932026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2942026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2952026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2962026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2972026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2982026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2992026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3002026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3012026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3022026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3032026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3042026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3052026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3062026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3072026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3082026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3092026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3102026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3112026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3122026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3132026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3142026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3152026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3162026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3172026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3182026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3192026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3202026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3212026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3222026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3232026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3242026-05-20T17:01:35.102Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3252026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3262026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3272026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3282026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3292026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3302026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3312026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3322026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3332026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3342026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3352026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3362026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3372026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3382026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3392026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3402026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3412026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3422026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3432026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3442026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3452026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3462026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3472026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3482026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3492026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3502026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3512026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3522026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3532026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3542026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3552026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
3562026-05-20T17:01:35.103Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer (Send failure: Broken pipe)
3572026-05-20T17:01:35.132Z Downloaded serde_derive v1.0.228
3582026-05-20T17:01:35.135Z Downloaded smallvec v1.15.1
3592026-05-20T17:01:35.138Z Downloaded stable_deref_trait v1.2.1
3602026-05-20T17:01:35.141Z Downloaded sha2 v0.10.9
3612026-05-20T17:01:35.144Z Downloaded smawk v0.3.2
3622026-05-20T17:01:35.147Z Downloaded serde_tokenstream v0.2.3
3632026-05-20T17:01:35.153Z Downloaded strsim v0.11.1
3642026-05-20T17:01:35.155Z Downloaded usdt v0.5.0
3652026-05-20T17:01:35.156Z Downloaded serde_spanned v0.6.9
3662026-05-20T17:01:35.159Z Downloaded serde-value v0.7.0
3672026-05-20T17:01:35.162Z Downloaded textwrap v0.16.2
3682026-05-20T17:01:35.162Z Downloaded serde_core v1.0.228
3692026-05-20T17:01:35.167Z Downloaded usdt-attr-macro v0.5.0
3702026-05-20T17:01:35.169Z Downloaded utf8_iter v1.0.4
3712026-05-20T17:01:35.170Z Downloaded typeid v1.0.3
3722026-05-20T17:01:35.170Z Downloaded swrite v0.1.0
3732026-05-20T17:01:35.170Z Downloaded unicode-linebreak v0.1.5
3742026-05-20T17:01:35.173Z Downloaded thread-id v4.2.2
3752026-05-20T17:01:35.176Z Downloaded thiserror-impl v2.0.18
3762026-05-20T17:01:35.176Z Downloaded serde-untagged v0.1.9
3772026-05-20T17:01:35.180Z Downloaded toml_write v0.1.2
3782026-05-20T17:01:35.183Z Downloaded zerofrom v0.1.6
3792026-05-20T17:01:35.183Z Downloaded terminal_size v0.4.3
3802026-05-20T17:01:35.183Z Downloaded tabled_derive v0.7.0
3812026-05-20T17:01:35.183Z Downloaded yoke v0.8.1
3822026-05-20T17:01:35.190Z Downloaded tinystr v0.8.2
3832026-05-20T17:01:35.193Z Downloaded tempfile v3.25.0
3842026-05-20T17:01:35.193Z Downloaded synstructure v0.13.2
3852026-05-20T17:01:35.201Z Downloaded quote v1.0.45
3862026-05-20T17:01:35.205Z Downloaded semver v1.0.28
3872026-05-20T17:01:35.209Z Downloaded zerofrom-derive v0.1.6
3882026-05-20T17:01:35.209Z Downloaded yoke-derive v0.8.1
3892026-05-20T17:01:35.209Z Downloaded usdt-macro v0.5.0
3902026-05-20T17:01:35.209Z Downloaded unicode-xid v0.2.6
3912026-05-20T17:01:35.212Z Downloaded scroll_derive v0.12.1
3922026-05-20T17:01:35.212Z Downloaded utf8parse v0.2.2
3932026-05-20T17:01:35.215Z Downloaded version_check v0.9.5
3942026-05-20T17:01:35.218Z Downloaded zerovec-derive v0.11.2
3952026-05-20T17:01:35.218Z Downloaded usdt-impl v0.5.0
3962026-05-20T17:01:35.226Z Downloaded thiserror-impl v1.0.69
3972026-05-20T17:01:35.230Z Downloaded toml_datetime v0.6.11
3982026-05-20T17:01:35.233Z Downloaded thiserror v2.0.18
3992026-05-20T17:01:35.236Z Downloaded writeable v0.6.2
4002026-05-20T17:01:35.239Z Downloaded thiserror v1.0.69
4012026-05-20T17:01:35.242Z Downloaded scroll v0.12.0
4022026-05-20T17:01:35.247Z Downloaded zerocopy-derive v0.7.35
4032026-05-20T17:01:35.250Z Downloaded toml v0.8.23
4042026-05-20T17:01:35.253Z Downloaded zmij v1.0.21
4052026-05-20T17:01:35.271Z Downloaded unicode-ident v1.0.24
4062026-05-20T17:01:35.273Z Downloaded toml_edit v0.22.27
4072026-05-20T17:01:35.276Z Downloaded ucd-trie v0.1.7
4082026-05-20T17:01:35.276Z Downloaded typenum v1.19.0
4092026-05-20T17:01:35.282Z Downloaded zerotrie v0.2.3
4102026-05-20T17:01:35.297Z Downloaded serde v1.0.228
4112026-05-20T17:01:35.303Z Downloaded url v2.5.8
4122026-05-20T17:01:35.306Z Downloaded zerovec v0.11.5
4132026-05-20T17:01:35.311Z Downloaded serde_json v1.0.149
4142026-05-20T17:01:35.333Z Downloaded winnow v0.7.14
4152026-05-20T17:01:35.339Z Downloaded zerocopy v0.7.35
4162026-05-20T17:01:35.355Z Downloaded syn v2.0.117
4172026-05-20T17:01:35.361Z Downloaded syn v1.0.109
4182026-05-20T17:01:35.367Z Downloaded unicode-width v0.2.0
4192026-05-20T17:01:35.370Z Downloaded tabled v0.15.0
4202026-05-20T17:01:35.378Z Downloaded unicode-width v0.1.14
4212026-05-20T17:01:35.381Z Downloaded rustix v1.1.3
4222026-05-20T17:01:35.625Z Downloaded goblin v0.8.2
4232026-05-20T17:01:35.661Z Downloaded dof v0.3.0
4242026-05-20T17:01:35.683Z Downloaded form_urlencoded v1.2.2
4252026-05-20T17:01:35.687Z Downloaded memchr v2.8.0
4262026-05-20T17:01:35.695Z Downloaded clap_lex v1.0.0
4272026-05-20T17:01:35.698Z Downloaded crypto-common v0.1.7
4282026-05-20T17:01:35.698Z Downloaded itoa v1.0.17
4292026-05-20T17:01:35.703Z Downloaded potential_utf v0.1.4
4302026-05-20T17:01:35.752Z Downloaded idna v1.1.0
4312026-05-20T17:01:35.760Z Downloaded libc v0.2.185
4322026-05-20T17:01:35.784Z Downloaded erased-serde v0.4.9
4332026-05-20T17:01:35.787Z Downloaded litemap v0.8.1
4342026-05-20T17:01:35.823Z Downloaded cargo_metadata v0.21.0
4352026-05-20T17:01:35.836Z Downloaded proc-macro-error v1.0.4
4362026-05-20T17:01:35.841Z Downloaded fs-err v3.3.0
4372026-05-20T17:01:35.854Z Downloaded memmap v0.7.0
4382026-05-20T17:01:35.869Z Downloaded icu_collections v2.1.1
4392026-05-20T17:01:35.902Z Downloaded clap_builder v4.5.60
4402026-05-20T17:01:35.917Z Downloaded anstyle v1.0.13
4412026-05-20T17:01:35.921Z Downloaded digest v0.10.7
4422026-05-20T17:01:35.921Z Downloaded indexmap v2.14.0
4432026-05-20T17:01:35.932Z Downloaded anyhow v1.0.102
4442026-05-20T17:01:35.948Z Downloaded camino-tempfile v1.4.1
4452026-05-20T17:01:35.986Z Downloaded clap v4.5.60
4462026-05-20T17:01:36.008Z Downloaded log v0.4.29
4472026-05-20T17:01:36.014Z Downloaded bitflags v2.11.0
4482026-05-20T17:01:36.037Z Downloaded dtrace-parser v0.2.0
4492026-05-20T17:01:36.054Z Downloaded anstyle-parse v0.2.7
4502026-05-20T17:01:36.057Z Downloaded colorchoice v1.0.4
4512026-05-20T17:01:36.069Z Downloaded cargo-platform v0.2.0
4522026-05-20T17:01:36.078Z Downloaded hashbrown v0.17.0
4532026-05-20T17:01:36.087Z Downloaded percent-encoding v2.3.2
4542026-05-20T17:01:36.102Z Downloaded getrandom v0.4.1
4552026-05-20T17:01:36.383Z Downloaded bytecount v0.6.9
4562026-05-20T17:01:36.411Z Downloaded idna_adapter v1.2.1
4572026-05-20T17:01:36.417Z Downloaded ordered-float v2.10.1
4582026-05-20T17:01:36.421Z Downloaded block-buffer v0.10.4
4592026-05-20T17:01:36.421Z Downloaded fastrand v2.3.0
4602026-05-20T17:01:36.424Z Downloaded byteorder v1.5.0
4612026-05-20T17:01:36.428Z Downloaded pest_generator v2.8.6
4622026-05-20T17:01:36.432Z Downloaded clap_derive v4.5.55
4632026-05-20T17:01:36.435Z Downloaded papergrid v0.11.0
4642026-05-20T17:01:36.435Z Downloaded icu_normalizer_data v2.1.1
4652026-05-20T17:01:36.438Z Downloaded icu_normalizer v2.1.1
4662026-05-20T17:01:36.441Z Downloaded icu_properties_data v2.1.2
4672026-05-20T17:01:36.445Z Downloaded pretty-hex v0.4.1
4682026-05-20T17:01:36.445Z Downloaded icu_properties v2.1.2
4692026-05-20T17:01:36.448Z Downloaded plain v0.2.3
4702026-05-20T17:01:36.448Z Downloaded fnv v1.0.7
4712026-05-20T17:01:36.448Z Downloaded is_terminal_polyfill v1.70.2
4722026-05-20T17:01:36.451Z Downloaded generic-array v0.14.7
4732026-05-20T17:01:36.451Z Downloaded proc-macro-error-attr v1.0.4
4742026-05-20T17:01:36.454Z Downloaded equivalent v1.0.2
4752026-05-20T17:01:36.457Z Downloaded num-traits v0.2.19
4762026-05-20T17:01:36.460Z Downloaded displaydoc v0.2.5
4772026-05-20T17:01:36.460Z Downloaded autocfg v1.5.0
4782026-05-20T17:01:36.460Z Downloaded heck v0.4.1
4792026-05-20T17:01:36.464Z Downloaded icu_locale_core v2.1.1
4802026-05-20T17:01:36.467Z Downloaded icu_provider v2.1.1
4812026-05-20T17:01:36.470Z Downloaded pest_meta v2.8.6
4822026-05-20T17:01:36.488Z Downloaded proc-macro2 v1.0.106
4832026-05-20T17:01:36.518Z Downloaded anstyle-query v1.1.5
4842026-05-20T17:01:36.539Z Downloaded errno v0.3.14
4852026-05-20T17:01:36.542Z Downloaded pest_derive v2.8.6
4862026-05-20T17:01:36.545Z Downloaded anstream v0.6.21
4872026-05-20T17:01:36.545Z Downloaded cargo_toml v0.21.0
4882026-05-20T17:01:36.555Z Downloaded camino v1.2.2
4892026-05-20T17:01:36.558Z Downloaded heck v0.5.0
4902026-05-20T17:01:36.558Z Downloaded cargo-util-schemas v0.8.2
4912026-05-20T17:01:36.570Z Downloaded pest v2.8.6
4922026-05-20T17:01:36.573Z Downloaded macaddr v1.0.1
4932026-05-20T17:01:36.587Z Downloaded cpufeatures v0.2.17
4942026-05-20T17:01:36.612Z Downloaded once_cell v1.21.3
4952026-05-20T17:01:36.626Z Downloaded cfg-if v1.0.4
4962026-05-20T17:01:36.678Z Compiling proc-macro2 v1.0.106
4972026-05-20T17:01:36.678Z Compiling unicode-ident v1.0.24
4982026-05-20T17:01:36.678Z Compiling quote v1.0.45
4992026-05-20T17:01:36.678Z Compiling serde_core v1.0.228
5002026-05-20T17:01:36.681Z Compiling libc v0.2.185
5012026-05-20T17:01:36.681Z Compiling version_check v0.9.5
5022026-05-20T17:01:36.681Z Compiling serde v1.0.228
5032026-05-20T17:01:36.681Z Compiling memchr v2.8.0
5042026-05-20T17:01:37.028Z Compiling stable_deref_trait v1.2.1
5052026-05-20T17:01:37.104Z Compiling zmij v1.0.21
5062026-05-20T17:01:37.182Z Compiling thiserror v1.0.69
5072026-05-20T17:01:37.318Z Compiling ucd-trie v0.1.7
5082026-05-20T17:01:37.499Z Compiling autocfg v1.5.0
5092026-05-20T17:01:37.537Z Compiling itoa v1.0.17
5102026-05-20T17:01:37.702Z Compiling pest v2.8.6
5112026-05-20T17:01:37.719Z Compiling writeable v0.6.2
5122026-05-20T17:01:37.736Z Compiling litemap v0.8.1
5132026-05-20T17:01:37.786Z Compiling icu_properties_data v2.1.2
5142026-05-20T17:01:37.915Z Compiling rustix v1.1.3
5152026-05-20T17:01:37.976Z Compiling byteorder v1.5.0
5162026-05-20T17:01:38.210Z Compiling syn v2.0.117
5172026-05-20T17:01:38.227Z Compiling icu_normalizer_data v2.1.1
5182026-05-20T17:01:38.293Z Compiling errno v0.3.14
5192026-05-20T17:01:38.308Z Compiling serde_json v1.0.149
5202026-05-20T17:01:38.429Z Compiling bitflags v2.11.0
5212026-05-20T17:01:38.530Z Compiling num-traits v0.2.19
5222026-05-20T17:01:38.546Z Compiling hashbrown v0.17.0
5232026-05-20T17:01:38.753Z Compiling equivalent v1.0.2
5242026-05-20T17:01:38.812Z Compiling pest_meta v2.8.6
5252026-05-20T17:01:38.853Z Compiling smallvec v1.15.1
5262026-05-20T17:01:38.976Z Compiling typeid v1.0.3
5272026-05-20T17:01:39.060Z Compiling indexmap v2.14.0
5282026-05-20T17:01:39.191Z Compiling thread-id v4.2.2
5292026-05-20T17:01:39.273Z Compiling proc-macro-error-attr v1.0.4
5302026-05-20T17:01:39.290Z Compiling usdt-impl v0.5.0
5312026-05-20T17:01:39.293Z Compiling erased-serde v0.4.9
5322026-05-20T17:01:39.495Z Compiling toml_write v0.1.2
5332026-05-20T17:01:39.560Z Compiling winnow v0.7.14
5342026-05-20T17:01:39.577Z Compiling syn v1.0.109
5352026-05-20T17:01:39.862Z Compiling proc-macro-error v1.0.4
5362026-05-20T17:01:39.931Z Compiling getrandom v0.4.1
5372026-05-20T17:01:40.049Z Compiling thiserror v2.0.18
5382026-05-20T17:01:40.276Z Compiling plain v0.2.3
5392026-05-20T17:01:40.387Z Compiling utf8parse v0.2.2
5402026-05-20T17:01:40.387Z Compiling log v0.4.29
5412026-05-20T17:01:40.421Z Compiling camino v1.2.2
5422026-05-20T17:01:40.438Z Compiling percent-encoding v2.3.2
5432026-05-20T17:01:40.529Z Compiling utf8_iter v1.0.4
5442026-05-20T17:01:40.532Z Compiling anstyle-parse v0.2.7
5452026-05-20T17:01:40.634Z Compiling form_urlencoded v1.2.2
5462026-05-20T17:01:40.638Z Compiling ordered-float v2.10.1
5472026-05-20T17:01:40.764Z Compiling synstructure v0.13.2
5482026-05-20T17:01:40.782Z Compiling pest_generator v2.8.6
5492026-05-20T17:01:40.899Z Compiling terminal_size v0.4.3
5502026-05-20T17:01:41.041Z Compiling anstyle-query v1.1.5
5512026-05-20T17:01:41.155Z Compiling pretty-hex v0.4.1
5522026-05-20T17:01:41.225Z Compiling is_terminal_polyfill v1.70.2
5532026-05-20T17:01:41.244Z Compiling colorchoice v1.0.4
5542026-05-20T17:01:41.282Z Compiling cfg-if v1.0.4
5552026-05-20T17:01:41.307Z Compiling anstyle v1.0.13
5562026-05-20T17:01:41.374Z Compiling serde-untagged v0.1.9
5572026-05-20T17:01:41.424Z Compiling semver v1.0.28
5582026-05-20T17:01:41.528Z Compiling anstream v0.6.21
5592026-05-20T17:01:41.547Z Compiling fs-err v3.3.0
5602026-05-20T17:01:41.611Z Compiling anyhow v1.0.102
5612026-05-20T17:01:41.734Z Compiling fnv v1.0.7
5622026-05-20T17:01:41.751Z Compiling unicode-width v0.1.14
5632026-05-20T17:01:41.771Z Compiling heck v0.5.0
5642026-05-20T17:01:41.836Z Compiling clap_lex v1.0.0
5652026-05-20T17:01:41.839Z Compiling heck v0.4.1
5662026-05-20T17:01:42.008Z Compiling unicode-xid v0.2.6
5672026-05-20T17:01:42.024Z Compiling bytecount v0.6.9
5682026-05-20T17:01:42.067Z Compiling once_cell v1.21.3
5692026-05-20T17:01:42.084Z Compiling strsim v0.11.1
5702026-05-20T17:01:42.132Z Compiling fastrand v2.3.0
5712026-05-20T17:01:42.156Z Compiling papergrid v0.11.0
5722026-05-20T17:01:42.287Z Compiling clap_builder v4.5.60
5732026-05-20T17:01:42.362Z Compiling tempfile v3.25.0
5742026-05-20T17:01:42.481Z Compiling serde_derive v1.0.228
5752026-05-20T17:01:42.561Z Compiling zerofrom-derive v0.1.6
5762026-05-20T17:01:42.622Z Compiling yoke-derive v0.8.1
5772026-05-20T17:01:42.773Z Compiling zerovec-derive v0.11.2
5782026-05-20T17:01:42.906Z Compiling displaydoc v0.2.5
5792026-05-20T17:01:43.646Z Compiling thiserror-impl v1.0.69
5802026-05-20T17:01:43.663Z Compiling zerocopy-derive v0.7.35
5812026-05-20T17:01:43.777Z Compiling pest_derive v2.8.6
5822026-05-20T17:01:43.856Z Compiling scroll_derive v0.12.1
5832026-05-20T17:01:43.952Z Compiling zerofrom v0.1.6
5842026-05-20T17:01:44.085Z Compiling yoke v0.8.1
5852026-05-20T17:01:44.211Z Compiling thiserror-impl v2.0.18
5862026-05-20T17:01:44.288Z Compiling zerovec v0.11.5
5872026-05-20T17:01:44.512Z Compiling zerotrie v0.2.3
5882026-05-20T17:01:44.529Z Compiling zerocopy v0.7.35
5892026-05-20T17:01:44.787Z Compiling tinystr v0.8.2
5902026-05-20T17:01:44.810Z Compiling potential_utf v0.1.4
5912026-05-20T17:01:44.980Z Compiling icu_locale_core v2.1.1
5922026-05-20T17:01:44.997Z Compiling icu_collections v2.1.1
5932026-05-20T17:01:45.024Z Compiling dtrace-parser v0.2.0
5942026-05-20T17:01:45.077Z Compiling scroll v0.12.0
5952026-05-20T17:01:45.312Z Compiling goblin v0.8.2
5962026-05-20T17:01:45.350Z Compiling tabled_derive v0.7.0
5972026-05-20T17:01:45.475Z Compiling clap_derive v4.5.55
5982026-05-20T17:01:45.634Z Compiling icu_provider v2.1.1
5992026-05-20T17:01:45.758Z Compiling memmap v0.7.0
6002026-05-20T17:01:45.872Z Compiling icu_properties v2.1.2
6012026-05-20T17:01:45.909Z Compiling icu_normalizer v2.1.1
6022026-05-20T17:01:45.928Z Compiling serde_spanned v0.6.9
6032026-05-20T17:01:45.945Z Compiling toml_datetime v0.6.11
6042026-05-20T17:01:45.949Z Compiling dof v0.3.0
6052026-05-20T17:01:46.077Z Compiling serde_tokenstream v0.2.3
6062026-05-20T17:01:46.207Z Compiling toml_edit v0.22.27
6072026-05-20T17:01:46.355Z Compiling serde-value v0.7.0
6082026-05-20T17:01:46.390Z Compiling cargo-platform v0.2.0
6092026-05-20T17:01:46.441Z Compiling smawk v0.3.2
6102026-05-20T17:01:46.584Z Compiling unicode-width v0.2.0
6112026-05-20T17:01:46.663Z Compiling unicode-linebreak v0.1.5
6122026-05-20T17:01:46.711Z Compiling idna_adapter v1.2.1
6132026-05-20T17:01:46.857Z Compiling idna v1.1.0
6142026-05-20T17:01:46.875Z Compiling textwrap v0.16.2
6152026-05-20T17:01:46.878Z Compiling usdt-macro v0.5.0
6162026-05-20T17:01:46.908Z Compiling usdt-attr-macro v0.5.0
6172026-05-20T17:01:46.952Z Compiling tabled v0.15.0
6182026-05-20T17:01:47.234Z Compiling url v2.5.8
6192026-05-20T17:01:47.399Z Compiling clap v4.5.60
6202026-05-20T17:01:47.489Z Compiling macaddr v1.0.1
6212026-05-20T17:01:47.622Z Compiling camino-tempfile v1.4.1
6222026-05-20T17:01:47.717Z Compiling toml v0.8.23
6232026-05-20T17:01:48.021Z Compiling swrite v0.1.0
6242026-05-20T17:01:48.122Z Compiling cargo-util-schemas v0.8.2
6252026-05-20T17:01:48.142Z Compiling cargo_toml v0.21.0
6262026-05-20T17:01:48.284Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
6272026-05-20T17:01:48.348Z Compiling usdt v0.5.0
6282026-05-20T17:01:49.068Z Compiling cargo_metadata v0.21.0
6292026-05-20T17:01:49.954Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6302026-05-20T17:01:52.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.86s
6312026-05-20T17:01:52.262Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6322026-05-20T17:01:52.831Z Downloading crates ...
6332026-05-20T17:01:52.921Z Downloaded ascii-canvas v3.0.0
6342026-05-20T17:01:52.924Z Downloaded assert_matches v1.5.0
6352026-05-20T17:01:52.927Z Downloaded adler2 v2.0.1
6362026-05-20T17:01:52.931Z Downloaded aead v0.5.2
6372026-05-20T17:01:52.934Z Downloaded arc-swap v1.8.2
6382026-05-20T17:01:52.937Z Downloaded cipher v0.4.4
6392026-05-20T17:01:52.944Z Downloaded critical-section v1.2.0
6402026-05-20T17:01:52.947Z Downloaded darling_macro v0.20.11
6412026-05-20T17:01:52.950Z Downloaded async-recursion v1.1.1
6422026-05-20T17:01:52.954Z Downloaded bitfield-struct v0.6.2
6432026-05-20T17:01:52.957Z Downloaded bzip2 v0.6.1
6442026-05-20T17:01:52.961Z Downloaded cargo-platform v0.1.9
6452026-05-20T17:01:52.962Z Downloaded async-stream-impl v0.3.6
6462026-05-20T17:01:52.964Z Downloaded ctr v0.9.2
6472026-05-20T17:01:52.965Z Downloaded crunchy v0.2.4
6482026-05-20T17:01:52.965Z Downloaded darling v0.23.0
6492026-05-20T17:01:52.968Z Downloaded darling_macro v0.21.3
6502026-05-20T17:01:52.968Z Downloaded cstr-argument v0.1.2
6512026-05-20T17:01:52.972Z Downloaded bit-set v0.5.3
6522026-05-20T17:01:52.972Z Downloaded crucible-workspace-hack v0.1.0
6532026-05-20T17:01:52.972Z Downloaded crossbeam-deque v0.8.6
6542026-05-20T17:01:53.015Z Downloaded daft-derive v0.1.5
6552026-05-20T17:01:53.015Z Downloaded defmt v0.3.100
6562026-05-20T17:01:53.015Z Downloaded crc8 v0.1.1
6572026-05-20T17:01:53.029Z Downloaded cmake v0.1.57
6582026-05-20T17:01:53.029Z Downloaded bit-set v0.8.0
6592026-05-20T17:01:53.029Z Downloaded compression-codecs v0.4.37
6602026-05-20T17:01:53.029Z Downloaded csv-core v0.1.13
6612026-05-20T17:01:53.029Z Downloaded crossbeam-channel v0.5.15
6622026-05-20T17:01:53.029Z Downloaded chrono v0.4.44
6632026-05-20T17:01:53.029Z Downloaded env_filter v1.0.0
6642026-05-20T17:01:53.029Z Downloaded enum-as-inner v0.6.1
6652026-05-20T17:01:53.029Z Downloaded defmt v1.0.1
6662026-05-20T17:01:53.029Z Downloaded either v1.15.0
6672026-05-20T17:01:53.029Z Downloaded crc32fast v1.5.0
6682026-05-20T17:01:53.029Z Downloaded ed25519 v2.2.3
6692026-05-20T17:01:53.029Z Downloaded corncobs v0.1.4
6702026-05-20T17:01:53.029Z Downloaded clang-sys v1.8.1
6712026-05-20T17:01:53.029Z Downloaded endian-type v0.1.2
6722026-05-20T17:01:53.029Z Downloaded dropshot-api-manager-types v0.7.1
6732026-05-20T17:01:53.029Z Downloaded bit-vec v0.6.3
6742026-05-20T17:01:53.029Z Downloaded curve25519-dalek-derive v0.1.1
6752026-05-20T17:01:53.029Z Downloaded cpufeatures v0.3.0
6762026-05-20T17:01:53.029Z Downloaded bit-vec v0.8.0
6772026-05-20T17:01:53.029Z Downloaded async-stream v0.3.6
6782026-05-20T17:01:53.029Z Downloaded downcast-rs v2.0.2
6792026-05-20T17:01:53.029Z Downloaded defmt-parser v1.0.0
6802026-05-20T17:01:53.029Z Downloaded crypto-bigint v0.5.5
6812026-05-20T17:01:53.029Z Downloaded darling_macro v0.23.0
6822026-05-20T17:01:53.029Z Downloaded cancel-safe-futures v0.1.5
6832026-05-20T17:01:53.030Z Downloaded dtrace-parser v0.3.0
6842026-05-20T17:01:53.030Z Downloaded dunce v1.0.5
6852026-05-20T17:01:53.030Z Downloaded convert_case v0.10.0
6862026-05-20T17:01:53.030Z Downloaded cassowary v0.3.0
6872026-05-20T17:01:53.030Z Downloaded funty v2.0.0
6882026-05-20T17:01:53.030Z Downloaded blake2 v0.10.6
6892026-05-20T17:01:53.034Z Downloaded dirs-sys-next v0.1.2
6902026-05-20T17:01:53.034Z Downloaded backon v1.6.0
6912026-05-20T17:01:53.034Z Downloaded crc v3.4.0
6922026-05-20T17:01:53.034Z Downloaded bzip2 v0.4.4
6932026-05-20T17:01:53.034Z Downloaded cfg_aliases v0.2.1
6942026-05-20T17:01:53.034Z Downloaded bytes v1.11.1
6952026-05-20T17:01:53.034Z Downloaded data-encoding v2.10.0
6962026-05-20T17:01:53.034Z Downloaded buf-list v1.1.2
6972026-05-20T17:01:53.037Z Downloaded bb8 v0.8.6
6982026-05-20T17:01:53.037Z Downloaded atomicwrites v0.4.4
6992026-05-20T17:01:53.041Z Downloaded derive_builder_macro v0.20.2
7002026-05-20T17:01:53.041Z Downloaded bitfield v0.19.4
7012026-05-20T17:01:53.041Z Downloaded embedded-io v0.6.1
7022026-05-20T17:01:53.041Z Downloaded bcs v0.1.6
7032026-05-20T17:01:53.044Z Downloaded embedded-io v0.4.0
7042026-05-20T17:01:53.044Z Downloaded debug-ignore v1.0.5
7052026-05-20T17:01:53.044Z Downloaded foreign-types v0.3.2
7062026-05-20T17:01:53.050Z Downloaded fd-lock v4.0.4
7072026-05-20T17:01:53.050Z Downloaded dyn-clone v1.0.20
7082026-05-20T17:01:53.050Z Downloaded const_format v0.2.35
7092026-05-20T17:01:53.055Z Downloaded foldhash v0.1.5
7102026-05-20T17:01:53.055Z Downloaded base16ct v0.2.0
7112026-05-20T17:01:53.055Z Downloaded async-bb8-diesel v0.2.1
7122026-05-20T17:01:53.058Z Downloaded ff v0.13.1
7132026-05-20T17:01:53.058Z Downloaded foldhash v0.2.0
7142026-05-20T17:01:53.058Z Downloaded fallible-iterator v0.2.0
7152026-05-20T17:01:53.058Z Downloaded deranged v0.5.8
7162026-05-20T17:01:53.058Z Downloaded darling_core v0.20.11
7172026-05-20T17:01:53.061Z Downloaded difflib v0.4.0
7182026-05-20T17:01:53.065Z Downloaded cobs v0.3.0
7192026-05-20T17:01:53.065Z Downloaded diesel-dtrace v0.5.0
7202026-05-20T17:01:53.065Z Downloaded bcrypt-pbkdf v0.10.0
7212026-05-20T17:01:53.068Z Downloaded atty v0.2.14
7222026-05-20T17:01:53.068Z Downloaded defmt-macros v1.0.1
7232026-05-20T17:01:53.068Z Downloaded camino-tempfile-ext v0.3.3
7242026-05-20T17:01:53.072Z Downloaded find-msvc-tools v0.1.9
7252026-05-20T17:01:53.072Z Downloaded des v0.8.1
7262026-05-20T17:01:53.073Z Downloaded bitfield-macros v0.19.4
7272026-05-20T17:01:53.076Z Downloaded display-error-chain v0.2.2
7282026-05-20T17:01:53.076Z Downloaded async-trait v0.1.89
7292026-05-20T17:01:53.076Z Downloaded float-ord v0.3.2
7302026-05-20T17:01:53.076Z Downloaded flagset v0.4.7
7312026-05-20T17:01:53.078Z Downloaded dsl_auto_type v0.2.0
7322026-05-20T17:01:53.082Z Downloaded fixedbitset v0.4.2
7332026-05-20T17:01:53.086Z Downloaded float-cmp v0.10.0
7342026-05-20T17:01:53.086Z Downloaded bitflags v1.3.2
7352026-05-20T17:01:53.090Z Downloaded arrayvec v0.7.6
7362026-05-20T17:01:53.090Z Downloaded document-features v0.2.12
7372026-05-20T17:01:53.090Z Downloaded dirs-next v2.0.0
7382026-05-20T17:01:53.090Z Downloaded dof v0.4.0
7392026-05-20T17:01:53.090Z Downloaded colored v3.1.1
7402026-05-20T17:01:53.093Z Downloaded block-padding v0.3.3
7412026-05-20T17:01:53.093Z Downloaded atomic-waker v1.1.2
7422026-05-20T17:01:53.093Z Downloaded backoff v0.4.0
7432026-05-20T17:01:53.098Z Downloaded ar_archive_writer v0.5.1
7442026-05-20T17:01:53.098Z Downloaded ghash v0.5.1
7452026-05-20T17:01:53.104Z Downloaded constant_time_eq v0.4.2
7462026-05-20T17:01:53.104Z Downloaded compression-core v0.4.31
7472026-05-20T17:01:53.104Z Downloaded ciborium-io v0.2.2
7482026-05-20T17:01:53.104Z Downloaded arrayref v0.3.9
7492026-05-20T17:01:53.104Z Downloaded futures-macro v0.3.32
7502026-05-20T17:01:53.104Z Downloaded fixedbitset v0.5.7
7512026-05-20T17:01:53.108Z Downloaded erased-serde v0.3.31
7522026-05-20T17:01:53.108Z Downloaded derive_builder v0.20.2
7532026-05-20T17:01:53.111Z Downloaded blake3 v1.8.3
7542026-05-20T17:01:53.114Z Downloaded env_logger v0.11.9
7552026-05-20T17:01:53.114Z Downloaded foreign-types-macros v0.2.3
7562026-05-20T17:01:53.119Z Downloaded darling v0.20.11
7572026-05-20T17:01:53.122Z Downloaded derive-where v1.6.0
7582026-05-20T17:01:53.122Z Downloaded home v0.5.12
7592026-05-20T17:01:53.122Z Downloaded crossbeam-epoch v0.9.18
7602026-05-20T17:01:53.125Z Downloaded hostname v0.4.2
7612026-05-20T17:01:53.125Z Downloaded futures-sink v0.3.32
7622026-05-20T17:01:53.129Z Downloaded convert_case v0.4.0
7632026-05-20T17:01:53.130Z Downloaded hubpack_derive v0.1.1
7642026-05-20T17:01:53.130Z Downloaded ecdsa v0.16.9
7652026-05-20T17:01:53.130Z Downloaded ciborium-ll v0.2.2
7662026-05-20T17:01:53.135Z Downloaded array-init v0.0.4
7672026-05-20T17:01:53.135Z Downloaded castaway v0.2.4
7682026-05-20T17:01:53.135Z Downloaded const_format_proc_macros v0.2.34
7692026-05-20T17:01:53.135Z Downloaded hex-literal v0.4.1
7702026-05-20T17:01:53.135Z Downloaded ena v0.14.4
7712026-05-20T17:01:53.139Z Downloaded derive_builder_core v0.20.2
7722026-05-20T17:01:53.139Z Downloaded cexpr v0.6.0
7732026-05-20T17:01:53.140Z Downloaded hex v0.4.3
7742026-05-20T17:01:53.140Z Downloaded base64ct v1.8.3
7752026-05-20T17:01:53.143Z Downloaded hash32 v0.2.1
7762026-05-20T17:01:53.143Z Downloaded hostname v0.3.1
7772026-05-20T17:01:53.143Z Downloaded fs_extra v1.3.0
7782026-05-20T17:01:53.143Z Downloaded globset v0.4.18
7792026-05-20T17:01:53.146Z Downloaded der_derive v0.7.3
7802026-05-20T17:01:53.146Z Downloaded cfg_aliases v0.1.1
7812026-05-20T17:01:53.146Z Downloaded base64 v0.22.1
7822026-05-20T17:01:53.149Z Downloaded gethostname v0.5.0
7832026-05-20T17:01:53.154Z Downloaded indoc v1.0.9
7842026-05-20T17:01:53.154Z Downloaded const-oid v0.9.6
7852026-05-20T17:01:53.157Z Downloaded byte-wrapper v0.1.0
7862026-05-20T17:01:53.157Z Downloaded derive_more v0.99.20
7872026-05-20T17:01:53.162Z Downloaded glob v0.3.3
7882026-05-20T17:01:53.162Z Downloaded ciborium v0.2.2
7892026-05-20T17:01:53.169Z Downloaded cookie v0.18.1
7902026-05-20T17:01:53.169Z Downloaded internet-checksum v0.2.1
7912026-05-20T17:01:53.169Z Downloaded instant v0.1.13
7922026-05-20T17:01:53.170Z Downloaded console v0.15.11
7932026-05-20T17:01:53.173Z Downloaded dropshot_endpoint v0.17.0
7942026-05-20T17:01:53.173Z Downloaded diff v0.1.13
7952026-05-20T17:01:53.173Z Downloaded is-terminal v0.4.17
7962026-05-20T17:01:53.173Z Downloaded ingot v0.1.1
7972026-05-20T17:01:53.177Z Downloaded hyper-staticfile v0.10.1
7982026-05-20T17:01:53.177Z Downloaded fxhash v0.2.1
7992026-05-20T17:01:53.177Z Downloaded crc-any v2.5.0
8002026-05-20T17:01:53.180Z Downloaded lalrpop-util v0.19.12
8012026-05-20T17:01:53.180Z Downloaded allocator-api2 v0.2.21
8022026-05-20T17:01:53.180Z Downloaded derive-ex v0.1.8
8032026-05-20T17:01:53.180Z Downloaded darling_core v0.21.3
8042026-05-20T17:01:53.185Z Downloaded darling v0.21.3
8052026-05-20T17:01:53.188Z Downloaded hyper-tls v0.6.0
8062026-05-20T17:01:53.188Z Downloaded memoffset v0.9.1
8072026-05-20T17:01:53.188Z Downloaded md5 v0.7.0
8082026-05-20T17:01:53.193Z Downloaded lru-slab v0.1.2
8092026-05-20T17:01:53.193Z Downloaded foreign-types v0.5.0
8102026-05-20T17:01:53.193Z Downloaded filetime v0.2.27
8112026-05-20T17:01:53.197Z Downloaded drift v0.1.4
8122026-05-20T17:01:53.200Z Downloaded foreign-types-shared v0.1.1
8132026-05-20T17:01:53.200Z Downloaded half v1.8.3
8142026-05-20T17:01:53.200Z Downloaded crc-catalog v2.4.0
8152026-05-20T17:01:53.204Z Downloaded colored v2.2.0
8162026-05-20T17:01:53.204Z Downloaded lzss v0.8.2
8172026-05-20T17:01:53.208Z Downloaded hash32 v0.3.1
8182026-05-20T17:01:53.208Z Downloaded md-5 v0.10.6
8192026-05-20T17:01:53.208Z Downloaded httpdate v1.0.3
8202026-05-20T17:01:53.208Z Downloaded darling_core v0.23.0
8212026-05-20T17:01:53.211Z Downloaded foreign-types-shared v0.3.1
8222026-05-20T17:01:53.215Z Downloaded futures-core v0.3.32
8232026-05-20T17:01:53.215Z Downloaded argon2 v0.5.3
8242026-05-20T17:01:53.215Z Downloaded dropshot_endpoint v0.16.7
8252026-05-20T17:01:53.218Z Downloaded libsw v3.5.0
8262026-05-20T17:01:53.218Z Downloaded ahash v0.8.12
8272026-05-20T17:01:53.222Z Downloaded fatfs v0.3.6
8282026-05-20T17:01:53.227Z Downloaded elliptic-curve v0.13.8
8292026-05-20T17:01:53.227Z Downloaded illumos-nvpair-sys v0.2.0
8302026-05-20T17:01:53.227Z Downloaded headers-core v0.3.0
8312026-05-20T17:01:53.230Z Downloaded crossterm v0.28.1
8322026-05-20T17:01:53.230Z Downloaded newtype_derive v0.1.6
8332026-05-20T17:01:53.233Z Downloaded futures-task v0.3.32
8342026-05-20T17:01:53.233Z Downloaded indent_write v2.2.0
8352026-05-20T17:01:53.233Z Downloaded console v0.16.2
8362026-05-20T17:01:53.238Z Downloaded newline-converter v0.3.0
8372026-05-20T17:01:53.238Z Downloaded expectorate v1.2.0
8382026-05-20T17:01:53.238Z Downloaded jobserver v0.1.34
8392026-05-20T17:01:53.243Z Downloaded hmac v0.12.1
8402026-05-20T17:01:53.243Z Downloaded nonempty v0.12.0
8412026-05-20T17:01:53.243Z Downloaded ident_case v1.0.1
8422026-05-20T17:01:53.243Z Downloaded num v0.4.3
8432026-05-20T17:01:53.243Z Downloaded hubpack v0.1.2
8442026-05-20T17:01:53.247Z Downloaded num-derive v0.4.2
8452026-05-20T17:01:53.248Z Downloaded linked-hash-map v0.5.6
8462026-05-20T17:01:53.248Z Downloaded inout v0.1.4
8472026-05-20T17:01:53.248Z Downloaded httparse v1.10.1
8482026-05-20T17:01:53.248Z Downloaded normalize-line-endings v0.3.0
8492026-05-20T17:01:53.251Z Downloaded git-stub v1.0.0
8502026-05-20T17:01:53.251Z Downloaded managed v0.8.0
8512026-05-20T17:01:53.251Z Downloaded lazy_static v1.5.0
8522026-05-20T17:01:53.251Z Downloaded is_ci v1.2.0
8532026-05-20T17:01:53.255Z Downloaded num-conv v0.2.0
8542026-05-20T17:01:53.255Z Downloaded maplit v1.0.2
8552026-05-20T17:01:53.255Z Downloaded nodrop v0.1.14
8562026-05-20T17:01:53.255Z Downloaded match_cfg v0.1.0
8572026-05-20T17:01:53.255Z Downloaded globwalk v0.9.1
8582026-05-20T17:01:53.258Z Downloaded native-tls v0.2.18
8592026-05-20T17:01:53.258Z Downloaded libefi-sys v0.1.0
8602026-05-20T17:01:53.258Z Downloaded impl-trait-for-tuples v0.2.3
8612026-05-20T17:01:53.261Z Downloaded git-stub-vcs v0.1.0
8622026-05-20T17:01:53.261Z Downloaded http-body v1.0.1
8632026-05-20T17:01:53.265Z Downloaded instability v0.3.11
8642026-05-20T17:01:53.265Z Downloaded http-range v0.1.5
8652026-05-20T17:01:53.265Z Downloaded libloading v0.8.9
8662026-05-20T17:01:53.268Z Downloaded futures-io v0.3.32
8672026-05-20T17:01:53.268Z Downloaded cookie_store v0.22.1
8682026-05-20T17:01:53.268Z Downloaded num-iter v0.1.45
8692026-05-20T17:01:53.268Z Downloaded multimap v0.10.1
8702026-05-20T17:01:53.268Z Downloaded new_debug_unreachable v1.0.6
8712026-05-20T17:01:53.272Z Downloaded kstat-rs v0.2.4
8722026-05-20T17:01:53.272Z Downloaded lru v0.12.5
8732026-05-20T17:01:53.272Z Downloaded libscf-sys v1.1.0
8742026-05-20T17:01:53.272Z Downloaded maybe-uninit v2.0.0
8752026-05-20T17:01:53.275Z Downloaded newtype-uuid-macros v0.1.0
8762026-05-20T17:01:53.275Z Downloaded keccak v0.1.6
8772026-05-20T17:01:53.275Z Downloaded chacha20poly1305 v0.10.1
8782026-05-20T17:01:53.275Z Downloaded lru-cache v0.1.2
8792026-05-20T17:01:53.279Z Downloaded ingot-types v0.1.2
8802026-05-20T17:01:53.279Z Downloaded litrs v1.0.0
8812026-05-20T17:01:53.279Z Downloaded ipnet v2.11.0
8822026-05-20T17:01:53.282Z Downloaded indoc v2.0.7
8832026-05-20T17:01:53.282Z Downloaded futures-executor v0.3.32
8842026-05-20T17:01:53.286Z Downloaded async-compression v0.4.41
8852026-05-20T17:01:53.289Z Downloaded olpc-cjson v0.1.4
8862026-05-20T17:01:53.289Z Downloaded opaque-debug v0.3.1
8872026-05-20T17:01:53.289Z Downloaded nibble_vec v0.1.0
8882026-05-20T17:01:53.289Z Downloaded oso-derive v0.27.3
8892026-05-20T17:01:53.294Z Downloaded openssl-probe v0.2.1
8902026-05-20T17:01:53.295Z Downloaded num-derive v0.3.3
8912026-05-20T17:01:53.295Z Downloaded num_threads v0.1.7
8922026-05-20T17:01:53.295Z Downloaded ed25519-dalek v2.2.0
8932026-05-20T17:01:53.300Z Downloaded openssl-probe v0.1.6
8942026-05-20T17:01:53.300Z Downloaded humantime v2.3.0
8952026-05-20T17:01:53.300Z Downloaded num_enum_derive v0.5.11
8962026-05-20T17:01:53.300Z Downloaded openssl-macros v0.1.1
8972026-05-20T17:01:53.300Z Downloaded ipnetwork v0.21.1
8982026-05-20T17:01:53.303Z Downloaded compact_str v0.8.1
8992026-05-20T17:01:53.303Z Downloaded cbc v0.1.2
9002026-05-20T17:01:53.303Z Downloaded base64 v0.21.7
9012026-05-20T17:01:53.307Z Downloaded chacha20 v0.10.0
9022026-05-20T17:01:53.307Z Downloaded daft v0.1.5
9032026-05-20T17:01:53.307Z Downloaded half v2.7.1
9042026-05-20T17:01:53.310Z Downloaded getrandom v0.3.4
9052026-05-20T17:01:53.313Z Downloaded fs-err v2.11.0
9062026-05-20T17:01:53.313Z Downloaded mime v0.3.17
9072026-05-20T17:01:53.313Z Downloaded parse-display v0.10.0
9082026-05-20T17:01:53.316Z Downloaded pbkdf2 v0.12.2
9092026-05-20T17:01:53.316Z Downloaded lock_api v0.4.14
9102026-05-20T17:01:53.316Z Downloaded packed_struct_codegen v0.10.1
9112026-05-20T17:01:53.319Z Downloaded memmap2 v0.9.10
9122026-05-20T17:01:53.319Z Downloaded getrandom v0.2.17
9132026-05-20T17:01:53.322Z Downloaded http-body-util v0.1.3
9142026-05-20T17:01:53.322Z Downloaded newtype-uuid v1.3.2
9152026-05-20T17:01:53.322Z Downloaded libsw-core v0.3.2
9162026-05-20T17:01:53.325Z Downloaded ingot-macros v0.1.1
9172026-05-20T17:01:53.325Z Downloaded derive_more v2.1.1
9182026-05-20T17:01:53.345Z Downloaded phf_shared v0.12.1
9192026-05-20T17:01:53.348Z Downloaded peg-runtime v0.8.5
9202026-05-20T17:01:53.349Z Downloaded pbkdf2 v0.11.0
9212026-05-20T17:01:53.349Z Downloaded parse-size v1.1.0
9222026-05-20T17:01:53.349Z Downloaded num-rational v0.4.2
9232026-05-20T17:01:53.349Z Downloaded num-complex v0.4.6
9242026-05-20T17:01:53.353Z Downloaded nu-ansi-term v0.50.3
9252026-05-20T17:01:53.353Z Downloaded path-slash v0.1.5
9262026-05-20T17:01:53.356Z Downloaded num_enum v0.5.11
9272026-05-20T17:01:53.356Z Downloaded num-integer v0.1.46
9282026-05-20T17:01:53.356Z Downloaded mime_guess v2.0.5
9292026-05-20T17:01:53.361Z Downloaded group v0.13.0
9302026-05-20T17:01:53.361Z Downloaded pin-utils v0.1.0
9312026-05-20T17:01:53.361Z Downloaded predicates-tree v1.0.13
9322026-05-20T17:01:53.365Z Downloaded nanorand v0.7.0
9332026-05-20T17:01:53.365Z Downloaded highway v1.3.0
9342026-05-20T17:01:53.365Z Downloaded phf_shared v0.13.1
9352026-05-20T17:01:53.365Z Downloaded phf_shared v0.11.3
9362026-05-20T17:01:53.370Z Downloaded powerfmt v0.2.0
9372026-05-20T17:01:53.370Z Downloaded parse-display-derive v0.10.0
9382026-05-20T17:01:53.370Z Downloaded parking_lot_core v0.8.6
9392026-05-20T17:01:53.370Z Downloaded packed_struct v0.10.1
9402026-05-20T17:01:53.374Z Downloaded oxnet v0.1.4
9412026-05-20T17:01:53.375Z Downloaded oxide-tokio-rt v0.1.4
9422026-05-20T17:01:53.375Z Downloaded hyper-rustls v0.27.7
9432026-05-20T17:01:53.375Z Downloaded owo-colors v4.3.0
9442026-05-20T17:01:53.379Z Downloaded illumos-nvpair v0.3.0
9452026-05-20T17:01:53.379Z Downloaded cc v1.2.56
9462026-05-20T17:01:53.379Z Downloaded multer v3.1.0
9472026-05-20T17:01:53.379Z Downloaded predicates-core v1.0.10
9482026-05-20T17:01:53.383Z Downloaded iana-time-zone v0.1.65
9492026-05-20T17:01:53.383Z Downloaded der v0.7.10
9502026-05-20T17:01:53.387Z Downloaded futures-channel v0.3.32
9512026-05-20T17:01:53.387Z Downloaded linear-map v1.2.0
9522026-05-20T17:01:53.387Z Downloaded flume v0.11.1
9532026-05-20T17:01:53.392Z Downloaded num_enum_derive v0.7.5
9542026-05-20T17:01:53.392Z Downloaded crossbeam-utils v0.8.21
9552026-05-20T17:01:53.392Z Downloaded chacha20 v0.9.1
9562026-05-20T17:01:53.396Z Downloaded password-hash v0.5.0
9572026-05-20T17:01:53.396Z Downloaded progenitor-client v0.11.2
9582026-05-20T17:01:53.396Z Downloaded paste v1.0.15
9592026-05-20T17:01:53.401Z Downloaded bumpalo v3.20.2
9602026-05-20T17:01:53.401Z Downloaded progenitor-client v0.10.0
9612026-05-20T17:01:53.401Z Downloaded proc-macro-error-attr2 v2.0.0
9622026-05-20T17:01:53.401Z Downloaded proc-macro-crate v3.4.0
9632026-05-20T17:01:53.401Z Downloaded pem v3.0.6
9642026-05-20T17:01:53.407Z Downloaded progenitor-macro v0.14.0
9652026-05-20T17:01:53.407Z Downloaded peg-macros v0.8.5
9662026-05-20T17:01:53.407Z Downloaded peg v0.8.5
9672026-05-20T17:01:53.407Z Downloaded password-hash v0.4.2
9682026-05-20T17:01:53.413Z Downloaded futures v0.3.32
9692026-05-20T17:01:53.413Z Downloaded progenitor-macro v0.13.0
9702026-05-20T17:01:53.413Z Downloaded progenitor-macro v0.11.2
9712026-05-20T17:01:53.413Z Downloaded progenitor-macro v0.10.0
9722026-05-20T17:01:53.416Z Downloaded pin-project-internal v1.1.11
9732026-05-20T17:01:53.416Z Downloaded quick-error v1.2.3
9742026-05-20T17:01:53.416Z Downloaded phf v0.12.1
9752026-05-20T17:01:53.416Z Downloaded psl-types v2.0.11
9762026-05-20T17:01:53.416Z Downloaded num_enum v0.7.5
9772026-05-20T17:01:53.419Z Downloaded dropshot-api-manager v0.7.1
9782026-05-20T17:01:53.420Z Downloaded flate2 v1.1.9
9792026-05-20T17:01:53.423Z Downloaded primeorder v0.13.6
9802026-05-20T17:01:53.426Z Downloaded pkg-config v0.3.32
9812026-05-20T17:01:53.426Z Downloaded ignore v0.4.25
9822026-05-20T17:01:53.426Z Downloaded omicron-zone-package v0.12.2
9832026-05-20T17:01:53.429Z Downloaded radium v0.7.0
9842026-05-20T17:01:53.429Z Downloaded blowfish v0.9.1
9852026-05-20T17:01:53.430Z Downloaded pkcs8 v0.10.2
9862026-05-20T17:01:53.434Z Downloaded cargo_metadata v0.19.2
9872026-05-20T17:01:53.434Z Downloaded diesel_table_macro_syntax v0.3.0
9882026-05-20T17:01:53.437Z Downloaded rand_xorshift v0.4.0
9892026-05-20T17:01:53.438Z Downloaded recursive-proc-macro-impl v0.1.1
9902026-05-20T17:01:53.438Z Downloaded poly1305 v0.8.0
9912026-05-20T17:01:53.442Z Downloaded postgres-protocol v0.6.10
9922026-05-20T17:01:53.442Z Downloaded ref-cast v1.0.25
9932026-05-20T17:01:53.442Z Downloaded progenitor v0.11.2
9942026-05-20T17:01:53.446Z Downloaded polyval v0.6.2
9952026-05-20T17:01:53.446Z Downloaded heapless v0.8.0
9962026-05-20T17:01:53.447Z Downloaded predicates v3.1.4
9972026-05-20T17:01:53.447Z Downloaded recursive v0.1.1
9982026-05-20T17:01:53.450Z Downloaded precomputed-hash v0.1.1
9992026-05-20T17:01:53.450Z Downloaded ppv-lite86 v0.2.21
10002026-05-20T17:01:53.450Z Downloaded libbz2-rs-sys v0.2.2
10012026-05-20T17:01:53.454Z Downloaded progenitor-client v0.14.0
10022026-05-20T17:01:53.454Z Downloaded progenitor v0.13.0
10032026-05-20T17:01:53.454Z Downloaded parking_lot v0.11.2
10042026-05-20T17:01:53.458Z Downloaded pem-rfc7468 v0.7.0
10052026-05-20T17:01:53.458Z Downloaded indexmap v1.9.3
10062026-05-20T17:01:53.461Z Downloaded progenitor-extras v0.2.0
10072026-05-20T17:01:53.461Z Downloaded russh-cryptovec v0.7.3
10082026-05-20T17:01:53.464Z Downloaded rtoolbox v0.0.3
10092026-05-20T17:01:53.464Z Downloaded ref-cast-impl v1.0.25
10102026-05-20T17:01:53.464Z Downloaded proc-macro-crate v1.3.1
10112026-05-20T17:01:53.464Z Downloaded parking_lot_core v0.9.12
10122026-05-20T17:01:53.467Z Downloaded progenitor-client v0.13.0
10132026-05-20T17:01:53.467Z Downloaded progenitor v0.10.0
10142026-05-20T17:01:53.467Z Downloaded rfc6979 v0.4.0
10152026-05-20T17:01:53.471Z Downloaded phf v0.13.1
10162026-05-20T17:01:53.472Z Downloaded proc-macro-error2 v2.0.1
10172026-05-20T17:01:53.475Z Downloaded pkcs5 v0.7.1
10182026-05-20T17:01:53.479Z Downloaded hickory-resolver v0.25.2
10192026-05-20T17:01:53.482Z Downloaded rustc_version v0.4.1
10202026-05-20T17:01:53.485Z Downloaded rustc_version v0.1.7
10212026-05-20T17:01:53.485Z Downloaded rustc-hash v2.1.1
10222026-05-20T17:01:53.485Z Downloaded hickory-resolver v0.24.4
10232026-05-20T17:01:53.488Z Downloaded hashbrown v0.12.3
10242026-05-20T17:01:53.491Z Downloaded rand_core v0.6.4
10252026-05-20T17:01:53.491Z Downloaded rand_chacha v0.9.0
10262026-05-20T17:01:53.491Z Downloaded oso v0.27.3
10272026-05-20T17:01:53.494Z Downloaded parking_lot v0.12.5
10282026-05-20T17:01:53.497Z Downloaded same-file v1.0.6
10292026-05-20T17:01:53.497Z Downloaded postcard v1.1.3
10302026-05-20T17:01:53.497Z Downloaded diesel_derives v2.3.7
10312026-05-20T17:01:53.501Z Downloaded salsa20 v0.10.2
10322026-05-20T17:01:53.505Z Downloaded headers v0.4.1
10332026-05-20T17:01:53.508Z Downloaded rand_chacha v0.3.1
10342026-05-20T17:01:53.508Z Downloaded rand_seeder v0.4.0
10352026-05-20T17:01:53.508Z Downloaded rand_core v0.10.0
10362026-05-20T17:01:53.508Z Downloaded rand_core v0.9.5
10372026-05-20T17:01:53.512Z Downloaded r2d2 v0.8.10
10382026-05-20T17:01:53.512Z Downloaded postgres-types v0.2.12
10392026-05-20T17:01:53.512Z Downloaded miniz_oxide v0.8.9
10402026-05-20T17:01:53.516Z Downloaded pin-project-lite v0.2.17
10412026-05-20T17:01:53.519Z Downloaded papergrid v0.17.0
10422026-05-20T17:01:53.519Z Downloaded scheduled-thread-pool v0.2.7
10432026-05-20T17:01:53.523Z Downloaded sapling-renderdag v0.1.0
10442026-05-20T17:01:53.523Z Downloaded scrypt v0.11.0
10452026-05-20T17:01:53.523Z Downloaded http v1.4.0
10462026-05-20T17:01:53.578Z Downloaded indicatif v0.18.4
10472026-05-20T17:01:53.579Z Downloaded pkcs1 v0.7.5
10482026-05-20T17:01:53.579Z Downloaded scopeguard v1.2.0
10492026-05-20T17:01:53.579Z Downloaded aes v0.8.4
10502026-05-20T17:01:53.579Z Downloaded scroll_derive v0.13.1
10512026-05-20T17:01:53.579Z Downloaded derive_more-impl v2.1.1
10522026-05-20T17:01:53.579Z Downloaded secrecy v0.10.3
10532026-05-20T17:01:53.579Z Downloaded bindgen v0.71.1
10542026-05-20T17:01:53.579Z Downloaded seq-macro v0.3.6
10552026-05-20T17:01:53.579Z Downloaded progenitor v0.14.0
10562026-05-20T17:01:53.579Z Downloaded psm v0.1.30
10572026-05-20T17:01:53.579Z Downloaded pin-project v1.1.11
10582026-05-20T17:01:53.579Z Downloaded serde_plain v1.0.2
10592026-05-20T17:01:53.579Z Downloaded serde_spanned v1.0.4
10602026-05-20T17:01:53.579Z Downloaded serde_bytes v0.11.19
10612026-05-20T17:01:53.579Z Downloaded crossterm v0.29.0
10622026-05-20T17:01:53.580Z Downloaded prefix-trie v0.7.0
10632026-05-20T17:01:53.585Z Downloaded semver v0.1.20
10642026-05-20T17:01:53.586Z Downloaded openssl-sys v0.9.115
10652026-05-20T17:01:53.586Z Downloaded sha1 v0.10.6
10662026-05-20T17:01:53.586Z Downloaded signature v2.2.0
10672026-05-20T17:01:53.586Z Downloaded serde_repr v0.1.20
10682026-05-20T17:01:53.586Z Downloaded serde-big-array v0.5.1
10692026-05-20T17:01:53.586Z Downloaded sigpipe v0.1.3
10702026-05-20T17:01:53.586Z Downloaded minimal-lexical v0.2.1
10712026-05-20T17:01:53.586Z Downloaded heapless v0.7.17
10722026-05-20T17:01:53.586Z Downloaded signal-hook-tokio v0.3.1
10732026-05-20T17:01:53.586Z Downloaded quinn-udp v0.5.14
10742026-05-20T17:01:53.592Z Downloaded signal-hook-mio v0.2.5
10752026-05-20T17:01:53.592Z Downloaded progenitor-impl v0.10.0
10762026-05-20T17:01:53.592Z Downloaded rustversion v1.0.22
10772026-05-20T17:01:53.592Z Downloaded hickory-server v0.25.2
10782026-05-20T17:01:53.605Z Downloaded rusty-fork v0.3.1
10792026-05-20T17:01:53.605Z Downloaded slog-bunyan v2.5.0
10802026-05-20T17:01:53.605Z Downloaded schemars_derive v0.8.22
10812026-05-20T17:01:53.605Z Downloaded scroll v0.13.0
10822026-05-20T17:01:53.615Z Downloaded sct v0.7.1
10832026-05-20T17:01:53.615Z Downloaded slog-envlogger v2.2.0
10842026-05-20T17:01:53.616Z Downloaded secrecy v0.8.0
10852026-05-20T17:01:53.616Z Downloaded jiff-static v0.2.21
10862026-05-20T17:01:53.624Z Downloaded sec1 v0.7.3
10872026-05-20T17:01:53.624Z Downloaded shell-words v1.1.1
10882026-05-20T17:01:53.624Z Downloaded serde_urlencoded v0.7.1
10892026-05-20T17:01:53.624Z Downloaded serde-hex v0.1.0
10902026-05-20T17:01:53.624Z Downloaded hashbrown v0.13.2
10912026-05-20T17:01:53.624Z Downloaded russh-keys v0.45.0
10922026-05-20T17:01:53.624Z Downloaded aho-corasick v1.1.4
10932026-05-20T17:01:53.629Z Downloaded serde_derive_internals v0.29.1
10942026-05-20T17:01:53.635Z Downloaded sqlparser_derive v0.5.0
10952026-05-20T17:01:53.640Z Downloaded ssh-cipher v0.2.0
10962026-05-20T17:01:53.640Z Downloaded ssh-encoding v0.2.0
10972026-05-20T17:01:53.644Z Downloaded strum v0.26.3
10982026-05-20T17:01:53.644Z Downloaded strip-ansi-escapes v0.2.1
10992026-05-20T17:01:53.645Z Downloaded strum v0.27.2
11002026-05-20T17:01:53.645Z Downloaded structmeta-derive v0.3.0
11012026-05-20T17:01:53.645Z Downloaded structmeta v0.3.0
11022026-05-20T17:01:53.645Z Downloaded serde_path_to_error v0.1.20
11032026-05-20T17:01:53.645Z Downloaded rustls-native-certs v0.8.3
11042026-05-20T17:01:53.648Z Downloaded resolv-conf v0.7.6
11052026-05-20T17:01:53.648Z Downloaded p256 v0.13.2
11062026-05-20T17:01:53.655Z Downloaded prettyplease v0.2.37
11072026-05-20T17:01:53.655Z Downloaded rustls-pemfile v2.2.0
11082026-05-20T17:01:53.661Z Downloaded pretty_assertions v1.4.1
11092026-05-20T17:01:53.661Z Downloaded siphasher v1.0.2
11102026-05-20T17:01:53.661Z Downloaded simd-adler32 v0.3.8
11112026-05-20T17:01:53.661Z Downloaded aes-gcm v0.10.3
11122026-05-20T17:01:53.665Z Downloaded rustls-pemfile v1.0.4
11132026-05-20T17:01:53.671Z Downloaded slog-async v2.8.0
11142026-05-20T17:01:53.671Z Downloaded subtle v2.6.1
11152026-05-20T17:01:53.676Z Downloaded progenitor-impl v0.13.0
11162026-05-20T17:01:53.680Z Downloaded supports-color v3.0.2
11172026-05-20T17:01:53.685Z Downloaded ron v0.8.1
11182026-05-20T17:01:53.691Z Downloaded testing_table v0.3.0
11192026-05-20T17:01:53.691Z Downloaded termtree v0.5.1
11202026-05-20T17:01:53.691Z Downloaded tabwriter v1.4.1
11212026-05-20T17:01:53.691Z Downloaded tabled_derive v0.11.0
11222026-05-20T17:01:53.691Z Downloaded sync_wrapper v1.0.2
11232026-05-20T17:01:53.695Z Downloaded progenitor-impl v0.14.0
11242026-05-20T17:01:53.695Z Downloaded num-bigint v0.4.6
11252026-05-20T17:01:53.696Z Downloaded thread-id v5.1.0
11262026-05-20T17:01:53.696Z Downloaded tap v1.0.1
11272026-05-20T17:01:53.700Z Downloaded take_mut v0.2.2
11282026-05-20T17:01:53.700Z Downloaded thiserror-impl-no-std v2.0.2
11292026-05-20T17:01:53.700Z Downloaded slog-json v2.6.1
11302026-05-20T17:01:53.700Z Downloaded slog-dtrace v0.3.0
11312026-05-20T17:01:53.700Z Downloaded slog-stdlog v4.1.1
11322026-05-20T17:01:53.705Z Downloaded progenitor-impl v0.11.2
11332026-05-20T17:01:53.705Z Downloaded sync-ptr v0.1.4
11342026-05-20T17:01:53.705Z Downloaded smallvec v0.6.14
11352026-05-20T17:01:53.705Z Downloaded signal-hook-registry v1.4.8
11362026-05-20T17:01:53.709Z Downloaded spki v0.7.3
11372026-05-20T17:01:53.709Z Downloaded slog-scope v4.4.1
11382026-05-20T17:01:53.709Z Downloaded sqlformat v0.3.5
11392026-05-20T17:01:53.714Z Downloaded snafu-derive v0.8.9
11402026-05-20T17:01:53.714Z Downloaded smf v0.2.3
11412026-05-20T17:01:53.714Z Downloaded slab v0.4.12
11422026-05-20T17:01:53.714Z Downloaded shlex v1.3.0
11432026-05-20T17:01:53.714Z Downloaded slog-term v2.9.2
11442026-05-20T17:01:53.718Z Downloaded stringprep v0.1.5
11452026-05-20T17:01:53.718Z Downloaded string_cache v0.8.9
11462026-05-20T17:01:53.723Z Downloaded hashbrown v0.15.5
11472026-05-20T17:01:53.727Z Downloaded rcgen v0.12.1
11482026-05-20T17:01:53.727Z Downloaded time-core v0.1.8
11492026-05-20T17:01:53.727Z Downloaded itertools v0.10.5
11502026-05-20T17:01:53.735Z Downloaded schemars v0.8.22
11512026-05-20T17:01:53.739Z Downloaded support-bundle-viewer v0.1.2
11522026-05-20T17:01:53.739Z Downloaded strum_macros v0.27.2
11532026-05-20T17:01:53.739Z Downloaded hashbrown v0.16.1
11542026-05-20T17:01:53.744Z Downloaded iddqd v0.3.18
11552026-05-20T17:01:53.750Z Downloaded ryu v1.0.23
11562026-05-20T17:01:53.750Z Downloaded tokio-macros v2.7.0
11572026-05-20T17:01:53.751Z Downloaded strum_macros v0.26.4
11582026-05-20T17:01:53.755Z Downloaded nom v7.1.3
11592026-05-20T17:01:53.755Z Downloaded termios v0.3.3
11602026-05-20T17:01:53.755Z Downloaded hyper-util v0.1.20
11612026-05-20T17:01:53.760Z Downloaded rustls-pki-types v1.14.0
11622026-05-20T17:01:53.760Z Downloaded libxml v0.3.3
11632026-05-20T17:01:53.765Z Downloaded strum_macros v0.24.3
11642026-05-20T17:01:53.765Z Downloaded tower-layer v0.3.3
11652026-05-20T17:01:53.765Z Downloaded tagptr v0.2.0
11662026-05-20T17:01:53.765Z Downloaded serde_with_macros v3.17.0
11672026-05-20T17:01:53.769Z Downloaded rustls-platform-verifier v0.6.2
11682026-05-20T17:01:53.769Z Downloaded topological-sort v0.2.2
11692026-05-20T17:01:53.769Z Downloaded serde_cbor v0.11.2
11702026-05-20T17:01:53.774Z Downloaded thiserror-no-std v2.0.2
11712026-05-20T17:01:53.774Z Downloaded quinn v0.11.9
11722026-05-20T17:01:53.779Z Downloaded publicsuffix v2.3.0
11732026-05-20T17:01:53.779Z Downloaded rayon-core v1.13.0
11742026-05-20T17:01:53.779Z Downloaded mio v1.2.0
11752026-05-20T17:01:53.783Z Downloaded tower-service v0.3.3
11762026-05-20T17:01:53.783Z Downloaded thread_local v1.1.9
11772026-05-20T17:01:53.783Z Downloaded static_assertions v1.1.0
11782026-05-20T17:01:53.788Z Downloaded trait-variant v0.1.2
11792026-05-20T17:01:53.788Z Downloaded stacker v0.1.23
11802026-05-20T17:01:53.788Z Downloaded try-lock v0.2.5
11812026-05-20T17:01:53.788Z Downloaded spin v0.9.8
11822026-05-20T17:01:53.794Z Downloaded tls_codec v0.4.2
11832026-05-20T17:01:53.794Z Downloaded itertools v0.12.1
11842026-05-20T17:01:53.798Z Downloaded tls_codec_derive v0.4.2
11852026-05-20T17:01:53.798Z Downloaded num-bigint-dig v0.8.6
11862026-05-20T17:01:53.803Z Downloaded similar v2.7.0
11872026-05-20T17:01:53.808Z Downloaded tokio-rustls v0.25.0
11882026-05-20T17:01:53.808Z Downloaded tinyvec_macros v0.1.1
11892026-05-20T17:01:53.808Z Downloaded tokio-native-tls v0.3.1
11902026-05-20T17:01:53.808Z Downloaded tiny-keccak v2.0.2
11912026-05-20T17:01:53.814Z Downloaded slog v2.8.2
11922026-05-20T17:01:53.814Z Downloaded unarray v0.1.4
11932026-05-20T17:01:53.814Z Downloaded rand v0.8.6
11942026-05-20T17:01:53.818Z Downloaded typify-macro v0.4.3
11952026-05-20T17:01:53.818Z Downloaded time-macros v0.2.27
11962026-05-20T17:01:53.818Z Downloaded typify-macro v0.6.2
11972026-05-20T17:01:53.818Z Downloaded unicode-truncate v1.1.0
11982026-05-20T17:01:53.831Z Downloaded unit-prefix v0.5.2
11992026-05-20T17:01:53.831Z Downloaded tokio-dtrace v0.1.1
12002026-05-20T17:01:53.838Z Downloaded serde_yaml v0.9.34+deprecated
12012026-05-20T17:01:53.838Z Downloaded tokio-tungstenite v0.21.0
12022026-05-20T17:01:53.838Z Downloaded term v1.2.1
12032026-05-20T17:01:53.838Z Downloaded tokio-tungstenite v0.23.1
12042026-05-20T17:01:53.838Z Downloaded toml_writer v1.0.6+spec-1.1.0
12052026-05-20T17:01:53.838Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12062026-05-20T17:01:53.838Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12072026-05-20T17:01:53.838Z Downloaded term v0.7.0
12082026-05-20T17:01:53.842Z Downloaded untrusted v0.9.0
12092026-05-20T17:01:53.842Z Downloaded untrusted v0.7.1
12102026-05-20T17:01:53.842Z Downloaded utf-8 v0.7.6
12112026-05-20T17:01:53.842Z Downloaded usdt-macro v0.6.0
12122026-05-20T17:01:53.842Z Downloaded usdt-attr-macro v0.6.0
12132026-05-20T17:01:53.842Z Downloaded usdt v0.6.0
12142026-05-20T17:01:53.842Z Downloaded universal-hash v0.5.1
12152026-05-20T17:01:53.846Z Downloaded qorb v0.4.1
12162026-05-20T17:01:53.871Z Downloaded socket2 v0.6.3
12172026-05-20T17:01:53.871Z Downloaded socket2 v0.5.10
12182026-05-20T17:01:53.871Z Downloaded void v1.0.2
12192026-05-20T17:01:53.872Z Downloaded signal-hook v0.3.18
12202026-05-20T17:01:53.872Z Downloaded rsa v0.9.10
12212026-05-20T17:01:53.885Z Downloaded xshell-macros v0.2.7
12222026-05-20T17:01:53.885Z Downloaded samael v0.0.19
12232026-05-20T17:01:53.885Z Downloaded rustls-webpki v0.103.9
12242026-05-20T17:01:53.885Z Downloaded tui-tree-widget v0.23.1
12252026-05-20T17:01:53.885Z Downloaded subprocess v0.2.15
12262026-05-20T17:01:53.946Z Downloaded schemars v0.9.0
12272026-05-20T17:01:53.946Z Downloaded want v0.3.1
12282026-05-20T17:01:53.946Z Downloaded waitgroup v0.1.2
12292026-05-20T17:01:53.946Z Downloaded tokio-stream v0.1.18
12302026-05-20T17:01:53.957Z Downloaded xattr v1.6.1
12312026-05-20T17:01:53.957Z Downloaded wait-timeout v0.2.1
12322026-05-20T17:01:53.957Z Downloaded tokio-rustls v0.26.4
12332026-05-20T17:01:53.957Z Downloaded tokio-rustls v0.24.1
12342026-05-20T17:01:53.957Z Downloaded toml_parser v1.0.9+spec-1.1.0
12352026-05-20T17:01:53.957Z Downloaded zeroize_derive v1.4.3
12362026-05-20T17:01:53.957Z Downloaded zone_cfg_derive v0.3.1
12372026-05-20T17:01:53.957Z Downloaded vergen-gitcl v1.0.8
12382026-05-20T17:01:53.957Z Downloaded vergen-git2 v1.0.7
12392026-05-20T17:01:53.957Z Downloaded zone v0.3.1
12402026-05-20T17:01:53.957Z Downloaded test-strategy v0.4.5
12412026-05-20T17:01:53.957Z Downloaded itertools v0.14.0
12422026-05-20T17:01:53.957Z Downloaded aws-lc-rs v1.16.3
12432026-05-20T17:01:53.957Z Downloaded usdt-impl v0.6.0
12442026-05-20T17:01:53.957Z Downloaded tracing-attributes v0.1.31
12452026-05-20T17:01:53.957Z Downloaded bitvec v1.0.1
12462026-05-20T17:01:53.957Z Downloaded vergen-lib v0.1.6
12472026-05-20T17:01:53.957Z Downloaded tinyvec v1.10.0
12482026-05-20T17:01:53.957Z Downloaded uzers v0.12.2
12492026-05-20T17:01:53.957Z Downloaded iri-string v0.7.10
12502026-05-20T17:01:53.958Z Downloaded twox-hash v2.1.2
12512026-05-20T17:01:53.958Z Downloaded rand v0.10.0
12522026-05-20T17:01:53.974Z Downloaded p521 v0.13.3
12532026-05-20T17:01:53.974Z Downloaded futures-util v0.3.32
12542026-05-20T17:01:53.974Z Downloaded zeroize v1.8.2
12552026-05-20T17:01:53.974Z Downloaded xshell v0.2.7
12562026-05-20T17:01:53.974Z Downloaded toml v1.0.6+spec-1.1.0
12572026-05-20T17:01:53.980Z Downloaded unicode-properties v0.1.4
12582026-05-20T17:01:53.980Z Downloaded tar v0.4.45
12592026-05-20T17:01:53.980Z Downloaded itertools v0.13.0
12602026-05-20T17:01:53.980Z Downloaded zstd-safe v7.2.4
12612026-05-20T17:01:53.980Z Downloaded zstd v0.13.3
12622026-05-20T17:01:53.980Z Downloaded tracing-core v0.1.36
12632026-05-20T17:01:53.980Z Downloaded toml v0.9.12+spec-1.1.0
12642026-05-20T17:01:53.980Z Downloaded unicase v2.9.0
12652026-05-20T17:01:53.987Z Downloaded vergen v9.0.6
12662026-05-20T17:01:53.987Z Downloaded whoami v2.1.0
12672026-05-20T17:01:53.987Z Downloaded vsss-rs v3.3.4
12682026-05-20T17:01:53.994Z Downloaded whoami v1.6.1
12692026-05-20T17:01:53.999Z Downloaded toml v0.7.8
12702026-05-20T17:01:53.999Z Downloaded snafu v0.8.9
12712026-05-20T17:01:54.003Z Downloaded tungstenite v0.23.0
12722026-05-20T17:01:54.003Z Downloaded unicode-bidi v0.3.18
12732026-05-20T17:01:54.071Z Downloaded typify v0.6.2
12742026-05-20T17:01:54.071Z Downloaded zerocopy v0.6.6
12752026-05-20T17:01:54.076Z Downloaded typify v0.4.3
12762026-05-20T17:01:54.076Z Downloaded tungstenite v0.21.0
12772026-05-20T17:01:54.076Z Downloaded hkdf v0.12.4
12782026-05-20T17:01:54.076Z Downloaded schemars v1.2.1
12792026-05-20T17:01:54.076Z Downloaded wyz v0.5.1
12802026-05-20T17:01:54.076Z Downloaded walkdir v2.5.0
12812026-05-20T17:01:54.076Z Downloaded toml_edit v0.23.10+spec-1.0.0
12822026-05-20T17:01:54.076Z Downloaded russh v0.45.0
12832026-05-20T17:01:54.076Z Downloaded h2 v0.4.13
12842026-05-20T17:01:54.076Z Downloaded libm v0.2.16
12852026-05-20T17:01:54.076Z Downloaded yasna v0.5.2
12862026-05-20T17:01:54.077Z Downloaded rustyline v14.0.0
12872026-05-20T17:01:54.077Z Downloaded steno v0.4.1
12882026-05-20T17:01:54.077Z Downloaded rand v0.9.2
12892026-05-20T17:01:54.077Z Downloaded toml_edit v0.19.15
12902026-05-20T17:01:54.083Z Downloaded p384 v0.13.1
12912026-05-20T17:01:54.089Z Downloaded vte v0.14.1
12922026-05-20T17:01:54.089Z Downloaded git2 v0.20.4
12932026-05-20T17:01:54.092Z Downloaded unsafe-libyaml v0.2.11
12942026-05-20T17:01:54.092Z Downloaded tokio-postgres v0.7.16
12952026-05-20T17:01:54.096Z Downloaded zopfli v0.8.3
12962026-05-20T17:01:54.099Z Downloaded regex v1.12.3
12972026-05-20T17:01:54.104Z Downloaded reqwest v0.13.2
12982026-05-20T17:01:54.116Z Downloaded reqwest v0.12.28
12992026-05-20T17:01:54.116Z Downloaded uuid v1.23.0
13002026-05-20T17:01:54.116Z Downloaded hyper v1.8.1
13012026-05-20T17:01:54.116Z Downloaded tower v0.5.3
13022026-05-20T17:01:54.125Z Downloaded ssh-key v0.6.7
13032026-05-20T17:01:54.129Z Downloaded reedline v0.40.0
13042026-05-20T17:01:54.129Z Downloaded yansi v1.0.1
13052026-05-20T17:01:54.129Z Downloaded goblin v0.10.5
13062026-05-20T17:01:54.136Z Downloaded typed-path v0.9.3
13072026-05-20T17:01:54.139Z Downloaded unicode_categories v0.1.1
13082026-05-20T17:01:54.139Z Downloaded bstr v1.12.1
13092026-05-20T17:01:54.144Z Downloaded zip v0.6.6
13102026-05-20T17:01:54.144Z Downloaded zerocopy-derive v0.8.40
13112026-05-20T17:01:54.148Z Downloaded rpassword v7.4.0
13122026-05-20T17:01:54.151Z Downloaded portable-atomic v1.13.1
13132026-05-20T17:01:54.156Z Downloaded lalrpop v0.19.12
13142026-05-20T17:01:54.164Z Downloaded rayon v1.11.0
13152026-05-20T17:01:54.171Z Downloaded unicode-segmentation v1.12.0
13162026-05-20T17:01:54.190Z Downloaded tokio-util v0.7.18
13172026-05-20T17:01:54.193Z Downloaded proptest v1.10.0
13182026-05-20T17:01:54.203Z Downloaded x509-cert v0.2.5
13192026-05-20T17:01:54.219Z Downloaded tower-http v0.6.8
13202026-05-20T17:01:54.226Z Downloaded tough v0.22.0
13212026-05-20T17:01:54.236Z Downloaded rustls-webpki v0.101.7
13222026-05-20T17:01:54.291Z Downloaded unicode-normalization v0.1.25
13232026-05-20T17:01:54.291Z Downloaded salty v0.3.0
13242026-05-20T17:01:54.291Z Downloaded quick-xml v0.37.5
13252026-05-20T17:01:54.291Z Downloaded zip v4.6.1
13262026-05-20T17:01:54.291Z Downloaded curve25519-dalek v4.1.3
13272026-05-20T17:01:54.291Z Downloaded radix_trie v0.2.1
13282026-05-20T17:01:54.291Z Downloaded quinn-proto v0.11.13
13292026-05-20T17:01:54.291Z Downloaded serde_with v3.17.0
13302026-05-20T17:01:54.291Z Downloaded winnow v0.6.26
13312026-05-20T17:01:54.291Z Downloaded nix v0.27.1
13322026-05-20T17:01:54.298Z Downloaded object v0.30.4
13332026-05-20T17:01:54.304Z Downloaded rustls-webpki v0.102.8
13342026-05-20T17:01:54.315Z Downloaded petname v2.0.2
13352026-05-20T17:01:54.319Z Downloaded openssl v0.10.79
13362026-05-20T17:01:54.323Z Downloaded moka v0.12.13
13372026-05-20T17:01:54.332Z Downloaded winnow v0.5.40
13382026-05-20T17:01:54.337Z Downloaded smoltcp v0.9.1
13392026-05-20T17:01:54.342Z Downloaded zlib-rs v0.6.2
13402026-05-20T17:01:54.346Z Downloaded nix v0.28.0
13412026-05-20T17:01:54.352Z Downloaded rustls v0.21.12
13422026-05-20T17:01:54.359Z Downloaded polar-core v0.27.3
13432026-05-20T17:01:54.364Z Downloaded webpki-roots v1.0.6
13442026-05-20T17:01:54.370Z Downloaded hickory-proto v0.25.2
13452026-05-20T17:01:54.382Z Downloaded rustls v0.22.4
13462026-05-20T17:01:54.393Z Downloaded tabled v0.20.0
13472026-05-20T17:01:54.402Z Downloaded time v0.3.47
13482026-05-20T17:01:54.410Z Downloaded regress v0.10.5
13492026-05-20T17:01:54.418Z Downloaded nix v0.29.0
13502026-05-20T17:01:54.427Z Downloaded hickory-proto v0.24.4
13512026-05-20T17:01:54.432Z Downloaded rustix v0.38.44
13522026-05-20T17:01:54.446Z Downloaded dropshot v0.16.7
13532026-05-20T17:01:54.454Z Downloaded object v0.37.3
13542026-05-20T17:01:54.462Z Downloaded regress v0.11.1
13552026-05-20T17:01:54.467Z Downloaded vcpkg v0.2.15
13562026-05-20T17:01:54.486Z Downloaded sqlparser v0.61.0
13572026-05-20T17:01:54.491Z Downloaded regex-syntax v0.6.29
13582026-05-20T17:01:54.495Z Downloaded nix v0.31.2
13592026-05-20T17:01:54.502Z Downloaded zerocopy v0.8.40
13602026-05-20T17:01:54.507Z Downloaded openapiv3 v2.2.0
13612026-05-20T17:01:54.514Z Downloaded smoltcp v0.11.0
13622026-05-20T17:01:54.520Z Downloaded regex-syntax v0.8.10
13632026-05-20T17:01:54.526Z Downloaded bzip2-sys v0.1.13+1.0.8
13642026-05-20T17:01:54.533Z Downloaded rustls v0.23.37
13652026-05-20T17:01:54.540Z Downloaded typify-impl v0.4.3
13662026-05-20T17:01:54.547Z Downloaded diesel v2.3.7
13672026-05-20T17:01:54.559Z Downloaded dropshot v0.17.0
13682026-05-20T17:01:54.592Z Downloaded chrono-tz v0.10.4
13692026-05-20T17:01:54.610Z Downloaded sled v0.34.7
13702026-05-20T17:01:54.627Z Downloaded typify-impl v0.6.2
13712026-05-20T17:01:54.634Z Downloaded tracing v0.1.44
13722026-05-20T17:01:54.645Z Downloaded ratatui v0.29.0
13732026-05-20T17:01:54.657Z Downloaded zerocopy-derive v0.6.6
13742026-05-20T17:01:54.663Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13752026-05-20T17:01:54.673Z Downloaded sha3 v0.10.8
13762026-05-20T17:01:54.683Z Downloaded regex-automata v0.4.14
13772026-05-20T17:01:54.701Z Downloaded tokio v1.52.1
13782026-05-20T17:01:54.723Z Downloaded petgraph v0.6.5
13792026-05-20T17:01:54.735Z Downloaded jiff v0.2.21
13802026-05-20T17:01:54.748Z Downloaded csv v1.4.0
13812026-05-20T17:01:54.758Z Downloaded petgraph v0.8.3
13822026-05-20T17:01:54.771Z Downloaded libz-sys v1.1.24
13832026-05-20T17:01:54.796Z Downloaded encoding_rs v0.8.35
13842026-05-20T17:01:54.824Z Downloaded ring v0.17.14
13852026-05-20T17:01:54.875Z Downloaded libgit2-sys v0.18.3+1.9.2
13862026-05-20T17:01:55.369Z Downloaded aws-lc-sys v0.40.0
13872026-05-20T17:01:55.620Z Compiling libc v0.2.185
13882026-05-20T17:01:55.620Z Compiling serde v1.0.228
13892026-05-20T17:01:55.623Z Compiling log v0.4.29
13902026-05-20T17:01:55.623Z Compiling shlex v1.3.0
13912026-05-20T17:01:55.623Z Compiling find-msvc-tools v0.1.9
13922026-05-20T17:01:55.623Z Compiling smallvec v1.15.1
13932026-05-20T17:01:55.623Z Compiling syn v2.0.117
13942026-05-20T17:01:55.623Z Compiling typenum v1.19.0
13952026-05-20T17:01:55.947Z Compiling generic-array v0.14.7
13962026-05-20T17:01:55.993Z Compiling subtle v2.6.1
13972026-05-20T17:01:56.007Z Compiling scopeguard v1.2.0
13982026-05-20T17:01:56.070Z Compiling const-oid v0.9.6
13992026-05-20T17:01:56.088Z Compiling lock_api v0.4.14
14002026-05-20T17:01:56.115Z Compiling serde_json v1.0.149
14012026-05-20T17:01:56.168Z Compiling zerocopy v0.8.40
14022026-05-20T17:01:56.193Z Compiling parking_lot_core v0.9.12
14032026-05-20T17:01:56.307Z Compiling pin-project-lite v0.2.17
14042026-05-20T17:01:56.399Z Compiling portable-atomic v1.13.1
14052026-05-20T17:01:56.433Z Compiling pkg-config v0.3.32
14062026-05-20T17:01:56.586Z Compiling getrandom v0.2.17
14072026-05-20T17:01:56.648Z Compiling jobserver v0.1.34
14082026-05-20T17:01:56.698Z Compiling errno v0.3.14
14092026-05-20T17:01:56.771Z Compiling rand_core v0.6.4
14102026-05-20T17:01:56.809Z Compiling signal-hook-registry v1.4.8
14112026-05-20T17:01:56.903Z Compiling cc v1.2.56
14122026-05-20T17:01:57.018Z Compiling bitflags v2.11.0
14132026-05-20T17:01:57.036Z Compiling critical-section v1.2.0
14142026-05-20T17:01:57.069Z Compiling libm v0.2.16
14152026-05-20T17:01:57.123Z Compiling futures-core v0.3.32
14162026-05-20T17:01:57.141Z Compiling parking_lot v0.12.5
14172026-05-20T17:01:57.344Z Compiling mio v1.2.0
14182026-05-20T17:01:57.360Z Compiling num-traits v0.2.19
14192026-05-20T17:01:57.501Z Compiling once_cell v1.21.3
14202026-05-20T17:01:57.571Z Compiling percent-encoding v2.3.2
14212026-05-20T17:01:57.610Z Compiling socket2 v0.6.3
14222026-05-20T17:01:57.697Z Compiling futures-sink v0.3.32
14232026-05-20T17:01:57.712Z Compiling getrandom v0.4.1
14242026-05-20T17:01:57.758Z Compiling cpufeatures v0.2.17
14252026-05-20T17:01:57.799Z Compiling futures-channel v0.3.32
14262026-05-20T17:01:57.813Z Compiling slab v0.4.12
14272026-05-20T17:01:57.831Z Compiling futures-task v0.3.32
14282026-05-20T17:01:57.991Z Compiling futures-io v0.3.32
14292026-05-20T17:01:58.005Z Compiling rand_core v0.10.0
14302026-05-20T17:01:58.021Z Compiling indexmap v2.14.0
14312026-05-20T17:01:58.035Z Compiling getrandom v0.3.4
14322026-05-20T17:01:58.066Z Compiling rustversion v1.0.22
14332026-05-20T17:01:58.166Z Compiling form_urlencoded v1.2.2
14342026-05-20T17:01:58.365Z Compiling cmake v0.1.57
14352026-05-20T17:01:58.450Z Compiling dunce v1.0.5
14362026-05-20T17:01:58.501Z Compiling fs_extra v1.3.0
14372026-05-20T17:01:58.681Z Compiling synstructure v0.13.2
14382026-05-20T17:01:58.695Z Compiling base64ct v1.8.3
14392026-05-20T17:01:58.785Z Compiling ident_case v1.0.1
14402026-05-20T17:01:58.789Z Compiling aws-lc-sys v0.40.0
14412026-05-20T17:01:58.910Z Compiling iana-time-zone v0.1.65
14422026-05-20T17:01:58.984Z Compiling pem-rfc7468 v0.7.0
14432026-05-20T17:01:58.999Z Compiling flagset v0.4.7
14442026-05-20T17:01:59.030Z Compiling rustix v1.1.3
14452026-05-20T17:01:59.120Z Compiling regex-syntax v0.8.10
14462026-05-20T17:01:59.134Z Compiling rand_core v0.9.5
14472026-05-20T17:01:59.147Z Compiling ring v0.17.14
14482026-05-20T17:01:59.304Z Compiling vcpkg v0.2.15
14492026-05-20T17:01:59.306Z Compiling aws-lc-rs v1.16.3
14502026-05-20T17:01:59.416Z Compiling uuid v1.23.0
14512026-05-20T17:01:59.606Z Compiling rustc_version v0.4.1
14522026-05-20T17:01:59.939Z Compiling tracing-core v0.1.36
14532026-05-20T17:02:00.051Z Compiling openssl-sys v0.9.115
14542026-05-20T17:02:00.126Z Compiling base64 v0.22.1
14552026-05-20T17:02:00.407Z Compiling serde_derive v1.0.228
14562026-05-20T17:02:00.452Z Compiling zeroize_derive v1.4.3
14572026-05-20T17:02:00.496Z Compiling zerofrom-derive v0.1.6
14582026-05-20T17:02:00.577Z Compiling yoke-derive v0.8.1
14592026-05-20T17:02:00.799Z Compiling zerovec-derive v0.11.2
14602026-05-20T17:02:01.109Z Compiling zeroize v1.8.2
14612026-05-20T17:02:01.522Z Compiling zerocopy-derive v0.8.40
14622026-05-20T17:02:01.743Z Compiling displaydoc v0.2.5
14632026-05-20T17:02:01.872Z Compiling crypto-common v0.1.7
14642026-05-20T17:02:01.913Z Compiling zerofrom v0.1.6
14652026-05-20T17:02:01.942Z Compiling block-buffer v0.10.4
14662026-05-20T17:02:02.010Z Compiling yoke v0.8.1
14672026-05-20T17:02:02.035Z Compiling tokio-macros v2.7.0
14682026-05-20T17:02:02.101Z Compiling digest v0.10.7
14692026-05-20T17:02:02.192Z Compiling zerovec v0.11.5
14702026-05-20T17:02:02.398Z Compiling futures-macro v0.3.32
14712026-05-20T17:02:02.528Z Compiling zerotrie v0.2.3
14722026-05-20T17:02:02.737Z Compiling tinystr v0.8.2
14732026-05-20T17:02:02.794Z Compiling potential_utf v0.1.4
14742026-05-20T17:02:02.822Z Compiling hmac v0.12.1
14752026-05-20T17:02:02.936Z Compiling icu_locale_core v2.1.1
14762026-05-20T17:02:02.956Z Compiling icu_collections v2.1.1
14772026-05-20T17:02:02.976Z Compiling block-padding v0.3.3
14782026-05-20T17:02:03.128Z Compiling inout v0.1.4
14792026-05-20T17:02:03.185Z Compiling futures-util v0.3.32
14802026-05-20T17:02:03.293Z Compiling cipher v0.4.4
14812026-05-20T17:02:03.430Z Compiling sha2 v0.10.9
14822026-05-20T17:02:03.558Z Compiling icu_provider v2.1.1
14832026-05-20T17:02:03.819Z Compiling bytes v1.11.1
14842026-05-20T17:02:03.833Z Compiling icu_normalizer v2.1.1
14852026-05-20T17:02:03.854Z Compiling icu_properties v2.1.2
14862026-05-20T17:02:03.884Z Compiling der_derive v0.7.3
14872026-05-20T17:02:04.365Z Compiling tokio v1.52.1
14882026-05-20T17:02:04.423Z Compiling http v1.4.0
14892026-05-20T17:02:04.775Z Compiling idna_adapter v1.2.1
14902026-05-20T17:02:04.828Z Compiling der v0.7.10
14912026-05-20T17:02:04.911Z Compiling idna v1.1.0
14922026-05-20T17:02:04.926Z Compiling chrono v0.4.44
14932026-05-20T17:02:05.301Z Compiling url v2.5.8
14942026-05-20T17:02:05.465Z Compiling salsa20 v0.10.2
14952026-05-20T17:02:05.552Z Compiling pbkdf2 v0.12.2
14962026-05-20T17:02:05.597Z Compiling rustls-pki-types v1.14.0
14972026-05-20T17:02:05.658Z Compiling spki v0.7.3
14982026-05-20T17:02:05.863Z Compiling ppv-lite86 v0.2.21
14992026-05-20T17:02:05.882Z Compiling thiserror-impl v2.0.18
15002026-05-20T17:02:06.006Z Compiling tracing-attributes v0.1.31
15012026-05-20T17:02:06.042Z Compiling scrypt v0.11.0
15022026-05-20T17:02:06.080Z Compiling http-body v1.0.1
15032026-05-20T17:02:06.176Z Compiling rand_chacha v0.9.0
15042026-05-20T17:02:06.230Z Compiling cbc v0.1.2
15052026-05-20T17:02:06.289Z Compiling aes v0.8.4
15062026-05-20T17:02:06.367Z Compiling httparse v1.10.1
15072026-05-20T17:02:06.382Z Compiling untrusted v0.9.0
15082026-05-20T17:02:06.499Z Compiling untrusted v0.7.1
15092026-05-20T17:02:06.621Z Compiling openssl-probe v0.2.1
15102026-05-20T17:02:06.692Z Compiling tinyvec_macros v0.1.1
15112026-05-20T17:02:06.763Z Compiling tinyvec v1.10.0
15122026-05-20T17:02:06.842Z Compiling pkcs5 v0.7.1
15132026-05-20T17:02:07.105Z Compiling pest_generator v2.8.6
15142026-05-20T17:02:07.195Z Compiling thiserror v2.0.18
15152026-05-20T17:02:07.307Z Compiling rand v0.9.2
15162026-05-20T17:02:07.327Z Compiling tracing v0.1.44
15172026-05-20T17:02:07.353Z Compiling serde_derive_internals v0.29.1
15182026-05-20T17:02:07.365Z Compiling aho-corasick v1.1.4
15192026-05-20T17:02:07.577Z Compiling try-lock v0.2.5
15202026-05-20T17:02:07.701Z Compiling dyn-clone v1.0.20
15212026-05-20T17:02:07.823Z Compiling tower-service v0.3.3
15222026-05-20T17:02:07.840Z Compiling schemars v0.8.22
15232026-05-20T17:02:07.920Z Compiling atomic-waker v1.1.2
15242026-05-20T17:02:08.035Z Compiling rustls v0.23.37
15252026-05-20T17:02:08.049Z Compiling tower-layer v0.3.3
15262026-05-20T17:02:08.106Z Compiling tokio-util v0.7.18
15272026-05-20T17:02:08.202Z Compiling regex-automata v0.4.14
15282026-05-20T17:02:08.223Z Compiling pest_derive v2.8.6
15292026-05-20T17:02:08.240Z Compiling schemars_derive v0.8.22
15302026-05-20T17:02:08.633Z Compiling want v0.3.1
15312026-05-20T17:02:08.648Z Compiling pkcs8 v0.10.2
15322026-05-20T17:02:08.803Z Compiling h2 v0.4.13
15332026-05-20T17:02:09.051Z Compiling ipnet v2.11.0
15342026-05-20T17:02:09.130Z Compiling scroll_derive v0.13.1
15352026-05-20T17:02:09.232Z Compiling darling_core v0.20.11
15362026-05-20T17:02:09.453Z Compiling pin-utils v0.1.0
15372026-05-20T17:02:09.526Z Compiling httpdate v1.0.3
15382026-05-20T17:02:09.546Z Compiling foreign-types-shared v0.1.1
15392026-05-20T17:02:09.625Z Compiling openssl v0.10.79
15402026-05-20T17:02:09.740Z Compiling tempfile v3.25.0
15412026-05-20T17:02:09.873Z Compiling foreign-types v0.3.2
15422026-05-20T17:02:09.924Z Compiling scroll v0.13.0
15432026-05-20T17:02:10.052Z Compiling unicode-normalization v0.1.25
15442026-05-20T17:02:10.178Z Compiling openssl-macros v0.1.1
15452026-05-20T17:02:10.511Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15462026-05-20T17:02:10.519Z Compiling spin v0.9.8
15472026-05-20T17:02:10.568Z Compiling num-conv v0.2.0
15482026-05-20T17:02:10.685Z Compiling native-tls v0.2.18
15492026-05-20T17:02:10.724Z Compiling time-core v0.1.8
15502026-05-20T17:02:10.862Z Compiling powerfmt v0.2.0
15512026-05-20T17:02:10.905Z Compiling crc32fast v1.5.0
15522026-05-20T17:02:11.058Z Compiling deranged v0.5.8
15532026-05-20T17:02:11.194Z Compiling time-macros v0.2.27
15542026-05-20T17:02:11.446Z Compiling darling_macro v0.20.11
15552026-05-20T17:02:11.901Z Compiling hyper v1.8.1
15562026-05-20T17:02:12.015Z Compiling darling v0.20.11
15572026-05-20T17:02:12.098Z Compiling goblin v0.10.5
15582026-05-20T17:02:12.199Z Compiling rustls-native-certs v0.8.3
15592026-05-20T17:02:12.255Z Compiling sync_wrapper v1.0.2
15602026-05-20T17:02:12.380Z Compiling wait-timeout v0.2.1
15612026-05-20T17:02:12.573Z Compiling bit-vec v0.8.0
15622026-05-20T17:02:12.696Z Compiling unicode-segmentation v1.12.0
15632026-05-20T17:02:12.788Z Compiling usdt-impl v0.6.0
15642026-05-20T17:02:12.874Z Compiling num_threads v0.1.7
15652026-05-20T17:02:12.989Z Compiling crossbeam-utils v0.8.21
15662026-05-20T17:02:12.989Z Compiling siphasher v1.0.2
15672026-05-20T17:02:13.081Z Compiling hyper-util v0.1.20
15682026-05-20T17:02:13.193Z Compiling simd-adler32 v0.3.8
15692026-05-20T17:02:13.211Z Compiling syn v1.0.109
15702026-05-20T17:02:13.358Z Compiling quick-error v1.2.3
15712026-05-20T17:02:13.462Z Compiling rusty-fork v0.3.1
15722026-05-20T17:02:13.551Z Compiling time v0.3.47
15732026-05-20T17:02:13.768Z Compiling bit-set v0.8.0
15742026-05-20T17:02:13.802Z Compiling tower v0.5.3
15752026-05-20T17:02:13.926Z Compiling derive_builder_core v0.20.2
15762026-05-20T17:02:14.271Z Compiling dtrace-parser v0.3.0
15772026-05-20T17:02:14.426Z Compiling http-body-util v0.1.3
15782026-05-20T17:02:14.668Z Compiling webpki-roots v1.0.6
15792026-05-20T17:02:14.722Z Compiling signature v2.2.0
15802026-05-20T17:02:14.785Z Compiling thiserror-impl v1.0.69
15812026-05-20T17:02:14.799Z Compiling scroll_derive v0.12.1
15822026-05-20T17:02:14.894Z Compiling dof v0.4.0
15832026-05-20T17:02:15.004Z Compiling heapless v0.7.17
15842026-05-20T17:02:15.089Z Compiling rand_xorshift v0.4.0
15852026-05-20T17:02:15.236Z Compiling slog v2.8.2
15862026-05-20T17:02:15.250Z Compiling darling_core v0.21.3
15872026-05-20T17:02:15.419Z Compiling bzip2-sys v0.1.13+1.0.8
15882026-05-20T17:02:15.434Z Compiling thread-id v5.1.0
15892026-05-20T17:02:15.517Z Compiling cookie v0.18.1
15902026-05-20T17:02:15.691Z Compiling allocator-api2 v0.2.21
15912026-05-20T17:02:15.708Z Compiling zstd-safe v7.2.4
15922026-05-20T17:02:15.895Z Compiling adler2 v2.0.1
15932026-05-20T17:02:16.020Z Compiling ryu v1.0.23
15942026-05-20T17:02:16.020Z Compiling signal-hook v0.3.18
15952026-05-20T17:02:16.035Z Compiling unicode-bidi v0.3.18
15962026-05-20T17:02:16.048Z Compiling unicode-properties v0.1.4
15972026-05-20T17:02:16.177Z Compiling anyhow v1.0.102
15982026-05-20T17:02:16.192Z Compiling unarray v0.1.4
15992026-05-20T17:02:16.248Z Compiling paste v1.0.15
16002026-05-20T17:02:16.297Z Compiling iri-string v0.7.10
16012026-05-20T17:02:16.337Z Compiling proptest v1.10.0
16022026-05-20T17:02:16.553Z Compiling stringprep v0.1.5
16032026-05-20T17:02:16.586Z Compiling serde_urlencoded v0.7.1
16042026-05-20T17:02:16.683Z Compiling thiserror v1.0.69
16052026-05-20T17:02:16.785Z Compiling miniz_oxide v0.8.9
16062026-05-20T17:02:17.412Z Compiling scroll v0.12.0
16072026-05-20T17:02:17.572Z Compiling tower-http v0.6.8
16082026-05-20T17:02:17.672Z Compiling derive_builder_macro v0.20.2
16092026-05-20T17:02:17.686Z Compiling tokio-native-tls v0.3.1
16102026-05-20T17:02:17.736Z Compiling darling_macro v0.21.3
16112026-05-20T17:02:17.841Z Compiling heck v0.4.1
16122026-05-20T17:02:17.962Z Compiling ipnetwork v0.21.1
16132026-05-20T17:02:18.064Z Compiling bstr v1.12.1
16142026-05-20T17:02:18.113Z Compiling rand_chacha v0.3.1
16152026-05-20T17:02:18.205Z Compiling serde_tokenstream v0.2.3
16162026-05-20T17:02:18.303Z Compiling serde_spanned v0.6.9
16172026-05-20T17:02:18.366Z Compiling toml_datetime v0.6.11
16182026-05-20T17:02:18.444Z Compiling erased-serde v0.3.31
16192026-05-20T17:02:18.511Z Compiling md-5 v0.10.6
16202026-05-20T17:02:18.625Z Compiling zerocopy-derive v0.7.35
16212026-05-20T17:02:18.675Z Compiling async-trait v0.1.89
16222026-05-20T17:02:18.704Z Compiling pin-project-internal v1.1.11
16232026-05-20T17:02:18.914Z Compiling curve25519-dalek v4.1.3
16242026-05-20T17:02:18.928Z Compiling vergen-lib v0.1.6
16252026-05-20T17:02:19.102Z Compiling num-integer v0.1.46
16262026-05-20T17:02:19.241Z Compiling hash32 v0.2.1
16272026-05-20T17:02:19.419Z Compiling ff v0.13.1
16282026-05-20T17:02:19.434Z Compiling memoffset v0.9.1
16292026-05-20T17:02:19.460Z Compiling base16ct v0.2.0
16302026-05-20T17:02:19.556Z Compiling zlib-rs v0.6.2
16312026-05-20T17:02:19.623Z Compiling num-bigint-dig v0.8.6
16322026-05-20T17:02:19.637Z Compiling litrs v1.0.0
16332026-05-20T17:02:19.688Z Compiling psl-types v2.0.11
16342026-05-20T17:02:19.794Z Compiling rustix v0.38.44
16352026-05-20T17:02:19.809Z Compiling fallible-iterator v0.2.0
16362026-05-20T17:02:19.812Z Compiling ref-cast v1.0.25
16372026-05-20T17:02:20.111Z Compiling smoltcp v0.9.1
16382026-05-20T17:02:20.114Z Compiling cfg_aliases v0.2.1
16392026-05-20T17:02:20.139Z Compiling document-features v0.2.12
16402026-05-20T17:02:20.196Z Compiling nix v0.31.2
16412026-05-20T17:02:20.291Z Compiling postgres-protocol v0.6.10
16422026-05-20T17:02:20.482Z Compiling pin-project v1.1.11
16432026-05-20T17:02:20.557Z Compiling publicsuffix v2.3.0
16442026-05-20T17:02:20.685Z Compiling sec1 v0.7.3
16452026-05-20T17:02:20.713Z Compiling group v0.13.0
16462026-05-20T17:02:20.728Z Compiling zerocopy v0.7.35
16472026-05-20T17:02:20.885Z Compiling num-iter v0.1.45
16482026-05-20T17:02:21.031Z Compiling newtype-uuid v1.3.2
16492026-05-20T17:02:21.267Z Compiling rand v0.8.6
16502026-05-20T17:02:21.287Z Compiling darling v0.21.3
16512026-05-20T17:02:21.349Z Compiling oxnet v0.1.4
16522026-05-20T17:02:21.368Z Compiling derive_builder v0.20.2
16532026-05-20T17:02:21.392Z Compiling snafu-derive v0.8.9
16542026-05-20T17:02:21.625Z Compiling hubpack_derive v0.1.1
16552026-05-20T17:02:21.694Z Compiling hyper-tls v0.6.0
16562026-05-20T17:02:21.732Z Compiling goblin v0.8.2
16572026-05-20T17:02:22.443Z Compiling phf_shared v0.13.1
16582026-05-20T17:02:22.596Z Compiling flate2 v1.1.9
16592026-05-20T17:02:22.684Z Compiling lazy_static v1.5.0
16602026-05-20T17:02:22.782Z Compiling regex v1.12.3
16612026-05-20T17:02:22.878Z Compiling strum_macros v0.27.2
16622026-05-20T17:02:22.928Z Compiling futures-executor v0.3.32
16632026-05-20T17:02:23.007Z Compiling hex v0.4.3
16642026-05-20T17:02:23.190Z Compiling cargo-platform v0.1.9
16652026-05-20T17:02:23.219Z Compiling hkdf v0.12.4
16662026-05-20T17:02:23.277Z Compiling crypto-bigint v0.5.5
16672026-05-20T17:02:23.355Z Compiling terminal_size v0.4.3
16682026-05-20T17:02:23.383Z Compiling daft-derive v0.1.5
16692026-05-20T17:02:23.446Z Compiling curve25519-dalek-derive v0.1.1
16702026-05-20T17:02:23.494Z Compiling ref-cast-impl v1.0.25
16712026-05-20T17:02:24.031Z Compiling vergen v9.0.6
16722026-05-20T17:02:24.087Z Compiling fs-err v3.3.0
16732026-05-20T17:02:24.102Z Compiling ahash v0.8.12
16742026-05-20T17:02:24.206Z Compiling encoding_rs v0.8.35
16752026-05-20T17:02:24.271Z Compiling object v0.37.3
16762026-05-20T17:02:24.298Z Compiling same-file v1.0.6
16772026-05-20T17:02:24.460Z Compiling bumpalo v3.20.2
16782026-05-20T17:02:24.536Z Compiling managed v0.8.0
16792026-05-20T17:02:24.713Z Compiling winnow v0.5.40
16802026-05-20T17:02:24.745Z Compiling foldhash v0.2.0
16812026-05-20T17:02:24.845Z Compiling libbz2-rs-sys v0.2.2
16822026-05-20T17:02:24.967Z Compiling mime v0.3.17
16832026-05-20T17:02:25.218Z Compiling foldhash v0.1.5
16842026-05-20T17:02:25.274Z Compiling bitflags v1.3.2
16852026-05-20T17:02:25.353Z Compiling hashbrown v0.15.5
16862026-05-20T17:02:25.408Z Compiling bzip2 v0.6.1
16872026-05-20T17:02:25.507Z Compiling hashbrown v0.16.1
16882026-05-20T17:02:25.612Z Compiling strum v0.27.2
16892026-05-20T17:02:25.712Z Compiling zopfli v0.8.3
16902026-05-20T17:02:25.740Z Compiling clap_builder v4.5.60
16912026-05-20T17:02:25.934Z Compiling walkdir v2.5.0
16922026-05-20T17:02:26.081Z Compiling toml_edit v0.19.15
16932026-05-20T17:02:26.174Z Compiling elliptic-curve v0.13.8
16942026-05-20T17:02:26.257Z Compiling daft v0.1.5
16952026-05-20T17:02:26.468Z Compiling dof v0.3.0
16962026-05-20T17:02:26.529Z Compiling snafu v0.8.9
16972026-05-20T17:02:26.561Z Compiling cargo_metadata v0.19.2
16982026-05-20T17:02:26.879Z Compiling futures v0.3.32
16992026-05-20T17:02:27.172Z Compiling phf v0.13.1
17002026-05-20T17:02:27.286Z Compiling cookie_store v0.22.1
17012026-05-20T17:02:27.354Z Compiling signal-hook-mio v0.2.5
17022026-05-20T17:02:27.834Z Compiling hubpack v0.1.2
17032026-05-20T17:02:27.926Z Compiling bzip2 v0.4.4
17042026-05-20T17:02:27.937Z Compiling zstd v0.13.3
17052026-05-20T17:02:28.059Z Compiling serde_with_macros v3.17.0
17062026-05-20T17:02:28.201Z Compiling postgres-types v0.2.12
17072026-05-20T17:02:28.733Z Compiling usdt-macro v0.6.0
17082026-05-20T17:02:28.750Z Compiling usdt-attr-macro v0.6.0
17092026-05-20T17:02:28.769Z Compiling globset v0.4.18
17102026-05-20T17:02:29.172Z Compiling dtrace-parser v0.2.0
17112026-05-20T17:02:29.295Z Compiling ed25519 v2.2.3
17122026-05-20T17:02:29.312Z Compiling phf_shared v0.11.3
17132026-05-20T17:02:29.441Z Compiling olpc-cjson v0.1.4
17142026-05-20T17:02:29.458Z Compiling pkcs1 v0.7.5
17152026-05-20T17:02:29.495Z Compiling clap_derive v4.5.55
17162026-05-20T17:02:29.520Z Compiling enum-as-inner v0.6.1
17172026-05-20T17:02:29.599Z Compiling strum_macros v0.26.4
17182026-05-20T17:02:29.866Z Compiling serde_plain v1.0.2
17192026-05-20T17:02:29.912Z Compiling serde-big-array v0.5.1
17202026-05-20T17:02:30.015Z Compiling rfc6979 v0.4.0
17212026-05-20T17:02:30.053Z Compiling async-recursion v1.1.1
17222026-05-20T17:02:30.053Z Compiling serde_repr v0.1.20
17232026-05-20T17:02:30.140Z Compiling pem v3.0.6
17242026-05-20T17:02:30.196Z Compiling float-cmp v0.10.0
17252026-05-20T17:02:30.346Z Compiling memmap2 v0.9.10
17262026-05-20T17:02:30.463Z Compiling thread-id v4.2.2
17272026-05-20T17:02:30.553Z Compiling env_filter v1.0.0
17282026-05-20T17:02:30.568Z Compiling rustc-hash v2.1.1
17292026-05-20T17:02:30.587Z Compiling precomputed-hash v0.1.1
17302026-05-20T17:02:30.675Z Compiling typed-path v0.9.3
17312026-05-20T17:02:30.689Z Compiling predicates-core v1.0.10
17322026-05-20T17:02:30.702Z Compiling keccak v0.1.6
17332026-05-20T17:02:30.845Z Compiling data-encoding v2.10.0
17342026-05-20T17:02:30.859Z Compiling fixedbitset v0.4.2
17352026-05-20T17:02:31.079Z Compiling difflib v0.4.0
17362026-05-20T17:02:31.241Z Compiling normalize-line-endings v0.3.0
17372026-05-20T17:02:31.337Z Compiling static_assertions v1.1.0
17382026-05-20T17:02:31.349Z Compiling jiff v0.2.21
17392026-05-20T17:02:31.412Z Compiling either v1.15.0
17402026-05-20T17:02:31.505Z Compiling new_debug_unreachable v1.0.6
17412026-05-20T17:02:31.522Z Compiling fixedbitset v0.5.7
17422026-05-20T17:02:31.577Z Compiling whoami v2.1.0
17432026-05-20T17:02:31.618Z Compiling itertools v0.13.0
17442026-05-20T17:02:31.634Z Compiling string_cache v0.8.9
17452026-05-20T17:02:31.827Z Compiling tokio-postgres v0.7.16
17462026-05-20T17:02:31.859Z Compiling petgraph v0.8.3
17472026-05-20T17:02:31.873Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17482026-05-20T17:02:31.948Z Compiling strum v0.26.3
17492026-05-20T17:02:32.082Z Compiling predicates v3.1.4
17502026-05-20T17:02:32.579Z Compiling clap v4.5.60
17512026-05-20T17:02:32.664Z Compiling hickory-proto v0.25.2
17522026-05-20T17:02:32.802Z Compiling toml_edit v0.22.27
17532026-05-20T17:02:32.904Z Compiling petgraph v0.6.5
17542026-05-20T17:02:33.823Z Compiling sha3 v0.10.8
17552026-05-20T17:02:34.082Z Compiling zip v4.6.1
17562026-05-20T17:02:34.277Z Compiling env_logger v0.11.9
17572026-05-20T17:02:34.378Z Compiling iddqd v0.3.18
17582026-05-20T17:02:34.630Z Compiling usdt-impl v0.5.0
17592026-05-20T17:02:34.658Z Compiling usdt v0.6.0
17602026-05-20T17:02:34.917Z Compiling ecdsa v0.16.9
17612026-05-20T17:02:35.024Z Compiling rsa v0.9.10
17622026-05-20T17:02:35.201Z Compiling ed25519-dalek v2.2.0
17632026-05-20T17:02:35.303Z Compiling serde_with v3.17.0
17642026-05-20T17:02:35.492Z Compiling crossterm v0.28.1
17652026-05-20T17:02:35.578Z Compiling zip v0.6.6
17662026-05-20T17:02:36.163Z Compiling toml v0.7.8
17672026-05-20T17:02:36.785Z Compiling toml_parser v1.0.9+spec-1.1.0
17682026-05-20T17:02:36.904Z Compiling similar v2.7.0
17692026-05-20T17:02:36.930Z Compiling crossbeam-epoch v0.9.18
17702026-05-20T17:02:37.001Z Compiling tokio-stream v0.1.18
17712026-05-20T17:02:37.271Z Compiling buf-list v1.1.2
17722026-05-20T17:02:37.348Z Compiling x509-cert v0.2.5
17732026-05-20T17:02:37.441Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17742026-05-20T17:02:37.518Z Compiling openapiv3 v2.2.0
17752026-05-20T17:02:37.547Z Compiling sha1 v0.10.6
17762026-05-20T17:02:37.735Z Compiling toml_datetime v0.7.5+spec-1.1.0
17772026-05-20T17:02:37.768Z Compiling peg-runtime v0.8.5
17782026-05-20T17:02:37.795Z Compiling lalrpop-util v0.19.12
17792026-05-20T17:02:37.986Z Compiling thread_local v1.1.9
17802026-05-20T17:02:38.028Z Compiling slog-async v2.8.0
17812026-05-20T17:02:38.049Z Compiling crossbeam-channel v0.5.15
17822026-05-20T17:02:38.236Z Compiling filetime v0.2.27
17832026-05-20T17:02:38.341Z Compiling is-terminal v0.4.17
17842026-05-20T17:02:38.366Z Compiling term v1.2.1
17852026-05-20T17:02:38.408Z Compiling take_mut v0.2.2
17862026-05-20T17:02:38.435Z Compiling xattr v1.6.1
17872026-05-20T17:02:38.599Z Compiling tar v0.4.45
17882026-05-20T17:02:38.931Z Compiling slog-term v2.9.2
17892026-05-20T17:02:48.110Z Compiling rustls-webpki v0.103.9
17902026-05-20T17:02:50.887Z Compiling tokio-rustls v0.26.4
17912026-05-20T17:02:50.887Z Compiling rustls-platform-verifier v0.6.2
17922026-05-20T17:02:51.097Z Compiling hyper-rustls v0.27.7
17932026-05-20T17:02:51.288Z Compiling reqwest v0.12.28
17942026-05-20T17:02:51.288Z Compiling reqwest v0.13.2
17952026-05-20T17:02:52.576Z Compiling tough v0.22.0
17962026-05-20T17:02:55.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-05-20T17:02:55.292Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-05-20T17:02:58.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17992026-05-20T17:02:58.230Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18002026-05-20T17:02:58.282ZMay 20 17:02:57.279 INFO Starting download, target: Console
18012026-05-20T17:02:58.282ZMay 20 17:02:57.279 INFO Starting download, target: DendriteStub
18022026-05-20T17:02:58.282ZMay 20 17:02:57.279 INFO Starting download, target: Clickhouse
18032026-05-20T17:02:58.282ZMay 20 17:02:57.279 INFO Starting download, target: Cockroach
18042026-05-20T17:02:58.283ZMay 20 17:02:57.279 INFO Starting download, target: MaghemiteMgd
18052026-05-20T17:02:58.283ZMay 20 17:02:57.279 INFO Starting download, target: TransceiverControl
18062026-05-20T17:02:58.285ZMay 20 17:02:57.280 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18072026-05-20T17:02:58.285ZMay 20 17:02:57.280 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18082026-05-20T17:02:58.285ZMay 20 17:02:57.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18092026-05-20T17:02:58.285ZMay 20 17:02:57.280 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18102026-05-20T17:02:58.286ZMay 20 17:02:57.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18112026-05-20T17:02:58.286ZMay 20 17:02:57.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18122026-05-20T17:02:58.655ZMay 20 17:02:57.650 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18132026-05-20T17:02:58.858ZMay 20 17:02:57.853 INFO Download complete, target: TransceiverControl
18142026-05-20T17:02:59.227ZMay 20 17:02:58.221 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18152026-05-20T17:02:59.456ZMay 20 17:02:58.449 INFO Download complete, target: Console
18162026-05-20T17:03:00.674ZMay 20 17:02:59.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18172026-05-20T17:03:00.775ZMay 20 17:02:59.763 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18182026-05-20T17:03:00.868ZMay 20 17:02:59.864 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18192026-05-20T17:03:00.868ZMay 20 17:02:59.864 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18202026-05-20T17:03:01.241ZMay 20 17:03:00.236 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18212026-05-20T17:03:02.995ZMay 20 17:03:01.991 INFO Download complete, target: DendriteStub
18222026-05-20T17:03:03.106ZMay 20 17:03:02.103 INFO Download complete, target: MaghemiteMgd
18232026-05-20T17:03:05.474ZMay 20 17:03:04.471 INFO Checking that binary works, target: Cockroach
18242026-05-20T17:03:05.591ZMay 20 17:03:04.587 INFO Download complete, target: Cockroach
18252026-05-20T17:03:07.810ZMay 20 17:03:06.806 INFO Checking that binary works, target: Clickhouse
18262026-05-20T17:03:07.901ZMay 20 17:03:06.898 INFO Download complete, target: Clickhouse
18272026-05-20T17:03:07.916ZAll builder prerequisites installed successfully, and PATH looks valid
18282026-05-20T17:03:07.920Z
18292026-05-20T17:03:07.920Zreal 2:17.146402965
18302026-05-20T17:03:07.920Zuser 6:54.828353154
18312026-05-20T17:03:07.920Zsys 1:21.605996384
18322026-05-20T17:03:07.920Ztrap 0.221881838
18332026-05-20T17:03:07.920Ztflt 0.615039425
18342026-05-20T17:03:07.920Zdflt 0.595001382
18352026-05-20T17:03:07.920Zkflt 0.027191748
18362026-05-20T17:03:07.921Zlock 21:54.459520766
18372026-05-20T17:03:07.921Zslp 21:10.957302717
18382026-05-20T17:03:07.921Zlat 45.515924687
18392026-05-20T17:03:07.921Zstop 2:00.815549837
18402026-05-20T17:03:07.921Z+ banner hack-check
18412026-05-20T17:03:07.921Z
18422026-05-20T17:03:07.921Z # # ## #### # # #### # # ###### #### # #
18432026-05-20T17:03:07.921Z # # # # # # # # # # # # # # # # #
18442026-05-20T17:03:07.921Z ###### # # # #### ##### # ###### ##### # ####
18452026-05-20T17:03:07.921Z # # ###### # # # # # # # # # #
18462026-05-20T17:03:07.921Z # # # # # # # # # # # # # # # # #
18472026-05-20T17:03:07.921Z # # # # #### # # #### # # ###### #### # #
18482026-05-20T17:03:07.921Z
18492026-05-20T17:03:07.921Z+ export CARGO_INCREMENTAL=0
18502026-05-20T17:03:07.921Z+ CARGO_INCREMENTAL=0
18512026-05-20T17:03:07.921Z+ ptime -m timeout 2h cargo xtask check-features --ci
18522026-05-20T17:03:08.452Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18532026-05-20T17:03:08.670Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18542026-05-20T17:03:10.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18552026-05-20T17:03:10.612Z Running `target/debug/xtask check-features --ci`
18562026-05-20T17:03:10.637Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18572026-05-20T17:03:10.640Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18582026-05-20T17:03:11.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18592026-05-20T17:03:11.154Z Running `target/debug/xtask download cargo-hack`
18602026-05-20T17:03:11.930Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18612026-05-20T17:03:12.243Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18622026-05-20T17:03:14.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18632026-05-20T17:03:14.880Z Running `target/debug/xtask-downloader cargo-hack`
18642026-05-20T17:03:14.917ZMay 20 17:03:13.913 INFO Starting download, target: CargoHack
18652026-05-20T17:03:14.920ZMay 20 17:03:13.914 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18662026-05-20T17:03:15.330ZMay 20 17:03:14.326 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18672026-05-20T17:03:15.379ZMay 20 17:03:14.376 INFO Download complete, target: CargoHack
18682026-05-20T17:03:15.382Zrunning: "/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"
18692026-05-20T17:03:15.397Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18702026-05-20T17:03:15.550Zinfo: running `cargo check --bins` on api_identity (1/276)
18712026-05-20T17:03:16.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-20T17:03:16.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-20T17:03:16.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-20T17:03:16.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18752026-05-20T17:03:16.138Z
18762026-05-20T17:03:16.138Zinfo: running `cargo check --bins` on bootstore (2/276)
18772026-05-20T17:03:16.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-20T17:03:16.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-20T17:03:16.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-20T17:03:16.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18812026-05-20T17:03:16.730Z
18822026-05-20T17:03:16.730Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18832026-05-20T17:03:17.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-20T17:03:17.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-20T17:03:17.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-20T17:03:17.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18872026-05-20T17:03:17.321Z
18882026-05-20T17:03:17.321Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18892026-05-20T17:03:17.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-20T17:03:17.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-20T17:03:17.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-20T17:03:17.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18932026-05-20T17:03:17.915Z
18942026-05-20T17:03:17.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18952026-05-20T17:03:18.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-20T17:03:18.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-20T17:03:18.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-20T17:03:18.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18992026-05-20T17:03:18.505Z
19002026-05-20T17:03:18.505Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
19012026-05-20T17:03:19.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-20T17:03:19.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-20T17:03:19.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-20T17:03:19.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19052026-05-20T17:03:19.107Z
19062026-05-20T17:03:19.107Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
19072026-05-20T17:03:19.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-20T17:03:19.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-20T17:03:19.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-20T17:03:19.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19112026-05-20T17:03:19.769Z
19122026-05-20T17:03:19.770Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
19132026-05-20T17:03:20.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-20T17:03:20.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-20T17:03:20.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-20T17:03:20.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19172026-05-20T17:03:20.315Z
19182026-05-20T17:03:20.315Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
19192026-05-20T17:03:20.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-20T17:03:20.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-20T17:03:20.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-20T17:03:20.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-05-20T17:03:20.791Z
19242026-05-20T17:03:20.791Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
19252026-05-20T17:03:21.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-20T17:03:21.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-20T17:03:21.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-20T17:03:21.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-05-20T17:03:21.272Z
19302026-05-20T17:03:21.272Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
19312026-05-20T17:03:21.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-20T17:03:21.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-20T17:03:21.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-20T17:03:21.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19352026-05-20T17:03:21.752Z
19362026-05-20T17:03:21.752Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
19372026-05-20T17:03:22.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-20T17:03:22.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-20T17:03:22.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-20T17:03:22.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19412026-05-20T17:03:22.229Z
19422026-05-20T17:03:22.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
19432026-05-20T17:03:22.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-20T17:03:22.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-20T17:03:22.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-20T17:03:22.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-05-20T17:03:22.708Z
19482026-05-20T17:03:22.708Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
19492026-05-20T17:03:23.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-20T17:03:23.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-20T17:03:23.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-20T17:03:23.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19532026-05-20T17:03:23.187Z
19542026-05-20T17:03:23.187Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
19552026-05-20T17:03:23.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-20T17:03:23.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-20T17:03:23.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-20T17:03:23.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19592026-05-20T17:03:23.663Z
19602026-05-20T17:03:23.663Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19612026-05-20T17:03:24.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-20T17:03:24.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-20T17:03:24.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-20T17:03:24.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-05-20T17:03:24.141Z
19662026-05-20T17:03:24.141Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19672026-05-20T17:03:24.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-20T17:03:24.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-20T17:03:24.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-20T17:03:24.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19712026-05-20T17:03:24.619Z
19722026-05-20T17:03:24.619Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19732026-05-20T17:03:25.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-20T17:03:25.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-20T17:03:25.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-20T17:03:25.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19772026-05-20T17:03:25.096Z
19782026-05-20T17:03:25.096Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19792026-05-20T17:03:25.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-20T17:03:25.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-20T17:03:25.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-20T17:03:25.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19832026-05-20T17:03:25.573Z
19842026-05-20T17:03:25.573Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19852026-05-20T17:03:25.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-20T17:03:25.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-20T17:03:25.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-20T17:03:25.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19892026-05-20T17:03:26.054Z
19902026-05-20T17:03:26.054Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19912026-05-20T17:03:26.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-20T17:03:26.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-20T17:03:26.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-20T17:03:26.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19952026-05-20T17:03:26.535Z
19962026-05-20T17:03:26.535Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19972026-05-20T17:03:26.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-20T17:03:26.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-20T17:03:26.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-20T17:03:26.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20012026-05-20T17:03:27.021Z
20022026-05-20T17:03:27.021Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
20032026-05-20T17:03:27.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-20T17:03:27.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-20T17:03:27.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-20T17:03:27.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20072026-05-20T17:03:27.501Z
20082026-05-20T17:03:27.501Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
20092026-05-20T17:03:27.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-20T17:03:27.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-20T17:03:27.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-20T17:03:27.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20132026-05-20T17:03:27.979Z
20142026-05-20T17:03:27.979Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
20152026-05-20T17:03:28.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-20T17:03:28.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-20T17:03:28.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-20T17:03:28.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20192026-05-20T17:03:28.457Z
20202026-05-20T17:03:28.457Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
20212026-05-20T17:03:28.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-20T17:03:28.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-20T17:03:28.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-20T17:03:28.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20252026-05-20T17:03:28.938Z
20262026-05-20T17:03:28.938Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
20272026-05-20T17:03:29.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-20T17:03:29.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-20T17:03:29.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-20T17:03:29.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-05-20T17:03:29.419Z
20322026-05-20T17:03:29.419Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
20332026-05-20T17:03:29.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-20T17:03:29.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-20T17:03:29.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-20T17:03:29.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20372026-05-20T17:03:29.901Z
20382026-05-20T17:03:29.901Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
20392026-05-20T17:03:30.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-20T17:03:30.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-20T17:03:30.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-20T17:03:30.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20432026-05-20T17:03:30.385Z
20442026-05-20T17:03:30.385Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
20452026-05-20T17:03:30.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-20T17:03:30.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-20T17:03:30.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-20T17:03:30.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-05-20T17:03:30.865Z
20502026-05-20T17:03:30.865Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
20512026-05-20T17:03:31.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-20T17:03:31.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-20T17:03:31.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-20T17:03:31.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20552026-05-20T17:03:31.346Z
20562026-05-20T17:03:31.346Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
20572026-05-20T17:03:31.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-20T17:03:31.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-20T17:03:31.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-20T17:03:31.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20612026-05-20T17:03:31.822Z
20622026-05-20T17:03:31.822Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20632026-05-20T17:03:32.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-20T17:03:32.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-20T17:03:32.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-20T17:03:32.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20672026-05-20T17:03:32.300Z
20682026-05-20T17:03:32.300Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20692026-05-20T17:03:32.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-20T17:03:32.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-20T17:03:32.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-20T17:03:32.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20732026-05-20T17:03:32.776Z
20742026-05-20T17:03:32.776Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20752026-05-20T17:03:33.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-20T17:03:33.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-20T17:03:33.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-20T17:03:33.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20792026-05-20T17:03:33.258Z
20802026-05-20T17:03:33.258Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20812026-05-20T17:03:33.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-20T17:03:33.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-20T17:03:33.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-20T17:03:33.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20852026-05-20T17:03:33.736Z
20862026-05-20T17:03:33.736Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20872026-05-20T17:03:34.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-20T17:03:34.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-20T17:03:34.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-20T17:03:34.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20912026-05-20T17:03:34.214Z
20922026-05-20T17:03:34.215Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20932026-05-20T17:03:34.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-20T17:03:34.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-20T17:03:34.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-20T17:03:34.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20972026-05-20T17:03:34.694Z
20982026-05-20T17:03:34.694Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20992026-05-20T17:03:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-20T17:03:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-20T17:03:35.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-20T17:03:35.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21032026-05-20T17:03:35.176Z
21042026-05-20T17:03:35.176Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
21052026-05-20T17:03:35.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-20T17:03:35.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-20T17:03:35.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-20T17:03:35.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21092026-05-20T17:03:35.655Z
21102026-05-20T17:03:35.655Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
21112026-05-20T17:03:36.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-20T17:03:36.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-20T17:03:36.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-20T17:03:36.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21152026-05-20T17:03:36.138Z
21162026-05-20T17:03:36.138Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
21172026-05-20T17:03:36.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-20T17:03:36.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-20T17:03:36.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-20T17:03:36.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21212026-05-20T17:03:36.619Z
21222026-05-20T17:03:36.619Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
21232026-05-20T17:03:37.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-20T17:03:37.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-20T17:03:37.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-20T17:03:37.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21272026-05-20T17:03:37.102Z
21282026-05-20T17:03:37.102Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
21292026-05-20T17:03:37.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-20T17:03:37.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-20T17:03:37.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-20T17:03:37.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21332026-05-20T17:03:37.582Z
21342026-05-20T17:03:37.582Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
21352026-05-20T17:03:37.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-20T17:03:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-20T17:03:38.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-20T17:03:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21392026-05-20T17:03:38.065Z
21402026-05-20T17:03:38.065Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
21412026-05-20T17:03:38.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-20T17:03:38.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-20T17:03:38.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-20T17:03:38.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21452026-05-20T17:03:38.547Z
21462026-05-20T17:03:38.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
21472026-05-20T17:03:38.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-20T17:03:38.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-20T17:03:38.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-20T17:03:38.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21512026-05-20T17:03:39.029Z
21522026-05-20T17:03:39.029Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
21532026-05-20T17:03:39.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-20T17:03:39.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-20T17:03:39.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-20T17:03:39.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21572026-05-20T17:03:39.513Z
21582026-05-20T17:03:39.513Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
21592026-05-20T17:03:40.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-20T17:03:40.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-20T17:03:40.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-20T17:03:40.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21632026-05-20T17:03:40.157Z
21642026-05-20T17:03:40.157Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21652026-05-20T17:03:40.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-20T17:03:40.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-20T17:03:40.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-20T17:03:40.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21692026-05-20T17:03:40.807Z
21702026-05-20T17:03:40.807Zinfo: running `cargo check --bins` on nexus-config (51/276)
21712026-05-20T17:03:41.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-20T17:03:41.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-20T17:03:41.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-20T17:03:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21752026-05-20T17:03:41.457Z
21762026-05-20T17:03:41.457Zinfo: running `cargo check --bins` on nexus-types (52/276)
21772026-05-20T17:03:42.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-20T17:03:42.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-20T17:03:42.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-20T17:03:42.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21812026-05-20T17:03:42.104Z
21822026-05-20T17:03:42.104Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21832026-05-20T17:03:42.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-20T17:03:42.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-20T17:03:42.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-20T17:03:42.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21872026-05-20T17:03:42.720Z
21882026-05-20T17:03:42.720Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21892026-05-20T17:03:43.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-20T17:03:43.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-20T17:03:43.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-20T17:03:43.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-20T17:03:43.304Z
21942026-05-20T17:03:43.304Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21952026-05-20T17:03:43.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-20T17:03:43.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-20T17:03:43.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-20T17:03:43.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21992026-05-20T17:03:43.908Z
22002026-05-20T17:03:43.908Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
22012026-05-20T17:03:44.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-20T17:03:44.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-20T17:03:44.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-20T17:03:44.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22052026-05-20T17:03:44.521Z
22062026-05-20T17:03:44.521Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
22072026-05-20T17:03:45.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-20T17:03:45.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-20T17:03:45.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-20T17:03:45.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22112026-05-20T17:03:45.129Z
22122026-05-20T17:03:45.129Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
22132026-05-20T17:03:45.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-20T17:03:45.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-20T17:03:45.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-20T17:03:45.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22172026-05-20T17:03:45.744Z
22182026-05-20T17:03:45.744Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
22192026-05-20T17:03:46.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-20T17:03:46.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-20T17:03:46.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-20T17:03:46.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-20T17:03:46.335Z
22242026-05-20T17:03:46.335Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
22252026-05-20T17:03:46.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-20T17:03:46.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-20T17:03:46.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-20T17:03:46.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-20T17:03:46.924Z
22302026-05-20T17:03:46.925Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
22312026-05-20T17:03:47.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-20T17:03:47.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-20T17:03:47.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-20T17:03:47.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22352026-05-20T17:03:47.511Z
22362026-05-20T17:03:47.511Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
22372026-05-20T17:03:48.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-20T17:03:48.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-20T17:03:48.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-20T17:03:48.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-05-20T17:03:48.099Z
22422026-05-20T17:03:48.099Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
22432026-05-20T17:03:48.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-20T17:03:48.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-20T17:03:48.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-05-20T17:03:48.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22472026-05-20T17:03:48.703Z
22482026-05-20T17:03:48.703Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
22492026-05-20T17:03:49.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-05-20T17:03:49.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-05-20T17:03:49.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-05-20T17:03:49.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22532026-05-20T17:03:49.307Z
22542026-05-20T17:03:49.307Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
22552026-05-20T17:03:49.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-05-20T17:03:49.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-05-20T17:03:49.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-05-20T17:03:49.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22592026-05-20T17:03:49.897Z
22602026-05-20T17:03:49.897Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22612026-05-20T17:03:50.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-05-20T17:03:50.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-05-20T17:03:50.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-05-20T17:03:50.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22652026-05-20T17:03:50.488Z
22662026-05-20T17:03:50.488Zinfo: running `cargo check --bins` on ereport-types (67/276)
22672026-05-20T17:03:50.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-05-20T17:03:50.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-05-20T17:03:50.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-05-20T17:03:51.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22712026-05-20T17:03:51.087Z
22722026-05-20T17:03:51.087Zinfo: running `cargo check --bins` on gateway-client (68/276)
22732026-05-20T17:03:51.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-05-20T17:03:51.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-05-20T17:03:51.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-05-20T17:03:51.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22772026-05-20T17:03:51.687Z
22782026-05-20T17:03:51.687Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22792026-05-20T17:03:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-05-20T17:03:52.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-05-20T17:03:52.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-05-20T17:03:52.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22832026-05-20T17:03:52.285Z
22842026-05-20T17:03:52.285Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22852026-05-20T17:03:52.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-05-20T17:03:52.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-05-20T17:03:52.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-05-20T17:03:52.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22892026-05-20T17:03:52.881Z
22902026-05-20T17:03:52.881Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22912026-05-20T17:03:53.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-05-20T17:03:53.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-05-20T17:03:53.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-05-20T17:03:53.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22952026-05-20T17:03:53.479Z
22962026-05-20T17:03:53.479Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22972026-05-20T17:03:53.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-05-20T17:03:53.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-05-20T17:03:53.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-05-20T17:03:53.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23012026-05-20T17:03:54.081Z
23022026-05-20T17:03:54.081Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
23032026-05-20T17:03:54.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-05-20T17:03:54.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-05-20T17:03:54.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-05-20T17:03:54.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23072026-05-20T17:03:54.729Z
23082026-05-20T17:03:54.729Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
23092026-05-20T17:03:55.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-05-20T17:03:55.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-05-20T17:03:55.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-05-20T17:03:55.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23132026-05-20T17:03:55.322Z
23142026-05-20T17:03:55.322Zinfo: running `cargo check --bins` on key-manager-types (75/276)
23152026-05-20T17:03:55.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-05-20T17:03:55.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-05-20T17:03:55.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-05-20T17:03:55.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23192026-05-20T17:03:55.911Z
23202026-05-20T17:03:55.911Zinfo: running `cargo check --bins` on oxlog (76/276)
23212026-05-20T17:03:56.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-05-20T17:03:56.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-05-20T17:03:56.526Z Checking cfg-if v1.0.4
23242026-05-20T17:03:56.529Z Checking libc v0.2.185
23252026-05-20T17:03:56.529Z Checking serde_core v1.0.228
23262026-05-20T17:03:56.646Z Checking zeroize v1.8.2
23272026-05-20T17:03:56.653Z Checking memchr v2.8.0
23282026-05-20T17:03:56.661Z Checking log v0.4.29
23292026-05-20T17:03:56.681Z Checking smallvec v1.15.1
23302026-05-20T17:03:56.685Z Checking typenum v1.19.0
23312026-05-20T17:03:56.685Z Checking subtle v2.6.1
23322026-05-20T17:03:56.780Z Checking itoa v1.0.17
23332026-05-20T17:03:56.816Z Checking scopeguard v1.2.0
23342026-05-20T17:03:56.833Z Checking stable_deref_trait v1.2.1
23352026-05-20T17:03:56.844Z Checking const-oid v0.9.6
23362026-05-20T17:03:56.906Z Checking zerofrom v0.1.6
23372026-05-20T17:03:56.917Z Checking lock_api v0.4.14
23382026-05-20T17:03:56.930Z Checking pin-project-lite v0.2.17
23392026-05-20T17:03:57.015Z Checking yoke v0.8.1
23402026-05-20T17:03:57.027Z Checking portable-atomic v1.13.1
23412026-05-20T17:03:57.039Z Checking getrandom v0.2.17
23422026-05-20T17:03:57.039Z Checking errno v0.3.14
23432026-05-20T17:03:57.111Z Checking parking_lot_core v0.9.12
23442026-05-20T17:03:57.148Z Checking signal-hook-registry v1.4.8
23452026-05-20T17:03:57.175Z Checking zerovec v0.11.5
23462026-05-20T17:03:57.189Z Checking rand_core v0.6.4
23472026-05-20T17:03:57.207Z Checking generic-array v0.14.7
23482026-05-20T17:03:57.292Z Checking futures-core v0.3.32
23492026-05-20T17:03:57.304Z Checking critical-section v1.2.0
23502026-05-20T17:03:57.357Z Checking parking_lot v0.12.5
23512026-05-20T17:03:57.398Z Checking mio v1.2.0
23522026-05-20T17:03:57.411Z Checking zerocopy v0.8.40
23532026-05-20T17:03:57.417Z Checking once_cell v1.21.3
23542026-05-20T17:03:57.513Z Checking zmij v1.0.21
23552026-05-20T17:03:57.542Z Checking socket2 v0.6.3
23562026-05-20T17:03:57.596Z Checking tinystr v0.8.2
23572026-05-20T17:03:57.619Z Checking libm v0.2.16
23582026-05-20T17:03:57.647Z Checking crypto-common v0.1.7
23592026-05-20T17:03:57.674Z Checking block-buffer v0.10.4
23602026-05-20T17:03:57.721Z Checking writeable v0.6.2
23612026-05-20T17:03:57.765Z Checking litemap v0.8.1
23622026-05-20T17:03:57.778Z Checking equivalent v1.0.2
23632026-05-20T17:03:57.784Z Checking percent-encoding v2.3.2
23642026-05-20T17:03:57.808Z Checking digest v0.10.7
23652026-05-20T17:03:57.856Z Checking potential_utf v0.1.4
23662026-05-20T17:03:57.879Z Checking zerotrie v0.2.3
23672026-05-20T17:03:57.922Z Checking futures-sink v0.3.32
23682026-05-20T17:03:57.933Z Checking icu_locale_core v2.1.1
23692026-05-20T17:03:57.989Z Checking icu_collections v2.1.1
23702026-05-20T17:03:58.004Z Checking slab v0.4.12
23712026-05-20T17:03:58.021Z Checking futures-channel v0.3.32
23722026-05-20T17:03:58.121Z Checking serde v1.0.228
23732026-05-20T17:03:58.133Z Checking bitflags v2.11.0
23742026-05-20T17:03:58.163Z Checking serde_json v1.0.149
23752026-05-20T17:03:58.214Z Checking futures-task v0.3.32
23762026-05-20T17:03:58.295Z Checking cpufeatures v0.2.17
23772026-05-20T17:03:58.308Z Checking futures-io v0.3.32
23782026-05-20T17:03:58.320Z Checking num-traits v0.2.19
23792026-05-20T17:03:58.349Z Checking hmac v0.12.1
23802026-05-20T17:03:58.364Z Checking icu_properties_data v2.1.2
23812026-05-20T17:03:58.414Z Checking futures-util v0.3.32
23822026-05-20T17:03:58.478Z Checking icu_normalizer_data v2.1.1
23832026-05-20T17:03:58.491Z Checking rand_core v0.10.0
23842026-05-20T17:03:58.491Z Checking icu_provider v2.1.1
23852026-05-20T17:03:58.540Z Checking bytes v1.11.1
23862026-05-20T17:03:58.547Z Checking hashbrown v0.17.0
23872026-05-20T17:03:58.627Z Checking getrandom v0.4.1
23882026-05-20T17:03:58.730Z Checking icu_normalizer v2.1.1
23892026-05-20T17:03:58.770Z Checking icu_properties v2.1.2
23902026-05-20T17:03:58.822Z Checking block-padding v0.3.3
23912026-05-20T17:03:58.840Z Checking utf8_iter v1.0.4
23922026-05-20T17:03:58.952Z Checking inout v0.1.4
23932026-05-20T17:03:58.957Z Checking tokio v1.52.1
23942026-05-20T17:03:58.978Z Checking sha2 v0.10.9
23952026-05-20T17:03:59.008Z Checking indexmap v2.14.0
23962026-05-20T17:03:59.035Z Checking form_urlencoded v1.2.2
23972026-05-20T17:03:59.088Z Checking cipher v0.4.4
23982026-05-20T17:03:59.162Z Checking getrandom v0.3.4
23992026-05-20T17:03:59.245Z Checking byteorder v1.5.0
24002026-05-20T17:03:59.291Z Checking fnv v1.0.7
24012026-05-20T17:03:59.303Z Checking base64ct v1.8.3
24022026-05-20T17:03:59.384Z Checking flagset v0.4.7
24032026-05-20T17:03:59.443Z Checking rand_core v0.9.5
24042026-05-20T17:03:59.508Z Checking http v1.4.0
24052026-05-20T17:03:59.531Z Checking pem-rfc7468 v0.7.0
24062026-05-20T17:03:59.555Z Checking regex-syntax v0.8.10
24072026-05-20T17:03:59.572Z Checking idna_adapter v1.2.1
24082026-05-20T17:03:59.616Z Checking salsa20 v0.10.2
24092026-05-20T17:03:59.682Z Checking der v0.7.10
24102026-05-20T17:03:59.694Z Checking idna v1.1.0
24112026-05-20T17:03:59.746Z Checking uuid v1.23.0
24122026-05-20T17:03:59.943Z Checking url v2.5.8
24132026-05-20T17:04:00.057Z Checking pbkdf2 v0.12.2
24142026-05-20T17:04:00.070Z Checking rustix v1.1.3
24152026-05-20T17:04:00.166Z Checking tracing-core v0.1.36
24162026-05-20T17:04:00.194Z Checking ppv-lite86 v0.2.21
24172026-05-20T17:04:00.324Z Checking rustls-pki-types v1.14.0
24182026-05-20T17:04:00.380Z Checking iana-time-zone v0.1.65
24192026-05-20T17:04:00.428Z Checking spki v0.7.3
24202026-05-20T17:04:00.469Z Checking base64 v0.22.1
24212026-05-20T17:04:00.485Z Checking chrono v0.4.44
24222026-05-20T17:04:00.487Z Checking rand_chacha v0.9.0
24232026-05-20T17:04:00.591Z Checking tracing v0.1.44
24242026-05-20T17:04:00.605Z Checking scrypt v0.11.0
24252026-05-20T17:04:00.693Z Checking http-body v1.0.1
24262026-05-20T17:04:00.707Z Checking aes v0.8.4
24272026-05-20T17:04:00.740Z Checking cbc v0.1.2
24282026-05-20T17:04:00.792Z Checking aws-lc-sys v0.40.0
24292026-05-20T17:04:00.823Z Checking untrusted v0.9.0
24302026-05-20T17:04:00.861Z Checking openssl-probe v0.2.1
24312026-05-20T17:04:00.874Z Checking tinyvec_macros v0.1.1
24322026-05-20T17:04:00.903Z Checking untrusted v0.7.1
24332026-05-20T17:04:00.931Z Checking ring v0.17.14
24342026-05-20T17:04:00.946Z Checking tinyvec v1.10.0
24352026-05-20T17:04:00.967Z Checking rand v0.9.2
24362026-05-20T17:04:01.026Z Checking tower-service v0.3.3
24372026-05-20T17:04:01.089Z Checking pkcs5 v0.7.1
24382026-05-20T17:04:01.105Z Checking atomic-waker v1.1.2
24392026-05-20T17:04:01.203Z Checking try-lock v0.2.5
24402026-05-20T17:04:01.252Z Checking tower-layer v0.3.3
24412026-05-20T17:04:01.298Z Checking aws-lc-rs v1.16.3
24422026-05-20T17:04:01.310Z Checking want v0.3.1
24432026-05-20T17:04:01.335Z Checking pkcs8 v0.10.2
24442026-05-20T17:04:01.350Z Checking ipnet v2.11.0
24452026-05-20T17:04:01.398Z Checking httparse v1.10.1
24462026-05-20T17:04:01.426Z Checking aho-corasick v1.1.4
24472026-05-20T17:04:01.440Z Checking dyn-clone v1.0.20
24482026-05-20T17:04:01.508Z Checking fastrand v2.3.0
24492026-05-20T17:04:01.540Z Checking plain v0.2.3
24502026-05-20T17:04:01.603Z Checking foreign-types-shared v0.1.1
24512026-05-20T17:04:01.606Z Checking httpdate v1.0.3
24522026-05-20T17:04:01.641Z Checking pin-utils v0.1.0
24532026-05-20T17:04:01.684Z Checking tempfile v3.25.0
24542026-05-20T17:04:01.684Z Checking foreign-types v0.3.2
24552026-05-20T17:04:01.712Z Checking unicode-normalization v0.1.25
24562026-05-20T17:04:01.753Z Checking semver v1.0.28
24572026-05-20T17:04:01.766Z Checking openssl-sys v0.9.115
24582026-05-20T17:04:01.881Z Checking spin v0.9.8
24592026-05-20T17:04:01.916Z Checking unicode-ident v1.0.24
24602026-05-20T17:04:01.962Z Checking ucd-trie v0.1.7
24612026-05-20T17:04:02.029Z Checking proc-macro2 v1.0.106
24622026-05-20T17:04:02.063Z Checking schemars v0.8.22
24632026-05-20T17:04:02.092Z Checking regex-automata v0.4.14
24642026-05-20T17:04:02.103Z Checking pest v2.8.6
24652026-05-20T17:04:02.117Z Checking rustls-native-certs v0.8.3
24662026-05-20T17:04:02.130Z Checking rustls-webpki v0.103.9
24672026-05-20T17:04:02.145Z Checking openssl v0.10.79
24682026-05-20T17:04:02.159Z Checking tokio-util v0.7.18
24692026-05-20T17:04:02.238Z Checking thiserror v2.0.18
24702026-05-20T17:04:02.333Z Checking sync_wrapper v1.0.2
24712026-05-20T17:04:02.346Z Checking wait-timeout v0.2.1
24722026-05-20T17:04:02.440Z Checking utf8parse v0.2.2
24732026-05-20T17:04:02.465Z Checking powerfmt v0.2.0
24742026-05-20T17:04:02.536Z Checking siphasher v1.0.2
24752026-05-20T17:04:02.549Z Checking rustls v0.23.37
24762026-05-20T17:04:02.612Z Checking simd-adler32 v0.3.8
24772026-05-20T17:04:02.691Z Checking quick-error v1.2.3
24782026-05-20T17:04:02.709Z Checking bit-vec v0.8.0
24792026-05-20T17:04:02.761Z Checking h2 v0.4.13
24802026-05-20T17:04:02.780Z Checking pretty-hex v0.4.1
24812026-05-20T17:04:02.792Z Checking anstyle v1.0.13
24822026-05-20T17:04:02.893Z Checking rusty-fork v0.3.1
24832026-05-20T17:04:02.906Z Checking bit-set v0.8.0
24842026-05-20T17:04:02.969Z Checking deranged v0.5.8
24852026-05-20T17:04:03.052Z Checking anstyle-parse v0.2.7
24862026-05-20T17:04:03.076Z Checking tower v0.5.3
24872026-05-20T17:04:03.171Z Checking quote v1.0.45
24882026-05-20T17:04:03.203Z Compiling newtype-uuid v1.3.2
24892026-05-20T17:04:03.344Z Checking http-body-util v0.1.3
24902026-05-20T17:04:03.385Z Checking webpki-roots v1.0.6
24912026-05-20T17:04:03.465Z Checking crossbeam-utils v0.8.21
24922026-05-20T17:04:03.503Z Checking rand_xorshift v0.4.0
24932026-05-20T17:04:03.570Z Checking crc32fast v1.5.0
24942026-05-20T17:04:03.620Z Checking scroll v0.13.0
24952026-05-20T17:04:03.707Z Checking signature v2.2.0
24962026-05-20T17:04:03.794Z Checking allocator-api2 v0.2.21
24972026-05-20T17:04:03.836Z Checking ryu v1.0.23
24982026-05-20T17:04:03.848Z Checking is_terminal_polyfill v1.70.2
24992026-05-20T17:04:03.964Z Checking colorchoice v1.0.4
25002026-05-20T17:04:03.969Z Checking anstyle-query v1.1.5
25012026-05-20T17:04:03.969Z Checking num_threads v0.1.7
25022026-05-20T17:04:03.969Z Checking num-conv v0.2.0
25032026-05-20T17:04:03.997Z Checking iri-string v0.7.10
25042026-05-20T17:04:04.022Z Checking unicode-bidi v0.3.18
25052026-05-20T17:04:04.035Z Checking adler2 v2.0.1
25062026-05-20T17:04:04.074Z Checking unarray v0.1.4
25072026-05-20T17:04:04.087Z Checking time-core v0.1.8
25082026-05-20T17:04:04.141Z Checking unicode-properties v0.1.4
25092026-05-20T17:04:04.179Z Checking proptest v1.10.0
25102026-05-20T17:04:04.200Z Checking native-tls v0.2.18
25112026-05-20T17:04:04.225Z Checking time v0.3.47
25122026-05-20T17:04:04.310Z Checking miniz_oxide v0.8.9
25132026-05-20T17:04:04.324Z Checking stringprep v0.1.5
25142026-05-20T17:04:04.379Z Checking tokio-native-tls v0.3.1
25152026-05-20T17:04:04.472Z Checking anstream v0.6.21
25162026-05-20T17:04:04.532Z Checking serde_urlencoded v0.7.1
25172026-05-20T17:04:04.657Z Checking bstr v1.12.1
25182026-05-20T17:04:04.670Z Checking goblin v0.10.5
25192026-05-20T17:04:04.733Z Checking crossbeam-epoch v0.9.18
25202026-05-20T17:04:04.912Z Checking tokio-rustls v0.26.4
25212026-05-20T17:04:04.952Z Checking syn v2.0.117
25222026-05-20T17:04:05.013Z Checking tower-http v0.6.8
25232026-05-20T17:04:05.038Z Compiling daft v0.1.5
25242026-05-20T17:04:05.146Z Checking ipnetwork v0.21.1
25252026-05-20T17:04:05.290Z Checking rand_chacha v0.3.1
25262026-05-20T17:04:05.320Z Checking scroll v0.12.0
25272026-05-20T17:04:05.345Z Checking thiserror v1.0.69
25282026-05-20T17:04:05.364Z Checking zstd-sys v2.0.16+zstd.1.5.7
25292026-05-20T17:04:05.441Z Checking hash32 v0.2.1
25302026-05-20T17:04:05.453Z Checking hyper v1.8.1
25312026-05-20T17:04:05.471Z Checking num-integer v0.1.46
25322026-05-20T17:04:05.491Z Checking toml_datetime v0.6.11
25332026-05-20T17:04:05.544Z Checking serde_spanned v0.6.9
25342026-05-20T17:04:05.594Z Checking md-5 v0.10.6
25352026-05-20T17:04:05.668Z Checking ff v0.13.1
25362026-05-20T17:04:05.682Z Checking base16ct v0.2.0
25372026-05-20T17:04:05.694Z Checking zlib-rs v0.6.2
25382026-05-20T17:04:05.729Z Checking psl-types v2.0.11
25392026-05-20T17:04:05.794Z Checking fallible-iterator v0.2.0
25402026-05-20T17:04:05.809Z Compiling iddqd v0.3.18
25412026-05-20T17:04:05.846Z Checking publicsuffix v2.3.0
25422026-05-20T17:04:06.004Z Checking sec1 v0.7.3
25432026-05-20T17:04:06.066Z Checking postgres-protocol v0.6.10
25442026-05-20T17:04:06.112Z Checking group v0.13.0
25452026-05-20T17:04:06.206Z Checking num-iter v0.1.45
25462026-05-20T17:04:06.258Z Checking heapless v0.7.17
25472026-05-20T17:04:06.316Z Checking goblin v0.8.2
25482026-05-20T17:04:06.342Z Checking hyper-util v0.1.20
25492026-05-20T17:04:06.373Z Checking rand v0.8.6
25502026-05-20T17:04:06.571Z Checking flate2 v1.1.9
25512026-05-20T17:04:06.662Z Checking zstd-safe v7.2.4
25522026-05-20T17:04:06.830Z Checking oxnet v0.1.4
25532026-05-20T17:04:06.931Z Checking cookie v0.18.1
25542026-05-20T17:04:06.937Z Checking dtrace-parser v0.3.0
25552026-05-20T17:04:06.944Z Checking phf_shared v0.13.1
25562026-05-20T17:04:06.994Z Checking dof v0.4.0
25572026-05-20T17:04:07.060Z Checking lazy_static v1.5.0
25582026-05-20T17:04:07.087Z Checking zerocopy v0.7.35
25592026-05-20T17:04:07.120Z Checking pin-project v1.1.11
25602026-05-20T17:04:07.135Z Checking bzip2-sys v0.1.13+1.0.8
25612026-05-20T17:04:07.147Z Checking signal-hook v0.3.18
25622026-05-20T17:04:07.199Z Checking terminal_size v0.4.3
25632026-05-20T17:04:07.213Z Checking futures-executor v0.3.32
25642026-05-20T17:04:07.225Z Checking hex v0.4.3
25652026-05-20T17:04:07.312Z Checking hkdf v0.12.4
25662026-05-20T17:04:07.330Z Checking crypto-bigint v0.5.5
25672026-05-20T17:04:07.356Z Checking thread-id v5.1.0
25682026-05-20T17:04:07.434Z Checking encoding_rs v0.8.35
25692026-05-20T17:04:07.448Z Checking bitflags v1.3.2
25702026-05-20T17:04:07.448Z Checking bumpalo v3.20.2
25712026-05-20T17:04:07.518Z Checking either v1.15.0
25722026-05-20T17:04:07.569Z Checking hyper-rustls v0.27.7
25732026-05-20T17:04:07.583Z Checking hyper-tls v0.6.0
25742026-05-20T17:04:07.616Z Compiling rayon-core v1.13.0
25752026-05-20T17:04:07.662Z Checking managed v0.8.0
25762026-05-20T17:04:07.700Z Checking mime v0.3.17
25772026-05-20T17:04:07.753Z Checking strsim v0.11.1
25782026-05-20T17:04:07.771Z Checking clap_lex v1.0.0
25792026-05-20T17:04:07.803Z Checking winnow v0.7.14
25802026-05-20T17:04:07.851Z Checking same-file v1.0.6
25812026-05-20T17:04:07.873Z Checking libbz2-rs-sys v0.2.2
25822026-05-20T17:04:07.910Z Checking foldhash v0.1.5
25832026-05-20T17:04:07.923Z Checking foldhash v0.2.0
25842026-05-20T17:04:07.969Z Checking winnow v0.5.40
25852026-05-20T17:04:08.063Z Checking hashbrown v0.15.5
25862026-05-20T17:04:08.089Z Checking hashbrown v0.16.1
25872026-05-20T17:04:08.226Z Checking dof v0.3.0
25882026-05-20T17:04:08.244Z Checking elliptic-curve v0.13.8
25892026-05-20T17:04:08.289Z Checking bzip2 v0.6.1
25902026-05-20T17:04:08.387Z Checking reqwest v0.12.28
25912026-05-20T17:04:08.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25922026-05-20T17:04:08.507Z Checking walkdir v2.5.0
25932026-05-20T17:04:08.533Z Checking clap_builder v4.5.60
25942026-05-20T17:04:08.553Z Checking smoltcp v0.9.1
25952026-05-20T17:04:08.613Z Checking zopfli v0.8.3
25962026-05-20T17:04:08.633Z Checking usdt-impl v0.6.0
25972026-05-20T17:04:08.663Z Checking futures v0.3.32
25982026-05-20T17:04:08.742Z Checking signal-hook-mio v0.2.5
25992026-05-20T17:04:08.844Z Checking bzip2 v0.4.4
26002026-05-20T17:04:08.911Z Checking snafu v0.8.9
26012026-05-20T17:04:08.933Z Checking num-bigint-dig v0.8.6
26022026-05-20T17:04:09.007Z Checking phf v0.13.1
26032026-05-20T17:04:09.010Z Checking cookie_store v0.22.1
26042026-05-20T17:04:09.126Z Checking toml_edit v0.19.15
26052026-05-20T17:04:09.152Z Checking zstd v0.13.3
26062026-05-20T17:04:09.165Z Checking postgres-types v0.2.12
26072026-05-20T17:04:09.233Z Checking dtrace-parser v0.2.0
26082026-05-20T17:04:09.336Z Checking globset v0.4.18
26092026-05-20T17:04:09.350Z Checking crossbeam-deque v0.8.6
26102026-05-20T17:04:09.371Z Checking rustls-platform-verifier v0.6.2
26112026-05-20T17:04:09.465Z Checking regex v1.12.3
26122026-05-20T17:04:09.480Z Checking ed25519 v2.2.3
26132026-05-20T17:04:09.508Z Checking phf_shared v0.11.3
26142026-05-20T17:04:09.521Z Checking olpc-cjson v0.1.4
26152026-05-20T17:04:09.582Z Checking curve25519-dalek v4.1.3
26162026-05-20T17:04:09.692Z Checking ref-cast v1.0.25
26172026-05-20T17:04:09.699Z Checking strum v0.27.2
26182026-05-20T17:04:09.699Z Checking hubpack v0.1.2
26192026-05-20T17:04:09.742Z Checking memoffset v0.9.1
26202026-05-20T17:04:09.755Z Checking rustix v0.38.44
26212026-05-20T17:04:09.758Z Checking pkcs1 v0.7.5
26222026-05-20T17:04:09.758Z Checking pem v3.0.6
26232026-05-20T17:04:09.793Z Checking float-cmp v0.10.0
26242026-05-20T17:04:09.819Z Checking serde-big-array v0.5.1
26252026-05-20T17:04:09.834Z Checking erased-serde v0.3.31
26262026-05-20T17:04:09.915Z Checking serde_plain v1.0.2
26272026-05-20T17:04:09.930Z Checking rfc6979 v0.4.0
26282026-05-20T17:04:09.948Z Checking memmap2 v0.9.10
26292026-05-20T17:04:09.971Z Checking thread-id v4.2.2
26302026-05-20T17:04:10.044Z Checking env_filter v1.0.0
26312026-05-20T17:04:10.057Z Checking normalize-line-endings v0.3.0
26322026-05-20T17:04:10.059Z Checking rustc-hash v2.1.1
26332026-05-20T17:04:10.104Z Checking fixedbitset v0.4.2
26342026-05-20T17:04:10.143Z Checking whoami v2.1.0
26352026-05-20T17:04:10.162Z Checking toml_write v0.1.2
26362026-05-20T17:04:10.180Z Checking data-encoding v2.10.0
26372026-05-20T17:04:10.193Z Checking predicates-core v1.0.10
26382026-05-20T17:04:10.212Z Checking fixedbitset v0.5.7
26392026-05-20T17:04:10.250Z Checking unicode-segmentation v1.12.0
26402026-05-20T17:04:10.311Z Checking keccak v0.1.6
26412026-05-20T17:04:10.326Z Checking jiff v0.2.21
26422026-05-20T17:04:10.339Z Checking difflib v0.4.0
26432026-05-20T17:04:10.363Z Checking precomputed-hash v0.1.1
26442026-05-20T17:04:10.408Z Checking new_debug_unreachable v1.0.6
26452026-05-20T17:04:10.444Z Checking static_assertions v1.1.0
26462026-05-20T17:04:10.447Z Checking typed-path v0.9.3
26472026-05-20T17:04:10.472Z Checking sha3 v0.10.8
26482026-05-20T17:04:10.486Z Checking string_cache v0.8.9
26492026-05-20T17:04:10.512Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26502026-05-20T17:04:10.515Z Checking predicates v3.1.4
26512026-05-20T17:04:10.549Z Checking crossterm v0.28.1
26522026-05-20T17:04:10.566Z Checking similar v2.7.0
26532026-05-20T17:04:10.642Z Checking hickory-proto v0.25.2
26542026-05-20T17:04:10.673Z Checking petgraph v0.8.3
26552026-05-20T17:04:10.822Z Checking ed25519-dalek v2.2.0
26562026-05-20T17:04:10.942Z Checking tokio-postgres v0.7.16
26572026-05-20T17:04:11.051Z Checking toml_edit v0.22.27
26582026-05-20T17:04:11.219Z Checking tough v0.22.0
26592026-05-20T17:04:11.248Z Checking petgraph v0.6.5
26602026-05-20T17:04:12.116Z Checking slog v2.8.2
26612026-05-20T17:04:12.175Z Checking env_logger v0.11.9
26622026-05-20T17:04:12.365Z Checking toml v0.7.8
26632026-05-20T17:04:12.378Z Checking usdt v0.6.0
26642026-05-20T17:04:12.542Z Checking usdt-impl v0.5.0
26652026-05-20T17:04:12.549Z Checking zip v4.6.1
26662026-05-20T17:04:12.549Z Checking ecdsa v0.16.9
26672026-05-20T17:04:12.667Z Checking rsa v0.9.10
26682026-05-20T17:04:12.750Z Checking nix v0.31.2
26692026-05-20T17:04:12.765Z Checking clap v4.5.60
26702026-05-20T17:04:12.876Z Checking reqwest v0.13.2
26712026-05-20T17:04:13.060Z Checking toml_parser v1.0.9+spec-1.1.0
26722026-05-20T17:04:13.100Z Checking zip v0.6.6
26732026-05-20T17:04:13.171Z Checking itertools v0.13.0
26742026-05-20T17:04:13.184Z Checking serde_with v3.17.0
26752026-05-20T17:04:13.229Z Checking strum v0.26.3
26762026-05-20T17:04:13.341Z Checking fs-err v3.3.0
26772026-05-20T17:04:13.393Z Checking ahash v0.8.12
26782026-05-20T17:04:13.416Z Checking object v0.37.3
26792026-05-20T17:04:13.430Z Checking tokio-stream v0.1.18
26802026-05-20T17:04:13.585Z Checking buf-list v1.1.2
26812026-05-20T17:04:13.637Z Checking anyhow v1.0.102
26822026-05-20T17:04:13.739Z Checking camino v1.2.2
26832026-05-20T17:04:13.767Z Checking x509-cert v0.2.5
26842026-05-20T17:04:13.780Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26852026-05-20T17:04:13.804Z Checking openapiv3 v2.2.0
26862026-05-20T17:04:13.834Z Checking sha1 v0.10.6
26872026-05-20T17:04:13.978Z Checking toml_datetime v0.7.5+spec-1.1.0
26882026-05-20T17:04:13.997Z Checking peg-runtime v0.8.5
26892026-05-20T17:04:14.034Z Checking lalrpop-util v0.19.12
26902026-05-20T17:04:14.137Z Checking rayon v1.11.0
26912026-05-20T17:04:14.175Z Checking sigpipe v0.1.3
26922026-05-20T17:04:14.198Z Checking glob v0.3.3
26932026-05-20T17:04:15.652Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26942026-05-20T17:04:15.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s
26952026-05-20T17:04:16.073Z
26962026-05-20T17:04:16.073Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26972026-05-20T17:04:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982026-05-20T17:04:16.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992026-05-20T17:04:16.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002026-05-20T17:04:16.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27012026-05-20T17:04:16.678Z
27022026-05-20T17:04:16.678Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
27032026-05-20T17:04:17.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042026-05-20T17:04:17.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052026-05-20T17:04:17.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062026-05-20T17:04:17.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27072026-05-20T17:04:17.287Z
27082026-05-20T17:04:17.287Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
27092026-05-20T17:04:17.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102026-05-20T17:04:17.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112026-05-20T17:04:17.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122026-05-20T17:04:17.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27132026-05-20T17:04:17.905Z
27142026-05-20T17:04:17.905Zinfo: running `cargo check --bins` on oxql-types (80/276)
27152026-05-20T17:04:18.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162026-05-20T17:04:18.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172026-05-20T17:04:18.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182026-05-20T17:04:18.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27192026-05-20T17:04:18.514Z
27202026-05-20T17:04:18.514Zinfo: running `cargo check --bins` on oximeter-types (81/276)
27212026-05-20T17:04:19.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222026-05-20T17:04:19.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232026-05-20T17:04:19.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242026-05-20T17:04:19.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27252026-05-20T17:04:19.121Z
27262026-05-20T17:04:19.121Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
27272026-05-20T17:04:19.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282026-05-20T17:04:19.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292026-05-20T17:04:19.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302026-05-20T17:04:19.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27312026-05-20T17:04:19.728Z
27322026-05-20T17:04:19.728Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
27332026-05-20T17:04:20.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342026-05-20T17:04:20.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352026-05-20T17:04:20.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362026-05-20T17:04:20.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27372026-05-20T17:04:20.321Z
27382026-05-20T17:04:20.321Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
27392026-05-20T17:04:20.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402026-05-20T17:04:20.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412026-05-20T17:04:21.018Z Compiling structmeta-derive v0.3.0
27422026-05-20T17:04:21.134Z Compiling rustls v0.22.4
27432026-05-20T17:04:21.143Z Compiling multer v3.1.0
27442026-05-20T17:04:21.153Z Compiling async-stream-impl v0.3.6
27452026-05-20T17:04:21.153Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27462026-05-20T17:04:21.174Z Compiling dropshot v0.17.0
27472026-05-20T17:04:21.189Z Compiling dropshot_endpoint v0.17.0
27482026-05-20T17:04:21.189Z Compiling newtype-uuid-macros v0.1.0
27492026-05-20T17:04:21.328Z Checking newtype-uuid v1.3.2
27502026-05-20T17:04:21.392Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27512026-05-20T17:04:21.426Z Checking rustls-webpki v0.102.8
27522026-05-20T17:04:21.532Z Checking thread_local v1.1.9
27532026-05-20T17:04:21.562Z Checking daft v0.1.5
27542026-05-20T17:04:21.697Z Checking compression-core v0.4.31
27552026-05-20T17:04:21.723Z Checking match_cfg v0.1.0
27562026-05-20T17:04:21.796Z Checking hostname v0.3.1
27572026-05-20T17:04:21.810Z Checking iddqd v0.3.18
27582026-05-20T17:04:21.823Z Checking compression-codecs v0.4.37
27592026-05-20T17:04:21.840Z Checking crossbeam-channel v0.5.15
27602026-05-20T17:04:21.890Z Checking slog-json v2.6.1
27612026-05-20T17:04:21.945Z Checking is-terminal v0.4.17
27622026-05-20T17:04:21.989Z Checking serde_spanned v1.0.4
27632026-05-20T17:04:22.035Z Checking toml_datetime v1.0.0+spec-1.1.0
27642026-05-20T17:04:22.048Z Checking term v1.2.1
27652026-05-20T17:04:22.120Z Checking toml_writer v1.0.6+spec-1.1.0
27662026-05-20T17:04:22.178Z Checking take_mut v0.2.2
27672026-05-20T17:04:22.191Z Compiling structmeta v0.3.0
27682026-05-20T17:04:22.235Z Checking debug-ignore v1.0.5
27692026-05-20T17:04:22.272Z Checking slog-term v2.9.2
27702026-05-20T17:04:22.284Z Checking slog-async v2.8.0
27712026-05-20T17:04:22.299Z Checking toml v1.0.6+spec-1.1.0
27722026-05-20T17:04:22.331Z Checking slog-bunyan v2.5.0
27732026-05-20T17:04:22.396Z Compiling derive-ex v0.1.8
27742026-05-20T17:04:22.442Z Compiling parse-display-derive v0.10.0
27752026-05-20T17:04:22.455Z Checking async-compression v0.4.41
27762026-05-20T17:04:22.524Z Checking async-stream v0.3.6
27772026-05-20T17:04:22.652Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782026-05-20T17:04:22.669Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27792026-05-20T17:04:22.693Z Checking progenitor-client v0.14.0
27802026-05-20T17:04:22.745Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27812026-05-20T17:04:22.859Z Checking waitgroup v0.1.2
27822026-05-20T17:04:22.888Z Checking backon v1.6.0
27832026-05-20T17:04:22.921Z Checking rustls-pemfile v2.2.0
27842026-05-20T17:04:22.964Z Checking serde_path_to_error v0.1.20
27852026-05-20T17:04:23.013Z Checking hostname v0.4.2
27862026-05-20T17:04:23.064Z Checking instant v0.1.13
27872026-05-20T17:04:23.152Z Checking backoff v0.4.0
27882026-05-20T17:04:23.253Z Checking tokio-rustls v0.25.0
27892026-05-20T17:04:23.269Z Checking progenitor-extras v0.2.0
27902026-05-20T17:04:23.326Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27912026-05-20T17:04:23.430Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27922026-05-20T17:04:23.490Z Checking itertools v0.14.0
27932026-05-20T17:04:23.541Z Checking progenitor-client v0.10.0
27942026-05-20T17:04:23.700Z Checking regress v0.10.5
27952026-05-20T17:04:23.771Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27962026-05-20T17:04:24.000Z Checking macaddr v1.0.1
27972026-05-20T17:04:24.098Z Compiling test-strategy v0.4.5
27982026-05-20T17:04:24.136Z Checking parse-display v0.10.0
27992026-05-20T17:04:25.289Z Compiling prettyplease v0.2.37
28002026-05-20T17:04:25.569Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28012026-05-20T17:04:25.703Z Checking num-rational v0.4.2
28022026-05-20T17:04:25.938Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28032026-05-20T17:04:26.263Z Checking num-complex v0.4.6
28042026-05-20T17:04:26.701Z Checking num v0.4.3
28052026-05-20T17:04:26.788Z Compiling usdt-macro v0.5.0
28062026-05-20T17:04:26.967Z Compiling usdt-attr-macro v0.5.0
28072026-05-20T17:04:26.982Z Checking memmap v0.7.0
28082026-05-20T17:04:26.995Z Compiling float-ord v0.3.2
28092026-05-20T17:04:27.108Z Compiling convert_case v0.4.0
28102026-05-20T17:04:27.111Z Checking unicode-width v0.2.0
28112026-05-20T17:04:27.378Z Checking console v0.15.11
28122026-05-20T17:04:27.506Z Compiling derive_more v0.99.20
28132026-05-20T17:04:27.508Z Checking newline-converter v0.3.0
28142026-05-20T17:04:27.621Z Checking atomicwrites v0.4.4
28152026-05-20T17:04:27.653Z Compiling toml v0.8.23
28162026-05-20T17:04:27.721Z Checking usdt v0.5.0
28172026-05-20T17:04:27.749Z Compiling minimal-lexical v0.2.1
28182026-05-20T17:04:27.889Z Checking linked-hash-map v0.5.6
28192026-05-20T17:04:28.051Z Compiling nom v7.1.3
28202026-05-20T17:04:28.114Z Checking lru-cache v0.1.2
28212026-05-20T17:04:28.240Z Checking expectorate v1.2.0
28222026-05-20T17:04:28.704Z Checking camino-tempfile v1.4.1
28232026-05-20T17:04:28.835Z Checking hickory-proto v0.24.4
28242026-05-20T17:04:28.870Z Checking phf_shared v0.12.1
28252026-05-20T17:04:29.015Z Compiling slog-dtrace v0.3.0
28262026-05-20T17:04:29.181Z Checking heck v0.5.0
28272026-05-20T17:04:29.259Z Compiling chrono-tz v0.10.4
28282026-05-20T17:04:29.267Z Checking resolv-conf v0.7.6
28292026-05-20T17:04:29.407Z Compiling const_format_proc_macros v0.2.34
28302026-05-20T17:04:29.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-20T17:04:29.502Z Checking phf v0.12.1
28322026-05-20T17:04:29.551Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28332026-05-20T17:04:29.645Z Checking tokio-dtrace v0.1.1
28342026-05-20T17:04:29.829Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28352026-05-20T17:04:29.892Z Compiling derive-where v1.6.0
28362026-05-20T17:04:30.118Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28372026-05-20T17:04:30.355Z Checking highway v1.3.0
28382026-05-20T17:04:30.593Z Checking const_format v0.2.35
28392026-05-20T17:04:30.652Z Checking hickory-resolver v0.24.4
28402026-05-20T17:04:30.824Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28412026-05-20T17:04:30.951Z Checking oxide-tokio-rt v0.1.4
28422026-05-20T17:04:31.072Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28432026-05-20T17:04:31.275Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28442026-05-20T17:04:31.323Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28452026-05-20T17:04:31.338Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28462026-05-20T17:04:31.387Z Checking qorb v0.4.1
28472026-05-20T17:04:31.430Z Checking gethostname v0.5.0
28482026-05-20T17:04:31.486Z Checking bcs v0.1.6
28492026-05-20T17:04:31.527Z Checking termtree v0.5.1
28502026-05-20T17:04:34.752Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28512026-05-20T17:04:37.464Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28522026-05-20T17:04:39.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
28532026-05-20T17:04:39.818Z
28542026-05-20T17:04:39.818Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
28552026-05-20T17:04:40.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-20T17:04:40.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-20T17:04:40.506Z Compiling ar_archive_writer v0.5.1
28582026-05-20T17:04:40.509Z Compiling stacker v0.1.23
28592026-05-20T17:04:40.624Z Compiling cfg_aliases v0.1.1
28602026-05-20T17:04:40.630Z Compiling convert_case v0.10.0
28612026-05-20T17:04:40.636Z Checking unicode-width v0.1.14
28622026-05-20T17:04:40.646Z Compiling proc-macro-error v1.0.4
28632026-05-20T17:04:40.656Z Checking fd-lock v4.0.4
28642026-05-20T17:04:40.659Z Checking nibble_vec v0.1.0
28652026-05-20T17:04:40.679Z Compiling nix v0.28.0
28662026-05-20T17:04:40.767Z Checking vte v0.14.1
28672026-05-20T17:04:40.782Z Compiling recursive-proc-macro-impl v0.1.1
28682026-05-20T17:04:40.873Z Checking endian-type v0.1.2
28692026-05-20T17:04:40.886Z Checking bytecount v0.6.9
28702026-05-20T17:04:40.913Z Checking strip-ansi-escapes v0.2.1
28712026-05-20T17:04:40.926Z Compiling derive_more-impl v2.1.1
28722026-05-20T17:04:40.938Z Compiling tabled_derive v0.7.0
28732026-05-20T17:04:40.981Z Checking papergrid v0.11.0
28742026-05-20T17:04:40.997Z Checking radix_trie v0.2.1
28752026-05-20T17:04:41.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-05-20T17:04:41.175Z Compiling peg-macros v0.8.5
28772026-05-20T17:04:41.205Z Checking winnow v0.6.26
28782026-05-20T17:04:41.448Z Compiling psm v0.1.30
28792026-05-20T17:04:41.487Z Compiling sqlparser_derive v0.5.0
28802026-05-20T17:04:41.587Z Checking nu-ansi-term v0.50.3
28812026-05-20T17:04:41.720Z Checking derive_more v2.1.1
28822026-05-20T17:04:41.795Z Checking unicode_categories v0.1.1
28832026-05-20T17:04:41.835Z Checking home v0.5.12
28842026-05-20T17:04:41.888Z Checking tabled v0.15.0
28852026-05-20T17:04:41.946Z Checking crossterm v0.29.0
28862026-05-20T17:04:41.952Z Checking reedline v0.40.0
28872026-05-20T17:04:41.976Z Checking rustyline v14.0.0
28882026-05-20T17:04:42.235Z Checking recursive v0.1.1
28892026-05-20T17:04:42.265Z Checking display-error-chain v0.2.2
28902026-05-20T17:04:42.335Z Checking sqlparser v0.61.0
28912026-05-20T17:04:42.338Z Checking sqlformat v0.3.5
28922026-05-20T17:04:42.536Z Checking peg v0.8.5
28932026-05-20T17:04:53.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28942026-05-20T17:04:53.678Z
28952026-05-20T17:04:53.678Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28962026-05-20T17:04:54.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-20T17:04:54.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-20T17:04:54.368Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-05-20T17:04:57.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
29002026-05-20T17:04:57.973Z
29012026-05-20T17:04:57.973Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
29022026-05-20T17:04:58.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-20T17:04:58.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-20T17:04:58.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29052026-05-20T17:05:01.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
29062026-05-20T17:05:01.273Z
29072026-05-20T17:05:01.273Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
29082026-05-20T17:05:01.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-20T17:05:01.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-20T17:05:01.953Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112026-05-20T17:05:05.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
29122026-05-20T17:05:05.374Z
29132026-05-20T17:05:05.374Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
29142026-05-20T17:05:05.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-20T17:05:05.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-20T17:05:06.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172026-05-20T17:05:09.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
29182026-05-20T17:05:09.519Z
29192026-05-20T17:05:09.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
29202026-05-20T17:05:10.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-20T17:05:10.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-20T17:05:10.199Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29232026-05-20T17:05:12.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
29242026-05-20T17:05:12.960Z
29252026-05-20T17:05:12.960Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
29262026-05-20T17:05:13.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-20T17:05:13.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-20T17:05:13.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292026-05-20T17:05:16.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
29302026-05-20T17:05:16.474Z
29312026-05-20T17:05:16.474Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
29322026-05-20T17:05:17.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-20T17:05:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-20T17:05:17.157Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29352026-05-20T17:05:20.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
29362026-05-20T17:05:20.757Z
29372026-05-20T17:05:20.757Zinfo: running `cargo check --bins` on oximeter (93/276)
29382026-05-20T17:05:21.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-05-20T17:05:21.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-05-20T17:05:21.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-05-20T17:05:21.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29422026-05-20T17:05:21.368Z
29432026-05-20T17:05:21.368Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
29442026-05-20T17:05:21.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-05-20T17:05:21.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-05-20T17:05:22.008Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29472026-05-20T17:05:22.170Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29482026-05-20T17:05:22.173Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29492026-05-20T17:05:22.507Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29502026-05-20T17:05:25.394Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29512026-05-20T17:05:26.610Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29522026-05-20T17:05:26.774Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29532026-05-20T17:05:27.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
29542026-05-20T17:05:27.632Z
29552026-05-20T17:05:27.632Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
29562026-05-20T17:05:28.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-05-20T17:05:28.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-05-20T17:05:28.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592026-05-20T17:05:28.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29602026-05-20T17:05:28.235Z
29612026-05-20T17:05:28.235Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29622026-05-20T17:05:28.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-05-20T17:05:28.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-05-20T17:05:28.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652026-05-20T17:05:28.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29662026-05-20T17:05:28.883Z
29672026-05-20T17:05:28.883Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29682026-05-20T17:05:29.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692026-05-20T17:05:29.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702026-05-20T17:05:29.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712026-05-20T17:05:29.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29722026-05-20T17:05:29.498Z
29732026-05-20T17:05:29.498Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29742026-05-20T17:05:30.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752026-05-20T17:05:30.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762026-05-20T17:05:30.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772026-05-20T17:05:30.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29782026-05-20T17:05:30.116Z
29792026-05-20T17:05:30.116Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29802026-05-20T17:05:30.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812026-05-20T17:05:30.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822026-05-20T17:05:30.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832026-05-20T17:05:30.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29842026-05-20T17:05:30.728Z
29852026-05-20T17:05:30.728Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29862026-05-20T17:05:31.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872026-05-20T17:05:31.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882026-05-20T17:05:31.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892026-05-20T17:05:31.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29902026-05-20T17:05:31.343Z
29912026-05-20T17:05:31.343Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29922026-05-20T17:05:31.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-05-20T17:05:31.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-05-20T17:05:31.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952026-05-20T17:05:31.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29962026-05-20T17:05:31.933Z
29972026-05-20T17:05:31.933Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29982026-05-20T17:05:32.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-05-20T17:05:32.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-05-20T17:05:32.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-05-20T17:05:32.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30022026-05-20T17:05:32.548Z
30032026-05-20T17:05:32.548Zinfo: running `cargo check --bins` on update-engine (103/276)
30042026-05-20T17:05:33.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-20T17:05:33.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-20T17:05:33.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-20T17:05:33.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-20T17:05:33.146Z
30092026-05-20T17:05:33.146Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
30102026-05-20T17:05:33.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-20T17:05:33.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-20T17:05:33.874Z Compiling crucible-workspace-hack v0.1.0
30132026-05-20T17:05:33.991Z Checking secrecy v0.10.3
30142026-05-20T17:05:33.999Z Compiling heapless v0.8.0
30152026-05-20T17:05:34.007Z Compiling ingot-macros v0.1.1
30162026-05-20T17:05:34.017Z Compiling toml_edit v0.23.10+spec-1.0.0
30172026-05-20T17:05:34.020Z Checking hash32 v0.3.1
30182026-05-20T17:05:34.039Z Compiling smoltcp v0.11.0
30192026-05-20T17:05:34.042Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30202026-05-20T17:05:34.093Z Checking cobs v0.3.0
30212026-05-20T17:05:34.145Z Compiling thiserror-impl-no-std v2.0.2
30222026-05-20T17:05:34.232Z Checking universal-hash v0.5.1
30232026-05-20T17:05:34.245Z Checking half v2.7.1
30242026-05-20T17:05:34.286Z Checking opaque-debug v0.3.1
30252026-05-20T17:05:34.355Z Checking ciborium-io v0.2.2
30262026-05-20T17:05:34.365Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30272026-05-20T17:05:34.397Z Checking poly1305 v0.8.0
30282026-05-20T17:05:34.447Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30292026-05-20T17:05:34.502Z Checking ciborium-ll v0.2.2
30302026-05-20T17:05:34.558Z Compiling proc-macro-crate v3.4.0
30312026-05-20T17:05:34.654Z Checking postcard v1.1.3
30322026-05-20T17:05:34.674Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30332026-05-20T17:05:34.729Z Checking password-hash v0.5.0
30342026-05-20T17:05:34.947Z Checking chacha20 v0.9.1
30352026-05-20T17:05:34.957Z Compiling proc-macro-crate v1.3.1
30362026-05-20T17:05:34.971Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30372026-05-20T17:05:35.086Z Checking blake2 v0.10.6
30382026-05-20T17:05:35.112Z Compiling num_enum_derive v0.7.5
30392026-05-20T17:05:35.138Z Checking aead v0.5.2
30402026-05-20T17:05:35.206Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30412026-05-20T17:05:35.281Z Compiling foreign-types-macros v0.2.3
30422026-05-20T17:05:35.313Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30432026-05-20T17:05:35.326Z Checking thiserror-no-std v2.0.2
30442026-05-20T17:05:35.379Z Checking cpufeatures v0.3.0
30452026-05-20T17:05:35.411Z Checking foreign-types-shared v0.3.1
30462026-05-20T17:05:35.414Z Checking vsss-rs v3.3.4
30472026-05-20T17:05:35.453Z Checking chacha20 v0.10.0
30482026-05-20T17:05:35.514Z Compiling num_enum_derive v0.5.11
30492026-05-20T17:05:35.548Z Checking argon2 v0.5.3
30502026-05-20T17:05:35.671Z Checking chacha20poly1305 v0.10.1
30512026-05-20T17:05:35.806Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30522026-05-20T17:05:35.917Z Checking foreign-types v0.5.0
30532026-05-20T17:05:35.986Z Checking ciborium v0.2.2
30542026-05-20T17:05:36.061Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-05-20T17:05:36.090Z Checking tabwriter v1.4.1
30562026-05-20T17:05:36.151Z Checking num_enum v0.7.5
30572026-05-20T17:05:36.236Z Checking byte-wrapper v0.1.0
30582026-05-20T17:05:36.268Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30592026-05-20T17:05:36.300Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30602026-05-20T17:05:36.339Z Checking cstr-argument v0.1.2
30612026-05-20T17:05:36.443Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30622026-05-20T17:05:36.462Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-05-20T17:05:36.522Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30642026-05-20T17:05:36.541Z Checking num_enum v0.5.11
30652026-05-20T17:05:36.648Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30662026-05-20T17:05:36.661Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30672026-05-20T17:05:36.674Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30682026-05-20T17:05:36.697Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30692026-05-20T17:05:36.742Z Checking rand v0.10.0
30702026-05-20T17:05:36.802Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30712026-05-20T17:05:36.818Z Checking ingot-types v0.1.2
30722026-05-20T17:05:36.832Z Checking colored v3.1.1
30732026-05-20T17:05:36.869Z Checking indent_write v2.2.0
30742026-05-20T17:05:37.004Z Compiling zone_cfg_derive v0.3.1
30752026-05-20T17:05:37.028Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30762026-05-20T17:05:37.112Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30772026-05-20T17:05:37.184Z Checking ingot v0.1.1
30782026-05-20T17:05:37.201Z Checking itertools v0.12.1
30792026-05-20T17:05:37.254Z Compiling num-derive v0.4.2
30802026-05-20T17:05:37.279Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30812026-05-20T17:05:37.294Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30822026-05-20T17:05:37.377Z Checking swrite v0.1.0
30832026-05-20T17:05:37.468Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30842026-05-20T17:05:37.502Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30852026-05-20T17:05:37.626Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-05-20T17:05:37.659Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30872026-05-20T17:05:37.663Z Checking dropshot-api-manager-types v0.7.1
30882026-05-20T17:05:37.769Z Checking smf v0.2.3
30892026-05-20T17:05:37.794Z Checking nanorand v0.7.0
30902026-05-20T17:05:37.837Z Checking whoami v1.6.1
30912026-05-20T17:05:37.988Z Checking flume v0.11.1
30922026-05-20T17:05:38.007Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30932026-05-20T17:05:38.240Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30942026-05-20T17:05:38.261Z Checking zone v0.3.1
30952026-05-20T17:05:38.797Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30962026-05-20T17:05:39.762Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30972026-05-20T17:05:40.639Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30982026-05-20T17:05:43.809Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30992026-05-20T17:05:45.805Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31002026-05-20T17:05:46.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
31012026-05-20T17:05:47.130Z
31022026-05-20T17:05:47.130Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
31032026-05-20T17:05:47.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-20T17:05:47.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-20T17:05:47.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-20T17:05:47.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31072026-05-20T17:05:47.743Z
31082026-05-20T17:05:47.743Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
31092026-05-20T17:05:48.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-20T17:05:48.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-20T17:05:48.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-20T17:05:48.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31132026-05-20T17:05:48.418Z
31142026-05-20T17:05:48.418Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
31152026-05-20T17:05:48.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-20T17:05:48.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-20T17:05:48.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-20T17:05:48.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31192026-05-20T17:05:48.975Z
31202026-05-20T17:05:48.975Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
31212026-05-20T17:05:49.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-20T17:05:49.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-20T17:05:49.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-20T17:05:49.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31252026-05-20T17:05:49.601Z
31262026-05-20T17:05:49.601Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
31272026-05-20T17:05:50.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-20T17:05:50.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-20T17:05:50.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-20T17:05:50.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-05-20T17:05:50.203Z
31322026-05-20T17:05:50.203Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
31332026-05-20T17:05:50.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-20T17:05:50.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-20T17:05:50.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-20T17:05:50.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31372026-05-20T17:05:50.822Z
31382026-05-20T17:05:50.822Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
31392026-05-20T17:05:51.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-20T17:05:51.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-20T17:05:51.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-20T17:05:51.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31432026-05-20T17:05:51.433Z
31442026-05-20T17:05:51.434Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
31452026-05-20T17:05:51.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-20T17:05:51.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-20T17:05:51.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-20T17:05:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31492026-05-20T17:05:52.026Z
31502026-05-20T17:05:52.026Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
31512026-05-20T17:05:52.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-20T17:05:52.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-20T17:05:52.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-20T17:05:52.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-05-20T17:05:52.638Z
31562026-05-20T17:05:52.638Zinfo: running `cargo check --bins` on dns-service-client (114/276)
31572026-05-20T17:05:53.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-20T17:05:53.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-20T17:05:53.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-05-20T17:05:53.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31612026-05-20T17:05:53.249Z
31622026-05-20T17:05:53.249Zinfo: running `cargo check --bins` on installinator-client (115/276)
31632026-05-20T17:05:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-05-20T17:05:53.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-05-20T17:05:53.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-05-20T17:05:53.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31672026-05-20T17:05:53.867Z
31682026-05-20T17:05:53.867Zinfo: running `cargo check --bins` on nexus-client (116/276)
31692026-05-20T17:05:54.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-05-20T17:05:54.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-05-20T17:05:54.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-05-20T17:05:54.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31732026-05-20T17:05:54.510Z
31742026-05-20T17:05:54.510Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31752026-05-20T17:05:55.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-05-20T17:05:55.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-05-20T17:05:55.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-05-20T17:05:55.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31792026-05-20T17:05:55.160Z
31802026-05-20T17:05:55.160Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31812026-05-20T17:05:55.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-20T17:05:55.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-20T17:05:55.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-20T17:05:55.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31852026-05-20T17:05:55.758Z
31862026-05-20T17:05:55.758Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31872026-05-20T17:05:56.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-20T17:05:56.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-20T17:05:56.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-20T17:05:56.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31912026-05-20T17:05:56.352Z
31922026-05-20T17:05:56.352Zinfo: running `cargo check --bins` on oxide-client (120/276)
31932026-05-20T17:05:56.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-20T17:05:56.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-20T17:05:56.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-20T17:05:56.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31972026-05-20T17:05:56.958Z
31982026-05-20T17:05:56.959Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31992026-05-20T17:05:57.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-20T17:05:57.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-20T17:05:57.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-20T17:05:57.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32032026-05-20T17:05:57.562Z
32042026-05-20T17:05:57.562Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
32052026-05-20T17:05:58.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-20T17:05:58.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-20T17:05:58.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-05-20T17:05:58.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32092026-05-20T17:05:58.159Z
32102026-05-20T17:05:58.159Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
32112026-05-20T17:05:58.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-05-20T17:05:58.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-05-20T17:05:58.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-05-20T17:05:58.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32152026-05-20T17:05:58.827Z
32162026-05-20T17:05:58.827Zinfo: running `cargo check --bins` on wicketd-client (124/276)
32172026-05-20T17:05:59.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-05-20T17:05:59.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-05-20T17:05:59.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-05-20T17:05:59.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32212026-05-20T17:05:59.503Z
32222026-05-20T17:05:59.503Zinfo: running `cargo check --bins` on installinator-common (125/276)
32232026-05-20T17:05:59.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-05-20T17:05:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-05-20T17:05:59.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-05-20T17:05:59.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32272026-05-20T17:06:00.038Z
32282026-05-20T17:06:00.038Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
32292026-05-20T17:06:00.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-05-20T17:06:00.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-05-20T17:06:00.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-05-20T17:06:00.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32332026-05-20T17:06:00.635Z
32342026-05-20T17:06:00.635Zinfo: running `cargo check --bins` on wicket-common (127/276)
32352026-05-20T17:06:01.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-05-20T17:06:01.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-05-20T17:06:01.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-05-20T17:06:01.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32392026-05-20T17:06:01.267Z
32402026-05-20T17:06:01.267Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
32412026-05-20T17:06:01.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-05-20T17:06:01.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-05-20T17:06:01.970Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32442026-05-20T17:06:02.085Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32452026-05-20T17:06:02.094Z Checking csv-core v0.1.13
32462026-05-20T17:06:02.102Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32472026-05-20T17:06:02.109Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32482026-05-20T17:06:02.109Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32492026-05-20T17:06:02.128Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32502026-05-20T17:06:02.142Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32512026-05-20T17:06:02.251Z Checking csv v1.4.0
32522026-05-20T17:06:02.281Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32532026-05-20T17:06:02.285Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-05-20T17:06:02.324Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32552026-05-20T17:06:02.355Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32562026-05-20T17:06:02.592Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-05-20T17:06:02.966Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-20T17:06:03.025Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32592026-05-20T17:06:03.291Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32602026-05-20T17:06:13.033Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-05-20T17:06:13.320Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32622026-05-20T17:06:13.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
32632026-05-20T17:06:13.363Z
32642026-05-20T17:06:13.363Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
32652026-05-20T17:06:13.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-05-20T17:06:13.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-05-20T17:06:13.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-05-20T17:06:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32692026-05-20T17:06:13.363Z
32702026-05-20T17:06:13.363Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32712026-05-20T17:06:13.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-05-20T17:06:13.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-05-20T17:06:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-05-20T17:06:13.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32752026-05-20T17:06:13.520Z
32762026-05-20T17:06:13.520Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32772026-05-20T17:06:14.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-05-20T17:06:14.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-05-20T17:06:14.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-05-20T17:06:14.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32812026-05-20T17:06:14.199Z
32822026-05-20T17:06:14.199Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32832026-05-20T17:06:14.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-05-20T17:06:14.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-05-20T17:06:14.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-05-20T17:06:14.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32872026-05-20T17:06:14.861Z
32882026-05-20T17:06:14.861Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32892026-05-20T17:06:15.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-05-20T17:06:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-05-20T17:06:15.637Z Compiling regress v0.11.1
32922026-05-20T17:06:15.774Z Compiling unsafe-libyaml v0.2.11
32932026-05-20T17:06:15.787Z Compiling semver v0.1.20
32942026-05-20T17:06:15.799Z Compiling radium v0.7.0
32952026-05-20T17:06:15.814Z Compiling maybe-uninit v2.0.0
32962026-05-20T17:06:15.818Z Checking tap v1.0.1
32972026-05-20T17:06:15.841Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32982026-05-20T17:06:15.928Z Checking wyz v0.5.1
32992026-05-20T17:06:16.065Z Compiling rustc_version v0.1.7
33002026-05-20T17:06:16.105Z Checking progenitor-client v0.13.0
33012026-05-20T17:06:16.138Z Compiling zerocopy-derive v0.6.6
33022026-05-20T17:06:16.246Z Checking funty v2.0.0
33032026-05-20T17:06:16.287Z Compiling newtype_derive v0.1.6
33042026-05-20T17:06:16.333Z Compiling serde_yaml v0.9.34+deprecated
33052026-05-20T17:06:16.505Z Compiling owo-colors v4.3.0
33062026-05-20T17:06:16.518Z Compiling cancel-safe-futures v0.1.5
33072026-05-20T17:06:16.562Z Compiling packed_struct v0.10.1
33082026-05-20T17:06:16.727Z Checking crc-catalog v2.4.0
33092026-05-20T17:06:16.820Z Checking crc v3.4.0
33102026-05-20T17:06:16.905Z Checking bitvec v1.0.1
33112026-05-20T17:06:16.984Z Checking zerocopy v0.6.6
33122026-05-20T17:06:17.033Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33132026-05-20T17:06:17.047Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33142026-05-20T17:06:17.208Z Checking typify-impl v0.6.2
33152026-05-20T17:06:17.303Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33162026-05-20T17:06:17.392Z Compiling packed_struct_codegen v0.10.1
33172026-05-20T17:06:17.552Z Checking libsw-core v0.3.2
33182026-05-20T17:06:17.568Z Compiling bitfield-macros v0.19.4
33192026-05-20T17:06:17.700Z Compiling indexmap v1.9.3
33202026-05-20T17:06:17.793Z Checking nodrop v0.1.14
33212026-05-20T17:06:17.888Z Checking array-init v0.0.4
33222026-05-20T17:06:17.923Z Checking libsw v3.5.0
33232026-05-20T17:06:18.101Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33242026-05-20T17:06:18.203Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33252026-05-20T17:06:18.251Z Checking smallvec v0.6.14
33262026-05-20T17:06:18.443Z Checking bitfield v0.19.4
33272026-05-20T17:06:18.453Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-05-20T17:06:18.515Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-05-20T17:06:18.560Z Checking tagptr v0.2.0
33302026-05-20T17:06:18.640Z Checking smawk v0.3.2
33312026-05-20T17:06:18.686Z Checking base64 v0.21.7
33322026-05-20T17:06:18.700Z Checking hashbrown v0.12.3
33332026-05-20T17:06:18.771Z Checking linear-map v1.2.0
33342026-05-20T17:06:18.804Z Checking unicode-linebreak v0.1.5
33352026-05-20T17:06:18.921Z Checking ron v0.8.1
33362026-05-20T17:06:18.937Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-05-20T17:06:18.993Z Checking moka v0.12.13
33382026-05-20T17:06:19.014Z Checking textwrap v0.16.2
33392026-05-20T17:06:19.037Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-05-20T17:06:19.101Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33412026-05-20T17:06:19.225Z Checking steno v0.4.1
33422026-05-20T17:06:19.435Z Checking serde-hex v0.1.0
33432026-05-20T17:06:19.438Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-05-20T17:06:19.544Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-05-20T17:06:19.606Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33462026-05-20T17:06:19.621Z Checking hashbrown v0.13.2
33472026-05-20T17:06:19.892Z Checking humantime v2.3.0
33482026-05-20T17:06:20.045Z Checking crc-any v2.5.0
33492026-05-20T17:06:20.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33502026-05-20T17:06:20.180Z Checking object v0.30.4
33512026-05-20T17:06:20.219Z Checking hickory-resolver v0.25.2
33522026-05-20T17:06:20.222Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-05-20T17:06:20.292Z Checking void v1.0.2
33542026-05-20T17:06:20.307Z Checking half v1.8.3
33552026-05-20T17:06:20.407Z Checking path-slash v0.1.5
33562026-05-20T17:06:20.410Z Checking utf-8 v0.7.6
33572026-05-20T17:06:20.492Z Checking lzss v0.8.2
33582026-05-20T17:06:20.503Z Checking serde_cbor v0.11.2
33592026-05-20T17:06:20.531Z Checking tungstenite v0.23.0
33602026-05-20T17:06:20.817Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-05-20T17:06:20.888Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33622026-05-20T17:06:20.926Z Checking nix v0.27.1
33632026-05-20T17:06:20.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33642026-05-20T17:06:20.954Z Checking kstat-rs v0.2.4
33652026-05-20T17:06:20.975Z Checking fxhash v0.2.1
33662026-05-20T17:06:21.097Z Checking serde_bytes v0.11.19
33672026-05-20T17:06:21.125Z Checking tokio-tungstenite v0.23.1
33682026-05-20T17:06:21.142Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-05-20T17:06:21.273Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33702026-05-20T17:06:21.363Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33712026-05-20T17:06:21.387Z Checking signal-hook-tokio v0.3.1
33722026-05-20T17:06:21.692Z Compiling typify-macro v0.6.2
33732026-05-20T17:06:22.466Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-05-20T17:06:22.845Z Compiling typify v0.6.2
33752026-05-20T17:06:22.925Z Compiling progenitor-impl v0.13.0
33762026-05-20T17:06:22.925Z Compiling progenitor-impl v0.14.0
33772026-05-20T17:06:23.374Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-05-20T17:06:23.701Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33792026-05-20T17:06:24.558Z Compiling progenitor-macro v0.14.0
33802026-05-20T17:06:24.571Z Compiling progenitor-macro v0.13.0
33812026-05-20T17:06:27.150Z Checking progenitor v0.13.0
33822026-05-20T17:06:27.156Z Checking progenitor v0.14.0
33832026-05-20T17:06:27.282Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33842026-05-20T17:06:27.286Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33852026-05-20T17:06:30.281Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-05-20T17:06:37.875Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33872026-05-20T17:06:44.236Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33882026-05-20T17:06:45.613Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33892026-05-20T17:06:46.134Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33902026-05-20T17:06:48.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.38s
33912026-05-20T17:06:48.450Z
33922026-05-20T17:06:48.450Zinfo: running `cargo check --bins` on gateway-api (134/276)
33932026-05-20T17:06:48.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-20T17:06:48.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-20T17:06:48.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-20T17:06:48.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33972026-05-20T17:06:49.060Z
33982026-05-20T17:06:49.060Zinfo: running `cargo check --bins` on ipcc (135/276)
33992026-05-20T17:06:49.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-20T17:06:49.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-20T17:06:49.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-20T17:06:49.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-05-20T17:06:49.672Z
34042026-05-20T17:06:49.672Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
34052026-05-20T17:06:50.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-20T17:06:50.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-20T17:06:50.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-20T17:06:50.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-20T17:06:50.270Z
34102026-05-20T17:06:50.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
34112026-05-20T17:06:50.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-20T17:06:50.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-20T17:06:50.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-20T17:06:50.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34152026-05-20T17:06:50.883Z
34162026-05-20T17:06:50.883Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
34172026-05-20T17:06:51.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-20T17:06:51.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-20T17:06:51.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-20T17:06:51.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-05-20T17:06:51.500Z
34222026-05-20T17:06:51.500Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
34232026-05-20T17:06:52.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-20T17:06:52.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-20T17:06:52.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-20T17:06:52.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34272026-05-20T17:06:52.115Z
34282026-05-20T17:06:52.115Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
34292026-05-20T17:06:52.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-20T17:06:52.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-20T17:06:52.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-20T17:06:52.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34332026-05-20T17:06:52.729Z
34342026-05-20T17:06:52.729Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
34352026-05-20T17:06:53.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-20T17:06:53.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-20T17:06:53.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-20T17:06:53.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34392026-05-20T17:06:53.346Z
34402026-05-20T17:06:53.347Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
34412026-05-20T17:06:53.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-20T17:06:53.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-20T17:06:53.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-20T17:06:53.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34452026-05-20T17:06:53.958Z
34462026-05-20T17:06:53.958Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
34472026-05-20T17:06:54.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-20T17:06:54.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-20T17:06:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-20T17:06:54.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34512026-05-20T17:06:54.574Z
34522026-05-20T17:06:54.574Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
34532026-05-20T17:06:55.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-20T17:06:55.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-20T17:06:55.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-20T17:06:55.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34572026-05-20T17:06:55.193Z
34582026-05-20T17:06:55.193Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
34592026-05-20T17:06:55.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-20T17:06:55.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-20T17:06:55.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-20T17:06:55.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34632026-05-20T17:06:55.806Z
34642026-05-20T17:06:55.806Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
34652026-05-20T17:06:56.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-20T17:06:56.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-20T17:06:56.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-20T17:06:56.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34692026-05-20T17:06:56.422Z
34702026-05-20T17:06:56.422Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34712026-05-20T17:06:56.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-20T17:06:56.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-20T17:06:56.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-20T17:06:56.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34752026-05-20T17:06:57.035Z
34762026-05-20T17:06:57.036Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34772026-05-20T17:06:57.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-20T17:06:57.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-20T17:06:57.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-20T17:06:57.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34812026-05-20T17:06:57.647Z
34822026-05-20T17:06:57.648Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34832026-05-20T17:06:58.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-20T17:06:58.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-20T17:06:58.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-20T17:06:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34872026-05-20T17:06:58.263Z
34882026-05-20T17:06:58.263Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34892026-05-20T17:06:58.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-20T17:06:58.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-20T17:06:58.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-20T17:06:58.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34932026-05-20T17:06:58.869Z
34942026-05-20T17:06:58.869Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34952026-05-20T17:06:59.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-20T17:06:59.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-20T17:06:59.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-20T17:06:59.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34992026-05-20T17:06:59.480Z
35002026-05-20T17:06:59.480Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
35012026-05-20T17:06:59.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-20T17:07:00.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-20T17:07:00.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-20T17:07:00.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35052026-05-20T17:07:00.094Z
35062026-05-20T17:07:00.094Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
35072026-05-20T17:07:00.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-20T17:07:00.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-20T17:07:00.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-20T17:07:00.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35112026-05-20T17:07:00.711Z
35122026-05-20T17:07:00.711Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
35132026-05-20T17:07:01.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-20T17:07:01.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-20T17:07:01.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-20T17:07:01.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35172026-05-20T17:07:01.322Z
35182026-05-20T17:07:01.322Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
35192026-05-20T17:07:01.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-20T17:07:01.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-20T17:07:01.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-20T17:07:01.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232026-05-20T17:07:01.972Z
35242026-05-20T17:07:01.973Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
35252026-05-20T17:07:02.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-20T17:07:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-20T17:07:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-20T17:07:02.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35292026-05-20T17:07:02.601Z
35302026-05-20T17:07:02.601Zinfo: running `cargo check --bins` on dns-server (157/276)
35312026-05-20T17:07:03.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-20T17:07:03.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-20T17:07:03.256Z Compiling parking_lot_core v0.8.6
35342026-05-20T17:07:03.256Z Compiling atomicwrites v0.4.4
35352026-05-20T17:07:03.256Z Compiling git-stub v1.0.0
35362026-05-20T17:07:03.261Z Checking prefix-trie v0.7.0
35372026-05-20T17:07:03.261Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35382026-05-20T17:07:03.490Z Compiling git-stub-vcs v0.1.0
35392026-05-20T17:07:03.668Z Checking hickory-server v0.25.2
35402026-05-20T17:07:03.761Z Checking parking_lot v0.11.2
35412026-05-20T17:07:03.775Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35422026-05-20T17:07:03.847Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35432026-05-20T17:07:03.847Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35442026-05-20T17:07:03.928Z Checking sled v0.34.7
35452026-05-20T17:07:05.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35462026-05-20T17:07:05.996Z
35472026-05-20T17:07:05.996Zinfo: running `cargo check --bins` on dns-server-api (158/276)
35482026-05-20T17:07:06.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-20T17:07:06.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-20T17:07:06.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-20T17:07:06.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35522026-05-20T17:07:06.597Z
35532026-05-20T17:07:06.597Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
35542026-05-20T17:07:07.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-20T17:07:07.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-20T17:07:07.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-20T17:07:07.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35582026-05-20T17:07:07.264Z
35592026-05-20T17:07:07.264Zinfo: running `cargo check --bins` on sp-sim (160/276)
35602026-05-20T17:07:07.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-20T17:07:07.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-20T17:07:07.947Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35632026-05-20T17:07:09.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35642026-05-20T17:07:09.927Z
35652026-05-20T17:07:09.927Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
35662026-05-20T17:07:10.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-20T17:07:10.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-20T17:07:10.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-20T17:07:10.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35702026-05-20T17:07:10.659Z
35712026-05-20T17:07:10.659Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35722026-05-20T17:07:11.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-20T17:07:11.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-20T17:07:11.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-20T17:07:11.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35762026-05-20T17:07:11.264Z
35772026-05-20T17:07:11.264Zinfo: running `cargo check --bins` on db-macros (163/276)
35782026-05-20T17:07:12.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-20T17:07:12.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-20T17:07:12.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-20T17:07:12.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35822026-05-20T17:07:12.475Z
35832026-05-20T17:07:12.475Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35842026-05-20T17:07:12.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-20T17:07:12.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-20T17:07:12.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-20T17:07:12.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35882026-05-20T17:07:12.573Z
35892026-05-20T17:07:12.573Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35902026-05-20T17:07:13.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-20T17:07:13.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-20T17:07:13.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-20T17:07:13.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35942026-05-20T17:07:13.132Z
35952026-05-20T17:07:13.133Zinfo: running `cargo check --bins` on authz-macros (166/276)
35962026-05-20T17:07:13.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-20T17:07:13.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-20T17:07:13.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-20T17:07:13.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-05-20T17:07:13.724Z
36012026-05-20T17:07:13.724Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
36022026-05-20T17:07:14.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-20T17:07:14.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-20T17:07:14.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-20T17:07:14.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36062026-05-20T17:07:14.384Z
36072026-05-20T17:07:14.384Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
36082026-05-20T17:07:14.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-20T17:07:14.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-20T17:07:14.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-20T17:07:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-05-20T17:07:15.042Z
36132026-05-20T17:07:15.042Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
36142026-05-20T17:07:15.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-20T17:07:15.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-20T17:07:15.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-20T17:07:15.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36182026-05-20T17:07:15.644Z
36192026-05-20T17:07:15.644Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
36202026-05-20T17:07:16.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-20T17:07:16.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-20T17:07:16.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-05-20T17:07:16.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36242026-05-20T17:07:16.514Z
36252026-05-20T17:07:16.514Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
36262026-05-20T17:07:16.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-05-20T17:07:16.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-05-20T17:07:16.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-05-20T17:07:16.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36302026-05-20T17:07:20.748Z
36312026-05-20T17:07:20.748Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
36322026-05-20T17:07:20.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-05-20T17:07:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-05-20T17:07:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-05-20T17:07:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36362026-05-20T17:07:20.798Z
36372026-05-20T17:07:20.798Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
36382026-05-20T17:07:20.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-05-20T17:07:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-05-20T17:07:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-05-20T17:07:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36422026-05-20T17:07:20.798Z
36432026-05-20T17:07:20.798Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
36442026-05-20T17:07:20.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-05-20T17:07:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-05-20T17:07:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-05-20T17:07:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36482026-05-20T17:07:20.798Z
36492026-05-20T17:07:20.798Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
36502026-05-20T17:07:20.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-20T17:07:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-20T17:07:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-20T17:07:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36542026-05-20T17:07:20.798Z
36552026-05-20T17:07:20.798Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
36562026-05-20T17:07:20.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-20T17:07:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-20T17:07:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-05-20T17:07:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36602026-05-20T17:07:20.798Z
36612026-05-20T17:07:20.799Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
36622026-05-20T17:07:20.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-05-20T17:07:20.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-05-20T17:07:20.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-05-20T17:07:20.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36662026-05-20T17:07:20.799Z
36672026-05-20T17:07:20.799Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36682026-05-20T17:07:21.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-05-20T17:07:21.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-05-20T17:07:21.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-05-20T17:07:21.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36722026-05-20T17:07:21.309Z
36732026-05-20T17:07:21.309Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36742026-05-20T17:07:21.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-05-20T17:07:21.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-05-20T17:07:21.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-05-20T17:07:21.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36782026-05-20T17:07:21.968Z
36792026-05-20T17:07:21.968Zinfo: running `cargo check --bins` on key-manager (180/276)
36802026-05-20T17:07:22.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-05-20T17:07:22.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-05-20T17:07:22.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-05-20T17:07:22.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36842026-05-20T17:07:22.535Z
36852026-05-20T17:07:22.535Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36862026-05-20T17:07:23.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-05-20T17:07:23.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-05-20T17:07:23.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-05-20T17:07:23.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36902026-05-20T17:07:23.165Z
36912026-05-20T17:07:23.165Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36922026-05-20T17:07:23.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-05-20T17:07:23.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-05-20T17:07:23.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-05-20T17:07:23.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36962026-05-20T17:07:23.792Z
36972026-05-20T17:07:23.792Zinfo: running `cargo check --bins` on typed-rng (183/276)
36982026-05-20T17:07:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-05-20T17:07:24.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-05-20T17:07:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-05-20T17:07:24.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37022026-05-20T17:07:24.392Z
37032026-05-20T17:07:24.392Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
37042026-05-20T17:07:24.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-05-20T17:07:24.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-05-20T17:07:25.261Z Compiling typify-impl v0.4.3
37072026-05-20T17:07:25.262Z Compiling libefi-sys v0.1.0
37082026-05-20T17:07:25.265Z Compiling bitfield-struct v0.6.2
37092026-05-20T17:07:25.418Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37102026-05-20T17:07:25.429Z Compiling xshell-macros v0.2.7
37112026-05-20T17:07:25.441Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37122026-05-20T17:07:25.456Z Compiling salty v0.3.0
37132026-05-20T17:07:25.552Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37142026-05-20T17:07:25.713Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37152026-05-20T17:07:25.795Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-05-20T17:07:25.859Z Checking xshell v0.2.7
37172026-05-20T17:07:25.881Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37182026-05-20T17:07:26.036Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37192026-05-20T17:07:26.066Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37202026-05-20T17:07:26.091Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37212026-05-20T17:07:26.182Z Checking primeorder v0.13.6
37222026-05-20T17:07:26.245Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37232026-05-20T17:07:26.339Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37242026-05-20T17:07:26.342Z Compiling proc-macro-error-attr2 v2.0.0
37252026-05-20T17:07:26.437Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37262026-05-20T17:07:26.601Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37272026-05-20T17:07:26.657Z Checking tungstenite v0.21.0
37282026-05-20T17:07:26.672Z Checking p384 v0.13.1
37292026-05-20T17:07:26.687Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37302026-05-20T17:07:26.734Z Compiling proc-macro-error2 v2.0.1
37312026-05-20T17:07:27.096Z Compiling num-derive v0.3.3
37322026-05-20T17:07:27.113Z Checking tokio-tungstenite v0.21.0
37332026-05-20T17:07:27.352Z Compiling tabled_derive v0.11.0
37342026-05-20T17:07:27.413Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-05-20T17:07:27.459Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37362026-05-20T17:07:27.544Z Checking papergrid v0.17.0
37372026-05-20T17:07:27.814Z Checking testing_table v0.3.0
37382026-05-20T17:07:27.843Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37392026-05-20T17:07:27.999Z Checking libscf-sys v1.1.0
37402026-05-20T17:07:28.148Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37412026-05-20T17:07:28.188Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37422026-05-20T17:07:28.378Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37432026-05-20T17:07:28.482Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37442026-05-20T17:07:28.550Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37452026-05-20T17:07:28.671Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37462026-05-20T17:07:28.687Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37472026-05-20T17:07:28.702Z Compiling illumos-nvpair-sys v0.2.0
37482026-05-20T17:07:28.759Z Compiling unicase v2.9.0
37492026-05-20T17:07:28.891Z Checking corncobs v0.1.4
37502026-05-20T17:07:28.962Z Checking tabled v0.20.0
37512026-05-20T17:07:28.980Z Compiling mime_guess v2.0.5
37522026-05-20T17:07:28.989Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37532026-05-20T17:07:29.034Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37542026-05-20T17:07:29.184Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37552026-05-20T17:07:31.670Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37562026-05-20T17:07:31.670Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37572026-05-20T17:07:31.670Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37582026-05-20T17:07:31.670Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37592026-05-20T17:07:31.670Z Checking progenitor-client v0.11.2
37602026-05-20T17:07:31.670Z Checking secrecy v0.8.0
37612026-05-20T17:07:31.671Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37622026-05-20T17:07:31.671Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37632026-05-20T17:07:31.671Z Compiling typify-macro v0.4.3
37642026-05-20T17:07:31.671Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37652026-05-20T17:07:31.671Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37662026-05-20T17:07:31.671Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37672026-05-20T17:07:31.671Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37682026-05-20T17:07:31.671Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37692026-05-20T17:07:31.671Z Checking filetime v0.2.27
37702026-05-20T17:07:31.671Z Checking http-range v0.1.5
37712026-05-20T17:07:31.671Z Checking crc8 v0.1.1
37722026-05-20T17:07:31.671Z Checking xattr v1.6.1
37732026-05-20T17:07:31.671Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-20T17:07:31.671Z Checking tar v0.4.45
37752026-05-20T17:07:31.671Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37762026-05-20T17:07:31.671Z Checking illumos-nvpair v0.3.0
37772026-05-20T17:07:31.939Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37782026-05-20T17:07:31.939Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37792026-05-20T17:07:31.939Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37802026-05-20T17:07:31.939Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37812026-05-20T17:07:31.939Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37822026-05-20T17:07:31.939Z Compiling typify v0.4.3
37832026-05-20T17:07:31.939Z Compiling progenitor-impl v0.11.2
37842026-05-20T17:07:32.090Z Compiling progenitor-impl v0.10.0
37852026-05-20T17:07:32.464Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37862026-05-20T17:07:32.529Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37872026-05-20T17:07:32.577Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37882026-05-20T17:07:32.708Z Checking atty v0.2.14
37892026-05-20T17:07:32.841Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37902026-05-20T17:07:32.854Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37912026-05-20T17:07:32.889Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37922026-05-20T17:07:33.254Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37932026-05-20T17:07:33.296Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37942026-05-20T17:07:33.568Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37952026-05-20T17:07:33.615Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37962026-05-20T17:07:33.807Z Checking hyper-staticfile v0.10.1
37972026-05-20T17:07:33.845Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37982026-05-20T17:07:34.119Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37992026-05-20T17:07:34.140Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38002026-05-20T17:07:34.466Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38012026-05-20T17:07:34.505Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38022026-05-20T17:07:34.538Z Compiling progenitor-macro v0.11.2
38032026-05-20T17:07:34.560Z Compiling progenitor-macro v0.10.0
38042026-05-20T17:07:34.748Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38052026-05-20T17:07:34.766Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38062026-05-20T17:07:34.795Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38072026-05-20T17:07:37.305Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38082026-05-20T17:07:37.543Z Checking progenitor v0.10.0
38092026-05-20T17:07:37.678Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38102026-05-20T17:07:37.717Z Checking progenitor v0.11.2
38112026-05-20T17:07:37.851Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38122026-05-20T17:07:42.501Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38132026-05-20T17:07:53.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s
38142026-05-20T17:07:53.636Z
38152026-05-20T17:07:53.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
38162026-05-20T17:07:54.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-20T17:07:54.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-20T17:07:54.444Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-05-20T17:08:05.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38202026-05-20T17:08:05.410Z
38212026-05-20T17:08:05.410Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
38222026-05-20T17:08:05.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-20T17:08:05.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-20T17:08:06.211Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-05-20T17:08:17.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38262026-05-20T17:08:17.316Z
38272026-05-20T17:08:17.316Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
38282026-05-20T17:08:17.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-20T17:08:17.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-20T17:08:18.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38312026-05-20T17:08:28.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38322026-05-20T17:08:29.002Z
38332026-05-20T17:08:29.002Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
38342026-05-20T17:08:29.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-20T17:08:29.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-20T17:08:29.796Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38372026-05-20T17:08:40.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38382026-05-20T17:08:40.727Z
38392026-05-20T17:08:40.727Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
38402026-05-20T17:08:41.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-20T17:08:41.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-20T17:08:41.520Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38432026-05-20T17:08:52.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38442026-05-20T17:08:52.478Z
38452026-05-20T17:08:52.478Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
38462026-05-20T17:08:53.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-20T17:08:53.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-20T17:08:53.240Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-05-20T17:09:04.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38502026-05-20T17:09:04.235Z
38512026-05-20T17:09:04.235Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
38522026-05-20T17:09:04.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-20T17:09:04.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-20T17:09:05.064Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38552026-05-20T17:09:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38562026-05-20T17:09:15.973Z
38572026-05-20T17:09:15.973Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
38582026-05-20T17:09:16.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-20T17:09:16.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-20T17:09:16.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-20T17:09:16.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-20T17:09:16.587Z
38632026-05-20T17:09:16.587Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
38642026-05-20T17:09:17.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-20T17:09:17.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-20T17:09:17.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-20T17:09:17.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38682026-05-20T17:09:17.207Z
38692026-05-20T17:09:17.207Zinfo: running `cargo check --bins` on range-requests (194/276)
38702026-05-20T17:09:17.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-20T17:09:17.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-20T17:09:17.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-20T17:09:17.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38742026-05-20T17:09:17.846Z
38752026-05-20T17:09:17.846Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38762026-05-20T17:09:18.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-20T17:09:18.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-20T17:09:18.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-20T17:09:18.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38802026-05-20T17:09:18.420Z
38812026-05-20T17:09:18.420Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38822026-05-20T17:09:18.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-20T17:09:19.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-20T17:09:19.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-20T17:09:19.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38862026-05-20T17:09:19.054Z
38872026-05-20T17:09:19.054Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38882026-05-20T17:09:19.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-20T17:09:19.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-20T17:09:19.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-20T17:09:19.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38922026-05-20T17:09:19.676Z
38932026-05-20T17:09:19.676Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38942026-05-20T17:09:20.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-20T17:09:20.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-20T17:09:20.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-20T17:09:20.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38982026-05-20T17:09:20.314Z
38992026-05-20T17:09:20.314Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
39002026-05-20T17:09:20.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-20T17:09:20.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-20T17:09:20.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-20T17:09:20.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39042026-05-20T17:09:21.155Z
39052026-05-20T17:09:21.155Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
39062026-05-20T17:09:24.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-20T17:09:24.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-20T17:09:24.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-20T17:09:24.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39102026-05-20T17:09:24.557Z
39112026-05-20T17:09:24.557Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
39122026-05-20T17:09:24.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-20T17:09:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-20T17:09:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-20T17:09:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39162026-05-20T17:09:24.558Z
39172026-05-20T17:09:24.558Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
39182026-05-20T17:09:24.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-20T17:09:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-20T17:09:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-05-20T17:09:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39222026-05-20T17:09:24.558Z
39232026-05-20T17:09:24.558Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
39242026-05-20T17:09:24.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-20T17:09:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-20T17:09:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-20T17:09:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39282026-05-20T17:09:24.558Z
39292026-05-20T17:09:24.558Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
39302026-05-20T17:09:24.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-20T17:09:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-20T17:09:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-20T17:09:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39342026-05-20T17:09:24.558Z
39352026-05-20T17:09:24.558Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
39362026-05-20T17:09:24.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-20T17:09:24.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-20T17:09:24.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-20T17:09:24.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39402026-05-20T17:09:24.800Z
39412026-05-20T17:09:24.801Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
39422026-05-20T17:09:25.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-20T17:09:25.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-20T17:09:25.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-20T17:09:25.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39462026-05-20T17:09:25.403Z
39472026-05-20T17:09:25.403Zinfo: running `cargo check --bins` on trust-quorum (207/276)
39482026-05-20T17:09:25.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-20T17:09:25.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-20T17:09:25.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-05-20T17:09:25.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39522026-05-20T17:09:26.043Z
39532026-05-20T17:09:26.043Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
39542026-05-20T17:09:26.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-05-20T17:09:26.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-05-20T17:09:26.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-05-20T17:09:26.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39582026-05-20T17:09:26.690Z
39592026-05-20T17:09:26.690Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
39602026-05-20T17:09:27.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-20T17:09:27.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-20T17:09:27.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-20T17:09:27.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39642026-05-20T17:09:27.356Z
39652026-05-20T17:09:27.356Zinfo: running `cargo check --bins` on update-common (210/276)
39662026-05-20T17:09:27.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-20T17:09:27.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-20T17:09:27.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-05-20T17:09:27.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39702026-05-20T17:09:27.970Z
39712026-05-20T17:09:27.970Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39722026-05-20T17:09:28.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-20T17:09:28.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-20T17:09:28.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-05-20T17:09:28.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39762026-05-20T17:09:28.633Z
39772026-05-20T17:09:28.633Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39782026-05-20T17:09:29.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-05-20T17:09:29.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-05-20T17:09:29.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-05-20T17:09:29.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39822026-05-20T17:09:29.223Z
39832026-05-20T17:09:29.223Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39842026-05-20T17:09:29.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-20T17:09:29.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-20T17:09:30.004Z Compiling fs-err v2.11.0
39872026-05-20T17:09:30.007Z Checking ignore v0.4.25
39882026-05-20T17:09:30.007Z Checking arc-swap v1.8.2
39892026-05-20T17:09:30.141Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39902026-05-20T17:09:30.146Z Checking predicates-tree v1.0.13
39912026-05-20T17:09:30.153Z Checking parse-size v1.1.0
39922026-05-20T17:09:30.171Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39932026-05-20T17:09:30.174Z Checking rand_seeder v0.4.0
39942026-05-20T17:09:30.247Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39952026-05-20T17:09:30.268Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39962026-05-20T17:09:30.321Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39972026-05-20T17:09:30.335Z Checking slog-scope v4.4.1
39982026-05-20T17:09:30.372Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39992026-05-20T17:09:30.460Z Compiling petname v2.0.2
40002026-05-20T17:09:30.464Z Checking slog-stdlog v4.1.1
40012026-05-20T17:09:30.489Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40022026-05-20T17:09:30.505Z Checking globwalk v0.9.1
40032026-05-20T17:09:30.551Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40042026-05-20T17:09:30.589Z Checking slog-envlogger v2.2.0
40052026-05-20T17:09:30.682Z Checking camino-tempfile-ext v0.3.3
40062026-05-20T17:09:30.734Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40072026-05-20T17:09:30.787Z Checking sapling-renderdag v0.1.0
40082026-05-20T17:09:30.870Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40092026-05-20T17:09:30.927Z Checking subprocess v0.2.15
40102026-05-20T17:09:31.022Z Checking sync-ptr v0.1.4
40112026-05-20T17:09:31.111Z Checking colored v2.2.0
40122026-05-20T17:09:31.136Z Checking assert_matches v1.5.0
40132026-05-20T17:09:31.205Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40142026-05-20T17:09:31.373Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40152026-05-20T17:09:31.376Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40162026-05-20T17:09:32.051Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40172026-05-20T17:09:33.357Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40182026-05-20T17:09:35.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
40192026-05-20T17:09:35.771Z
40202026-05-20T17:09:35.771Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
40212026-05-20T17:09:36.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-20T17:09:36.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-20T17:09:36.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-05-20T17:09:36.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40252026-05-20T17:09:36.369Z
40262026-05-20T17:09:36.370Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
40272026-05-20T17:09:36.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-05-20T17:09:36.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-05-20T17:09:36.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-05-20T17:09:36.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40312026-05-20T17:09:36.989Z
40322026-05-20T17:09:36.989Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
40332026-05-20T17:09:37.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-20T17:09:37.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-20T17:09:37.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-05-20T17:09:37.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40372026-05-20T17:09:37.652Z
40382026-05-20T17:09:37.652Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
40392026-05-20T17:09:38.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-20T17:09:38.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-20T17:09:38.392Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40422026-05-20T17:09:38.392Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40432026-05-20T17:09:39.045Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40442026-05-20T17:09:40.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40452026-05-20T17:09:40.835Z
40462026-05-20T17:09:40.835Zinfo: running `cargo check --bins` on oximeter-api (218/276)
40472026-05-20T17:09:41.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-20T17:09:41.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-20T17:09:41.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-05-20T17:09:41.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40512026-05-20T17:09:41.449Z
40522026-05-20T17:09:41.449Zinfo: running `cargo check --bins` on cert-dev (219/276)
40532026-05-20T17:09:41.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-20T17:09:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-20T17:09:42.063Z Checking yasna v0.5.2
40562026-05-20T17:09:42.468Z Checking rcgen v0.12.1
40572026-05-20T17:09:42.712Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40582026-05-20T17:09:42.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40592026-05-20T17:09:43.078Z
40602026-05-20T17:09:43.078Zinfo: running `cargo check --bins` on clickana (220/276)
40612026-05-20T17:09:43.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-20T17:09:43.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-20T17:09:43.773Z Compiling darling_core v0.23.0
40642026-05-20T17:09:43.778Z Compiling instability v0.3.11
40652026-05-20T17:09:43.838Z Checking castaway v0.2.4
40662026-05-20T17:09:43.857Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40672026-05-20T17:09:43.857Z Compiling indoc v2.0.7
40682026-05-20T17:09:43.873Z Checking unicode-truncate v1.1.0
40692026-05-20T17:09:43.876Z Checking lru v0.12.5
40702026-05-20T17:09:43.877Z Checking cassowary v0.3.0
40712026-05-20T17:09:43.937Z Checking compact_str v0.8.1
40722026-05-20T17:09:44.911Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40732026-05-20T17:09:45.092Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40742026-05-20T17:09:45.267Z Compiling darling_macro v0.23.0
40752026-05-20T17:09:45.673Z Compiling darling v0.23.0
40762026-05-20T17:09:46.277Z Checking ratatui v0.29.0
40772026-05-20T17:09:47.330Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40782026-05-20T17:09:47.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40792026-05-20T17:09:48.186Z
40802026-05-20T17:09:48.186Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40812026-05-20T17:09:48.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-20T17:09:48.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-20T17:09:48.915Z Checking headers-core v0.3.0
40842026-05-20T17:09:48.918Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40852026-05-20T17:09:49.109Z Checking headers v0.4.1
40862026-05-20T17:09:49.473Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40872026-05-20T17:09:50.338Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40882026-05-20T17:09:50.835Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40892026-05-20T17:09:51.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40902026-05-20T17:09:51.464Z
40912026-05-20T17:09:51.464Zinfo: running `cargo check --bins` on ch-dev (222/276)
40922026-05-20T17:09:52.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-20T17:09:52.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-20T17:09:52.194Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40952026-05-20T17:09:52.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40962026-05-20T17:09:53.136Z
40972026-05-20T17:09:53.136Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40982026-05-20T17:09:53.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-20T17:09:53.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-20T17:09:53.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-20T17:09:53.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41022026-05-20T17:09:53.611Z
41032026-05-20T17:09:53.611Zinfo: running `cargo check --bins` on crdb-seed (224/276)
41042026-05-20T17:09:54.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-20T17:09:54.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-20T17:09:54.359Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41072026-05-20T17:09:55.327Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41082026-05-20T17:09:55.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41092026-05-20T17:09:55.884Z
41102026-05-20T17:09:55.885Zinfo: running `cargo check --bins` on db-dev (225/276)
41112026-05-20T17:09:56.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-20T17:09:56.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-20T17:09:56.610Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41142026-05-20T17:09:57.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41152026-05-20T17:09:57.570Z
41162026-05-20T17:09:57.570Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
41172026-05-20T17:09:58.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-05-20T17:09:58.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-05-20T17:09:58.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-05-20T17:09:58.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41212026-05-20T17:09:58.218Z
41222026-05-20T17:09:58.218Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
41232026-05-20T17:09:58.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-20T17:09:58.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-20T17:09:58.837Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41262026-05-20T17:09:59.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41272026-05-20T17:09:59.692Z
41282026-05-20T17:09:59.692Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
41292026-05-20T17:10:00.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-05-20T17:10:00.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-05-20T17:10:00.457Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41322026-05-20T17:10:00.457Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41332026-05-20T17:10:00.460Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41342026-05-20T17:10:00.592Z Checking git-stub v1.0.0
41352026-05-20T17:10:00.595Z Compiling trait-variant v0.1.2
41362026-05-20T17:10:00.595Z Checking is_ci v1.2.0
41372026-05-20T17:10:00.595Z Checking maplit v1.0.2
41382026-05-20T17:10:00.634Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41392026-05-20T17:10:00.699Z Checking supports-color v3.0.2
41402026-05-20T17:10:00.699Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41412026-05-20T17:10:00.739Z Checking git-stub-vcs v0.1.0
41422026-05-20T17:10:00.798Z Checking drift v0.1.4
41432026-05-20T17:10:00.833Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41442026-05-20T17:10:00.901Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41452026-05-20T17:10:00.930Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41462026-05-20T17:10:01.094Z Checking dropshot-api-manager v0.7.1
41472026-05-20T17:10:01.108Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
41482026-05-20T17:10:01.123Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41492026-05-20T17:10:01.126Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41502026-05-20T17:10:01.324Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41512026-05-20T17:10:01.354Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41522026-05-20T17:10:01.528Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41532026-05-20T17:10:01.849Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41542026-05-20T17:10:06.780Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41552026-05-20T17:10:07.864Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41562026-05-20T17:10:08.428Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41572026-05-20T17:10:08.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
41582026-05-20T17:10:09.067Z
41592026-05-20T17:10:09.068Zinfo: running `cargo check --bins` on installinator-api (229/276)
41602026-05-20T17:10:09.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-05-20T17:10:09.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-05-20T17:10:09.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-05-20T17:10:09.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41642026-05-20T17:10:09.681Z
41652026-05-20T17:10:09.681Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41662026-05-20T17:10:10.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-05-20T17:10:10.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-05-20T17:10:10.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-05-20T17:10:10.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41702026-05-20T17:10:10.339Z
41712026-05-20T17:10:10.339Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41722026-05-20T17:10:10.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-05-20T17:10:10.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-05-20T17:10:10.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41752026-05-20T17:10:10.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41762026-05-20T17:10:10.997Z
41772026-05-20T17:10:10.997Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41782026-05-20T17:10:11.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-05-20T17:10:11.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-05-20T17:10:11.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812026-05-20T17:10:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41822026-05-20T17:10:11.648Z
41832026-05-20T17:10:11.648Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41842026-05-20T17:10:12.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-05-20T17:10:12.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-05-20T17:10:12.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-05-20T17:10:12.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41882026-05-20T17:10:12.256Z
41892026-05-20T17:10:12.256Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41902026-05-20T17:10:12.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-05-20T17:10:12.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-05-20T17:10:12.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-05-20T17:10:12.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41942026-05-20T17:10:12.863Z
41952026-05-20T17:10:12.864Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41962026-05-20T17:10:13.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-05-20T17:10:13.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-05-20T17:10:13.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-05-20T17:10:13.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42002026-05-20T17:10:13.468Z
42012026-05-20T17:10:13.468Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
42022026-05-20T17:10:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-05-20T17:10:13.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-05-20T17:10:14.089Z Checking typeid v1.0.3
42052026-05-20T17:10:14.202Z Checking ordered-float v2.10.1
42062026-05-20T17:10:14.221Z Checking unicode-xid v0.2.6
42072026-05-20T17:10:14.233Z Checking cargo-platform v0.2.0
42082026-05-20T17:10:14.245Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42092026-05-20T17:10:14.266Z Checking erased-serde v0.4.9
42102026-05-20T17:10:14.406Z Checking serde-value v0.7.0
42112026-05-20T17:10:14.576Z Checking serde-untagged v0.1.9
42122026-05-20T17:10:14.726Z Checking cargo-util-schemas v0.8.2
42132026-05-20T17:10:15.412Z Checking cargo_metadata v0.21.0
42142026-05-20T17:10:16.011Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42152026-05-20T17:10:16.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42162026-05-20T17:10:16.881Z
42172026-05-20T17:10:16.881Zinfo: running `cargo check --bins` on mgs-dev (237/276)
42182026-05-20T17:10:17.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-05-20T17:10:17.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-05-20T17:10:17.623Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42212026-05-20T17:10:18.274Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42222026-05-20T17:10:18.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42232026-05-20T17:10:18.980Z
42242026-05-20T17:10:18.980Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
42252026-05-20T17:10:19.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-20T17:10:19.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-20T17:10:19.847Z Compiling vergen-gitcl v1.0.8
42282026-05-20T17:10:19.847Z Compiling dirs-sys-next v0.1.2
42292026-05-20T17:10:19.847Z Compiling diesel_derives v2.3.7
42302026-05-20T17:10:19.847Z Compiling glob v0.3.3
42312026-05-20T17:10:19.847Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42322026-05-20T17:10:19.850Z Compiling crunchy v0.2.4
42332026-05-20T17:10:19.850Z Compiling dsl_auto_type v0.2.0
42342026-05-20T17:10:19.850Z Checking scheduled-thread-pool v0.2.7
42352026-05-20T17:10:20.124Z Compiling dirs-next v2.0.0
42362026-05-20T17:10:20.232Z Compiling diesel_table_macro_syntax v0.3.0
42372026-05-20T17:10:20.246Z Compiling tiny-keccak v2.0.2
42382026-05-20T17:10:20.275Z Compiling term v0.7.0
42392026-05-20T17:10:20.343Z Compiling clang-sys v1.8.1
42402026-05-20T17:10:20.394Z Checking r2d2 v0.8.10
42412026-05-20T17:10:20.434Z Checking downcast-rs v2.0.2
42422026-05-20T17:10:20.470Z Compiling bit-vec v0.6.3
42432026-05-20T17:10:20.531Z Compiling ascii-canvas v3.0.0
42442026-05-20T17:10:20.687Z Compiling bit-set v0.5.3
42452026-05-20T17:10:20.724Z Compiling itertools v0.10.5
42462026-05-20T17:10:20.769Z Compiling ena v0.14.4
42472026-05-20T17:10:20.816Z Compiling libloading v0.8.9
42482026-05-20T17:10:20.831Z Compiling regex-syntax v0.6.29
42492026-05-20T17:10:20.841Z Compiling bindgen v0.71.1
42502026-05-20T17:10:20.974Z Compiling diff v0.1.13
42512026-05-20T17:10:21.021Z Compiling cexpr v0.6.0
42522026-05-20T17:10:21.241Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42532026-05-20T17:10:21.384Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42542026-05-20T17:10:21.454Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42552026-05-20T17:10:21.488Z Compiling libxml v0.3.3
42562026-05-20T17:10:21.687Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42572026-05-20T17:10:21.738Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42582026-05-20T17:10:21.781Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42592026-05-20T17:10:21.981Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42602026-05-20T17:10:21.999Z Compiling strum_macros v0.24.3
42612026-05-20T17:10:22.116Z Compiling indoc v1.0.9
42622026-05-20T17:10:22.243Z Compiling lalrpop v0.19.12
42632026-05-20T17:10:23.031Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42642026-05-20T17:10:23.220Z Checking derive_builder v0.20.2
42652026-05-20T17:10:23.326Z Compiling oso-derive v0.27.3
42662026-05-20T17:10:23.341Z Checking quick-xml v0.37.5
42672026-05-20T17:10:23.593Z Compiling impl-trait-for-tuples v0.2.3
42682026-05-20T17:10:23.881Z Checking openssl-probe v0.1.6
42692026-05-20T17:10:23.963Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42702026-05-20T17:10:24.242Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42712026-05-20T17:10:24.434Z Checking bb8 v0.8.6
42722026-05-20T17:10:24.690Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42732026-05-20T17:10:24.710Z Checking nonempty v0.12.0
42742026-05-20T17:10:24.729Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42752026-05-20T17:10:24.875Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42762026-05-20T17:10:24.915Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42772026-05-20T17:10:24.954Z Checking console v0.16.2
42782026-05-20T17:10:25.092Z Checking unit-prefix v0.5.2
42792026-05-20T17:10:25.148Z Checking support-bundle-viewer v0.1.2
42802026-05-20T17:10:25.231Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42812026-05-20T17:10:25.306Z Checking indicatif v0.18.4
42822026-05-20T17:10:25.410Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42832026-05-20T17:10:25.553Z Checking multimap v0.10.1
42842026-05-20T17:10:25.957Z Checking diesel v2.3.7
42852026-05-20T17:10:27.929Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42862026-05-20T17:10:28.173Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42872026-05-20T17:10:28.483Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42882026-05-20T17:10:29.700Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42892026-05-20T17:10:29.919Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42902026-05-20T17:10:30.045Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42912026-05-20T17:10:30.582Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42922026-05-20T17:10:30.794Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42932026-05-20T17:10:32.636Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42942026-05-20T17:10:37.584Z Compiling samael v0.0.19
42952026-05-20T17:10:41.347Z Checking async-bb8-diesel v0.2.1
42962026-05-20T17:10:41.699Z Checking diesel-dtrace v0.5.0
42972026-05-20T17:10:42.699Z Compiling polar-core v0.27.3
42982026-05-20T17:10:47.160Z Checking oso v0.27.3
42992026-05-20T17:11:24.113Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43002026-05-20T17:11:57.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
43012026-05-20T17:11:58.033Z
43022026-05-20T17:11:58.033Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
43032026-05-20T17:11:58.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-20T17:11:58.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-20T17:11:58.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-20T17:11:58.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43072026-05-20T17:11:58.694Z
43082026-05-20T17:11:58.694Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
43092026-05-20T17:11:59.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-20T17:11:59.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-20T17:11:59.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-20T17:11:59.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43132026-05-20T17:11:59.352Z
43142026-05-20T17:11:59.352Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
43152026-05-20T17:11:59.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-20T17:11:59.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-20T17:11:59.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-20T17:11:59.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43192026-05-20T17:11:59.943Z
43202026-05-20T17:11:59.943Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
43212026-05-20T17:12:00.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-20T17:12:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-20T17:12:00.818Z Compiling libz-sys v1.1.24
43242026-05-20T17:12:00.949Z Compiling libgit2-sys v0.18.3+1.9.2
43252026-05-20T17:12:00.962Z Compiling vergen-git2 v1.0.7
43262026-05-20T17:12:00.971Z Compiling rustls v0.21.12
43272026-05-20T17:12:00.998Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43282026-05-20T17:12:01.001Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43292026-05-20T17:12:01.001Z Checking sct v0.7.1
43302026-05-20T17:12:01.001Z Checking rustls-webpki v0.101.7
43312026-05-20T17:12:01.150Z Compiling nix v0.29.0
43322026-05-20T17:12:01.168Z Compiling dropshot v0.16.7
43332026-05-20T17:12:01.209Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-05-20T17:12:01.257Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-05-20T17:12:01.332Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43362026-05-20T17:12:01.419Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-05-20T17:12:01.437Z Checking toml v0.9.12+spec-1.1.0
43382026-05-20T17:12:01.505Z Compiling dropshot_endpoint v0.16.7
43392026-05-20T17:12:01.638Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-05-20T17:12:01.768Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43412026-05-20T17:12:01.991Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43422026-05-20T17:12:02.024Z Checking rustls-pemfile v1.0.4
43432026-05-20T17:12:02.162Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-05-20T17:12:02.350Z Checking twox-hash v2.1.2
43452026-05-20T17:12:02.373Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-20T17:12:02.623Z Checking tokio-rustls v0.24.1
43472026-05-20T17:12:03.152Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43482026-05-20T17:12:03.295Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-05-20T17:12:03.315Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43502026-05-20T17:12:03.862Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-05-20T17:12:03.971Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43522026-05-20T17:12:03.988Z Checking fatfs v0.3.6
43532026-05-20T17:12:04.055Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43542026-05-20T17:12:04.111Z Compiling seq-macro v0.3.6
43552026-05-20T17:12:07.847Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43562026-05-20T17:12:07.967Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43572026-05-20T17:12:08.334Z Compiling git2 v0.20.4
43582026-05-20T17:12:10.519Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43592026-05-20T17:12:56.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.78s
43602026-05-20T17:12:56.953Z
43612026-05-20T17:12:56.953Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43622026-05-20T17:12:57.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-20T17:12:57.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-20T17:12:57.851Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-05-20T17:13:36.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.44s
43662026-05-20T17:13:36.618Z
43672026-05-20T17:13:36.618Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43682026-05-20T17:13:37.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-05-20T17:13:37.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-05-20T17:13:37.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43712026-05-20T17:13:37.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43722026-05-20T17:13:37.214Z
43732026-05-20T17:13:37.215Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43742026-05-20T17:13:37.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-05-20T17:13:37.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-05-20T17:13:37.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-05-20T17:13:37.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43782026-05-20T17:13:37.861Z
43792026-05-20T17:13:37.861Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43802026-05-20T17:13:38.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-20T17:13:38.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-20T17:13:38.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-05-20T17:13:38.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43842026-05-20T17:13:38.524Z
43852026-05-20T17:13:38.524Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43862026-05-20T17:13:39.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-20T17:13:39.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-20T17:13:39.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-05-20T17:13:39.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43902026-05-20T17:13:39.179Z
43912026-05-20T17:13:39.179Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43922026-05-20T17:13:39.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-20T17:13:39.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-20T17:13:39.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-05-20T17:13:39.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43962026-05-20T17:13:39.823Z
43972026-05-20T17:13:39.823Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43982026-05-20T17:13:40.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-20T17:13:40.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-20T17:13:40.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-05-20T17:13:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44022026-05-20T17:13:40.484Z
44032026-05-20T17:13:40.484Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
44042026-05-20T17:13:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-20T17:13:41.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-20T17:13:41.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-05-20T17:13:41.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44082026-05-20T17:13:41.146Z
44092026-05-20T17:13:41.146Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
44102026-05-20T17:13:41.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-20T17:13:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-20T17:13:41.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-05-20T17:13:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44142026-05-20T17:13:41.804Z
44152026-05-20T17:13:41.804Zinfo: running `cargo check --bins` on omicron-dev (252/276)
44162026-05-20T17:13:42.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-20T17:13:42.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-20T17:13:42.708Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44192026-05-20T17:13:42.708Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44202026-05-20T17:13:42.896Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44212026-05-20T17:13:42.987Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44222026-05-20T17:13:42.992Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44232026-05-20T17:13:42.993Z Checking yansi v1.0.1
44242026-05-20T17:13:42.993Z Checking diff v0.1.13
44252026-05-20T17:13:42.993Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44262026-05-20T17:13:43.036Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44272026-05-20T17:13:43.208Z Checking pretty_assertions v1.4.1
44282026-05-20T17:13:43.860Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44292026-05-20T17:13:44.023Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44302026-05-20T17:14:07.796Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44312026-05-20T17:14:07.799Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44322026-05-20T17:14:07.799Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44332026-05-20T17:14:07.799Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44342026-05-20T17:14:07.799Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44352026-05-20T17:14:07.799Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44362026-05-20T17:14:08.647Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44372026-05-20T17:14:09.733Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44382026-05-20T17:14:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44392026-05-20T17:14:48.394Z
44402026-05-20T17:14:48.394Zinfo: running `cargo check --bins` on omicron-pins (253/276)
44412026-05-20T17:14:48.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-05-20T17:14:48.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-05-20T17:14:48.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-05-20T17:14:48.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44452026-05-20T17:14:48.989Z
44462026-05-20T17:14:48.989Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
44472026-05-20T17:14:49.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-05-20T17:14:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-05-20T17:14:49.765Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44502026-05-20T17:14:49.887Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44512026-05-20T17:14:49.890Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44522026-05-20T17:15:15.599Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44532026-05-20T17:15:15.990Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44542026-05-20T17:15:17.688Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44552026-05-20T17:15:18.147Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44562026-05-20T17:15:21.071Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44572026-05-20T17:15:44.087Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44582026-05-20T17:15:44.797Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44592026-05-20T17:15:46.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.45s
44602026-05-20T17:15:46.660Z
44612026-05-20T17:15:46.660Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44622026-05-20T17:15:47.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-05-20T17:15:47.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-05-20T17:15:47.391Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44652026-05-20T17:15:48.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44662026-05-20T17:15:48.263Z
44672026-05-20T17:15:48.263Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44682026-05-20T17:15:48.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-05-20T17:15:48.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-05-20T17:15:48.922Z Compiling blake3 v1.8.3
44712026-05-20T17:15:49.032Z Checking arrayref v0.3.9
44722026-05-20T17:15:49.032Z Checking arrayvec v0.7.6
44732026-05-20T17:15:49.035Z Checking constant_time_eq v0.4.2
44742026-05-20T17:15:49.058Z Checking topological-sort v0.2.2
44752026-05-20T17:15:49.061Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44762026-05-20T17:15:49.061Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44772026-05-20T17:15:49.061Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44782026-05-20T17:15:49.100Z Checking shell-words v1.1.1
44792026-05-20T17:15:49.813Z Checking omicron-zone-package v0.12.2
44802026-05-20T17:15:50.524Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44812026-05-20T17:15:51.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
44822026-05-20T17:15:51.552Z
44832026-05-20T17:15:51.553Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44842026-05-20T17:15:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-05-20T17:15:52.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-05-20T17:15:52.204Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44872026-05-20T17:15:52.519Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44882026-05-20T17:15:52.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44892026-05-20T17:15:53.096Z
44902026-05-20T17:15:53.096Zinfo: running `cargo check --bins` on schema (258/276)
44912026-05-20T17:15:53.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-20T17:15:53.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-20T17:15:53.829Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44942026-05-20T17:15:54.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44952026-05-20T17:15:54.716Z
44962026-05-20T17:15:54.716Zinfo: running `cargo check --bins` on xtask (259/276)
44972026-05-20T17:15:55.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-20T17:15:55.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-20T17:15:55.175Z Checking libc v0.2.185
45002026-05-20T17:15:55.257Z Checking serde v1.0.228
45012026-05-20T17:15:55.262Z Checking zerofrom v0.1.6
45022026-05-20T17:15:55.268Z Checking bitflags v2.11.0
45032026-05-20T17:15:55.273Z Checking smallvec v1.15.1
45042026-05-20T17:15:55.280Z Checking indexmap v2.14.0
45052026-05-20T17:15:55.288Z Checking serde_json v1.0.149
45062026-05-20T17:15:55.297Z Checking scroll v0.12.0
45072026-05-20T17:15:55.359Z Checking yoke v0.8.1
45082026-05-20T17:15:55.413Z Checking num-traits v0.2.19
45092026-05-20T17:15:55.438Z Checking thiserror v1.0.69
45102026-05-20T17:15:55.515Z Checking log v0.4.29
45112026-05-20T17:15:55.525Z Checking zerovec v0.11.5
45122026-05-20T17:15:55.537Z Checking zerotrie v0.2.3
45132026-05-20T17:15:55.542Z Checking errno v0.3.14
45142026-05-20T17:15:55.638Z Checking serde_spanned v0.6.9
45152026-05-20T17:15:55.655Z Checking toml_datetime v0.6.11
45162026-05-20T17:15:55.658Z Checking rustix v1.1.3
45172026-05-20T17:15:55.757Z Checking percent-encoding v2.3.2
45182026-05-20T17:15:55.769Z Checking goblin v0.8.2
45192026-05-20T17:15:55.793Z Checking zerocopy v0.7.35
45202026-05-20T17:15:55.833Z Checking toml_edit v0.22.27
45212026-05-20T17:15:55.876Z Checking getrandom v0.4.1
45222026-05-20T17:15:55.893Z Checking form_urlencoded v1.2.2
45232026-05-20T17:15:55.938Z Checking ordered-float v2.10.1
45242026-05-20T17:15:55.949Z Checking tinystr v0.8.2
45252026-05-20T17:15:56.006Z Checking potential_utf v0.1.4
45262026-05-20T17:15:56.022Z Checking thiserror v2.0.18
45272026-05-20T17:15:56.119Z Checking syn v2.0.117
45282026-05-20T17:15:56.130Z Checking icu_locale_core v2.1.1
45292026-05-20T17:15:56.139Z Checking icu_collections v2.1.1
45302026-05-20T17:15:56.164Z Checking serde-value v0.7.0
45312026-05-20T17:15:56.291Z Checking dtrace-parser v0.2.0
45322026-05-20T17:15:56.366Z Checking thread-id v4.2.2
45332026-05-20T17:15:56.446Z Checking once_cell v1.21.3
45342026-05-20T17:15:56.450Z Checking cargo-platform v0.2.0
45352026-05-20T17:15:56.487Z Checking terminal_size v0.4.3
45362026-05-20T17:15:56.526Z Checking memmap v0.7.0
45372026-05-20T17:15:56.596Z Checking clap_builder v4.5.60
45382026-05-20T17:15:56.634Z Checking tempfile v3.25.0
45392026-05-20T17:15:56.645Z Checking textwrap v0.16.2
45402026-05-20T17:15:56.656Z Checking fs-err v3.3.0
45412026-05-20T17:15:56.673Z Checking icu_provider v2.1.1
45422026-05-20T17:15:56.823Z Checking camino-tempfile v1.4.1
45432026-05-20T17:15:56.834Z Checking tabled v0.15.0
45442026-05-20T17:15:56.847Z Checking anyhow v1.0.102
45452026-05-20T17:15:56.907Z Checking icu_normalizer v2.1.1
45462026-05-20T17:15:56.935Z Checking icu_properties v2.1.2
45472026-05-20T17:15:56.974Z Checking toml v0.8.23
45482026-05-20T17:15:57.037Z Checking macaddr v1.0.1
45492026-05-20T17:15:57.212Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45502026-05-20T17:15:57.286Z Checking cargo_toml v0.21.0
45512026-05-20T17:15:57.651Z Checking dof v0.3.0
45522026-05-20T17:15:57.740Z Checking idna_adapter v1.2.1
45532026-05-20T17:15:57.787Z Checking clap v4.5.60
45542026-05-20T17:15:57.856Z Checking idna v1.1.0
45552026-05-20T17:15:57.924Z Checking usdt-impl v0.5.0
45562026-05-20T17:15:58.081Z Checking url v2.5.8
45572026-05-20T17:15:58.173Z Checking usdt v0.5.0
45582026-05-20T17:15:58.410Z Checking cargo-util-schemas v0.8.2
45592026-05-20T17:15:59.084Z Checking cargo_metadata v0.21.0
45602026-05-20T17:15:59.678Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45612026-05-20T17:16:00.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
45622026-05-20T17:16:00.212Z
45632026-05-20T17:16:00.212Zinfo: running `cargo check --bins` on dnsadm (260/276)
45642026-05-20T17:16:00.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-20T17:16:00.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-20T17:16:00.866Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45672026-05-20T17:16:01.338Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45682026-05-20T17:16:01.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45692026-05-20T17:16:01.922Z
45702026-05-20T17:16:01.922Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45712026-05-20T17:16:02.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-05-20T17:16:02.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-05-20T17:16:02.723Z Checking polyval v0.6.2
45742026-05-20T17:16:02.849Z Checking ctr v0.9.2
45752026-05-20T17:16:02.860Z Checking ssh-encoding v0.2.0
45762026-05-20T17:16:02.860Z Checking blowfish v0.9.1
45772026-05-20T17:16:02.881Z Checking password-hash v0.4.2
45782026-05-20T17:16:02.920Z Checking p256 v0.13.2
45792026-05-20T17:16:02.920Z Checking p521 v0.13.3
45802026-05-20T17:16:02.923Z Checking russh-cryptovec v0.7.3
45812026-05-20T17:16:02.990Z Checking ghash v0.5.1
45822026-05-20T17:16:03.004Z Checking bcrypt-pbkdf v0.10.0
45832026-05-20T17:16:03.007Z Checking md5 v0.7.0
45842026-05-20T17:16:03.056Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45852026-05-20T17:16:03.059Z Checking num-bigint v0.4.6
45862026-05-20T17:16:03.100Z Checking aes-gcm v0.10.3
45872026-05-20T17:16:03.103Z Checking pbkdf2 v0.11.0
45882026-05-20T17:16:03.151Z Checking des v0.8.1
45892026-05-20T17:16:03.167Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45902026-05-20T17:16:03.180Z Checking hex-literal v0.4.1
45912026-05-20T17:16:03.247Z Checking ssh-cipher v0.2.0
45922026-05-20T17:16:03.280Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45932026-05-20T17:16:03.294Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45942026-05-20T17:16:03.308Z Checking socket2 v0.5.10
45952026-05-20T17:16:03.311Z Checking internet-checksum v0.2.1
45962026-05-20T17:16:03.415Z Checking ssh-key v0.6.7
45972026-05-20T17:16:03.553Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45982026-05-20T17:16:04.040Z Checking russh-keys v0.45.0
45992026-05-20T17:16:04.629Z Checking russh v0.45.0
46002026-05-20T17:16:20.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
46012026-05-20T17:16:21.066Z
46022026-05-20T17:16:21.066Zinfo: running `cargo check --bins` on gateway-cli (262/276)
46032026-05-20T17:16:21.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-20T17:16:21.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-20T17:16:21.712Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46062026-05-20T17:16:21.823Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46072026-05-20T17:16:21.829Z Checking termios v0.3.3
46082026-05-20T17:16:23.026Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46092026-05-20T17:16:23.171Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46102026-05-20T17:16:24.941Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46112026-05-20T17:16:25.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
46122026-05-20T17:16:25.687Z
46132026-05-20T17:16:25.687Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
46142026-05-20T17:16:26.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-05-20T17:16:26.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-05-20T17:16:26.406Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46172026-05-20T17:16:26.413Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46182026-05-20T17:16:26.529Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46192026-05-20T17:16:26.529Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46202026-05-20T17:16:26.545Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46212026-05-20T17:16:26.552Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46222026-05-20T17:16:27.264Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46232026-05-20T17:16:27.609Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46242026-05-20T17:16:27.609Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46252026-05-20T17:16:28.455Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46262026-05-20T17:16:33.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46272026-05-20T17:16:33.359Z
46282026-05-20T17:16:33.359Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
46292026-05-20T17:16:33.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-20T17:16:33.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-20T17:16:33.359Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46322026-05-20T17:16:33.359Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46332026-05-20T17:16:33.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46342026-05-20T17:16:33.359Z
46352026-05-20T17:16:33.359Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
46362026-05-20T17:16:33.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-20T17:16:33.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-20T17:16:33.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46392026-05-20T17:16:33.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46402026-05-20T17:16:33.359Z
46412026-05-20T17:16:33.360Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
46422026-05-20T17:16:33.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-20T17:16:33.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-20T17:16:33.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46452026-05-20T17:16:33.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46462026-05-20T17:16:33.360Z
46472026-05-20T17:16:33.360Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
46482026-05-20T17:16:33.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-20T17:16:33.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-20T17:16:33.618Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46512026-05-20T17:16:34.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46522026-05-20T17:16:34.435Z
46532026-05-20T17:16:34.435Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
46542026-05-20T17:16:34.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-20T17:16:34.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-20T17:16:35.102Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46572026-05-20T17:16:35.106Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46582026-05-20T17:16:35.368Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46592026-05-20T17:16:35.369Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46602026-05-20T17:16:36.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
46612026-05-20T17:16:36.339Z
46622026-05-20T17:16:36.339Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46632026-05-20T17:16:36.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-05-20T17:16:36.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-05-20T17:16:36.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46662026-05-20T17:16:36.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46672026-05-20T17:16:36.936Z
46682026-05-20T17:16:36.936Zinfo: running `cargo check --bins` on omicron-package (270/276)
46692026-05-20T17:16:37.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-20T17:16:37.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-20T17:16:37.628Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46722026-05-20T17:16:38.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46732026-05-20T17:16:38.907Z
46742026-05-20T17:16:38.908Zinfo: running `cargo check --bins` on tqdb (271/276)
46752026-05-20T17:16:39.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-20T17:16:39.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-20T17:16:39.698Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46782026-05-20T17:16:40.047Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46792026-05-20T17:16:40.554Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46802026-05-20T17:16:40.558Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46812026-05-20T17:16:46.463Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46822026-05-20T17:16:46.466Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46832026-05-20T17:16:47.031Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46842026-05-20T17:16:47.035Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46852026-05-20T17:16:47.035Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46862026-05-20T17:16:47.035Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46872026-05-20T17:16:47.789Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46882026-05-20T17:16:48.768Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46892026-05-20T17:16:49.532Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46902026-05-20T17:16:50.137Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46912026-05-20T17:16:54.377Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46922026-05-20T17:17:00.775Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46932026-05-20T17:17:00.775Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46942026-05-20T17:17:00.778Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46952026-05-20T17:17:00.778Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46962026-05-20T17:17:02.261Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46972026-05-20T17:17:03.603Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46982026-05-20T17:17:04.273Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46992026-05-20T17:17:05.511Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47002026-05-20T17:17:06.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.14s
47012026-05-20T17:17:06.271Z
47022026-05-20T17:17:06.272Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
47032026-05-20T17:17:06.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-05-20T17:17:06.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-05-20T17:17:06.999Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47062026-05-20T17:17:07.002Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47072026-05-20T17:17:07.002Z Checking rtoolbox v0.0.3
47082026-05-20T17:17:07.130Z Checking tui-tree-widget v0.23.1
47092026-05-20T17:17:07.222Z Checking rpassword v7.4.0
47102026-05-20T17:17:08.247Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47112026-05-20T17:17:11.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47122026-05-20T17:17:13.014Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47132026-05-20T17:17:13.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
47142026-05-20T17:17:14.110Z
47152026-05-20T17:17:14.111Zinfo: running `cargo check --bins` on wicket (273/276)
47162026-05-20T17:17:14.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-05-20T17:17:14.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-05-20T17:17:14.813Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47192026-05-20T17:17:15.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47202026-05-20T17:17:15.388Z
47212026-05-20T17:17:15.388Zinfo: running `cargo check --bins` on wicketd (274/276)
47222026-05-20T17:17:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-05-20T17:17:15.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-05-20T17:17:16.120Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47252026-05-20T17:17:16.123Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47262026-05-20T17:17:16.123Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47272026-05-20T17:17:16.123Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47282026-05-20T17:17:17.102Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47292026-05-20T17:17:17.670Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47302026-05-20T17:17:20.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
47312026-05-20T17:17:20.807Z
47322026-05-20T17:17:20.807Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
47332026-05-20T17:17:21.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-05-20T17:17:21.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-05-20T17:17:21.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-05-20T17:17:21.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47372026-05-20T17:17:21.415Z
47382026-05-20T17:17:21.415Zinfo: running `cargo check --bins` on zone-setup (276/276)
47392026-05-20T17:17:21.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-05-20T17:17:21.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-05-20T17:17:22.097Z Checking uzers v0.12.2
47422026-05-20T17:17:22.363Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47432026-05-20T17:17:23.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47442026-05-20T17:17:23.315Z
47452026-05-20T17:17:23.315Zreal 14:15.387771550
47462026-05-20T17:17:23.318Zuser 20:42.466330887
47472026-05-20T17:17:23.318Zsys 4:17.977201587
47482026-05-20T17:17:23.318Ztrap 0.320235064
47492026-05-20T17:17:23.318Ztflt 0.837276148
47502026-05-20T17:17:23.319Zdflt 1.080166950
47512026-05-20T17:17:23.319Zkflt 0.007188236
47522026-05-20T17:17:23.319Zlock 1:17:33.671908108
47532026-05-20T17:17:23.319Zslp 1:38:57.452081674
47542026-05-20T17:17:23.319Zlat 1:00.758983459
47552026-05-20T17:17:23.319Zstop 3:38.237198146
47562026-05-20T17:17:23.319Zprocess exited: duration 992590 ms, exit code 0
 
47572026-05-20T17:17:23.325Zfound 0 output files