01KS21SW8NT85497V0R9MD5Y85: 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: 01KS21T6EV1C4N18H0Q9K9CE4J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T06:41:09.348Zjob assigned to worker 01KS21TEXBFJGW1KTEXXTBGTTQ [factory aws, i-0bcc40d4bf8036ab3] (queued for 50 s)
 
22026-05-20T06:41:16.292Zstarting task 0: "setup"
32026-05-20T06:41:16.296Z++ uname -s
42026-05-20T06:41:16.299Z+ kern=SunOS
52026-05-20T06:41:16.299Z+ build_user=build
62026-05-20T06:41:16.299Z+ build_uid=12345
72026-05-20T06:41:16.299Z+ work_dir=/work
82026-05-20T06:41:16.299Z+ input_dir=/input
92026-05-20T06:41:16.299Z+ [[ 0 == 12345 ]]
102026-05-20T06:41:16.299Z+ case "$kern" in
112026-05-20T06:41:16.299Z+ groupadd -g 12345 build
122026-05-20T06:41:16.302Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T06:41:18.306Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T06:41:18.388Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T06:41:18.391Z+ home_fs=zfs
162026-05-20T06:41:18.391Z+ [[ zfs == autofs ]]
172026-05-20T06:41:18.391Z+ mkdir -p /home/build
182026-05-20T06:41:18.391Z+ chown build:build /home/build /work
192026-05-20T06:41:20.392Z+ chmod 0700 /home/build /work
202026-05-20T06:41:20.395Zprocess exited: duration 4105 ms, exit code 0
 
212026-05-20T06:41:20.401Zstarting task 1: "rust-toolchain"
222026-05-20T06:41:20.405Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T06:41:20.406Z * rust toolchain channel = "1.94.0"
242026-05-20T06:41:20.406Z * rust toolchain profile = "default"
252026-05-20T06:41:20.406Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T06:41:20.406Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T06:41:20.406Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T06:41:20.409Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T06:41:20.409Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T06:41:20.512Zinfo: downloading installer
312026-05-20T06:41:21.910Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T06:41:21.910Zwarn: /home/build/.rustup/settings.toml
332026-05-20T06:41:21.910Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T06:41:21.910Zwarn: instead of the one inferred from the default host triple.
352026-05-20T06:41:21.923Zinfo: profile set to default
362026-05-20T06:41:21.923Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T06:41:21.926Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T06:41:22.053Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T06:41:22.056Zinfo: downloading 6 components
402026-05-20T06:41:36.323Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T06:41:36.323Z
422026-05-20T06:41:36.356Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T06:41:36.356Z
442026-05-20T06:41:36.356Z
452026-05-20T06:41:36.356ZRust is installed now. Great!
462026-05-20T06:41:36.356Z
472026-05-20T06:41:36.356ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T06:41:36.356Zenvironment variable. This has not been done automatically.
492026-05-20T06:41:36.359Z
502026-05-20T06:41:36.359ZTo configure your current shell, you need to source
512026-05-20T06:41:36.359Zthe corresponding env file under $HOME/.cargo.
522026-05-20T06:41:36.359Z
532026-05-20T06:41:36.359ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T06:41:36.359Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T06:41:36.359Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T06:41:36.359Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T06:41:36.359Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T06:41:36.359Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T06:41:36.359Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T06:41:36.359Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T06:41:36.359Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T06:41:36.443Z+ rustup --version
632026-05-20T06:41:36.451Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T06:41:36.454Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T06:41:36.473Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T06:41:36.476Z+ cargo --version
672026-05-20T06:41:36.488Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T06:41:36.491Z+ rustc --version
692026-05-20T06:41:36.510Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T06:41:36.513Zprocess exited: duration 16110 ms, exit code 0
 
712026-05-20T06:41:36.519Zstarting task 2: "authentication"
722026-05-20T06:41:36.535Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T06:41:36.541Zstarting task 3: "clone repository"
742026-05-20T06:41:36.544Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T06:41:36.547Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T06:41:36.597ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T06:41:46.719Z+ cd /work/oxidecomputer/omicron
782026-05-20T06:41:46.719Z+ git fetch origin dea3c2325e1191619bf63e267d14335d0a9feb40
792026-05-20T06:41:46.987ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T06:41:46.987Z * branch dea3c2325e1191619bf63e267d14335d0a9feb40 -> FETCH_HEAD
812026-05-20T06:41:46.996Z+ [[ -n ben/update-dendrite-for-consistent-duids ]]
822026-05-20T06:41:46.999Z++ git branch --show-current
832026-05-20T06:41:47.000Z+ current=main
842026-05-20T06:41:47.000Z+ [[ main != ben/update-dendrite-for-consistent-duids ]]
852026-05-20T06:41:47.000Z+ git branch -f ben/update-dendrite-for-consistent-duids dea3c2325e1191619bf63e267d14335d0a9feb40
862026-05-20T06:41:47.003Z+ git checkout -f ben/update-dendrite-for-consistent-duids
872026-05-20T06:41:47.237ZSwitched to branch 'ben/update-dendrite-for-consistent-duids'
882026-05-20T06:41:47.240Z+ git reset --hard dea3c2325e1191619bf63e267d14335d0a9feb40
892026-05-20T06:41:47.272ZHEAD is now at dea3c2325 Pull in consistent DHCPv6 DUID fixes
902026-05-20T06:41:47.275Zprocess exited: duration 10732 ms, exit code 0
 
912026-05-20T06:41:47.281Zstarting task 4: "build"
922026-05-20T06:41:47.286Z+ source .github/buildomat/ci-env.sh
932026-05-20T06:41:47.286Z++ export CARGO_TERM_COLOR=always
942026-05-20T06:41:47.286Z++ CARGO_TERM_COLOR=always
952026-05-20T06:41:47.289Z+ cargo --version
962026-05-20T06:41:47.296Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T06:41:47.299Z+ rustc --version
982026-05-20T06:41:47.318Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T06:41:47.321Z+ source ./env.sh
1002026-05-20T06:41:47.321Z++ OLD_SHELL_OPTS=ehxB
1012026-05-20T06:41:47.321Z++ set -o xtrace
1022026-05-20T06:41:47.324Z++++ dirname ./env.sh
1032026-05-20T06:41:47.334Z+++ readlink -f .
1042026-05-20T06:41:47.339Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ 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-20T06:41:47.342Z++ case $OLD_SHELL_OPTS in
1142026-05-20T06:41:47.342Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-20T06:41:47.342Z+ 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-20T06:41:47.342Z+ 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-20T06:41:47.342Z+ banner prerequisites
1182026-05-20T06:41:47.342Z
1192026-05-20T06:41:47.342Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-20T06:41:47.342Z # # # # # # # # # # # # # # #
1212026-05-20T06:41:47.342Z # # # # ##### # # ##### # # # # # #### #
1222026-05-20T06:41:47.342Z ##### ##### # ##### # # # # # # # # #
1232026-05-20T06:41:47.342Z # # # # # # # # # # # # # # #
1242026-05-20T06:41:47.342Z # # # ###### # # ###### ### # #### # #### #
1252026-05-20T06:41:47.342Z
1262026-05-20T06:41:47.342Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-20T06:41:49.120Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-20T06:41:49.189Z Startup: Caching catalogs ... Done
1292026-05-20T06:41:49.393ZPlanning: Solver setup ... Done (0.173s)
1302026-05-20T06:41:49.409ZPlanning: Running solver ... Done (0.016s)
1312026-05-20T06:41:49.414ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-20T06:41:49.425ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-20T06:41:49.447ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-20T06:41:49.460ZPlanning: Package planning ... Done (0.013s)
1352026-05-20T06:41:49.463ZPlanning: Merging actions ... Done (0.001s)
1362026-05-20T06:41:49.648ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-20T06:41:49.652ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-20T06:41:51.196ZPlanning: Evaluating mediators ... Done (1.546s)
1392026-05-20T06:41:51.199ZPlanning: Planning completed in 1.99 seconds
1402026-05-20T06:41:51.204Z Packages to install: 2
1412026-05-20T06:41:51.204Z Estimated space available: 156.08 GB
1422026-05-20T06:41:51.207ZEstimated space to be consumed: 19.74 MB
1432026-05-20T06:41:51.207Z Create boot environment: No
1442026-05-20T06:41:51.207ZCreate backup boot environment: No
1452026-05-20T06:41:51.207Z Rebuild boot archive: No
1462026-05-20T06:41:51.208Z
1472026-05-20T06:41:51.208ZChanged packages:
1482026-05-20T06:41:51.208Zhelios
1492026-05-20T06:41:51.208Z developer/build-essential
1502026-05-20T06:41:51.208Z None -> 11-3.0
1512026-05-20T06:41:51.208Z library/libxmlsec1
1522026-05-20T06:41:51.208Z None -> 1.2.35-3.0
1532026-05-20T06:41:51.250Z
1542026-05-20T06:41:51.251ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-20T06:41:51.821ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1562026-05-20T06:41:51.879Z Actions: 1/268 actions (Installing new actions)
1572026-05-20T06:41:51.917Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-20T06:41:51.923ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-20T06:41:51.923ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-20T06:41:51.938ZFinalize: Updating image state ... Done (0.015s)
1612026-05-20T06:41:54.499ZFinalize: Creating fast lookup database ... Done (2.540s)
1622026-05-20T06:41:54.577ZFinalize: Reading search index ... Done (0.024s)
1632026-05-20T06:41:54.581ZFinalize: Updating search index ... Done (0.000s)
1642026-05-20T06:41:54.638ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-20T06:41:54.928ZPlanning: Evaluating mediator changes ... Done
1662026-05-20T06:41:55.032ZPlanning: Checking for conflicting actions ... Done
1672026-05-20T06:41:55.035ZPlanning: Consolidating action changes ... Done
1682026-05-20T06:41:55.188ZPlanning: Evaluating mediators ... Done
1692026-05-20T06:41:55.191ZPlanning: Planning completed in 0.26 seconds
1702026-05-20T06:41:55.211Z Mediators to change: 2
1712026-05-20T06:41:55.211Z Create boot environment: No
1722026-05-20T06:41:55.211ZCreate backup boot environment: No
1732026-05-20T06:41:55.260ZFinalize: Updating package state database ... Done
1742026-05-20T06:41:55.260ZFinalize: Updating package cache ... Done
1752026-05-20T06:41:55.269ZFinalize: Updating image state ... Done
1762026-05-20T06:41:57.206ZFinalize: Creating fast lookup database ... Done
1772026-05-20T06:41:57.264ZFinalize: Reading search index ... Done
1782026-05-20T06:41:57.268ZFinalize: Updating search index ... Done
1792026-05-20T06:41:57.314ZFinalize: Updating package cache ... Done
1802026-05-20T06:41:57.596ZPlanning: Evaluating mediator changes ... Done
1812026-05-20T06:41:57.699ZPlanning: Checking for conflicting actions ... Done
1822026-05-20T06:41:57.702ZPlanning: Consolidating action changes ... Done
1832026-05-20T06:41:57.859ZPlanning: Evaluating mediators ... Done
1842026-05-20T06:41:57.862ZPlanning: Planning completed in 0.26 seconds
1852026-05-20T06:41:57.882Z Mediators to change: 1
1862026-05-20T06:41:57.882Z Create boot environment: No
1872026-05-20T06:41:57.882ZCreate backup boot environment: No
1882026-05-20T06:41:57.922ZFinalize: Updating package state database ... Done
1892026-05-20T06:41:57.922ZFinalize: Updating package cache ... Done
1902026-05-20T06:41:57.930ZFinalize: Updating image state ... Done
1912026-05-20T06:41:59.854ZFinalize: Creating fast lookup database ... Done
1922026-05-20T06:41:59.914ZFinalize: Reading search index ... Done
1932026-05-20T06:41:59.918ZFinalize: Updating search index ... Done
1942026-05-20T06:41:59.969ZFinalize: Updating package cache ... Done
1952026-05-20T06:42:00.277ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-20T06:42:00.277Zapache system 2.4 system
1972026-05-20T06:42:00.277Zclang system 15 system
1982026-05-20T06:42:00.277Zcsh system system illumos
1992026-05-20T06:42:00.277Zctags system system illumos
2002026-05-20T06:42:00.277Zfile vendor vendor darwinsys
2012026-05-20T06:42:00.277Zfile system system illumos
2022026-05-20T06:42:00.277Zgcc vendor 14 vendor
2032026-05-20T06:42:00.277Zgcc system 13 system
2042026-05-20T06:42:00.277Zgcc system 10 system
2052026-05-20T06:42:00.277Zgo system 1.25 system
2062026-05-20T06:42:00.277Zllvm system 15 system
2072026-05-20T06:42:00.277Zmariadb system 11.4 system
2082026-05-20T06:42:00.277Zmta vendor vendor dma
2092026-05-20T06:42:00.277Zopenjdk system 17 system
2102026-05-20T06:42:00.277Zopenjdk system 11 system
2112026-05-20T06:42:00.277Zopenssl vendor 3 vendor
2122026-05-20T06:42:00.278Zperl system 5.40 system
2132026-05-20T06:42:00.278Zpostgresql system 18 system
2142026-05-20T06:42:00.278Zpostgresql system 17 system
2152026-05-20T06:42:00.278Zpython vendor 3 vendor
2162026-05-20T06:42:00.278Zpython system 2 system
2172026-05-20T06:42:00.278Zpython3 vendor 3.13 vendor
2182026-05-20T06:42:00.278Zruby system 3.4 system
2192026-05-20T06:42:00.278Zruby system 3.0 system
2202026-05-20T06:42:00.278Zwords vendor vendor american-english
2212026-05-20T06:42:00.278Zwords system system australian-english
2222026-05-20T06:42:00.278Zwords system system british-english
2232026-05-20T06:42:00.278Zwords system system canadian-english
2242026-05-20T06:42:00.278Zwords system system french
2252026-05-20T06:42:00.278Zwords system system italian
2262026-05-20T06:42:00.278Zwords system system ngerman
2272026-05-20T06:42:00.278Zwords system system ogerman
2282026-05-20T06:42:00.278Zwords system system spanish
2292026-05-20T06:42:00.529ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-20T06:42:00.529Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-20T06:42:00.795ZFMRI IFO
2322026-05-20T06:42:00.795Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-20T06:42:00.795Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-20T06:42:00.795Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-20T06:42:00.795Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-20T06:42:00.795Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-20T06:42:00.795Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-20T06:42:00.795Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-20T06:42:00.795Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-20T06:42:00.795Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-20T06:42:01.027Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-20T06:42:01.287Z Updating crates.io index
2432026-05-20T06:42:01.326Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-20T06:42:02.119Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-20T06:42:02.428Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-20T06:42:03.271Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-20T06:42:04.083Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-20T06:42:04.576Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-20T06:42:05.921Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-20T06:42:06.777Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-20T06:42:07.051Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-20T06:42:07.756Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-20T06:42:08.226Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-20T06:42:08.564Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-20T06:42:08.787Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-20T06:42:09.795Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-20T06:42:10.260Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-20T06:42:10.746Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-20T06:42:11.119Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-20T06:42:11.426Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-20T06:42:11.846Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-20T06:42:12.072Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-20T06:42:12.273Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-20T06:42:12.526Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-20T06:42:12.887Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-20T06:42:13.338Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-20T06:42:13.800Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-20T06:42:14.062Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-20T06:42:14.527Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-20T06:42:14.818Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-20T06:42:16.427Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-20T06:42:17.222Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-20T06:42:17.708Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-20T06:42:17.972Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-20T06:42:18.362Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-20T06:42:18.663Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-20T06:42:18.990Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-20T06:42:19.484Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-20T06:42:19.737Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-20T06:42:19.940Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-20T06:42:20.310Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-20T06:42:32.000Z Downloading crates ...
2832026-05-20T06:42:32.046Z Downloaded anstream v0.6.21
2842026-05-20T06:42:32.054Z Downloaded crypto-common v0.1.7
2852026-05-20T06:42:32.058Z Downloaded anyhow v1.0.102
2862026-05-20T06:42:32.061Z Downloaded zerofrom-derive v0.1.6
2872026-05-20T06:42:32.064Z Downloaded serde_json v1.0.149
2882026-05-20T06:42:32.066Z Downloaded errno v0.3.14
2892026-05-20T06:42:32.069Z Downloaded anstyle-query v1.1.5
2902026-05-20T06:42:32.069Z Downloaded clap v4.5.60
2912026-05-20T06:42:32.073Z Downloaded colorchoice v1.0.4
2922026-05-20T06:42:32.076Z Downloaded fnv v1.0.7
2932026-05-20T06:42:32.076Z Downloaded displaydoc v0.2.5
2942026-05-20T06:42:32.079Z Downloaded clap_lex v1.0.0
2952026-05-20T06:42:32.079Z Downloaded cargo_toml v0.21.0
2962026-05-20T06:42:32.079Z Downloaded form_urlencoded v1.2.2
2972026-05-20T06:42:32.082Z Downloaded cfg-if v1.0.4
2982026-05-20T06:42:32.082Z Downloaded byteorder v1.5.0
2992026-05-20T06:42:32.082Z Downloaded dtrace-parser v0.2.0
3002026-05-20T06:42:32.085Z Downloaded toml_write v0.1.2
3012026-05-20T06:42:32.085Z Downloaded toml_datetime v0.6.11
3022026-05-20T06:42:32.085Z Downloaded erased-serde v0.4.9
3032026-05-20T06:42:32.088Z Downloaded fastrand v2.3.0
3042026-05-20T06:42:32.088Z Downloaded camino-tempfile v1.4.1
3052026-05-20T06:42:32.088Z Downloaded thread-id v4.2.2
3062026-05-20T06:42:32.091Z Downloaded usdt-attr-macro v0.5.0
3072026-05-20T06:42:32.091Z Downloaded writeable v0.6.2
3082026-05-20T06:42:32.096Z Downloaded generic-array v0.14.7
3092026-05-20T06:42:32.096Z Downloaded cargo-platform v0.2.0
3102026-05-20T06:42:32.099Z Downloaded getrandom v0.4.1
3112026-05-20T06:42:32.099Z Downloaded dof v0.3.0
3122026-05-20T06:42:32.099Z Downloaded typeid v1.0.3
3132026-05-20T06:42:32.105Z Downloaded zerofrom v0.1.6
3142026-05-20T06:42:32.108Z Downloaded yoke-derive v0.8.1
3152026-05-20T06:42:32.108Z Downloaded thiserror-impl v1.0.69
3162026-05-20T06:42:32.108Z Downloaded utf8_iter v1.0.4
3172026-05-20T06:42:32.108Z Downloaded usdt v0.5.0
3182026-05-20T06:42:32.111Z Downloaded version_check v0.9.5
3192026-05-20T06:42:32.111Z Downloaded usdt-macro v0.5.0
3202026-05-20T06:42:32.111Z Downloaded fs-err v3.3.0
3212026-05-20T06:42:32.111Z Downloaded digest v0.10.7
3222026-05-20T06:42:32.114Z Downloaded unicode-xid v0.2.6
3232026-05-20T06:42:32.114Z Downloaded stable_deref_trait v1.2.1
3242026-05-20T06:42:32.114Z Downloaded serde_spanned v0.6.9
3252026-05-20T06:42:32.114Z Downloaded macaddr v1.0.1
3262026-05-20T06:42:32.117Z Downloaded anstyle-parse v0.2.7
3272026-05-20T06:42:32.117Z Downloaded utf8parse v0.2.2
3282026-05-20T06:42:32.117Z Downloaded equivalent v1.0.2
3292026-05-20T06:42:32.117Z Downloaded heck v0.5.0
3302026-05-20T06:42:32.120Z Downloaded cpufeatures v0.2.17
3312026-05-20T06:42:32.120Z Downloaded cargo_metadata v0.21.0
3322026-05-20T06:42:32.120Z Downloaded camino v1.2.2
3332026-05-20T06:42:32.123Z Downloaded block-buffer v0.10.4
3342026-05-20T06:42:32.126Z Downloaded unicode-linebreak v0.1.5
3352026-05-20T06:42:32.126Z Downloaded thiserror-impl v2.0.18
3362026-05-20T06:42:32.128Z Downloaded proc-macro-error-attr v1.0.4
3372026-05-20T06:42:32.128Z Downloaded is_terminal_polyfill v1.70.2
3382026-05-20T06:42:32.128Z Downloaded thiserror v2.0.18
3392026-05-20T06:42:32.131Z Downloaded yoke v0.8.1
3402026-05-20T06:42:32.134Z Downloaded scroll_derive v0.12.1
3412026-05-20T06:42:32.134Z Downloaded potential_utf v0.1.4
3422026-05-20T06:42:32.134Z Downloaded heck v0.4.1
3432026-05-20T06:42:32.134Z Downloaded terminal_size v0.4.3
3442026-05-20T06:42:32.134Z Downloaded ordered-float v2.10.1
3452026-05-20T06:42:32.137Z Downloaded zerovec-derive v0.11.2
3462026-05-20T06:42:32.137Z Downloaded thiserror v1.0.69
3472026-05-20T06:42:32.140Z Downloaded zmij v1.0.21
3482026-05-20T06:42:32.140Z Downloaded tabled_derive v0.7.0
3492026-05-20T06:42:32.140Z Downloaded serde-value v0.7.0
3502026-05-20T06:42:32.140Z Downloaded pretty-hex v0.4.1
3512026-05-20T06:42:32.143Z Downloaded plain v0.2.3
3522026-05-20T06:42:32.143Z Downloaded memmap v0.7.0
3532026-05-20T06:42:32.143Z Downloaded usdt-impl v0.5.0
3542026-05-20T06:42:32.143Z Downloaded idna_adapter v1.2.1
3552026-05-20T06:42:32.146Z Downloaded zerocopy-derive v0.7.35
3562026-05-20T06:42:32.149Z Downloaded tinystr v0.8.2
3572026-05-20T06:42:32.149Z Downloaded itoa v1.0.17
3582026-05-20T06:42:32.152Z Downloaded ucd-trie v0.1.7
3592026-05-20T06:42:32.152Z Downloaded toml v0.8.23
3602026-05-20T06:42:32.157Z Downloaded unicode-ident v1.0.24
3612026-05-20T06:42:32.160Z Downloaded textwrap v0.16.2
3622026-05-20T06:42:32.163Z Downloaded percent-encoding v2.3.2
3632026-05-20T06:42:32.169Z Downloaded strsim v0.11.1
3642026-05-20T06:42:32.171Z Downloaded smawk v0.3.2
3652026-05-20T06:42:32.171Z Downloaded zerotrie v0.2.3
3662026-05-20T06:42:32.175Z Downloaded typenum v1.19.0
3672026-05-20T06:42:32.175Z Downloaded swrite v0.1.0
3682026-05-20T06:42:32.178Z Downloaded toml_edit v0.22.27
3692026-05-20T06:42:32.181Z Downloaded serde-untagged v0.1.9
3702026-05-20T06:42:32.192Z Downloaded url v2.5.8
3712026-05-20T06:42:32.192Z Downloaded zerovec v0.11.5
3722026-05-20T06:42:32.192Z Downloaded quote v1.0.45
3732026-05-20T06:42:32.192Z Downloaded bytecount v0.6.9
3742026-05-20T06:42:32.195Z Downloaded anstyle v1.0.13
3752026-05-20T06:42:32.195Z Downloaded clap_derive v4.5.55
3762026-05-20T06:42:32.195Z Downloaded sha2 v0.10.9
3772026-05-20T06:42:32.195Z Downloaded cargo-util-schemas v0.8.2
3782026-05-20T06:42:32.195Z Downloaded autocfg v1.5.0
3792026-05-20T06:42:32.199Z Downloaded synstructure v0.13.2
3802026-05-20T06:42:32.204Z Downloaded scroll v0.12.0
3812026-05-20T06:42:32.204Z Downloaded proc-macro-error v1.0.4
3822026-05-20T06:42:32.204Z Downloaded zerocopy v0.7.35
3832026-05-20T06:42:32.210Z Downloaded winnow v0.7.14
3842026-05-20T06:42:32.216Z Downloaded smallvec v1.15.1
3852026-05-20T06:42:32.219Z Downloaded bitflags v2.11.0
3862026-05-20T06:42:32.220Z Downloaded once_cell v1.21.3
3872026-05-20T06:42:32.220Z Downloaded pest_generator v2.8.6
3882026-05-20T06:42:32.223Z Downloaded unicode-width v0.2.0
3892026-05-20T06:42:32.226Z Downloaded unicode-width v0.1.14
3902026-05-20T06:42:32.229Z Downloaded semver v1.0.28
3912026-05-20T06:42:32.229Z Downloaded pest_derive v2.8.6
3922026-05-20T06:42:32.232Z Downloaded tempfile v3.25.0
3932026-05-20T06:42:32.235Z Downloaded serde_core v1.0.228
3942026-05-20T06:42:32.235Z Downloaded log v0.4.29
3952026-05-20T06:42:32.239Z Downloaded icu_provider v2.1.1
3962026-05-20T06:42:32.242Z Downloaded serde_tokenstream v0.2.3
3972026-05-20T06:42:32.252Z Downloaded icu_properties v2.1.2
3982026-05-20T06:42:32.255Z Downloaded papergrid v0.11.0
3992026-05-20T06:42:32.259Z Downloaded serde_derive v1.0.228
4002026-05-20T06:42:32.264Z Downloaded num-traits v0.2.19
4012026-05-20T06:42:32.267Z Downloaded litemap v0.8.1
4022026-05-20T06:42:32.267Z Downloaded icu_normalizer_data v2.1.1
4032026-05-20T06:42:32.267Z Downloaded icu_normalizer v2.1.1
4042026-05-20T06:42:32.270Z Downloaded icu_locale_core v2.1.1
4052026-05-20T06:42:32.273Z Downloaded proc-macro2 v1.0.106
4062026-05-20T06:42:32.279Z Downloaded memchr v2.8.0
4072026-05-20T06:42:32.282Z Downloaded serde v1.0.228
4082026-05-20T06:42:32.289Z Downloaded icu_collections v2.1.1
4092026-05-20T06:42:32.292Z Downloaded clap_builder v4.5.60
4102026-05-20T06:42:32.296Z Downloaded pest_meta v2.8.6
4112026-05-20T06:42:32.299Z Downloaded indexmap v2.14.0
4122026-05-20T06:42:32.307Z Downloaded pest v2.8.6
4132026-05-20T06:42:32.315Z Downloaded idna v1.1.0
4142026-05-20T06:42:32.324Z Downloaded hashbrown v0.17.0
4152026-05-20T06:42:32.333Z Downloaded goblin v0.8.2
4162026-05-20T06:42:32.337Z Downloaded icu_properties_data v2.1.2
4172026-05-20T06:42:32.344Z Downloaded tabled v0.15.0
4182026-05-20T06:42:32.352Z Downloaded syn v1.0.109
4192026-05-20T06:42:32.366Z Downloaded syn v2.0.117
4202026-05-20T06:42:32.382Z Downloaded rustix v1.1.3
4212026-05-20T06:42:32.408Z Downloaded libc v0.2.185
4222026-05-20T06:42:32.475Z Compiling proc-macro2 v1.0.106
4232026-05-20T06:42:32.475Z Compiling unicode-ident v1.0.24
4242026-05-20T06:42:32.475Z Compiling quote v1.0.45
4252026-05-20T06:42:32.475Z Compiling serde_core v1.0.228
4262026-05-20T06:42:32.478Z Compiling libc v0.2.185
4272026-05-20T06:42:32.478Z Compiling version_check v0.9.5
4282026-05-20T06:42:32.478Z Compiling memchr v2.8.0
4292026-05-20T06:42:32.478Z Compiling stable_deref_trait v1.2.1
4302026-05-20T06:42:32.800Z Compiling serde v1.0.228
4312026-05-20T06:42:32.803Z Compiling zmij v1.0.21
4322026-05-20T06:42:32.983Z Compiling autocfg v1.5.0
4332026-05-20T06:42:33.295Z Compiling ucd-trie v0.1.7
4342026-05-20T06:42:33.354Z Compiling itoa v1.0.17
4352026-05-20T06:42:33.384Z Compiling thiserror v1.0.69
4362026-05-20T06:42:33.540Z Compiling pest v2.8.6
4372026-05-20T06:42:33.555Z Compiling litemap v0.8.1
4382026-05-20T06:42:33.570Z Compiling writeable v0.6.2
4392026-05-20T06:42:33.698Z Compiling byteorder v1.5.0
4402026-05-20T06:42:33.737Z Compiling icu_normalizer_data v2.1.1
4412026-05-20T06:42:33.760Z Compiling icu_properties_data v2.1.2
4422026-05-20T06:42:33.850Z Compiling rustix v1.1.3
4432026-05-20T06:42:33.997Z Compiling errno v0.3.14
4442026-05-20T06:42:34.146Z Compiling syn v2.0.117
4452026-05-20T06:42:34.164Z Compiling bitflags v2.11.0
4462026-05-20T06:42:34.188Z Compiling serde_json v1.0.149
4472026-05-20T06:42:34.403Z Compiling num-traits v0.2.19
4482026-05-20T06:42:34.500Z Compiling smallvec v1.15.1
4492026-05-20T06:42:34.582Z Compiling pest_meta v2.8.6
4502026-05-20T06:42:34.606Z Compiling equivalent v1.0.2
4512026-05-20T06:42:34.697Z Compiling hashbrown v0.17.0
4522026-05-20T06:42:34.713Z Compiling typeid v1.0.3
4532026-05-20T06:42:34.962Z Compiling thread-id v4.2.2
4542026-05-20T06:42:35.064Z Compiling proc-macro-error-attr v1.0.4
4552026-05-20T06:42:35.081Z Compiling usdt-impl v0.5.0
4562026-05-20T06:42:35.215Z Compiling indexmap v2.14.0
4572026-05-20T06:42:35.246Z Compiling winnow v0.7.14
4582026-05-20T06:42:35.271Z Compiling erased-serde v0.4.9
4592026-05-20T06:42:35.287Z Compiling toml_write v0.1.2
4602026-05-20T06:42:35.505Z Compiling syn v1.0.109
4612026-05-20T06:42:35.857Z Compiling proc-macro-error v1.0.4
4622026-05-20T06:42:35.873Z Compiling utf8_iter v1.0.4
4632026-05-20T06:42:36.028Z Compiling camino v1.2.2
4642026-05-20T06:42:36.046Z Compiling log v0.4.29
4652026-05-20T06:42:36.231Z Compiling plain v0.2.3
4662026-05-20T06:42:36.301Z Compiling percent-encoding v2.3.2
4672026-05-20T06:42:36.345Z Compiling getrandom v0.4.1
4682026-05-20T06:42:36.362Z Compiling utf8parse v0.2.2
4692026-05-20T06:42:36.390Z Compiling thiserror v2.0.18
4702026-05-20T06:42:36.475Z Compiling anstyle-parse v0.2.7
4712026-05-20T06:42:36.495Z Compiling form_urlencoded v1.2.2
4722026-05-20T06:42:36.588Z Compiling ordered-float v2.10.1
4732026-05-20T06:42:36.729Z Compiling terminal_size v0.4.3
4742026-05-20T06:42:36.845Z Compiling synstructure v0.13.2
4752026-05-20T06:42:36.891Z Compiling pest_generator v2.8.6
4762026-05-20T06:42:36.947Z Compiling pretty-hex v0.4.1
4772026-05-20T06:42:36.978Z Compiling anstyle-query v1.1.5
4782026-05-20T06:42:37.100Z Compiling colorchoice v1.0.4
4792026-05-20T06:42:37.103Z Compiling cfg-if v1.0.4
4802026-05-20T06:42:37.151Z Compiling is_terminal_polyfill v1.70.2
4812026-05-20T06:42:37.167Z Compiling anstyle v1.0.13
4822026-05-20T06:42:37.214Z Compiling serde-untagged v0.1.9
4832026-05-20T06:42:37.346Z Compiling anstream v0.6.21
4842026-05-20T06:42:37.384Z Compiling semver v1.0.28
4852026-05-20T06:42:37.458Z Compiling fs-err v3.3.0
4862026-05-20T06:42:37.599Z Compiling heck v0.4.1
4872026-05-20T06:42:37.641Z Compiling fnv v1.0.7
4882026-05-20T06:42:37.644Z Compiling once_cell v1.21.3
4892026-05-20T06:42:37.696Z Compiling clap_lex v1.0.0
4902026-05-20T06:42:37.731Z Compiling bytecount v0.6.9
4912026-05-20T06:42:37.749Z Compiling unicode-xid v0.2.6
4922026-05-20T06:42:37.859Z Compiling fastrand v2.3.0
4932026-05-20T06:42:37.862Z Compiling heck v0.5.0
4942026-05-20T06:42:37.862Z Compiling anyhow v1.0.102
4952026-05-20T06:42:37.921Z Compiling unicode-width v0.1.14
4962026-05-20T06:42:38.104Z Compiling strsim v0.11.1
4972026-05-20T06:42:38.120Z Compiling tempfile v3.25.0
4982026-05-20T06:42:38.136Z Compiling papergrid v0.11.0
4992026-05-20T06:42:38.285Z Compiling clap_builder v4.5.60
5002026-05-20T06:42:38.416Z Compiling memmap v0.7.0
5012026-05-20T06:42:38.445Z Compiling unicode-width v0.2.0
5022026-05-20T06:42:38.469Z Compiling serde_derive v1.0.228
5032026-05-20T06:42:38.486Z Compiling zerofrom-derive v0.1.6
5042026-05-20T06:42:38.594Z Compiling yoke-derive v0.8.1
5052026-05-20T06:42:38.681Z Compiling zerovec-derive v0.11.2
5062026-05-20T06:42:38.714Z Compiling displaydoc v0.2.5
5072026-05-20T06:42:39.437Z Compiling thiserror-impl v1.0.69
5082026-05-20T06:42:39.522Z Compiling zerocopy-derive v0.7.35
5092026-05-20T06:42:39.724Z Compiling pest_derive v2.8.6
5102026-05-20T06:42:39.769Z Compiling scroll_derive v0.12.1
5112026-05-20T06:42:39.845Z Compiling zerofrom v0.1.6
5122026-05-20T06:42:40.004Z Compiling yoke v0.8.1
5132026-05-20T06:42:40.186Z Compiling zerovec v0.11.5
5142026-05-20T06:42:40.202Z Compiling zerotrie v0.2.3
5152026-05-20T06:42:40.382Z Compiling zerocopy v0.7.35
5162026-05-20T06:42:40.490Z Compiling scroll v0.12.0
5172026-05-20T06:42:40.513Z Compiling thiserror-impl v2.0.18
5182026-05-20T06:42:40.698Z Compiling tinystr v0.8.2
5192026-05-20T06:42:40.760Z Compiling potential_utf v0.1.4
5202026-05-20T06:42:40.838Z Compiling dtrace-parser v0.2.0
5212026-05-20T06:42:40.902Z Compiling icu_locale_core v2.1.1
5222026-05-20T06:42:40.930Z Compiling icu_collections v2.1.1
5232026-05-20T06:42:40.946Z Compiling goblin v0.8.2
5242026-05-20T06:42:41.269Z Compiling tabled_derive v0.7.0
5252026-05-20T06:42:41.379Z Compiling clap_derive v4.5.55
5262026-05-20T06:42:41.599Z Compiling icu_provider v2.1.1
5272026-05-20T06:42:41.794Z Compiling unicode-linebreak v0.1.5
5282026-05-20T06:42:41.865Z Compiling serde_spanned v0.6.9
5292026-05-20T06:42:41.896Z Compiling toml_datetime v0.6.11
5302026-05-20T06:42:41.913Z Compiling icu_properties v2.1.2
5312026-05-20T06:42:41.928Z Compiling icu_normalizer v2.1.1
5322026-05-20T06:42:42.015Z Compiling dof v0.3.0
5332026-05-20T06:42:42.036Z Compiling serde_tokenstream v0.2.3
5342026-05-20T06:42:42.153Z Compiling toml_edit v0.22.27
5352026-05-20T06:42:42.348Z Compiling serde-value v0.7.0
5362026-05-20T06:42:42.394Z Compiling cargo-platform v0.2.0
5372026-05-20T06:42:42.463Z Compiling smawk v0.3.2
5382026-05-20T06:42:42.602Z Compiling textwrap v0.16.2
5392026-05-20T06:42:42.664Z Compiling tabled v0.15.0
5402026-05-20T06:42:42.701Z Compiling macaddr v1.0.1
5412026-05-20T06:42:42.904Z Compiling idna_adapter v1.2.1
5422026-05-20T06:42:42.924Z Compiling usdt-macro v0.5.0
5432026-05-20T06:42:42.981Z Compiling usdt-attr-macro v0.5.0
5442026-05-20T06:42:43.047Z Compiling idna v1.1.0
5452026-05-20T06:42:43.123Z Compiling clap v4.5.60
5462026-05-20T06:42:43.428Z Compiling url v2.5.8
5472026-05-20T06:42:43.558Z Compiling toml v0.8.23
5482026-05-20T06:42:43.714Z Compiling camino-tempfile v1.4.1
5492026-05-20T06:42:43.941Z Compiling cargo-util-schemas v0.8.2
5502026-05-20T06:42:44.174Z Compiling usdt v0.5.0
5512026-05-20T06:42:44.174Z Compiling cargo_toml v0.21.0
5522026-05-20T06:42:44.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-20T06:42:44.258Z Compiling swrite v0.1.0
5542026-05-20T06:42:44.832Z Compiling cargo_metadata v0.21.0
5552026-05-20T06:42:45.778Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-20T06:42:47.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.97s
5572026-05-20T06:42:48.080Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-20T06:42:48.633Z Downloading crates ...
5592026-05-20T06:42:48.728Z Downloaded array-init v0.0.4
5602026-05-20T06:42:48.733Z Downloaded adler2 v2.0.1
5612026-05-20T06:42:48.740Z Downloaded bitfield-struct v0.6.2
5622026-05-20T06:42:48.743Z Downloaded async-trait v0.1.89
5632026-05-20T06:42:48.746Z Downloaded arc-swap v1.8.2
5642026-05-20T06:42:48.750Z Downloaded ahash v0.8.12
5652026-05-20T06:42:48.755Z Downloaded atomicwrites v0.4.4
5662026-05-20T06:42:48.759Z Downloaded crucible-workspace-hack v0.1.0
5672026-05-20T06:42:48.759Z Downloaded dunce v1.0.5
5682026-05-20T06:42:48.759Z Downloaded ciborium-ll v0.2.2
5692026-05-20T06:42:48.759Z Downloaded buf-list v1.1.2
5702026-05-20T06:42:48.764Z Downloaded crunchy v0.2.4
5712026-05-20T06:42:48.764Z Downloaded crossbeam-deque v0.8.6
5722026-05-20T06:42:48.764Z Downloaded block-padding v0.3.3
5732026-05-20T06:42:48.764Z Downloaded critical-section v1.2.0
5742026-05-20T06:42:48.768Z Downloaded ar_archive_writer v0.5.1
5752026-05-20T06:42:48.768Z Downloaded crc32fast v1.5.0
5762026-05-20T06:42:48.768Z Downloaded bit-vec v0.8.0
5772026-05-20T06:42:48.771Z Downloaded enum-as-inner v0.6.1
5782026-05-20T06:42:48.771Z Downloaded bitfield-macros v0.19.4
5792026-05-20T06:42:48.771Z Downloaded assert_matches v1.5.0
5802026-05-20T06:42:48.771Z Downloaded arrayref v0.3.9
5812026-05-20T06:42:48.774Z Downloaded defmt v0.3.100
5822026-05-20T06:42:48.774Z Downloaded ecdsa v0.16.9
5832026-05-20T06:42:48.774Z Downloaded diesel_table_macro_syntax v0.3.0
5842026-05-20T06:42:48.774Z Downloaded async-stream-impl v0.3.6
5852026-05-20T06:42:48.777Z Downloaded async-recursion v1.1.1
5862026-05-20T06:42:48.777Z Downloaded bit-set v0.5.3
5872026-05-20T06:42:48.780Z Downloaded crc8 v0.1.1
5882026-05-20T06:42:48.780Z Downloaded dirs-sys-next v0.1.2
5892026-05-20T06:42:48.780Z Downloaded bitfield v0.19.4
5902026-05-20T06:42:48.783Z Downloaded crossbeam-utils v0.8.21
5912026-05-20T06:42:48.783Z Downloaded bit-set v0.8.0
5922026-05-20T06:42:48.788Z Downloaded aead v0.5.2
5932026-05-20T06:42:48.788Z Downloaded display-error-chain v0.2.2
5942026-05-20T06:42:48.788Z Downloaded bb8 v0.8.6
5952026-05-20T06:42:48.791Z Downloaded float-ord v0.3.2
5962026-05-20T06:42:48.791Z Downloaded embedded-io v0.6.1
5972026-05-20T06:42:48.791Z Downloaded atty v0.2.14
5982026-05-20T06:42:48.794Z Downloaded atomic-waker v1.1.2
5992026-05-20T06:42:48.794Z Downloaded dyn-clone v1.0.20
6002026-05-20T06:42:48.794Z Downloaded dirs-next v2.0.0
6012026-05-20T06:42:48.797Z Downloaded flagset v0.4.7
6022026-05-20T06:42:48.797Z Downloaded float-cmp v0.10.0
6032026-05-20T06:42:48.797Z Downloaded cfg_aliases v0.2.1
6042026-05-20T06:42:48.802Z Downloaded endian-type v0.1.2
6052026-05-20T06:42:48.802Z Downloaded darling_macro v0.21.3
6062026-05-20T06:42:48.802Z Downloaded difflib v0.4.0
6072026-05-20T06:42:48.802Z Downloaded defmt-parser v1.0.0
6082026-05-20T06:42:48.802Z Downloaded cmake v0.1.57
6092026-05-20T06:42:48.805Z Downloaded fatfs v0.3.6
6102026-05-20T06:42:48.805Z Downloaded camino-tempfile-ext v0.3.3
6112026-05-20T06:42:48.811Z Downloaded bitflags v1.3.2
6122026-05-20T06:42:48.811Z Downloaded bcs v0.1.6
6132026-05-20T06:42:48.815Z Downloaded crossbeam-channel v0.5.15
6142026-05-20T06:42:48.815Z Downloaded bzip2 v0.4.4
6152026-05-20T06:42:48.815Z Downloaded blake2 v0.10.6
6162026-05-20T06:42:48.820Z Downloaded document-features v0.2.12
6172026-05-20T06:42:48.820Z Downloaded derive_builder_macro v0.20.2
6182026-05-20T06:42:48.820Z Downloaded darling_macro v0.20.11
6192026-05-20T06:42:48.820Z Downloaded cstr-argument v0.1.2
6202026-05-20T06:42:48.820Z Downloaded bcrypt-pbkdf v0.10.0
6212026-05-20T06:42:48.824Z Downloaded backon v1.6.0
6222026-05-20T06:42:48.824Z Downloaded der_derive v0.7.3
6232026-05-20T06:42:48.824Z Downloaded dtrace-parser v0.3.0
6242026-05-20T06:42:48.829Z Downloaded crc v3.4.0
6252026-05-20T06:42:48.829Z Downloaded foreign-types v0.3.2
6262026-05-20T06:42:48.829Z Downloaded base16ct v0.2.0
6272026-05-20T06:42:48.829Z Downloaded ascii-canvas v3.0.0
6282026-05-20T06:42:48.836Z Downloaded cfg_aliases v0.1.1
6292026-05-20T06:42:48.836Z Downloaded embedded-io v0.4.0
6302026-05-20T06:42:48.836Z Downloaded async-stream v0.3.6
6312026-05-20T06:42:48.836Z Downloaded cpufeatures v0.3.0
6322026-05-20T06:42:48.840Z Downloaded dropshot-api-manager-types v0.7.1
6332026-05-20T06:42:48.840Z Downloaded compression-core v0.4.31
6342026-05-20T06:42:48.840Z Downloaded cobs v0.3.0
6352026-05-20T06:42:48.841Z Downloaded fixedbitset v0.4.2
6362026-05-20T06:42:48.841Z Downloaded downcast-rs v2.0.2
6372026-05-20T06:42:48.841Z Downloaded foreign-types-shared v0.1.1
6382026-05-20T06:42:48.841Z Downloaded foreign-types v0.5.0
6392026-05-20T06:42:48.841Z Downloaded crc-catalog v2.4.0
6402026-05-20T06:42:48.845Z Downloaded debug-ignore v1.0.5
6412026-05-20T06:42:48.845Z Downloaded cargo-platform v0.1.9
6422026-05-20T06:42:48.845Z Downloaded foldhash v0.1.5
6432026-05-20T06:42:48.845Z Downloaded dsl_auto_type v0.2.0
6442026-05-20T06:42:48.850Z Downloaded convert_case v0.4.0
6452026-05-20T06:42:48.850Z Downloaded ciborium-io v0.2.2
6462026-05-20T06:42:48.850Z Downloaded darling_macro v0.23.0
6472026-05-20T06:42:48.850Z Downloaded defmt-macros v1.0.1
6482026-05-20T06:42:48.854Z Downloaded fallible-iterator v0.2.0
6492026-05-20T06:42:48.854Z Downloaded foreign-types-shared v0.3.1
6502026-05-20T06:42:48.854Z Downloaded foreign-types-macros v0.2.3
6512026-05-20T06:42:48.854Z Downloaded futures-sink v0.3.32
6522026-05-20T06:42:48.854Z Downloaded castaway v0.2.4
6532026-05-20T06:42:48.858Z Downloaded cexpr v0.6.0
6542026-05-20T06:42:48.858Z Downloaded dof v0.4.0
6552026-05-20T06:42:48.858Z Downloaded blowfish v0.9.1
6562026-05-20T06:42:48.861Z Downloaded backoff v0.4.0
6572026-05-20T06:42:48.861Z Downloaded git-stub v1.0.0
6582026-05-20T06:42:48.861Z Downloaded ghash v0.5.1
6592026-05-20T06:42:48.861Z Downloaded fxhash v0.2.1
6602026-05-20T06:42:48.865Z Downloaded futures-macro v0.3.32
6612026-05-20T06:42:48.865Z Downloaded funty v2.0.0
6622026-05-20T06:42:48.865Z Downloaded constant_time_eq v0.4.2
6632026-05-20T06:42:48.869Z Downloaded cassowary v0.3.0
6642026-05-20T06:42:48.869Z Downloaded futures-core v0.3.32
6652026-05-20T06:42:48.869Z Downloaded futures-task v0.3.32
6662026-05-20T06:42:48.873Z Downloaded chacha20 v0.9.1
6672026-05-20T06:42:48.873Z Downloaded cbc v0.1.2
6682026-05-20T06:42:48.873Z Downloaded futures-io v0.3.32
6692026-05-20T06:42:48.873Z Downloaded hash32 v0.3.1
6702026-05-20T06:42:48.877Z Downloaded csv-core v0.1.13
6712026-05-20T06:42:48.877Z Downloaded hash32 v0.2.1
6722026-05-20T06:42:48.877Z Downloaded ed25519 v2.2.3
6732026-05-20T06:42:48.881Z Downloaded diesel-dtrace v0.5.0
6742026-05-20T06:42:48.881Z Downloaded bit-vec v0.6.3
6752026-05-20T06:42:48.882Z Downloaded ctr v0.9.2
6762026-05-20T06:42:48.882Z Downloaded env_logger v0.11.9
6772026-05-20T06:42:48.886Z Downloaded arrayvec v0.7.6
6782026-05-20T06:42:48.886Z Downloaded curve25519-dalek-derive v0.1.1
6792026-05-20T06:42:48.886Z Downloaded chacha20 v0.10.0
6802026-05-20T06:42:48.890Z Downloaded const_format_proc_macros v0.2.34
6812026-05-20T06:42:48.890Z Downloaded hex-literal v0.4.1
6822026-05-20T06:42:48.890Z Downloaded headers-core v0.3.0
6832026-05-20T06:42:48.890Z Downloaded byte-wrapper v0.1.0
6842026-05-20T06:42:48.895Z Downloaded argon2 v0.5.3
6852026-05-20T06:42:48.895Z Downloaded env_filter v1.0.0
6862026-05-20T06:42:48.895Z Downloaded derive_builder_core v0.20.2
6872026-05-20T06:42:48.900Z Downloaded defmt v1.0.1
6882026-05-20T06:42:48.900Z Downloaded daft-derive v0.1.5
6892026-05-20T06:42:48.904Z Downloaded foldhash v0.2.0
6902026-05-20T06:42:48.904Z Downloaded compression-codecs v0.4.37
6912026-05-20T06:42:48.907Z Downloaded find-msvc-tools v0.1.9
6922026-05-20T06:42:48.907Z Downloaded ff v0.13.1
6932026-05-20T06:42:48.907Z Downloaded fd-lock v4.0.4
6942026-05-20T06:42:48.911Z Downloaded hostname v0.4.2
6952026-05-20T06:42:48.911Z Downloaded httpdate v1.0.3
6962026-05-20T06:42:48.916Z Downloaded fs-err v2.11.0
6972026-05-20T06:42:48.916Z Downloaded home v0.5.12
6982026-05-20T06:42:48.916Z Downloaded colored v2.2.0
6992026-05-20T06:42:48.920Z Downloaded fixedbitset v0.5.7
7002026-05-20T06:42:48.920Z Downloaded fs_extra v1.3.0
7012026-05-20T06:42:48.920Z Downloaded filetime v0.2.27
7022026-05-20T06:42:48.924Z Downloaded ena v0.14.4
7032026-05-20T06:42:48.924Z Downloaded http-body v1.0.1
7042026-05-20T06:42:48.924Z Downloaded either v1.15.0
7052026-05-20T06:42:48.924Z Downloaded hubpack v0.1.2
7062026-05-20T06:42:48.928Z Downloaded corncobs v0.1.4
7072026-05-20T06:42:48.929Z Downloaded indent_write v2.2.0
7082026-05-20T06:42:48.929Z Downloaded illumos-nvpair v0.3.0
7092026-05-20T06:42:48.929Z Downloaded erased-serde v0.3.31
7102026-05-20T06:42:48.933Z Downloaded deranged v0.5.8
7112026-05-20T06:42:48.933Z Downloaded derive-ex v0.1.8
7122026-05-20T06:42:48.933Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-20T06:42:48.933Z Downloaded gethostname v0.5.0
7142026-05-20T06:42:48.938Z Downloaded hubpack_derive v0.1.1
7152026-05-20T06:42:48.938Z Downloaded globset v0.4.18
7162026-05-20T06:42:48.938Z Downloaded futures-executor v0.3.32
7172026-05-20T06:42:48.938Z Downloaded inout v0.1.4
7182026-05-20T06:42:48.938Z Downloaded glob v0.3.3
7192026-05-20T06:42:48.944Z Downloaded ident_case v1.0.1
7202026-05-20T06:42:48.944Z Downloaded http-range v0.1.5
7212026-05-20T06:42:48.944Z Downloaded is-terminal v0.4.17
7222026-05-20T06:42:48.944Z Downloaded data-encoding v2.10.0
7232026-05-20T06:42:48.944Z Downloaded crypto-bigint v0.5.5
7242026-05-20T06:42:48.947Z Downloaded instant v0.1.13
7252026-05-20T06:42:48.947Z Downloaded keccak v0.1.6
7262026-05-20T06:42:48.951Z Downloaded group v0.13.0
7272026-05-20T06:42:48.951Z Downloaded globwalk v0.9.1
7282026-05-20T06:42:48.951Z Downloaded instability v0.3.11
7292026-05-20T06:42:48.954Z Downloaded indoc v1.0.9
7302026-05-20T06:42:48.954Z Downloaded hex v0.4.3
7312026-05-20T06:42:48.954Z Downloaded is_ci v1.2.0
7322026-05-20T06:42:48.957Z Downloaded git-stub-vcs v0.1.0
7332026-05-20T06:42:48.957Z Downloaded darling v0.23.0
7342026-05-20T06:42:48.960Z Downloaded cookie v0.18.1
7352026-05-20T06:42:48.963Z Downloaded drift v0.1.4
7362026-05-20T06:42:48.968Z Downloaded kstat-rs v0.2.4
7372026-05-20T06:42:48.973Z Downloaded diff v0.1.13
7382026-05-20T06:42:48.973Z Downloaded cookie_store v0.22.1
7392026-05-20T06:42:48.976Z Downloaded highway v1.3.0
7402026-05-20T06:42:48.976Z Downloaded hyper-tls v0.6.0
7412026-05-20T06:42:48.976Z Downloaded lru-cache v0.1.2
7422026-05-20T06:42:48.980Z Downloaded lru v0.12.5
7432026-05-20T06:42:48.980Z Downloaded lalrpop-util v0.19.12
7442026-05-20T06:42:48.980Z Downloaded hostname v0.3.1
7452026-05-20T06:42:48.981Z Downloaded linked-hash-map v0.5.6
7462026-05-20T06:42:48.984Z Downloaded libscf-sys v1.1.0
7472026-05-20T06:42:48.984Z Downloaded memoffset v0.9.1
7482026-05-20T06:42:48.984Z Downloaded crossterm v0.28.1
7492026-05-20T06:42:48.987Z Downloaded console v0.16.2
7502026-05-20T06:42:48.990Z Downloaded md-5 v0.10.6
7512026-05-20T06:42:48.990Z Downloaded allocator-api2 v0.2.21
7522026-05-20T06:42:48.994Z Downloaded maplit v1.0.2
7532026-05-20T06:42:48.994Z Downloaded http-body-util v0.1.3
7542026-05-20T06:42:48.995Z Downloaded lzss v0.8.2
7552026-05-20T06:42:48.997Z Downloaded lru-slab v0.1.2
7562026-05-20T06:42:48.998Z Downloaded daft v0.1.5
7572026-05-20T06:42:48.998Z Downloaded new_debug_unreachable v1.0.6
7582026-05-20T06:42:49.002Z Downloaded hyper-staticfile v0.10.1
7592026-05-20T06:42:49.002Z Downloaded maybe-uninit v2.0.0
7602026-05-20T06:42:49.002Z Downloaded match_cfg v0.1.0
7612026-05-20T06:42:49.002Z Downloaded humantime v2.3.0
7622026-05-20T06:42:49.007Z Downloaded md5 v0.7.0
7632026-05-20T06:42:49.007Z Downloaded managed v0.8.0
7642026-05-20T06:42:49.007Z Downloaded mime v0.3.17
7652026-05-20T06:42:49.007Z Downloaded ingot-types v0.1.2
7662026-05-20T06:42:49.011Z Downloaded indoc v2.0.7
7672026-05-20T06:42:49.011Z Downloaded multimap v0.10.1
7682026-05-20T06:42:49.011Z Downloaded lazy_static v1.5.0
7692026-05-20T06:42:49.011Z Downloaded ipnet v2.11.0
7702026-05-20T06:42:49.015Z Downloaded internet-checksum v0.2.1
7712026-05-20T06:42:49.015Z Downloaded ingot v0.1.1
7722026-05-20T06:42:49.015Z Downloaded jobserver v0.1.34
7732026-05-20T06:42:49.018Z Downloaded newtype-uuid-macros v0.1.0
7742026-05-20T06:42:49.018Z Downloaded nodrop v0.1.14
7752026-05-20T06:42:49.018Z Downloaded newline-converter v0.3.0
7762026-05-20T06:42:49.018Z Downloaded des v0.8.1
7772026-05-20T06:42:49.023Z Downloaded derive_builder v0.20.2
7782026-05-20T06:42:49.027Z Downloaded num-derive v0.3.3
7792026-05-20T06:42:49.027Z Downloaded num-conv v0.2.0
7802026-05-20T06:42:49.027Z Downloaded normalize-line-endings v0.3.0
7812026-05-20T06:42:49.027Z Downloaded nonempty v0.12.0
7822026-05-20T06:42:49.027Z Downloaded nibble_vec v0.1.0
7832026-05-20T06:42:49.030Z Downloaded num v0.4.3
7842026-05-20T06:42:49.030Z Downloaded darling v0.21.3
7852026-05-20T06:42:49.034Z Downloaded darling v0.20.11
7862026-05-20T06:42:49.040Z Downloaded libloading v0.8.9
7872026-05-20T06:42:49.040Z Downloaded elliptic-curve v0.13.8
7882026-05-20T06:42:49.042Z Downloaded hmac v0.12.1
7892026-05-20T06:42:49.042Z Downloaded crc-any v2.5.0
7902026-05-20T06:42:49.043Z Downloaded async-bb8-diesel v0.2.1
7912026-05-20T06:42:49.047Z Downloaded num-iter v0.1.45
7922026-05-20T06:42:49.047Z Downloaded lock_api v0.4.14
7932026-05-20T06:42:49.050Z Downloaded libsw-core v0.3.2
7942026-05-20T06:42:49.050Z Downloaded libsw v3.5.0
7952026-05-20T06:42:49.050Z Downloaded olpc-cjson v0.1.4
7962026-05-20T06:42:49.050Z Downloaded linear-map v1.2.0
7972026-05-20T06:42:49.053Z Downloaded getrandom v0.2.17
7982026-05-20T06:42:49.053Z Downloaded opaque-debug v0.3.1
7992026-05-20T06:42:49.053Z Downloaded num_threads v0.1.7
8002026-05-20T06:42:49.056Z Downloaded iana-time-zone v0.1.65
8012026-05-20T06:42:49.059Z Downloaded num_enum_derive v0.5.11
8022026-05-20T06:42:49.059Z Downloaded httparse v1.10.1
8032026-05-20T06:42:49.059Z Downloaded dropshot_endpoint v0.16.7
8042026-05-20T06:42:49.064Z Downloaded openssl-probe v0.2.1
8052026-05-20T06:42:49.067Z Downloaded openssl-probe v0.1.6
8062026-05-20T06:42:49.067Z Downloaded ingot-macros v0.1.1
8072026-05-20T06:42:49.067Z Downloaded openssl-macros v0.1.1
8082026-05-20T06:42:49.067Z Downloaded hyper-rustls v0.27.7
8092026-05-20T06:42:49.072Z Downloaded native-tls v0.2.18
8102026-05-20T06:42:49.072Z Downloaded nanorand v0.7.0
8112026-05-20T06:42:49.075Z Downloaded packed_struct_codegen v0.10.1
8122026-05-20T06:42:49.075Z Downloaded multer v3.1.0
8132026-05-20T06:42:49.075Z Downloaded mime_guess v2.0.5
8142026-05-20T06:42:49.075Z Downloaded getrandom v0.3.4
8152026-05-20T06:42:49.079Z Downloaded newtype_derive v0.1.6
8162026-05-20T06:42:49.082Z Downloaded newtype-uuid v1.3.2
8172026-05-20T06:42:49.082Z Downloaded futures-channel v0.3.32
8182026-05-20T06:42:49.082Z Downloaded flume v0.11.1
8192026-05-20T06:42:49.088Z Downloaded parse-display v0.10.0
8202026-05-20T06:42:49.088Z Downloaded oso-derive v0.27.3
8212026-05-20T06:42:49.088Z Downloaded derive_more v0.99.20
8222026-05-20T06:42:49.091Z Downloaded path-slash v0.1.5
8232026-05-20T06:42:49.091Z Downloaded parse-size v1.1.0
8242026-05-20T06:42:49.091Z Downloaded peg-runtime v0.8.5
8252026-05-20T06:42:49.091Z Downloaded nu-ansi-term v0.50.3
8262026-05-20T06:42:49.096Z Downloaded pbkdf2 v0.12.2
8272026-05-20T06:42:49.096Z Downloaded darling_core v0.23.0
8282026-05-20T06:42:49.099Z Downloaded num-complex v0.4.6
8292026-05-20T06:42:49.099Z Downloaded const_format v0.2.35
8302026-05-20T06:42:49.103Z Downloaded phf_shared v0.11.3
8312026-05-20T06:42:49.103Z Downloaded diesel_derives v2.3.7
8322026-05-20T06:42:49.108Z Downloaded chacha20poly1305 v0.10.1
8332026-05-20T06:42:49.112Z Downloaded bytes v1.11.1
8342026-05-20T06:42:49.112Z Downloaded num-rational v0.4.2
8352026-05-20T06:42:49.117Z Downloaded futures v0.3.32
8362026-05-20T06:42:49.117Z Downloaded num-integer v0.1.46
8372026-05-20T06:42:49.120Z Downloaded num-derive v0.4.2
8382026-05-20T06:42:49.120Z Downloaded pin-utils v0.1.0
8392026-05-20T06:42:49.120Z Downloaded base64 v0.21.7
8402026-05-20T06:42:49.123Z Downloaded phf_shared v0.13.1
8412026-05-20T06:42:49.123Z Downloaded base64 v0.22.1
8422026-05-20T06:42:49.128Z Downloaded num_enum_derive v0.7.5
8432026-05-20T06:42:49.128Z Downloaded num_enum v0.7.5
8442026-05-20T06:42:49.131Z Downloaded powerfmt v0.2.0
8452026-05-20T06:42:49.131Z Downloaded darling_core v0.21.3
8462026-05-20T06:42:49.136Z Downloaded predicates-core v1.0.10
8472026-05-20T06:42:49.136Z Downloaded num_enum v0.5.11
8482026-05-20T06:42:49.140Z Downloaded memmap2 v0.9.10
8492026-05-20T06:42:49.140Z Downloaded oxnet v0.1.4
8502026-05-20T06:42:49.144Z Downloaded half v2.7.1
8512026-05-20T06:42:49.144Z Downloaded precomputed-hash v0.1.1
8522026-05-20T06:42:49.161Z Downloaded proc-macro-crate v3.4.0
8532026-05-20T06:42:49.165Z Downloaded proc-macro-crate v1.3.1
8542026-05-20T06:42:49.165Z Downloaded predicates-tree v1.0.13
8552026-05-20T06:42:49.165Z Downloaded pbkdf2 v0.11.0
8562026-05-20T06:42:49.165Z Downloaded paste v1.0.15
8572026-05-20T06:42:49.168Z Downloaded parse-display-derive v0.10.0
8582026-05-20T06:42:49.168Z Downloaded progenitor-client v0.14.0
8592026-05-20T06:42:49.171Z Downloaded password-hash v0.4.2
8602026-05-20T06:42:49.171Z Downloaded libbz2-rs-sys v0.2.2
8612026-05-20T06:42:49.171Z Downloaded darling_core v0.20.11
8622026-05-20T06:42:49.175Z Downloaded pem v3.0.6
8632026-05-20T06:42:49.179Z Downloaded quick-error v1.2.3
8642026-05-20T06:42:49.179Z Downloaded progenitor-macro v0.11.2
8652026-05-20T06:42:49.179Z Downloaded progenitor-macro v0.10.0
8662026-05-20T06:42:49.179Z Downloaded peg-macros v0.8.5
8672026-05-20T06:42:49.183Z Downloaded peg v0.8.5
8682026-05-20T06:42:49.183Z Downloaded psl-types v2.0.11
8692026-05-20T06:42:49.189Z Downloaded crossterm v0.29.0
8702026-05-20T06:42:49.193Z Downloaded async-compression v0.4.41
8712026-05-20T06:42:49.193Z Downloaded rand_chacha v0.3.1
8722026-05-20T06:42:49.193Z Downloaded radium v0.7.0
8732026-05-20T06:42:49.208Z Downloaded pin-project-lite v0.2.17
8742026-05-20T06:42:49.208Z Downloaded pin-project-internal v1.1.11
8752026-05-20T06:42:49.208Z Downloaded ignore v0.4.25
8762026-05-20T06:42:49.208Z Downloaded phf_shared v0.12.1
8772026-05-20T06:42:49.208Z Downloaded phf v0.13.1
8782026-05-20T06:42:49.208Z Downloaded polyval v0.6.2
8792026-05-20T06:42:49.209Z Downloaded flate2 v1.1.9
8802026-05-20T06:42:49.213Z Downloaded postgres-protocol v0.6.10
8812026-05-20T06:42:49.213Z Downloaded rand_xorshift v0.4.0
8822026-05-20T06:42:49.213Z Downloaded indicatif v0.18.4
8832026-05-20T06:42:49.213Z Downloaded primeorder v0.13.6
8842026-05-20T06:42:49.217Z Downloaded predicates v3.1.4
8852026-05-20T06:42:49.217Z Downloaded derive_more v2.1.1
8862026-05-20T06:42:49.222Z Downloaded ref-cast-impl v1.0.25
8872026-05-20T06:42:49.224Z Downloaded progenitor v0.14.0
8882026-05-20T06:42:49.229Z Downloaded parking_lot_core v0.8.6
8892026-05-20T06:42:49.229Z Downloaded heapless v0.8.0
8902026-05-20T06:42:49.231Z Downloaded derive_more-impl v2.1.1
8912026-05-20T06:42:49.235Z Downloaded progenitor-extras v0.2.0
8922026-05-20T06:42:49.235Z Downloaded psm v0.1.30
8932026-05-20T06:42:49.238Z Downloaded progenitor-client v0.13.0
8942026-05-20T06:42:49.238Z Downloaded rtoolbox v0.0.3
8952026-05-20T06:42:49.238Z Downloaded proc-macro-error2 v2.0.1
8962026-05-20T06:42:49.242Z Downloaded parking_lot_core v0.9.12
8972026-05-20T06:42:49.245Z Downloaded hickory-resolver v0.25.2
8982026-05-20T06:42:49.245Z Downloaded parking_lot v0.12.5
8992026-05-20T06:42:49.249Z Downloaded parking_lot v0.11.2
9002026-05-20T06:42:49.250Z Downloaded pkcs5 v0.7.1
9012026-05-20T06:42:49.252Z Downloaded dropshot-api-manager v0.7.1
9022026-05-20T06:42:49.252Z Downloaded ref-cast v1.0.25
9032026-05-20T06:42:49.256Z Downloaded rustc_version v0.4.1
9042026-05-20T06:42:49.256Z Downloaded rustc_version v0.1.7
9052026-05-20T06:42:49.258Z Downloaded rand_chacha v0.9.0
9062026-05-20T06:42:49.258Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-05-20T06:42:49.259Z Downloaded recursive v0.1.1
9082026-05-20T06:42:49.259Z Downloaded progenitor v0.11.2
9092026-05-20T06:42:49.262Z Downloaded progenitor v0.10.0
9102026-05-20T06:42:49.262Z Downloaded ppv-lite86 v0.2.21
9112026-05-20T06:42:49.267Z Downloaded der v0.7.10
9122026-05-20T06:42:49.267Z Downloaded rustc-hash v2.1.1
9132026-05-20T06:42:49.270Z Downloaded russh-cryptovec v0.7.3
9142026-05-20T06:42:49.270Z Downloaded poly1305 v0.8.0
9152026-05-20T06:42:49.270Z Downloaded rand_core v0.10.0
9162026-05-20T06:42:49.271Z Downloaded rand_core v0.9.5
9172026-05-20T06:42:49.273Z Downloaded rand_core v0.6.4
9182026-05-20T06:42:49.273Z Downloaded miniz_oxide v0.8.9
9192026-05-20T06:42:49.277Z Downloaded p256 v0.13.2
9202026-05-20T06:42:49.280Z Downloaded pkg-config v0.3.32
9212026-05-20T06:42:49.280Z Downloaded pkcs8 v0.10.2
9222026-05-20T06:42:49.280Z Downloaded postgres-types v0.2.12
9232026-05-20T06:42:49.284Z Downloaded salsa20 v0.10.2
9242026-05-20T06:42:49.284Z Downloaded sapling-renderdag v0.1.0
9252026-05-20T06:42:49.288Z Downloaded expectorate v1.2.0
9262026-05-20T06:42:49.288Z Downloaded progenitor v0.13.0
9272026-05-20T06:42:49.288Z Downloaded scheduled-thread-pool v0.2.7
9282026-05-20T06:42:49.291Z Downloaded hashbrown v0.12.3
9292026-05-20T06:42:49.291Z Downloaded same-file v1.0.6
9302026-05-20T06:42:49.291Z Downloaded scopeguard v1.2.0
9312026-05-20T06:42:49.294Z Downloaded scrypt v0.11.0
9322026-05-20T06:42:49.294Z Downloaded postcard v1.1.3
9332026-05-20T06:42:49.297Z Downloaded omicron-zone-package v0.12.2
9342026-05-20T06:42:49.297Z Downloaded progenitor-macro v0.14.0
9352026-05-20T06:42:49.301Z Downloaded progenitor-macro v0.13.0
9362026-05-20T06:42:49.301Z Downloaded phf v0.12.1
9372026-05-20T06:42:49.301Z Downloaded pem-rfc7468 v0.7.0
9382026-05-20T06:42:49.306Z Downloaded jiff-static v0.2.21
9392026-05-20T06:42:49.306Z Downloaded semver v0.1.20
9402026-05-20T06:42:49.309Z Downloaded secrecy v0.10.3
9412026-05-20T06:42:49.309Z Downloaded secrecy v0.8.0
9422026-05-20T06:42:49.309Z Downloaded rfc6979 v0.4.0
9432026-05-20T06:42:49.309Z Downloaded papergrid v0.17.0
9442026-05-20T06:42:49.311Z Downloaded serde_repr v0.1.20
9452026-05-20T06:42:49.311Z Downloaded hickory-resolver v0.24.4
9462026-05-20T06:42:49.314Z Downloaded serde_plain v1.0.2
9472026-05-20T06:42:49.317Z Downloaded serde-big-array v0.5.1
9482026-05-20T06:42:49.317Z Downloaded serde_spanned v1.0.4
9492026-05-20T06:42:49.317Z Downloaded compact_str v0.8.1
9502026-05-20T06:42:49.320Z Downloaded bumpalo v3.20.2
9512026-05-20T06:42:49.320Z Downloaded serde_bytes v0.11.19
9522026-05-20T06:42:49.324Z Downloaded seq-macro v0.3.6
9532026-05-20T06:42:49.324Z Downloaded r2d2 v0.8.10
9542026-05-20T06:42:49.327Z Downloaded quinn-udp v0.5.14
9552026-05-20T06:42:49.327Z Downloaded rustls-native-certs v0.8.3
9562026-05-20T06:42:49.327Z Downloaded resolv-conf v0.7.6
9572026-05-20T06:42:49.327Z Downloaded rand_seeder v0.4.0
9582026-05-20T06:42:49.330Z Downloaded serde_urlencoded v0.7.1
9592026-05-20T06:42:49.330Z Downloaded sigpipe v0.1.3
9602026-05-20T06:42:49.330Z Downloaded signal-hook-tokio v0.3.1
9612026-05-20T06:42:49.335Z Downloaded signal-hook-mio v0.2.5
9622026-05-20T06:42:49.335Z Downloaded shell-words v1.1.1
9632026-05-20T06:42:49.335Z Downloaded oso v0.27.3
9642026-05-20T06:42:49.338Z Downloaded litrs v1.0.0
9652026-05-20T06:42:49.338Z Downloaded rustls-pemfile v1.0.4
9662026-05-20T06:42:49.338Z Downloaded siphasher v1.0.2
9672026-05-20T06:42:49.341Z Downloaded rustversion v1.0.22
9682026-05-20T06:42:49.341Z Downloaded sha1 v0.10.6
9692026-05-20T06:42:49.341Z Downloaded rusty-fork v0.3.1
9702026-05-20T06:42:49.344Z Downloaded rustls-pemfile v2.2.0
9712026-05-20T06:42:49.344Z Downloaded password-hash v0.5.0
9722026-05-20T06:42:49.347Z Downloaded pin-project v1.1.11
9732026-05-20T06:42:49.351Z Downloaded prefix-trie v0.7.0
9742026-05-20T06:42:49.355Z Downloaded pkcs1 v0.7.5
9752026-05-20T06:42:49.355Z Downloaded slog-envlogger v2.2.0
9762026-05-20T06:42:49.359Z Downloaded openssl-sys v0.9.115
9772026-05-20T06:42:49.359Z Downloaded scroll v0.13.0
9782026-05-20T06:42:49.363Z Downloaded cc v1.2.56
9792026-05-20T06:42:49.363Z Downloaded scroll_derive v0.13.1
9802026-05-20T06:42:49.363Z Downloaded progenitor-client v0.11.2
9812026-05-20T06:42:49.363Z Downloaded schemars_derive v0.8.22
9822026-05-20T06:42:49.367Z Downloaded progenitor-client v0.10.0
9832026-05-20T06:42:49.367Z Downloaded proc-macro-error-attr2 v2.0.0
9842026-05-20T06:42:49.368Z Downloaded packed_struct v0.10.1
9852026-05-20T06:42:49.368Z Downloaded oxide-tokio-rt v0.1.4
9862026-05-20T06:42:49.371Z Downloaded owo-colors v4.3.0
9872026-05-20T06:42:49.371Z Downloaded heapless v0.7.17
9882026-05-20T06:42:49.371Z Downloaded progenitor-impl v0.14.0
9892026-05-20T06:42:49.374Z Downloaded progenitor-impl v0.13.0
9902026-05-20T06:42:49.374Z Downloaded hashbrown v0.13.2
9912026-05-20T06:42:49.377Z Downloaded sec1 v0.7.3
9922026-05-20T06:42:49.377Z Downloaded progenitor-impl v0.11.2
9932026-05-20T06:42:49.381Z Downloaded serde_path_to_error v0.1.20
9942026-05-20T06:42:49.381Z Downloaded serde_derive_internals v0.29.1
9952026-05-20T06:42:49.381Z Downloaded serde-hex v0.1.0
9962026-05-20T06:42:49.386Z Downloaded sct v0.7.1
9972026-05-20T06:42:49.386Z Downloaded progenitor-impl v0.10.0
9982026-05-20T06:42:49.389Z Downloaded headers v0.4.1
9992026-05-20T06:42:49.390Z Downloaded ed25519-dalek v2.2.0
10002026-05-20T06:42:49.390Z Downloaded indexmap v1.9.3
10012026-05-20T06:42:49.393Z Downloaded hickory-server v0.25.2
10022026-05-20T06:42:49.396Z Downloaded derive-where v1.6.0
10032026-05-20T06:42:49.398Z Downloaded aes v0.8.4
10042026-05-20T06:42:49.398Z Downloaded ssh-encoding v0.2.0
10052026-05-20T06:42:49.401Z Downloaded libefi-sys v0.1.0
10062026-05-20T06:42:49.402Z Downloaded clang-sys v1.8.1
10072026-05-20T06:42:49.402Z Downloaded bzip2 v0.6.1
10082026-05-20T06:42:49.405Z Downloaded simd-adler32 v0.3.8
10092026-05-20T06:42:49.405Z Downloaded ssh-cipher v0.2.0
10102026-05-20T06:42:49.405Z Downloaded sqlparser_derive v0.5.0
10112026-05-20T06:42:49.408Z Downloaded signal-hook-registry v1.4.8
10122026-05-20T06:42:49.408Z Downloaded shlex v1.3.0
10132026-05-20T06:42:49.408Z Downloaded structmeta-derive v0.3.0
10142026-05-20T06:42:49.411Z Downloaded structmeta v0.3.0
10152026-05-20T06:42:49.411Z Downloaded half v1.8.3
10162026-05-20T06:42:49.411Z Downloaded ipnetwork v0.21.1
10172026-05-20T06:42:49.411Z Downloaded strum v0.27.2
10182026-05-20T06:42:49.415Z Downloaded strip-ansi-escapes v0.2.1
10192026-05-20T06:42:49.415Z Downloaded slog-bunyan v2.5.0
10202026-05-20T06:42:49.415Z Downloaded dropshot_endpoint v0.17.0
10212026-05-20T06:42:49.418Z Downloaded minimal-lexical v0.2.1
10222026-05-20T06:42:49.423Z Downloaded russh-keys v0.45.0
10232026-05-20T06:42:49.423Z Downloaded slog-async v2.8.0
10242026-05-20T06:42:49.426Z Downloaded hyper-util v0.1.20
10252026-05-20T06:42:49.426Z Downloaded slab v0.4.12
10262026-05-20T06:42:49.426Z Downloaded rcgen v0.12.1
10272026-05-20T06:42:49.432Z Downloaded prettyplease v0.2.37
10282026-05-20T06:42:49.432Z Downloaded subtle v2.6.1
10292026-05-20T06:42:49.437Z Downloaded strum v0.26.3
10302026-05-20T06:42:49.437Z Downloaded tabwriter v1.4.1
10312026-05-20T06:42:49.437Z Downloaded smf v0.2.3
10322026-05-20T06:42:49.437Z Downloaded slog-json v2.6.1
10332026-05-20T06:42:49.437Z Downloaded sync_wrapper v1.0.2
10342026-05-20T06:42:49.437Z Downloaded sync-ptr v0.1.4
10352026-05-20T06:42:49.437Z Downloaded supports-color v3.0.2
10362026-05-20T06:42:49.441Z Downloaded tabled_derive v0.11.0
10372026-05-20T06:42:49.441Z Downloaded slog-dtrace v0.3.0
10382026-05-20T06:42:49.441Z Downloaded tap v1.0.1
10392026-05-20T06:42:49.441Z Downloaded termtree v0.5.1
10402026-05-20T06:42:49.441Z Downloaded slog-scope v4.4.1
10412026-05-20T06:42:49.445Z Downloaded pretty_assertions v1.4.1
10422026-05-20T06:42:49.445Z Downloaded smallvec v0.6.14
10432026-05-20T06:42:49.445Z Downloaded slog-term v2.9.2
10442026-05-20T06:42:49.448Z Downloaded slog-stdlog v4.1.1
10452026-05-20T06:42:49.448Z Downloaded impl-trait-for-tuples v0.2.3
10462026-05-20T06:42:49.448Z Downloaded console v0.15.11
10472026-05-20T06:42:49.451Z Downloaded ciborium v0.2.2
10482026-05-20T06:42:49.451Z Downloaded serde_cbor v0.11.2
10492026-05-20T06:42:49.454Z Downloaded cargo_metadata v0.19.2
10502026-05-20T06:42:49.454Z Downloaded cancel-safe-futures v0.1.5
10512026-05-20T06:42:49.457Z Downloaded tagptr v0.2.0
10522026-05-20T06:42:49.457Z Downloaded thread-id v5.1.0
10532026-05-20T06:42:49.457Z Downloaded take_mut v0.2.2
10542026-05-20T06:42:49.457Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-20T06:42:49.461Z Downloaded const-oid v0.9.6
10562026-05-20T06:42:49.461Z Downloaded colored v3.1.1
10572026-05-20T06:42:49.465Z Downloaded snafu-derive v0.8.9
10582026-05-20T06:42:49.465Z Downloaded base64ct v1.8.3
10592026-05-20T06:42:49.465Z Downloaded stacker v0.1.23
10602026-05-20T06:42:49.469Z Downloaded time-core v0.1.8
10612026-05-20T06:42:49.469Z Downloaded testing_table v0.3.0
10622026-05-20T06:42:49.469Z Downloaded crossbeam-epoch v0.9.18
10632026-05-20T06:42:49.469Z Downloaded aes-gcm v0.10.3
10642026-05-20T06:42:49.472Z Downloaded convert_case v0.10.0
10652026-05-20T06:42:49.472Z Downloaded signature v2.2.0
10662026-05-20T06:42:49.474Z Downloaded rustls-pki-types v1.14.0
10672026-05-20T06:42:49.474Z Downloaded cipher v0.4.4
10682026-05-20T06:42:49.478Z Downloaded sqlformat v0.3.5
10692026-05-20T06:42:49.478Z Downloaded static_assertions v1.1.0
10702026-05-20T06:42:49.478Z Downloaded tinyvec_macros v0.1.1
10712026-05-20T06:42:49.481Z Downloaded spki v0.7.3
10722026-05-20T06:42:49.481Z Downloaded http v1.4.0
10732026-05-20T06:42:49.484Z Downloaded serde_with_macros v3.17.0
10742026-05-20T06:42:49.484Z Downloaded rustls-platform-verifier v0.6.2
10752026-05-20T06:42:49.492Z Downloaded strum_macros v0.27.2
10762026-05-20T06:42:49.495Z Downloaded tokio-macros v2.7.0
10772026-05-20T06:42:49.495Z Downloaded string_cache v0.8.9
10782026-05-20T06:42:49.503Z Downloaded strum_macros v0.24.3
10792026-05-20T06:42:49.506Z Downloaded stringprep v0.1.5
10802026-05-20T06:42:49.506Z Downloaded termios v0.3.3
10812026-05-20T06:42:49.510Z Downloaded rayon-core v1.13.0
10822026-05-20T06:42:49.510Z Downloaded ryu v1.0.23
10832026-05-20T06:42:49.513Z Downloaded strum_macros v0.26.4
10842026-05-20T06:42:49.513Z Downloaded support-bundle-viewer v0.1.2
10852026-05-20T06:42:49.518Z Downloaded itertools v0.10.5
10862026-05-20T06:42:49.521Z Downloaded serde_yaml v0.9.34+deprecated
10872026-05-20T06:42:49.521Z Downloaded schemars v0.8.22
10882026-05-20T06:42:49.525Z Downloaded tower-service v0.3.3
10892026-05-20T06:42:49.531Z Downloaded topological-sort v0.2.2
10902026-05-20T06:42:49.531Z Downloaded hashbrown v0.16.1
10912026-05-20T06:42:49.534Z Downloaded try-lock v0.2.5
10922026-05-20T06:42:49.534Z Downloaded trait-variant v0.1.2
10932026-05-20T06:42:49.534Z Downloaded thiserror-no-std v2.0.2
10942026-05-20T06:42:49.534Z Downloaded tower-layer v0.3.3
10952026-05-20T06:42:49.538Z Downloaded rand v0.8.6
10962026-05-20T06:42:49.538Z Downloaded quinn v0.11.9
10972026-05-20T06:42:49.541Z Downloaded thread_local v1.1.9
10982026-05-20T06:42:49.545Z Downloaded tiny-keccak v2.0.2
10992026-05-20T06:42:49.545Z Downloaded signal-hook v0.3.18
11002026-05-20T06:42:49.548Z Downloaded tokio-dtrace v0.1.1
11012026-05-20T06:42:49.552Z Downloaded time-macros v0.2.27
11022026-05-20T06:42:49.552Z Downloaded typify-macro v0.4.3
11032026-05-20T06:42:49.559Z Downloaded ron v0.8.1
11042026-05-20T06:42:49.563Z Downloaded mio v1.2.0
11052026-05-20T06:42:49.567Z Downloaded tls_codec_derive v0.4.2
11062026-05-20T06:42:49.571Z Downloaded unarray v0.1.4
11072026-05-20T06:42:49.577Z Downloaded typify-macro v0.6.2
11082026-05-20T06:42:49.577Z Downloaded similar v2.7.0
11092026-05-20T06:42:49.582Z Downloaded tokio-rustls v0.25.0
11102026-05-20T06:42:49.582Z Downloaded unicode-truncate v1.1.0
11112026-05-20T06:42:49.586Z Downloaded unit-prefix v0.5.2
11122026-05-20T06:42:49.586Z Downloaded tokio-tungstenite v0.23.1
11132026-05-20T06:42:49.586Z Downloaded schemars v0.9.0
11142026-05-20T06:42:49.591Z Downloaded utf-8 v0.7.6
11152026-05-20T06:42:49.596Z Downloaded hashbrown v0.15.5
11162026-05-20T06:42:49.600Z Downloaded usdt-macro v0.6.0
11172026-05-20T06:42:49.600Z Downloaded term v0.7.0
11182026-05-20T06:42:49.600Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-05-20T06:42:49.600Z Downloaded itertools v0.13.0
11202026-05-20T06:42:49.604Z Downloaded toml_writer v1.0.6+spec-1.1.0
11212026-05-20T06:42:49.604Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-05-20T06:42:49.608Z Downloaded nom v7.1.3
11232026-05-20T06:42:49.608Z Downloaded usdt-attr-macro v0.6.0
11242026-05-20T06:42:49.608Z Downloaded untrusted v0.9.0
11252026-05-20T06:42:49.611Z Downloaded socket2 v0.5.10
11262026-05-20T06:42:49.611Z Downloaded num-bigint v0.4.6
11272026-05-20T06:42:49.615Z Downloaded libxml v0.3.3
11282026-05-20T06:42:49.617Z Downloaded num-bigint-dig v0.8.6
11292026-05-20T06:42:49.620Z Downloaded void v1.0.2
11302026-05-20T06:42:49.620Z Downloaded tls_codec v0.4.2
11312026-05-20T06:42:49.621Z Downloaded untrusted v0.7.1
11322026-05-20T06:42:49.624Z Downloaded universal-hash v0.5.1
11332026-05-20T06:42:49.624Z Downloaded tokio-tungstenite v0.21.0
11342026-05-20T06:42:49.624Z Downloaded tui-tree-widget v0.23.1
11352026-05-20T06:42:49.628Z Downloaded unicase v2.9.0
11362026-05-20T06:42:49.628Z Downloaded term v1.2.1
11372026-05-20T06:42:49.628Z Downloaded qorb v0.4.1
11382026-05-20T06:42:49.631Z Downloaded spin v0.9.8
11392026-05-20T06:42:49.632Z Downloaded tokio-rustls v0.26.4
11402026-05-20T06:42:49.635Z Downloaded publicsuffix v2.3.0
11412026-05-20T06:42:49.635Z Downloaded rustls-webpki v0.103.9
11422026-05-20T06:42:49.638Z Downloaded futures-util v0.3.32
11432026-05-20T06:42:49.642Z Downloaded xattr v1.6.1
11442026-05-20T06:42:49.647Z Downloaded want v0.3.1
11452026-05-20T06:42:49.647Z Downloaded xshell-macros v0.2.7
11462026-05-20T06:42:49.648Z Downloaded waitgroup v0.1.2
11472026-05-20T06:42:49.648Z Downloaded rand v0.9.2
11482026-05-20T06:42:49.651Z Downloaded rsa v0.9.10
11492026-05-20T06:42:49.651Z Downloaded subprocess v0.2.15
11502026-05-20T06:42:49.655Z Downloaded tokio-native-tls v0.3.1
11512026-05-20T06:42:49.656Z Downloaded samael v0.0.19
11522026-05-20T06:42:49.659Z Downloaded rand v0.10.0
11532026-05-20T06:42:49.659Z Downloaded usdt v0.6.0
11542026-05-20T06:42:49.662Z Downloaded h2 v0.4.13
11552026-05-20T06:42:49.665Z Downloaded wait-timeout v0.2.1
11562026-05-20T06:42:49.665Z Downloaded tokio-stream v0.1.18
11572026-05-20T06:42:49.668Z Downloaded socket2 v0.6.3
11582026-05-20T06:42:49.668Z Downloaded schemars v1.2.1
11592026-05-20T06:42:49.675Z Downloaded zeroize_derive v1.4.3
11602026-05-20T06:42:49.678Z Downloaded vergen-git2 v1.0.7
11612026-05-20T06:42:49.678Z Downloaded uzers v0.12.2
11622026-05-20T06:42:49.678Z Downloaded zone v0.3.1
11632026-05-20T06:42:49.681Z Downloaded iddqd v0.3.18
11642026-05-20T06:42:49.684Z Downloaded itertools v0.12.1
11652026-05-20T06:42:49.688Z Downloaded snafu v0.8.9
11662026-05-20T06:42:49.691Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-05-20T06:42:49.692Z Downloaded test-strategy v0.4.5
11682026-05-20T06:42:49.695Z Downloaded vergen-gitcl v1.0.8
11692026-05-20T06:42:49.695Z Downloaded twox-hash v2.1.2
11702026-05-20T06:42:49.698Z Downloaded zone_cfg_derive v0.3.1
11712026-05-20T06:42:49.698Z Downloaded vsss-rs v3.3.4
11722026-05-20T06:42:49.698Z Downloaded vergen-lib v0.1.6
11732026-05-20T06:42:49.701Z Downloaded usdt-impl v0.6.0
11742026-05-20T06:42:49.701Z Downloaded aho-corasick v1.1.4
11752026-05-20T06:42:49.704Z Downloaded slog v2.8.2
11762026-05-20T06:42:49.707Z Downloaded bitvec v1.0.1
11772026-05-20T06:42:49.712Z Downloaded whoami v1.6.1
11782026-05-20T06:42:49.716Z Downloaded tinyvec v1.10.0
11792026-05-20T06:42:49.716Z Downloaded walkdir v2.5.0
11802026-05-20T06:42:49.716Z Downloaded p521 v0.13.3
11812026-05-20T06:42:49.721Z Downloaded unicode-properties v0.1.4
11822026-05-20T06:42:49.727Z Downloaded whoami v2.1.0
11832026-05-20T06:42:49.727Z Downloaded tokio-rustls v0.24.1
11842026-05-20T06:42:49.731Z Downloaded xshell v0.2.7
11852026-05-20T06:42:49.731Z Downloaded toml v1.0.6+spec-1.1.0
11862026-05-20T06:42:49.731Z Downloaded toml v0.9.12+spec-1.1.0
11872026-05-20T06:42:49.734Z Downloaded toml v0.7.8
11882026-05-20T06:42:49.734Z Downloaded tar v0.4.45
11892026-05-20T06:42:49.737Z Downloaded zeroize v1.8.2
11902026-05-20T06:42:49.737Z Downloaded itertools v0.14.0
11912026-05-20T06:42:49.742Z Downloaded tracing-attributes v0.1.31
11922026-05-20T06:42:49.748Z Downloaded vergen v9.0.6
11932026-05-20T06:42:49.756Z Downloaded typify v0.4.3
11942026-05-20T06:42:49.759Z Downloaded tungstenite v0.21.0
11952026-05-20T06:42:49.759Z Downloaded zstd v0.13.3
11962026-05-20T06:42:49.759Z Downloaded tracing-core v0.1.36
11972026-05-20T06:42:49.762Z Downloaded libm v0.2.16
11982026-05-20T06:42:49.765Z Downloaded typify v0.6.2
11992026-05-20T06:42:49.768Z Downloaded zstd-safe v7.2.4
12002026-05-20T06:42:49.773Z Downloaded tungstenite v0.23.0
12012026-05-20T06:42:49.773Z Downloaded wyz v0.5.1
12022026-05-20T06:42:49.773Z Downloaded hyper v1.8.1
12032026-05-20T06:42:49.777Z Downloaded unicode-bidi v0.3.18
12042026-05-20T06:42:49.777Z Downloaded russh v0.45.0
12052026-05-20T06:42:49.780Z Downloaded iri-string v0.7.10
12062026-05-20T06:42:49.783Z Downloaded zerocopy v0.6.6
12072026-05-20T06:42:49.787Z Downloaded hkdf v0.12.4
12082026-05-20T06:42:49.787Z Downloaded rustyline v14.0.0
12092026-05-20T06:42:49.801Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-05-20T06:42:49.815Z Downloaded blake3 v1.8.3
12112026-05-20T06:42:49.826Z Downloaded yasna v0.5.2
12122026-05-20T06:42:49.829Z Downloaded rpassword v7.4.0
12132026-05-20T06:42:49.835Z Downloaded unsafe-libyaml v0.2.11
12142026-05-20T06:42:49.841Z Downloaded reedline v0.40.0
12152026-05-20T06:42:49.847Z Downloaded uuid v1.23.0
12162026-05-20T06:42:49.850Z Downloaded toml_edit v0.19.15
12172026-05-20T06:42:49.856Z Downloaded zopfli v0.8.3
12182026-05-20T06:42:49.859Z Downloaded vte v0.14.1
12192026-05-20T06:42:49.862Z Downloaded steno v0.4.1
12202026-05-20T06:42:49.862Z Downloaded ssh-key v0.6.7
12212026-05-20T06:42:49.866Z Downloaded unicode_categories v0.1.1
12222026-05-20T06:42:49.869Z Downloaded aws-lc-rs v1.16.3
12232026-05-20T06:42:49.873Z Downloaded tokio-postgres v0.7.16
12242026-05-20T06:42:49.875Z Downloaded yansi v1.0.1
12252026-05-20T06:42:49.878Z Downloaded p384 v0.13.1
12262026-05-20T06:42:49.884Z Downloaded regex v1.12.3
12272026-05-20T06:42:49.888Z Downloaded reqwest v0.13.2
12282026-05-20T06:42:49.892Z Downloaded zip v0.6.6
12292026-05-20T06:42:49.895Z Downloaded portable-atomic v1.13.1
12302026-05-20T06:42:49.899Z Downloaded reqwest v0.12.28
12312026-05-20T06:42:49.902Z Downloaded bindgen v0.71.1
12322026-05-20T06:42:49.914Z Downloaded rayon v1.11.0
12332026-05-20T06:42:49.919Z Downloaded git2 v0.20.4
12342026-05-20T06:42:49.924Z Downloaded tower v0.5.3
12352026-05-20T06:42:49.944Z Downloaded typed-path v0.9.3
12362026-05-20T06:42:49.950Z Downloaded zerocopy-derive v0.8.40
12372026-05-20T06:42:49.959Z Downloaded x509-cert v0.2.5
12382026-05-20T06:42:49.964Z Downloaded unicode-segmentation v1.12.0
12392026-05-20T06:42:49.972Z Downloaded salty v0.3.0
12402026-05-20T06:42:49.976Z Downloaded rustls-webpki v0.101.7
12412026-05-20T06:42:49.980Z Downloaded quick-xml v0.37.5
12422026-05-20T06:42:49.983Z Downloaded unicode-normalization v0.1.25
12432026-05-20T06:42:49.986Z Downloaded tokio-util v0.7.18
12442026-05-20T06:42:49.989Z Downloaded moka v0.12.13
12452026-05-20T06:42:49.994Z Downloaded chrono v0.4.44
12462026-05-20T06:42:49.998Z Downloaded goblin v0.10.5
12472026-05-20T06:42:50.004Z Downloaded zip v4.6.1
12482026-05-20T06:42:50.007Z Downloaded tower-http v0.6.8
12492026-05-20T06:42:50.010Z Downloaded proptest v1.10.0
12502026-05-20T06:42:50.016Z Downloaded rustls-webpki v0.102.8
12512026-05-20T06:42:50.026Z Downloaded object v0.30.4
12522026-05-20T06:42:50.031Z Downloaded curve25519-dalek v4.1.3
12532026-05-20T06:42:50.036Z Downloaded tough v0.22.0
12542026-05-20T06:42:50.041Z Downloaded petname v2.0.2
12552026-05-20T06:42:50.044Z Downloaded lalrpop v0.19.12
12562026-05-20T06:42:50.058Z Downloaded winnow v0.5.40
12572026-05-20T06:42:50.063Z Downloaded winnow v0.6.26
12582026-05-20T06:42:50.067Z Downloaded radix_trie v0.2.1
12592026-05-20T06:42:50.070Z Downloaded quinn-proto v0.11.13
12602026-05-20T06:42:50.074Z Downloaded nix v0.27.1
12612026-05-20T06:42:50.099Z Downloaded serde_with v3.17.0
12622026-05-20T06:42:50.105Z Downloaded time v0.3.47
12632026-05-20T06:42:50.112Z Downloaded rustls v0.21.12
12642026-05-20T06:42:50.125Z Downloaded dropshot v0.16.7
12652026-05-20T06:42:50.137Z Downloaded openssl v0.10.79
12662026-05-20T06:42:50.142Z Downloaded nix v0.28.0
12672026-05-20T06:42:50.149Z Downloaded zlib-rs v0.6.2
12682026-05-20T06:42:50.152Z Downloaded tabled v0.20.0
12692026-05-20T06:42:50.160Z Downloaded polar-core v0.27.3
12702026-05-20T06:42:50.164Z Downloaded vcpkg v0.2.15
12712026-05-20T06:42:50.185Z Downloaded smoltcp v0.9.1
12722026-05-20T06:42:50.190Z Downloaded openapiv3 v2.2.0
12732026-05-20T06:42:50.197Z Downloaded nix v0.31.2
12742026-05-20T06:42:50.203Z Downloaded regex-syntax v0.6.29
12752026-05-20T06:42:50.206Z Downloaded zerocopy v0.8.40
12762026-05-20T06:42:50.211Z Downloaded hickory-proto v0.24.4
12772026-05-20T06:42:50.219Z Downloaded webpki-roots v1.0.6
12782026-05-20T06:42:50.222Z Downloaded rustls v0.22.4
12792026-05-20T06:42:50.228Z Downloaded smoltcp v0.11.0
12802026-05-20T06:42:50.234Z Downloaded regress v0.11.1
12812026-05-20T06:42:50.239Z Downloaded regress v0.10.5
12822026-05-20T06:42:50.243Z Downloaded rustls v0.23.37
12832026-05-20T06:42:50.250Z Downloaded rustix v0.38.44
12842026-05-20T06:42:50.262Z Downloaded regex-syntax v0.8.10
12852026-05-20T06:42:50.266Z Downloaded hickory-proto v0.25.2
12862026-05-20T06:42:50.274Z Downloaded object v0.37.3
12872026-05-20T06:42:50.280Z Downloaded diesel v2.3.7
12882026-05-20T06:42:50.292Z Downloaded sqlparser v0.61.0
12892026-05-20T06:42:50.297Z Downloaded nix v0.29.0
12902026-05-20T06:42:50.303Z Downloaded dropshot v0.17.0
12912026-05-20T06:42:50.315Z Downloaded sled v0.34.7
12922026-05-20T06:42:50.322Z Downloaded tracing v0.1.44
12932026-05-20T06:42:50.332Z Downloaded typify-impl v0.6.2
12942026-05-20T06:42:50.339Z Downloaded bstr v1.12.1
12952026-05-20T06:42:50.351Z Downloaded zerocopy-derive v0.6.6
12962026-05-20T06:42:50.357Z Downloaded ratatui v0.29.0
12972026-05-20T06:42:50.367Z Downloaded typify-impl v0.4.3
12982026-05-20T06:42:50.375Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-20T06:42:50.397Z Downloaded petgraph v0.6.5
13002026-05-20T06:42:50.422Z Downloaded regex-automata v0.4.14
13012026-05-20T06:42:50.430Z Downloaded petgraph v0.8.3
13022026-05-20T06:42:50.442Z Downloaded jiff v0.2.21
13032026-05-20T06:42:50.451Z Downloaded csv v1.4.0
13042026-05-20T06:42:50.462Z Downloaded chrono-tz v0.10.4
13052026-05-20T06:42:50.472Z Downloaded libz-sys v1.1.24
13062026-05-20T06:42:50.483Z Downloaded tokio v1.52.1
13072026-05-20T06:42:50.519Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-20T06:42:50.528Z Downloaded sha3 v0.10.8
13092026-05-20T06:42:50.531Z Downloaded encoding_rs v0.8.35
13102026-05-20T06:42:50.641Z Downloaded ring v0.17.14
13112026-05-20T06:42:50.695Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-20T06:42:51.195Z Downloaded aws-lc-sys v0.40.0
13132026-05-20T06:42:51.453Z Compiling libc v0.2.185
13142026-05-20T06:42:51.453Z Compiling serde v1.0.228
13152026-05-20T06:42:51.456Z Compiling log v0.4.29
13162026-05-20T06:42:51.456Z Compiling find-msvc-tools v0.1.9
13172026-05-20T06:42:51.618Z Compiling shlex v1.3.0
13182026-05-20T06:42:51.621Z Compiling smallvec v1.15.1
13192026-05-20T06:42:51.629Z Compiling syn v2.0.117
13202026-05-20T06:42:51.642Z Compiling typenum v1.19.0
13212026-05-20T06:42:51.793Z Compiling generic-array v0.14.7
13222026-05-20T06:42:51.816Z Compiling subtle v2.6.1
13232026-05-20T06:42:51.816Z Compiling scopeguard v1.2.0
13242026-05-20T06:42:51.864Z Compiling const-oid v0.9.6
13252026-05-20T06:42:51.921Z Compiling lock_api v0.4.14
13262026-05-20T06:42:51.935Z Compiling serde_json v1.0.149
13272026-05-20T06:42:52.005Z Compiling zerocopy v0.8.40
13282026-05-20T06:42:52.045Z Compiling pin-project-lite v0.2.17
13292026-05-20T06:42:52.196Z Compiling parking_lot_core v0.9.12
13302026-05-20T06:42:52.212Z Compiling portable-atomic v1.13.1
13312026-05-20T06:42:52.466Z Compiling getrandom v0.2.17
13322026-05-20T06:42:52.496Z Compiling jobserver v0.1.34
13332026-05-20T06:42:52.525Z Compiling errno v0.3.14
13342026-05-20T06:42:52.614Z Compiling rand_core v0.6.4
13352026-05-20T06:42:52.618Z Compiling pkg-config v0.3.32
13362026-05-20T06:42:52.670Z Compiling signal-hook-registry v1.4.8
13372026-05-20T06:42:52.698Z Compiling cc v1.2.56
13382026-05-20T06:42:52.885Z Compiling bitflags v2.11.0
13392026-05-20T06:42:52.945Z Compiling futures-core v0.3.32
13402026-05-20T06:42:53.093Z Compiling critical-section v1.2.0
13412026-05-20T06:42:53.110Z Compiling libm v0.2.16
13422026-05-20T06:42:53.132Z Compiling parking_lot v0.12.5
13432026-05-20T06:42:53.160Z Compiling mio v1.2.0
13442026-05-20T06:42:53.199Z Compiling once_cell v1.21.3
13452026-05-20T06:42:53.215Z Compiling num-traits v0.2.19
13462026-05-20T06:42:53.371Z Compiling percent-encoding v2.3.2
13472026-05-20T06:42:53.421Z Compiling socket2 v0.6.3
13482026-05-20T06:42:53.491Z Compiling futures-sink v0.3.32
13492026-05-20T06:42:53.546Z Compiling getrandom v0.4.1
13502026-05-20T06:42:53.560Z Compiling futures-task v0.3.32
13512026-05-20T06:42:53.593Z Compiling futures-channel v0.3.32
13522026-05-20T06:42:53.617Z Compiling slab v0.4.12
13532026-05-20T06:42:53.726Z Compiling cpufeatures v0.2.17
13542026-05-20T06:42:53.794Z Compiling futures-io v0.3.32
13552026-05-20T06:42:53.812Z Compiling rand_core v0.10.0
13562026-05-20T06:42:53.826Z Compiling indexmap v2.14.0
13572026-05-20T06:42:53.841Z Compiling getrandom v0.3.4
13582026-05-20T06:42:53.893Z Compiling rustversion v1.0.22
13592026-05-20T06:42:53.968Z Compiling form_urlencoded v1.2.2
13602026-05-20T06:42:54.142Z Compiling cmake v0.1.57
13612026-05-20T06:42:54.156Z Compiling fs_extra v1.3.0
13622026-05-20T06:42:54.287Z Compiling dunce v1.0.5
13632026-05-20T06:42:54.383Z Compiling synstructure v0.13.2
13642026-05-20T06:42:54.455Z Compiling base64ct v1.8.3
13652026-05-20T06:42:54.524Z Compiling aws-lc-sys v0.40.0
13662026-05-20T06:42:54.538Z Compiling ident_case v1.0.1
13672026-05-20T06:42:54.658Z Compiling regex-syntax v0.8.10
13682026-05-20T06:42:54.737Z Compiling pem-rfc7468 v0.7.0
13692026-05-20T06:42:54.784Z Compiling iana-time-zone v0.1.65
13702026-05-20T06:42:54.827Z Compiling rustix v1.1.3
13712026-05-20T06:42:54.997Z Compiling flagset v0.4.7
13722026-05-20T06:42:55.061Z Compiling rand_core v0.9.5
13732026-05-20T06:42:55.076Z Compiling ring v0.17.14
13742026-05-20T06:42:55.079Z Compiling vcpkg v0.2.15
13752026-05-20T06:42:55.152Z Compiling aws-lc-rs v1.16.3
13762026-05-20T06:42:55.338Z Compiling uuid v1.23.0
13772026-05-20T06:42:55.441Z Compiling rustc_version v0.4.1
13782026-05-20T06:42:55.766Z Compiling tracing-core v0.1.36
13792026-05-20T06:42:55.804Z Compiling openssl-sys v0.9.115
13802026-05-20T06:42:56.043Z Compiling base64 v0.22.1
13812026-05-20T06:42:56.158Z Compiling serde_derive v1.0.228
13822026-05-20T06:42:56.326Z Compiling zeroize_derive v1.4.3
13832026-05-20T06:42:56.341Z Compiling zerofrom-derive v0.1.6
13842026-05-20T06:42:56.370Z Compiling yoke-derive v0.8.1
13852026-05-20T06:42:56.651Z Compiling zerovec-derive v0.11.2
13862026-05-20T06:42:56.976Z Compiling zeroize v1.8.2
13872026-05-20T06:42:57.100Z Compiling zerocopy-derive v0.8.40
13882026-05-20T06:42:57.531Z Compiling displaydoc v0.2.5
13892026-05-20T06:42:57.711Z Compiling crypto-common v0.1.7
13902026-05-20T06:42:57.734Z Compiling zerofrom v0.1.6
13912026-05-20T06:42:57.760Z Compiling block-buffer v0.10.4
13922026-05-20T06:42:57.850Z Compiling yoke v0.8.1
13932026-05-20T06:42:57.850Z Compiling tokio-macros v2.7.0
13942026-05-20T06:42:57.923Z Compiling digest v0.10.7
13952026-05-20T06:42:58.040Z Compiling zerovec v0.11.5
13962026-05-20T06:42:58.162Z Compiling futures-macro v0.3.32
13972026-05-20T06:42:58.251Z Compiling zerotrie v0.2.3
13982026-05-20T06:42:58.531Z Compiling tinystr v0.8.2
13992026-05-20T06:42:58.559Z Compiling potential_utf v0.1.4
14002026-05-20T06:42:58.563Z Compiling hmac v0.12.1
14012026-05-20T06:42:58.716Z Compiling icu_locale_core v2.1.1
14022026-05-20T06:42:58.731Z Compiling icu_collections v2.1.1
14032026-05-20T06:42:58.745Z Compiling block-padding v0.3.3
14042026-05-20T06:42:58.892Z Compiling inout v0.1.4
14052026-05-20T06:42:58.939Z Compiling futures-util v0.3.32
14062026-05-20T06:42:59.056Z Compiling cipher v0.4.4
14072026-05-20T06:42:59.201Z Compiling sha2 v0.10.9
14082026-05-20T06:42:59.308Z Compiling icu_provider v2.1.1
14092026-05-20T06:42:59.569Z Compiling bytes v1.11.1
14102026-05-20T06:42:59.572Z Compiling icu_properties v2.1.2
14112026-05-20T06:42:59.596Z Compiling icu_normalizer v2.1.1
14122026-05-20T06:43:00.161Z Compiling tokio v1.52.1
14132026-05-20T06:43:00.179Z Compiling der_derive v0.7.3
14142026-05-20T06:43:00.625Z Compiling idna_adapter v1.2.1
14152026-05-20T06:43:00.709Z Compiling http v1.4.0
14162026-05-20T06:43:00.757Z Compiling idna v1.1.0
14172026-05-20T06:43:00.947Z Compiling chrono v0.4.44
14182026-05-20T06:43:01.111Z Compiling url v2.5.8
14192026-05-20T06:43:01.220Z Compiling der v0.7.10
14202026-05-20T06:43:01.395Z Compiling ppv-lite86 v0.2.21
14212026-05-20T06:43:01.492Z Compiling salsa20 v0.10.2
14222026-05-20T06:43:01.590Z Compiling pbkdf2 v0.12.2
14232026-05-20T06:43:01.625Z Compiling rustls-pki-types v1.14.0
14242026-05-20T06:43:01.701Z Compiling tracing-attributes v0.1.31
14252026-05-20T06:43:01.715Z Compiling thiserror-impl v2.0.18
14262026-05-20T06:43:01.893Z Compiling scrypt v0.11.0
14272026-05-20T06:43:02.058Z Compiling spki v0.7.3
14282026-05-20T06:43:02.141Z Compiling rand_chacha v0.9.0
14292026-05-20T06:43:02.260Z Compiling http-body v1.0.1
14302026-05-20T06:43:02.285Z Compiling aes v0.8.4
14312026-05-20T06:43:02.386Z Compiling cbc v0.1.2
14322026-05-20T06:43:02.487Z Compiling httparse v1.10.1
14332026-05-20T06:43:02.530Z Compiling untrusted v0.7.1
14342026-05-20T06:43:02.654Z Compiling untrusted v0.9.0
14352026-05-20T06:43:02.771Z Compiling openssl-probe v0.2.1
14362026-05-20T06:43:02.812Z Compiling tinyvec_macros v0.1.1
14372026-05-20T06:43:02.872Z Compiling tinyvec v1.10.0
14382026-05-20T06:43:02.942Z Compiling pkcs5 v0.7.1
14392026-05-20T06:43:02.979Z Compiling tracing v0.1.44
14402026-05-20T06:43:03.009Z Compiling thiserror v2.0.18
14412026-05-20T06:43:03.113Z Compiling pest_generator v2.8.6
14422026-05-20T06:43:03.203Z Compiling rand v0.9.2
14432026-05-20T06:43:03.230Z Compiling serde_derive_internals v0.29.1
14442026-05-20T06:43:03.316Z Compiling aho-corasick v1.1.4
14452026-05-20T06:43:03.414Z Compiling dyn-clone v1.0.20
14462026-05-20T06:43:03.548Z Compiling rustls v0.23.37
14472026-05-20T06:43:03.715Z Compiling tower-layer v0.3.3
14482026-05-20T06:43:03.787Z Compiling tokio-util v0.7.18
14492026-05-20T06:43:03.873Z Compiling atomic-waker v1.1.2
14502026-05-20T06:43:03.973Z Compiling try-lock v0.2.5
14512026-05-20T06:43:03.996Z Compiling schemars v0.8.22
14522026-05-20T06:43:04.077Z Compiling tower-service v0.3.3
14532026-05-20T06:43:04.109Z Compiling schemars_derive v0.8.22
14542026-05-20T06:43:04.170Z Compiling regex-automata v0.4.14
14552026-05-20T06:43:04.209Z Compiling want v0.3.1
14562026-05-20T06:43:04.366Z Compiling pest_derive v2.8.6
14572026-05-20T06:43:04.616Z Compiling h2 v0.4.13
14582026-05-20T06:43:04.780Z Compiling pkcs8 v0.10.2
14592026-05-20T06:43:04.969Z Compiling ipnet v2.11.0
14602026-05-20T06:43:05.123Z Compiling scroll_derive v0.13.1
14612026-05-20T06:43:05.136Z Compiling darling_core v0.20.11
14622026-05-20T06:43:05.375Z Compiling foreign-types-shared v0.1.1
14632026-05-20T06:43:05.462Z Compiling pin-utils v0.1.0
14642026-05-20T06:43:05.479Z Compiling httpdate v1.0.3
14652026-05-20T06:43:05.533Z Compiling openssl v0.10.79
14662026-05-20T06:43:05.692Z Compiling tempfile v3.25.0
14672026-05-20T06:43:05.730Z Compiling foreign-types v0.3.2
14682026-05-20T06:43:05.801Z Compiling unicode-normalization v0.1.25
14692026-05-20T06:43:05.914Z Compiling scroll v0.13.0
14702026-05-20T06:43:06.200Z Compiling openssl-macros v0.1.1
14712026-05-20T06:43:06.292Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-20T06:43:06.465Z Compiling spin v0.9.8
14732026-05-20T06:43:06.560Z Compiling time-core v0.1.8
14742026-05-20T06:43:06.637Z Compiling powerfmt v0.2.0
14752026-05-20T06:43:06.659Z Compiling num-conv v0.2.0
14762026-05-20T06:43:06.693Z Compiling native-tls v0.2.18
14772026-05-20T06:43:06.787Z Compiling crc32fast v1.5.0
14782026-05-20T06:43:06.825Z Compiling time-macros v0.2.27
14792026-05-20T06:43:06.907Z Compiling deranged v0.5.8
14802026-05-20T06:43:07.386Z Compiling darling_macro v0.20.11
14812026-05-20T06:43:07.838Z Compiling hyper v1.8.1
14822026-05-20T06:43:07.855Z Compiling darling v0.20.11
14832026-05-20T06:43:07.858Z Compiling goblin v0.10.5
14842026-05-20T06:43:07.933Z Compiling rustls-native-certs v0.8.3
14852026-05-20T06:43:08.213Z Compiling sync_wrapper v1.0.2
14862026-05-20T06:43:08.253Z Compiling wait-timeout v0.2.1
14872026-05-20T06:43:08.319Z Compiling num_threads v0.1.7
14882026-05-20T06:43:08.413Z Compiling siphasher v1.0.2
14892026-05-20T06:43:08.499Z Compiling unicode-segmentation v1.12.0
14902026-05-20T06:43:08.513Z Compiling syn v1.0.109
14912026-05-20T06:43:08.594Z Compiling usdt-impl v0.6.0
14922026-05-20T06:43:08.796Z Compiling crossbeam-utils v0.8.21
14932026-05-20T06:43:08.810Z Compiling quick-error v1.2.3
14942026-05-20T06:43:08.869Z Compiling hyper-util v0.1.20
14952026-05-20T06:43:08.910Z Compiling bit-vec v0.8.0
14962026-05-20T06:43:09.070Z Compiling simd-adler32 v0.3.8
14972026-05-20T06:43:09.135Z Compiling bit-set v0.8.0
14982026-05-20T06:43:09.325Z Compiling rusty-fork v0.3.1
14992026-05-20T06:43:09.443Z Compiling time v0.3.47
15002026-05-20T06:43:09.598Z Compiling tower v0.5.3
15012026-05-20T06:43:09.627Z Compiling derive_builder_core v0.20.2
15022026-05-20T06:43:10.123Z Compiling dtrace-parser v0.3.0
15032026-05-20T06:43:10.187Z Compiling http-body-util v0.1.3
15042026-05-20T06:43:10.432Z Compiling webpki-roots v1.0.6
15052026-05-20T06:43:10.553Z Compiling dof v0.4.0
15062026-05-20T06:43:10.567Z Compiling signature v2.2.0
15072026-05-20T06:43:10.593Z Compiling thiserror-impl v1.0.69
15082026-05-20T06:43:10.746Z Compiling scroll_derive v0.12.1
15092026-05-20T06:43:10.874Z Compiling heapless v0.7.17
15102026-05-20T06:43:11.035Z Compiling rand_xorshift v0.4.0
15112026-05-20T06:43:11.114Z Compiling slog v2.8.2
15122026-05-20T06:43:11.198Z Compiling darling_core v0.21.3
15132026-05-20T06:43:11.296Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-20T06:43:11.396Z Compiling thread-id v5.1.0
15152026-05-20T06:43:11.479Z Compiling cookie v0.18.1
15162026-05-20T06:43:11.561Z Compiling iri-string v0.7.10
15172026-05-20T06:43:11.655Z Compiling unicode-properties v0.1.4
15182026-05-20T06:43:11.718Z Compiling anyhow v1.0.102
15192026-05-20T06:43:11.827Z Compiling unicode-bidi v0.3.18
15202026-05-20T06:43:11.857Z Compiling paste v1.0.15
15212026-05-20T06:43:12.023Z Compiling allocator-api2 v0.2.21
15222026-05-20T06:43:12.053Z Compiling adler2 v2.0.1
15232026-05-20T06:43:12.114Z Compiling unarray v0.1.4
15242026-05-20T06:43:12.180Z Compiling zstd-safe v7.2.4
15252026-05-20T06:43:12.221Z Compiling ryu v1.0.23
15262026-05-20T06:43:12.335Z Compiling signal-hook v0.3.18
15272026-05-20T06:43:12.349Z Compiling serde_urlencoded v0.7.1
15282026-05-20T06:43:12.364Z Compiling proptest v1.10.0
15292026-05-20T06:43:12.393Z Compiling miniz_oxide v0.8.9
15302026-05-20T06:43:12.514Z Compiling stringprep v0.1.5
15312026-05-20T06:43:12.833Z Compiling tower-http v0.6.8
15322026-05-20T06:43:12.945Z Compiling thiserror v1.0.69
15332026-05-20T06:43:13.044Z Compiling scroll v0.12.0
15342026-05-20T06:43:13.285Z Compiling derive_builder_macro v0.20.2
15352026-05-20T06:43:13.307Z Compiling tokio-native-tls v0.3.1
15362026-05-20T06:43:13.644Z Compiling darling_macro v0.21.3
15372026-05-20T06:43:13.686Z Compiling heck v0.4.1
15382026-05-20T06:43:13.720Z Compiling ipnetwork v0.21.1
15392026-05-20T06:43:13.774Z Compiling bstr v1.12.1
15402026-05-20T06:43:13.901Z Compiling rand_chacha v0.3.1
15412026-05-20T06:43:14.087Z Compiling toml_datetime v0.6.11
15422026-05-20T06:43:14.101Z Compiling serde_spanned v0.6.9
15432026-05-20T06:43:14.115Z Compiling erased-serde v0.3.31
15442026-05-20T06:43:14.240Z Compiling serde_tokenstream v0.2.3
15452026-05-20T06:43:14.343Z Compiling md-5 v0.10.6
15462026-05-20T06:43:14.408Z Compiling async-trait v0.1.89
15472026-05-20T06:43:14.500Z Compiling zerocopy-derive v0.7.35
15482026-05-20T06:43:14.548Z Compiling pin-project-internal v1.1.11
15492026-05-20T06:43:14.582Z Compiling curve25519-dalek v4.1.3
15502026-05-20T06:43:14.687Z Compiling vergen-lib v0.1.6
15512026-05-20T06:43:14.866Z Compiling num-integer v0.1.46
15522026-05-20T06:43:14.908Z Compiling hash32 v0.2.1
15532026-05-20T06:43:15.153Z Compiling ff v0.13.1
15542026-05-20T06:43:15.245Z Compiling memoffset v0.9.1
15552026-05-20T06:43:15.294Z Compiling zlib-rs v0.6.2
15562026-05-20T06:43:15.381Z Compiling ref-cast v1.0.25
15572026-05-20T06:43:15.416Z Compiling rustix v0.38.44
15582026-05-20T06:43:15.437Z Compiling cfg_aliases v0.2.1
15592026-05-20T06:43:15.512Z Compiling base16ct v0.2.0
15602026-05-20T06:43:15.680Z Compiling num-bigint-dig v0.8.6
15612026-05-20T06:43:15.693Z Compiling psl-types v2.0.11
15622026-05-20T06:43:15.696Z Compiling fallible-iterator v0.2.0
15632026-05-20T06:43:15.754Z Compiling smoltcp v0.9.1
15642026-05-20T06:43:15.815Z Compiling litrs v1.0.0
15652026-05-20T06:43:15.880Z Compiling publicsuffix v2.3.0
15662026-05-20T06:43:16.019Z Compiling postgres-protocol v0.6.10
15672026-05-20T06:43:16.099Z Compiling pin-project v1.1.11
15682026-05-20T06:43:16.189Z Compiling sec1 v0.7.3
15692026-05-20T06:43:16.202Z Compiling nix v0.31.2
15702026-05-20T06:43:16.333Z Compiling document-features v0.2.12
15712026-05-20T06:43:16.560Z Compiling zerocopy v0.7.35
15722026-05-20T06:43:16.575Z Compiling group v0.13.0
15732026-05-20T06:43:16.578Z Compiling num-iter v0.1.45
15742026-05-20T06:43:16.839Z Compiling newtype-uuid v1.3.2
15752026-05-20T06:43:17.085Z Compiling darling v0.21.3
15762026-05-20T06:43:17.153Z Compiling rand v0.8.6
15772026-05-20T06:43:17.168Z Compiling oxnet v0.1.4
15782026-05-20T06:43:17.170Z Compiling snafu-derive v0.8.9
15792026-05-20T06:43:17.319Z Compiling hubpack_derive v0.1.1
15802026-05-20T06:43:17.365Z Compiling derive_builder v0.20.2
15812026-05-20T06:43:17.545Z Compiling hyper-tls v0.6.0
15822026-05-20T06:43:17.695Z Compiling goblin v0.8.2
15832026-05-20T06:43:18.101Z Compiling flate2 v1.1.9
15842026-05-20T06:43:18.474Z Compiling phf_shared v0.13.1
15852026-05-20T06:43:18.492Z Compiling lazy_static v1.5.0
15862026-05-20T06:43:18.505Z Compiling regex v1.12.3
15872026-05-20T06:43:18.574Z Compiling strum_macros v0.27.2
15882026-05-20T06:43:18.588Z Compiling futures-executor v0.3.32
15892026-05-20T06:43:18.708Z Compiling hex v0.4.3
15902026-05-20T06:43:18.843Z Compiling cargo-platform v0.1.9
15912026-05-20T06:43:18.925Z Compiling hkdf v0.12.4
15922026-05-20T06:43:18.972Z Compiling crypto-bigint v0.5.5
15932026-05-20T06:43:19.053Z Compiling terminal_size v0.4.3
15942026-05-20T06:43:19.080Z Compiling daft-derive v0.1.5
15952026-05-20T06:43:19.094Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-20T06:43:19.186Z Compiling ref-cast-impl v1.0.25
15972026-05-20T06:43:19.720Z Compiling vergen v9.0.6
15982026-05-20T06:43:19.735Z Compiling fs-err v3.3.0
15992026-05-20T06:43:19.783Z Compiling ahash v0.8.12
16002026-05-20T06:43:19.894Z Compiling encoding_rs v0.8.35
16012026-05-20T06:43:19.913Z Compiling libbz2-rs-sys v0.2.2
16022026-05-20T06:43:20.032Z Compiling bumpalo v3.20.2
16032026-05-20T06:43:20.283Z Compiling foldhash v0.2.0
16042026-05-20T06:43:20.510Z Compiling bitflags v1.3.2
16052026-05-20T06:43:20.524Z Compiling same-file v1.0.6
16062026-05-20T06:43:20.586Z Compiling winnow v0.5.40
16072026-05-20T06:43:20.637Z Compiling foldhash v0.1.5
16082026-05-20T06:43:20.684Z Compiling mime v0.3.17
16092026-05-20T06:43:20.811Z Compiling object v0.37.3
16102026-05-20T06:43:20.940Z Compiling managed v0.8.0
16112026-05-20T06:43:21.154Z Compiling hashbrown v0.15.5
16122026-05-20T06:43:21.168Z Compiling clap_builder v4.5.60
16132026-05-20T06:43:21.183Z Compiling walkdir v2.5.0
16142026-05-20T06:43:21.470Z Compiling strum v0.27.2
16152026-05-20T06:43:21.495Z Compiling hashbrown v0.16.1
16162026-05-20T06:43:21.598Z Compiling bzip2 v0.6.1
16172026-05-20T06:43:21.699Z Compiling zopfli v0.8.3
16182026-05-20T06:43:21.846Z Compiling toml_edit v0.19.15
16192026-05-20T06:43:21.992Z Compiling elliptic-curve v0.13.8
16202026-05-20T06:43:22.027Z Compiling dof v0.3.0
16212026-05-20T06:43:22.064Z Compiling daft v0.1.5
16222026-05-20T06:43:22.384Z Compiling snafu v0.8.9
16232026-05-20T06:43:22.461Z Compiling cargo_metadata v0.19.2
16242026-05-20T06:43:22.721Z Compiling futures v0.3.32
16252026-05-20T06:43:22.736Z Compiling phf v0.13.1
16262026-05-20T06:43:22.889Z Compiling signal-hook-mio v0.2.5
16272026-05-20T06:43:23.004Z Compiling cookie_store v0.22.1
16282026-05-20T06:43:23.644Z Compiling hubpack v0.1.2
16292026-05-20T06:43:23.660Z Compiling zstd v0.13.3
16302026-05-20T06:43:23.777Z Compiling bzip2 v0.4.4
16312026-05-20T06:43:23.859Z Compiling serde_with_macros v3.17.0
16322026-05-20T06:43:23.982Z Compiling postgres-types v0.2.12
16332026-05-20T06:43:24.100Z Compiling usdt-macro v0.6.0
16342026-05-20T06:43:24.464Z Compiling usdt-attr-macro v0.6.0
16352026-05-20T06:43:24.527Z Compiling globset v0.4.18
16362026-05-20T06:43:24.831Z Compiling dtrace-parser v0.2.0
16372026-05-20T06:43:24.968Z Compiling ed25519 v2.2.3
16382026-05-20T06:43:25.095Z Compiling phf_shared v0.11.3
16392026-05-20T06:43:25.237Z Compiling olpc-cjson v0.1.4
16402026-05-20T06:43:25.253Z Compiling pkcs1 v0.7.5
16412026-05-20T06:43:25.276Z Compiling strum_macros v0.26.4
16422026-05-20T06:43:25.336Z Compiling clap_derive v4.5.55
16432026-05-20T06:43:25.396Z Compiling enum-as-inner v0.6.1
16442026-05-20T06:43:25.624Z Compiling serde_plain v1.0.2
16452026-05-20T06:43:25.654Z Compiling serde-big-array v0.5.1
16462026-05-20T06:43:25.794Z Compiling rfc6979 v0.4.0
16472026-05-20T06:43:25.816Z Compiling pem v3.0.6
16482026-05-20T06:43:25.893Z Compiling async-recursion v1.1.1
16492026-05-20T06:43:25.907Z Compiling serde_repr v0.1.20
16502026-05-20T06:43:25.920Z Compiling float-cmp v0.10.0
16512026-05-20T06:43:26.063Z Compiling memmap2 v0.9.10
16522026-05-20T06:43:26.144Z Compiling thread-id v4.2.2
16532026-05-20T06:43:26.231Z Compiling env_filter v1.0.0
16542026-05-20T06:43:26.272Z Compiling normalize-line-endings v0.3.0
16552026-05-20T06:43:26.370Z Compiling static_assertions v1.1.0
16562026-05-20T06:43:26.414Z Compiling difflib v0.4.0
16572026-05-20T06:43:26.448Z Compiling typed-path v0.9.3
16582026-05-20T06:43:26.520Z Compiling new_debug_unreachable v1.0.6
16592026-05-20T06:43:26.534Z Compiling data-encoding v2.10.0
16602026-05-20T06:43:26.592Z Compiling jiff v0.2.21
16612026-05-20T06:43:26.961Z Compiling whoami v2.1.0
16622026-05-20T06:43:27.021Z Compiling either v1.15.0
16632026-05-20T06:43:27.089Z Compiling predicates-core v1.0.10
16642026-05-20T06:43:27.210Z Compiling precomputed-hash v0.1.1
16652026-05-20T06:43:27.224Z Compiling rustc-hash v2.1.1
16662026-05-20T06:43:27.264Z Compiling fixedbitset v0.4.2
16672026-05-20T06:43:27.297Z Compiling fixedbitset v0.5.7
16682026-05-20T06:43:27.326Z Compiling keccak v0.1.6
16692026-05-20T06:43:27.343Z Compiling iddqd v0.3.18
16702026-05-20T06:43:27.477Z Compiling petgraph v0.6.5
16712026-05-20T06:43:27.595Z Compiling petgraph v0.8.3
16722026-05-20T06:43:27.645Z Compiling sha3 v0.10.8
16732026-05-20T06:43:28.096Z Compiling string_cache v0.8.9
16742026-05-20T06:43:28.122Z Compiling predicates v3.1.4
16752026-05-20T06:43:28.320Z Compiling itertools v0.13.0
16762026-05-20T06:43:28.407Z Compiling tokio-postgres v0.7.16
16772026-05-20T06:43:28.458Z Compiling clap v4.5.60
16782026-05-20T06:43:28.540Z Compiling strum v0.26.3
16792026-05-20T06:43:28.671Z Compiling hickory-proto v0.25.2
16802026-05-20T06:43:28.772Z Compiling toml_edit v0.22.27
16812026-05-20T06:43:28.920Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-20T06:43:29.492Z Compiling zip v4.6.1
16832026-05-20T06:43:29.528Z Compiling env_logger v0.11.9
16842026-05-20T06:43:29.888Z Compiling usdt v0.6.0
16852026-05-20T06:43:30.188Z Compiling usdt-impl v0.5.0
16862026-05-20T06:43:30.482Z Compiling ecdsa v0.16.9
16872026-05-20T06:43:30.599Z Compiling rsa v0.9.10
16882026-05-20T06:43:30.771Z Compiling ed25519-dalek v2.2.0
16892026-05-20T06:43:30.784Z Compiling serde_with v3.17.0
16902026-05-20T06:43:30.873Z Compiling crossterm v0.28.1
16912026-05-20T06:43:31.512Z Compiling zip v0.6.6
16922026-05-20T06:43:32.091Z Compiling toml v0.7.8
16932026-05-20T06:43:32.492Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-20T06:43:32.566Z Compiling similar v2.7.0
16952026-05-20T06:43:32.677Z Compiling crossbeam-epoch v0.9.18
16962026-05-20T06:43:32.833Z Compiling tokio-stream v0.1.18
16972026-05-20T06:43:33.002Z Compiling buf-list v1.1.2
16982026-05-20T06:43:33.113Z Compiling x509-cert v0.2.5
16992026-05-20T06:43:33.275Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-20T06:43:33.305Z Compiling openapiv3 v2.2.0
17012026-05-20T06:43:33.353Z Compiling sha1 v0.10.6
17022026-05-20T06:43:33.423Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-20T06:43:33.571Z Compiling lalrpop-util v0.19.12
17042026-05-20T06:43:33.574Z Compiling peg-runtime v0.8.5
17052026-05-20T06:43:33.711Z Compiling thread_local v1.1.9
17062026-05-20T06:43:33.761Z Compiling slog-async v2.8.0
17072026-05-20T06:43:33.861Z Compiling crossbeam-channel v0.5.15
17082026-05-20T06:43:33.904Z Compiling is-terminal v0.4.17
17092026-05-20T06:43:33.959Z Compiling filetime v0.2.27
17102026-05-20T06:43:33.997Z Compiling xattr v1.6.1
17112026-05-20T06:43:34.071Z Compiling term v1.2.1
17122026-05-20T06:43:34.128Z Compiling take_mut v0.2.2
17132026-05-20T06:43:34.161Z Compiling tar v0.4.45
17142026-05-20T06:43:34.641Z Compiling slog-term v2.9.2
17152026-05-20T06:43:44.350Z Compiling rustls-webpki v0.103.9
17162026-05-20T06:43:47.153Z Compiling tokio-rustls v0.26.4
17172026-05-20T06:43:47.153Z Compiling rustls-platform-verifier v0.6.2
17182026-05-20T06:43:47.337Z Compiling hyper-rustls v0.27.7
17192026-05-20T06:43:47.537Z Compiling reqwest v0.12.28
17202026-05-20T06:43:47.549Z Compiling reqwest v0.13.2
17212026-05-20T06:43:48.762Z Compiling tough v0.22.0
17222026-05-20T06:43:51.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-20T06:43:51.500Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-20T06:43:54.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-05-20T06:43:54.493Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-20T06:43:54.549ZMay 20 06:43:53.600 INFO Starting download, target: Cockroach
17272026-05-20T06:43:54.549ZMay 20 06:43:53.600 INFO Starting download, target: Clickhouse
17282026-05-20T06:43:54.549ZMay 20 06:43:53.600 INFO Starting download, target: Console
17292026-05-20T06:43:54.553ZMay 20 06:43:53.600 INFO Starting download, target: DendriteStub
17302026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Starting download, target: MaghemiteMgd
17312026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Starting download, target: TransceiverControl
17322026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-20T06:43:54.553ZMay 20 06:43:53.601 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-20T06:43:54.867ZMay 20 06:43:53.915 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-20T06:43:55.085ZMay 20 06:43:54.123 INFO Download complete, target: TransceiverControl
17402026-05-20T06:43:55.526ZMay 20 06:43:54.560 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-20T06:43:55.791ZMay 20 06:43:54.832 INFO Download complete, target: Console
17422026-05-20T06:43:56.057ZMay 20 06:43:55.107 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-20T06:43:56.385ZMay 20 06:43:55.434 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-20T06:43:56.755ZMay 20 06:43:55.807 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-20T06:43:56.755ZMay 20 06:43:55.807 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-20T06:43:57.095ZMay 20 06:43:56.147 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-20T06:43:58.314ZMay 20 06:43:57.365 INFO Download complete, target: DendriteStub
17482026-05-20T06:43:58.740ZMay 20 06:43:57.792 INFO Download complete, target: MaghemiteMgd
17492026-05-20T06:44:01.357ZMay 20 06:44:00.407 INFO Checking that binary works, target: Cockroach
17502026-05-20T06:44:01.468ZMay 20 06:44:00.519 INFO Download complete, target: Cockroach
17512026-05-20T06:44:03.792ZMay 20 06:44:02.843 INFO Checking that binary works, target: Clickhouse
17522026-05-20T06:44:03.886ZMay 20 06:44:02.937 INFO Download complete, target: Clickhouse
17532026-05-20T06:44:03.952ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-20T06:44:03.958Z
17552026-05-20T06:44:03.958Zreal 2:16.594265993
17562026-05-20T06:44:03.958Zuser 6:53.729248138
17572026-05-20T06:44:03.959Zsys 1:20.625216315
17582026-05-20T06:44:03.959Ztrap 0.211984903
17592026-05-20T06:44:03.959Ztflt 1.065554702
17602026-05-20T06:44:03.959Zdflt 1.310106358
17612026-05-20T06:44:03.959Zkflt 0.087141596
17622026-05-20T06:44:03.959Zlock 22:29.951186251
17632026-05-20T06:44:03.959Zslp 21:15.936951329
17642026-05-20T06:44:03.959Zlat 42.457937273
17652026-05-20T06:44:03.959Zstop 1:59.085658928
17662026-05-20T06:44:03.959Z+ banner hack-check
17672026-05-20T06:44:03.959Z
17682026-05-20T06:44:03.959Z # # ## #### # # #### # # ###### #### # #
17692026-05-20T06:44:03.959Z # # # # # # # # # # # # # # # # #
17702026-05-20T06:44:03.959Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-20T06:44:03.959Z # # ###### # # # # # # # # # #
17722026-05-20T06:44:03.959Z # # # # # # # # # # # # # # # # #
17732026-05-20T06:44:03.959Z # # # # #### # # #### # # ###### #### # #
17742026-05-20T06:44:03.959Z
17752026-05-20T06:44:03.959Z+ export CARGO_INCREMENTAL=0
17762026-05-20T06:44:03.959Z+ CARGO_INCREMENTAL=0
17772026-05-20T06:44:03.960Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-20T06:44:04.485Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-20T06:44:04.700Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-20T06:44:06.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17812026-05-20T06:44:06.634Z Running `target/debug/xtask check-features --ci`
17822026-05-20T06:44:06.662Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-20T06:44:06.666Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-20T06:44:07.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17852026-05-20T06:44:07.173Z Running `target/debug/xtask download cargo-hack`
17862026-05-20T06:44:07.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-20T06:44:08.260Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-20T06:44:10.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17892026-05-20T06:44:10.882Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-20T06:44:10.925ZMay 20 06:44:09.976 INFO Starting download, target: CargoHack
17912026-05-20T06:44:10.928ZMay 20 06:44:09.976 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-20T06:44:11.498ZMay 20 06:44:10.549 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-20T06:44:11.550ZMay 20 06:44:10.598 INFO Download complete, target: CargoHack
17942026-05-20T06:44:11.555Zrunning: "/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"
17952026-05-20T06:44:11.566Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-20T06:44:11.715Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-20T06:44:12.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-20T06:44:12.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-20T06:44:12.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-20T06:44:12.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-20T06:44:12.291Z
18022026-05-20T06:44:12.291Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-20T06:44:12.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-20T06:44:12.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-20T06:44:12.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-20T06:44:12.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-20T06:44:12.876Z
18082026-05-20T06:44:12.876Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-20T06:44:13.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-20T06:44:13.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-20T06:44:13.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-20T06:44:13.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-20T06:44:13.458Z
18142026-05-20T06:44:13.458Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-20T06:44:13.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-20T06:44:13.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-20T06:44:13.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-20T06:44:13.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-20T06:44:14.043Z
18202026-05-20T06:44:14.043Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-20T06:44:14.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-20T06:44:14.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-20T06:44:14.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-20T06:44:14.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-20T06:44:14.627Z
18262026-05-20T06:44:14.630Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-20T06:44:15.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-20T06:44:15.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-20T06:44:15.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-20T06:44:15.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-20T06:44:15.223Z
18322026-05-20T06:44:15.223Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-20T06:44:15.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-20T06:44:15.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-20T06:44:15.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-20T06:44:15.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-20T06:44:15.814Z
18382026-05-20T06:44:15.815Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-20T06:44:16.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-20T06:44:16.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-20T06:44:16.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-20T06:44:16.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-20T06:44:16.407Z
18442026-05-20T06:44:16.407Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-20T06:44:16.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-20T06:44:16.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-20T06:44:16.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-20T06:44:16.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-20T06:44:16.872Z
18502026-05-20T06:44:16.872Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-20T06:44:17.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-20T06:44:17.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-20T06:44:17.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-20T06:44:17.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18552026-05-20T06:44:17.343Z
18562026-05-20T06:44:17.343Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-20T06:44:17.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-20T06:44:17.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-20T06:44:17.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-20T06:44:17.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-20T06:44:17.809Z
18622026-05-20T06:44:17.809Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-20T06:44:18.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-20T06:44:18.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-20T06:44:18.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-20T06:44:18.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-20T06:44:18.275Z
18682026-05-20T06:44:18.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-20T06:44:18.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-20T06:44:18.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-20T06:44:18.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-20T06:44:18.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-20T06:44:18.739Z
18742026-05-20T06:44:18.740Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-20T06:44:19.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-20T06:44:19.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-20T06:44:19.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-20T06:44:19.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-20T06:44:19.209Z
18802026-05-20T06:44:19.209Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-20T06:44:19.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-20T06:44:19.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-20T06:44:19.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-20T06:44:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-20T06:44:19.677Z
18862026-05-20T06:44:19.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-20T06:44:20.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-20T06:44:20.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-20T06:44:20.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-20T06:44:20.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-05-20T06:44:20.153Z
18922026-05-20T06:44:20.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-20T06:44:20.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-20T06:44:20.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-20T06:44:20.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-20T06:44:20.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-20T06:44:20.621Z
18982026-05-20T06:44:20.621Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-20T06:44:21.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-20T06:44:21.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-20T06:44:21.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-20T06:44:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-20T06:44:21.089Z
19042026-05-20T06:44:21.089Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-20T06:44:21.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-20T06:44:21.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-20T06:44:21.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-20T06:44:21.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-20T06:44:21.556Z
19102026-05-20T06:44:21.556Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-20T06:44:21.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-20T06:44:21.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-20T06:44:21.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-20T06:44:21.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-20T06:44:22.026Z
19162026-05-20T06:44:22.026Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-20T06:44:22.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-20T06:44:22.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-20T06:44:22.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-20T06:44:22.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-20T06:44:22.495Z
19222026-05-20T06:44:22.495Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-20T06:44:22.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-20T06:44:22.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-20T06:44:22.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-20T06:44:22.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-20T06:44:22.966Z
19282026-05-20T06:44:22.966Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-20T06:44:23.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-20T06:44:23.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-20T06:44:23.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-20T06:44:23.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-20T06:44:23.436Z
19342026-05-20T06:44:23.436Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-20T06:44:23.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-20T06:44:23.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-20T06:44:23.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-20T06:44:23.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-20T06:44:23.910Z
19402026-05-20T06:44:23.910Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-20T06:44:24.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-20T06:44:24.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-20T06:44:24.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-20T06:44:24.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-20T06:44:24.382Z
19462026-05-20T06:44:24.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-20T06:44:24.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-20T06:44:24.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-20T06:44:24.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-20T06:44:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-05-20T06:44:24.858Z
19522026-05-20T06:44:24.858Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-20T06:44:25.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-20T06:44:25.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-20T06:44:25.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-20T06:44:25.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-20T06:44:25.328Z
19582026-05-20T06:44:25.328Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-20T06:44:25.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-20T06:44:25.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-20T06:44:25.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-20T06:44:25.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-05-20T06:44:25.803Z
19642026-05-20T06:44:25.803Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-20T06:44:26.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-20T06:44:26.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-20T06:44:26.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-20T06:44:26.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-20T06:44:26.273Z
19702026-05-20T06:44:26.273Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-20T06:44:26.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-20T06:44:26.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-20T06:44:26.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-20T06:44:26.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-20T06:44:26.741Z
19762026-05-20T06:44:26.741Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-20T06:44:27.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-20T06:44:27.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-20T06:44:27.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-20T06:44:27.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-20T06:44:27.205Z
19822026-05-20T06:44:27.205Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-20T06:44:27.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-20T06:44:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-20T06:44:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-20T06:44:27.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-20T06:44:27.660Z
19882026-05-20T06:44:27.660Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-20T06:44:28.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-20T06:44:28.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-20T06:44:28.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-20T06:44:28.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-20T06:44:28.119Z
19942026-05-20T06:44:28.120Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-20T06:44:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-20T06:44:28.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-20T06:44:28.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-20T06:44:28.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-20T06:44:28.582Z
20002026-05-20T06:44:28.582Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-20T06:44:28.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-20T06:44:28.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-20T06:44:28.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-20T06:44:28.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-20T06:44:29.043Z
20062026-05-20T06:44:29.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-20T06:44:29.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-20T06:44:29.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-20T06:44:29.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-20T06:44:29.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-20T06:44:29.503Z
20122026-05-20T06:44:29.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-20T06:44:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-20T06:44:29.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-20T06:44:29.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-20T06:44:29.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-20T06:44:29.962Z
20182026-05-20T06:44:29.962Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-20T06:44:30.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-20T06:44:30.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-20T06:44:30.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-20T06:44:30.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-20T06:44:30.423Z
20242026-05-20T06:44:30.423Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-20T06:44:30.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-20T06:44:30.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-20T06:44:30.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-20T06:44:30.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-20T06:44:30.883Z
20302026-05-20T06:44:30.883Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-20T06:44:31.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-20T06:44:31.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-20T06:44:31.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-20T06:44:31.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-20T06:44:31.343Z
20362026-05-20T06:44:31.343Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-20T06:44:31.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-20T06:44:31.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-20T06:44:31.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-20T06:44:31.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-20T06:44:31.805Z
20422026-05-20T06:44:31.805Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-20T06:44:32.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-20T06:44:32.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-20T06:44:32.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-20T06:44:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-20T06:44:32.266Z
20482026-05-20T06:44:32.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-20T06:44:32.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-20T06:44:32.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-20T06:44:32.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-20T06:44:32.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-20T06:44:32.726Z
20542026-05-20T06:44:32.726Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-20T06:44:33.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-20T06:44:33.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-20T06:44:33.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-20T06:44:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-20T06:44:33.186Z
20602026-05-20T06:44:33.186Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-20T06:44:33.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-20T06:44:33.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-20T06:44:33.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-20T06:44:33.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-20T06:44:33.648Z
20662026-05-20T06:44:33.648Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-20T06:44:34.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-20T06:44:34.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-20T06:44:34.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-20T06:44:34.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-20T06:44:34.112Z
20722026-05-20T06:44:34.112Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-20T06:44:34.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-20T06:44:34.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-20T06:44:34.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-20T06:44:34.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-20T06:44:34.576Z
20782026-05-20T06:44:34.577Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-20T06:44:34.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-20T06:44:34.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-20T06:44:34.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-20T06:44:34.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-20T06:44:35.040Z
20842026-05-20T06:44:35.040Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-20T06:44:35.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-20T06:44:35.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-20T06:44:35.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-20T06:44:35.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-20T06:44:35.668Z
20902026-05-20T06:44:35.668Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-20T06:44:36.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-20T06:44:36.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-20T06:44:36.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-20T06:44:36.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-20T06:44:36.298Z
20962026-05-20T06:44:36.298Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-20T06:44:36.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-20T06:44:36.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-20T06:44:36.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-20T06:44:36.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21012026-05-20T06:44:36.916Z
21022026-05-20T06:44:36.916Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-20T06:44:37.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-20T06:44:37.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-20T06:44:37.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-20T06:44:37.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21072026-05-20T06:44:37.536Z
21082026-05-20T06:44:37.536Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-20T06:44:38.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-20T06:44:38.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-20T06:44:38.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-20T06:44:38.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21132026-05-20T06:44:38.133Z
21142026-05-20T06:44:38.133Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-20T06:44:38.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-20T06:44:38.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-20T06:44:38.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-20T06:44:38.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21192026-05-20T06:44:38.702Z
21202026-05-20T06:44:38.702Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-20T06:44:39.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-20T06:44:39.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-20T06:44:39.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-20T06:44:39.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21252026-05-20T06:44:39.296Z
21262026-05-20T06:44:39.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-20T06:44:39.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-20T06:44:39.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-20T06:44:39.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-20T06:44:39.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312026-05-20T06:44:39.888Z
21322026-05-20T06:44:39.888Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-20T06:44:40.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-20T06:44:40.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-20T06:44:40.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-20T06:44:40.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21372026-05-20T06:44:40.482Z
21382026-05-20T06:44:40.482Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-20T06:44:40.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-20T06:44:40.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-20T06:44:40.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-20T06:44:40.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-05-20T06:44:41.076Z
21442026-05-20T06:44:41.076Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-20T06:44:41.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-20T06:44:41.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-20T06:44:41.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-20T06:44:41.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-20T06:44:41.655Z
21502026-05-20T06:44:41.655Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-20T06:44:42.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-20T06:44:42.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-20T06:44:42.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-20T06:44:42.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-20T06:44:42.231Z
21562026-05-20T06:44:42.231Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-20T06:44:42.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-20T06:44:42.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-20T06:44:42.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-20T06:44:42.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21612026-05-20T06:44:42.804Z
21622026-05-20T06:44:42.805Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-20T06:44:43.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-20T06:44:43.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-20T06:44:43.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-20T06:44:43.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21672026-05-20T06:44:43.374Z
21682026-05-20T06:44:43.374Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-20T06:44:43.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-20T06:44:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-20T06:44:43.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-20T06:44:43.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-20T06:44:43.966Z
21742026-05-20T06:44:43.966Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-20T06:44:44.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-20T06:44:44.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-20T06:44:44.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-20T06:44:44.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-05-20T06:44:44.561Z
21802026-05-20T06:44:44.561Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-20T06:44:45.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-20T06:44:45.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-20T06:44:45.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-20T06:44:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-20T06:44:45.134Z
21862026-05-20T06:44:45.134Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-20T06:44:45.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-20T06:44:45.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-20T06:44:45.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-20T06:44:45.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-20T06:44:45.708Z
21922026-05-20T06:44:45.708Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-20T06:44:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-20T06:44:46.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-20T06:44:46.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-20T06:44:46.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-05-20T06:44:46.296Z
21982026-05-20T06:44:46.296Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-20T06:44:46.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-20T06:44:46.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-20T06:44:46.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-20T06:44:46.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-05-20T06:44:46.878Z
22042026-05-20T06:44:46.878Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-20T06:44:47.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-20T06:44:47.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-20T06:44:47.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-20T06:44:47.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-05-20T06:44:47.465Z
22102026-05-20T06:44:47.465Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-20T06:44:47.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-20T06:44:47.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-20T06:44:47.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-20T06:44:47.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-05-20T06:44:48.045Z
22162026-05-20T06:44:48.045Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-20T06:44:48.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-20T06:44:48.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-20T06:44:48.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-20T06:44:48.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-05-20T06:44:48.625Z
22222026-05-20T06:44:48.625Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-20T06:44:49.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-20T06:44:49.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-20T06:44:49.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-20T06:44:49.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22272026-05-20T06:44:49.211Z
22282026-05-20T06:44:49.212Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-20T06:44:49.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-20T06:44:49.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-20T06:44:49.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-20T06:44:49.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332026-05-20T06:44:49.817Z
22342026-05-20T06:44:49.817Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-20T06:44:50.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-20T06:44:50.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-20T06:44:50.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-20T06:44:50.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392026-05-20T06:44:50.422Z
22402026-05-20T06:44:50.422Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-20T06:44:50.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-20T06:44:50.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-20T06:44:50.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-20T06:44:50.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-20T06:44:50.998Z
22462026-05-20T06:44:50.999Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-20T06:44:51.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-20T06:44:51.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-20T06:44:51.603Z Checking cfg-if v1.0.4
22502026-05-20T06:44:51.606Z Checking libc v0.2.185
22512026-05-20T06:44:51.606Z Checking serde_core v1.0.228
22522026-05-20T06:44:51.721Z Checking zeroize v1.8.2
22532026-05-20T06:44:51.728Z Checking memchr v2.8.0
22542026-05-20T06:44:51.736Z Checking log v0.4.29
22552026-05-20T06:44:52.748Z Checking smallvec v1.15.1
22562026-05-20T06:44:52.751Z Checking typenum v1.19.0
22572026-05-20T06:44:52.751Z Checking subtle v2.6.1
22582026-05-20T06:44:52.751Z Checking itoa v1.0.17
22592026-05-20T06:44:52.751Z Checking scopeguard v1.2.0
22602026-05-20T06:44:52.751Z Checking stable_deref_trait v1.2.1
22612026-05-20T06:44:52.751Z Checking const-oid v0.9.6
22622026-05-20T06:44:52.751Z Checking lock_api v0.4.14
22632026-05-20T06:44:52.751Z Checking zerofrom v0.1.6
22642026-05-20T06:44:52.751Z Checking pin-project-lite v0.2.17
22652026-05-20T06:44:52.751Z Checking portable-atomic v1.13.1
22662026-05-20T06:44:52.751Z Checking getrandom v0.2.17
22672026-05-20T06:44:52.751Z Checking errno v0.3.14
22682026-05-20T06:44:52.751Z Checking yoke v0.8.1
22692026-05-20T06:44:52.751Z Checking parking_lot_core v0.9.12
22702026-05-20T06:44:52.751Z Checking signal-hook-registry v1.4.8
22712026-05-20T06:44:52.751Z Checking rand_core v0.6.4
22722026-05-20T06:44:52.752Z Checking generic-array v0.14.7
22732026-05-20T06:44:52.752Z Checking zerovec v0.11.5
22742026-05-20T06:44:52.752Z Checking critical-section v1.2.0
22752026-05-20T06:44:52.752Z Checking futures-core v0.3.32
22762026-05-20T06:44:52.752Z Checking parking_lot v0.12.5
22772026-05-20T06:44:52.752Z Checking mio v1.2.0
22782026-05-20T06:44:52.752Z Checking once_cell v1.21.3
22792026-05-20T06:44:52.752Z Checking zerocopy v0.8.40
22802026-05-20T06:44:52.752Z Checking zmij v1.0.21
22812026-05-20T06:44:52.752Z Checking socket2 v0.6.3
22822026-05-20T06:44:52.752Z Checking libm v0.2.16
22832026-05-20T06:44:52.752Z Checking crypto-common v0.1.7
22842026-05-20T06:44:52.752Z Checking block-buffer v0.10.4
22852026-05-20T06:44:52.752Z Checking tinystr v0.8.2
22862026-05-20T06:44:52.796Z Checking percent-encoding v2.3.2
22872026-05-20T06:44:52.821Z Checking litemap v0.8.1
22882026-05-20T06:44:52.833Z Checking digest v0.10.7
22892026-05-20T06:44:52.843Z Checking writeable v0.6.2
22902026-05-20T06:44:52.897Z Checking equivalent v1.0.2
22912026-05-20T06:44:52.935Z Checking potential_utf v0.1.4
22922026-05-20T06:44:52.977Z Checking zerotrie v0.2.3
22932026-05-20T06:44:52.989Z Checking icu_locale_core v2.1.1
22942026-05-20T06:44:53.001Z Checking futures-sink v0.3.32
22952026-05-20T06:44:53.018Z Checking futures-io v0.3.32
22962026-05-20T06:44:53.056Z Checking icu_collections v2.1.1
22972026-05-20T06:44:53.095Z Checking futures-channel v0.3.32
22982026-05-20T06:44:53.126Z Checking cpufeatures v0.2.17
22992026-05-20T06:44:53.167Z Checking serde v1.0.228
23002026-05-20T06:44:53.191Z Checking bitflags v2.11.0
23012026-05-20T06:44:53.212Z Checking serde_json v1.0.149
23022026-05-20T06:44:53.277Z Checking futures-task v0.3.32
23032026-05-20T06:44:53.332Z Checking num-traits v0.2.19
23042026-05-20T06:44:53.353Z Checking slab v0.4.12
23052026-05-20T06:44:53.356Z Checking hmac v0.12.1
23062026-05-20T06:44:53.406Z Checking icu_properties_data v2.1.2
23072026-05-20T06:44:53.509Z Checking icu_normalizer_data v2.1.1
23082026-05-20T06:44:53.521Z Checking futures-util v0.3.32
23092026-05-20T06:44:53.524Z Checking icu_provider v2.1.1
23102026-05-20T06:44:53.543Z Checking hashbrown v0.17.0
23112026-05-20T06:44:53.569Z Checking bytes v1.11.1
23122026-05-20T06:44:53.580Z Checking rand_core v0.10.0
23132026-05-20T06:44:53.714Z Checking getrandom v0.4.1
23142026-05-20T06:44:53.752Z Checking icu_normalizer v2.1.1
23152026-05-20T06:44:53.858Z Checking icu_properties v2.1.2
23162026-05-20T06:44:53.871Z Checking block-padding v0.3.3
23172026-05-20T06:44:53.885Z Checking utf8_iter v1.0.4
23182026-05-20T06:44:53.996Z Checking inout v0.1.4
23192026-05-20T06:44:54.009Z Checking tokio v1.52.1
23202026-05-20T06:44:54.012Z Checking indexmap v2.14.0
23212026-05-20T06:44:54.030Z Checking sha2 v0.10.9
23222026-05-20T06:44:54.063Z Checking form_urlencoded v1.2.2
23232026-05-20T06:44:54.132Z Checking cipher v0.4.4
23242026-05-20T06:44:54.190Z Checking getrandom v0.3.4
23252026-05-20T06:44:54.300Z Checking fnv v1.0.7
23262026-05-20T06:44:54.330Z Checking base64ct v1.8.3
23272026-05-20T06:44:54.342Z Checking byteorder v1.5.0
23282026-05-20T06:44:54.390Z Checking flagset v0.4.7
23292026-05-20T06:44:54.512Z Checking rand_core v0.9.5
23302026-05-20T06:44:54.533Z Checking http v1.4.0
23312026-05-20T06:44:54.556Z Checking pem-rfc7468 v0.7.0
23322026-05-20T06:44:54.569Z Checking regex-syntax v0.8.10
23332026-05-20T06:44:54.675Z Checking idna_adapter v1.2.1
23342026-05-20T06:44:54.688Z Checking salsa20 v0.10.2
23352026-05-20T06:44:54.709Z Checking der v0.7.10
23362026-05-20T06:44:54.790Z Checking idna v1.1.0
23372026-05-20T06:44:54.815Z Checking uuid v1.23.0
23382026-05-20T06:44:55.026Z Checking url v2.5.8
23392026-05-20T06:44:55.078Z Checking pbkdf2 v0.12.2
23402026-05-20T06:44:55.117Z Checking rustix v1.1.3
23412026-05-20T06:44:55.186Z Checking tracing-core v0.1.36
23422026-05-20T06:44:55.243Z Checking ppv-lite86 v0.2.21
23432026-05-20T06:44:55.416Z Checking rustls-pki-types v1.14.0
23442026-05-20T06:44:55.432Z Checking spki v0.7.3
23452026-05-20T06:44:55.450Z Checking iana-time-zone v0.1.65
23462026-05-20T06:44:55.484Z Checking base64 v0.22.1
23472026-05-20T06:44:55.537Z Checking rand_chacha v0.9.0
23482026-05-20T06:44:55.553Z Checking chrono v0.4.44
23492026-05-20T06:44:55.591Z Checking tracing v0.1.44
23502026-05-20T06:44:55.688Z Checking scrypt v0.11.0
23512026-05-20T06:44:55.711Z Checking http-body v1.0.1
23522026-05-20T06:44:55.727Z Checking aes v0.8.4
23532026-05-20T06:44:55.793Z Checking cbc v0.1.2
23542026-05-20T06:44:55.824Z Checking aws-lc-sys v0.40.0
23552026-05-20T06:44:55.840Z Checking tinyvec_macros v0.1.1
23562026-05-20T06:44:55.856Z Checking openssl-probe v0.2.1
23572026-05-20T06:44:55.902Z Checking untrusted v0.7.1
23582026-05-20T06:44:55.915Z Checking untrusted v0.9.0
23592026-05-20T06:44:55.940Z Checking tinyvec v1.10.0
23602026-05-20T06:44:55.958Z Checking rand v0.9.2
23612026-05-20T06:44:56.010Z Checking atomic-waker v1.1.2
23622026-05-20T06:44:56.022Z Checking ring v0.17.14
23632026-05-20T06:44:56.104Z Checking tower-layer v0.3.3
23642026-05-20T06:44:56.116Z Checking pkcs5 v0.7.1
23652026-05-20T06:44:56.246Z Checking tower-service v0.3.3
23662026-05-20T06:44:56.258Z Checking try-lock v0.2.5
23672026-05-20T06:44:56.315Z Checking aws-lc-rs v1.16.3
23682026-05-20T06:44:56.334Z Checking ipnet v2.11.0
23692026-05-20T06:44:56.349Z Checking want v0.3.1
23702026-05-20T06:44:56.361Z Checking pkcs8 v0.10.2
23712026-05-20T06:44:56.396Z Checking httparse v1.10.1
23722026-05-20T06:44:56.418Z Checking aho-corasick v1.1.4
23732026-05-20T06:44:56.464Z Checking pin-utils v0.1.0
23742026-05-20T06:44:56.530Z Checking httpdate v1.0.3
23752026-05-20T06:44:56.530Z Checking foreign-types-shared v0.1.1
23762026-05-20T06:44:56.583Z Checking dyn-clone v1.0.20
23772026-05-20T06:44:56.596Z Checking fastrand v2.3.0
23782026-05-20T06:44:56.616Z Checking plain v0.2.3
23792026-05-20T06:44:56.670Z Checking foreign-types v0.3.2
23802026-05-20T06:44:56.685Z Checking unicode-normalization v0.1.25
23812026-05-20T06:44:56.714Z Checking semver v1.0.28
23822026-05-20T06:44:56.735Z Checking openssl-sys v0.9.115
23832026-05-20T06:44:56.768Z Checking tempfile v3.25.0
23842026-05-20T06:44:56.921Z Checking spin v0.9.8
23852026-05-20T06:44:56.963Z Checking ucd-trie v0.1.7
23862026-05-20T06:44:57.005Z Checking unicode-ident v1.0.24
23872026-05-20T06:44:57.081Z Checking schemars v0.8.22
23882026-05-20T06:44:57.093Z Checking pest v2.8.6
23892026-05-20T06:44:57.104Z Checking regex-automata v0.4.14
23902026-05-20T06:44:57.116Z Checking openssl v0.10.79
23912026-05-20T06:44:57.116Z Checking proc-macro2 v1.0.106
23922026-05-20T06:44:57.119Z Checking rustls-native-certs v0.8.3
23932026-05-20T06:44:57.163Z Checking rustls-webpki v0.103.9
23942026-05-20T06:44:57.211Z Checking tokio-util v0.7.18
23952026-05-20T06:44:57.254Z Checking thiserror v2.0.18
23962026-05-20T06:44:57.353Z Checking sync_wrapper v1.0.2
23972026-05-20T06:44:57.415Z Checking wait-timeout v0.2.1
23982026-05-20T06:44:57.454Z Checking quick-error v1.2.3
23992026-05-20T06:44:57.532Z Checking anstyle v1.0.13
24002026-05-20T06:44:57.551Z Checking bit-vec v0.8.0
24012026-05-20T06:44:57.553Z Checking rustls v0.23.37
24022026-05-20T06:44:57.707Z Checking powerfmt v0.2.0
24032026-05-20T06:44:57.722Z Checking siphasher v1.0.2
24042026-05-20T06:44:57.739Z Checking utf8parse v0.2.2
24052026-05-20T06:44:57.812Z Checking h2 v0.4.13
24062026-05-20T06:44:57.835Z Checking pretty-hex v0.4.1
24072026-05-20T06:44:57.856Z Checking simd-adler32 v0.3.8
24082026-05-20T06:44:57.866Z Checking deranged v0.5.8
24092026-05-20T06:44:57.946Z Checking anstyle-parse v0.2.7
24102026-05-20T06:44:58.021Z Checking bit-set v0.8.0
24112026-05-20T06:44:58.093Z Checking rusty-fork v0.3.1
24122026-05-20T06:44:58.124Z Checking tower v0.5.3
24132026-05-20T06:44:58.160Z Checking quote v1.0.45
24142026-05-20T06:44:58.256Z Compiling newtype-uuid v1.3.2
24152026-05-20T06:44:58.327Z Checking http-body-util v0.1.3
24162026-05-20T06:44:58.429Z Checking webpki-roots v1.0.6
24172026-05-20T06:44:58.498Z Checking crossbeam-utils v0.8.21
24182026-05-20T06:44:58.540Z Checking rand_xorshift v0.4.0
24192026-05-20T06:44:58.544Z Checking crc32fast v1.5.0
24202026-05-20T06:44:58.658Z Checking scroll v0.13.0
24212026-05-20T06:44:58.686Z Checking signature v2.2.0
24222026-05-20T06:44:58.762Z Checking is_terminal_polyfill v1.70.2
24232026-05-20T06:44:58.810Z Checking time-core v0.1.8
24242026-05-20T06:44:58.822Z Checking anstyle-query v1.1.5
24252026-05-20T06:44:58.846Z Checking num-conv v0.2.0
24262026-05-20T06:44:58.876Z Checking colorchoice v1.0.4
24272026-05-20T06:44:58.907Z Checking num_threads v0.1.7
24282026-05-20T06:44:58.919Z Checking adler2 v2.0.1
24292026-05-20T06:44:58.943Z Checking unarray v0.1.4
24302026-05-20T06:44:58.975Z Checking ryu v1.0.23
24312026-05-20T06:44:58.987Z Checking iri-string v0.7.10
24322026-05-20T06:44:59.004Z Checking allocator-api2 v0.2.21
24332026-05-20T06:44:59.033Z Checking unicode-bidi v0.3.18
24342026-05-20T06:44:59.045Z Checking unicode-properties v0.1.4
24352026-05-20T06:44:59.108Z Checking serde_urlencoded v0.7.1
24362026-05-20T06:44:59.124Z Checking native-tls v0.2.18
24372026-05-20T06:44:59.230Z Checking proptest v1.10.0
24382026-05-20T06:44:59.284Z Checking miniz_oxide v0.8.9
24392026-05-20T06:44:59.298Z Checking tokio-native-tls v0.3.1
24402026-05-20T06:44:59.310Z Checking time v0.3.47
24412026-05-20T06:44:59.322Z Checking stringprep v0.1.5
24422026-05-20T06:44:59.449Z Checking anstream v0.6.21
24432026-05-20T06:44:59.468Z Checking bstr v1.12.1
24442026-05-20T06:44:59.643Z Checking goblin v0.10.5
24452026-05-20T06:44:59.655Z Checking crossbeam-epoch v0.9.18
24462026-05-20T06:44:59.853Z Compiling daft v0.1.5
24472026-05-20T06:44:59.875Z Checking syn v2.0.117
24482026-05-20T06:44:59.915Z Checking tokio-rustls v0.26.4
24492026-05-20T06:45:00.006Z Checking tower-http v0.6.8
24502026-05-20T06:45:00.123Z Checking ipnetwork v0.21.1
24512026-05-20T06:45:00.144Z Checking rand_chacha v0.3.1
24522026-05-20T06:45:00.279Z Checking scroll v0.12.0
24532026-05-20T06:45:00.332Z Checking thiserror v1.0.69
24542026-05-20T06:45:00.345Z Checking hash32 v0.2.1
24552026-05-20T06:45:00.427Z Checking zstd-sys v2.0.16+zstd.1.5.7
24562026-05-20T06:45:00.430Z Checking num-integer v0.1.46
24572026-05-20T06:45:00.494Z Checking serde_spanned v0.6.9
24582026-05-20T06:45:00.506Z Checking toml_datetime v0.6.11
24592026-05-20T06:45:00.509Z Checking hyper v1.8.1
24602026-05-20T06:45:00.535Z Checking md-5 v0.10.6
24612026-05-20T06:45:00.614Z Checking ff v0.13.1
24622026-05-20T06:45:00.657Z Checking zlib-rs v0.6.2
24632026-05-20T06:45:00.669Z Checking fallible-iterator v0.2.0
24642026-05-20T06:45:00.682Z Checking base16ct v0.2.0
24652026-05-20T06:45:00.738Z Checking psl-types v2.0.11
24662026-05-20T06:45:00.804Z Checking sec1 v0.7.3
24672026-05-20T06:45:00.851Z Checking publicsuffix v2.3.0
24682026-05-20T06:45:00.936Z Checking postgres-protocol v0.6.10
24692026-05-20T06:45:01.005Z Checking group v0.13.0
24702026-05-20T06:45:01.029Z Compiling iddqd v0.3.18
24712026-05-20T06:45:01.147Z Checking num-iter v0.1.45
24722026-05-20T06:45:01.163Z Checking zstd-safe v7.2.4
24732026-05-20T06:45:01.245Z Checking goblin v0.8.2
24742026-05-20T06:45:01.257Z Checking heapless v0.7.17
24752026-05-20T06:45:01.323Z Checking cookie v0.18.1
24762026-05-20T06:45:01.398Z Checking hyper-util v0.1.20
24772026-05-20T06:45:01.521Z Checking flate2 v1.1.9
24782026-05-20T06:45:01.548Z Checking rand v0.8.6
24792026-05-20T06:45:01.653Z Checking oxnet v0.1.4
24802026-05-20T06:45:01.820Z Checking dtrace-parser v0.3.0
24812026-05-20T06:45:01.883Z Checking phf_shared v0.13.1
24822026-05-20T06:45:01.917Z Checking dof v0.4.0
24832026-05-20T06:45:02.053Z Checking lazy_static v1.5.0
24842026-05-20T06:45:02.065Z Checking pin-project v1.1.11
24852026-05-20T06:45:02.077Z Checking zerocopy v0.7.35
24862026-05-20T06:45:02.105Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-20T06:45:02.140Z Checking signal-hook v0.3.18
24882026-05-20T06:45:02.152Z Checking terminal_size v0.4.3
24892026-05-20T06:45:02.155Z Checking futures-executor v0.3.32
24902026-05-20T06:45:02.185Z Checking hex v0.4.3
24912026-05-20T06:45:02.261Z Checking hkdf v0.12.4
24922026-05-20T06:45:02.305Z Checking crypto-bigint v0.5.5
24932026-05-20T06:45:02.321Z Checking thread-id v5.1.0
24942026-05-20T06:45:02.388Z Checking encoding_rs v0.8.35
24952026-05-20T06:45:02.400Z Checking managed v0.8.0
24962026-05-20T06:45:02.403Z Checking bumpalo v3.20.2
24972026-05-20T06:45:02.539Z Checking libbz2-rs-sys v0.2.2
24982026-05-20T06:45:02.552Z Checking foldhash v0.1.5
24992026-05-20T06:45:02.578Z Checking clap_lex v1.0.0
25002026-05-20T06:45:02.605Z Checking mime v0.3.17
25012026-05-20T06:45:02.645Z Checking hyper-rustls v0.27.7
25022026-05-20T06:45:02.674Z Checking hyper-tls v0.6.0
25032026-05-20T06:45:02.723Z Checking winnow v0.7.14
25042026-05-20T06:45:02.772Z Checking strsim v0.11.1
25052026-05-20T06:45:02.842Z Checking foldhash v0.2.0
25062026-05-20T06:45:02.852Z Checking same-file v1.0.6
25072026-05-20T06:45:02.924Z Checking either v1.15.0
25082026-05-20T06:45:02.936Z Checking bitflags v1.3.2
25092026-05-20T06:45:02.962Z Compiling rayon-core v1.13.0
25102026-05-20T06:45:02.991Z Checking winnow v0.5.40
25112026-05-20T06:45:03.002Z Checking smoltcp v0.9.1
25122026-05-20T06:45:03.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-05-20T06:45:03.143Z Checking dof v0.3.0
25142026-05-20T06:45:03.156Z Checking hashbrown v0.16.1
25152026-05-20T06:45:03.191Z Checking elliptic-curve v0.13.8
25162026-05-20T06:45:03.285Z Checking walkdir v2.5.0
25172026-05-20T06:45:03.317Z Checking reqwest v0.12.28
25182026-05-20T06:45:03.416Z Checking clap_builder v4.5.60
25192026-05-20T06:45:03.441Z Checking bzip2 v0.6.1
25202026-05-20T06:45:03.494Z Checking hashbrown v0.15.5
25212026-05-20T06:45:03.577Z Checking zopfli v0.8.3
25222026-05-20T06:45:03.601Z Checking usdt-impl v0.6.0
25232026-05-20T06:45:03.643Z Checking signal-hook-mio v0.2.5
25242026-05-20T06:45:03.743Z Checking futures v0.3.32
25252026-05-20T06:45:03.819Z Checking bzip2 v0.4.4
25262026-05-20T06:45:03.871Z Checking snafu v0.8.9
25272026-05-20T06:45:03.883Z Checking num-bigint-dig v0.8.6
25282026-05-20T06:45:03.894Z Checking phf v0.13.1
25292026-05-20T06:45:03.992Z Checking cookie_store v0.22.1
25302026-05-20T06:45:04.057Z Checking zstd v0.13.3
25312026-05-20T06:45:04.124Z Checking postgres-types v0.2.12
25322026-05-20T06:45:04.159Z Checking toml_edit v0.19.15
25332026-05-20T06:45:04.170Z Checking dtrace-parser v0.2.0
25342026-05-20T06:45:04.195Z Checking rustls-platform-verifier v0.6.2
25352026-05-20T06:45:04.242Z Checking crossbeam-deque v0.8.6
25362026-05-20T06:45:04.323Z Checking globset v0.4.18
25372026-05-20T06:45:04.335Z Checking regex v1.12.3
25382026-05-20T06:45:04.401Z Checking ed25519 v2.2.3
25392026-05-20T06:45:04.416Z Checking phf_shared v0.11.3
25402026-05-20T06:45:04.428Z Checking olpc-cjson v0.1.4
25412026-05-20T06:45:04.553Z Checking curve25519-dalek v4.1.3
25422026-05-20T06:45:04.553Z Checking ref-cast v1.0.25
25432026-05-20T06:45:04.578Z Checking strum v0.27.2
25442026-05-20T06:45:04.586Z Checking hubpack v0.1.2
25452026-05-20T06:45:04.604Z Checking memoffset v0.9.1
25462026-05-20T06:45:04.647Z Checking rustix v0.38.44
25472026-05-20T06:45:04.673Z Checking pkcs1 v0.7.5
25482026-05-20T06:45:04.685Z Checking pem v3.0.6
25492026-05-20T06:45:04.688Z Checking float-cmp v0.10.0
25502026-05-20T06:45:04.707Z Checking erased-serde v0.3.31
25512026-05-20T06:45:04.743Z Checking serde-big-array v0.5.1
25522026-05-20T06:45:04.815Z Checking serde_plain v1.0.2
25532026-05-20T06:45:04.830Z Checking rfc6979 v0.4.0
25542026-05-20T06:45:04.869Z Checking memmap2 v0.9.10
25552026-05-20T06:45:04.872Z Checking thread-id v4.2.2
25562026-05-20T06:45:04.941Z Checking env_filter v1.0.0
25572026-05-20T06:45:04.953Z Checking data-encoding v2.10.0
25582026-05-20T06:45:04.957Z Checking whoami v2.1.0
25592026-05-20T06:45:05.035Z Checking static_assertions v1.1.0
25602026-05-20T06:45:05.079Z Checking fixedbitset v0.4.2
25612026-05-20T06:45:05.079Z Checking toml_write v0.1.2
25622026-05-20T06:45:05.103Z Checking unicode-segmentation v1.12.0
25632026-05-20T06:45:05.152Z Checking typed-path v0.9.3
25642026-05-20T06:45:05.181Z Checking jiff v0.2.21
25652026-05-20T06:45:05.218Z Checking predicates-core v1.0.10
25662026-05-20T06:45:05.230Z Checking difflib v0.4.0
25672026-05-20T06:45:05.248Z Checking fixedbitset v0.5.7
25682026-05-20T06:45:05.326Z Checking rustc-hash v2.1.1
25692026-05-20T06:45:05.338Z Checking new_debug_unreachable v1.0.6
25702026-05-20T06:45:05.399Z Checking keccak v0.1.6
25712026-05-20T06:45:05.411Z Checking precomputed-hash v0.1.1
25722026-05-20T06:45:05.414Z Checking normalize-line-endings v0.3.0
25732026-05-20T06:45:05.432Z Checking crossterm v0.28.1
25742026-05-20T06:45:05.454Z Checking petgraph v0.8.3
25752026-05-20T06:45:05.484Z Checking string_cache v0.8.9
25762026-05-20T06:45:05.504Z Checking predicates v3.1.4
25772026-05-20T06:45:05.559Z Checking sha3 v0.10.8
25782026-05-20T06:45:05.646Z Checking similar v2.7.0
25792026-05-20T06:45:05.759Z Checking ed25519-dalek v2.2.0
25802026-05-20T06:45:05.799Z Checking toml_edit v0.22.27
25812026-05-20T06:45:05.916Z Checking tough v0.22.0
25822026-05-20T06:45:05.980Z Checking petgraph v0.6.5
25832026-05-20T06:45:06.018Z Checking hickory-proto v0.25.2
25842026-05-20T06:45:06.123Z Checking toml v0.7.8
25852026-05-20T06:45:06.269Z Checking tokio-postgres v0.7.16
25862026-05-20T06:45:06.424Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25872026-05-20T06:45:06.863Z Checking slog v2.8.2
25882026-05-20T06:45:07.011Z Checking env_logger v0.11.9
25892026-05-20T06:45:07.129Z Checking usdt v0.6.0
25902026-05-20T06:45:07.198Z Checking usdt-impl v0.5.0
25912026-05-20T06:45:07.210Z Checking ecdsa v0.16.9
25922026-05-20T06:45:07.293Z Checking rsa v0.9.10
25932026-05-20T06:45:07.380Z Checking zip v4.6.1
25942026-05-20T06:45:07.474Z Checking nix v0.31.2
25952026-05-20T06:45:07.494Z Checking clap v4.5.60
25962026-05-20T06:45:07.570Z Checking reqwest v0.13.2
25972026-05-20T06:45:07.753Z Checking zip v0.6.6
25982026-05-20T06:45:07.866Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-05-20T06:45:07.912Z Checking itertools v0.13.0
26002026-05-20T06:45:07.941Z Checking serde_with v3.17.0
26012026-05-20T06:45:08.073Z Checking strum v0.26.3
26022026-05-20T06:45:08.183Z Checking fs-err v3.3.0
26032026-05-20T06:45:08.194Z Checking ahash v0.8.12
26042026-05-20T06:45:08.383Z Checking object v0.37.3
26052026-05-20T06:45:08.395Z Checking tokio-stream v0.1.18
26062026-05-20T06:45:08.452Z Checking buf-list v1.1.2
26072026-05-20T06:45:08.475Z Checking camino v1.2.2
26082026-05-20T06:45:08.628Z Checking anyhow v1.0.102
26092026-05-20T06:45:08.654Z Checking x509-cert v0.2.5
26102026-05-20T06:45:08.720Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26112026-05-20T06:45:08.763Z Checking openapiv3 v2.2.0
26122026-05-20T06:45:08.776Z Checking sha1 v0.10.6
26132026-05-20T06:45:08.822Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-20T06:45:08.917Z Checking peg-runtime v0.8.5
26152026-05-20T06:45:08.933Z Checking lalrpop-util v0.19.12
26162026-05-20T06:45:08.991Z Checking rayon v1.11.0
26172026-05-20T06:45:09.034Z Checking sigpipe v0.1.3
26182026-05-20T06:45:09.061Z Checking glob v0.3.3
26192026-05-20T06:45:10.574Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-20T06:45:10.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
26212026-05-20T06:45:11.020Z
26222026-05-20T06:45:11.020Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-20T06:45:11.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-20T06:45:11.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-20T06:45:11.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-20T06:45:11.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-20T06:45:11.614Z
26282026-05-20T06:45:11.614Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-20T06:45:12.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-20T06:45:12.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-20T06:45:12.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-20T06:45:12.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-20T06:45:12.208Z
26342026-05-20T06:45:12.208Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-20T06:45:12.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-20T06:45:12.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-20T06:45:12.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-20T06:45:12.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-20T06:45:12.811Z
26402026-05-20T06:45:12.811Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-20T06:45:13.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-20T06:45:13.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-20T06:45:13.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-20T06:45:13.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-20T06:45:13.408Z
26462026-05-20T06:45:13.408Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-20T06:45:13.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-20T06:45:13.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-20T06:45:13.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-20T06:45:13.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-20T06:45:14.005Z
26522026-05-20T06:45:14.005Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-20T06:45:14.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-20T06:45:14.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-20T06:45:14.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-20T06:45:14.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-20T06:45:14.606Z
26582026-05-20T06:45:14.606Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-20T06:45:15.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-20T06:45:15.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-20T06:45:15.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-20T06:45:15.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-20T06:45:15.185Z
26642026-05-20T06:45:15.186Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-20T06:45:15.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-20T06:45:15.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-20T06:45:15.867Z Compiling structmeta-derive v0.3.0
26682026-05-20T06:45:15.985Z Compiling rustls v0.22.4
26692026-05-20T06:45:15.995Z Compiling multer v3.1.0
26702026-05-20T06:45:16.005Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-05-20T06:45:16.005Z Compiling async-stream-impl v0.3.6
26722026-05-20T06:45:16.026Z Compiling dropshot v0.17.0
26732026-05-20T06:45:16.042Z Compiling dropshot_endpoint v0.17.0
26742026-05-20T06:45:16.042Z Compiling newtype-uuid-macros v0.1.0
26752026-05-20T06:45:16.158Z Checking newtype-uuid v1.3.2
26762026-05-20T06:45:16.219Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-20T06:45:16.256Z Checking rustls-webpki v0.102.8
26782026-05-20T06:45:16.359Z Checking daft v0.1.5
26792026-05-20T06:45:16.380Z Checking thread_local v1.1.9
26802026-05-20T06:45:16.547Z Checking compression-core v0.4.31
26812026-05-20T06:45:16.584Z Checking match_cfg v0.1.0
26822026-05-20T06:45:16.599Z Checking iddqd v0.3.18
26832026-05-20T06:45:16.614Z Checking crossbeam-channel v0.5.15
26842026-05-20T06:45:16.657Z Checking hostname v0.3.1
26852026-05-20T06:45:16.669Z Checking compression-codecs v0.4.37
26862026-05-20T06:45:16.750Z Checking slog-json v2.6.1
26872026-05-20T06:45:16.790Z Checking is-terminal v0.4.17
26882026-05-20T06:45:16.832Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-05-20T06:45:16.880Z Checking serde_spanned v1.0.4
26902026-05-20T06:45:16.901Z Checking take_mut v0.2.2
26912026-05-20T06:45:16.944Z Checking term v1.2.1
26922026-05-20T06:45:17.003Z Checking toml_writer v1.0.6+spec-1.1.0
26932026-05-20T06:45:17.014Z Checking debug-ignore v1.0.5
26942026-05-20T06:45:17.026Z Compiling structmeta v0.3.0
26952026-05-20T06:45:17.039Z Checking slog-async v2.8.0
26962026-05-20T06:45:17.112Z Checking slog-bunyan v2.5.0
26972026-05-20T06:45:17.159Z Checking slog-term v2.9.2
26982026-05-20T06:45:17.173Z Checking toml v1.0.6+spec-1.1.0
26992026-05-20T06:45:17.205Z Checking async-compression v0.4.41
27002026-05-20T06:45:17.223Z Checking async-stream v0.3.6
27012026-05-20T06:45:17.235Z Compiling derive-ex v0.1.8
27022026-05-20T06:45:17.349Z Compiling parse-display-derive v0.10.0
27032026-05-20T06:45:17.411Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-05-20T06:45:17.440Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-05-20T06:45:17.443Z Checking progenitor-client v0.14.0
27062026-05-20T06:45:17.513Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-20T06:45:17.654Z Checking waitgroup v0.1.2
27082026-05-20T06:45:17.681Z Checking backon v1.6.0
27092026-05-20T06:45:17.737Z Checking rustls-pemfile v2.2.0
27102026-05-20T06:45:17.763Z Checking serde_path_to_error v0.1.20
27112026-05-20T06:45:17.777Z Checking hostname v0.4.2
27122026-05-20T06:45:17.843Z Checking instant v0.1.13
27132026-05-20T06:45:17.927Z Checking backoff v0.4.0
27142026-05-20T06:45:18.025Z Checking progenitor-extras v0.2.0
27152026-05-20T06:45:18.075Z Checking tokio-rustls v0.25.0
27162026-05-20T06:45:18.087Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-20T06:45:18.100Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-20T06:45:18.270Z Checking itertools v0.14.0
27192026-05-20T06:45:18.297Z Checking progenitor-client v0.10.0
27202026-05-20T06:45:18.460Z Checking regress v0.10.5
27212026-05-20T06:45:18.502Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-20T06:45:18.723Z Checking macaddr v1.0.1
27232026-05-20T06:45:18.896Z Compiling test-strategy v0.4.5
27242026-05-20T06:45:19.015Z Checking parse-display v0.10.0
27252026-05-20T06:45:20.072Z Compiling prettyplease v0.2.37
27262026-05-20T06:45:20.413Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-20T06:45:20.537Z Checking num-rational v0.4.2
27282026-05-20T06:45:20.774Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-20T06:45:21.023Z Checking num-complex v0.4.6
27302026-05-20T06:45:21.598Z Checking num v0.4.3
27312026-05-20T06:45:21.673Z Compiling usdt-attr-macro v0.5.0
27322026-05-20T06:45:21.686Z Compiling usdt-macro v0.5.0
27332026-05-20T06:45:21.814Z Checking memmap v0.7.0
27342026-05-20T06:45:21.835Z Checking float-ord v0.3.2
27352026-05-20T06:45:21.944Z Checking unicode-width v0.2.0
27362026-05-20T06:45:21.944Z Compiling convert_case v0.4.0
27372026-05-20T06:45:22.194Z Checking console v0.15.11
27382026-05-20T06:45:22.333Z Compiling derive_more v0.99.20
27392026-05-20T06:45:22.395Z Checking newline-converter v0.3.0
27402026-05-20T06:45:22.432Z Checking usdt v0.5.0
27412026-05-20T06:45:22.474Z Checking atomicwrites v0.4.4
27422026-05-20T06:45:22.503Z Compiling toml v0.8.23
27432026-05-20T06:45:22.600Z Checking linked-hash-map v0.5.6
27442026-05-20T06:45:22.605Z Compiling minimal-lexical v0.2.1
27452026-05-20T06:45:22.781Z Checking lru-cache v0.1.2
27462026-05-20T06:45:22.856Z Compiling nom v7.1.3
27472026-05-20T06:45:22.904Z Checking expectorate v1.2.0
27482026-05-20T06:45:23.441Z Checking camino-tempfile v1.4.1
27492026-05-20T06:45:23.604Z Checking hickory-proto v0.24.4
27502026-05-20T06:45:23.607Z Checking phf_shared v0.12.1
27512026-05-20T06:45:23.761Z Compiling slog-dtrace v0.3.0
27522026-05-20T06:45:23.889Z Checking heck v0.5.0
27532026-05-20T06:45:23.954Z Compiling chrono-tz v0.10.4
27542026-05-20T06:45:24.047Z Checking resolv-conf v0.7.6
27552026-05-20T06:45:24.168Z Compiling const_format_proc_macros v0.2.34
27562026-05-20T06:45:24.227Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-05-20T06:45:24.286Z Checking phf v0.12.1
27582026-05-20T06:45:24.324Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-05-20T06:45:24.427Z Checking tokio-dtrace v0.1.1
27602026-05-20T06:45:24.613Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-20T06:45:24.699Z Compiling derive-where v1.6.0
27622026-05-20T06:45:24.863Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-20T06:45:25.141Z Checking highway v1.3.0
27642026-05-20T06:45:25.370Z Checking const_format v0.2.35
27652026-05-20T06:45:25.441Z Checking hickory-resolver v0.24.4
27662026-05-20T06:45:25.600Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-05-20T06:45:25.700Z Checking oxide-tokio-rt v0.1.4
27682026-05-20T06:45:25.842Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-20T06:45:26.046Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-20T06:45:26.072Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-20T06:45:26.087Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-05-20T06:45:26.151Z Checking qorb v0.4.1
27732026-05-20T06:45:26.235Z Checking gethostname v0.5.0
27742026-05-20T06:45:26.250Z Checking bcs v0.1.6
27752026-05-20T06:45:26.267Z Checking termtree v0.5.1
27762026-05-20T06:45:29.467Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-20T06:45:32.172Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-20T06:45:34.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
27792026-05-20T06:45:34.481Z
27802026-05-20T06:45:34.481Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-20T06:45:35.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-20T06:45:35.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-20T06:45:35.169Z Compiling ar_archive_writer v0.5.1
27842026-05-20T06:45:35.281Z Compiling stacker v0.1.23
27852026-05-20T06:45:35.287Z Compiling cfg_aliases v0.1.1
27862026-05-20T06:45:35.294Z Compiling convert_case v0.10.0
27872026-05-20T06:45:35.297Z Checking unicode-width v0.1.14
27882026-05-20T06:45:35.309Z Compiling proc-macro-error v1.0.4
27892026-05-20T06:45:35.320Z Checking fd-lock v4.0.4
27902026-05-20T06:45:35.320Z Checking nibble_vec v0.1.0
27912026-05-20T06:45:35.343Z Compiling nix v0.28.0
27922026-05-20T06:45:35.427Z Checking vte v0.14.1
27932026-05-20T06:45:35.444Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-20T06:45:35.529Z Checking bytecount v0.6.9
27952026-05-20T06:45:35.529Z Checking endian-type v0.1.2
27962026-05-20T06:45:35.573Z Checking strip-ansi-escapes v0.2.1
27972026-05-20T06:45:35.592Z Compiling derive_more-impl v2.1.1
27982026-05-20T06:45:35.604Z Compiling tabled_derive v0.7.0
27992026-05-20T06:45:35.636Z Checking papergrid v0.11.0
28002026-05-20T06:45:35.673Z Checking radix_trie v0.2.1
28012026-05-20T06:45:35.699Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-20T06:45:35.834Z Compiling peg-macros v0.8.5
28032026-05-20T06:45:35.879Z Checking winnow v0.6.26
28042026-05-20T06:45:36.119Z Compiling psm v0.1.30
28052026-05-20T06:45:36.157Z Compiling sqlparser_derive v0.5.0
28062026-05-20T06:45:36.264Z Checking nu-ansi-term v0.50.3
28072026-05-20T06:45:36.388Z Checking derive_more v2.1.1
28082026-05-20T06:45:36.466Z Checking home v0.5.12
28092026-05-20T06:45:36.478Z Checking unicode_categories v0.1.1
28102026-05-20T06:45:36.558Z Checking tabled v0.15.0
28112026-05-20T06:45:36.572Z Checking reedline v0.40.0
28122026-05-20T06:45:36.630Z Checking rustyline v14.0.0
28132026-05-20T06:45:36.630Z Checking crossterm v0.29.0
28142026-05-20T06:45:36.874Z Checking recursive v0.1.1
28152026-05-20T06:45:36.917Z Checking display-error-chain v0.2.2
28162026-05-20T06:45:36.965Z Checking sqlparser v0.61.0
28172026-05-20T06:45:37.007Z Checking sqlformat v0.3.5
28182026-05-20T06:45:37.166Z Checking peg v0.8.5
28192026-05-20T06:45:47.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
28202026-05-20T06:45:48.180Z
28212026-05-20T06:45:48.180Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-20T06:45:48.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-20T06:45:48.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-20T06:45:48.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-20T06:45:52.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28262026-05-20T06:45:52.462Z
28272026-05-20T06:45:52.462Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-20T06:45:52.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-20T06:45:52.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-20T06:45:53.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-20T06:45:55.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28322026-05-20T06:45:55.762Z
28332026-05-20T06:45:55.762Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-20T06:45:56.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-20T06:45:56.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-20T06:45:56.439Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-20T06:45:59.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28382026-05-20T06:45:59.834Z
28392026-05-20T06:45:59.834Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-20T06:46:00.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-20T06:46:00.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-20T06:46:00.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-20T06:46:03.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28442026-05-20T06:46:03.940Z
28452026-05-20T06:46:03.940Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-20T06:46:04.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-20T06:46:04.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-20T06:46:04.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-20T06:46:07.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28502026-05-20T06:46:07.357Z
28512026-05-20T06:46:07.357Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-20T06:46:07.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-20T06:46:07.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-20T06:46:08.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-20T06:46:10.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28562026-05-20T06:46:10.845Z
28572026-05-20T06:46:10.845Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-20T06:46:11.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-20T06:46:11.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-20T06:46:11.523Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-20T06:46:14.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28622026-05-20T06:46:15.084Z
28632026-05-20T06:46:15.084Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-20T06:46:15.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-20T06:46:15.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-20T06:46:15.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-20T06:46:15.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-05-20T06:46:15.688Z
28692026-05-20T06:46:15.688Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-20T06:46:16.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-20T06:46:16.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-20T06:46:16.327Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-20T06:46:16.491Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-05-20T06:46:16.494Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-05-20T06:46:16.825Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-20T06:46:19.669Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-20T06:46:20.870Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-20T06:46:21.034Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-20T06:46:21.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
28802026-05-20T06:46:21.882Z
28812026-05-20T06:46:21.882Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-20T06:46:22.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-20T06:46:22.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-20T06:46:22.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-20T06:46:22.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-05-20T06:46:22.471Z
28872026-05-20T06:46:22.472Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-20T06:46:23.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-20T06:46:23.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-20T06:46:23.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-20T06:46:23.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922026-05-20T06:46:23.104Z
28932026-05-20T06:46:23.104Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-20T06:46:23.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-20T06:46:23.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-20T06:46:23.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-20T06:46:23.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-05-20T06:46:23.701Z
28992026-05-20T06:46:23.701Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-20T06:46:24.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-20T06:46:24.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-20T06:46:24.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-20T06:46:24.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-20T06:46:24.308Z
29052026-05-20T06:46:24.308Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-20T06:46:24.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-20T06:46:24.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-20T06:46:24.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-20T06:46:24.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-05-20T06:46:24.906Z
29112026-05-20T06:46:24.906Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-20T06:46:25.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-20T06:46:25.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-20T06:46:25.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-20T06:46:25.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-20T06:46:25.506Z
29172026-05-20T06:46:25.506Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-20T06:46:25.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-20T06:46:26.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-20T06:46:26.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-20T06:46:26.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29222026-05-20T06:46:26.087Z
29232026-05-20T06:46:26.087Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-20T06:46:26.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-20T06:46:26.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-20T06:46:26.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-20T06:46:26.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-20T06:46:26.688Z
29292026-05-20T06:46:26.688Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-20T06:46:27.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-20T06:46:27.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-20T06:46:27.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-20T06:46:27.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-05-20T06:46:27.265Z
29352026-05-20T06:46:27.265Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-20T06:46:27.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-20T06:46:27.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-20T06:46:27.974Z Compiling crucible-workspace-hack v0.1.0
29392026-05-20T06:46:28.091Z Checking secrecy v0.10.3
29402026-05-20T06:46:28.098Z Compiling heapless v0.8.0
29412026-05-20T06:46:28.106Z Compiling ingot-macros v0.1.1
29422026-05-20T06:46:28.112Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-20T06:46:28.115Z Checking hash32 v0.3.1
29442026-05-20T06:46:28.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-05-20T06:46:28.133Z Compiling smoltcp v0.11.0
29462026-05-20T06:46:28.192Z Checking cobs v0.3.0
29472026-05-20T06:46:28.239Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-20T06:46:28.342Z Checking universal-hash v0.5.1
29492026-05-20T06:46:28.353Z Checking half v2.7.1
29502026-05-20T06:46:28.379Z Checking ciborium-io v0.2.2
29512026-05-20T06:46:28.462Z Checking opaque-debug v0.3.1
29522026-05-20T06:46:28.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-05-20T06:46:28.508Z Checking postcard v1.1.3
29542026-05-20T06:46:28.541Z Checking poly1305 v0.8.0
29552026-05-20T06:46:28.603Z Checking ciborium-ll v0.2.2
29562026-05-20T06:46:28.671Z Compiling proc-macro-crate v3.4.0
29572026-05-20T06:46:28.793Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29582026-05-20T06:46:28.796Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-20T06:46:28.818Z Checking password-hash v0.5.0
29602026-05-20T06:46:29.053Z Checking chacha20 v0.9.1
29612026-05-20T06:46:29.073Z Compiling proc-macro-crate v1.3.1
29622026-05-20T06:46:29.100Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-20T06:46:29.137Z Checking blake2 v0.10.6
29642026-05-20T06:46:29.240Z Compiling num_enum_derive v0.7.5
29652026-05-20T06:46:29.253Z Checking aead v0.5.2
29662026-05-20T06:46:29.339Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-20T06:46:29.374Z Compiling foreign-types-macros v0.2.3
29682026-05-20T06:46:29.393Z Checking thiserror-no-std v2.0.2
29692026-05-20T06:46:29.396Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29702026-05-20T06:46:29.480Z Checking foreign-types-shared v0.3.1
29712026-05-20T06:46:29.494Z Checking cpufeatures v0.3.0
29722026-05-20T06:46:29.539Z Compiling num_enum_derive v0.5.11
29732026-05-20T06:46:29.566Z Checking chacha20 v0.10.0
29742026-05-20T06:46:29.580Z Checking vsss-rs v3.3.4
29752026-05-20T06:46:29.640Z Checking chacha20poly1305 v0.10.1
29762026-05-20T06:46:29.767Z Checking argon2 v0.5.3
29772026-05-20T06:46:29.783Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-20T06:46:29.949Z Checking foreign-types v0.5.0
29792026-05-20T06:46:30.090Z Checking ciborium v0.2.2
29802026-05-20T06:46:30.132Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-20T06:46:30.218Z Checking tabwriter v1.4.1
29822026-05-20T06:46:30.268Z Checking num_enum v0.7.5
29832026-05-20T06:46:30.361Z Checking byte-wrapper v0.1.0
29842026-05-20T06:46:30.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-20T06:46:30.406Z Checking cstr-argument v0.1.2
29862026-05-20T06:46:30.501Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-20T06:46:30.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-20T06:46:30.544Z Checking num_enum v0.5.11
29892026-05-20T06:46:30.562Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-05-20T06:46:30.655Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-05-20T06:46:30.678Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-05-20T06:46:30.729Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-20T06:46:30.794Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-20T06:46:30.822Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-20T06:46:30.886Z Checking rand v0.10.0
29962026-05-20T06:46:30.901Z Checking ingot-types v0.1.2
29972026-05-20T06:46:30.911Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-20T06:46:30.937Z Checking indent_write v2.2.0
29992026-05-20T06:46:31.024Z Checking colored v3.1.1
30002026-05-20T06:46:31.064Z Compiling zone_cfg_derive v0.3.1
30012026-05-20T06:46:31.176Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-20T06:46:31.213Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-20T06:46:31.227Z Checking itertools v0.12.1
30042026-05-20T06:46:31.230Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-20T06:46:31.252Z Checking ingot v0.1.1
30062026-05-20T06:46:31.332Z Compiling num-derive v0.4.2
30072026-05-20T06:46:31.346Z Checking swrite v0.1.0
30082026-05-20T06:46:31.383Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-05-20T06:46:31.432Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-20T06:46:31.584Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-05-20T06:46:31.702Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-20T06:46:31.743Z Checking dropshot-api-manager-types v0.7.1
30132026-05-20T06:46:31.759Z Checking smf v0.2.3
30142026-05-20T06:46:31.772Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-05-20T06:46:31.808Z Checking nanorand v0.7.0
30162026-05-20T06:46:31.905Z Checking whoami v1.6.1
30172026-05-20T06:46:31.984Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-20T06:46:32.004Z Checking flume v0.11.1
30192026-05-20T06:46:32.231Z Checking zone v0.3.1
30202026-05-20T06:46:32.246Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30212026-05-20T06:46:32.804Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-20T06:46:33.757Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-20T06:46:34.659Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-20T06:46:37.814Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-20T06:46:39.837Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-20T06:46:40.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
30272026-05-20T06:46:41.127Z
30282026-05-20T06:46:41.127Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-20T06:46:41.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-20T06:46:41.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-20T06:46:41.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-20T06:46:41.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30332026-05-20T06:46:41.726Z
30342026-05-20T06:46:41.726Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-20T06:46:42.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-20T06:46:42.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-20T06:46:42.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-20T06:46:42.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-05-20T06:46:42.324Z
30402026-05-20T06:46:42.324Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-20T06:46:42.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-20T06:46:42.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-20T06:46:42.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-20T06:46:42.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30452026-05-20T06:46:42.929Z
30462026-05-20T06:46:42.929Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-20T06:46:43.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-20T06:46:43.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-20T06:46:43.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-20T06:46:43.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-20T06:46:43.543Z
30522026-05-20T06:46:43.543Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-20T06:46:44.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-20T06:46:44.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-20T06:46:44.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-20T06:46:44.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-20T06:46:44.154Z
30582026-05-20T06:46:44.154Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-20T06:46:44.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-20T06:46:44.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-20T06:46:44.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-20T06:46:44.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-20T06:46:44.763Z
30642026-05-20T06:46:44.763Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-20T06:46:45.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-20T06:46:45.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-20T06:46:45.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-20T06:46:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-20T06:46:45.367Z
30702026-05-20T06:46:45.367Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-20T06:46:45.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-20T06:46:45.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-20T06:46:45.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-20T06:46:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-20T06:46:45.957Z
30762026-05-20T06:46:45.957Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-20T06:46:46.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-20T06:46:46.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-20T06:46:46.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-20T06:46:46.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-20T06:46:46.556Z
30822026-05-20T06:46:46.557Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-20T06:46:47.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-20T06:46:47.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-20T06:46:47.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-20T06:46:47.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-20T06:46:47.165Z
30882026-05-20T06:46:47.165Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-20T06:46:47.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-20T06:46:47.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-20T06:46:47.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-20T06:46:47.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-20T06:46:47.771Z
30942026-05-20T06:46:47.771Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-20T06:46:48.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-20T06:46:48.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-20T06:46:48.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-20T06:46:48.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-05-20T06:46:48.415Z
31002026-05-20T06:46:48.415Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-20T06:46:48.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-20T06:46:48.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-20T06:46:48.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-20T06:46:48.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31052026-05-20T06:46:49.056Z
31062026-05-20T06:46:49.056Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-20T06:46:49.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-20T06:46:49.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-20T06:46:49.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-20T06:46:49.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-20T06:46:49.644Z
31122026-05-20T06:46:49.644Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-20T06:46:50.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-20T06:46:50.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-20T06:46:50.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-20T06:46:50.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-05-20T06:46:50.233Z
31182026-05-20T06:46:50.233Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-20T06:46:50.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-20T06:46:50.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-20T06:46:50.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-20T06:46:50.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-20T06:46:50.825Z
31242026-05-20T06:46:50.825Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-20T06:46:51.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-20T06:46:51.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-20T06:46:51.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-20T06:46:51.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-05-20T06:46:51.431Z
31302026-05-20T06:46:51.431Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-20T06:46:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-20T06:46:51.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-20T06:46:51.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-20T06:46:51.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-20T06:46:52.019Z
31362026-05-20T06:46:52.019Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-20T06:46:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-20T06:46:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-20T06:46:52.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-20T06:46:52.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-20T06:46:52.628Z
31422026-05-20T06:46:52.628Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-20T06:46:53.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-20T06:46:53.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-20T06:46:53.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-20T06:46:53.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-20T06:46:53.257Z
31482026-05-20T06:46:53.257Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-20T06:46:53.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-20T06:46:53.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-20T06:46:53.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-20T06:46:53.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-20T06:46:53.881Z
31542026-05-20T06:46:53.881Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-20T06:46:54.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-20T06:46:54.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-20T06:46:54.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-20T06:46:54.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592026-05-20T06:46:54.477Z
31602026-05-20T06:46:54.477Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-20T06:46:54.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-20T06:46:54.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-20T06:46:54.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-20T06:46:55.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-05-20T06:46:55.095Z
31662026-05-20T06:46:55.095Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-20T06:46:55.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-20T06:46:55.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-20T06:46:55.791Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-20T06:46:55.906Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-20T06:46:55.914Z Checking csv-core v0.1.13
31722026-05-20T06:46:55.922Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-20T06:46:55.925Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-20T06:46:55.929Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-05-20T06:46:55.949Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-20T06:46:55.961Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-20T06:46:56.072Z Checking csv v1.4.0
31782026-05-20T06:46:56.111Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-20T06:46:56.126Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-20T06:46:56.154Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-20T06:46:56.169Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-20T06:46:56.412Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-20T06:46:56.770Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-20T06:46:56.770Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-05-20T06:46:57.098Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-20T06:47:02.903Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-20T06:47:03.432Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-20T06:47:05.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s
31892026-05-20T06:47:05.965Z
31902026-05-20T06:47:05.965Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-20T06:47:06.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-20T06:47:06.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-20T06:47:06.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-20T06:47:06.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31952026-05-20T06:47:06.571Z
31962026-05-20T06:47:06.571Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-20T06:47:07.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-20T06:47:07.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-20T06:47:07.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-20T06:47:07.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-20T06:47:07.249Z
32022026-05-20T06:47:07.249Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-20T06:47:07.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-20T06:47:07.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-20T06:47:07.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-20T06:47:07.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32072026-05-20T06:47:07.925Z
32082026-05-20T06:47:07.925Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-20T06:47:08.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-20T06:47:08.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-20T06:47:08.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-20T06:47:08.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-05-20T06:47:08.574Z
32142026-05-20T06:47:08.574Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-20T06:47:09.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-20T06:47:09.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-20T06:47:09.336Z Compiling regress v0.11.1
32182026-05-20T06:47:09.475Z Compiling unsafe-libyaml v0.2.11
32192026-05-20T06:47:09.517Z Compiling semver v0.1.20
32202026-05-20T06:47:09.520Z Compiling radium v0.7.0
32212026-05-20T06:47:09.520Z Compiling maybe-uninit v2.0.0
32222026-05-20T06:47:09.528Z Checking tap v1.0.1
32232026-05-20T06:47:09.542Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-20T06:47:09.628Z Checking wyz v0.5.1
32252026-05-20T06:47:09.757Z Compiling rustc_version v0.1.7
32262026-05-20T06:47:09.802Z Checking progenitor-client v0.13.0
32272026-05-20T06:47:09.833Z Compiling zerocopy-derive v0.6.6
32282026-05-20T06:47:09.943Z Compiling owo-colors v4.3.0
32292026-05-20T06:47:09.971Z Compiling newtype_derive v0.1.6
32302026-05-20T06:47:10.036Z Compiling serde_yaml v0.9.34+deprecated
32312026-05-20T06:47:10.159Z Compiling cancel-safe-futures v0.1.5
32322026-05-20T06:47:10.213Z Compiling packed_struct v0.10.1
32332026-05-20T06:47:10.257Z Checking crc-catalog v2.4.0
32342026-05-20T06:47:10.354Z Checking funty v2.0.0
32352026-05-20T06:47:10.388Z Checking crc v3.4.0
32362026-05-20T06:47:10.592Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-20T06:47:10.647Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-20T06:47:10.677Z Checking bitvec v1.0.1
32392026-05-20T06:47:10.696Z Checking zerocopy v0.6.6
32402026-05-20T06:47:10.891Z Checking typify-impl v0.6.2
32412026-05-20T06:47:10.994Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-20T06:47:11.022Z Compiling packed_struct_codegen v0.10.1
32432026-05-20T06:47:11.114Z Checking libsw-core v0.3.2
32442026-05-20T06:47:11.245Z Compiling bitfield-macros v0.19.4
32452026-05-20T06:47:11.262Z Compiling indexmap v1.9.3
32462026-05-20T06:47:11.455Z Checking nodrop v0.1.14
32472026-05-20T06:47:11.513Z Checking libsw v3.5.0
32482026-05-20T06:47:11.549Z Checking array-init v0.0.4
32492026-05-20T06:47:11.666Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-20T06:47:11.849Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-20T06:47:11.942Z Checking bitfield v0.19.4
32522026-05-20T06:47:11.965Z Checking smallvec v0.6.14
32532026-05-20T06:47:12.045Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-05-20T06:47:12.154Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-20T06:47:12.219Z Checking unicode-linebreak v0.1.5
32562026-05-20T06:47:12.283Z Checking base64 v0.21.7
32572026-05-20T06:47:12.344Z Checking tagptr v0.2.0
32582026-05-20T06:47:12.430Z Checking linear-map v1.2.0
32592026-05-20T06:47:12.455Z Checking hashbrown v0.12.3
32602026-05-20T06:47:12.483Z Checking smawk v0.3.2
32612026-05-20T06:47:12.522Z Checking ron v0.8.1
32622026-05-20T06:47:12.599Z Checking moka v0.12.13
32632026-05-20T06:47:12.613Z Checking textwrap v0.16.2
32642026-05-20T06:47:12.626Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-05-20T06:47:12.647Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-05-20T06:47:12.817Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-20T06:47:12.832Z Checking serde-hex v0.1.0
32682026-05-20T06:47:13.038Z Checking steno v0.4.1
32692026-05-20T06:47:13.144Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-20T06:47:13.180Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-05-20T06:47:13.217Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-05-20T06:47:13.340Z Checking hashbrown v0.13.2
32732026-05-20T06:47:13.618Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-20T06:47:13.756Z Checking crc-any v2.5.0
32752026-05-20T06:47:13.785Z Checking humantime v2.3.0
32762026-05-20T06:47:13.829Z Checking object v0.30.4
32772026-05-20T06:47:13.848Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-20T06:47:13.931Z Checking hickory-resolver v0.25.2
32792026-05-20T06:47:13.968Z Checking half v1.8.3
32802026-05-20T06:47:14.043Z Checking void v1.0.2
32812026-05-20T06:47:14.058Z Checking path-slash v0.1.5
32822026-05-20T06:47:14.151Z Checking utf-8 v0.7.6
32832026-05-20T06:47:14.166Z Checking lzss v0.8.2
32842026-05-20T06:47:14.183Z Checking serde_cbor v0.11.2
32852026-05-20T06:47:14.289Z Checking tungstenite v0.23.0
32862026-05-20T06:47:14.356Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-20T06:47:14.478Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-20T06:47:14.513Z Checking nix v0.27.1
32892026-05-20T06:47:14.565Z Checking kstat-rs v0.2.4
32902026-05-20T06:47:14.669Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-05-20T06:47:14.704Z Checking fxhash v0.2.1
32922026-05-20T06:47:14.719Z Checking serde_bytes v0.11.19
32932026-05-20T06:47:14.756Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-05-20T06:47:14.826Z Checking tokio-tungstenite v0.23.1
32952026-05-20T06:47:14.894Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-05-20T06:47:15.022Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-20T06:47:15.087Z Checking signal-hook-tokio v0.3.1
32982026-05-20T06:47:15.359Z Compiling typify-macro v0.6.2
32992026-05-20T06:47:16.089Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-20T06:47:16.490Z Compiling typify v0.6.2
33012026-05-20T06:47:16.569Z Compiling progenitor-impl v0.13.0
33022026-05-20T06:47:16.569Z Compiling progenitor-impl v0.14.0
33032026-05-20T06:47:16.973Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-20T06:47:17.297Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33052026-05-20T06:47:18.159Z Compiling progenitor-macro v0.14.0
33062026-05-20T06:47:18.173Z Compiling progenitor-macro v0.13.0
33072026-05-20T06:47:20.761Z Checking progenitor v0.13.0
33082026-05-20T06:47:20.764Z Checking progenitor v0.14.0
33092026-05-20T06:47:20.890Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33102026-05-20T06:47:20.893Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-20T06:47:23.870Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-20T06:47:31.439Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-20T06:47:37.741Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-20T06:47:39.095Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-20T06:47:39.603Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-20T06:47:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s
33172026-05-20T06:47:41.906Z
33182026-05-20T06:47:41.906Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-20T06:47:42.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-20T06:47:42.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-20T06:47:42.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-20T06:47:42.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-20T06:47:42.499Z
33242026-05-20T06:47:42.499Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-20T06:47:43.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-20T06:47:43.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-20T06:47:43.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-20T06:47:43.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-20T06:47:43.092Z
33302026-05-20T06:47:43.093Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-20T06:47:43.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-20T06:47:43.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-20T06:47:43.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-20T06:47:43.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33352026-05-20T06:47:43.678Z
33362026-05-20T06:47:43.678Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-20T06:47:44.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-20T06:47:44.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-20T06:47:44.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-20T06:47:44.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-20T06:47:44.278Z
33422026-05-20T06:47:44.278Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-20T06:47:44.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-20T06:47:44.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-20T06:47:44.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-20T06:47:44.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-20T06:47:44.879Z
33482026-05-20T06:47:44.879Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-20T06:47:45.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-20T06:47:45.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-20T06:47:45.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-20T06:47:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-20T06:47:45.479Z
33542026-05-20T06:47:45.479Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-20T06:47:45.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-20T06:47:45.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-20T06:47:45.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-20T06:47:45.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-20T06:47:46.075Z
33602026-05-20T06:47:46.076Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-20T06:47:46.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-20T06:47:46.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-20T06:47:46.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-20T06:47:46.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-20T06:47:46.673Z
33662026-05-20T06:47:46.674Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-20T06:47:47.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-20T06:47:47.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-20T06:47:47.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-20T06:47:47.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-05-20T06:47:47.272Z
33722026-05-20T06:47:47.272Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-20T06:47:47.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-20T06:47:47.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-20T06:47:47.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-20T06:47:47.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-20T06:47:47.871Z
33782026-05-20T06:47:47.871Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-20T06:47:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-20T06:47:48.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-20T06:47:48.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-20T06:47:48.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-20T06:47:48.470Z
33842026-05-20T06:47:48.470Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-20T06:47:48.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-20T06:47:48.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-20T06:47:48.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-20T06:47:48.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-20T06:47:49.064Z
33902026-05-20T06:47:49.064Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-20T06:47:49.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-20T06:47:49.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-20T06:47:49.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-20T06:47:49.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-20T06:47:49.660Z
33962026-05-20T06:47:49.660Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-20T06:47:50.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-20T06:47:50.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-20T06:47:50.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-20T06:47:50.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-20T06:47:50.255Z
34022026-05-20T06:47:50.255Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-20T06:47:50.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-20T06:47:50.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-20T06:47:50.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-20T06:47:50.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-20T06:47:50.850Z
34082026-05-20T06:47:50.850Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-20T06:47:51.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-20T06:47:51.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-20T06:47:51.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-20T06:47:51.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-20T06:47:51.449Z
34142026-05-20T06:47:51.449Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-20T06:47:51.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-20T06:47:51.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-20T06:47:51.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-20T06:47:51.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-05-20T06:47:52.045Z
34202026-05-20T06:47:52.045Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-20T06:47:52.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-20T06:47:52.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-20T06:47:52.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-20T06:47:52.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-20T06:47:52.640Z
34262026-05-20T06:47:52.640Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-20T06:47:53.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-20T06:47:53.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-20T06:47:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-20T06:47:53.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-20T06:47:53.239Z
34322026-05-20T06:47:53.239Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-20T06:47:53.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-20T06:47:53.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-20T06:47:53.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-20T06:47:53.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-20T06:47:53.836Z
34382026-05-20T06:47:53.836Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-20T06:47:54.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-20T06:47:54.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-20T06:47:54.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-20T06:47:54.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-05-20T06:47:54.433Z
34442026-05-20T06:47:54.433Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-20T06:47:54.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-20T06:47:54.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-20T06:47:54.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-20T06:47:54.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34492026-05-20T06:47:55.062Z
34502026-05-20T06:47:55.062Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-20T06:47:55.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-20T06:47:55.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-20T06:47:55.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-20T06:47:55.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-05-20T06:47:55.657Z
34562026-05-20T06:47:55.657Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-20T06:47:56.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-20T06:47:56.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-20T06:47:56.306Z Compiling parking_lot_core v0.8.6
34602026-05-20T06:47:56.306Z Compiling atomicwrites v0.4.4
34612026-05-20T06:47:56.306Z Compiling git-stub v1.0.0
34622026-05-20T06:47:56.309Z Checking prefix-trie v0.7.0
34632026-05-20T06:47:56.309Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-20T06:47:56.540Z Compiling git-stub-vcs v0.1.0
34652026-05-20T06:47:56.718Z Checking hickory-server v0.25.2
34662026-05-20T06:47:56.812Z Checking parking_lot v0.11.2
34672026-05-20T06:47:56.815Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-20T06:47:56.888Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-20T06:47:56.888Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-05-20T06:47:56.989Z Checking sled v0.34.7
34712026-05-20T06:47:58.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34722026-05-20T06:47:59.038Z
34732026-05-20T06:47:59.039Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-20T06:47:59.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-20T06:47:59.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-20T06:47:59.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-20T06:47:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-05-20T06:47:59.638Z
34792026-05-20T06:47:59.639Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-20T06:48:00.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-20T06:48:00.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-20T06:48:00.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-20T06:48:00.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-05-20T06:48:00.229Z
34852026-05-20T06:48:00.229Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-20T06:48:00.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-20T06:48:00.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-20T06:48:00.946Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-20T06:48:02.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34902026-05-20T06:48:02.896Z
34912026-05-20T06:48:02.896Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-20T06:48:03.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-20T06:48:03.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-20T06:48:03.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-20T06:48:03.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34962026-05-20T06:48:03.546Z
34972026-05-20T06:48:03.547Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-20T06:48:04.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-20T06:48:04.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-20T06:48:04.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-20T06:48:04.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35022026-05-20T06:48:04.194Z
35032026-05-20T06:48:04.194Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-20T06:48:04.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-20T06:48:04.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-20T06:48:04.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-20T06:48:04.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-05-20T06:48:04.775Z
35092026-05-20T06:48:04.775Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-20T06:48:05.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-20T06:48:05.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-20T06:48:05.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-20T06:48:05.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-05-20T06:48:05.356Z
35152026-05-20T06:48:05.357Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-20T06:48:05.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-20T06:48:05.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-20T06:48:05.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-20T06:48:05.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202026-05-20T06:48:06.003Z
35212026-05-20T06:48:06.003Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-20T06:48:06.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-20T06:48:06.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-20T06:48:06.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-20T06:48:06.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-05-20T06:48:06.581Z
35272026-05-20T06:48:06.581Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-20T06:48:07.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-20T06:48:07.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-20T06:48:07.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-20T06:48:07.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-05-20T06:48:07.217Z
35332026-05-20T06:48:07.217Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-20T06:48:07.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-20T06:48:07.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-20T06:48:07.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-20T06:48:07.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-05-20T06:48:07.854Z
35392026-05-20T06:48:07.854Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-20T06:48:08.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-20T06:48:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-20T06:48:08.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-20T06:48:08.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-20T06:48:08.436Z
35452026-05-20T06:48:08.436Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-20T06:48:08.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-20T06:48:08.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-20T06:48:08.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-20T06:48:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-20T06:48:09.023Z
35512026-05-20T06:48:09.023Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-20T06:48:09.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-20T06:48:09.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-20T06:48:09.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-20T06:48:09.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-20T06:48:09.621Z
35572026-05-20T06:48:09.621Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-20T06:48:10.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-20T06:48:10.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-20T06:48:10.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-20T06:48:10.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-20T06:48:10.210Z
35632026-05-20T06:48:10.210Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-20T06:48:10.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-20T06:48:10.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-20T06:48:10.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-20T06:48:10.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-20T06:48:10.799Z
35692026-05-20T06:48:10.799Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-20T06:48:11.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-20T06:48:11.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-20T06:48:11.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-20T06:48:11.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-20T06:48:11.450Z
35752026-05-20T06:48:11.450Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-20T06:48:11.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-20T06:48:12.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-20T06:48:12.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-20T06:48:12.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-20T06:48:12.101Z
35812026-05-20T06:48:12.101Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-20T06:48:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-20T06:48:12.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-20T06:48:12.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-20T06:48:12.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35862026-05-20T06:48:12.746Z
35872026-05-20T06:48:12.746Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-20T06:48:13.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-20T06:48:13.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-20T06:48:13.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-20T06:48:13.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35922026-05-20T06:48:13.366Z
35932026-05-20T06:48:13.366Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-20T06:48:13.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-20T06:48:13.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-20T06:48:13.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-20T06:48:13.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-20T06:48:13.983Z
35992026-05-20T06:48:13.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-20T06:48:14.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-20T06:48:14.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-20T06:48:14.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-20T06:48:14.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36042026-05-20T06:48:14.605Z
36052026-05-20T06:48:14.605Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-20T06:48:15.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-20T06:48:15.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-20T06:48:15.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-20T06:48:15.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36102026-05-20T06:48:15.209Z
36112026-05-20T06:48:15.209Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-20T06:48:15.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-20T06:48:15.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-20T06:48:15.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-20T06:48:15.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-20T06:48:15.827Z
36172026-05-20T06:48:15.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-20T06:48:16.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-20T06:48:16.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-20T06:48:16.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-20T06:48:16.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-20T06:48:16.449Z
36232026-05-20T06:48:16.449Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-20T06:48:16.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-20T06:48:16.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-20T06:48:16.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-20T06:48:16.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-05-20T06:48:17.036Z
36292026-05-20T06:48:17.036Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-20T06:48:17.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-20T06:48:17.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-20T06:48:17.898Z Compiling typify-impl v0.4.3
36332026-05-20T06:48:17.898Z Compiling libefi-sys v0.1.0
36342026-05-20T06:48:17.901Z Compiling bitfield-struct v0.6.2
36352026-05-20T06:48:18.054Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-20T06:48:18.063Z Compiling xshell-macros v0.2.7
36372026-05-20T06:48:18.095Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-20T06:48:18.104Z Compiling salty v0.3.0
36392026-05-20T06:48:18.162Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-20T06:48:18.289Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-20T06:48:18.392Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-20T06:48:18.425Z Checking xshell v0.2.7
36432026-05-20T06:48:18.448Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-20T06:48:18.540Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-20T06:48:18.652Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-20T06:48:18.667Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-05-20T06:48:18.739Z Checking primeorder v0.13.6
36482026-05-20T06:48:18.834Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-20T06:48:18.892Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-20T06:48:18.974Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-05-20T06:48:18.993Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-20T06:48:19.130Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-05-20T06:48:19.183Z Checking tungstenite v0.21.0
36542026-05-20T06:48:19.219Z Checking p384 v0.13.1
36552026-05-20T06:48:19.235Z Compiling proc-macro-error2 v2.0.1
36562026-05-20T06:48:19.275Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-05-20T06:48:19.603Z Compiling num-derive v0.3.3
36582026-05-20T06:48:19.636Z Checking tokio-tungstenite v0.21.0
36592026-05-20T06:48:19.875Z Compiling tabled_derive v0.11.0
36602026-05-20T06:48:19.933Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-20T06:48:19.974Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36622026-05-20T06:48:20.055Z Checking papergrid v0.17.0
36632026-05-20T06:48:20.310Z Checking testing_table v0.3.0
36642026-05-20T06:48:20.349Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-20T06:48:20.408Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-20T06:48:20.477Z Checking libscf-sys v1.1.0
36672026-05-20T06:48:20.654Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-05-20T06:48:20.824Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-20T06:48:20.853Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-20T06:48:20.926Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-20T06:48:21.022Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-20T06:48:21.061Z Compiling unicase v2.9.0
36732026-05-20T06:48:21.105Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36742026-05-20T06:48:21.124Z Compiling illumos-nvpair-sys v0.2.0
36752026-05-20T06:48:21.217Z Checking corncobs v0.1.4
36762026-05-20T06:48:21.266Z Compiling mime_guess v2.0.5
36772026-05-20T06:48:21.348Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-05-20T06:48:21.409Z Checking tabled v0.20.0
36792026-05-20T06:48:21.525Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-20T06:48:21.584Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-05-20T06:48:21.605Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-20T06:48:21.734Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-20T06:48:21.799Z Checking progenitor-client v0.11.2
36842026-05-20T06:48:21.815Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36852026-05-20T06:48:21.941Z Checking secrecy v0.8.0
36862026-05-20T06:48:22.027Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-20T06:48:22.045Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36882026-05-20T06:48:22.344Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-20T06:48:22.412Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36902026-05-20T06:48:22.436Z Compiling typify-macro v0.4.3
36912026-05-20T06:48:22.451Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-20T06:48:22.523Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-20T06:48:22.611Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-20T06:48:22.627Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-20T06:48:22.715Z Checking filetime v0.2.27
36962026-05-20T06:48:22.792Z Checking crc8 v0.1.1
36972026-05-20T06:48:22.856Z Checking http-range v0.1.5
36982026-05-20T06:48:22.990Z Checking xattr v1.6.1
36992026-05-20T06:48:23.072Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-05-20T06:48:23.122Z Checking tar v0.4.45
37012026-05-20T06:48:23.259Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-20T06:48:23.396Z Checking illumos-nvpair v0.3.0
37032026-05-20T06:48:23.511Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-20T06:48:23.552Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-20T06:48:23.568Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37062026-05-20T06:48:23.897Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37072026-05-20T06:48:23.914Z Checking atty v0.2.14
37082026-05-20T06:48:23.931Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37092026-05-20T06:48:23.976Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37102026-05-20T06:48:24.049Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37112026-05-20T06:48:24.153Z Compiling typify v0.4.3
37122026-05-20T06:48:24.286Z Compiling progenitor-impl v0.11.2
37132026-05-20T06:48:24.510Z Compiling progenitor-impl v0.10.0
37142026-05-20T06:48:24.690Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37152026-05-20T06:48:25.008Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-05-20T06:48:25.212Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37172026-05-20T06:48:25.259Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37182026-05-20T06:48:25.658Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37192026-05-20T06:48:25.895Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-20T06:48:26.147Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-20T06:48:26.164Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37222026-05-20T06:48:26.238Z Checking hyper-staticfile v0.10.1
37232026-05-20T06:48:26.344Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-20T06:48:26.385Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-20T06:48:26.526Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-20T06:48:26.604Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-20T06:48:26.751Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-05-20T06:48:26.790Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37292026-05-20T06:48:26.872Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37302026-05-20T06:48:26.910Z Compiling progenitor-macro v0.11.2
37312026-05-20T06:48:27.036Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37322026-05-20T06:48:27.097Z Compiling progenitor-macro v0.10.0
37332026-05-20T06:48:29.573Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-20T06:48:29.676Z Checking progenitor v0.11.2
37352026-05-20T06:48:29.806Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-20T06:48:29.957Z Checking progenitor v0.10.0
37372026-05-20T06:48:30.086Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-20T06:48:34.392Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-20T06:48:45.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.21s
37402026-05-20T06:48:45.466Z
37412026-05-20T06:48:45.466Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-20T06:48:46.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-20T06:48:46.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-20T06:48:46.257Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-20T06:48:56.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37462026-05-20T06:48:57.131Z
37472026-05-20T06:48:57.131Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-20T06:48:57.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-20T06:48:57.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-20T06:48:57.920Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-20T06:49:08.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37522026-05-20T06:49:08.826Z
37532026-05-20T06:49:08.826Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-20T06:49:09.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-20T06:49:09.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-20T06:49:09.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-20T06:49:20.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37582026-05-20T06:49:20.474Z
37592026-05-20T06:49:20.474Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-20T06:49:21.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-20T06:49:21.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-20T06:49:21.257Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-20T06:49:31.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37642026-05-20T06:49:32.159Z
37652026-05-20T06:49:32.159Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-20T06:49:32.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-20T06:49:32.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-20T06:49:32.941Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-20T06:49:43.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37702026-05-20T06:49:43.820Z
37712026-05-20T06:49:43.820Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-20T06:49:44.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-20T06:49:44.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-20T06:49:44.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-20T06:49:55.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37762026-05-20T06:49:55.469Z
37772026-05-20T06:49:55.470Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-20T06:49:56.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-20T06:49:56.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-20T06:49:56.255Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-20T06:50:06.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37822026-05-20T06:50:07.129Z
37832026-05-20T06:50:07.129Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-20T06:50:07.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-20T06:50:07.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-20T06:50:07.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-20T06:50:07.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-20T06:50:07.738Z
37892026-05-20T06:50:07.738Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-20T06:50:08.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-20T06:50:08.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-20T06:50:08.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-20T06:50:08.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-05-20T06:50:08.349Z
37952026-05-20T06:50:08.349Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-20T06:50:08.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-20T06:50:08.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-20T06:50:08.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-20T06:50:08.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-20T06:50:08.949Z
38012026-05-20T06:50:08.949Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-20T06:50:09.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-20T06:50:09.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-20T06:50:09.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-20T06:50:09.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-05-20T06:50:09.551Z
38072026-05-20T06:50:09.551Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-20T06:50:10.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-20T06:50:10.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-20T06:50:10.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-20T06:50:10.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-20T06:50:10.168Z
38132026-05-20T06:50:10.168Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-20T06:50:10.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-20T06:50:10.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-20T06:50:10.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-20T06:50:10.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-20T06:50:10.790Z
38192026-05-20T06:50:10.790Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-20T06:50:11.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-20T06:50:11.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-20T06:50:11.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-20T06:50:11.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-20T06:50:11.413Z
38252026-05-20T06:50:11.413Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-20T06:50:11.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-20T06:50:11.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-20T06:50:11.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-20T06:50:11.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-05-20T06:50:12.045Z
38312026-05-20T06:50:12.045Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-20T06:50:12.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-20T06:50:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-20T06:50:12.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-20T06:50:12.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-20T06:50:12.668Z
38372026-05-20T06:50:12.668Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-20T06:50:13.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-20T06:50:13.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-20T06:50:13.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-20T06:50:13.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-20T06:50:13.293Z
38432026-05-20T06:50:13.293Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-20T06:50:13.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-20T06:50:13.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-20T06:50:13.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-20T06:50:13.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-20T06:50:13.917Z
38492026-05-20T06:50:13.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-20T06:50:14.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-20T06:50:14.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-20T06:50:14.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-20T06:50:14.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-20T06:50:14.553Z
38552026-05-20T06:50:14.553Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-20T06:50:15.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-20T06:50:15.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-20T06:50:15.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-20T06:50:15.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-20T06:50:15.181Z
38612026-05-20T06:50:15.181Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-20T06:50:15.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-20T06:50:15.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-20T06:50:15.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-20T06:50:15.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-05-20T06:50:15.809Z
38672026-05-20T06:50:15.809Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-20T06:50:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-20T06:50:16.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-20T06:50:16.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-20T06:50:16.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38722026-05-20T06:50:16.456Z
38732026-05-20T06:50:16.456Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-20T06:50:16.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-20T06:50:16.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-20T06:50:16.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-20T06:50:16.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-05-20T06:50:17.082Z
38792026-05-20T06:50:17.082Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-20T06:50:17.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-20T06:50:17.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-20T06:50:17.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-20T06:50:17.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-05-20T06:50:17.720Z
38852026-05-20T06:50:17.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-20T06:50:18.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-20T06:50:18.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-20T06:50:18.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-20T06:50:18.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38902026-05-20T06:50:18.380Z
38912026-05-20T06:50:18.380Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-20T06:50:18.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-20T06:50:18.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-20T06:50:18.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-20T06:50:18.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38962026-05-20T06:50:18.989Z
38972026-05-20T06:50:18.989Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-20T06:50:19.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-20T06:50:19.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-20T06:50:19.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-20T06:50:19.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39022026-05-20T06:50:19.648Z
39032026-05-20T06:50:19.649Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-20T06:50:20.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-20T06:50:20.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-20T06:50:20.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-20T06:50:20.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39082026-05-20T06:50:20.241Z
39092026-05-20T06:50:20.241Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-20T06:50:20.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-20T06:50:20.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-20T06:50:21.016Z Compiling fs-err v2.11.0
39132026-05-20T06:50:21.019Z Checking ignore v0.4.25
39142026-05-20T06:50:21.019Z Checking arc-swap v1.8.2
39152026-05-20T06:50:21.153Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-20T06:50:21.156Z Checking predicates-tree v1.0.13
39172026-05-20T06:50:21.160Z Checking parse-size v1.1.0
39182026-05-20T06:50:21.183Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-20T06:50:21.186Z Checking rand_seeder v0.4.0
39202026-05-20T06:50:21.246Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-20T06:50:21.280Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-05-20T06:50:21.333Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-20T06:50:21.346Z Checking slog-scope v4.4.1
39242026-05-20T06:50:21.381Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-20T06:50:21.473Z Checking slog-stdlog v4.1.1
39262026-05-20T06:50:21.489Z Compiling petname v2.0.2
39272026-05-20T06:50:21.503Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-20T06:50:21.517Z Checking globwalk v0.9.1
39292026-05-20T06:50:21.562Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-20T06:50:21.590Z Checking slog-envlogger v2.2.0
39312026-05-20T06:50:21.688Z Checking camino-tempfile-ext v0.3.3
39322026-05-20T06:50:21.738Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-20T06:50:21.758Z Checking sapling-renderdag v0.1.0
39342026-05-20T06:50:21.878Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-20T06:50:21.927Z Checking subprocess v0.2.15
39362026-05-20T06:50:21.992Z Checking sync-ptr v0.1.4
39372026-05-20T06:50:22.117Z Checking colored v2.2.0
39382026-05-20T06:50:22.130Z Checking assert_matches v1.5.0
39392026-05-20T06:50:22.202Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-20T06:50:22.348Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-05-20T06:50:22.348Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39422026-05-20T06:50:23.085Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-20T06:50:24.404Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-20T06:50:26.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
39452026-05-20T06:50:26.810Z
39462026-05-20T06:50:26.810Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-20T06:50:27.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-20T06:50:27.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-20T06:50:27.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-20T06:50:27.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-05-20T06:50:27.404Z
39522026-05-20T06:50:27.404Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-20T06:50:27.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-20T06:50:27.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-20T06:50:27.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-20T06:50:27.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39572026-05-20T06:50:28.022Z
39582026-05-20T06:50:28.022Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-20T06:50:28.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-20T06:50:28.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-20T06:50:28.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-20T06:50:28.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39632026-05-20T06:50:28.675Z
39642026-05-20T06:50:28.675Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-20T06:50:29.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-20T06:50:29.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-20T06:50:29.398Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-20T06:50:29.398Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-20T06:50:30.044Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-20T06:50:31.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39712026-05-20T06:50:31.821Z
39722026-05-20T06:50:31.821Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-20T06:50:32.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-20T06:50:32.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-20T06:50:32.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-20T06:50:32.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39772026-05-20T06:50:32.423Z
39782026-05-20T06:50:32.423Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-20T06:50:32.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-20T06:50:32.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-20T06:50:33.032Z Checking yasna v0.5.2
39822026-05-20T06:50:33.438Z Checking rcgen v0.12.1
39832026-05-20T06:50:33.684Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-20T06:50:33.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39852026-05-20T06:50:34.037Z
39862026-05-20T06:50:34.037Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-20T06:50:34.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-20T06:50:34.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-20T06:50:34.688Z Compiling darling_core v0.23.0
39902026-05-20T06:50:34.797Z Compiling instability v0.3.11
39912026-05-20T06:50:34.807Z Checking castaway v0.2.4
39922026-05-20T06:50:34.813Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-20T06:50:34.817Z Compiling indoc v2.0.7
39942026-05-20T06:50:34.831Z Checking unicode-truncate v1.1.0
39952026-05-20T06:50:34.834Z Checking lru v0.12.5
39962026-05-20T06:50:34.834Z Checking cassowary v0.3.0
39972026-05-20T06:50:34.894Z Checking compact_str v0.8.1
39982026-05-20T06:50:35.872Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-20T06:50:36.055Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-20T06:50:36.205Z Compiling darling_macro v0.23.0
40012026-05-20T06:50:36.613Z Compiling darling v0.23.0
40022026-05-20T06:50:37.215Z Checking ratatui v0.29.0
40032026-05-20T06:50:38.266Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-20T06:50:38.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40052026-05-20T06:50:39.128Z
40062026-05-20T06:50:39.128Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-20T06:50:39.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-20T06:50:39.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-20T06:50:39.848Z Checking headers-core v0.3.0
40102026-05-20T06:50:39.852Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-20T06:50:40.046Z Checking headers v0.4.1
40122026-05-20T06:50:40.407Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-20T06:50:41.250Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-20T06:50:41.745Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-20T06:50:42.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40162026-05-20T06:50:42.361Z
40172026-05-20T06:50:42.361Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-20T06:50:42.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-20T06:50:42.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-20T06:50:43.088Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-20T06:50:43.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40222026-05-20T06:50:44.049Z
40232026-05-20T06:50:44.049Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-20T06:50:44.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-20T06:50:44.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-20T06:50:44.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-20T06:50:44.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40282026-05-20T06:50:44.513Z
40292026-05-20T06:50:44.513Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-20T06:50:45.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-20T06:50:45.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-20T06:50:45.230Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-20T06:50:46.211Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-20T06:50:46.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40352026-05-20T06:50:46.769Z
40362026-05-20T06:50:46.769Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-20T06:50:47.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-20T06:50:47.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-20T06:50:47.494Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-20T06:50:48.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40412026-05-20T06:50:48.449Z
40422026-05-20T06:50:48.449Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-20T06:50:48.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-20T06:50:49.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-20T06:50:49.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-20T06:50:49.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40472026-05-20T06:50:49.096Z
40482026-05-20T06:50:49.096Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-20T06:50:49.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-20T06:50:49.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-20T06:50:49.712Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-20T06:50:50.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40532026-05-20T06:50:50.573Z
40542026-05-20T06:50:50.573Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-20T06:50:51.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-20T06:50:51.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-20T06:50:51.333Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-20T06:50:51.333Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-20T06:50:51.337Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7b670c83387c75bcd7f468013e65fde69a2707eb#7b670c83)
40602026-05-20T06:50:51.337Z Checking git-stub v1.0.0
40612026-05-20T06:50:51.337Z Compiling trait-variant v0.1.2
40622026-05-20T06:50:51.337Z Checking maplit v1.0.2
40632026-05-20T06:50:51.337Z Checking is_ci v1.2.0
40642026-05-20T06:50:51.453Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-20T06:50:51.534Z Checking supports-color v3.0.2
40662026-05-20T06:50:51.551Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40672026-05-20T06:50:51.593Z Checking git-stub-vcs v0.1.0
40682026-05-20T06:50:51.652Z Checking drift v0.1.4
40692026-05-20T06:50:51.666Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-20T06:50:51.749Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-20T06:50:51.784Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40722026-05-20T06:50:51.941Z Checking dropshot-api-manager v0.7.1
40732026-05-20T06:50:51.957Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40742026-05-20T06:50:51.972Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40752026-05-20T06:50:51.986Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40762026-05-20T06:50:52.181Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40772026-05-20T06:50:52.251Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-05-20T06:50:52.424Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7b670c83387c75bcd7f468013e65fde69a2707eb#7b670c83)
40792026-05-20T06:50:52.712Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-20T06:50:57.608Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-20T06:50:58.692Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-20T06:50:59.256Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-20T06:50:59.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
40842026-05-20T06:50:59.894Z
40852026-05-20T06:50:59.894Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-20T06:51:00.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-20T06:51:00.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-20T06:51:00.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-20T06:51:00.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40902026-05-20T06:51:00.501Z
40912026-05-20T06:51:00.502Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-20T06:51:01.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-20T06:51:01.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-20T06:51:01.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-20T06:51:01.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40962026-05-20T06:51:01.143Z
40972026-05-20T06:51:01.143Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-20T06:51:01.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-20T06:51:01.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-20T06:51:01.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-20T06:51:01.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-20T06:51:01.791Z
41032026-05-20T06:51:01.791Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-20T06:51:02.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-20T06:51:02.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-20T06:51:02.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-20T06:51:02.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-20T06:51:02.440Z
41092026-05-20T06:51:02.440Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-20T06:51:02.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-20T06:51:02.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-20T06:51:02.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-20T06:51:02.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-05-20T06:51:03.049Z
41152026-05-20T06:51:03.050Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-20T06:51:03.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-20T06:51:03.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-20T06:51:03.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-20T06:51:03.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-20T06:51:03.642Z
41212026-05-20T06:51:03.642Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-20T06:51:04.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-20T06:51:04.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-20T06:51:04.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-20T06:51:04.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-20T06:51:04.265Z
41272026-05-20T06:51:04.265Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-20T06:51:04.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-20T06:51:04.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-20T06:51:04.880Z Checking typeid v1.0.3
41312026-05-20T06:51:04.993Z Checking ordered-float v2.10.1
41322026-05-20T06:51:05.013Z Checking unicode-xid v0.2.6
41332026-05-20T06:51:05.025Z Checking cargo-platform v0.2.0
41342026-05-20T06:51:05.036Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-20T06:51:05.060Z Checking erased-serde v0.4.9
41362026-05-20T06:51:05.195Z Checking serde-value v0.7.0
41372026-05-20T06:51:05.368Z Checking serde-untagged v0.1.9
41382026-05-20T06:51:05.521Z Checking cargo-util-schemas v0.8.2
41392026-05-20T06:51:06.194Z Checking cargo_metadata v0.21.0
41402026-05-20T06:51:06.788Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-20T06:51:07.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41422026-05-20T06:51:07.645Z
41432026-05-20T06:51:07.645Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-20T06:51:08.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-20T06:51:08.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-20T06:51:08.392Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-20T06:51:09.014Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-20T06:51:09.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41492026-05-20T06:51:09.728Z
41502026-05-20T06:51:09.728Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-20T06:51:10.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-20T06:51:10.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-20T06:51:10.592Z Compiling vergen-gitcl v1.0.8
41542026-05-20T06:51:10.592Z Compiling dirs-sys-next v0.1.2
41552026-05-20T06:51:10.592Z Compiling diesel_derives v2.3.7
41562026-05-20T06:51:10.592Z Compiling glob v0.3.3
41572026-05-20T06:51:10.592Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-20T06:51:10.592Z Compiling crunchy v0.2.4
41592026-05-20T06:51:10.596Z Compiling dsl_auto_type v0.2.0
41602026-05-20T06:51:10.596Z Checking scheduled-thread-pool v0.2.7
41612026-05-20T06:51:10.884Z Compiling dirs-next v2.0.0
41622026-05-20T06:51:10.984Z Compiling diesel_table_macro_syntax v0.3.0
41632026-05-20T06:51:10.998Z Compiling tiny-keccak v2.0.2
41642026-05-20T06:51:11.012Z Compiling term v0.7.0
41652026-05-20T06:51:11.095Z Compiling clang-sys v1.8.1
41662026-05-20T06:51:11.151Z Checking r2d2 v0.8.10
41672026-05-20T06:51:11.185Z Compiling bit-vec v0.6.3
41682026-05-20T06:51:11.222Z Checking downcast-rs v2.0.2
41692026-05-20T06:51:11.319Z Compiling ascii-canvas v3.0.0
41702026-05-20T06:51:11.402Z Compiling bit-set v0.5.3
41712026-05-20T06:51:11.504Z Compiling itertools v0.10.5
41722026-05-20T06:51:11.557Z Compiling ena v0.14.4
41732026-05-20T06:51:11.560Z Compiling libloading v0.8.9
41742026-05-20T06:51:11.586Z Compiling diff v0.1.13
41752026-05-20T06:51:11.604Z Compiling regex-syntax v0.6.29
41762026-05-20T06:51:11.739Z Compiling bindgen v0.71.1
41772026-05-20T06:51:11.777Z Compiling cexpr v0.6.0
41782026-05-20T06:51:11.839Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-20T06:51:12.033Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-20T06:51:12.191Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-20T06:51:12.212Z Compiling libxml v0.3.3
41822026-05-20T06:51:12.432Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-20T06:51:12.476Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-20T06:51:12.540Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-20T06:51:12.738Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-20T06:51:12.756Z Compiling strum_macros v0.24.3
41872026-05-20T06:51:12.786Z Compiling indoc v1.0.9
41882026-05-20T06:51:13.001Z Compiling lalrpop v0.19.12
41892026-05-20T06:51:13.737Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-20T06:51:13.927Z Checking derive_builder v0.20.2
41912026-05-20T06:51:14.073Z Compiling oso-derive v0.27.3
41922026-05-20T06:51:14.122Z Checking quick-xml v0.37.5
41932026-05-20T06:51:14.287Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-20T06:51:14.569Z Checking openssl-probe v0.1.6
41952026-05-20T06:51:14.709Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-20T06:51:15.011Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-20T06:51:15.204Z Checking bb8 v0.8.6
41982026-05-20T06:51:15.444Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-20T06:51:15.466Z Checking nonempty v0.12.0
42002026-05-20T06:51:15.485Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-20T06:51:15.628Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42022026-05-20T06:51:15.666Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-20T06:51:15.703Z Checking console v0.16.2
42042026-05-20T06:51:15.843Z Checking unit-prefix v0.5.2
42052026-05-20T06:51:15.858Z Checking support-bundle-viewer v0.1.2
42062026-05-20T06:51:15.977Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-20T06:51:16.008Z Checking indicatif v0.18.4
42082026-05-20T06:51:16.096Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-20T06:51:16.258Z Checking multimap v0.10.1
42102026-05-20T06:51:16.621Z Checking diesel v2.3.7
42112026-05-20T06:51:18.470Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-20T06:51:18.730Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-20T06:51:19.066Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-20T06:51:20.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152026-05-20T06:51:20.519Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42162026-05-20T06:51:20.659Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42172026-05-20T06:51:21.171Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-05-20T06:51:21.260Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42192026-05-20T06:51:23.237Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-20T06:51:28.469Z Compiling samael v0.0.19
42212026-05-20T06:51:32.210Z Checking diesel-dtrace v0.5.0
42222026-05-20T06:51:32.413Z Checking async-bb8-diesel v0.2.1
42232026-05-20T06:51:33.139Z Compiling polar-core v0.27.3
42242026-05-20T06:51:37.565Z Checking oso v0.27.3
42252026-05-20T06:52:14.376Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-20T06:52:47.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42272026-05-20T06:52:47.840Z
42282026-05-20T06:52:47.840Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-20T06:52:48.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-20T06:52:48.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-20T06:52:48.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-20T06:52:48.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-05-20T06:52:48.503Z
42342026-05-20T06:52:48.503Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-20T06:52:49.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-20T06:52:49.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-20T06:52:49.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-20T06:52:49.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-20T06:52:49.162Z
42402026-05-20T06:52:49.162Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-20T06:52:49.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-20T06:52:49.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-20T06:52:49.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-20T06:52:49.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-05-20T06:52:49.755Z
42462026-05-20T06:52:49.755Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-20T06:52:50.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-20T06:52:50.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-20T06:52:50.631Z Compiling libz-sys v1.1.24
42502026-05-20T06:52:50.762Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-20T06:52:50.773Z Compiling vergen-git2 v1.0.7
42522026-05-20T06:52:50.783Z Compiling rustls v0.21.12
42532026-05-20T06:52:50.793Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-20T06:52:50.805Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-20T06:52:50.808Z Checking sct v0.7.1
42562026-05-20T06:52:50.808Z Checking rustls-webpki v0.101.7
42572026-05-20T06:52:50.960Z Compiling nix v0.29.0
42582026-05-20T06:52:50.989Z Compiling dropshot v0.16.7
42592026-05-20T06:52:51.021Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42602026-05-20T06:52:51.039Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42612026-05-20T06:52:51.143Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42622026-05-20T06:52:51.220Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42632026-05-20T06:52:51.247Z Checking toml v0.9.12+spec-1.1.0
42642026-05-20T06:52:51.290Z Compiling dropshot_endpoint v0.16.7
42652026-05-20T06:52:51.442Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-20T06:52:51.574Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-20T06:52:51.697Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-20T06:52:51.825Z Checking rustls-pemfile v1.0.4
42692026-05-20T06:52:51.963Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-20T06:52:52.153Z Checking twox-hash v2.1.2
42712026-05-20T06:52:52.172Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-20T06:52:52.419Z Checking tokio-rustls v0.24.1
42732026-05-20T06:52:52.954Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-20T06:52:53.052Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42752026-05-20T06:52:53.070Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-20T06:52:53.610Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-20T06:52:53.718Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-20T06:52:53.718Z Checking fatfs v0.3.6
42792026-05-20T06:52:53.801Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-20T06:52:53.868Z Compiling seq-macro v0.3.6
42812026-05-20T06:52:57.555Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-20T06:52:57.680Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-20T06:52:58.120Z Compiling git2 v0.20.4
42842026-05-20T06:53:00.319Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-20T06:53:47.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.07s
42862026-05-20T06:53:48.070Z
42872026-05-20T06:53:48.071Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-20T06:53:48.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-20T06:53:48.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-20T06:53:48.968Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-20T06:54:27.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s
42922026-05-20T06:54:27.757Z
42932026-05-20T06:54:27.757Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-20T06:54:28.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-20T06:54:28.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-20T06:54:28.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-20T06:54:28.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42982026-05-20T06:54:28.359Z
42992026-05-20T06:54:28.359Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-20T06:54:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-20T06:54:28.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-20T06:54:28.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-20T06:54:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43042026-05-20T06:54:29.008Z
43052026-05-20T06:54:29.008Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-20T06:54:29.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-20T06:54:29.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-20T06:54:29.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-20T06:54:29.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-05-20T06:54:29.668Z
43112026-05-20T06:54:29.669Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-20T06:54:30.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-20T06:54:30.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-20T06:54:30.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-20T06:54:30.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43162026-05-20T06:54:30.328Z
43172026-05-20T06:54:30.328Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-20T06:54:30.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-20T06:54:30.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-20T06:54:30.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-20T06:54:30.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-05-20T06:54:30.980Z
43232026-05-20T06:54:30.980Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-20T06:54:31.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-20T06:54:31.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-20T06:54:31.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-20T06:54:31.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43282026-05-20T06:54:31.630Z
43292026-05-20T06:54:31.630Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-20T06:54:32.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-20T06:54:32.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-20T06:54:32.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-20T06:54:32.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-20T06:54:32.290Z
43352026-05-20T06:54:32.291Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-20T06:54:32.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-20T06:54:32.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-20T06:54:32.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-20T06:54:32.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-20T06:54:32.950Z
43412026-05-20T06:54:32.951Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-20T06:54:33.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-20T06:54:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-20T06:54:33.855Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-20T06:54:33.855Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-20T06:54:34.045Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-20T06:54:34.076Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-20T06:54:34.097Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-20T06:54:34.101Z Checking yansi v1.0.1
43502026-05-20T06:54:34.101Z Checking diff v0.1.13
43512026-05-20T06:54:34.144Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-20T06:54:34.184Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-20T06:54:34.379Z Checking pretty_assertions v1.4.1
43542026-05-20T06:54:34.994Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-20T06:54:35.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-20T06:54:58.443Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-05-20T06:54:58.446Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43582026-05-20T06:54:58.446Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43592026-05-20T06:54:58.446Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43602026-05-20T06:54:58.447Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43612026-05-20T06:54:58.447Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43622026-05-20T06:54:59.300Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-20T06:55:00.389Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-20T06:55:39.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43652026-05-20T06:55:39.376Z
43662026-05-20T06:55:39.376Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-20T06:55:39.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-20T06:55:39.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-20T06:55:39.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-20T06:55:39.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43712026-05-20T06:55:39.976Z
43722026-05-20T06:55:39.976Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-20T06:55:40.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-20T06:55:40.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-20T06:55:40.756Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-20T06:55:40.878Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-20T06:55:40.882Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-20T06:56:06.523Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-20T06:56:06.913Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-20T06:56:08.614Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-20T06:56:09.069Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-20T06:56:11.989Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-20T06:56:34.584Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-20T06:56:35.283Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-20T06:56:36.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.92s
43862026-05-20T06:56:37.121Z
43872026-05-20T06:56:37.121Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-20T06:56:37.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-20T06:56:37.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-20T06:56:37.852Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-20T06:56:38.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43922026-05-20T06:56:38.745Z
43932026-05-20T06:56:38.745Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-20T06:56:39.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-20T06:56:39.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-20T06:56:39.407Z Compiling blake3 v1.8.3
43972026-05-20T06:56:39.516Z Checking constant_time_eq v0.4.2
43982026-05-20T06:56:39.520Z Checking arrayref v0.3.9
43992026-05-20T06:56:39.520Z Checking arrayvec v0.7.6
44002026-05-20T06:56:39.537Z Checking topological-sort v0.2.2
44012026-05-20T06:56:39.540Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-05-20T06:56:39.540Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44032026-05-20T06:56:39.540Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44042026-05-20T06:56:39.579Z Checking shell-words v1.1.1
44052026-05-20T06:56:40.294Z Checking omicron-zone-package v0.12.2
44062026-05-20T06:56:41.004Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-20T06:56:41.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
44082026-05-20T06:56:42.009Z
44092026-05-20T06:56:42.009Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-20T06:56:42.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-20T06:56:42.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-20T06:56:42.652Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-20T06:56:42.971Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-20T06:56:43.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44152026-05-20T06:56:43.544Z
44162026-05-20T06:56:43.544Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-20T06:56:44.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-20T06:56:44.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-20T06:56:44.283Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-20T06:56:44.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44212026-05-20T06:56:45.190Z
44222026-05-20T06:56:45.190Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-20T06:56:45.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-20T06:56:45.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-20T06:56:45.651Z Checking libc v0.2.185
44262026-05-20T06:56:45.655Z Checking serde v1.0.228
44272026-05-20T06:56:45.738Z Checking zerofrom v0.1.6
44282026-05-20T06:56:45.743Z Checking bitflags v2.11.0
44292026-05-20T06:56:45.748Z Checking smallvec v1.15.1
44302026-05-20T06:56:45.755Z Checking indexmap v2.14.0
44312026-05-20T06:56:45.764Z Checking serde_json v1.0.149
44322026-05-20T06:56:45.767Z Checking scroll v0.12.0
44332026-05-20T06:56:45.834Z Checking yoke v0.8.1
44342026-05-20T06:56:45.885Z Checking num-traits v0.2.19
44352026-05-20T06:56:45.923Z Checking thiserror v1.0.69
44362026-05-20T06:56:45.983Z Checking percent-encoding v2.3.2
44372026-05-20T06:56:46.003Z Checking zerovec v0.11.5
44382026-05-20T06:56:46.017Z Checking zerotrie v0.2.3
44392026-05-20T06:56:46.020Z Checking errno v0.3.14
44402026-05-20T06:56:46.117Z Checking serde_spanned v0.6.9
44412026-05-20T06:56:46.118Z Checking toml_datetime v0.6.11
44422026-05-20T06:56:46.140Z Checking rustix v1.1.3
44432026-05-20T06:56:46.246Z Checking log v0.4.29
44442026-05-20T06:56:46.258Z Checking zerocopy v0.7.35
44452026-05-20T06:56:46.277Z Checking form_urlencoded v1.2.2
44462026-05-20T06:56:46.290Z Checking toml_edit v0.22.27
44472026-05-20T06:56:46.371Z Checking getrandom v0.4.1
44482026-05-20T06:56:46.389Z Checking goblin v0.8.2
44492026-05-20T06:56:46.401Z Checking thiserror v2.0.18
44502026-05-20T06:56:46.404Z Checking ordered-float v2.10.1
44512026-05-20T06:56:46.427Z Checking tinystr v0.8.2
44522026-05-20T06:56:46.498Z Checking potential_utf v0.1.4
44532026-05-20T06:56:46.509Z Checking syn v2.0.117
44542026-05-20T06:56:46.604Z Checking icu_locale_core v2.1.1
44552026-05-20T06:56:46.628Z Checking serde-value v0.7.0
44562026-05-20T06:56:46.631Z Checking icu_collections v2.1.1
44572026-05-20T06:56:46.755Z Checking dtrace-parser v0.2.0
44582026-05-20T06:56:46.830Z Checking thread-id v4.2.2
44592026-05-20T06:56:46.912Z Checking once_cell v1.21.3
44602026-05-20T06:56:46.945Z Checking cargo-platform v0.2.0
44612026-05-20T06:56:46.960Z Checking terminal_size v0.4.3
44622026-05-20T06:56:46.992Z Checking memmap v0.7.0
44632026-05-20T06:56:47.068Z Checking clap_builder v4.5.60
44642026-05-20T06:56:47.103Z Checking tempfile v3.25.0
44652026-05-20T06:56:47.116Z Checking textwrap v0.16.2
44662026-05-20T06:56:47.119Z Checking fs-err v3.3.0
44672026-05-20T06:56:47.144Z Checking icu_provider v2.1.1
44682026-05-20T06:56:47.288Z Checking camino-tempfile v1.4.1
44692026-05-20T06:56:47.299Z Checking anyhow v1.0.102
44702026-05-20T06:56:47.315Z Checking tabled v0.15.0
44712026-05-20T06:56:47.377Z Checking icu_normalizer v2.1.1
44722026-05-20T06:56:47.388Z Checking icu_properties v2.1.2
44732026-05-20T06:56:47.440Z Checking toml v0.8.23
44742026-05-20T06:56:47.490Z Checking macaddr v1.0.1
44752026-05-20T06:56:47.669Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44762026-05-20T06:56:47.753Z Checking cargo_toml v0.21.0
44772026-05-20T06:56:48.189Z Checking idna_adapter v1.2.1
44782026-05-20T06:56:48.241Z Checking dof v0.3.0
44792026-05-20T06:56:48.252Z Checking clap v4.5.60
44802026-05-20T06:56:48.304Z Checking idna v1.1.0
44812026-05-20T06:56:48.499Z Checking usdt-impl v0.5.0
44822026-05-20T06:56:48.524Z Checking url v2.5.8
44832026-05-20T06:56:48.736Z Checking usdt v0.5.0
44842026-05-20T06:56:48.858Z Checking cargo-util-schemas v0.8.2
44852026-05-20T06:56:49.535Z Checking cargo_metadata v0.21.0
44862026-05-20T06:56:50.130Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-20T06:56:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
44882026-05-20T06:56:50.666Z
44892026-05-20T06:56:50.667Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-20T06:56:51.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-20T06:56:51.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-20T06:56:51.319Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-20T06:56:51.795Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-20T06:56:52.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44952026-05-20T06:56:52.384Z
44962026-05-20T06:56:52.384Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-20T06:56:52.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-20T06:56:52.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-20T06:56:53.193Z Checking polyval v0.6.2
45002026-05-20T06:56:53.317Z Checking ctr v0.9.2
45012026-05-20T06:56:53.328Z Checking ssh-encoding v0.2.0
45022026-05-20T06:56:53.328Z Checking blowfish v0.9.1
45032026-05-20T06:56:53.349Z Checking password-hash v0.4.2
45042026-05-20T06:56:53.364Z Checking p256 v0.13.2
45052026-05-20T06:56:53.367Z Checking p521 v0.13.3
45062026-05-20T06:56:53.391Z Checking russh-cryptovec v0.7.3
45072026-05-20T06:56:53.456Z Checking ghash v0.5.1
45082026-05-20T06:56:53.470Z Checking md5 v0.7.0
45092026-05-20T06:56:53.483Z Checking bcrypt-pbkdf v0.10.0
45102026-05-20T06:56:53.502Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-20T06:56:53.518Z Checking num-bigint v0.4.6
45122026-05-20T06:56:53.555Z Checking pbkdf2 v0.11.0
45132026-05-20T06:56:53.570Z Checking aes-gcm v0.10.3
45142026-05-20T06:56:53.604Z Checking des v0.8.1
45152026-05-20T06:56:53.640Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-20T06:56:53.640Z Checking hex-literal v0.4.1
45172026-05-20T06:56:53.719Z Checking ssh-cipher v0.2.0
45182026-05-20T06:56:53.722Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45192026-05-20T06:56:53.748Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45202026-05-20T06:56:53.761Z Checking socket2 v0.5.10
45212026-05-20T06:56:53.775Z Checking internet-checksum v0.2.1
45222026-05-20T06:56:53.884Z Checking ssh-key v0.6.7
45232026-05-20T06:56:54.029Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-20T06:56:54.505Z Checking russh-keys v0.45.0
45252026-05-20T06:56:55.048Z Checking russh v0.45.0
45262026-05-20T06:57:11.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
45272026-05-20T06:57:11.464Z
45282026-05-20T06:57:11.464Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-20T06:57:11.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-20T06:57:11.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-20T06:57:12.108Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-20T06:57:12.217Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-20T06:57:12.224Z Checking termios v0.3.3
45342026-05-20T06:57:13.417Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-20T06:57:13.565Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-20T06:57:15.334Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-20T06:57:15.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45382026-05-20T06:57:16.080Z
45392026-05-20T06:57:16.080Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-20T06:57:16.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-20T06:57:16.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-20T06:57:16.799Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-20T06:57:16.802Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-20T06:57:16.925Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-20T06:57:16.931Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-20T06:57:16.938Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45472026-05-20T06:57:16.948Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45482026-05-20T06:57:17.660Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-20T06:57:17.989Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-20T06:57:17.994Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-20T06:57:18.634Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-20T06:57:20.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45532026-05-20T06:57:20.454Z
45542026-05-20T06:57:20.454Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-20T06:57:20.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-20T06:57:20.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-20T06:57:21.100Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-20T06:57:21.550Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-20T06:57:21.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45602026-05-20T06:57:22.063Z
45612026-05-20T06:57:22.063Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-20T06:57:22.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-20T06:57:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-20T06:57:22.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-20T06:57:22.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-20T06:57:22.657Z
45672026-05-20T06:57:22.657Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-20T06:57:23.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-20T06:57:23.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-20T06:57:23.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-20T06:57:23.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45722026-05-20T06:57:23.262Z
45732026-05-20T06:57:23.262Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-20T06:57:23.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-20T06:57:23.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-20T06:57:24.017Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-20T06:57:24.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45782026-05-20T06:57:24.829Z
45792026-05-20T06:57:24.830Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-20T06:57:25.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-20T06:57:25.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-20T06:57:25.489Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-20T06:57:25.510Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-20T06:57:25.766Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-20T06:57:25.766Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45862026-05-20T06:57:26.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45872026-05-20T06:57:26.743Z
45882026-05-20T06:57:26.743Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-20T06:57:27.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-20T06:57:27.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-20T06:57:27.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-20T06:57:27.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45932026-05-20T06:57:27.337Z
45942026-05-20T06:57:27.337Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-20T06:57:27.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-20T06:57:27.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-20T06:57:28.024Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-20T06:57:29.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45992026-05-20T06:57:29.277Z
46002026-05-20T06:57:29.277Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-20T06:57:29.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-20T06:57:29.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-20T06:57:30.066Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-20T06:57:30.412Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-20T06:57:30.918Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-20T06:57:30.918Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-20T06:57:36.780Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-20T06:57:36.780Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-20T06:57:37.346Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-20T06:57:37.347Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-20T06:57:37.354Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-20T06:57:37.354Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-20T06:57:38.094Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-20T06:57:41.553Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-20T06:57:41.553Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-20T06:57:41.553Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-20T06:57:44.727Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-20T06:57:51.146Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-05-20T06:57:51.149Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46202026-05-20T06:57:51.149Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46212026-05-20T06:57:51.149Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46222026-05-20T06:57:52.606Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-20T06:57:53.916Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-20T06:57:54.584Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-20T06:57:55.817Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-20T06:57:56.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s
46272026-05-20T06:57:56.568Z
46282026-05-20T06:57:56.568Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-20T06:57:57.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-20T06:57:57.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-20T06:57:57.295Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-20T06:57:57.299Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-20T06:57:57.299Z Checking rtoolbox v0.0.3
46342026-05-20T06:57:57.426Z Checking tui-tree-widget v0.23.1
46352026-05-20T06:57:57.526Z Checking rpassword v7.4.0
46362026-05-20T06:57:58.537Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-20T06:58:01.534Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-20T06:58:03.396Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-20T06:58:04.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46402026-05-20T06:58:04.491Z
46412026-05-20T06:58:04.491Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-20T06:58:05.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-20T06:58:05.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-20T06:58:05.197Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-20T06:58:05.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46462026-05-20T06:58:05.769Z
46472026-05-20T06:58:05.770Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-20T06:58:06.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-20T06:58:06.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-20T06:58:06.497Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-20T06:58:06.501Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-20T06:58:06.501Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-20T06:58:06.613Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-20T06:58:07.480Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-20T06:58:08.048Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-20T06:58:10.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46572026-05-20T06:58:11.166Z
46582026-05-20T06:58:11.166Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-20T06:58:11.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-20T06:58:11.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-20T06:58:11.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-20T06:58:11.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46632026-05-20T06:58:11.761Z
46642026-05-20T06:58:11.761Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-20T06:58:12.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-20T06:58:12.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-20T06:58:12.439Z Checking uzers v0.12.2
46682026-05-20T06:58:12.706Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-20T06:58:13.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46702026-05-20T06:58:13.656Z
46712026-05-20T06:58:13.656Zreal 14:09.696534039
46722026-05-20T06:58:13.656Zuser 20:33.521279404
46732026-05-20T06:58:13.656Zsys 4:13.075508612
46742026-05-20T06:58:13.656Ztrap 0.321453695
46752026-05-20T06:58:13.656Ztflt 1.461114120
46762026-05-20T06:58:13.656Zdflt 1.498156499
46772026-05-20T06:58:13.656Zkflt 0.029422598
46782026-05-20T06:58:13.656Zlock 1:15:36.697075105
46792026-05-20T06:58:13.656Zslp 1:38:18.947677568
46802026-05-20T06:58:13.656Zlat 55.985326620
46812026-05-20T06:58:13.656Zstop 3:35.962172206
46822026-05-20T06:58:13.659Zprocess exited: duration 986368 ms, exit code 0
 
46832026-05-20T06:58:13.666Zfound 0 output files