01KS0VF82DYS60ZAV8N3JZ2K18: 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: 01KS0VFNGV0HA8K0D2QVVJ1R75

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T19:31:15.102Zjob assigned to worker 01KS0VFWH63CYRJQ3P8XYSC193 [factory aws, i-016db5abd23135e54] (queued for 47 s)
 
22026-05-19T19:31:21.915Zstarting task 0: "setup"
32026-05-19T19:31:21.920Z++ uname -s
42026-05-19T19:31:21.923Z+ kern=SunOS
52026-05-19T19:31:21.923Z+ build_user=build
62026-05-19T19:31:21.923Z+ build_uid=12345
72026-05-19T19:31:21.924Z+ work_dir=/work
82026-05-19T19:31:21.924Z+ input_dir=/input
92026-05-19T19:31:21.924Z+ [[ 0 == 12345 ]]
102026-05-19T19:31:21.924Z+ case "$kern" in
112026-05-19T19:31:21.924Z+ groupadd -g 12345 build
122026-05-19T19:31:21.929Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T19:31:23.935Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T19:31:24.004Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T19:31:24.007Z+ home_fs=zfs
162026-05-19T19:31:24.007Z+ [[ zfs == autofs ]]
172026-05-19T19:31:24.007Z+ mkdir -p /home/build
182026-05-19T19:31:24.007Z+ chown build:build /home/build /work
192026-05-19T19:31:26.008Z+ chmod 0700 /home/build /work
202026-05-19T19:31:26.011Zprocess exited: duration 4094 ms, exit code 0
 
212026-05-19T19:31:26.019Zstarting task 1: "rust-toolchain"
222026-05-19T19:31:26.022Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T19:31:26.023Z * rust toolchain channel = "1.94.0"
242026-05-19T19:31:26.023Z * rust toolchain profile = "default"
252026-05-19T19:31:26.023Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T19:31:26.023Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T19:31:26.024Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T19:31:26.064Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T19:31:26.064Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T19:31:26.103Zinfo: downloading installer
312026-05-19T19:31:27.671Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T19:31:27.671Zwarn: /home/build/.rustup/settings.toml
332026-05-19T19:31:27.671Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T19:31:27.671Zwarn: instead of the one inferred from the default host triple.
352026-05-19T19:31:27.684Zinfo: profile set to default
362026-05-19T19:31:27.684Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T19:31:27.687Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T19:31:27.836Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T19:31:27.839Zinfo: downloading 6 components
402026-05-19T19:31:42.152Z
412026-05-19T19:31:42.153Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-19T19:31:42.179Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T19:31:42.179Z
442026-05-19T19:31:42.183Z
452026-05-19T19:31:42.183ZRust is installed now. Great!
462026-05-19T19:31:42.183Z
472026-05-19T19:31:42.183ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T19:31:42.183Zenvironment variable. This has not been done automatically.
492026-05-19T19:31:42.183Z
502026-05-19T19:31:42.183ZTo configure your current shell, you need to source
512026-05-19T19:31:42.183Zthe corresponding env file under $HOME/.cargo.
522026-05-19T19:31:42.183Z
532026-05-19T19:31:42.183ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T19:31:42.183Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T19:31:42.183Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T19:31:42.183Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T19:31:42.183Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T19:31:42.183Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T19:31:42.183Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T19:31:42.183Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T19:31:42.184Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T19:31:42.266Z+ rustup --version
632026-05-19T19:31:42.275Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T19:31:42.279Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T19:31:42.297Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T19:31:42.300Z+ cargo --version
672026-05-19T19:31:42.313Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T19:31:42.316Z+ rustc --version
692026-05-19T19:31:42.336Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T19:31:42.339Zprocess exited: duration 16319 ms, exit code 0
 
712026-05-19T19:31:42.346Zstarting task 2: "authentication"
722026-05-19T19:31:42.362Zprocess exited: duration 16 ms, exit code 0
 
732026-05-19T19:31:42.370Zstarting task 3: "clone repository"
742026-05-19T19:31:42.373Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T19:31:42.376Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T19:31:42.420ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T19:31:54.012Z+ cd /work/oxidecomputer/omicron
782026-05-19T19:31:54.012Z+ git fetch origin 56e17a43771c30573e13a310c460b8034a1c02a3
792026-05-19T19:31:54.388ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T19:31:54.388Z * branch 56e17a43771c30573e13a310c460b8034a1c02a3 -> FETCH_HEAD
812026-05-19T19:31:54.398Z+ [[ -n john/scrimlet-reconcilers-mgd-static-routes ]]
822026-05-19T19:31:54.401Z++ git branch --show-current
832026-05-19T19:31:54.401Z+ current=main
842026-05-19T19:31:54.401Z+ [[ main != john/scrimlet-reconcilers-mgd-static-routes ]]
852026-05-19T19:31:54.401Z+ git branch -f john/scrimlet-reconcilers-mgd-static-routes 56e17a43771c30573e13a310c460b8034a1c02a3
862026-05-19T19:31:54.404Z+ git checkout -f john/scrimlet-reconcilers-mgd-static-routes
872026-05-19T19:31:54.641ZSwitched to branch 'john/scrimlet-reconcilers-mgd-static-routes'
882026-05-19T19:31:54.645Z+ git reset --hard 56e17a43771c30573e13a310c460b8034a1c02a3
892026-05-19T19:31:54.658ZHEAD is now at 56e17a437 scrimlet-reconcilers: add mgd static route reconciler
902026-05-19T19:31:54.661Zprocess exited: duration 12290 ms, exit code 0
 
912026-05-19T19:31:54.668Zstarting task 4: "build"
922026-05-19T19:31:54.672Z+ source .github/buildomat/ci-env.sh
932026-05-19T19:31:54.672Z++ export CARGO_TERM_COLOR=always
942026-05-19T19:31:54.672Z++ CARGO_TERM_COLOR=always
952026-05-19T19:31:54.672Z+ cargo --version
962026-05-19T19:31:54.681Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T19:31:54.685Z+ rustc --version
982026-05-19T19:31:54.704Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T19:31:54.707Z+ source ./env.sh
1002026-05-19T19:31:54.707Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T19:31:54.707Z++ set -o xtrace
1022026-05-19T19:31:54.711Z++++ dirname ./env.sh
1032026-05-19T19:31:54.715Z+++ readlink -f .
1042026-05-19T19:31:54.719Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ 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-19T19:31:54.723Z++ case $OLD_SHELL_OPTS in
1142026-05-19T19:31:54.723Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T19:31:54.723Z+ 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-19T19:31:54.723Z+ 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-19T19:31:54.723Z+ banner prerequisites
1182026-05-19T19:31:54.723Z
1192026-05-19T19:31:54.723Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T19:31:54.723Z # # # # # # # # # # # # # # #
1212026-05-19T19:31:54.723Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T19:31:54.723Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T19:31:54.723Z # # # # # # # # # # # # # # #
1242026-05-19T19:31:54.723Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T19:31:54.724Z
1262026-05-19T19:31:54.724Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T19:31:56.456Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T19:31:56.512Z Startup: Caching catalogs ... Done
1292026-05-19T19:31:56.719ZPlanning: Solver setup ... Done (0.175s)
1302026-05-19T19:31:56.734ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T19:31:56.747ZPlanning: Finding local manifests ... Done (0.011s)
1322026-05-19T19:31:56.759ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T19:31:56.779ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T19:31:56.792ZPlanning: Package planning ... Done (0.013s)
1352026-05-19T19:31:56.795ZPlanning: Merging actions ... Done (0.002s)
1362026-05-19T19:31:56.983ZPlanning: Checking for conflicting actions ... Done (0.190s)
1372026-05-19T19:31:56.987ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T19:31:57.996ZPlanning: Evaluating mediators ... Done (1.011s)
1392026-05-19T19:31:57.999ZPlanning: Planning completed in 1.47 seconds
1402026-05-19T19:31:58.005Z Packages to install: 2
1412026-05-19T19:31:58.008Z Estimated space available: 156.08 GB
1422026-05-19T19:31:58.008ZEstimated space to be consumed: 19.74 MB
1432026-05-19T19:31:58.008Z Create boot environment: No
1442026-05-19T19:31:58.008ZCreate backup boot environment: No
1452026-05-19T19:31:58.008Z Rebuild boot archive: No
1462026-05-19T19:31:58.008Z
1472026-05-19T19:31:58.008ZChanged packages:
1482026-05-19T19:31:58.008Zhelios
1492026-05-19T19:31:58.008Z developer/build-essential
1502026-05-19T19:31:58.008Z None -> 11-3.0
1512026-05-19T19:31:58.008Z library/libxmlsec1
1522026-05-19T19:31:58.008Z None -> 1.2.35-3.0
1532026-05-19T19:31:58.041Z
1542026-05-19T19:31:58.041ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T19:31:58.526ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-19T19:31:58.608Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T19:31:58.646Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-19T19:31:58.653ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T19:31:58.656ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T19:31:58.669ZFinalize: Updating image state ... Done (0.016s)
1612026-05-19T19:32:01.177ZFinalize: Creating fast lookup database ... Done (2.487s)
1622026-05-19T19:32:01.247ZFinalize: Reading search index ... Done (0.011s)
1632026-05-19T19:32:01.250ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T19:32:01.336ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T19:32:01.630ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T19:32:01.735ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T19:32:01.740ZPlanning: Consolidating action changes ... Done
1682026-05-19T19:32:01.896ZPlanning: Evaluating mediators ... Done
1692026-05-19T19:32:01.899ZPlanning: Planning completed in 0.27 seconds
1702026-05-19T19:32:01.919Z Mediators to change: 2
1712026-05-19T19:32:01.919Z Create boot environment: No
1722026-05-19T19:32:01.919ZCreate backup boot environment: No
1732026-05-19T19:32:01.964ZFinalize: Updating package state database ... Done
1742026-05-19T19:32:01.964ZFinalize: Updating package cache ... Done
1752026-05-19T19:32:01.973ZFinalize: Updating image state ... Done
1762026-05-19T19:32:03.926ZFinalize: Creating fast lookup database ... Done
1772026-05-19T19:32:03.988ZFinalize: Reading search index ... Done
1782026-05-19T19:32:03.991ZFinalize: Updating search index ... Done
1792026-05-19T19:32:04.041ZFinalize: Updating package cache ... Done
1802026-05-19T19:32:04.328ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T19:32:04.434ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T19:32:04.437ZPlanning: Consolidating action changes ... Done
1832026-05-19T19:32:04.596ZPlanning: Evaluating mediators ... Done
1842026-05-19T19:32:04.599ZPlanning: Planning completed in 0.27 seconds
1852026-05-19T19:32:04.619Z Mediators to change: 1
1862026-05-19T19:32:04.619Z Create boot environment: No
1872026-05-19T19:32:04.619ZCreate backup boot environment: No
1882026-05-19T19:32:04.655ZFinalize: Updating package state database ... Done
1892026-05-19T19:32:04.655ZFinalize: Updating package cache ... Done
1902026-05-19T19:32:04.664ZFinalize: Updating image state ... Done
1912026-05-19T19:32:06.624ZFinalize: Creating fast lookup database ... Done
1922026-05-19T19:32:06.691ZFinalize: Reading search index ... Done
1932026-05-19T19:32:06.694ZFinalize: Updating search index ... Done
1942026-05-19T19:32:06.753ZFinalize: Updating package cache ... Done
1952026-05-19T19:32:07.063ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T19:32:07.063Zapache system 2.4 system
1972026-05-19T19:32:07.063Zclang system 15 system
1982026-05-19T19:32:07.063Zcsh system system illumos
1992026-05-19T19:32:07.063Zctags system system illumos
2002026-05-19T19:32:07.063Zfile vendor vendor darwinsys
2012026-05-19T19:32:07.063Zfile system system illumos
2022026-05-19T19:32:07.063Zgcc vendor 14 vendor
2032026-05-19T19:32:07.063Zgcc system 13 system
2042026-05-19T19:32:07.063Zgcc system 10 system
2052026-05-19T19:32:07.063Zgo system 1.25 system
2062026-05-19T19:32:07.063Zllvm system 15 system
2072026-05-19T19:32:07.063Zmariadb system 11.4 system
2082026-05-19T19:32:07.063Zmta vendor vendor dma
2092026-05-19T19:32:07.063Zopenjdk system 17 system
2102026-05-19T19:32:07.063Zopenjdk system 11 system
2112026-05-19T19:32:07.063Zopenssl vendor 3 vendor
2122026-05-19T19:32:07.064Zperl system 5.40 system
2132026-05-19T19:32:07.064Zpostgresql system 18 system
2142026-05-19T19:32:07.064Zpostgresql system 17 system
2152026-05-19T19:32:07.064Zpython vendor 3 vendor
2162026-05-19T19:32:07.064Zpython system 2 system
2172026-05-19T19:32:07.064Zpython3 vendor 3.13 vendor
2182026-05-19T19:32:07.064Zruby system 3.4 system
2192026-05-19T19:32:07.064Zruby system 3.0 system
2202026-05-19T19:32:07.064Zwords vendor vendor american-english
2212026-05-19T19:32:07.064Zwords system system australian-english
2222026-05-19T19:32:07.064Zwords system system british-english
2232026-05-19T19:32:07.064Zwords system system canadian-english
2242026-05-19T19:32:07.064Zwords system system french
2252026-05-19T19:32:07.065Zwords system system italian
2262026-05-19T19:32:07.065Zwords system system ngerman
2272026-05-19T19:32:07.065Zwords system system ogerman
2282026-05-19T19:32:07.065Zwords system system spanish
2292026-05-19T19:32:07.315ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T19:32:07.315Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T19:32:07.588ZFMRI IFO
2322026-05-19T19:32:07.588Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T19:32:07.588Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T19:32:07.588Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T19:32:07.588Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T19:32:07.588Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T19:32:07.588Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T19:32:07.588Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T19:32:07.588Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T19:32:07.588Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T19:32:07.824Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T19:32:08.115Z Updating crates.io index
2432026-05-19T19:32:08.146Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T19:32:08.835Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T19:32:09.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T19:32:09.547Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T19:32:10.775Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T19:32:11.296Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T19:32:12.736Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T19:32:13.651Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T19:32:13.980Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T19:32:14.867Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T19:32:15.227Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T19:32:15.593Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T19:32:15.998Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T19:32:19.514Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T19:32:19.556Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-19T19:32:19.556Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-19T19:32:19.556Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-19T19:32:19.556Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-19T19:32:19.556Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-19T19:32:19.556Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-19T19:32:19.644Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-19T19:32:20.058Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-19T19:32:20.531Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-19T19:32:20.951Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-19T19:32:21.370Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-19T19:32:21.671Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-19T19:32:22.829Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-19T19:32:23.492Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-19T19:32:24.469Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-19T19:32:24.997Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-19T19:32:25.362Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-19T19:32:25.811Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-19T19:32:26.083Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-19T19:32:26.815Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-19T19:32:27.092Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-19T19:32:27.366Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-19T19:32:27.736Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-19T19:32:28.057Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-19T19:32:40.739Z Downloading crates ...
2822026-05-19T19:32:40.740Z Downloaded anstyle-parse v0.2.7
2832026-05-19T19:32:40.740Z Downloaded autocfg v1.5.0
2842026-05-19T19:32:40.740Z Downloaded erased-serde v0.4.9
2852026-05-19T19:32:40.740Z Downloaded toml_datetime v0.6.11
2862026-05-19T19:32:40.740Z Downloaded utf8_iter v1.0.4
2872026-05-19T19:32:40.740Z Downloaded dof v0.3.0
2882026-05-19T19:32:40.740Z Downloaded yoke-derive v0.8.1
2892026-05-19T19:32:40.740Z Downloaded zerofrom v0.1.6
2902026-05-19T19:32:40.740Z Downloaded syn v1.0.109
2912026-05-19T19:32:40.740Z Downloaded toml_write v0.1.2
2922026-05-19T19:32:40.740Z Downloaded thiserror v1.0.69
2932026-05-19T19:32:40.740Z Downloaded unicode-ident v1.0.24
2942026-05-19T19:32:40.740Z Downloaded sha2 v0.10.9
2952026-05-19T19:32:40.740Z Downloaded serde-value v0.7.0
2962026-05-19T19:32:40.740Z Downloaded semver v1.0.28
2972026-05-19T19:32:40.740Z Downloaded potential_utf v0.1.4
2982026-05-19T19:32:40.740Z Downloaded usdt-attr-macro v0.5.0
2992026-05-19T19:32:40.740Z Downloaded usdt v0.5.0
3002026-05-19T19:32:40.740Z Downloaded serde_derive v1.0.228
3012026-05-19T19:32:40.740Z Downloaded unicode-linebreak v0.1.5
3022026-05-19T19:32:40.740Z Downloaded thiserror-impl v1.0.69
3032026-05-19T19:32:40.740Z Downloaded serde-untagged v0.1.9
3042026-05-19T19:32:40.741Z Downloaded plain v0.2.3
3052026-05-19T19:32:40.741Z Downloaded bytecount v0.6.9
3062026-05-19T19:32:40.741Z Downloaded tinystr v0.8.2
3072026-05-19T19:32:40.741Z Downloaded thread-id v4.2.2
3082026-05-19T19:32:40.741Z Downloaded scroll v0.12.0
3092026-05-19T19:32:40.741Z Downloaded ucd-trie v0.1.7
3102026-05-19T19:32:40.741Z Downloaded zerofrom-derive v0.1.6
3112026-05-19T19:32:40.741Z Downloaded anstyle v1.0.13
3122026-05-19T19:32:40.741Z Downloaded utf8parse v0.2.2
3132026-05-19T19:32:40.741Z Downloaded serde_core v1.0.228
3142026-05-19T19:32:40.741Z Downloaded toml v0.8.23
3152026-05-19T19:32:40.741Z Downloaded zerovec-derive v0.11.2
3162026-05-19T19:32:40.741Z Downloaded textwrap v0.16.2
3172026-05-19T19:32:40.741Z Downloaded byteorder v1.5.0
3182026-05-19T19:32:40.741Z Downloaded zerotrie v0.2.3
3192026-05-19T19:32:40.741Z Downloaded unicode-xid v0.2.6
3202026-05-19T19:32:40.741Z Downloaded clap v4.5.60
3212026-05-19T19:32:40.741Z Downloaded usdt-impl v0.5.0
3222026-05-19T19:32:40.741Z Downloaded idna_adapter v1.2.1
3232026-05-19T19:32:40.741Z Downloaded block-buffer v0.10.4
3242026-05-19T19:32:40.741Z Downloaded typeid v1.0.3
3252026-05-19T19:32:40.741Z Downloaded thiserror-impl v2.0.18
3262026-05-19T19:32:40.741Z Downloaded version_check v0.9.5
3272026-05-19T19:32:40.742Z Downloaded toml_edit v0.22.27
3282026-05-19T19:32:40.742Z Downloaded thiserror v2.0.18
3292026-05-19T19:32:40.742Z Downloaded writeable v0.6.2
3302026-05-19T19:32:40.742Z Downloaded terminal_size v0.4.3
3312026-05-19T19:32:40.742Z Downloaded pretty-hex v0.4.1
3322026-05-19T19:32:40.742Z Downloaded usdt-macro v0.5.0
3332026-05-19T19:32:40.742Z Downloaded serde_spanned v0.6.9
3342026-05-19T19:32:40.742Z Downloaded num-traits v0.2.19
3352026-05-19T19:32:40.742Z Downloaded zerocopy-derive v0.7.35
3362026-05-19T19:32:40.742Z Downloaded zmij v1.0.21
3372026-05-19T19:32:40.742Z Downloaded clap_lex v1.0.0
3382026-05-19T19:32:40.742Z Downloaded yoke v0.8.1
3392026-05-19T19:32:40.742Z Downloaded percent-encoding v2.3.2
3402026-05-19T19:32:40.742Z Downloaded equivalent v1.0.2
3412026-05-19T19:32:40.742Z Downloaded proc-macro-error-attr v1.0.4
3422026-05-19T19:32:40.743Z Downloaded cpufeatures v0.2.17
3432026-05-19T19:32:40.743Z Downloaded icu_provider v2.1.1
3442026-05-19T19:32:40.743Z Downloaded anstyle-query v1.1.5
3452026-05-19T19:32:40.743Z Downloaded url v2.5.8
3462026-05-19T19:32:40.743Z Downloaded cargo-platform v0.2.0
3472026-05-19T19:32:40.743Z Downloaded macaddr v1.0.1
3482026-05-19T19:32:40.743Z Downloaded camino v1.2.2
3492026-05-19T19:32:40.743Z Downloaded strsim v0.11.1
3502026-05-19T19:32:40.743Z Downloaded itoa v1.0.17
3512026-05-19T19:32:40.743Z Downloaded tabled_derive v0.7.0
3522026-05-19T19:32:40.743Z Downloaded zerovec v0.11.5
3532026-05-19T19:32:40.759Z Downloaded typenum v1.19.0
3542026-05-19T19:32:40.759Z Downloaded serde_tokenstream v0.2.3
3552026-05-19T19:32:40.759Z Downloaded crypto-common v0.1.7
3562026-05-19T19:32:40.759Z Downloaded anstream v0.6.21
3572026-05-19T19:32:40.759Z Downloaded scroll_derive v0.12.1
3582026-05-19T19:32:40.759Z Downloaded memmap v0.7.0
3592026-05-19T19:32:40.759Z Downloaded swrite v0.1.0
3602026-05-19T19:32:40.760Z Downloaded dtrace-parser v0.2.0
3612026-05-19T19:32:40.760Z Downloaded winnow v0.7.14
3622026-05-19T19:32:40.760Z Downloaded stable_deref_trait v1.2.1
3632026-05-19T19:32:40.760Z Downloaded heck v0.5.0
3642026-05-19T19:32:40.760Z Downloaded errno v0.3.14
3652026-05-19T19:32:40.760Z Downloaded fnv v1.0.7
3662026-05-19T19:32:40.760Z Downloaded smawk v0.3.2
3672026-05-19T19:32:40.760Z Downloaded zerocopy v0.7.35
3682026-05-19T19:32:40.760Z Downloaded unicode-width v0.2.0
3692026-05-19T19:32:40.760Z Downloaded synstructure v0.13.2
3702026-05-19T19:32:40.760Z Downloaded icu_normalizer_data v2.1.1
3712026-05-19T19:32:40.760Z Downloaded unicode-width v0.1.14
3722026-05-19T19:32:40.760Z Downloaded form_urlencoded v1.2.2
3732026-05-19T19:32:40.760Z Downloaded digest v0.10.7
3742026-05-19T19:32:40.760Z Downloaded fastrand v2.3.0
3752026-05-19T19:32:40.760Z Downloaded camino-tempfile v1.4.1
3762026-05-19T19:32:40.760Z Downloaded is_terminal_polyfill v1.70.2
3772026-05-19T19:32:40.760Z Downloaded heck v0.4.1
3782026-05-19T19:32:40.760Z Downloaded colorchoice v1.0.4
3792026-05-19T19:32:40.760Z Downloaded cfg-if v1.0.4
3802026-05-19T19:32:40.761Z Downloaded generic-array v0.14.7
3812026-05-19T19:32:40.876Z Downloaded displaydoc v0.2.5
3822026-05-19T19:32:40.876Z Downloaded litemap v0.8.1
3832026-05-19T19:32:40.876Z Downloaded ordered-float v2.10.1
3842026-05-19T19:32:40.876Z Downloaded proc-macro-error v1.0.4
3852026-05-19T19:32:40.876Z Downloaded quote v1.0.45
3862026-05-19T19:32:40.876Z Downloaded anyhow v1.0.102
3872026-05-19T19:32:40.876Z Downloaded tempfile v3.25.0
3882026-05-19T19:32:40.876Z Downloaded cargo_metadata v0.21.0
3892026-05-19T19:32:40.876Z Downloaded once_cell v1.21.3
3902026-05-19T19:32:40.876Z Downloaded fs-err v3.3.0
3912026-05-19T19:32:40.876Z Downloaded cargo-util-schemas v0.8.2
3922026-05-19T19:32:40.876Z Downloaded pest_generator v2.8.6
3932026-05-19T19:32:40.876Z Downloaded papergrid v0.11.0
3942026-05-19T19:32:40.876Z Downloaded cargo_toml v0.21.0
3952026-05-19T19:32:40.876Z Downloaded smallvec v1.15.1
3962026-05-19T19:32:40.876Z Downloaded pest_derive v2.8.6
3972026-05-19T19:32:40.876Z Downloaded bitflags v2.11.0
3982026-05-19T19:32:40.876Z Downloaded log v0.4.29
3992026-05-19T19:32:40.876Z Downloaded clap_derive v4.5.55
4002026-05-19T19:32:40.876Z Downloaded proc-macro2 v1.0.106
4012026-05-19T19:32:40.876Z Downloaded getrandom v0.4.1
4022026-05-19T19:32:40.876Z Downloaded pest_meta v2.8.6
4032026-05-19T19:32:40.876Z Downloaded pest v2.8.6
4042026-05-19T19:32:40.876Z Downloaded icu_properties v2.1.2
4052026-05-19T19:32:40.876Z Downloaded serde v1.0.228
4062026-05-19T19:32:40.876Z Downloaded icu_normalizer v2.1.1
4072026-05-19T19:32:40.876Z Downloaded icu_locale_core v2.1.1
4082026-05-19T19:32:40.876Z Downloaded icu_collections v2.1.1
4092026-05-19T19:32:40.876Z Downloaded memchr v2.8.0
4102026-05-19T19:32:40.877Z Downloaded indexmap v2.14.0
4112026-05-19T19:32:40.877Z Downloaded serde_json v1.0.149
4122026-05-19T19:32:40.877Z Downloaded idna v1.1.0
4132026-05-19T19:32:40.893Z Downloaded icu_properties_data v2.1.2
4142026-05-19T19:32:40.904Z Downloaded hashbrown v0.17.0
4152026-05-19T19:32:40.904Z Downloaded goblin v0.8.2
4162026-05-19T19:32:40.904Z Downloaded clap_builder v4.5.60
4172026-05-19T19:32:40.904Z Downloaded tabled v0.15.0
4182026-05-19T19:32:40.904Z Downloaded rustix v1.1.3
4192026-05-19T19:32:40.905Z Downloaded syn v2.0.117
4202026-05-19T19:32:40.905Z Downloaded libc v0.2.185
4212026-05-19T19:32:40.905Z Compiling proc-macro2 v1.0.106
4222026-05-19T19:32:40.905Z Compiling quote v1.0.45
4232026-05-19T19:32:40.905Z Compiling unicode-ident v1.0.24
4242026-05-19T19:32:40.905Z Compiling serde_core v1.0.228
4252026-05-19T19:32:40.905Z Compiling libc v0.2.185
4262026-05-19T19:32:40.905Z Compiling version_check v0.9.5
4272026-05-19T19:32:40.905Z Compiling serde v1.0.228
4282026-05-19T19:32:40.905Z Compiling memchr v2.8.0
4292026-05-19T19:32:40.905Z Compiling stable_deref_trait v1.2.1
4302026-05-19T19:32:40.905Z Compiling zmij v1.0.21
4312026-05-19T19:32:40.905Z Compiling autocfg v1.5.0
4322026-05-19T19:32:40.939Z Compiling thiserror v1.0.69
4332026-05-19T19:32:40.992Z Compiling itoa v1.0.17
4342026-05-19T19:32:41.115Z Compiling ucd-trie v0.1.7
4352026-05-19T19:32:41.154Z Compiling writeable v0.6.2
4362026-05-19T19:32:41.176Z Compiling litemap v0.8.1
4372026-05-19T19:32:41.265Z Compiling pest v2.8.6
4382026-05-19T19:32:41.359Z Compiling byteorder v1.5.0
4392026-05-19T19:32:41.374Z Compiling rustix v1.1.3
4402026-05-19T19:32:41.413Z Compiling icu_normalizer_data v2.1.1
4412026-05-19T19:32:41.584Z Compiling icu_properties_data v2.1.2
4422026-05-19T19:32:41.665Z Compiling errno v0.3.14
4432026-05-19T19:32:41.709Z Compiling syn v2.0.117
4442026-05-19T19:32:41.845Z Compiling bitflags v2.11.0
4452026-05-19T19:32:41.863Z Compiling serde_json v1.0.149
4462026-05-19T19:32:42.086Z Compiling num-traits v0.2.19
4472026-05-19T19:32:42.101Z Compiling hashbrown v0.17.0
4482026-05-19T19:32:42.119Z Compiling equivalent v1.0.2
4492026-05-19T19:32:42.270Z Compiling typeid v1.0.3
4502026-05-19T19:32:42.403Z Compiling pest_meta v2.8.6
4512026-05-19T19:32:42.544Z Compiling smallvec v1.15.1
4522026-05-19T19:32:42.610Z Compiling indexmap v2.14.0
4532026-05-19T19:32:42.760Z Compiling thread-id v4.2.2
4542026-05-19T19:32:42.809Z Compiling proc-macro-error-attr v1.0.4
4552026-05-19T19:32:42.844Z Compiling usdt-impl v0.5.0
4562026-05-19T19:32:42.861Z Compiling winnow v0.7.14
4572026-05-19T19:32:42.991Z Compiling toml_write v0.1.2
4582026-05-19T19:32:43.056Z Compiling syn v1.0.109
4592026-05-19T19:32:43.222Z Compiling erased-serde v0.4.9
4602026-05-19T19:32:43.568Z Compiling proc-macro-error v1.0.4
4612026-05-19T19:32:43.584Z Compiling thiserror v2.0.18
4622026-05-19T19:32:43.752Z Compiling utf8_iter v1.0.4
4632026-05-19T19:32:43.903Z Compiling percent-encoding v2.3.2
4642026-05-19T19:32:43.919Z Compiling plain v0.2.3
4652026-05-19T19:32:43.967Z Compiling getrandom v0.4.1
4662026-05-19T19:32:44.029Z Compiling log v0.4.29
4672026-05-19T19:32:44.071Z Compiling utf8parse v0.2.2
4682026-05-19T19:32:44.095Z Compiling camino v1.2.2
4692026-05-19T19:32:44.186Z Compiling anstyle-parse v0.2.7
4702026-05-19T19:32:44.210Z Compiling form_urlencoded v1.2.2
4712026-05-19T19:32:44.327Z Compiling ordered-float v2.10.1
4722026-05-19T19:32:44.374Z Compiling synstructure v0.13.2
4732026-05-19T19:32:44.389Z Compiling pest_generator v2.8.6
4742026-05-19T19:32:44.462Z Compiling terminal_size v0.4.3
4752026-05-19T19:32:44.614Z Compiling is_terminal_polyfill v1.70.2
4762026-05-19T19:32:44.713Z Compiling anstyle-query v1.1.5
4772026-05-19T19:32:44.797Z Compiling colorchoice v1.0.4
4782026-05-19T19:32:44.827Z Compiling anstyle v1.0.13
4792026-05-19T19:32:44.895Z Compiling pretty-hex v0.4.1
4802026-05-19T19:32:44.901Z Compiling cfg-if v1.0.4
4812026-05-19T19:32:44.991Z Compiling serde-untagged v0.1.9
4822026-05-19T19:32:45.015Z Compiling anstream v0.6.21
4832026-05-19T19:32:45.071Z Compiling semver v1.0.28
4842026-05-19T19:32:45.147Z Compiling fs-err v3.3.0
4852026-05-19T19:32:45.226Z Compiling clap_lex v1.0.0
4862026-05-19T19:32:45.319Z Compiling strsim v0.11.1
4872026-05-19T19:32:45.338Z Compiling bytecount v0.6.9
4882026-05-19T19:32:45.390Z Compiling anyhow v1.0.102
4892026-05-19T19:32:45.419Z Compiling heck v0.4.1
4902026-05-19T19:32:45.456Z Compiling fnv v1.0.7
4912026-05-19T19:32:45.471Z Compiling heck v0.5.0
4922026-05-19T19:32:45.638Z Compiling unicode-width v0.1.14
4932026-05-19T19:32:45.663Z Compiling fastrand v2.3.0
4942026-05-19T19:32:45.690Z Compiling unicode-xid v0.2.6
4952026-05-19T19:32:45.712Z Compiling once_cell v1.21.3
4962026-05-19T19:32:45.869Z Compiling papergrid v0.11.0
4972026-05-19T19:32:45.910Z Compiling tempfile v3.25.0
4982026-05-19T19:32:45.925Z Compiling clap_builder v4.5.60
4992026-05-19T19:32:46.026Z Compiling memmap v0.7.0
5002026-05-19T19:32:46.042Z Compiling unicode-linebreak v0.1.5
5012026-05-19T19:32:46.057Z Compiling serde_derive v1.0.228
5022026-05-19T19:32:46.208Z Compiling zerofrom-derive v0.1.6
5032026-05-19T19:32:46.280Z Compiling yoke-derive v0.8.1
5042026-05-19T19:32:46.296Z Compiling zerovec-derive v0.11.2
5052026-05-19T19:32:46.479Z Compiling displaydoc v0.2.5
5062026-05-19T19:32:47.232Z Compiling thiserror-impl v1.0.69
5072026-05-19T19:32:47.313Z Compiling zerocopy-derive v0.7.35
5082026-05-19T19:32:47.409Z Compiling pest_derive v2.8.6
5092026-05-19T19:32:47.469Z Compiling scroll_derive v0.12.1
5102026-05-19T19:32:47.589Z Compiling zerofrom v0.1.6
5112026-05-19T19:32:47.722Z Compiling yoke v0.8.1
5122026-05-19T19:32:47.827Z Compiling thiserror-impl v2.0.18
5132026-05-19T19:32:47.915Z Compiling zerovec v0.11.5
5142026-05-19T19:32:48.141Z Compiling zerotrie v0.2.3
5152026-05-19T19:32:48.197Z Compiling zerocopy v0.7.35
5162026-05-19T19:32:48.429Z Compiling tinystr v0.8.2
5172026-05-19T19:32:48.446Z Compiling potential_utf v0.1.4
5182026-05-19T19:32:48.612Z Compiling icu_locale_core v2.1.1
5192026-05-19T19:32:48.627Z Compiling icu_collections v2.1.1
5202026-05-19T19:32:48.642Z Compiling dtrace-parser v0.2.0
5212026-05-19T19:32:48.742Z Compiling scroll v0.12.0
5222026-05-19T19:32:48.983Z Compiling goblin v0.8.2
5232026-05-19T19:32:49.023Z Compiling tabled_derive v0.7.0
5242026-05-19T19:32:49.099Z Compiling clap_derive v4.5.55
5252026-05-19T19:32:49.261Z Compiling icu_provider v2.1.1
5262026-05-19T19:32:49.391Z Compiling unicode-width v0.2.0
5272026-05-19T19:32:49.507Z Compiling icu_normalizer v2.1.1
5282026-05-19T19:32:49.524Z Compiling icu_properties v2.1.2
5292026-05-19T19:32:49.538Z Compiling toml_datetime v0.6.11
5302026-05-19T19:32:49.558Z Compiling serde_spanned v0.6.9
5312026-05-19T19:32:49.664Z Compiling dof v0.3.0
5322026-05-19T19:32:49.708Z Compiling toml_edit v0.22.27
5332026-05-19T19:32:49.795Z Compiling serde_tokenstream v0.2.3
5342026-05-19T19:32:50.036Z Compiling serde-value v0.7.0
5352026-05-19T19:32:50.051Z Compiling cargo-platform v0.2.0
5362026-05-19T19:32:50.108Z Compiling smawk v0.3.2
5372026-05-19T19:32:50.250Z Compiling textwrap v0.16.2
5382026-05-19T19:32:50.319Z Compiling tabled v0.15.0
5392026-05-19T19:32:50.390Z Compiling idna_adapter v1.2.1
5402026-05-19T19:32:50.536Z Compiling idna v1.1.0
5412026-05-19T19:32:50.554Z Compiling usdt-macro v0.5.0
5422026-05-19T19:32:50.595Z Compiling usdt-attr-macro v0.5.0
5432026-05-19T19:32:50.708Z Compiling macaddr v1.0.1
5442026-05-19T19:32:50.836Z Compiling url v2.5.8
5452026-05-19T19:32:50.933Z Compiling clap v4.5.60
5462026-05-19T19:32:51.021Z Compiling camino-tempfile v1.4.1
5472026-05-19T19:32:51.164Z Compiling toml v0.8.23
5482026-05-19T19:32:51.576Z Compiling cargo-util-schemas v0.8.2
5492026-05-19T19:32:51.600Z Compiling cargo_toml v0.21.0
5502026-05-19T19:32:51.850Z Compiling swrite v0.1.0
5512026-05-19T19:32:51.937Z Compiling usdt v0.5.0
5522026-05-19T19:32:51.953Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-19T19:32:52.602Z Compiling cargo_metadata v0.21.0
5542026-05-19T19:32:53.533Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-19T19:32:55.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.89s
5562026-05-19T19:32:55.804Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-19T19:32:56.361Z Downloading crates ...
5582026-05-19T19:32:56.457Z Downloaded atty v0.2.14
5592026-05-19T19:32:56.460Z Downloaded aead v0.5.2
5602026-05-19T19:32:56.464Z Downloaded adler2 v2.0.1
5612026-05-19T19:32:56.467Z Downloaded async-recursion v1.1.1
5622026-05-19T19:32:56.472Z Downloaded compression-codecs v0.4.37
5632026-05-19T19:32:56.479Z Downloaded darling_macro v0.20.11
5642026-05-19T19:32:56.482Z Downloaded bit-set v0.5.3
5652026-05-19T19:32:56.482Z Downloaded dyn-clone v1.0.20
5662026-05-19T19:32:56.486Z Downloaded cmake v0.1.57
5672026-05-19T19:32:56.489Z Downloaded cbc v0.1.2
5682026-05-19T19:32:56.491Z Downloaded convert_case v0.10.0
5692026-05-19T19:32:56.495Z Downloaded bit-vec v0.6.3
5702026-05-19T19:32:56.498Z Downloaded ciborium-io v0.2.2
5712026-05-19T19:32:56.502Z Downloaded cookie_store v0.22.1
5722026-05-19T19:32:56.505Z Downloaded darling v0.21.3
5732026-05-19T19:32:56.505Z Downloaded arc-swap v1.8.2
5742026-05-19T19:32:56.510Z Downloaded debug-ignore v1.0.5
5752026-05-19T19:32:56.511Z Downloaded curve25519-dalek-derive v0.1.1
5762026-05-19T19:32:56.515Z Downloaded allocator-api2 v0.2.21
5772026-05-19T19:32:56.515Z Downloaded argon2 v0.5.3
5782026-05-19T19:32:56.515Z Downloaded defmt-parser v1.0.0
5792026-05-19T19:32:56.515Z Downloaded crc32fast v1.5.0
5802026-05-19T19:32:56.518Z Downloaded base64 v0.22.1
5812026-05-19T19:32:56.518Z Downloaded cargo_metadata v0.19.2
5822026-05-19T19:32:56.524Z Downloaded defmt v1.0.1
5832026-05-19T19:32:56.526Z Downloaded display-error-chain v0.2.2
5842026-05-19T19:32:56.527Z Downloaded bcrypt-pbkdf v0.10.0
5852026-05-19T19:32:56.527Z Downloaded bb8 v0.8.6
5862026-05-19T19:32:56.527Z Downloaded bitfield-struct v0.6.2
5872026-05-19T19:32:56.534Z Downloaded fd-lock v4.0.4
5882026-05-19T19:32:56.537Z Downloaded bitfield-macros v0.19.4
5892026-05-19T19:32:56.537Z Downloaded assert_matches v1.5.0
5902026-05-19T19:32:56.537Z Downloaded castaway v0.2.4
5912026-05-19T19:32:56.537Z Downloaded dunce v1.0.5
5922026-05-19T19:32:56.541Z Downloaded float-cmp v0.10.0
5932026-05-19T19:32:56.541Z Downloaded block-padding v0.3.3
5942026-05-19T19:32:56.544Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-05-19T19:32:56.544Z Downloaded defmt v0.3.100
5962026-05-19T19:32:56.544Z Downloaded data-encoding v2.10.0
5972026-05-19T19:32:56.544Z Downloaded darling v0.20.11
5982026-05-19T19:32:56.550Z Downloaded darling_macro v0.23.0
5992026-05-19T19:32:56.553Z Downloaded der_derive v0.7.3
6002026-05-19T19:32:56.553Z Downloaded defmt-macros v1.0.1
6012026-05-19T19:32:56.553Z Downloaded embedded-io v0.4.0
6022026-05-19T19:32:56.553Z Downloaded cfg_aliases v0.1.1
6032026-05-19T19:32:56.554Z Downloaded atomic-waker v1.1.2
6042026-05-19T19:32:56.556Z Downloaded darling_macro v0.21.3
6052026-05-19T19:32:56.556Z Downloaded cobs v0.3.0
6062026-05-19T19:32:56.559Z Downloaded cstr-argument v0.1.2
6072026-05-19T19:32:56.559Z Downloaded compression-core v0.4.31
6082026-05-19T19:32:56.559Z Downloaded deranged v0.5.8
6092026-05-19T19:32:56.562Z Downloaded fixedbitset v0.5.7
6102026-05-19T19:32:56.562Z Downloaded darling_core v0.23.0
6112026-05-19T19:32:56.566Z Downloaded darling v0.23.0
6122026-05-19T19:32:56.569Z Downloaded ciborium-ll v0.2.2
6132026-05-19T19:32:56.572Z Downloaded derive_builder_macro v0.20.2
6142026-05-19T19:32:56.574Z Downloaded env_filter v1.0.0
6152026-05-19T19:32:56.577Z Downloaded foreign-types v0.3.2
6162026-05-19T19:32:56.577Z Downloaded embedded-io v0.6.1
6172026-05-19T19:32:56.577Z Downloaded crucible-workspace-hack v0.1.0
6182026-05-19T19:32:56.577Z Downloaded atomicwrites v0.4.4
6192026-05-19T19:32:56.577Z Downloaded enum-as-inner v0.6.1
6202026-05-19T19:32:56.577Z Downloaded cargo-platform v0.1.9
6212026-05-19T19:32:56.577Z Downloaded bit-set v0.8.0
6222026-05-19T19:32:56.580Z Downloaded daft-derive v0.1.5
6232026-05-19T19:32:56.583Z Downloaded document-features v0.2.12
6242026-05-19T19:32:56.583Z Downloaded crunchy v0.2.4
6252026-05-19T19:32:56.583Z Downloaded fixedbitset v0.4.2
6262026-05-19T19:32:56.586Z Downloaded foreign-types v0.5.0
6272026-05-19T19:32:56.586Z Downloaded foreign-types-shared v0.3.1
6282026-05-19T19:32:56.586Z Downloaded foreign-types-shared v0.1.1
6292026-05-19T19:32:56.589Z Downloaded foreign-types-macros v0.2.3
6302026-05-19T19:32:56.589Z Downloaded dirs-next v2.0.0
6312026-05-19T19:32:56.589Z Downloaded crc-catalog v2.4.0
6322026-05-19T19:32:56.589Z Downloaded float-ord v0.3.2
6332026-05-19T19:32:56.592Z Downloaded arrayref v0.3.9
6342026-05-19T19:32:56.592Z Downloaded cpufeatures v0.3.0
6352026-05-19T19:32:56.592Z Downloaded dirs-sys-next v0.1.2
6362026-05-19T19:32:56.596Z Downloaded async-trait v0.1.89
6372026-05-19T19:32:56.596Z Downloaded dropshot-api-manager-types v0.7.1
6382026-05-19T19:32:56.599Z Downloaded const_format_proc_macros v0.2.34
6392026-05-19T19:32:56.599Z Downloaded base64ct v1.8.3
6402026-05-19T19:32:56.602Z Downloaded endian-type v0.1.2
6412026-05-19T19:32:56.602Z Downloaded dof v0.4.0
6422026-05-19T19:32:56.602Z Downloaded ascii-canvas v3.0.0
6432026-05-19T19:32:56.602Z Downloaded convert_case v0.4.0
6442026-05-19T19:32:56.608Z Downloaded array-init v0.0.4
6452026-05-19T19:32:56.608Z Downloaded futures-sink v0.3.32
6462026-05-19T19:32:56.608Z Downloaded futures-macro v0.3.32
6472026-05-19T19:32:56.646Z Downloaded ghash v0.5.1
6482026-05-19T19:32:56.646Z Downloaded futures-task v0.3.32
6492026-05-19T19:32:56.647Z Downloaded funty v2.0.0
6502026-05-19T19:32:56.647Z Downloaded futures-core v0.3.32
6512026-05-19T19:32:56.647Z Downloaded crossbeam-deque v0.8.6
6522026-05-19T19:32:56.647Z Downloaded dsl_auto_type v0.2.0
6532026-05-19T19:32:56.650Z Downloaded cfg_aliases v0.2.1
6542026-05-19T19:32:56.650Z Downloaded globwalk v0.9.1
6552026-05-19T19:32:56.650Z Downloaded async-stream-impl v0.3.6
6562026-05-19T19:32:56.651Z Downloaded async-stream v0.3.6
6572026-05-19T19:32:56.651Z Downloaded difflib v0.4.0
6582026-05-19T19:32:56.651Z Downloaded flagset v0.4.7
6592026-05-19T19:32:56.651Z Downloaded downcast-rs v2.0.2
6602026-05-19T19:32:56.651Z Downloaded crc v3.4.0
6612026-05-19T19:32:56.651Z Downloaded dtrace-parser v0.3.0
6622026-05-19T19:32:56.651Z Downloaded corncobs v0.1.4
6632026-05-19T19:32:56.651Z Downloaded buf-list v1.1.2
6642026-05-19T19:32:56.651Z Downloaded bit-vec v0.8.0
6652026-05-19T19:32:56.651Z Downloaded cexpr v0.6.0
6662026-05-19T19:32:56.651Z Downloaded blowfish v0.9.1
6672026-05-19T19:32:56.651Z Downloaded bitfield v0.19.4
6682026-05-19T19:32:56.651Z Downloaded ctr v0.9.2
6692026-05-19T19:32:56.651Z Downloaded ed25519 v2.2.3
6702026-05-19T19:32:56.651Z Downloaded csv-core v0.1.13
6712026-05-19T19:32:56.651Z Downloaded camino-tempfile-ext v0.3.3
6722026-05-19T19:32:56.651Z Downloaded gethostname v0.5.0
6732026-05-19T19:32:56.651Z Downloaded git-stub v1.0.0
6742026-05-19T19:32:56.651Z Downloaded backoff v0.4.0
6752026-05-19T19:32:56.651Z Downloaded foldhash v0.1.5
6762026-05-19T19:32:56.651Z Downloaded fxhash v0.2.1
6772026-05-19T19:32:56.651Z Downloaded cassowary v0.3.0
6782026-05-19T19:32:56.651Z Downloaded bitflags v1.3.2
6792026-05-19T19:32:56.651Z Downloaded ff v0.13.1
6802026-05-19T19:32:56.651Z Downloaded crc8 v0.1.1
6812026-05-19T19:32:56.654Z Downloaded filetime v0.2.27
6822026-05-19T19:32:56.654Z Downloaded diesel-dtrace v0.5.0
6832026-05-19T19:32:56.654Z Downloaded derive-ex v0.1.8
6842026-05-19T19:32:56.657Z Downloaded constant_time_eq v0.4.2
6852026-05-19T19:32:56.657Z Downloaded colored v3.1.1
6862026-05-19T19:32:56.660Z Downloaded chacha20poly1305 v0.10.1
6872026-05-19T19:32:56.660Z Downloaded chacha20 v0.9.1
6882026-05-19T19:32:56.663Z Downloaded hash32 v0.2.1
6892026-05-19T19:32:56.663Z Downloaded futures-io v0.3.32
6902026-05-19T19:32:56.663Z Downloaded fs_extra v1.3.0
6912026-05-19T19:32:56.666Z Downloaded headers-core v0.3.0
6922026-05-19T19:32:56.666Z Downloaded hash32 v0.3.1
6932026-05-19T19:32:56.666Z Downloaded futures-executor v0.3.32
6942026-05-19T19:32:56.669Z Downloaded daft v0.1.5
6952026-05-19T19:32:56.669Z Downloaded group v0.13.0
6962026-05-19T19:32:56.669Z Downloaded home v0.5.12
6972026-05-19T19:32:56.672Z Downloaded http-body v1.0.1
6982026-05-19T19:32:56.672Z Downloaded hostname v0.3.1
6992026-05-19T19:32:56.672Z Downloaded cipher v0.4.4
7002026-05-19T19:32:56.675Z Downloaded hex v0.4.3
7012026-05-19T19:32:56.675Z Downloaded base16ct v0.2.0
7022026-05-19T19:32:56.678Z Downloaded hubpack_derive v0.1.1
7032026-05-19T19:32:56.678Z Downloaded hubpack v0.1.2
7042026-05-19T19:32:56.678Z Downloaded ident_case v1.0.1
7052026-05-19T19:32:56.678Z Downloaded fallible-iterator v0.2.0
7062026-05-19T19:32:56.682Z Downloaded indent_write v2.2.0
7072026-05-19T19:32:56.682Z Downloaded derive_builder v0.20.2
7082026-05-19T19:32:56.685Z Downloaded derive_builder_core v0.20.2
7092026-05-19T19:32:56.685Z Downloaded internet-checksum v0.2.1
7102026-05-19T19:32:56.685Z Downloaded indoc v1.0.9
7112026-05-19T19:32:56.688Z Downloaded instant v0.1.13
7122026-05-19T19:32:56.688Z Downloaded httpdate v1.0.3
7132026-05-19T19:32:56.691Z Downloaded erased-serde v0.3.31
7142026-05-19T19:32:56.691Z Downloaded foldhash v0.2.0
7152026-05-19T19:32:56.694Z Downloaded ena v0.14.4
7162026-05-19T19:32:56.694Z Downloaded blake2 v0.10.6
7172026-05-19T19:32:56.696Z Downloaded bzip2 v0.6.1
7182026-05-19T19:32:56.696Z Downloaded backon v1.6.0
7192026-05-19T19:32:56.699Z Downloaded hostname v0.4.2
7202026-05-19T19:32:56.699Z Downloaded console v0.16.2
7212026-05-19T19:32:56.702Z Downloaded ciborium v0.2.2
7222026-05-19T19:32:56.703Z Downloaded cancel-safe-futures v0.1.5
7232026-05-19T19:32:56.705Z Downloaded arrayvec v0.7.6
7242026-05-19T19:32:56.709Z Downloaded find-msvc-tools v0.1.9
7252026-05-19T19:32:56.709Z Downloaded ecdsa v0.16.9
7262026-05-19T19:32:56.712Z Downloaded const-oid v0.9.6
7272026-05-19T19:32:56.712Z Downloaded inout v0.1.4
7282026-05-19T19:32:56.712Z Downloaded colored v2.2.0
7292026-05-19T19:32:56.717Z Downloaded hex-literal v0.4.1
7302026-05-19T19:32:56.721Z Downloaded crc-any v2.5.0
7312026-05-19T19:32:56.721Z Downloaded keccak v0.1.6
7322026-05-19T19:32:56.721Z Downloaded is_ci v1.2.0
7332026-05-19T19:32:56.724Z Downloaded is-terminal v0.4.17
7342026-05-19T19:32:56.725Z Downloaded chacha20 v0.10.0
7352026-05-19T19:32:56.727Z Downloaded globset v0.4.18
7362026-05-19T19:32:56.728Z Downloaded diff v0.1.13
7372026-05-19T19:32:56.731Z Downloaded glob v0.3.3
7382026-05-19T19:32:56.731Z Downloaded lalrpop-util v0.19.12
7392026-05-19T19:32:56.734Z Downloaded git-stub-vcs v0.1.0
7402026-05-19T19:32:56.734Z Downloaded libscf-sys v1.2.0
7412026-05-19T19:32:56.734Z Downloaded bzip2 v0.4.4
7422026-05-19T19:32:56.737Z Downloaded futures-channel v0.3.32
7432026-05-19T19:32:56.737Z Downloaded async-bb8-diesel v0.2.1
7442026-05-19T19:32:56.740Z Downloaded bcs v0.1.6
7452026-05-19T19:32:56.743Z Downloaded getrandom v0.2.17
7462026-05-19T19:32:56.743Z Downloaded des v0.8.1
7472026-05-19T19:32:56.745Z Downloaded highway v1.3.0
7482026-05-19T19:32:56.746Z Downloaded hyper-tls v0.6.0
7492026-05-19T19:32:56.749Z Downloaded ahash v0.8.12
7502026-05-19T19:32:56.749Z Downloaded http-range v0.1.5
7512026-05-19T19:32:56.751Z Downloaded byte-wrapper v0.1.0
7522026-05-19T19:32:56.752Z Downloaded impl-trait-for-tuples v0.2.3
7532026-05-19T19:32:56.755Z Downloaded ingot-types v0.1.2
7542026-05-19T19:32:56.755Z Downloaded lru-slab v0.1.2
7552026-05-19T19:32:56.758Z Downloaded maplit v1.0.2
7562026-05-19T19:32:56.758Z Downloaded managed v0.8.0
7572026-05-19T19:32:56.758Z Downloaded lzss v0.8.2
7582026-05-19T19:32:56.761Z Downloaded http-body-util v0.1.3
7592026-05-19T19:32:56.761Z Downloaded half v1.8.3
7602026-05-19T19:32:56.765Z Downloaded drift v0.1.4
7612026-05-19T19:32:56.769Z Downloaded fs-err v2.11.0
7622026-05-19T19:32:56.773Z Downloaded console v0.15.11
7632026-05-19T19:32:56.773Z Downloaded critical-section v1.2.0
7642026-05-19T19:32:56.773Z Downloaded cookie v0.18.1
7652026-05-19T19:32:56.776Z Downloaded clang-sys v1.8.1
7662026-05-19T19:32:56.777Z Downloaded match_cfg v0.1.0
7672026-05-19T19:32:56.777Z Downloaded linked-hash-map v0.5.6
7682026-05-19T19:32:56.781Z Downloaded futures v0.3.32
7692026-05-19T19:32:56.781Z Downloaded md-5 v0.10.6
7702026-05-19T19:32:56.784Z Downloaded derive-where v1.6.0
7712026-05-19T19:32:56.784Z Downloaded humantime v2.3.0
7722026-05-19T19:32:56.786Z Downloaded darling_core v0.20.11
7732026-05-19T19:32:56.790Z Downloaded env_logger v0.11.9
7742026-05-19T19:32:56.790Z Downloaded nonempty v0.12.0
7752026-05-19T19:32:56.794Z Downloaded nibble_vec v0.1.0
7762026-05-19T19:32:56.794Z Downloaded new_debug_unreachable v1.0.6
7772026-05-19T19:32:56.794Z Downloaded memoffset v0.9.1
7782026-05-19T19:32:56.794Z Downloaded md5 v0.7.0
7792026-05-19T19:32:56.797Z Downloaded maybe-uninit v2.0.0
7802026-05-19T19:32:56.797Z Downloaded lru-cache v0.1.2
7812026-05-19T19:32:56.797Z Downloaded instability v0.3.11
7822026-05-19T19:32:56.798Z Downloaded multimap v0.10.1
7832026-05-19T19:32:56.798Z Downloaded lazy_static v1.5.0
7842026-05-19T19:32:56.801Z Downloaded libefi-sys v0.1.0
7852026-05-19T19:32:56.802Z Downloaded either v1.15.0
7862026-05-19T19:32:56.802Z Downloaded libloading v0.8.9
7872026-05-19T19:32:56.802Z Downloaded num v0.4.3
7882026-05-19T19:32:56.807Z Downloaded crossbeam-epoch v0.9.18
7892026-05-19T19:32:56.807Z Downloaded kstat-rs v0.2.4
7902026-05-19T19:32:56.807Z Downloaded num-conv v0.2.0
7912026-05-19T19:32:56.807Z Downloaded ingot v0.1.1
7922026-05-19T19:32:56.810Z Downloaded indoc v2.0.7
7932026-05-19T19:32:56.810Z Downloaded num_threads v0.1.7
7942026-05-19T19:32:56.810Z Downloaded num_enum_derive v0.5.11
7952026-05-19T19:32:56.810Z Downloaded num-iter v0.1.45
7962026-05-19T19:32:56.813Z Downloaded olpc-cjson v0.1.4
7972026-05-19T19:32:56.813Z Downloaded getrandom v0.3.4
7982026-05-19T19:32:56.816Z Downloaded normalize-line-endings v0.3.0
7992026-05-19T19:32:56.816Z Downloaded half v2.7.1
8002026-05-19T19:32:56.819Z Downloaded num-derive v0.4.2
8012026-05-19T19:32:56.819Z Downloaded fatfs v0.3.6
8022026-05-19T19:32:56.822Z Downloaded ingot-macros v0.1.1
8032026-05-19T19:32:56.822Z Downloaded hyper-rustls v0.27.7
8042026-05-19T19:32:56.825Z Downloaded crossbeam-utils v0.8.21
8052026-05-19T19:32:56.825Z Downloaded lru v0.12.5
8062026-05-19T19:32:56.828Z Downloaded linear-map v1.2.0
8072026-05-19T19:32:56.828Z Downloaded openssl-probe v0.2.1
8082026-05-19T19:32:56.831Z Downloaded openssl-macros v0.1.1
8092026-05-19T19:32:56.831Z Downloaded dropshot_endpoint v0.17.0
8102026-05-19T19:32:56.831Z Downloaded httparse v1.10.1
8112026-05-19T19:32:56.834Z Downloaded hmac v0.12.1
8122026-05-19T19:32:56.838Z Downloaded elliptic-curve v0.13.8
8132026-05-19T19:32:56.838Z Downloaded nodrop v0.1.14
8142026-05-19T19:32:56.842Z Downloaded newtype_derive v0.1.6
8152026-05-19T19:32:56.842Z Downloaded newtype-uuid-macros v0.1.0
8162026-05-19T19:32:56.842Z Downloaded bytes v1.11.1
8172026-05-19T19:32:56.846Z Downloaded opaque-debug v0.3.1
8182026-05-19T19:32:56.846Z Downloaded mime_guess v2.0.5
8192026-05-19T19:32:56.846Z Downloaded mime v0.3.17
8202026-05-19T19:32:56.849Z Downloaded compact_str v0.8.1
8212026-05-19T19:32:56.849Z Downloaded newtype-uuid v1.3.2
8222026-05-19T19:32:56.852Z Downloaded ar_archive_writer v0.5.1
8232026-05-19T19:32:56.852Z Downloaded dropshot_endpoint v0.16.7
8242026-05-19T19:32:56.856Z Downloaded multer v3.1.0
8252026-05-19T19:32:56.859Z Downloaded packed_struct_codegen v0.10.1
8262026-05-19T19:32:56.859Z Downloaded native-tls v0.2.18
8272026-05-19T19:32:56.859Z Downloaded parse-size v1.1.0
8282026-05-19T19:32:56.859Z Downloaded oso-derive v0.27.3
8292026-05-19T19:32:56.863Z Downloaded openssl-probe v0.1.6
8302026-05-19T19:32:56.863Z Downloaded libsw-core v0.3.2
8312026-05-19T19:32:56.881Z Downloaded path-slash v0.1.5
8322026-05-19T19:32:56.884Z Downloaded nu-ansi-term v0.50.3
8332026-05-19T19:32:56.884Z Downloaded lock_api v0.4.14
8342026-05-19T19:32:56.885Z Downloaded jobserver v0.1.34
8352026-05-19T19:32:56.888Z Downloaded iana-time-zone v0.1.65
8362026-05-19T19:32:56.888Z Downloaded hyper-staticfile v0.10.1
8372026-05-19T19:32:56.888Z Downloaded num_enum v0.5.11
8382026-05-19T19:32:56.892Z Downloaded peg-runtime v0.8.5
8392026-05-19T19:32:56.892Z Downloaded pbkdf2 v0.12.2
8402026-05-19T19:32:56.895Z Downloaded pbkdf2 v0.11.0
8412026-05-19T19:32:56.895Z Downloaded ignore v0.4.25
8422026-05-19T19:32:56.898Z Downloaded num_enum_derive v0.7.5
8432026-05-19T19:32:56.898Z Downloaded num-rational v0.4.2
8442026-05-19T19:32:56.898Z Downloaded num-complex v0.4.6
8452026-05-19T19:32:56.901Z Downloaded derive_more-impl v2.1.1
8462026-05-19T19:32:56.904Z Downloaded bumpalo v3.20.2
8472026-05-19T19:32:56.904Z Downloaded derive_more v0.99.20
8482026-05-19T19:32:56.907Z Downloaded darling_core v0.21.3
8492026-05-19T19:32:56.911Z Downloaded cc v1.2.56
8502026-05-19T19:32:56.914Z Downloaded libsw v3.5.0
8512026-05-19T19:32:56.914Z Downloaded newline-converter v0.3.0
8522026-05-19T19:32:56.914Z Downloaded num-integer v0.1.46
8532026-05-19T19:32:56.918Z Downloaded phf_shared v0.13.1
8542026-05-19T19:32:56.918Z Downloaded pin-utils v0.1.0
8552026-05-19T19:32:56.926Z Downloaded phf_shared v0.12.1
8562026-05-19T19:32:56.927Z Downloaded phf_shared v0.11.3
8572026-05-19T19:32:56.927Z Downloaded ipnetwork v0.21.1
8582026-05-19T19:32:56.927Z Downloaded ipnet v2.11.0
8592026-05-19T19:32:56.927Z Downloaded packed_struct v0.10.1
8602026-05-19T19:32:56.927Z Downloaded predicates-tree v1.0.13
8612026-05-19T19:32:56.927Z Downloaded precomputed-hash v0.1.1
8622026-05-19T19:32:56.930Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-05-19T19:32:56.934Z Downloaded parse-display-derive v0.10.0
8642026-05-19T19:32:56.934Z Downloaded owo-colors v4.3.0
8652026-05-19T19:32:56.934Z Downloaded parking_lot_core v0.8.6
8662026-05-19T19:32:56.938Z Downloaded flume v0.11.1
8672026-05-19T19:32:56.938Z Downloaded oxnet v0.1.4
8682026-05-19T19:32:56.941Z Downloaded pem v3.0.6
8692026-05-19T19:32:56.941Z Downloaded powerfmt v0.2.0
8702026-05-19T19:32:56.941Z Downloaded proc-macro-crate v3.4.0
8712026-05-19T19:32:56.941Z Downloaded paste v1.0.15
8722026-05-19T19:32:56.944Z Downloaded password-hash v0.5.0
8732026-05-19T19:32:56.944Z Downloaded password-hash v0.4.2
8742026-05-19T19:32:56.948Z Downloaded libbz2-rs-sys v0.2.2
8752026-05-19T19:32:56.948Z Downloaded progenitor-client v0.14.0
8762026-05-19T19:32:56.952Z Downloaded oxide-tokio-rt v0.1.4
8772026-05-19T19:32:56.952Z Downloaded progenitor-client v0.11.2
8782026-05-19T19:32:56.956Z Downloaded indicatif v0.18.4
8792026-05-19T19:32:56.960Z Downloaded proc-macro-crate v1.3.1
8802026-05-19T19:32:56.960Z Downloaded omicron-zone-package v0.12.2
8812026-05-19T19:32:56.963Z Downloaded predicates-core v1.0.10
8822026-05-19T19:32:56.964Z Downloaded progenitor-client v0.10.0
8832026-05-19T19:32:56.964Z Downloaded parse-display v0.10.0
8842026-05-19T19:32:56.964Z Downloaded memmap2 v0.9.10
8852026-05-19T19:32:56.969Z Downloaded litrs v1.0.0
8862026-05-19T19:32:56.969Z Downloaded psl-types v2.0.11
8872026-05-19T19:32:56.969Z Downloaded async-compression v0.4.41
8882026-05-19T19:32:56.974Z Downloaded num_enum v0.7.5
8892026-05-19T19:32:56.974Z Downloaded progenitor-macro v0.11.2
8902026-05-19T19:32:56.978Z Downloaded progenitor-macro v0.10.0
8912026-05-19T19:32:56.978Z Downloaded const_format v0.2.35
8922026-05-19T19:32:56.978Z Downloaded base64 v0.21.7
8932026-05-19T19:32:56.982Z Downloaded progenitor-macro v0.14.0
8942026-05-19T19:32:56.982Z Downloaded quick-error v1.2.3
8952026-05-19T19:32:56.998Z Downloaded peg-macros v0.8.5
8962026-05-19T19:32:56.999Z Downloaded crypto-bigint v0.5.5
8972026-05-19T19:32:57.061Z Downloaded pin-project-lite v0.2.17
8982026-05-19T19:32:57.062Z Downloaded headers v0.4.1
8992026-05-19T19:32:57.062Z Downloaded postgres-protocol v0.6.10
9002026-05-19T19:32:57.062Z Downloaded poly1305 v0.8.0
9012026-05-19T19:32:57.062Z Downloaded pin-project-internal v1.1.11
9022026-05-19T19:32:57.062Z Downloaded parking_lot v0.12.5
9032026-05-19T19:32:57.062Z Downloaded rand_chacha v0.3.1
9042026-05-19T19:32:57.062Z Downloaded phf v0.13.1
9052026-05-19T19:32:57.062Z Downloaded parking_lot_core v0.9.12
9062026-05-19T19:32:57.062Z Downloaded bindgen v0.71.1
9072026-05-19T19:32:57.067Z Downloaded progenitor v0.11.2
9082026-05-19T19:32:57.067Z Downloaded pkg-config v0.3.32
9092026-05-19T19:32:57.067Z Downloaded phf v0.12.1
9102026-05-19T19:32:57.067Z Downloaded pem-rfc7468 v0.7.0
9112026-05-19T19:32:57.067Z Downloaded rand_xorshift v0.4.0
9122026-05-19T19:32:57.067Z Downloaded heapless v0.8.0
9132026-05-19T19:32:57.067Z Downloaded ref-cast v1.0.25
9142026-05-19T19:32:57.067Z Downloaded crossbeam-channel v0.5.15
9152026-05-19T19:32:57.067Z Downloaded progenitor-client v0.13.0
9162026-05-19T19:32:57.067Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-19T19:32:57.067Z Downloaded pkcs8 v0.10.2
9182026-05-19T19:32:57.067Z Downloaded primeorder v0.13.6
9192026-05-19T19:32:57.067Z Downloaded ppv-lite86 v0.2.21
9202026-05-19T19:32:57.067Z Downloaded recursive v0.1.1
9212026-05-19T19:32:57.067Z Downloaded predicates v3.1.4
9222026-05-19T19:32:57.067Z Downloaded ref-cast-impl v1.0.25
9232026-05-19T19:32:57.067Z Downloaded expectorate v1.2.0
9242026-05-19T19:32:57.067Z Downloaded polyval v0.6.2
9252026-05-19T19:32:57.067Z Downloaded progenitor v0.14.0
9262026-05-19T19:32:57.067Z Downloaded progenitor v0.13.0
9272026-05-19T19:32:57.067Z Downloaded nanorand v0.7.0
9282026-05-19T19:32:57.068Z Downloaded parking_lot v0.11.2
9292026-05-19T19:32:57.068Z Downloaded progenitor v0.10.0
9302026-05-19T19:32:57.068Z Downloaded hickory-resolver v0.25.2
9312026-05-19T19:32:57.068Z Downloaded peg v0.8.5
9322026-05-19T19:32:57.068Z Downloaded radium v0.7.0
9332026-05-19T19:32:57.068Z Downloaded progenitor-macro v0.13.0
9342026-05-19T19:32:57.068Z Downloaded indexmap v1.9.3
9352026-05-19T19:32:57.068Z Downloaded progenitor-extras v0.2.0
9362026-05-19T19:32:57.068Z Downloaded postcard v1.1.3
9372026-05-19T19:32:57.068Z Downloaded papergrid v0.17.0
9382026-05-19T19:32:57.068Z Downloaded rustc_version v0.4.1
9392026-05-19T19:32:57.068Z Downloaded rtoolbox v0.0.3
9402026-05-19T19:32:57.068Z Downloaded rustc_version v0.1.7
9412026-05-19T19:32:57.068Z Downloaded russh-cryptovec v0.7.3
9422026-05-19T19:32:57.068Z Downloaded rfc6979 v0.4.0
9432026-05-19T19:32:57.068Z Downloaded r2d2 v0.8.10
9442026-05-19T19:32:57.068Z Downloaded proc-macro-error2 v2.0.1
9452026-05-19T19:32:57.068Z Downloaded flate2 v1.1.9
9462026-05-19T19:32:57.068Z Downloaded rand_chacha v0.9.0
9472026-05-19T19:32:57.075Z Downloaded ed25519-dalek v2.2.0
9482026-05-19T19:32:57.075Z Downloaded diesel_derives v2.3.7
9492026-05-19T19:32:57.081Z Downloaded dropshot-api-manager v0.7.1
9502026-05-19T19:32:57.081Z Downloaded psm v0.1.30
9512026-05-19T19:32:57.081Z Downloaded rustc-hash v2.1.1
9522026-05-19T19:32:57.081Z Downloaded pkcs1 v0.7.5
9532026-05-19T19:32:57.088Z Downloaded hickory-resolver v0.24.4
9542026-05-19T19:32:57.092Z Downloaded der v0.7.10
9552026-05-19T19:32:57.096Z Downloaded rand_seeder v0.4.0
9562026-05-19T19:32:57.096Z Downloaded rand_core v0.10.0
9572026-05-19T19:32:57.096Z Downloaded rand_core v0.9.5
9582026-05-19T19:32:57.096Z Downloaded rand_core v0.6.4
9592026-05-19T19:32:57.099Z Downloaded heapless v0.7.17
9602026-05-19T19:32:57.105Z Downloaded salsa20 v0.10.2
9612026-05-19T19:32:57.105Z Downloaded aes v0.8.4
9622026-05-19T19:32:57.123Z Downloaded scopeguard v1.2.0
9632026-05-19T19:32:57.123Z Downloaded same-file v1.0.6
9642026-05-19T19:32:57.127Z Downloaded p256 v0.13.2
9652026-05-19T19:32:57.127Z Downloaded scheduled-thread-pool v0.2.7
9662026-05-19T19:32:57.127Z Downloaded scrypt v0.11.0
9672026-05-19T19:32:57.127Z Downloaded scroll_derive v0.13.1
9682026-05-19T19:32:57.127Z Downloaded sapling-renderdag v0.1.0
9692026-05-19T19:32:57.132Z Downloaded resolv-conf v0.7.6
9702026-05-19T19:32:57.132Z Downloaded quinn-udp v0.5.14
9712026-05-19T19:32:57.138Z Downloaded seq-macro v0.3.6
9722026-05-19T19:32:57.142Z Downloaded serde_bytes v0.11.19
9732026-05-19T19:32:57.142Z Downloaded secrecy v0.8.0
9742026-05-19T19:32:57.142Z Downloaded secrecy v0.10.3
9752026-05-19T19:32:57.142Z Downloaded serde-big-array v0.5.1
9762026-05-19T19:32:57.142Z Downloaded serde_repr v0.1.20
9772026-05-19T19:32:57.146Z Downloaded serde_spanned v1.0.4
9782026-05-19T19:32:57.146Z Downloaded prefix-trie v0.7.0
9792026-05-19T19:32:57.149Z Downloaded shell-words v1.1.1
9802026-05-19T19:32:57.149Z Downloaded sigpipe v0.1.3
9812026-05-19T19:32:57.153Z Downloaded signal-hook-tokio v0.3.1
9822026-05-19T19:32:57.153Z Downloaded signature v2.2.0
9832026-05-19T19:32:57.157Z Downloaded sha1 v0.10.6
9842026-05-19T19:32:57.157Z Downloaded serde_urlencoded v0.7.1
9852026-05-19T19:32:57.157Z Downloaded serde_plain v1.0.2
9862026-05-19T19:32:57.157Z Downloaded rustls-native-certs v0.8.3
9872026-05-19T19:32:57.161Z Downloaded signal-hook-mio v0.2.5
9882026-05-19T19:32:57.161Z Downloaded rustls-pemfile v1.0.4
9892026-05-19T19:32:57.164Z Downloaded jiff-static v0.2.21
9902026-05-19T19:32:57.164Z Downloaded pin-project v1.1.11
9912026-05-19T19:32:57.170Z Downloaded progenitor-impl v0.11.2
9922026-05-19T19:32:57.174Z Downloaded rustversion v1.0.22
9932026-05-19T19:32:57.174Z Downloaded rustls-pemfile v2.2.0
9942026-05-19T19:32:57.183Z Downloaded hickory-server v0.25.2
9952026-05-19T19:32:57.183Z Downloaded rusty-fork v0.3.1
9962026-05-19T19:32:57.183Z Downloaded siphasher v1.0.2
9972026-05-19T19:32:57.183Z Downloaded progenitor-impl v0.14.0
9982026-05-19T19:32:57.183Z Downloaded progenitor-impl v0.13.0
9992026-05-19T19:32:57.183Z Downloaded oso v0.27.3
10002026-05-19T19:32:57.186Z Downloaded postgres-types v0.2.12
10012026-05-19T19:32:57.190Z Downloaded minimal-lexical v0.2.1
10022026-05-19T19:32:57.190Z Downloaded miniz_oxide v0.8.9
10032026-05-19T19:32:57.194Z Downloaded slog-bunyan v2.5.0
10042026-05-19T19:32:57.199Z Downloaded slog-envlogger v2.2.0
10052026-05-19T19:32:57.202Z Downloaded schemars_derive v0.8.22
10062026-05-19T19:32:57.207Z Downloaded sec1 v0.7.3
10072026-05-19T19:32:57.211Z Downloaded aes-gcm v0.10.3
10082026-05-19T19:32:57.214Z Downloaded serde-hex v0.1.0
10092026-05-19T19:32:57.214Z Downloaded pretty_assertions v1.4.1
10102026-05-19T19:32:57.219Z Downloaded itertools v0.10.5
10112026-05-19T19:32:57.223Z Downloaded russh-keys v0.45.0
10122026-05-19T19:32:57.227Z Downloaded ssh-cipher v0.2.0
10132026-05-19T19:32:57.230Z Downloaded semver v0.1.20
10142026-05-19T19:32:57.230Z Downloaded ssh-encoding v0.2.0
10152026-05-19T19:32:57.234Z Downloaded serde_derive_internals v0.29.1
10162026-05-19T19:32:57.237Z Downloaded serde_path_to_error v0.1.20
10172026-05-19T19:32:57.237Z Downloaded scroll v0.13.0
10182026-05-19T19:32:57.241Z Downloaded shlex v1.3.0
10192026-05-19T19:32:57.241Z Downloaded sqlparser_derive v0.5.0
10202026-05-19T19:32:57.247Z Downloaded derive_more v2.1.1
10212026-05-19T19:32:57.254Z Downloaded strum v0.26.3
10222026-05-19T19:32:57.257Z Downloaded structmeta v0.3.0
10232026-05-19T19:32:57.258Z Downloaded strip-ansi-escapes v0.2.1
10242026-05-19T19:32:57.258Z Downloaded slog-scope v4.4.1
10252026-05-19T19:32:57.258Z Downloaded slog-stdlog v4.1.1
10262026-05-19T19:32:57.258Z Downloaded progenitor-impl v0.10.0
10272026-05-19T19:32:57.261Z Downloaded http v1.4.0
10282026-05-19T19:32:57.261Z Downloaded pkcs5 v0.7.1
10292026-05-19T19:32:57.264Z Downloaded hashbrown v0.16.1
10302026-05-19T19:32:57.269Z Downloaded structmeta-derive v0.3.0
10312026-05-19T19:32:57.273Z Downloaded rustls-pki-types v1.14.0
10322026-05-19T19:32:57.273Z Downloaded simd-adler32 v0.3.8
10332026-05-19T19:32:57.273Z Downloaded strum v0.27.2
10342026-05-19T19:32:57.273Z Downloaded prettyplease v0.2.37
10352026-05-19T19:32:57.277Z Downloaded rcgen v0.12.1
10362026-05-19T19:32:57.280Z Downloaded aho-corasick v1.1.4
10372026-05-19T19:32:57.280Z Downloaded snafu-derive v0.8.9
10382026-05-19T19:32:57.285Z Downloaded take_mut v0.2.2
10392026-05-19T19:32:57.285Z Downloaded tagptr v0.2.0
10402026-05-19T19:32:57.285Z Downloaded sync_wrapper v1.0.2
10412026-05-19T19:32:57.285Z Downloaded tap v1.0.1
10422026-05-19T19:32:57.285Z Downloaded slog-json v2.6.1
10432026-05-19T19:32:57.290Z Downloaded smf v0.2.3
10442026-05-19T19:32:57.290Z Downloaded smallvec v0.6.14
10452026-05-19T19:32:57.290Z Downloaded slog-dtrace v0.3.0
10462026-05-19T19:32:57.290Z Downloaded crossterm v0.28.1
10472026-05-19T19:32:57.294Z Downloaded mio v1.2.0
10482026-05-19T19:32:57.297Z Downloaded hyper-util v0.1.20
10492026-05-19T19:32:57.300Z Downloaded tabwriter v1.4.1
10502026-05-19T19:32:57.304Z Downloaded termtree v0.5.1
10512026-05-19T19:32:57.304Z Downloaded sync-ptr v0.1.4
10522026-05-19T19:32:57.304Z Downloaded tabled_derive v0.11.0
10532026-05-19T19:32:57.304Z Downloaded supports-color v3.0.2
10542026-05-19T19:32:57.307Z Downloaded subtle v2.6.1
10552026-05-19T19:32:57.307Z Downloaded rayon-core v1.13.0
10562026-05-19T19:32:57.312Z Downloaded sqlformat v0.3.5
10572026-05-19T19:32:57.312Z Downloaded spki v0.7.3
10582026-05-19T19:32:57.313Z Downloaded openssl-sys v0.9.115
10592026-05-19T19:32:57.317Z Downloaded sct v0.7.1
10602026-05-19T19:32:57.317Z Downloaded ron v0.8.1
10612026-05-19T19:32:57.321Z Downloaded thread-id v5.1.0
10622026-05-19T19:32:57.321Z Downloaded serde_with_macros v3.17.0
10632026-05-19T19:32:57.324Z Downloaded hashbrown v0.12.3
10642026-05-19T19:32:57.324Z Downloaded time-core v0.1.8
10652026-05-19T19:32:57.329Z Downloaded stringprep v0.1.5
10662026-05-19T19:32:57.329Z Downloaded strum_macros v0.24.3
10672026-05-19T19:32:57.329Z Downloaded stacker v0.1.23
10682026-05-19T19:32:57.334Z Downloaded testing_table v0.3.0
10692026-05-19T19:32:57.334Z Downloaded signal-hook-registry v1.4.8
10702026-05-19T19:32:57.334Z Downloaded slog-async v2.8.0
10712026-05-19T19:32:57.337Z Downloaded static_assertions v1.1.0
10722026-05-19T19:32:57.337Z Downloaded quinn v0.11.9
10732026-05-19T19:32:57.341Z Downloaded ryu v1.0.23
10742026-05-19T19:32:57.341Z Downloaded schemars v0.8.22
10752026-05-19T19:32:57.347Z Downloaded support-bundle-viewer v0.1.2
10762026-05-19T19:32:57.350Z Downloaded tokio-macros v2.7.0
10772026-05-19T19:32:57.351Z Downloaded slog-term v2.9.2
10782026-05-19T19:32:57.354Z Downloaded tinyvec_macros v0.1.1
10792026-05-19T19:32:57.354Z Downloaded hashbrown v0.13.2
10802026-05-19T19:32:57.360Z Downloaded publicsuffix v2.3.0
10812026-05-19T19:32:57.360Z Downloaded num-bigint v0.4.6
10822026-05-19T19:32:57.364Z Downloaded itertools v0.12.1
10832026-05-19T19:32:57.364Z Downloaded slab v0.4.12
10842026-05-19T19:32:57.367Z Downloaded strum_macros v0.26.4
10852026-05-19T19:32:57.370Z Downloaded thiserror-impl-no-std v2.0.2
10862026-05-19T19:32:57.375Z Downloaded termios v0.3.3
10872026-05-19T19:32:57.378Z Downloaded futures-util v0.3.32
10882026-05-19T19:32:57.385Z Downloaded thread_local v1.1.9
10892026-05-19T19:32:57.391Z Downloaded similar v2.7.0
10902026-05-19T19:32:57.394Z Downloaded topological-sort v0.2.2
10912026-05-19T19:32:57.398Z Downloaded nom v7.1.3
10922026-05-19T19:32:57.401Z Downloaded tls_codec v0.4.2
10932026-05-19T19:32:57.401Z Downloaded tiny-keccak v2.0.2
10942026-05-19T19:32:57.405Z Downloaded qorb v0.4.1
10952026-05-19T19:32:57.405Z Downloaded string_cache v0.8.9
10962026-05-19T19:32:57.408Z Downloaded signal-hook v0.3.18
10972026-05-19T19:32:57.413Z Downloaded spin v0.9.8
10982026-05-19T19:32:57.413Z Downloaded slog v2.8.2
10992026-05-19T19:32:57.418Z Downloaded try-lock v0.2.5
11002026-05-19T19:32:57.418Z Downloaded trait-variant v0.1.2
11012026-05-19T19:32:57.418Z Downloaded tower-service v0.3.3
11022026-05-19T19:32:57.418Z Downloaded tower-layer v0.3.3
11032026-05-19T19:32:57.418Z Downloaded tls_codec_derive v0.4.2
11042026-05-19T19:32:57.418Z Downloaded typify-macro v0.4.3
11052026-05-19T19:32:57.418Z Downloaded hashbrown v0.15.5
11062026-05-19T19:32:57.421Z Downloaded tokio-rustls v0.25.0
11072026-05-19T19:32:57.421Z Downloaded tokio-native-tls v0.3.1
11082026-05-19T19:32:57.467Z Downloaded tokio-dtrace v0.1.1
11092026-05-19T19:32:57.467Z Downloaded thiserror-no-std v2.0.2
11102026-05-19T19:32:57.467Z Downloaded unicode-truncate v1.1.0
11112026-05-19T19:32:57.467Z Downloaded hkdf v0.12.4
11122026-05-19T19:32:57.467Z Downloaded crossterm v0.29.0
11132026-05-19T19:32:57.467Z Downloaded socket2 v0.5.10
11142026-05-19T19:32:57.467Z Downloaded rand v0.9.2
11152026-05-19T19:32:57.467Z Downloaded rustls-platform-verifier v0.6.2
11162026-05-19T19:32:57.467Z Downloaded serde_yaml v0.9.34+deprecated
11172026-05-19T19:32:57.467Z Downloaded untrusted v0.9.0
11182026-05-19T19:32:57.468Z Downloaded unarray v0.1.4
11192026-05-19T19:32:57.468Z Downloaded usdt-attr-macro v0.6.0
11202026-05-19T19:32:57.468Z Downloaded universal-hash v0.5.1
11212026-05-19T19:32:57.468Z Downloaded unit-prefix v0.5.2
11222026-05-19T19:32:57.468Z Downloaded utf-8 v0.7.6
11232026-05-19T19:32:57.468Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-05-19T19:32:57.468Z Downloaded rustls-webpki v0.103.9
11252026-05-19T19:32:57.468Z Downloaded untrusted v0.7.1
11262026-05-19T19:32:57.468Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-05-19T19:32:57.468Z Downloaded usdt v0.6.0
11282026-05-19T19:32:57.468Z Downloaded usdt-macro v0.6.0
11292026-05-19T19:32:57.468Z Downloaded tokio-tungstenite v0.23.1
11302026-05-19T19:32:57.468Z Downloaded tokio-tungstenite v0.21.0
11312026-05-19T19:32:57.472Z Downloaded strum_macros v0.27.2
11322026-05-19T19:32:57.475Z Downloaded p521 v0.13.3
11332026-05-19T19:32:57.475Z Downloaded curve25519-dalek v4.1.3
11342026-05-19T19:32:57.480Z Downloaded waitgroup v0.1.2
11352026-05-19T19:32:57.483Z Downloaded wait-timeout v0.2.1
11362026-05-19T19:32:57.487Z Downloaded tokio-rustls v0.24.1
11372026-05-19T19:32:57.490Z Downloaded void v1.0.2
11382026-05-19T19:32:57.490Z Downloaded term v1.2.1
11392026-05-19T19:32:57.494Z Downloaded want v0.3.1
11402026-05-19T19:32:57.494Z Downloaded iri-string v0.7.10
11412026-05-19T19:32:57.497Z Downloaded socket2 v0.6.3
11422026-05-19T19:32:57.500Z Downloaded itertools v0.13.0
11432026-05-19T19:32:57.503Z Downloaded rsa v0.9.10
11442026-05-19T19:32:57.506Z Downloaded serde_cbor v0.11.2
11452026-05-19T19:32:57.506Z Downloaded typify-macro v0.6.2
11462026-05-19T19:32:57.509Z Downloaded test-strategy v0.4.5
11472026-05-19T19:32:57.509Z Downloaded rand v0.10.0
11482026-05-19T19:32:57.513Z Downloaded num-bigint-dig v0.8.6
11492026-05-19T19:32:57.517Z Downloaded libm v0.2.16
11502026-05-19T19:32:57.521Z Downloaded rand v0.8.6
11512026-05-19T19:32:57.521Z Downloaded term v0.7.0
11522026-05-19T19:32:57.525Z Downloaded usdt-impl v0.6.0
11532026-05-19T19:32:57.528Z Downloaded xattr v1.6.1
11542026-05-19T19:32:57.531Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-05-19T19:32:57.531Z Downloaded blake3 v1.8.3
11562026-05-19T19:32:57.537Z Downloaded xshell-macros v0.2.7
11572026-05-19T19:32:57.543Z Downloaded vergen-lib v0.1.6
11582026-05-19T19:32:57.543Z Downloaded vergen-git2 v1.0.7
11592026-05-19T19:32:57.543Z Downloaded vsss-rs v3.3.4
11602026-05-19T19:32:57.546Z Downloaded unicase v2.9.0
11612026-05-19T19:32:57.546Z Downloaded hyper v1.8.1
11622026-05-19T19:32:57.551Z Downloaded zeroize_derive v1.4.3
11632026-05-19T19:32:57.551Z Downloaded time-macros v0.2.27
11642026-05-19T19:32:57.554Z Downloaded schemars v1.2.1
11652026-05-19T19:32:57.557Z Downloaded zone v0.3.1
11662026-05-19T19:32:57.560Z Downloaded tui-tree-widget v0.23.1
11672026-05-19T19:32:57.560Z Downloaded tokio-rustls v0.26.4
11682026-05-19T19:32:57.560Z Downloaded schemars v0.9.0
11692026-05-19T19:32:57.567Z Downloaded zone_cfg_derive v0.3.1
11702026-05-19T19:32:57.571Z Downloaded subprocess v0.2.15
11712026-05-19T19:32:57.571Z Downloaded tokio-stream v0.1.18
11722026-05-19T19:32:57.574Z Downloaded uzers v0.12.2
11732026-05-19T19:32:57.574Z Downloaded tar v0.4.45
11742026-05-19T19:32:57.580Z Downloaded vergen-gitcl v1.0.8
11752026-05-19T19:32:57.580Z Downloaded russh v0.45.0
11762026-05-19T19:32:57.580Z Downloaded wyz v0.5.1
11772026-05-19T19:32:57.587Z Downloaded iddqd v0.3.18
11782026-05-19T19:32:57.590Z Downloaded walkdir v2.5.0
11792026-05-19T19:32:57.590Z Downloaded toml_parser v1.0.9+spec-1.1.0
11802026-05-19T19:32:57.590Z Downloaded itertools v0.14.0
11812026-05-19T19:32:57.594Z Downloaded tracing-attributes v0.1.31
11822026-05-19T19:32:57.594Z Downloaded whoami v2.1.0
11832026-05-19T19:32:58.600Z Downloaded xshell v0.2.7
11842026-05-19T19:32:58.601Z Downloaded vergen v9.0.6
11852026-05-19T19:32:58.601Z Downloaded tinyvec v1.10.0
11862026-05-19T19:32:58.607Z Downloaded bitvec v1.0.1
11872026-05-19T19:32:58.607Z Downloaded whoami v1.6.1
11882026-05-19T19:32:58.607Z Downloaded aws-lc-rs v1.16.3
11892026-05-19T19:32:58.608Z Downloaded h2 v0.4.13
11902026-05-19T19:32:58.608Z Downloaded twox-hash v2.1.2
11912026-05-19T19:32:58.608Z Downloaded tracing-core v0.1.36
11922026-05-19T19:32:58.608Z Downloaded snafu v0.8.9
11932026-05-19T19:32:58.608Z Downloaded samael v0.0.19
11942026-05-19T19:32:58.608Z Downloaded unicode-properties v0.1.4
11952026-05-19T19:32:58.608Z Downloaded tungstenite v0.23.0
11962026-05-19T19:32:58.608Z Downloaded zstd-safe v7.2.4
11972026-05-19T19:32:58.608Z Downloaded zstd v0.13.3
11982026-05-19T19:32:58.608Z Downloaded libxml v0.3.3
11992026-05-19T19:32:58.608Z Downloaded zeroize v1.8.2
12002026-05-19T19:32:58.608Z Downloaded toml v0.9.12+spec-1.1.0
12012026-05-19T19:32:58.608Z Downloaded toml v0.7.8
12022026-05-19T19:32:58.608Z Downloaded git2 v0.20.4
12032026-05-19T19:32:58.608Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-05-19T19:32:58.608Z Downloaded toml v1.0.6+spec-1.1.0
12052026-05-19T19:32:58.608Z Downloaded rustyline v14.0.0
12062026-05-19T19:32:58.608Z Downloaded tungstenite v0.21.0
12072026-05-19T19:32:58.608Z Downloaded steno v0.4.1
12082026-05-19T19:32:58.608Z Downloaded bstr v1.12.1
12092026-05-19T19:32:58.608Z Downloaded zerocopy v0.6.6
12102026-05-19T19:32:58.609Z Downloaded vte v0.14.1
12112026-05-19T19:32:58.609Z Downloaded tokio-postgres v0.7.16
12122026-05-19T19:32:58.609Z Downloaded typify v0.6.2
12132026-05-19T19:32:58.609Z Downloaded chrono v0.4.44
12142026-05-19T19:32:58.609Z Downloaded reedline v0.40.0
12152026-05-19T19:32:58.609Z Downloaded unicode-bidi v0.3.18
12162026-05-19T19:32:58.609Z Downloaded regex v1.12.3
12172026-05-19T19:32:58.609Z Downloaded uuid v1.23.0
12182026-05-19T19:32:58.610Z Downloaded yasna v0.5.2
12192026-05-19T19:32:58.610Z Downloaded typify v0.4.3
12202026-05-19T19:32:58.610Z Downloaded rpassword v7.4.0
12212026-05-19T19:32:58.610Z Downloaded reqwest v0.12.28
12222026-05-19T19:32:58.610Z Downloaded toml_edit v0.19.15
12232026-05-19T19:32:58.610Z Downloaded zopfli v0.8.3
12242026-05-19T19:32:58.610Z Downloaded zip v0.6.6
12252026-05-19T19:32:58.610Z Downloaded yansi v1.0.1
12262026-05-19T19:32:58.610Z Downloaded reqwest v0.13.2
12272026-05-19T19:32:58.610Z Downloaded goblin v0.10.5
12282026-05-19T19:32:58.610Z Downloaded rayon v1.11.0
12292026-05-19T19:32:58.610Z Downloaded portable-atomic v1.13.1
12302026-05-19T19:32:58.610Z Downloaded unsafe-libyaml v0.2.11
12312026-05-19T19:32:58.610Z Downloaded unicode_categories v0.1.1
12322026-05-19T19:32:58.610Z Downloaded moka v0.12.13
12332026-05-19T19:32:58.610Z Downloaded x509-cert v0.2.5
12342026-05-19T19:32:58.610Z Downloaded zerocopy-derive v0.8.40
12352026-05-19T19:32:58.610Z Downloaded petname v2.0.2
12362026-05-19T19:32:58.610Z Downloaded serde_with v3.17.0
12372026-05-19T19:32:58.610Z Downloaded unicode-segmentation v1.12.0
12382026-05-19T19:32:58.610Z Downloaded object v0.30.4
12392026-05-19T19:32:58.610Z Downloaded p384 v0.13.1
12402026-05-19T19:32:58.610Z Downloaded nix v0.27.1
12412026-05-19T19:32:58.610Z Downloaded ssh-key v0.6.7
12422026-05-19T19:32:58.611Z Downloaded quick-xml v0.37.5
12432026-05-19T19:32:58.611Z Downloaded tower v0.5.3
12442026-05-19T19:32:58.611Z Downloaded quinn-proto v0.11.13
12452026-05-19T19:32:58.611Z Downloaded proptest v1.11.0
12462026-05-19T19:32:58.611Z Downloaded typed-path v0.9.3
12472026-05-19T19:32:58.611Z Downloaded rustls-webpki v0.101.7
12482026-05-19T19:32:58.611Z Downloaded salty v0.3.0
12492026-05-19T19:32:58.611Z Downloaded zip v4.6.1
12502026-05-19T19:32:58.611Z Downloaded lalrpop v0.19.12
12512026-05-19T19:32:58.611Z Downloaded winnow v0.6.26
12522026-05-19T19:32:58.611Z Downloaded unicode-normalization v0.1.25
12532026-05-19T19:32:58.611Z Downloaded nix v0.28.0
12542026-05-19T19:32:58.611Z Downloaded winnow v0.5.40
12552026-05-19T19:32:58.611Z Downloaded tower-http v0.6.8
12562026-05-19T19:32:58.611Z Downloaded tabled v0.20.0
12572026-05-19T19:32:58.611Z Downloaded rustls-webpki v0.102.8
12582026-05-19T19:32:58.611Z Downloaded tough v0.22.0
12592026-05-19T19:32:58.611Z Downloaded rustls v0.21.12
12602026-05-19T19:32:58.611Z Downloaded time v0.3.47
12612026-05-19T19:32:58.611Z Downloaded openssl v0.10.79
12622026-05-19T19:32:58.612Z Downloaded object v0.37.3
12632026-05-19T19:32:58.612Z Downloaded tokio-util v0.7.18
12642026-05-19T19:32:58.612Z Downloaded hickory-proto v0.24.4
12652026-05-19T19:32:58.612Z Downloaded webpki-roots v1.0.6
12662026-05-19T19:32:58.612Z Downloaded regress v0.11.1
12672026-05-19T19:32:58.613Z Downloaded zerocopy v0.8.40
12682026-05-19T19:32:58.613Z Downloaded polar-core v0.27.3
12692026-05-19T19:32:58.613Z Downloaded radix_trie v0.2.1
12702026-05-19T19:32:58.613Z Downloaded nix v0.29.0
12712026-05-19T19:32:58.613Z Downloaded smoltcp v0.9.1
12722026-05-19T19:32:58.613Z Downloaded nix v0.31.2
12732026-05-19T19:32:58.613Z Downloaded zlib-rs v0.6.2
12742026-05-19T19:32:58.613Z Downloaded dropshot v0.17.0
12752026-05-19T19:32:58.613Z Downloaded dropshot v0.16.7
12762026-05-19T19:32:58.613Z Downloaded smoltcp v0.11.0
12772026-05-19T19:32:58.613Z Downloaded regex-syntax v0.6.29
12782026-05-19T19:32:58.613Z Downloaded tracing v0.1.44
12792026-05-19T19:32:58.613Z Downloaded typify-impl v0.6.2
12802026-05-19T19:32:58.613Z Downloaded rustls v0.22.4
12812026-05-19T19:32:58.613Z Downloaded regress v0.10.5
12822026-05-19T19:32:58.613Z Downloaded rustix v0.38.44
12832026-05-19T19:32:58.613Z Downloaded diesel v2.3.7
12842026-05-19T19:32:58.613Z Downloaded chrono-tz v0.10.4
12852026-05-19T19:32:58.613Z Downloaded rustls v0.23.37
12862026-05-19T19:32:58.617Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-19T19:32:58.617Z Downloaded regex-syntax v0.8.10
12882026-05-19T19:32:58.619Z Downloaded petgraph v0.6.5
12892026-05-19T19:32:58.619Z Downloaded ratatui v0.29.0
12902026-05-19T19:32:58.619Z Downloaded sqlparser v0.61.0
12912026-05-19T19:32:58.619Z Downloaded jiff v0.2.21
12922026-05-19T19:32:58.619Z Downloaded hickory-proto v0.25.2
12932026-05-19T19:32:58.619Z Downloaded typify-impl v0.4.3
12942026-05-19T19:32:58.619Z Downloaded sled v0.34.7
12952026-05-19T19:32:58.619Z Downloaded openapiv3 v2.2.0
12962026-05-19T19:32:58.619Z Downloaded vcpkg v0.2.15
12972026-05-19T19:32:58.619Z Downloaded regex-automata v0.4.14
12982026-05-19T19:32:58.619Z Downloaded zerocopy-derive v0.6.6
12992026-05-19T19:32:58.619Z Downloaded libz-sys v1.1.24
13002026-05-19T19:32:58.619Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-05-19T19:32:58.619Z Downloaded tokio v1.52.1
13022026-05-19T19:32:58.619Z Downloaded petgraph v0.8.3
13032026-05-19T19:32:58.619Z Downloaded csv v1.4.0
13042026-05-19T19:32:58.619Z Downloaded sha3 v0.10.8
13052026-05-19T19:32:58.620Z Downloaded ring v0.17.14
13062026-05-19T19:32:58.620Z Downloaded encoding_rs v0.8.35
13072026-05-19T19:32:58.620Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-19T19:32:59.054Z Downloaded aws-lc-sys v0.40.0
13092026-05-19T19:32:59.302Z Compiling libc v0.2.185
13102026-05-19T19:32:59.302Z Compiling serde v1.0.228
13112026-05-19T19:32:59.306Z Compiling log v0.4.29
13122026-05-19T19:32:59.306Z Compiling find-msvc-tools v0.1.9
13132026-05-19T19:32:59.456Z Compiling shlex v1.3.0
13142026-05-19T19:32:59.456Z Compiling smallvec v1.15.1
13152026-05-19T19:32:59.465Z Compiling syn v2.0.117
13162026-05-19T19:32:59.475Z Compiling typenum v1.19.0
13172026-05-19T19:32:59.628Z Compiling generic-array v0.14.7
13182026-05-19T19:32:59.648Z Compiling subtle v2.6.1
13192026-05-19T19:32:59.670Z Compiling scopeguard v1.2.0
13202026-05-19T19:32:59.696Z Compiling const-oid v0.9.6
13212026-05-19T19:32:59.757Z Compiling lock_api v0.4.14
13222026-05-19T19:32:59.771Z Compiling serde_json v1.0.149
13232026-05-19T19:32:59.821Z Compiling zerocopy v0.8.40
13242026-05-19T19:32:59.860Z Compiling pin-project-lite v0.2.17
13252026-05-19T19:32:59.958Z Compiling parking_lot_core v0.9.12
13262026-05-19T19:32:59.971Z Compiling portable-atomic v1.13.1
13272026-05-19T19:33:00.226Z Compiling pkg-config v0.3.32
13282026-05-19T19:33:00.258Z Compiling getrandom v0.2.17
13292026-05-19T19:33:00.326Z Compiling jobserver v0.1.34
13302026-05-19T19:33:00.408Z Compiling rand_core v0.6.4
13312026-05-19T19:33:00.426Z Compiling errno v0.3.14
13322026-05-19T19:33:00.572Z Compiling cc v1.2.56
13332026-05-19T19:33:00.708Z Compiling signal-hook-registry v1.4.8
13342026-05-19T19:33:00.795Z Compiling bitflags v2.11.0
13352026-05-19T19:33:00.826Z Compiling futures-core v0.3.32
13362026-05-19T19:33:00.826Z Compiling critical-section v1.2.0
13372026-05-19T19:33:00.882Z Compiling libm v0.2.16
13382026-05-19T19:33:00.914Z Compiling once_cell v1.21.3
13392026-05-19T19:33:00.914Z Compiling parking_lot v0.12.5
13402026-05-19T19:33:00.939Z Compiling mio v1.2.0
13412026-05-19T19:33:00.990Z Compiling num-traits v0.2.19
13422026-05-19T19:33:01.094Z Compiling percent-encoding v2.3.2
13432026-05-19T19:33:01.125Z Compiling socket2 v0.6.3
13442026-05-19T19:33:01.309Z Compiling futures-sink v0.3.32
13452026-05-19T19:33:01.316Z Compiling futures-io v0.3.32
13462026-05-19T19:33:01.332Z Compiling futures-task v0.3.32
13472026-05-19T19:33:01.381Z Compiling futures-channel v0.3.32
13482026-05-19T19:33:01.396Z Compiling getrandom v0.4.1
13492026-05-19T19:33:01.438Z Compiling slab v0.4.12
13502026-05-19T19:33:01.501Z Compiling cpufeatures v0.2.17
13512026-05-19T19:33:01.525Z Compiling rand_core v0.10.0
13522026-05-19T19:33:01.577Z Compiling indexmap v2.14.0
13532026-05-19T19:33:01.598Z Compiling rustversion v1.0.22
13542026-05-19T19:33:01.612Z Compiling getrandom v0.3.4
13552026-05-19T19:33:01.691Z Compiling cmake v0.1.57
13562026-05-19T19:33:02.030Z Compiling form_urlencoded v1.2.2
13572026-05-19T19:33:02.173Z Compiling dunce v1.0.5
13582026-05-19T19:33:02.207Z Compiling fs_extra v1.3.0
13592026-05-19T19:33:02.270Z Compiling ident_case v1.0.1
13602026-05-19T19:33:02.344Z Compiling synstructure v0.13.2
13612026-05-19T19:33:02.396Z Compiling base64ct v1.8.3
13622026-05-19T19:33:02.446Z Compiling regex-syntax v0.8.10
13632026-05-19T19:33:02.480Z Compiling aws-lc-sys v0.40.0
13642026-05-19T19:33:02.682Z Compiling pem-rfc7468 v0.7.0
13652026-05-19T19:33:02.700Z Compiling iana-time-zone v0.1.65
13662026-05-19T19:33:02.724Z Compiling flagset v0.4.7
13672026-05-19T19:33:02.811Z Compiling rustix v1.1.3
13682026-05-19T19:33:02.860Z Compiling rand_core v0.9.5
13692026-05-19T19:33:02.909Z Compiling ring v0.17.14
13702026-05-19T19:33:02.967Z Compiling aws-lc-rs v1.16.3
13712026-05-19T19:33:02.998Z Compiling vcpkg v0.2.15
13722026-05-19T19:33:03.159Z Compiling uuid v1.23.0
13732026-05-19T19:33:03.269Z Compiling rustc_version v0.4.1
13742026-05-19T19:33:03.600Z Compiling tracing-core v0.1.36
13752026-05-19T19:33:03.777Z Compiling openssl-sys v0.9.115
13762026-05-19T19:33:03.877Z Compiling base64 v0.22.1
13772026-05-19T19:33:04.140Z Compiling serde_derive v1.0.228
13782026-05-19T19:33:04.169Z Compiling zeroize_derive v1.4.3
13792026-05-19T19:33:04.206Z Compiling zerofrom-derive v0.1.6
13802026-05-19T19:33:04.312Z Compiling yoke-derive v0.8.1
13812026-05-19T19:33:04.694Z Compiling zerocopy-derive v0.8.40
13822026-05-19T19:33:04.812Z Compiling zeroize v1.8.2
13832026-05-19T19:33:04.891Z Compiling zerovec-derive v0.11.2
13842026-05-19T19:33:05.491Z Compiling displaydoc v0.2.5
13852026-05-19T19:33:05.563Z Compiling crypto-common v0.1.7
13862026-05-19T19:33:05.602Z Compiling zerofrom v0.1.6
13872026-05-19T19:33:05.706Z Compiling yoke v0.8.1
13882026-05-19T19:33:05.725Z Compiling block-buffer v0.10.4
13892026-05-19T19:33:05.886Z Compiling digest v0.10.7
13902026-05-19T19:33:05.889Z Compiling tokio-macros v2.7.0
13912026-05-19T19:33:05.996Z Compiling zerovec v0.11.5
13922026-05-19T19:33:06.136Z Compiling futures-macro v0.3.32
13932026-05-19T19:33:06.213Z Compiling zerotrie v0.2.3
13942026-05-19T19:33:06.486Z Compiling tinystr v0.8.2
13952026-05-19T19:33:06.505Z Compiling potential_utf v0.1.4
13962026-05-19T19:33:06.601Z Compiling hmac v0.12.1
13972026-05-19T19:33:06.668Z Compiling icu_locale_core v2.1.1
13982026-05-19T19:33:06.685Z Compiling icu_collections v2.1.1
13992026-05-19T19:33:06.807Z Compiling block-padding v0.3.3
14002026-05-19T19:33:06.942Z Compiling futures-util v0.3.32
14012026-05-19T19:33:06.964Z Compiling inout v0.1.4
14022026-05-19T19:33:07.133Z Compiling cipher v0.4.4
14032026-05-19T19:33:07.171Z Compiling sha2 v0.10.9
14042026-05-19T19:33:07.396Z Compiling icu_provider v2.1.1
14052026-05-19T19:33:07.582Z Compiling bytes v1.11.1
14062026-05-19T19:33:07.649Z Compiling icu_normalizer v2.1.1
14072026-05-19T19:33:07.693Z Compiling icu_properties v2.1.2
14082026-05-19T19:33:08.196Z Compiling tokio v1.52.1
14092026-05-19T19:33:08.203Z Compiling der_derive v0.7.3
14102026-05-19T19:33:08.206Z Compiling http v1.4.0
14112026-05-19T19:33:08.540Z Compiling idna_adapter v1.2.1
14122026-05-19T19:33:08.680Z Compiling idna v1.1.0
14132026-05-19T19:33:08.771Z Compiling chrono v0.4.44
14142026-05-19T19:33:09.106Z Compiling ppv-lite86 v0.2.21
14152026-05-19T19:33:09.132Z Compiling url v2.5.8
14162026-05-19T19:33:09.146Z Compiling der v0.7.10
14172026-05-19T19:33:09.210Z Compiling salsa20 v0.10.2
14182026-05-19T19:33:09.317Z Compiling pbkdf2 v0.12.2
14192026-05-19T19:33:09.346Z Compiling rustls-pki-types v1.14.0
14202026-05-19T19:33:09.415Z Compiling thiserror-impl v2.0.18
14212026-05-19T19:33:09.429Z Compiling tracing-attributes v0.1.31
14222026-05-19T19:33:09.775Z Compiling scrypt v0.11.0
14232026-05-19T19:33:09.903Z Compiling rand_chacha v0.9.0
14242026-05-19T19:33:10.025Z Compiling spki v0.7.3
14252026-05-19T19:33:10.112Z Compiling http-body v1.0.1
14262026-05-19T19:33:10.228Z Compiling cbc v0.1.2
14272026-05-19T19:33:10.261Z Compiling aes v0.8.4
14282026-05-19T19:33:10.375Z Compiling untrusted v0.9.0
14292026-05-19T19:33:10.389Z Compiling openssl-probe v0.2.1
14302026-05-19T19:33:10.491Z Compiling untrusted v0.7.1
14312026-05-19T19:33:10.556Z Compiling httparse v1.10.1
14322026-05-19T19:33:10.580Z Compiling tinyvec_macros v0.1.1
14332026-05-19T19:33:10.649Z Compiling pkcs5 v0.7.1
14342026-05-19T19:33:10.705Z Compiling thiserror v2.0.18
14352026-05-19T19:33:10.711Z Compiling tracing v0.1.44
14362026-05-19T19:33:10.815Z Compiling tinyvec v1.10.0
14372026-05-19T19:33:10.930Z Compiling pest_generator v2.8.6
14382026-05-19T19:33:10.974Z Compiling rand v0.9.2
14392026-05-19T19:33:11.111Z Compiling serde_derive_internals v0.29.1
14402026-05-19T19:33:11.145Z Compiling aho-corasick v1.1.4
14412026-05-19T19:33:11.314Z Compiling atomic-waker v1.1.2
14422026-05-19T19:33:11.439Z Compiling tower-service v0.3.3
14432026-05-19T19:33:11.536Z Compiling rustls v0.23.37
14442026-05-19T19:33:11.619Z Compiling dyn-clone v1.0.20
14452026-05-19T19:33:11.706Z Compiling schemars v0.8.22
14462026-05-19T19:33:11.801Z Compiling try-lock v0.2.5
14472026-05-19T19:33:11.805Z Compiling tower-layer v0.3.3
14482026-05-19T19:33:11.908Z Compiling tokio-util v0.7.18
14492026-05-19T19:33:11.941Z Compiling want v0.3.1
14502026-05-19T19:33:11.972Z Compiling regex-automata v0.4.14
14512026-05-19T19:33:11.993Z Compiling schemars_derive v0.8.22
14522026-05-19T19:33:12.103Z Compiling pest_derive v2.8.6
14532026-05-19T19:33:12.518Z Compiling pkcs8 v0.10.2
14542026-05-19T19:33:12.691Z Compiling h2 v0.4.13
14552026-05-19T19:33:12.828Z Compiling ipnet v2.11.0
14562026-05-19T19:33:12.855Z Compiling scroll_derive v0.13.1
14572026-05-19T19:33:12.943Z Compiling darling_core v0.20.11
14582026-05-19T19:33:13.230Z Compiling foreign-types-shared v0.1.1
14592026-05-19T19:33:13.313Z Compiling openssl v0.10.79
14602026-05-19T19:33:13.327Z Compiling pin-utils v0.1.0
14612026-05-19T19:33:13.398Z Compiling httpdate v1.0.3
14622026-05-19T19:33:13.560Z Compiling tempfile v3.25.0
14632026-05-19T19:33:13.616Z Compiling foreign-types v0.3.2
14642026-05-19T19:33:13.638Z Compiling scroll v0.13.0
14652026-05-19T19:33:13.799Z Compiling unicode-normalization v0.1.25
14662026-05-19T19:33:13.919Z Compiling openssl-macros v0.1.1
14672026-05-19T19:33:14.246Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-05-19T19:33:14.303Z Compiling spin v0.9.8
14692026-05-19T19:33:14.317Z Compiling powerfmt v0.2.0
14702026-05-19T19:33:14.502Z Compiling native-tls v0.2.18
14712026-05-19T19:33:14.515Z Compiling num-conv v0.2.0
14722026-05-19T19:33:14.628Z Compiling crc32fast v1.5.0
14732026-05-19T19:33:14.646Z Compiling time-core v0.1.8
14742026-05-19T19:33:14.792Z Compiling time-macros v0.2.27
14752026-05-19T19:33:14.936Z Compiling deranged v0.5.8
14762026-05-19T19:33:15.187Z Compiling darling_macro v0.20.11
14772026-05-19T19:33:15.644Z Compiling hyper v1.8.1
14782026-05-19T19:33:15.824Z Compiling darling v0.20.11
14792026-05-19T19:33:15.892Z Compiling goblin v0.10.5
14802026-05-19T19:33:15.908Z Compiling rustls-native-certs v0.8.3
14812026-05-19T19:33:16.015Z Compiling sync_wrapper v1.0.2
14822026-05-19T19:33:16.122Z Compiling wait-timeout v0.2.1
14832026-05-19T19:33:16.184Z Compiling num_threads v0.1.7
14842026-05-19T19:33:16.280Z Compiling simd-adler32 v0.3.8
14852026-05-19T19:33:16.382Z Compiling siphasher v1.0.2
14862026-05-19T19:33:16.520Z Compiling syn v1.0.109
14872026-05-19T19:33:16.556Z Compiling unicode-segmentation v1.12.0
14882026-05-19T19:33:16.569Z Compiling usdt-impl v0.6.0
14892026-05-19T19:33:16.806Z Compiling hyper-util v0.1.20
14902026-05-19T19:33:16.867Z Compiling crossbeam-utils v0.8.21
14912026-05-19T19:33:16.940Z Compiling quick-error v1.2.3
14922026-05-19T19:33:17.048Z Compiling bit-vec v0.8.0
14932026-05-19T19:33:17.171Z Compiling rusty-fork v0.3.1
14942026-05-19T19:33:17.285Z Compiling bit-set v0.8.0
14952026-05-19T19:33:17.495Z Compiling time v0.3.47
14962026-05-19T19:33:17.511Z Compiling tower v0.5.3
14972026-05-19T19:33:17.527Z Compiling derive_builder_core v0.20.2
14982026-05-19T19:33:17.988Z Compiling dtrace-parser v0.3.0
14992026-05-19T19:33:18.147Z Compiling http-body-util v0.1.3
15002026-05-19T19:33:18.387Z Compiling webpki-roots v1.0.6
15012026-05-19T19:33:18.402Z Compiling signature v2.2.0
15022026-05-19T19:33:18.508Z Compiling thiserror-impl v1.0.69
15032026-05-19T19:33:18.532Z Compiling scroll_derive v0.12.1
15042026-05-19T19:33:18.579Z Compiling heapless v0.7.17
15052026-05-19T19:33:18.739Z Compiling dof v0.4.0
15062026-05-19T19:33:18.820Z Compiling rand_xorshift v0.4.0
15072026-05-19T19:33:18.980Z Compiling slog v2.8.2
15082026-05-19T19:33:19.071Z Compiling darling_core v0.21.3
15092026-05-19T19:33:19.160Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-19T19:33:19.174Z Compiling thread-id v5.1.0
15112026-05-19T19:33:19.252Z Compiling cookie v0.18.1
15122026-05-19T19:33:19.425Z Compiling iri-string v0.7.10
15132026-05-19T19:33:19.440Z Compiling zstd-safe v7.2.4
15142026-05-19T19:33:19.630Z Compiling allocator-api2 v0.2.21
15152026-05-19T19:33:19.750Z Compiling unicode-properties v0.1.4
15162026-05-19T19:33:19.899Z Compiling unarray v0.1.4
15172026-05-19T19:33:19.950Z Compiling unicode-bidi v0.3.18
15182026-05-19T19:33:19.950Z Compiling adler2 v2.0.1
15192026-05-19T19:33:20.006Z Compiling signal-hook v0.3.18
15202026-05-19T19:33:20.079Z Compiling paste v1.0.15
15212026-05-19T19:33:20.131Z Compiling anyhow v1.0.102
15222026-05-19T19:33:20.170Z Compiling ryu v1.0.23
15232026-05-19T19:33:20.351Z Compiling serde_urlencoded v0.7.1
15242026-05-19T19:33:20.383Z Compiling stringprep v0.1.5
15252026-05-19T19:33:20.496Z Compiling miniz_oxide v0.8.9
15262026-05-19T19:33:20.587Z Compiling tower-http v0.6.8
15272026-05-19T19:33:20.630Z Compiling proptest v1.11.0
15282026-05-19T19:33:20.817Z Compiling thiserror v1.0.69
15292026-05-19T19:33:20.982Z Compiling scroll v0.12.0
15302026-05-19T19:33:21.149Z Compiling derive_builder_macro v0.20.2
15312026-05-19T19:33:21.485Z Compiling tokio-native-tls v0.3.1
15322026-05-19T19:33:21.524Z Compiling darling_macro v0.21.3
15332026-05-19T19:33:21.591Z Compiling heck v0.4.1
15342026-05-19T19:33:21.647Z Compiling ipnetwork v0.21.1
15352026-05-19T19:33:21.708Z Compiling bstr v1.12.1
15362026-05-19T19:33:21.856Z Compiling rand_chacha v0.3.1
15372026-05-19T19:33:22.003Z Compiling erased-serde v0.3.31
15382026-05-19T19:33:22.055Z Compiling serde_spanned v0.6.9
15392026-05-19T19:33:22.083Z Compiling toml_datetime v0.6.11
15402026-05-19T19:33:22.198Z Compiling serde_tokenstream v0.2.3
15412026-05-19T19:33:22.346Z Compiling md-5 v0.10.6
15422026-05-19T19:33:22.419Z Compiling pin-project-internal v1.1.11
15432026-05-19T19:33:22.485Z Compiling zerocopy-derive v0.7.35
15442026-05-19T19:33:22.509Z Compiling async-trait v0.1.89
15452026-05-19T19:33:22.523Z Compiling curve25519-dalek v4.1.3
15462026-05-19T19:33:22.669Z Compiling vergen-lib v0.1.6
15472026-05-19T19:33:22.852Z Compiling num-integer v0.1.46
15482026-05-19T19:33:22.856Z Compiling hash32 v0.2.1
15492026-05-19T19:33:23.055Z Compiling ff v0.13.1
15502026-05-19T19:33:23.172Z Compiling memoffset v0.9.1
15512026-05-19T19:33:23.195Z Compiling base16ct v0.2.0
15522026-05-19T19:33:23.341Z Compiling zlib-rs v0.6.2
15532026-05-19T19:33:23.358Z Compiling fallible-iterator v0.2.0
15542026-05-19T19:33:23.372Z Compiling cfg_aliases v0.2.1
15552026-05-19T19:33:23.447Z Compiling rustix v0.38.44
15562026-05-19T19:33:23.517Z Compiling smoltcp v0.9.1
15572026-05-19T19:33:23.531Z Compiling psl-types v2.0.11
15582026-05-19T19:33:23.657Z Compiling litrs v1.0.0
15592026-05-19T19:33:23.673Z Compiling ref-cast v1.0.25
15602026-05-19T19:33:23.780Z Compiling num-bigint-dig v0.8.6
15612026-05-19T19:33:23.953Z Compiling publicsuffix v2.3.0
15622026-05-19T19:33:23.999Z Compiling postgres-protocol v0.6.10
15632026-05-19T19:33:24.016Z Compiling pin-project v1.1.11
15642026-05-19T19:33:24.114Z Compiling nix v0.31.2
15652026-05-19T19:33:24.163Z Compiling document-features v0.2.12
15662026-05-19T19:33:24.222Z Compiling zerocopy v0.7.35
15672026-05-19T19:33:24.474Z Compiling sec1 v0.7.3
15682026-05-19T19:33:24.544Z Compiling group v0.13.0
15692026-05-19T19:33:24.719Z Compiling num-iter v0.1.45
15702026-05-19T19:33:24.744Z Compiling newtype-uuid v1.3.2
15712026-05-19T19:33:24.859Z Compiling rand v0.8.6
15722026-05-19T19:33:25.062Z Compiling darling v0.21.3
15732026-05-19T19:33:25.104Z Compiling hubpack_derive v0.1.1
15742026-05-19T19:33:25.145Z Compiling oxnet v0.1.4
15752026-05-19T19:33:25.180Z Compiling snafu-derive v0.8.9
15762026-05-19T19:33:25.313Z Compiling hyper-tls v0.6.0
15772026-05-19T19:33:25.526Z Compiling derive_builder v0.20.2
15782026-05-19T19:33:25.540Z Compiling goblin v0.8.2
15792026-05-19T19:33:26.040Z Compiling phf_shared v0.13.1
15802026-05-19T19:33:26.172Z Compiling flate2 v1.1.9
15812026-05-19T19:33:26.280Z Compiling lazy_static v1.5.0
15822026-05-19T19:33:26.376Z Compiling regex v1.12.3
15832026-05-19T19:33:26.521Z Compiling strum_macros v0.27.2
15842026-05-19T19:33:26.536Z Compiling futures-executor v0.3.32
15852026-05-19T19:33:26.574Z Compiling cargo-platform v0.1.9
15862026-05-19T19:33:26.815Z Compiling hex v0.4.3
15872026-05-19T19:33:26.890Z Compiling hkdf v0.12.4
15882026-05-19T19:33:26.904Z Compiling crypto-bigint v0.5.5
15892026-05-19T19:33:27.058Z Compiling terminal_size v0.4.3
15902026-05-19T19:33:27.072Z Compiling ref-cast-impl v1.0.25
15912026-05-19T19:33:27.086Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-19T19:33:27.197Z Compiling daft-derive v0.1.5
15932026-05-19T19:33:27.621Z Compiling vergen v9.0.6
15942026-05-19T19:33:27.732Z Compiling fs-err v3.3.0
15952026-05-19T19:33:27.801Z Compiling ahash v0.8.12
15962026-05-19T19:33:27.918Z Compiling encoding_rs v0.8.35
15972026-05-19T19:33:27.918Z Compiling foldhash v0.1.5
15982026-05-19T19:33:28.003Z Compiling object v0.37.3
15992026-05-19T19:33:28.104Z Compiling bumpalo v3.20.2
16002026-05-19T19:33:28.267Z Compiling bitflags v1.3.2
16012026-05-19T19:33:28.345Z Compiling foldhash v0.2.0
16022026-05-19T19:33:28.359Z Compiling mime v0.3.17
16032026-05-19T19:33:28.515Z Compiling libbz2-rs-sys v0.2.2
16042026-05-19T19:33:28.566Z Compiling managed v0.8.0
16052026-05-19T19:33:28.617Z Compiling same-file v1.0.6
16062026-05-19T19:33:28.779Z Compiling winnow v0.5.40
16072026-05-19T19:33:29.034Z Compiling bzip2 v0.6.1
16082026-05-19T19:33:29.066Z Compiling walkdir v2.5.0
16092026-05-19T19:33:29.195Z Compiling clap_builder v4.5.60
16102026-05-19T19:33:29.242Z Compiling strum v0.27.2
16112026-05-19T19:33:29.370Z Compiling hashbrown v0.16.1
16122026-05-19T19:33:29.370Z Compiling zopfli v0.8.3
16132026-05-19T19:33:29.474Z Compiling hashbrown v0.15.5
16142026-05-19T19:33:29.737Z Compiling daft v0.1.5
16152026-05-19T19:33:29.941Z Compiling elliptic-curve v0.13.8
16162026-05-19T19:33:30.006Z Compiling dof v0.3.0
16172026-05-19T19:33:30.031Z Compiling toml_edit v0.19.15
16182026-05-19T19:33:30.287Z Compiling snafu v0.8.9
16192026-05-19T19:33:30.339Z Compiling cargo_metadata v0.19.2
16202026-05-19T19:33:30.647Z Compiling futures v0.3.32
16212026-05-19T19:33:30.727Z Compiling phf v0.13.1
16222026-05-19T19:33:30.887Z Compiling signal-hook-mio v0.2.5
16232026-05-19T19:33:31.005Z Compiling cookie_store v0.22.1
16242026-05-19T19:33:31.649Z Compiling zstd v0.13.3
16252026-05-19T19:33:31.677Z Compiling hubpack v0.1.2
16262026-05-19T19:33:31.957Z Compiling bzip2 v0.4.4
16272026-05-19T19:33:31.958Z Compiling serde_with_macros v3.17.0
16282026-05-19T19:33:32.085Z Compiling postgres-types v0.2.12
16292026-05-19T19:33:32.253Z Compiling usdt-attr-macro v0.6.0
16302026-05-19T19:33:32.641Z Compiling usdt-macro v0.6.0
16312026-05-19T19:33:32.670Z Compiling globset v0.4.18
16322026-05-19T19:33:33.051Z Compiling dtrace-parser v0.2.0
16332026-05-19T19:33:33.054Z Compiling ed25519 v2.2.3
16342026-05-19T19:33:33.094Z Compiling phf_shared v0.11.3
16352026-05-19T19:33:33.276Z Compiling olpc-cjson v0.1.4
16362026-05-19T19:33:33.290Z Compiling pkcs1 v0.7.5
16372026-05-19T19:33:33.354Z Compiling enum-as-inner v0.6.1
16382026-05-19T19:33:33.358Z Compiling clap_derive v4.5.55
16392026-05-19T19:33:33.440Z Compiling strum_macros v0.26.4
16402026-05-19T19:33:33.690Z Compiling serde-big-array v0.5.1
16412026-05-19T19:33:33.782Z Compiling serde_plain v1.0.2
16422026-05-19T19:33:33.831Z Compiling rfc6979 v0.4.0
16432026-05-19T19:33:33.844Z Compiling async-recursion v1.1.1
16442026-05-19T19:33:33.951Z Compiling serde_repr v0.1.20
16452026-05-19T19:33:33.955Z Compiling pem v3.0.6
16462026-05-19T19:33:33.977Z Compiling float-cmp v0.10.0
16472026-05-19T19:33:34.124Z Compiling thread-id v4.2.2
16482026-05-19T19:33:34.209Z Compiling memmap2 v0.9.10
16492026-05-19T19:33:34.281Z Compiling env_filter v1.0.0
16502026-05-19T19:33:34.423Z Compiling data-encoding v2.10.0
16512026-05-19T19:33:34.473Z Compiling either v1.15.0
16522026-05-19T19:33:34.489Z Compiling predicates-core v1.0.10
16532026-05-19T19:33:34.583Z Compiling normalize-line-endings v0.3.0
16542026-05-19T19:33:34.665Z Compiling static_assertions v1.1.0
16552026-05-19T19:33:34.678Z Compiling rustc-hash v2.1.1
16562026-05-19T19:33:34.678Z Compiling typed-path v0.9.3
16572026-05-19T19:33:34.736Z Compiling whoami v2.1.0
16582026-05-19T19:33:34.798Z Compiling fixedbitset v0.4.2
16592026-05-19T19:33:35.010Z Compiling difflib v0.4.0
16602026-05-19T19:33:35.099Z Compiling new_debug_unreachable v1.0.6
16612026-05-19T19:33:35.102Z Compiling jiff v0.2.21
16622026-05-19T19:33:35.127Z Compiling keccak v0.1.6
16632026-05-19T19:33:35.155Z Compiling fixedbitset v0.5.7
16642026-05-19T19:33:35.180Z Compiling precomputed-hash v0.1.1
16652026-05-19T19:33:35.268Z Compiling sha3 v0.10.8
16662026-05-19T19:33:35.456Z Compiling petgraph v0.8.3
16672026-05-19T19:33:35.566Z Compiling string_cache v0.8.9
16682026-05-19T19:33:35.722Z Compiling predicates v3.1.4
16692026-05-19T19:33:35.794Z Compiling toml_edit v0.22.27
16702026-05-19T19:33:35.905Z Compiling strum v0.26.3
16712026-05-19T19:33:35.930Z Compiling clap v4.5.60
16722026-05-19T19:33:36.012Z Compiling petgraph v0.6.5
16732026-05-19T19:33:36.035Z Compiling tokio-postgres v0.7.16
16742026-05-19T19:33:36.301Z Compiling iddqd v0.3.18
16752026-05-19T19:33:36.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16762026-05-19T19:33:37.413Z Compiling hickory-proto v0.25.2
16772026-05-19T19:33:37.475Z Compiling itertools v0.13.0
16782026-05-19T19:33:37.513Z Compiling env_logger v0.11.9
16792026-05-19T19:33:37.872Z Compiling zip v4.6.1
16802026-05-19T19:33:39.654Z Compiling usdt v0.6.0
16812026-05-19T19:33:39.728Z Compiling usdt-impl v0.5.0
16822026-05-19T19:33:39.728Z Compiling ecdsa v0.16.9
16832026-05-19T19:33:39.728Z Compiling rsa v0.9.10
16842026-05-19T19:33:39.728Z Compiling ed25519-dalek v2.2.0
16852026-05-19T19:33:39.728Z Compiling serde_with v3.17.0
16862026-05-19T19:33:39.728Z Compiling crossterm v0.28.1
16872026-05-19T19:33:39.728Z Compiling zip v0.6.6
16882026-05-19T19:33:39.848Z Compiling toml v0.7.8
16892026-05-19T19:33:40.459Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-05-19T19:33:40.545Z Compiling similar v2.7.0
16912026-05-19T19:33:40.600Z Compiling crossbeam-epoch v0.9.18
16922026-05-19T19:33:40.681Z Compiling tokio-stream v0.1.18
16932026-05-19T19:33:40.935Z Compiling buf-list v1.1.2
16942026-05-19T19:33:41.072Z Compiling x509-cert v0.2.5
16952026-05-19T19:33:41.132Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16962026-05-19T19:33:41.200Z Compiling openapiv3 v2.2.0
16972026-05-19T19:33:41.400Z Compiling sha1 v0.10.6
16982026-05-19T19:33:41.428Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-05-19T19:33:41.619Z Compiling lalrpop-util v0.19.12
17002026-05-19T19:33:41.715Z Compiling peg-runtime v0.8.5
17012026-05-19T19:33:41.844Z Compiling thread_local v1.1.9
17022026-05-19T19:33:42.020Z Compiling slog-async v2.8.0
17032026-05-19T19:33:42.034Z Compiling crossbeam-channel v0.5.15
17042026-05-19T19:33:42.090Z Compiling filetime v0.2.27
17052026-05-19T19:33:42.105Z Compiling is-terminal v0.4.17
17062026-05-19T19:33:42.202Z Compiling term v1.2.1
17072026-05-19T19:33:42.266Z Compiling xattr v1.6.1
17082026-05-19T19:33:42.337Z Compiling take_mut v0.2.2
17092026-05-19T19:33:42.452Z Compiling tar v0.4.45
17102026-05-19T19:33:42.493Z Compiling slog-term v2.9.2
17112026-05-19T19:33:52.391Z Compiling rustls-webpki v0.103.9
17122026-05-19T19:33:55.161Z Compiling tokio-rustls v0.26.4
17132026-05-19T19:33:55.161Z Compiling rustls-platform-verifier v0.6.2
17142026-05-19T19:33:55.362Z Compiling hyper-rustls v0.27.7
17152026-05-19T19:33:55.564Z Compiling reqwest v0.12.28
17162026-05-19T19:33:55.564Z Compiling reqwest v0.13.2
17172026-05-19T19:33:56.824Z Compiling tough v0.22.0
17182026-05-19T19:33:59.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-05-19T19:33:59.571Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-05-19T19:34:02.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17212026-05-19T19:34:02.508Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-05-19T19:34:02.565ZMay 19 19:34:00.928 INFO Starting download, target: Clickhouse
17232026-05-19T19:34:02.565ZMay 19 19:34:00.929 INFO Starting download, target: Cockroach
17242026-05-19T19:34:02.565ZMay 19 19:34:00.929 INFO Starting download, target: DendriteStub
17252026-05-19T19:34:02.565ZMay 19 19:34:00.929 INFO Starting download, target: Console
17262026-05-19T19:34:02.565ZMay 19 19:34:00.929 INFO Starting download, target: MaghemiteMgd
17272026-05-19T19:34:02.565ZMay 19 19:34:00.929 INFO Starting download, target: TransceiverControl
17282026-05-19T19:34:02.569ZMay 19 19:34:00.929 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-05-19T19:34:02.569ZMay 19 19:34:00.929 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-05-19T19:34:02.569ZMay 19 19:34:00.929 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-05-19T19:34:02.569ZMay 19 19:34:00.929 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-19T19:34:02.569ZMay 19 19:34:00.929 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-05-19T19:34:02.569ZMay 19 19:34:00.929 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-05-19T19:34:02.884ZMay 19 19:34:01.248 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-05-19T19:34:03.095ZMay 19 19:34:01.454 INFO Download complete, target: TransceiverControl
17362026-05-19T19:34:03.583ZMay 19 19:34:01.947 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-19T19:34:03.824ZMay 19 19:34:02.178 INFO Download complete, target: Console
17382026-05-19T19:34:04.349ZMay 19 19:34:02.712 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-05-19T19:34:04.370ZMay 19 19:34:02.733 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-05-19T19:34:04.378ZMay 19 19:34:02.741 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-19T19:34:04.691ZMay 19 19:34:03.056 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-19T19:34:04.691ZMay 19 19:34:03.056 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-19T19:34:06.705ZMay 19 19:34:05.070 INFO Download complete, target: DendriteStub
17442026-05-19T19:34:06.764ZMay 19 19:34:05.111 INFO Download complete, target: MaghemiteMgd
17452026-05-19T19:34:09.328ZMay 19 19:34:07.692 INFO Checking that binary works, target: Cockroach
17462026-05-19T19:34:09.457ZMay 19 19:34:07.821 INFO Download complete, target: Cockroach
17472026-05-19T19:34:11.031ZMay 19 19:34:09.395 INFO Checking that binary works, target: Clickhouse
17482026-05-19T19:34:11.129ZMay 19 19:34:09.494 INFO Download complete, target: Clickhouse
17492026-05-19T19:34:11.159ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-05-19T19:34:11.162Z
17512026-05-19T19:34:11.162Zreal 2:16.426830524
17522026-05-19T19:34:11.162Zuser 6:55.085773540
17532026-05-19T19:34:11.162Zsys 1:21.615643100
17542026-05-19T19:34:11.162Ztrap 0.222298510
17552026-05-19T19:34:11.162Ztflt 1.013162974
17562026-05-19T19:34:11.162Zdflt 0.999201030
17572026-05-19T19:34:11.162Zkflt 0.031530450
17582026-05-19T19:34:11.162Zlock 21:39.734064439
17592026-05-19T19:34:11.162Zslp 21:31.739163035
17602026-05-19T19:34:11.162Zlat 41.302306978
17612026-05-19T19:34:11.162Zstop 1:51.467255405
17622026-05-19T19:34:11.162Z+ banner hack-check
17632026-05-19T19:34:11.162Z
17642026-05-19T19:34:11.162Z # # ## #### # # #### # # ###### #### # #
17652026-05-19T19:34:11.163Z # # # # # # # # # # # # # # # # #
17662026-05-19T19:34:11.163Z ###### # # # #### ##### # ###### ##### # ####
17672026-05-19T19:34:11.163Z # # ###### # # # # # # # # # #
17682026-05-19T19:34:11.163Z # # # # # # # # # # # # # # # # #
17692026-05-19T19:34:11.163Z # # # # #### # # #### # # ###### #### # #
17702026-05-19T19:34:11.163Z
17712026-05-19T19:34:11.163Z+ export CARGO_INCREMENTAL=0
17722026-05-19T19:34:11.163Z+ CARGO_INCREMENTAL=0
17732026-05-19T19:34:11.163Z+ ptime -m timeout 2h cargo xtask check-features --ci
17742026-05-19T19:34:11.701Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-05-19T19:34:11.921Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-05-19T19:34:13.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17772026-05-19T19:34:13.860Z Running `target/debug/xtask check-features --ci`
17782026-05-19T19:34:13.888Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17792026-05-19T19:34:13.892Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17802026-05-19T19:34:14.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17812026-05-19T19:34:14.402Z Running `target/debug/xtask download cargo-hack`
17822026-05-19T19:34:15.188Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-05-19T19:34:15.497Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-05-19T19:34:18.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17852026-05-19T19:34:18.173Z Running `target/debug/xtask-downloader cargo-hack`
17862026-05-19T19:34:18.214ZMay 19 19:34:16.579 INFO Starting download, target: CargoHack
17872026-05-19T19:34:18.217ZMay 19 19:34:16.579 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17882026-05-19T19:34:18.651ZMay 19 19:34:17.015 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17892026-05-19T19:34:18.699ZMay 19 19:34:17.064 INFO Download complete, target: CargoHack
17902026-05-19T19:34:18.702Zrunning: "/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"
17912026-05-19T19:34:18.715Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17922026-05-19T19:34:18.867Zinfo: running `cargo check --bins` on api_identity (1/276)
17932026-05-19T19:34:19.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-19T19:34:19.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-19T19:34:19.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-19T19:34:19.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-19T19:34:19.446Z
17982026-05-19T19:34:19.446Zinfo: running `cargo check --bins` on bootstore (2/276)
17992026-05-19T19:34:19.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-19T19:34:19.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-19T19:34:19.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-19T19:34:19.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-19T19:34:20.033Z
18042026-05-19T19:34:20.033Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18052026-05-19T19:34:20.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-19T19:34:20.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-19T19:34:20.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-19T19:34:20.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-19T19:34:20.610Z
18102026-05-19T19:34:20.610Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18112026-05-19T19:34:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-19T19:34:21.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-19T19:34:21.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-19T19:34:21.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-19T19:34:21.196Z
18162026-05-19T19:34:21.196Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18172026-05-19T19:34:21.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-19T19:34:21.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-19T19:34:21.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-19T19:34:21.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-19T19:34:21.782Z
18222026-05-19T19:34:21.782Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18232026-05-19T19:34:22.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-19T19:34:22.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-19T19:34:22.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-19T19:34:22.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-19T19:34:22.377Z
18282026-05-19T19:34:22.377Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18292026-05-19T19:34:22.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-19T19:34:22.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-19T19:34:22.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-19T19:34:22.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-05-19T19:34:22.964Z
18342026-05-19T19:34:22.964Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18352026-05-19T19:34:23.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-19T19:34:23.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-19T19:34:23.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-19T19:34:23.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18392026-05-19T19:34:23.645Z
18402026-05-19T19:34:23.645Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18412026-05-19T19:34:23.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-19T19:34:23.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-19T19:34:23.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-19T19:34:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-19T19:34:24.019Z
18462026-05-19T19:34:24.020Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18472026-05-19T19:34:24.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-19T19:34:24.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-19T19:34:24.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-19T19:34:24.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-19T19:34:24.487Z
18522026-05-19T19:34:24.487Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18532026-05-19T19:34:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-19T19:34:24.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-19T19:34:24.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-19T19:34:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-19T19:34:24.953Z
18582026-05-19T19:34:24.953Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18592026-05-19T19:34:25.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-19T19:34:25.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-19T19:34:25.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-19T19:34:25.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-19T19:34:25.407Z
18642026-05-19T19:34:25.407Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18652026-05-19T19:34:25.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-19T19:34:25.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-19T19:34:25.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-19T19:34:25.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-19T19:34:25.869Z
18702026-05-19T19:34:25.870Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18712026-05-19T19:34:26.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-19T19:34:26.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-19T19:34:26.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-19T19:34:26.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-19T19:34:26.330Z
18762026-05-19T19:34:26.330Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18772026-05-19T19:34:26.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-19T19:34:26.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-19T19:34:26.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-19T19:34:26.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-19T19:34:26.796Z
18822026-05-19T19:34:26.796Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18832026-05-19T19:34:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-19T19:34:27.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-19T19:34:27.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-19T19:34:27.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-19T19:34:27.257Z
18882026-05-19T19:34:27.257Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18892026-05-19T19:34:27.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-19T19:34:27.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-19T19:34:27.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-19T19:34:27.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-19T19:34:27.725Z
18942026-05-19T19:34:27.725Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18952026-05-19T19:34:28.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-19T19:34:28.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-19T19:34:28.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-19T19:34:28.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-19T19:34:28.206Z
19002026-05-19T19:34:28.206Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19012026-05-19T19:34:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-19T19:34:28.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-19T19:34:28.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-19T19:34:28.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-19T19:34:28.659Z
19062026-05-19T19:34:28.659Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19072026-05-19T19:34:29.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-19T19:34:29.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-19T19:34:29.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-19T19:34:29.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19112026-05-19T19:34:29.134Z
19122026-05-19T19:34:29.134Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19132026-05-19T19:34:29.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-19T19:34:29.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-19T19:34:29.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-19T19:34:29.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-19T19:34:29.602Z
19182026-05-19T19:34:29.603Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19192026-05-19T19:34:30.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-19T19:34:30.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-19T19:34:30.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-19T19:34:30.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-19T19:34:30.072Z
19242026-05-19T19:34:30.073Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19252026-05-19T19:34:30.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-19T19:34:30.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-19T19:34:30.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-19T19:34:30.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-05-19T19:34:30.545Z
19302026-05-19T19:34:30.545Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19312026-05-19T19:34:30.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-19T19:34:30.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-19T19:34:30.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-19T19:34:30.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-19T19:34:31.015Z
19362026-05-19T19:34:31.015Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19372026-05-19T19:34:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-19T19:34:31.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-19T19:34:31.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-19T19:34:31.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-19T19:34:31.486Z
19422026-05-19T19:34:31.486Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19432026-05-19T19:34:31.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-19T19:34:31.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-19T19:34:31.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-19T19:34:31.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-05-19T19:34:31.961Z
19482026-05-19T19:34:31.961Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19492026-05-19T19:34:32.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-19T19:34:32.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-19T19:34:32.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-19T19:34:32.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19532026-05-19T19:34:32.433Z
19542026-05-19T19:34:32.433Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19552026-05-19T19:34:32.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-19T19:34:32.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-19T19:34:32.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-19T19:34:32.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-19T19:34:32.899Z
19602026-05-19T19:34:32.900Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19612026-05-19T19:34:33.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-19T19:34:33.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-19T19:34:33.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-19T19:34:33.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-19T19:34:33.367Z
19662026-05-19T19:34:33.367Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19672026-05-19T19:34:33.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-19T19:34:33.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-19T19:34:33.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-19T19:34:33.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-19T19:34:33.832Z
19722026-05-19T19:34:33.832Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19732026-05-19T19:34:34.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-19T19:34:34.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-19T19:34:34.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-19T19:34:34.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-19T19:34:34.305Z
19782026-05-19T19:34:34.305Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19792026-05-19T19:34:34.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-19T19:34:34.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-19T19:34:34.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-19T19:34:34.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-19T19:34:34.789Z
19842026-05-19T19:34:34.789Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19852026-05-19T19:34:35.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-19T19:34:35.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-19T19:34:35.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-19T19:34:35.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-19T19:34:35.245Z
19902026-05-19T19:34:35.246Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19912026-05-19T19:34:35.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-19T19:34:35.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-19T19:34:35.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-19T19:34:35.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-19T19:34:35.712Z
19962026-05-19T19:34:35.712Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19972026-05-19T19:34:36.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-19T19:34:36.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-19T19:34:36.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-19T19:34:36.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-19T19:34:36.485Z
20022026-05-19T19:34:36.485Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20032026-05-19T19:34:36.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-19T19:34:36.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-19T19:34:36.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-19T19:34:36.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-19T19:34:36.642Z
20082026-05-19T19:34:36.642Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20092026-05-19T19:34:37.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-19T19:34:37.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-19T19:34:37.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-19T19:34:37.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-19T19:34:37.111Z
20142026-05-19T19:34:37.111Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20152026-05-19T19:34:37.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-19T19:34:37.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-19T19:34:37.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-19T19:34:37.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-19T19:34:37.577Z
20202026-05-19T19:34:37.577Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20212026-05-19T19:34:37.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-19T19:34:37.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-19T19:34:37.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-19T19:34:37.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-19T19:34:38.055Z
20262026-05-19T19:34:38.055Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20272026-05-19T19:34:38.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-19T19:34:38.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-19T19:34:38.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-19T19:34:38.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-19T19:34:38.572Z
20322026-05-19T19:34:38.572Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20332026-05-19T19:34:38.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-19T19:34:38.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-19T19:34:38.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-19T19:34:38.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-19T19:34:38.984Z
20382026-05-19T19:34:38.984Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20392026-05-19T19:34:39.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-19T19:34:39.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-19T19:34:39.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-19T19:34:39.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-19T19:34:39.458Z
20442026-05-19T19:34:39.458Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20452026-05-19T19:34:39.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-19T19:34:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-19T19:34:39.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-19T19:34:39.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-19T19:34:39.920Z
20502026-05-19T19:34:39.920Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20512026-05-19T19:34:40.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-19T19:34:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-19T19:34:40.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-19T19:34:40.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-19T19:34:40.491Z
20562026-05-19T19:34:40.491Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20572026-05-19T19:34:40.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-19T19:34:40.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-19T19:34:40.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-19T19:34:40.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-19T19:34:40.865Z
20622026-05-19T19:34:40.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20632026-05-19T19:34:41.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-19T19:34:41.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-19T19:34:41.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-19T19:34:41.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-19T19:34:41.333Z
20682026-05-19T19:34:41.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20692026-05-19T19:34:41.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-19T19:34:41.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-19T19:34:41.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-19T19:34:41.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-19T19:34:41.808Z
20742026-05-19T19:34:41.808Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20752026-05-19T19:34:42.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-19T19:34:42.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-19T19:34:42.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-19T19:34:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-19T19:34:42.287Z
20802026-05-19T19:34:42.287Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20812026-05-19T19:34:42.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-19T19:34:42.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-19T19:34:42.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-19T19:34:42.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-19T19:34:42.911Z
20862026-05-19T19:34:42.911Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20872026-05-19T19:34:43.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-19T19:34:43.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-19T19:34:43.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-19T19:34:43.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-19T19:34:43.546Z
20922026-05-19T19:34:43.546Zinfo: running `cargo check --bins` on nexus-config (51/276)
20932026-05-19T19:34:44.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-19T19:34:44.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-19T19:34:44.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-19T19:34:44.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-05-19T19:34:44.179Z
20982026-05-19T19:34:44.179Zinfo: running `cargo check --bins` on nexus-types (52/276)
20992026-05-19T19:34:44.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-19T19:34:44.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-19T19:34:44.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-19T19:34:44.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-05-19T19:34:44.812Z
21042026-05-19T19:34:44.812Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21052026-05-19T19:34:45.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-19T19:34:45.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-19T19:34:45.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-19T19:34:45.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21092026-05-19T19:34:45.419Z
21102026-05-19T19:34:45.419Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21112026-05-19T19:34:45.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-19T19:34:45.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-19T19:34:45.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-19T19:34:45.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-05-19T19:34:46.023Z
21162026-05-19T19:34:46.023Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21172026-05-19T19:34:46.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-19T19:34:46.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-19T19:34:46.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-19T19:34:46.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-19T19:34:46.599Z
21222026-05-19T19:34:46.599Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21232026-05-19T19:34:47.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-19T19:34:47.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-19T19:34:47.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-19T19:34:47.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-19T19:34:47.214Z
21282026-05-19T19:34:47.214Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21292026-05-19T19:34:47.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-19T19:34:47.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-19T19:34:47.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-19T19:34:47.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21332026-05-19T19:34:47.803Z
21342026-05-19T19:34:47.803Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21352026-05-19T19:34:48.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-19T19:34:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-19T19:34:48.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-19T19:34:48.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21392026-05-19T19:34:48.430Z
21402026-05-19T19:34:48.430Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21412026-05-19T19:34:48.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-19T19:34:48.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-19T19:34:48.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-19T19:34:48.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21452026-05-19T19:34:48.997Z
21462026-05-19T19:34:48.997Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21472026-05-19T19:34:49.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-19T19:34:49.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-19T19:34:49.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-19T19:34:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-19T19:34:49.583Z
21522026-05-19T19:34:49.584Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21532026-05-19T19:34:50.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-19T19:34:50.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-19T19:34:50.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-19T19:34:50.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21572026-05-19T19:34:50.170Z
21582026-05-19T19:34:50.170Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21592026-05-19T19:34:50.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-19T19:34:50.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-19T19:34:50.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-19T19:34:50.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-19T19:34:50.744Z
21642026-05-19T19:34:50.744Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21652026-05-19T19:34:51.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-19T19:34:51.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-19T19:34:51.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-19T19:34:51.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-19T19:34:51.340Z
21702026-05-19T19:34:51.340Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21712026-05-19T19:34:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-19T19:34:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-19T19:34:51.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-19T19:34:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21752026-05-19T19:34:51.938Z
21762026-05-19T19:34:51.938Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21772026-05-19T19:34:52.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-19T19:34:52.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-19T19:34:52.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-19T19:34:52.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-19T19:34:52.527Z
21822026-05-19T19:34:52.527Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21832026-05-19T19:34:53.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-19T19:34:53.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-19T19:34:53.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-19T19:34:53.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-19T19:34:53.103Z
21882026-05-19T19:34:53.103Zinfo: running `cargo check --bins` on ereport-types (67/276)
21892026-05-19T19:34:53.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-19T19:34:53.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-19T19:34:53.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-19T19:34:53.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21932026-05-19T19:34:53.696Z
21942026-05-19T19:34:53.696Zinfo: running `cargo check --bins` on gateway-client (68/276)
21952026-05-19T19:34:54.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-19T19:34:54.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-19T19:34:54.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-19T19:34:54.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-19T19:34:54.285Z
22002026-05-19T19:34:54.286Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22012026-05-19T19:35:01.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-19T19:35:01.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-19T19:35:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-19T19:35:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-19T19:35:01.453Z
22062026-05-19T19:35:01.453Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22072026-05-19T19:35:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-19T19:35:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-19T19:35:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-19T19:35:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-19T19:35:01.453Z
22122026-05-19T19:35:01.453Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22132026-05-19T19:35:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-19T19:35:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-19T19:35:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-19T19:35:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-05-19T19:35:01.453Z
22182026-05-19T19:35:01.453Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22192026-05-19T19:35:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-19T19:35:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-19T19:35:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-19T19:35:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-19T19:35:01.453Z
22242026-05-19T19:35:01.453Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22252026-05-19T19:35:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-19T19:35:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-19T19:35:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-19T19:35:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22292026-05-19T19:35:01.453Z
22302026-05-19T19:35:01.453Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22312026-05-19T19:35:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-19T19:35:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-19T19:35:01.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-19T19:35:01.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22352026-05-19T19:35:01.454Z
22362026-05-19T19:35:01.454Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22372026-05-19T19:35:01.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-19T19:35:01.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-19T19:35:01.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-19T19:35:01.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-05-19T19:35:01.454Z
22422026-05-19T19:35:01.454Zinfo: running `cargo check --bins` on oxlog (76/276)
22432026-05-19T19:35:01.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-19T19:35:01.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-19T19:35:01.454Z Checking cfg-if v1.0.4
22462026-05-19T19:35:01.454Z Checking libc v0.2.185
22472026-05-19T19:35:01.454Z Checking serde_core v1.0.228
22482026-05-19T19:35:01.454Z Checking zeroize v1.8.2
22492026-05-19T19:35:01.454Z Checking memchr v2.8.0
22502026-05-19T19:35:01.454Z Checking log v0.4.29
22512026-05-19T19:35:01.454Z Checking smallvec v1.15.1
22522026-05-19T19:35:01.454Z Checking typenum v1.19.0
22532026-05-19T19:35:01.454Z Checking subtle v2.6.1
22542026-05-19T19:35:01.454Z Checking itoa v1.0.17
22552026-05-19T19:35:01.454Z Checking scopeguard v1.2.0
22562026-05-19T19:35:01.454Z Checking stable_deref_trait v1.2.1
22572026-05-19T19:35:01.454Z Checking const-oid v0.9.6
22582026-05-19T19:35:01.454Z Checking zerofrom v0.1.6
22592026-05-19T19:35:01.454Z Checking lock_api v0.4.14
22602026-05-19T19:35:01.454Z Checking pin-project-lite v0.2.17
22612026-05-19T19:35:01.454Z Checking yoke v0.8.1
22622026-05-19T19:35:01.454Z Checking getrandom v0.2.17
22632026-05-19T19:35:01.454Z Checking errno v0.3.14
22642026-05-19T19:35:01.454Z Checking parking_lot_core v0.9.12
22652026-05-19T19:35:01.454Z Checking portable-atomic v1.13.1
22662026-05-19T19:35:01.455Z Checking signal-hook-registry v1.4.8
22672026-05-19T19:35:01.455Z Checking zerovec v0.11.5
22682026-05-19T19:35:01.455Z Checking rand_core v0.6.4
22692026-05-19T19:35:01.455Z Checking generic-array v0.14.7
22702026-05-19T19:35:01.455Z Checking critical-section v1.2.0
22712026-05-19T19:35:01.455Z Checking futures-core v0.3.32
22722026-05-19T19:35:01.455Z Checking parking_lot v0.12.5
22732026-05-19T19:35:01.455Z Checking mio v1.2.0
22742026-05-19T19:35:01.455Z Checking zerocopy v0.8.40
22752026-05-19T19:35:01.455Z Checking zmij v1.0.21
22762026-05-19T19:35:01.455Z Checking once_cell v1.21.3
22772026-05-19T19:35:01.455Z Checking socket2 v0.6.3
22782026-05-19T19:35:01.455Z Checking tinystr v0.8.2
22792026-05-19T19:35:01.455Z Checking crypto-common v0.1.7
22802026-05-19T19:35:01.455Z Checking block-buffer v0.10.4
22812026-05-19T19:35:01.455Z Checking libm v0.2.16
22822026-05-19T19:35:01.455Z Checking writeable v0.6.2
22832026-05-19T19:35:01.455Z Checking equivalent v1.0.2
22842026-05-19T19:35:01.455Z Checking percent-encoding v2.3.2
22852026-05-19T19:35:01.455Z Checking digest v0.10.7
22862026-05-19T19:35:01.455Z Checking litemap v0.8.1
22872026-05-19T19:35:01.456Z Checking potential_utf v0.1.4
22882026-05-19T19:35:01.456Z Checking zerotrie v0.2.3
22892026-05-19T19:35:01.456Z Checking futures-sink v0.3.32
22902026-05-19T19:35:01.456Z Checking icu_locale_core v2.1.1
22912026-05-19T19:35:01.456Z Checking icu_collections v2.1.1
22922026-05-19T19:35:01.456Z Checking slab v0.4.12
22932026-05-19T19:35:01.456Z Checking futures-channel v0.3.32
22942026-05-19T19:35:01.456Z Checking serde v1.0.228
22952026-05-19T19:35:01.456Z Checking bitflags v2.11.0
22962026-05-19T19:35:01.456Z Checking serde_json v1.0.149
22972026-05-19T19:35:01.456Z Checking cpufeatures v0.2.17
22982026-05-19T19:35:01.456Z Checking futures-task v0.3.32
22992026-05-19T19:35:01.456Z Checking futures-io v0.3.32
23002026-05-19T19:35:01.456Z Checking hmac v0.12.1
23012026-05-19T19:35:01.456Z Checking num-traits v0.2.19
23022026-05-19T19:35:01.506Z Checking icu_properties_data v2.1.2
23032026-05-19T19:35:01.506Z Checking futures-util v0.3.32
23042026-05-19T19:35:01.507Z Checking icu_normalizer_data v2.1.1
23052026-05-19T19:35:01.507Z Checking bytes v1.11.1
23062026-05-19T19:35:01.507Z Checking icu_provider v2.1.1
23072026-05-19T19:35:01.507Z Checking hashbrown v0.17.0
23082026-05-19T19:35:01.507Z Checking rand_core v0.10.0
23092026-05-19T19:35:01.507Z Checking getrandom v0.4.1
23102026-05-19T19:35:01.507Z Checking icu_normalizer v2.1.1
23112026-05-19T19:35:01.507Z Checking icu_properties v2.1.2
23122026-05-19T19:35:01.507Z Checking block-padding v0.3.3
23132026-05-19T19:35:01.536Z Checking tokio v1.52.1
23142026-05-19T19:35:01.536Z Checking utf8_iter v1.0.4
23152026-05-19T19:35:01.545Z Checking inout v0.1.4
23162026-05-19T19:35:01.545Z Checking indexmap v2.14.0
23172026-05-19T19:35:01.605Z Checking sha2 v0.10.9
23182026-05-19T19:35:01.620Z Checking form_urlencoded v1.2.2
23192026-05-19T19:35:01.675Z Checking cipher v0.4.4
23202026-05-19T19:35:01.744Z Checking getrandom v0.3.4
23212026-05-19T19:35:01.880Z Checking base64ct v1.8.3
23222026-05-19T19:35:01.894Z Checking byteorder v1.5.0
23232026-05-19T19:35:01.897Z Checking fnv v1.0.7
23242026-05-19T19:35:01.999Z Checking flagset v0.4.7
23252026-05-19T19:35:02.094Z Checking rand_core v0.9.5
23262026-05-19T19:35:02.108Z Checking http v1.4.0
23272026-05-19T19:35:02.120Z Checking pem-rfc7468 v0.7.0
23282026-05-19T19:35:02.133Z Checking regex-syntax v0.8.10
23292026-05-19T19:35:02.165Z Checking idna_adapter v1.2.1
23302026-05-19T19:35:02.270Z Checking salsa20 v0.10.2
23312026-05-19T19:35:02.282Z Checking der v0.7.10
23322026-05-19T19:35:02.293Z Checking idna v1.1.0
23332026-05-19T19:35:02.401Z Checking uuid v1.23.0
23342026-05-19T19:35:02.539Z Checking url v2.5.8
23352026-05-19T19:35:02.677Z Checking pbkdf2 v0.12.2
23362026-05-19T19:35:02.722Z Checking rustix v1.1.3
23372026-05-19T19:35:02.777Z Checking ppv-lite86 v0.2.21
23382026-05-19T19:35:02.788Z Checking tracing-core v0.1.36
23392026-05-19T19:35:02.915Z Checking rustls-pki-types v1.14.0
23402026-05-19T19:35:02.998Z Checking iana-time-zone v0.1.65
23412026-05-19T19:35:03.019Z Checking spki v0.7.3
23422026-05-19T19:35:03.071Z Checking base64 v0.22.1
23432026-05-19T19:35:03.095Z Checking tracing v0.1.44
23442026-05-19T19:35:03.107Z Checking chrono v0.4.44
23452026-05-19T19:35:03.182Z Checking rand_chacha v0.9.0
23462026-05-19T19:35:03.201Z Checking scrypt v0.11.0
23472026-05-19T19:35:03.299Z Checking http-body v1.0.1
23482026-05-19T19:35:03.311Z Checking cbc v0.1.2
23492026-05-19T19:35:03.338Z Checking aes v0.8.4
23502026-05-19T19:35:03.377Z Checking aws-lc-sys v0.40.0
23512026-05-19T19:35:03.428Z Checking untrusted v0.9.0
23522026-05-19T19:35:03.440Z Checking untrusted v0.7.1
23532026-05-19T19:35:03.454Z Checking tinyvec_macros v0.1.1
23542026-05-19T19:35:03.521Z Checking openssl-probe v0.2.1
23552026-05-19T19:35:03.537Z Checking ring v0.17.14
23562026-05-19T19:35:03.551Z Checking tinyvec v1.10.0
23572026-05-19T19:35:03.566Z Checking rand v0.9.2
23582026-05-19T19:35:03.625Z Checking tower-service v0.3.3
23592026-05-19T19:35:03.716Z Checking tower-layer v0.3.3
23602026-05-19T19:35:03.718Z Checking pkcs5 v0.7.1
23612026-05-19T19:35:03.858Z Checking atomic-waker v1.1.2
23622026-05-19T19:35:03.875Z Checking try-lock v0.2.5
23632026-05-19T19:35:03.886Z Checking aws-lc-rs v1.16.3
23642026-05-19T19:35:03.954Z Checking ipnet v2.11.0
23652026-05-19T19:35:03.966Z Checking httparse v1.10.1
23662026-05-19T19:35:03.971Z Checking want v0.3.1
23672026-05-19T19:35:03.989Z Checking pkcs8 v0.10.2
23682026-05-19T19:35:04.025Z Checking aho-corasick v1.1.4
23692026-05-19T19:35:04.096Z Checking pin-utils v0.1.0
23702026-05-19T19:35:04.161Z Checking httpdate v1.0.3
23712026-05-19T19:35:04.174Z Checking plain v0.2.3
23722026-05-19T19:35:04.174Z Checking fastrand v2.3.0
23732026-05-19T19:35:04.205Z Checking dyn-clone v1.0.20
23742026-05-19T19:35:04.272Z Checking foreign-types-shared v0.1.1
23752026-05-19T19:35:04.304Z Checking unicode-normalization v0.1.25
23762026-05-19T19:35:04.318Z Checking semver v1.0.28
23772026-05-19T19:35:04.352Z Checking foreign-types v0.3.2
23782026-05-19T19:35:04.364Z Checking tempfile v3.25.0
23792026-05-19T19:35:04.422Z Checking openssl-sys v0.9.115
23802026-05-19T19:35:04.521Z Checking spin v0.9.8
23812026-05-19T19:35:04.537Z Checking ucd-trie v0.1.7
23822026-05-19T19:35:04.557Z Checking unicode-ident v1.0.24
23832026-05-19T19:35:04.668Z Checking pest v2.8.6
23842026-05-19T19:35:04.680Z Checking proc-macro2 v1.0.106
23852026-05-19T19:35:04.698Z Checking tokio-util v0.7.18
23862026-05-19T19:35:04.711Z Checking regex-automata v0.4.14
23872026-05-19T19:35:04.723Z Checking schemars v0.8.22
23882026-05-19T19:35:04.727Z Checking rustls-webpki v0.103.9
23892026-05-19T19:35:04.747Z Checking rustls-native-certs v0.8.3
23902026-05-19T19:35:04.800Z Checking openssl v0.10.79
23912026-05-19T19:35:04.874Z Checking thiserror v2.0.18
23922026-05-19T19:35:04.976Z Checking sync_wrapper v1.0.2
23932026-05-19T19:35:04.989Z Checking wait-timeout v0.2.1
23942026-05-19T19:35:05.080Z Checking siphasher v1.0.2
23952026-05-19T19:35:05.108Z Checking quick-error v1.2.3
23962026-05-19T19:35:05.149Z Checking rustls v0.23.37
23972026-05-19T19:35:05.308Z Checking simd-adler32 v0.3.8
23982026-05-19T19:35:05.312Z Checking anstyle v1.0.13
23992026-05-19T19:35:05.312Z Checking h2 v0.4.13
24002026-05-19T19:35:05.364Z Checking pretty-hex v0.4.1
24012026-05-19T19:35:05.379Z Checking bit-vec v0.8.0
24022026-05-19T19:35:05.413Z Checking utf8parse v0.2.2
24032026-05-19T19:35:05.482Z Checking powerfmt v0.2.0
24042026-05-19T19:35:05.513Z Checking anstyle-parse v0.2.7
24052026-05-19T19:35:05.568Z Checking bit-set v0.8.0
24062026-05-19T19:35:05.632Z Checking deranged v0.5.8
24072026-05-19T19:35:05.664Z Checking rusty-fork v0.3.1
24082026-05-19T19:35:05.715Z Checking tower v0.5.3
24092026-05-19T19:35:05.727Z Checking quote v1.0.45
24102026-05-19T19:35:05.835Z Compiling newtype-uuid v1.3.2
24112026-05-19T19:35:05.897Z Checking http-body-util v0.1.3
24122026-05-19T19:35:06.017Z Checking webpki-roots v1.0.6
24132026-05-19T19:35:06.097Z Checking crossbeam-utils v0.8.21
24142026-05-19T19:35:06.115Z Checking rand_xorshift v0.4.0
24152026-05-19T19:35:06.132Z Checking crc32fast v1.5.0
24162026-05-19T19:35:06.234Z Checking scroll v0.13.0
24172026-05-19T19:35:06.270Z Checking signature v2.2.0
24182026-05-19T19:35:06.401Z Checking colorchoice v1.0.4
24192026-05-19T19:35:06.427Z Checking allocator-api2 v0.2.21
24202026-05-19T19:35:06.463Z Checking anstyle-query v1.1.5
24212026-05-19T19:35:06.499Z Checking unicode-bidi v0.3.18
24222026-05-19T19:35:06.533Z Checking num-conv v0.2.0
24232026-05-19T19:35:06.548Z Checking unarray v0.1.4
24242026-05-19T19:35:06.558Z Checking iri-string v0.7.10
24252026-05-19T19:35:06.647Z Checking num_threads v0.1.7
24262026-05-19T19:35:06.647Z Checking is_terminal_polyfill v1.70.2
24272026-05-19T19:35:06.725Z Checking adler2 v2.0.1
24282026-05-19T19:35:06.738Z Checking unicode-properties v0.1.4
24292026-05-19T19:35:06.750Z Checking ryu v1.0.23
24302026-05-19T19:35:06.801Z Checking time-core v0.1.8
24312026-05-19T19:35:06.831Z Checking miniz_oxide v0.8.9
24322026-05-19T19:35:06.835Z Checking native-tls v0.2.18
24332026-05-19T19:35:06.886Z Checking serde_urlencoded v0.7.1
24342026-05-19T19:35:06.925Z Checking stringprep v0.1.5
24352026-05-19T19:35:06.944Z Checking time v0.3.47
24362026-05-19T19:35:07.023Z Checking tokio-native-tls v0.3.1
24372026-05-19T19:35:07.078Z Checking anstream v0.6.21
24382026-05-19T19:35:07.092Z Checking proptest v1.11.0
24392026-05-19T19:35:07.178Z Checking bstr v1.12.1
24402026-05-19T19:35:07.192Z Checking goblin v0.10.5
24412026-05-19T19:35:07.277Z Checking crossbeam-epoch v0.9.18
24422026-05-19T19:35:07.501Z Compiling daft v0.1.5
24432026-05-19T19:35:07.522Z Checking tokio-rustls v0.26.4
24442026-05-19T19:35:07.574Z Checking syn v2.0.117
24452026-05-19T19:35:07.577Z Checking tower-http v0.6.8
24462026-05-19T19:35:07.752Z Checking ipnetwork v0.21.1
24472026-05-19T19:35:07.771Z Checking rand_chacha v0.3.1
24482026-05-19T19:35:07.860Z Checking scroll v0.12.0
24492026-05-19T19:35:07.968Z Checking thiserror v1.0.69
24502026-05-19T19:35:07.980Z Checking zstd-sys v2.0.16+zstd.1.5.7
24512026-05-19T19:35:08.012Z Checking hyper v1.8.1
24522026-05-19T19:35:08.061Z Checking hash32 v0.2.1
24532026-05-19T19:35:08.064Z Checking num-integer v0.1.46
24542026-05-19T19:35:08.085Z Checking serde_spanned v0.6.9
24552026-05-19T19:35:08.088Z Checking toml_datetime v0.6.11
24562026-05-19T19:35:08.210Z Checking md-5 v0.10.6
24572026-05-19T19:35:08.223Z Checking ff v0.13.1
24582026-05-19T19:35:08.274Z Checking fallible-iterator v0.2.0
24592026-05-19T19:35:08.389Z Checking zlib-rs v0.6.2
24602026-05-19T19:35:08.389Z Checking psl-types v2.0.11
24612026-05-19T19:35:08.389Z Checking base16ct v0.2.0
24622026-05-19T19:35:08.462Z Checking publicsuffix v2.3.0
24632026-05-19T19:35:08.483Z Checking sec1 v0.7.3
24642026-05-19T19:35:08.544Z Checking postgres-protocol v0.6.10
24652026-05-19T19:35:08.620Z Compiling iddqd v0.3.18
24662026-05-19T19:35:08.689Z Checking group v0.13.0
24672026-05-19T19:35:08.839Z Checking num-iter v0.1.45
24682026-05-19T19:35:08.853Z Checking heapless v0.7.17
24692026-05-19T19:35:08.915Z Checking hyper-util v0.1.20
24702026-05-19T19:35:08.948Z Checking zstd-safe v7.2.4
24712026-05-19T19:35:09.034Z Checking goblin v0.8.2
24722026-05-19T19:35:09.114Z Checking cookie v0.18.1
24732026-05-19T19:35:09.163Z Checking flate2 v1.1.9
24742026-05-19T19:35:09.252Z Checking rand v0.8.6
24752026-05-19T19:35:09.342Z Checking oxnet v0.1.4
24762026-05-19T19:35:09.460Z Checking dtrace-parser v0.3.0
24772026-05-19T19:35:09.517Z Checking dof v0.4.0
24782026-05-19T19:35:09.583Z Checking phf_shared v0.13.1
24792026-05-19T19:35:09.697Z Checking lazy_static v1.5.0
24802026-05-19T19:35:09.757Z Checking pin-project v1.1.11
24812026-05-19T19:35:09.769Z Checking zerocopy v0.7.35
24822026-05-19T19:35:09.780Z Checking bzip2-sys v0.1.13+1.0.8
24832026-05-19T19:35:09.791Z Checking signal-hook v0.3.18
24842026-05-19T19:35:09.817Z Checking terminal_size v0.4.3
24852026-05-19T19:35:09.847Z Checking futures-executor v0.3.32
24862026-05-19T19:35:09.862Z Checking hex v0.4.3
24872026-05-19T19:35:09.929Z Checking hkdf v0.12.4
24882026-05-19T19:35:09.976Z Checking crypto-bigint v0.5.5
24892026-05-19T19:35:09.991Z Checking thread-id v5.1.0
24902026-05-19T19:35:10.058Z Checking encoding_rs v0.8.35
24912026-05-19T19:35:10.070Z Checking strsim v0.11.1
24922026-05-19T19:35:10.083Z Checking clap_lex v1.0.0
24932026-05-19T19:35:10.152Z Checking winnow v0.5.40
24942026-05-19T19:35:10.165Z Checking hyper-rustls v0.27.7
24952026-05-19T19:35:10.227Z Checking hyper-tls v0.6.0
24962026-05-19T19:35:10.230Z Checking libbz2-rs-sys v0.2.2
24972026-05-19T19:35:10.251Z Checking either v1.15.0
24982026-05-19T19:35:10.377Z Checking winnow v0.7.14
24992026-05-19T19:35:10.399Z Checking bitflags v1.3.2
25002026-05-19T19:35:10.438Z Checking mime v0.3.17
25012026-05-19T19:35:10.471Z Checking managed v0.8.0
25022026-05-19T19:35:10.612Z Checking foldhash v0.1.5
25032026-05-19T19:35:10.627Z Compiling rayon-core v1.13.0
25042026-05-19T19:35:10.656Z Checking same-file v1.0.6
25052026-05-19T19:35:10.743Z Checking bumpalo v3.20.2
25062026-05-19T19:35:10.772Z Checking foldhash v0.2.0
25072026-05-19T19:35:10.822Z Checking walkdir v2.5.0
25082026-05-19T19:35:10.864Z Checking elliptic-curve v0.13.8
25092026-05-19T19:35:10.926Z Checking hashbrown v0.16.1
25102026-05-19T19:35:10.938Z Checking zopfli v0.8.3
25112026-05-19T19:35:10.941Z Checking dof v0.3.0
25122026-05-19T19:35:10.984Z Checking hashbrown v0.15.5
25132026-05-19T19:35:10.998Z Checking reqwest v0.12.28
25142026-05-19T19:35:11.171Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-05-19T19:35:11.214Z Checking smoltcp v0.9.1
25162026-05-19T19:35:11.290Z Checking toml_edit v0.19.15
25172026-05-19T19:35:11.301Z Checking bzip2 v0.6.1
25182026-05-19T19:35:11.362Z Checking clap_builder v4.5.60
25192026-05-19T19:35:11.427Z Checking usdt-impl v0.6.0
25202026-05-19T19:35:11.453Z Checking futures v0.3.32
25212026-05-19T19:35:11.466Z Checking signal-hook-mio v0.2.5
25222026-05-19T19:35:11.614Z Checking bzip2 v0.4.4
25232026-05-19T19:35:11.618Z Checking snafu v0.8.9
25242026-05-19T19:35:11.618Z Checking num-bigint-dig v0.8.6
25252026-05-19T19:35:11.694Z Checking phf v0.13.1
25262026-05-19T19:35:11.791Z Checking cookie_store v0.22.1
25272026-05-19T19:35:11.841Z Checking zstd v0.13.3
25282026-05-19T19:35:11.844Z Checking postgres-types v0.2.12
25292026-05-19T19:35:11.875Z Checking dtrace-parser v0.2.0
25302026-05-19T19:35:11.969Z Checking globset v0.4.18
25312026-05-19T19:35:12.028Z Checking rustls-platform-verifier v0.6.2
25322026-05-19T19:35:12.117Z Checking crossbeam-deque v0.8.6
25332026-05-19T19:35:12.128Z Checking regex v1.12.3
25342026-05-19T19:35:12.164Z Checking ed25519 v2.2.3
25352026-05-19T19:35:12.167Z Checking phf_shared v0.11.3
25362026-05-19T19:35:12.224Z Checking olpc-cjson v0.1.4
25372026-05-19T19:35:12.295Z Checking curve25519-dalek v4.1.3
25382026-05-19T19:35:12.317Z Checking ref-cast v1.0.25
25392026-05-19T19:35:12.340Z Checking strum v0.27.2
25402026-05-19T19:35:12.352Z Checking hubpack v0.1.2
25412026-05-19T19:35:12.364Z Checking memoffset v0.9.1
25422026-05-19T19:35:12.376Z Checking rustix v0.38.44
25432026-05-19T19:35:12.401Z Checking pkcs1 v0.7.5
25442026-05-19T19:35:12.413Z Checking pem v3.0.6
25452026-05-19T19:35:12.437Z Checking float-cmp v0.10.0
25462026-05-19T19:35:12.449Z Checking serde_plain v1.0.2
25472026-05-19T19:35:12.513Z Checking serde-big-array v0.5.1
25482026-05-19T19:35:12.563Z Checking erased-serde v0.3.31
25492026-05-19T19:35:12.566Z Checking rfc6979 v0.4.0
25502026-05-19T19:35:12.589Z Checking thread-id v4.2.2
25512026-05-19T19:35:12.607Z Checking memmap2 v0.9.10
25522026-05-19T19:35:12.621Z Checking env_filter v1.0.0
25532026-05-19T19:35:12.641Z Checking whoami v2.1.0
25542026-05-19T19:35:12.662Z Checking precomputed-hash v0.1.1
25552026-05-19T19:35:12.687Z Checking unicode-segmentation v1.12.0
25562026-05-19T19:35:12.744Z Checking data-encoding v2.10.0
25572026-05-19T19:35:12.759Z Checking keccak v0.1.6
25582026-05-19T19:35:12.762Z Checking normalize-line-endings v0.3.0
25592026-05-19T19:35:12.833Z Checking rustc-hash v2.1.1
25602026-05-19T19:35:12.849Z Checking toml_write v0.1.2
25612026-05-19T19:35:12.937Z Checking fixedbitset v0.5.7
25622026-05-19T19:35:12.950Z Checking predicates-core v1.0.10
25632026-05-19T19:35:12.953Z Checking fixedbitset v0.4.2
25642026-05-19T19:35:12.992Z Checking new_debug_unreachable v1.0.6
25652026-05-19T19:35:13.010Z Checking typed-path v0.9.3
25662026-05-19T19:35:13.022Z Checking static_assertions v1.1.0
25672026-05-19T19:35:13.056Z Checking difflib v0.4.0
25682026-05-19T19:35:13.068Z Checking jiff v0.2.21
25692026-05-19T19:35:13.082Z Checking ed25519-dalek v2.2.0
25702026-05-19T19:35:13.091Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25712026-05-19T19:35:13.102Z Checking petgraph v0.6.5
25722026-05-19T19:35:13.128Z Checking petgraph v0.8.3
25732026-05-19T19:35:13.167Z Checking crossterm v0.28.1
25742026-05-19T19:35:13.229Z Checking predicates v3.1.4
25752026-05-19T19:35:13.303Z Checking string_cache v0.8.9
25762026-05-19T19:35:13.471Z Checking toml_edit v0.22.27
25772026-05-19T19:35:13.520Z Checking hickory-proto v0.25.2
25782026-05-19T19:35:13.802Z Checking tough v0.22.0
25792026-05-19T19:35:13.854Z Checking similar v2.7.0
25802026-05-19T19:35:14.233Z Checking slog v2.8.2
25812026-05-19T19:35:14.494Z Checking sha3 v0.10.8
25822026-05-19T19:35:14.546Z Checking tokio-postgres v0.7.16
25832026-05-19T19:35:14.672Z Checking env_logger v0.11.9
25842026-05-19T19:35:14.701Z Checking usdt v0.6.0
25852026-05-19T19:35:14.900Z Checking ecdsa v0.16.9
25862026-05-19T19:35:14.906Z Checking usdt-impl v0.5.0
25872026-05-19T19:35:15.156Z Checking clap v4.5.60
25882026-05-19T19:35:15.175Z Checking rsa v0.9.10
25892026-05-19T19:35:15.200Z Checking nix v0.31.2
25902026-05-19T19:35:15.233Z Checking toml v0.7.8
25912026-05-19T19:35:15.247Z Checking zip v4.6.1
25922026-05-19T19:35:15.533Z Checking reqwest v0.13.2
25932026-05-19T19:35:15.625Z Checking zip v0.6.6
25942026-05-19T19:35:15.638Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-19T19:35:15.804Z Checking itertools v0.13.0
25962026-05-19T19:35:15.816Z Checking serde_with v3.17.0
25972026-05-19T19:35:15.828Z Checking strum v0.26.3
25982026-05-19T19:35:15.939Z Checking fs-err v3.3.0
25992026-05-19T19:35:15.951Z Checking ahash v0.8.12
26002026-05-19T19:35:15.962Z Checking object v0.37.3
26012026-05-19T19:35:16.144Z Checking tokio-stream v0.1.18
26022026-05-19T19:35:16.185Z Checking buf-list v1.1.2
26032026-05-19T19:35:16.235Z Checking anyhow v1.0.102
26042026-05-19T19:35:16.291Z Checking camino v1.2.2
26052026-05-19T19:35:16.364Z Checking x509-cert v0.2.5
26062026-05-19T19:35:16.380Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26072026-05-19T19:35:16.430Z Checking openapiv3 v2.2.0
26082026-05-19T19:35:16.532Z Checking sha1 v0.10.6
26092026-05-19T19:35:16.546Z Checking toml_datetime v0.7.5+spec-1.1.0
26102026-05-19T19:35:16.651Z Checking peg-runtime v0.8.5
26112026-05-19T19:35:16.698Z Checking lalrpop-util v0.19.12
26122026-05-19T19:35:16.750Z Checking rayon v1.11.0
26132026-05-19T19:35:16.796Z Checking sigpipe v0.1.3
26142026-05-19T19:35:16.849Z Checking glob v0.3.3
26152026-05-19T19:35:18.176Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-19T19:35:18.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s
26172026-05-19T19:35:18.625Z
26182026-05-19T19:35:18.625Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26192026-05-19T19:35:19.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-19T19:35:19.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-19T19:35:19.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-19T19:35:19.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26232026-05-19T19:35:19.302Z
26242026-05-19T19:35:19.302Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26252026-05-19T19:35:19.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-19T19:35:19.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-19T19:35:19.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-19T19:35:19.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-19T19:35:19.828Z
26302026-05-19T19:35:19.828Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26312026-05-19T19:35:20.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-19T19:35:20.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-19T19:35:20.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-19T19:35:20.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26352026-05-19T19:35:20.443Z
26362026-05-19T19:35:20.443Zinfo: running `cargo check --bins` on oxql-types (80/276)
26372026-05-19T19:35:20.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-19T19:35:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-19T19:35:20.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-19T19:35:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-19T19:35:21.034Z
26422026-05-19T19:35:21.034Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26432026-05-19T19:35:21.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-19T19:35:21.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-19T19:35:21.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-19T19:35:21.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-19T19:35:21.628Z
26482026-05-19T19:35:21.628Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26492026-05-19T19:35:22.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-19T19:35:22.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-19T19:35:22.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-19T19:35:22.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26532026-05-19T19:35:22.226Z
26542026-05-19T19:35:22.226Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26552026-05-19T19:35:22.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-19T19:35:22.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-19T19:35:22.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-19T19:35:22.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26592026-05-19T19:35:22.806Z
26602026-05-19T19:35:22.806Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26612026-05-19T19:35:23.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-19T19:35:23.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-19T19:35:23.489Z Compiling structmeta-derive v0.3.0
26642026-05-19T19:35:23.606Z Compiling rustls v0.22.4
26652026-05-19T19:35:23.616Z Compiling multer v3.1.0
26662026-05-19T19:35:23.626Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672026-05-19T19:35:23.629Z Compiling async-stream-impl v0.3.6
26682026-05-19T19:35:23.648Z Compiling dropshot v0.17.0
26692026-05-19T19:35:23.662Z Compiling newtype-uuid-macros v0.1.0
26702026-05-19T19:35:23.662Z Compiling dropshot_endpoint v0.17.0
26712026-05-19T19:35:23.783Z Checking newtype-uuid v1.3.2
26722026-05-19T19:35:23.865Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-19T19:35:23.905Z Checking rustls-webpki v0.102.8
26742026-05-19T19:35:23.981Z Checking daft v0.1.5
26752026-05-19T19:35:24.006Z Checking thread_local v1.1.9
26762026-05-19T19:35:24.170Z Checking match_cfg v0.1.0
26772026-05-19T19:35:24.266Z Checking compression-core v0.4.31
26782026-05-19T19:35:24.272Z Checking iddqd v0.3.18
26792026-05-19T19:35:24.272Z Checking hostname v0.3.1
26802026-05-19T19:35:24.283Z Checking crossbeam-channel v0.5.15
26812026-05-19T19:35:24.330Z Checking compression-codecs v0.4.37
26822026-05-19T19:35:24.330Z Checking slog-json v2.6.1
26832026-05-19T19:35:24.418Z Checking toml_datetime v1.0.0+spec-1.1.0
26842026-05-19T19:35:24.492Z Checking is-terminal v0.4.17
26852026-05-19T19:35:24.495Z Checking serde_spanned v1.0.4
26862026-05-19T19:35:24.587Z Checking debug-ignore v1.0.5
26872026-05-19T19:35:24.617Z Checking take_mut v0.2.2
26882026-05-19T19:35:24.617Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-19T19:35:24.641Z Checking term v1.2.1
26902026-05-19T19:35:24.660Z Compiling structmeta v0.3.0
26912026-05-19T19:35:24.683Z Checking slog-bunyan v2.5.0
26922026-05-19T19:35:24.718Z Checking slog-async v2.8.0
26932026-05-19T19:35:24.793Z Checking async-compression v0.4.41
26942026-05-19T19:35:24.806Z Checking toml v1.0.6+spec-1.1.0
26952026-05-19T19:35:24.857Z Checking slog-term v2.9.2
26962026-05-19T19:35:24.874Z Compiling derive-ex v0.1.8
26972026-05-19T19:35:24.890Z Compiling parse-display-derive v0.10.0
26982026-05-19T19:35:25.039Z Checking async-stream v0.3.6
26992026-05-19T19:35:25.083Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-05-19T19:35:25.112Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-19T19:35:25.156Z Checking progenitor-client v0.14.0
27022026-05-19T19:35:25.170Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-19T19:35:25.309Z Checking waitgroup v0.1.2
27042026-05-19T19:35:25.381Z Checking backon v1.6.0
27052026-05-19T19:35:25.394Z Checking rustls-pemfile v2.2.0
27062026-05-19T19:35:25.408Z Checking serde_path_to_error v0.1.20
27072026-05-19T19:35:25.438Z Checking hostname v0.4.2
27082026-05-19T19:35:25.533Z Checking instant v0.1.13
27092026-05-19T19:35:25.621Z Checking backoff v0.4.0
27102026-05-19T19:35:25.701Z Checking progenitor-extras v0.2.0
27112026-05-19T19:35:25.714Z Checking tokio-rustls v0.25.0
27122026-05-19T19:35:25.767Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-19T19:35:25.798Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27142026-05-19T19:35:25.934Z Checking itertools v0.14.0
27152026-05-19T19:35:25.976Z Checking progenitor-client v0.10.0
27162026-05-19T19:35:26.153Z Checking regress v0.10.5
27172026-05-19T19:35:26.167Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-19T19:35:26.407Z Checking macaddr v1.0.1
27192026-05-19T19:35:26.549Z Checking parse-display v0.10.0
27202026-05-19T19:35:26.553Z Compiling test-strategy v0.4.5
27212026-05-19T19:35:27.740Z Compiling prettyplease v0.2.37
27222026-05-19T19:35:28.055Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27232026-05-19T19:35:28.210Z Checking num-rational v0.4.2
27242026-05-19T19:35:28.424Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27252026-05-19T19:35:28.774Z Checking num-complex v0.4.6
27262026-05-19T19:35:29.304Z Checking num v0.4.3
27272026-05-19T19:35:29.380Z Compiling usdt-attr-macro v0.5.0
27282026-05-19T19:35:29.467Z Compiling usdt-macro v0.5.0
27292026-05-19T19:35:29.500Z Checking memmap v0.7.0
27302026-05-19T19:35:29.528Z Compiling float-ord v0.3.2
27312026-05-19T19:35:29.632Z Compiling convert_case v0.4.0
27322026-05-19T19:35:29.645Z Checking unicode-width v0.2.0
27332026-05-19T19:35:29.894Z Checking console v0.15.11
27342026-05-19T19:35:30.004Z Compiling derive_more v0.99.20
27352026-05-19T19:35:30.156Z Checking newline-converter v0.3.0
27362026-05-19T19:35:30.175Z Checking atomicwrites v0.4.4
27372026-05-19T19:35:30.188Z Checking usdt v0.5.0
27382026-05-19T19:35:30.267Z Compiling toml v0.8.23
27392026-05-19T19:35:30.302Z Checking linked-hash-map v0.5.6
27402026-05-19T19:35:30.355Z Compiling minimal-lexical v0.2.1
27412026-05-19T19:35:30.476Z Checking lru-cache v0.1.2
27422026-05-19T19:35:30.599Z Compiling nom v7.1.3
27432026-05-19T19:35:30.612Z Checking expectorate v1.2.0
27442026-05-19T19:35:31.231Z Checking camino-tempfile v1.4.1
27452026-05-19T19:35:31.295Z Checking hickory-proto v0.24.4
27462026-05-19T19:35:31.390Z Checking phf_shared v0.12.1
27472026-05-19T19:35:31.405Z Compiling slog-dtrace v0.3.0
27482026-05-19T19:35:31.555Z Checking resolv-conf v0.7.6
27492026-05-19T19:35:31.604Z Compiling chrono-tz v0.10.4
27502026-05-19T19:35:31.762Z Checking heck v0.5.0
27512026-05-19T19:35:31.789Z Compiling const_format_proc_macros v0.2.34
27522026-05-19T19:35:31.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27532026-05-19T19:35:31.964Z Checking phf v0.12.1
27542026-05-19T19:35:31.994Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-19T19:35:32.110Z Checking tokio-dtrace v0.1.1
27562026-05-19T19:35:32.298Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27572026-05-19T19:35:32.427Z Compiling derive-where v1.6.0
27582026-05-19T19:35:32.589Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27592026-05-19T19:35:32.826Z Checking highway v1.3.0
27602026-05-19T19:35:33.064Z Checking const_format v0.2.35
27612026-05-19T19:35:33.148Z Checking hickory-resolver v0.24.4
27622026-05-19T19:35:33.294Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-05-19T19:35:33.358Z Checking oxide-tokio-rt v0.1.4
27642026-05-19T19:35:33.543Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27652026-05-19T19:35:33.758Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27662026-05-19T19:35:33.777Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672026-05-19T19:35:33.810Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27682026-05-19T19:35:33.873Z Checking qorb v0.4.1
27692026-05-19T19:35:33.898Z Checking gethostname v0.5.0
27702026-05-19T19:35:33.962Z Checking bcs v0.1.6
27712026-05-19T19:35:33.991Z Checking termtree v0.5.1
27722026-05-19T19:35:37.208Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27732026-05-19T19:35:39.938Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27742026-05-19T19:35:42.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
27752026-05-19T19:35:42.269Z
27762026-05-19T19:35:42.269Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27772026-05-19T19:35:42.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-05-19T19:35:42.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-05-19T19:35:42.957Z Compiling ar_archive_writer v0.5.1
27802026-05-19T19:35:43.068Z Compiling stacker v0.1.23
27812026-05-19T19:35:43.074Z Compiling cfg_aliases v0.1.1
27822026-05-19T19:35:43.082Z Compiling convert_case v0.10.0
27832026-05-19T19:35:43.086Z Checking unicode-width v0.1.14
27842026-05-19T19:35:43.095Z Compiling proc-macro-error v1.0.4
27852026-05-19T19:35:43.108Z Checking fd-lock v4.0.4
27862026-05-19T19:35:43.111Z Checking nibble_vec v0.1.0
27872026-05-19T19:35:43.130Z Compiling nix v0.28.0
27882026-05-19T19:35:43.225Z Checking vte v0.14.1
27892026-05-19T19:35:43.234Z Compiling recursive-proc-macro-impl v0.1.1
27902026-05-19T19:35:43.326Z Checking endian-type v0.1.2
27912026-05-19T19:35:43.335Z Checking bytecount v0.6.9
27922026-05-19T19:35:43.372Z Checking strip-ansi-escapes v0.2.1
27932026-05-19T19:35:43.385Z Compiling derive_more-impl v2.1.1
27942026-05-19T19:35:43.388Z Compiling tabled_derive v0.7.0
27952026-05-19T19:35:43.442Z Checking papergrid v0.11.0
27962026-05-19T19:35:43.455Z Checking radix_trie v0.2.1
27972026-05-19T19:35:43.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27982026-05-19T19:35:43.628Z Compiling peg-macros v0.8.5
27992026-05-19T19:35:43.663Z Checking winnow v0.6.26
28002026-05-19T19:35:43.926Z Compiling psm v0.1.30
28012026-05-19T19:35:43.950Z Compiling sqlparser_derive v0.5.0
28022026-05-19T19:35:44.046Z Checking home v0.5.12
28032026-05-19T19:35:44.154Z Checking unicode_categories v0.1.1
28042026-05-19T19:35:44.224Z Checking derive_more v2.1.1
28052026-05-19T19:35:44.304Z Checking nu-ansi-term v0.50.3
28062026-05-19T19:35:44.318Z Checking crossterm v0.29.0
28072026-05-19T19:35:44.381Z Checking tabled v0.15.0
28082026-05-19T19:35:44.420Z Checking rustyline v14.0.0
28092026-05-19T19:35:44.513Z Checking reedline v0.40.0
28102026-05-19T19:35:44.672Z Checking recursive v0.1.1
28112026-05-19T19:35:44.727Z Checking display-error-chain v0.2.2
28122026-05-19T19:35:44.767Z Checking sqlparser v0.61.0
28132026-05-19T19:35:44.795Z Checking sqlformat v0.3.5
28142026-05-19T19:35:44.988Z Checking peg v0.8.5
28152026-05-19T19:35:55.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28162026-05-19T19:35:56.169Z
28172026-05-19T19:35:56.169Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28182026-05-19T19:35:56.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-05-19T19:35:56.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-05-19T19:35:56.853Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-05-19T19:36:00.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28222026-05-19T19:36:00.501Z
28232026-05-19T19:36:00.501Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28242026-05-19T19:36:01.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-05-19T19:36:01.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-05-19T19:36:01.174Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-05-19T19:36:03.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28282026-05-19T19:36:03.820Z
28292026-05-19T19:36:03.820Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28302026-05-19T19:36:04.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-05-19T19:36:04.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-05-19T19:36:04.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-05-19T19:36:07.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28342026-05-19T19:36:07.962Z
28352026-05-19T19:36:07.962Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28362026-05-19T19:36:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-19T19:36:08.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-19T19:36:08.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-19T19:36:11.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28402026-05-19T19:36:12.100Z
28412026-05-19T19:36:12.100Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28422026-05-19T19:36:12.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-19T19:36:12.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-19T19:36:12.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-19T19:36:15.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28462026-05-19T19:36:15.571Z
28472026-05-19T19:36:15.571Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28482026-05-19T19:36:16.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-19T19:36:16.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-19T19:36:16.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-19T19:36:18.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28522026-05-19T19:36:19.069Z
28532026-05-19T19:36:19.069Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28542026-05-19T19:36:19.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-19T19:36:19.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-19T19:36:19.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-19T19:36:23.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28582026-05-19T19:36:23.369Z
28592026-05-19T19:36:23.369Zinfo: running `cargo check --bins` on oximeter (93/276)
28602026-05-19T19:36:23.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-19T19:36:23.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-19T19:36:23.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-05-19T19:36:23.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28642026-05-19T19:36:23.971Z
28652026-05-19T19:36:23.972Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28662026-05-19T19:36:24.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-19T19:36:24.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-19T19:36:24.609Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692026-05-19T19:36:24.776Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28702026-05-19T19:36:24.779Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28712026-05-19T19:36:25.115Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-05-19T19:36:28.004Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28732026-05-19T19:36:29.220Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28742026-05-19T19:36:29.382Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28752026-05-19T19:36:30.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
28762026-05-19T19:36:30.240Z
28772026-05-19T19:36:30.240Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28782026-05-19T19:36:30.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-19T19:36:30.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-19T19:36:30.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-05-19T19:36:30.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28822026-05-19T19:36:30.843Z
28832026-05-19T19:36:30.843Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28842026-05-19T19:36:31.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-19T19:36:31.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-19T19:36:31.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-05-19T19:36:31.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28882026-05-19T19:36:31.491Z
28892026-05-19T19:36:31.492Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28902026-05-19T19:36:32.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-05-19T19:36:32.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-05-19T19:36:32.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-05-19T19:36:32.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28942026-05-19T19:36:32.104Z
28952026-05-19T19:36:32.104Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28962026-05-19T19:36:32.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-19T19:36:32.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-19T19:36:32.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-19T19:36:32.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29002026-05-19T19:36:32.716Z
29012026-05-19T19:36:32.716Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29022026-05-19T19:36:33.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-19T19:36:33.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-19T19:36:33.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-19T19:36:33.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29062026-05-19T19:36:33.321Z
29072026-05-19T19:36:33.321Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29082026-05-19T19:36:33.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-19T19:36:33.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-19T19:36:33.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-19T19:36:33.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29122026-05-19T19:36:33.929Z
29132026-05-19T19:36:33.929Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29142026-05-19T19:36:34.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-19T19:36:34.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-19T19:36:34.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-19T19:36:34.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29182026-05-19T19:36:34.519Z
29192026-05-19T19:36:34.519Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29202026-05-19T19:36:35.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-19T19:36:35.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-19T19:36:35.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-19T19:36:35.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-05-19T19:36:35.125Z
29252026-05-19T19:36:35.125Zinfo: running `cargo check --bins` on update-engine (103/276)
29262026-05-19T19:36:35.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-19T19:36:35.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-19T19:36:35.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-19T19:36:35.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29302026-05-19T19:36:35.715Z
29312026-05-19T19:36:35.715Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29322026-05-19T19:36:36.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-19T19:36:36.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-19T19:36:36.435Z Compiling crucible-workspace-hack v0.1.0
29352026-05-19T19:36:36.560Z Checking secrecy v0.10.3
29362026-05-19T19:36:36.563Z Compiling heapless v0.8.0
29372026-05-19T19:36:36.571Z Compiling ingot-macros v0.1.1
29382026-05-19T19:36:36.579Z Compiling toml_edit v0.23.10+spec-1.0.0
29392026-05-19T19:36:36.581Z Checking hash32 v0.3.1
29402026-05-19T19:36:36.599Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29412026-05-19T19:36:36.604Z Compiling smoltcp v0.11.0
29422026-05-19T19:36:36.661Z Checking cobs v0.3.0
29432026-05-19T19:36:36.695Z Compiling thiserror-impl-no-std v2.0.2
29442026-05-19T19:36:36.794Z Checking universal-hash v0.5.1
29452026-05-19T19:36:36.808Z Checking half v2.7.1
29462026-05-19T19:36:36.844Z Checking opaque-debug v0.3.1
29472026-05-19T19:36:36.910Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-19T19:36:36.923Z Checking ciborium-io v0.2.2
29492026-05-19T19:36:36.994Z Checking poly1305 v0.8.0
29502026-05-19T19:36:37.021Z Checking postcard v1.1.3
29512026-05-19T19:36:37.076Z Checking ciborium-ll v0.2.2
29522026-05-19T19:36:37.110Z Compiling proc-macro-crate v3.4.0
29532026-05-19T19:36:37.253Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-19T19:36:37.266Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29552026-05-19T19:36:37.305Z Checking password-hash v0.5.0
29562026-05-19T19:36:37.534Z Checking chacha20 v0.9.1
29572026-05-19T19:36:37.549Z Compiling proc-macro-crate v1.3.1
29582026-05-19T19:36:37.565Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29592026-05-19T19:36:37.634Z Checking blake2 v0.10.6
29602026-05-19T19:36:37.657Z Compiling num_enum_derive v0.7.5
29612026-05-19T19:36:37.729Z Checking aead v0.5.2
29622026-05-19T19:36:37.803Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-19T19:36:37.869Z Compiling foreign-types-macros v0.2.3
29642026-05-19T19:36:37.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-19T19:36:37.896Z Checking thiserror-no-std v2.0.2
29662026-05-19T19:36:37.959Z Checking cpufeatures v0.3.0
29672026-05-19T19:36:37.980Z Checking foreign-types-shared v0.3.1
29682026-05-19T19:36:38.007Z Checking vsss-rs v3.3.4
29692026-05-19T19:36:38.032Z Checking chacha20 v0.10.0
29702026-05-19T19:36:38.068Z Compiling num_enum_derive v0.5.11
29712026-05-19T19:36:38.119Z Checking argon2 v0.5.3
29722026-05-19T19:36:38.245Z Checking chacha20poly1305 v0.10.1
29732026-05-19T19:36:38.375Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-19T19:36:38.452Z Checking foreign-types v0.5.0
29752026-05-19T19:36:38.466Z Checking ciborium v0.2.2
29762026-05-19T19:36:38.641Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29772026-05-19T19:36:38.686Z Checking tabwriter v1.4.1
29782026-05-19T19:36:38.699Z Checking num_enum v0.7.5
29792026-05-19T19:36:38.849Z Checking byte-wrapper v0.1.0
29802026-05-19T19:36:38.854Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29812026-05-19T19:36:38.886Z Checking cstr-argument v0.1.2
29822026-05-19T19:36:38.922Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-19T19:36:39.009Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29842026-05-19T19:36:39.024Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29852026-05-19T19:36:39.102Z Checking num_enum v0.5.11
29862026-05-19T19:36:39.116Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29872026-05-19T19:36:39.213Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-19T19:36:39.225Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-05-19T19:36:39.249Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-05-19T19:36:39.356Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29912026-05-19T19:36:39.369Z Checking rand v0.10.0
29922026-05-19T19:36:39.369Z Checking ingot-types v0.1.2
29932026-05-19T19:36:39.393Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29942026-05-19T19:36:39.397Z Checking colored v3.1.1
29952026-05-19T19:36:39.554Z Checking indent_write v2.2.0
29962026-05-19T19:36:39.605Z Compiling zone_cfg_derive v0.3.1
29972026-05-19T19:36:39.650Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29982026-05-19T19:36:39.685Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-19T19:36:39.701Z Checking itertools v0.12.1
30002026-05-19T19:36:39.733Z Checking ingot v0.1.1
30012026-05-19T19:36:39.820Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-19T19:36:39.820Z Compiling num-derive v0.4.2
30032026-05-19T19:36:39.859Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30042026-05-19T19:36:39.915Z Checking swrite v0.1.0
30052026-05-19T19:36:40.008Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30062026-05-19T19:36:40.057Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-19T19:36:40.211Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30082026-05-19T19:36:40.226Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-05-19T19:36:40.238Z Checking dropshot-api-manager-types v0.7.1
30102026-05-19T19:36:40.325Z Checking smf v0.2.3
30112026-05-19T19:36:40.339Z Checking nanorand v0.7.0
30122026-05-19T19:36:40.405Z Checking whoami v1.6.1
30132026-05-19T19:36:40.535Z Checking flume v0.11.1
30142026-05-19T19:36:40.553Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-19T19:36:40.708Z Checking zone v0.3.1
30162026-05-19T19:36:40.750Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30172026-05-19T19:36:41.288Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-19T19:36:42.266Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-19T19:36:43.158Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-19T19:36:46.147Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30212026-05-19T19:36:48.198Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-05-19T19:36:49.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
30232026-05-19T19:36:49.505Z
30242026-05-19T19:36:49.505Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30252026-05-19T19:36:50.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-19T19:36:50.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-19T19:36:50.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-19T19:36:50.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30292026-05-19T19:36:50.111Z
30302026-05-19T19:36:50.111Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30312026-05-19T19:36:50.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-19T19:36:50.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-19T19:36:50.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-19T19:36:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30352026-05-19T19:36:50.715Z
30362026-05-19T19:36:50.716Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30372026-05-19T19:36:51.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-19T19:36:51.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-19T19:36:51.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-19T19:36:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30412026-05-19T19:36:51.328Z
30422026-05-19T19:36:51.328Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30432026-05-19T19:36:51.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-19T19:36:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-19T19:36:51.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-19T19:36:51.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30472026-05-19T19:36:51.941Z
30482026-05-19T19:36:51.941Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30492026-05-19T19:36:52.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-19T19:36:52.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-19T19:36:52.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-19T19:36:52.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30532026-05-19T19:36:52.553Z
30542026-05-19T19:36:52.553Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30552026-05-19T19:36:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-19T19:36:53.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-19T19:36:53.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-19T19:36:53.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-05-19T19:36:53.163Z
30602026-05-19T19:36:53.163Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30612026-05-19T19:36:53.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-19T19:36:53.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-19T19:36:53.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-19T19:36:53.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-05-19T19:36:53.778Z
30662026-05-19T19:36:53.778Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30672026-05-19T19:36:54.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-19T19:36:54.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-19T19:36:54.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-19T19:36:54.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-05-19T19:36:54.381Z
30722026-05-19T19:36:54.381Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30732026-05-19T19:36:54.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-19T19:36:54.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-19T19:36:54.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-19T19:36:54.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772026-05-19T19:36:54.996Z
30782026-05-19T19:36:54.996Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30792026-05-19T19:36:55.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-19T19:36:55.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-19T19:36:55.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-19T19:36:55.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-05-19T19:36:55.607Z
30842026-05-19T19:36:55.607Zinfo: running `cargo check --bins` on installinator-client (115/276)
30852026-05-19T19:36:56.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-19T19:36:56.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-19T19:36:56.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-19T19:36:56.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-05-19T19:36:56.220Z
30902026-05-19T19:36:56.220Zinfo: running `cargo check --bins` on nexus-client (116/276)
30912026-05-19T19:36:56.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-19T19:36:56.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-19T19:36:56.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-19T19:36:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30952026-05-19T19:36:56.868Z
30962026-05-19T19:36:56.868Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30972026-05-19T19:36:57.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-19T19:36:57.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-19T19:36:57.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-19T19:36:57.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31012026-05-19T19:36:57.516Z
31022026-05-19T19:36:57.516Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31032026-05-19T19:36:58.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-19T19:36:58.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-19T19:36:58.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-19T19:36:58.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-05-19T19:36:58.098Z
31082026-05-19T19:36:58.099Zinfo: running `cargo check --bins` on oxide-client (119/276)
31092026-05-19T19:36:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-19T19:36:58.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-19T19:36:58.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-19T19:36:58.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-05-19T19:36:58.684Z
31142026-05-19T19:36:58.684Zinfo: running `cargo check --bins` on oximeter-client (120/276)
31152026-05-19T19:36:59.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-19T19:36:59.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-19T19:36:59.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-19T19:36:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31192026-05-19T19:36:59.285Z
31202026-05-19T19:36:59.285Zinfo: running `cargo check --bins` on repo-depot-client (121/276)
31212026-05-19T19:36:59.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-19T19:36:59.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-19T19:36:59.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-19T19:36:59.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31252026-05-19T19:36:59.875Z
31262026-05-19T19:36:59.875Zinfo: running `cargo check --bins` on sled-agent-client (122/276)
31272026-05-19T19:37:00.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-19T19:37:00.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-19T19:37:00.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-19T19:37:00.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-05-19T19:37:00.489Z
31322026-05-19T19:37:00.489Zinfo: running `cargo check --bins` on wicketd-client (123/276)
31332026-05-19T19:37:01.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-19T19:37:01.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-19T19:37:01.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-19T19:37:01.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31372026-05-19T19:37:01.116Z
31382026-05-19T19:37:01.116Zinfo: running `cargo check --bins` on installinator-common (124/276)
31392026-05-19T19:37:01.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-19T19:37:01.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-19T19:37:01.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-19T19:37:01.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-05-19T19:37:01.738Z
31442026-05-19T19:37:01.738Zinfo: running `cargo check --bins` on installinator-common-versions (125/276)
31452026-05-19T19:37:02.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-19T19:37:02.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-19T19:37:02.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-19T19:37:02.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31492026-05-19T19:37:02.327Z
31502026-05-19T19:37:02.327Zinfo: running `cargo check --bins` on wicket-common (126/276)
31512026-05-19T19:37:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-19T19:37:02.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-19T19:37:02.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-19T19:37:02.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31552026-05-19T19:37:02.942Z
31562026-05-19T19:37:02.943Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/276)
31572026-05-19T19:37:03.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-19T19:37:03.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-19T19:37:03.632Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-05-19T19:37:03.750Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-05-19T19:37:03.756Z Checking csv-core v0.1.13
31622026-05-19T19:37:03.762Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-05-19T19:37:03.769Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31642026-05-19T19:37:03.778Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-05-19T19:37:03.789Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-19T19:37:03.800Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31672026-05-19T19:37:03.911Z Checking csv v1.4.0
31682026-05-19T19:37:03.927Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-05-19T19:37:03.975Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31702026-05-19T19:37:04.005Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31712026-05-19T19:37:04.244Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31722026-05-19T19:37:04.610Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31732026-05-19T19:37:04.613Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31742026-05-19T19:37:04.925Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31752026-05-19T19:37:10.645Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31762026-05-19T19:37:11.178Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-05-19T19:37:13.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
31782026-05-19T19:37:13.739Z
31792026-05-19T19:37:13.739Zinfo: running `cargo check --bins` on cockroach-admin-api (128/276)
31802026-05-19T19:37:14.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-19T19:37:14.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-19T19:37:14.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-19T19:37:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31842026-05-19T19:37:14.342Z
31852026-05-19T19:37:14.342Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/276)
31862026-05-19T19:37:14.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-19T19:37:14.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-19T19:37:14.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-05-19T19:37:14.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31902026-05-19T19:37:15.028Z
31912026-05-19T19:37:15.028Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/276)
31922026-05-19T19:37:15.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-05-19T19:37:15.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-05-19T19:37:15.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-05-19T19:37:15.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31962026-05-19T19:37:15.707Z
31972026-05-19T19:37:15.708Zinfo: running `cargo check --bins` on gateway-test-utils (131/276)
31982026-05-19T19:37:16.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-19T19:37:16.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-19T19:37:16.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-19T19:37:16.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32022026-05-19T19:37:16.355Z
32032026-05-19T19:37:16.355Zinfo: running `cargo check --bins` on omicron-gateway (132/276)
32042026-05-19T19:37:16.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-19T19:37:16.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-19T19:37:17.116Z Compiling regress v0.11.1
32072026-05-19T19:37:17.253Z Compiling unsafe-libyaml v0.2.11
32082026-05-19T19:37:17.266Z Compiling semver v0.1.20
32092026-05-19T19:37:17.278Z Compiling radium v0.7.0
32102026-05-19T19:37:17.294Z Checking tap v1.0.1
32112026-05-19T19:37:17.307Z Compiling maybe-uninit v2.0.0
32122026-05-19T19:37:17.317Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-19T19:37:17.390Z Checking wyz v0.5.1
32142026-05-19T19:37:17.537Z Compiling rustc_version v0.1.7
32152026-05-19T19:37:17.566Z Checking progenitor-client v0.13.0
32162026-05-19T19:37:17.626Z Compiling zerocopy-derive v0.6.6
32172026-05-19T19:37:17.723Z Checking funty v2.0.0
32182026-05-19T19:37:17.760Z Compiling newtype_derive v0.1.6
32192026-05-19T19:37:17.800Z Compiling serde_yaml v0.9.34+deprecated
32202026-05-19T19:37:17.964Z Checking crc-catalog v2.4.0
32212026-05-19T19:37:18.006Z Compiling packed_struct v0.10.1
32222026-05-19T19:37:18.052Z Compiling cancel-safe-futures v0.1.5
32232026-05-19T19:37:18.065Z Compiling owo-colors v4.3.0
32242026-05-19T19:37:18.289Z Checking crc v3.4.0
32252026-05-19T19:37:18.300Z Checking bitvec v1.0.1
32262026-05-19T19:37:18.482Z Checking zerocopy v0.6.6
32272026-05-19T19:37:18.491Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-05-19T19:37:18.577Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-19T19:37:18.672Z Checking typify-impl v0.6.2
32302026-05-19T19:37:18.837Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32312026-05-19T19:37:18.913Z Compiling packed_struct_codegen v0.10.1
32322026-05-19T19:37:19.066Z Checking libsw-core v0.3.2
32332026-05-19T19:37:19.092Z Compiling bitfield-macros v0.19.4
32342026-05-19T19:37:19.213Z Compiling indexmap v1.9.3
32352026-05-19T19:37:19.263Z Checking nodrop v0.1.14
32362026-05-19T19:37:19.359Z Checking array-init v0.0.4
32372026-05-19T19:37:19.431Z Checking libsw v3.5.0
32382026-05-19T19:37:19.584Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32392026-05-19T19:37:19.599Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-19T19:37:19.658Z Checking smallvec v0.6.14
32412026-05-19T19:37:19.795Z Checking bitfield v0.19.4
32422026-05-19T19:37:19.820Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-05-19T19:37:19.989Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32442026-05-19T19:37:20.067Z Checking hashbrown v0.12.3
32452026-05-19T19:37:20.098Z Checking linear-map v1.2.0
32462026-05-19T19:37:20.112Z Checking smawk v0.3.2
32472026-05-19T19:37:20.237Z Checking tagptr v0.2.0
32482026-05-19T19:37:20.252Z Checking unicode-linebreak v0.1.5
32492026-05-19T19:37:20.269Z Checking base64 v0.21.7
32502026-05-19T19:37:20.384Z Checking moka v0.12.13
32512026-05-19T19:37:20.409Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32522026-05-19T19:37:20.423Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-05-19T19:37:20.462Z Checking textwrap v0.16.2
32542026-05-19T19:37:20.508Z Checking ron v0.8.1
32552026-05-19T19:37:20.591Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-05-19T19:37:20.676Z Checking steno v0.4.1
32572026-05-19T19:37:20.788Z Checking serde-hex v0.1.0
32582026-05-19T19:37:21.015Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32592026-05-19T19:37:21.030Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32602026-05-19T19:37:21.034Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-05-19T19:37:21.176Z Checking hashbrown v0.13.2
32622026-05-19T19:37:21.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32632026-05-19T19:37:21.607Z Checking crc-any v2.5.0
32642026-05-19T19:37:21.622Z Checking humantime v2.3.0
32652026-05-19T19:37:21.637Z Checking object v0.30.4
32662026-05-19T19:37:21.683Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32672026-05-19T19:37:21.702Z Checking hickory-resolver v0.25.2
32682026-05-19T19:37:21.790Z Checking half v1.8.3
32692026-05-19T19:37:21.810Z Checking utf-8 v0.7.6
32702026-05-19T19:37:21.852Z Checking void v1.0.2
32712026-05-19T19:37:21.950Z Checking path-slash v0.1.5
32722026-05-19T19:37:21.962Z Checking lzss v0.8.2
32732026-05-19T19:37:21.989Z Checking serde_cbor v0.11.2
32742026-05-19T19:37:22.056Z Checking tungstenite v0.23.0
32752026-05-19T19:37:22.288Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32762026-05-19T19:37:22.328Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32772026-05-19T19:37:22.373Z Checking nix v0.27.1
32782026-05-19T19:37:22.429Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32792026-05-19T19:37:22.446Z Checking kstat-rs v0.2.4
32802026-05-19T19:37:22.481Z Checking fxhash v0.2.1
32812026-05-19T19:37:22.564Z Checking serde_bytes v0.11.19
32822026-05-19T19:37:22.604Z Checking tokio-tungstenite v0.23.1
32832026-05-19T19:37:22.633Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-05-19T19:37:22.738Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32852026-05-19T19:37:22.847Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32862026-05-19T19:37:22.865Z Checking signal-hook-tokio v0.3.1
32872026-05-19T19:37:23.168Z Compiling typify-macro v0.6.2
32882026-05-19T19:37:24.000Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-05-19T19:37:24.295Z Compiling typify v0.6.2
32902026-05-19T19:37:24.374Z Compiling progenitor-impl v0.13.0
32912026-05-19T19:37:24.374Z Compiling progenitor-impl v0.14.0
32922026-05-19T19:37:24.890Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32932026-05-19T19:37:25.216Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32942026-05-19T19:37:25.967Z Compiling progenitor-macro v0.13.0
32952026-05-19T19:37:26.000Z Compiling progenitor-macro v0.14.0
32962026-05-19T19:37:28.565Z Checking progenitor v0.13.0
32972026-05-19T19:37:28.568Z Checking progenitor v0.14.0
32982026-05-19T19:37:28.692Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32992026-05-19T19:37:28.695Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33002026-05-19T19:37:31.708Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-05-19T19:37:39.313Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33022026-05-19T19:37:45.598Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-05-19T19:37:46.966Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33042026-05-19T19:37:47.474Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052026-05-19T19:37:49.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.20s
33062026-05-19T19:37:49.761Z
33072026-05-19T19:37:49.761Zinfo: running `cargo check --bins` on gateway-api (133/276)
33082026-05-19T19:37:50.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-05-19T19:37:50.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-05-19T19:37:50.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-05-19T19:37:50.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33122026-05-19T19:37:50.358Z
33132026-05-19T19:37:50.358Zinfo: running `cargo check --bins` on ipcc (134/276)
33142026-05-19T19:37:50.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-05-19T19:37:50.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-05-19T19:37:50.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-05-19T19:37:50.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33182026-05-19T19:37:50.954Z
33192026-05-19T19:37:50.954Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/276)
33202026-05-19T19:37:51.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-05-19T19:37:51.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-05-19T19:37:51.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-05-19T19:37:51.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33242026-05-19T19:37:51.539Z
33252026-05-19T19:37:51.539Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/276)
33262026-05-19T19:37:52.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-05-19T19:37:52.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-05-19T19:37:52.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-05-19T19:37:52.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33302026-05-19T19:37:52.144Z
33312026-05-19T19:37:52.144Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/276)
33322026-05-19T19:37:52.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-05-19T19:37:52.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-05-19T19:37:52.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-05-19T19:37:52.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33362026-05-19T19:37:52.745Z
33372026-05-19T19:37:52.745Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/276)
33382026-05-19T19:37:53.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-05-19T19:37:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-05-19T19:37:53.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-05-19T19:37:53.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33422026-05-19T19:37:53.347Z
33432026-05-19T19:37:53.348Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/276)
33442026-05-19T19:37:53.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-19T19:37:53.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-19T19:37:53.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-19T19:37:53.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33482026-05-19T19:37:53.953Z
33492026-05-19T19:37:53.954Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/276)
33502026-05-19T19:37:54.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-19T19:37:54.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-19T19:37:54.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-19T19:37:54.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33542026-05-19T19:37:54.549Z
33552026-05-19T19:37:54.549Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/276)
33562026-05-19T19:37:55.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-19T19:37:55.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-19T19:37:55.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-19T19:37:55.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33602026-05-19T19:37:55.152Z
33612026-05-19T19:37:55.152Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/276)
33622026-05-19T19:37:55.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-19T19:37:55.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-19T19:37:55.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-19T19:37:55.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-05-19T19:37:55.747Z
33672026-05-19T19:37:55.747Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/276)
33682026-05-19T19:37:56.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-19T19:37:56.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-19T19:37:56.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-19T19:37:56.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-05-19T19:37:56.349Z
33732026-05-19T19:37:56.349Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/276)
33742026-05-19T19:37:56.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-19T19:37:56.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-19T19:37:56.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-19T19:37:56.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-05-19T19:37:56.944Z
33792026-05-19T19:37:56.944Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/276)
33802026-05-19T19:37:57.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-19T19:37:57.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-19T19:37:57.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-19T19:37:57.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33842026-05-19T19:37:57.545Z
33852026-05-19T19:37:57.545Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/276)
33862026-05-19T19:37:58.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-19T19:37:58.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-19T19:37:58.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-19T19:37:58.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902026-05-19T19:37:58.141Z
33912026-05-19T19:37:58.141Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/276)
33922026-05-19T19:37:58.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-19T19:37:58.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-19T19:37:58.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-19T19:37:58.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33962026-05-19T19:37:58.742Z
33972026-05-19T19:37:58.742Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/276)
33982026-05-19T19:37:59.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-19T19:37:59.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-19T19:37:59.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-19T19:37:59.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34022026-05-19T19:37:59.347Z
34032026-05-19T19:37:59.347Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/276)
34042026-05-19T19:37:59.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-19T19:37:59.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-19T19:37:59.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-19T19:37:59.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34082026-05-19T19:37:59.956Z
34092026-05-19T19:37:59.956Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/276)
34102026-05-19T19:38:00.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-19T19:38:00.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-19T19:38:00.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-19T19:38:00.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34142026-05-19T19:38:00.563Z
34152026-05-19T19:38:00.563Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/276)
34162026-05-19T19:38:01.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-19T19:38:01.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-19T19:38:01.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-19T19:38:01.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34202026-05-19T19:38:01.166Z
34212026-05-19T19:38:01.166Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/276)
34222026-05-19T19:38:01.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-19T19:38:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-19T19:38:01.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-19T19:38:01.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-05-19T19:38:01.769Z
34272026-05-19T19:38:01.769Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/276)
34282026-05-19T19:38:02.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-19T19:38:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-19T19:38:02.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-19T19:38:02.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-05-19T19:38:02.365Z
34332026-05-19T19:38:02.365Zinfo: running `cargo check --bins` on oximeter-producer (154/276)
34342026-05-19T19:38:02.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-19T19:38:02.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-19T19:38:02.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-19T19:38:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34382026-05-19T19:38:03.002Z
34392026-05-19T19:38:03.002Zinfo: running `cargo check --bins` on internal-dns-resolver (155/276)
34402026-05-19T19:38:03.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-19T19:38:03.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-19T19:38:03.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-19T19:38:03.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34442026-05-19T19:38:03.607Z
34452026-05-19T19:38:03.607Zinfo: running `cargo check --bins` on dns-server (156/276)
34462026-05-19T19:38:04.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-19T19:38:04.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-19T19:38:04.263Z Compiling parking_lot_core v0.8.6
34492026-05-19T19:38:04.263Z Compiling atomicwrites v0.4.4
34502026-05-19T19:38:04.266Z Compiling git-stub v1.0.0
34512026-05-19T19:38:04.266Z Checking prefix-trie v0.7.0
34522026-05-19T19:38:04.372Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34532026-05-19T19:38:04.497Z Compiling git-stub-vcs v0.1.0
34542026-05-19T19:38:04.662Z Checking hickory-server v0.25.2
34552026-05-19T19:38:04.774Z Checking parking_lot v0.11.2
34562026-05-19T19:38:04.777Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34572026-05-19T19:38:04.874Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34582026-05-19T19:38:04.874Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592026-05-19T19:38:04.979Z Checking sled v0.34.7
34602026-05-19T19:38:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34612026-05-19T19:38:07.038Z
34622026-05-19T19:38:07.038Zinfo: running `cargo check --bins` on dns-server-api (157/276)
34632026-05-19T19:38:07.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-19T19:38:07.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-19T19:38:07.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-19T19:38:07.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-05-19T19:38:07.638Z
34682026-05-19T19:38:07.638Zinfo: running `cargo check --bins` on oximeter-producer-api (158/276)
34692026-05-19T19:38:08.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-19T19:38:08.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-19T19:38:08.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-19T19:38:08.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34732026-05-19T19:38:08.239Z
34742026-05-19T19:38:08.239Zinfo: running `cargo check --bins` on sp-sim (159/276)
34752026-05-19T19:38:08.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-19T19:38:08.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-19T19:38:08.983Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-19T19:38:10.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34792026-05-19T19:38:10.953Z
34802026-05-19T19:38:10.954Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/276)
34812026-05-19T19:38:11.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-19T19:38:11.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-19T19:38:11.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-19T19:38:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34852026-05-19T19:38:11.607Z
34862026-05-19T19:38:11.608Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/276)
34872026-05-19T19:38:12.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-19T19:38:12.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-19T19:38:12.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-05-19T19:38:12.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34912026-05-19T19:38:12.266Z
34922026-05-19T19:38:12.266Zinfo: running `cargo check --bins` on db-macros (162/276)
34932026-05-19T19:38:12.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-05-19T19:38:12.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-05-19T19:38:12.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-05-19T19:38:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34972026-05-19T19:38:12.854Z
34982026-05-19T19:38:12.854Zinfo: running `cargo check --bins` on nexus-macros-common (163/276)
34992026-05-19T19:38:13.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-19T19:38:13.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-19T19:38:13.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-19T19:38:13.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-05-19T19:38:13.437Z
35042026-05-19T19:38:13.437Zinfo: running `cargo check --bins` on nexus-auth (164/276)
35052026-05-19T19:38:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-19T19:38:13.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-19T19:38:13.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-19T19:38:13.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35092026-05-19T19:38:14.088Z
35102026-05-19T19:38:14.088Zinfo: running `cargo check --bins` on authz-macros (165/276)
35112026-05-19T19:38:14.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-19T19:38:14.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-19T19:38:14.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-05-19T19:38:14.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-05-19T19:38:14.677Z
35162026-05-19T19:38:14.677Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/276)
35172026-05-19T19:38:15.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-19T19:38:15.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-19T19:38:15.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-19T19:38:15.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35212026-05-19T19:38:15.326Z
35222026-05-19T19:38:15.326Zinfo: running `cargo check --bins` on nexus-db-model (167/276)
35232026-05-19T19:38:15.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-19T19:38:15.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-19T19:38:15.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-19T19:38:15.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35272026-05-19T19:38:15.967Z
35282026-05-19T19:38:15.967Zinfo: running `cargo check --bins` on nexus-db-schema (168/276)
35292026-05-19T19:38:16.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-19T19:38:16.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-19T19:38:16.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-19T19:38:16.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-05-19T19:38:16.552Z
35342026-05-19T19:38:16.552Zinfo: running `cargo check --bins` on omicron-rpaths (169/276)
35352026-05-19T19:38:17.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-19T19:38:17.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-19T19:38:17.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-19T19:38:17.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-05-19T19:38:17.136Z
35402026-05-19T19:38:17.136Zinfo: running `cargo check --bins` on nexus-defaults (170/276)
35412026-05-19T19:38:17.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-19T19:38:17.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-19T19:38:17.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-19T19:38:17.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35452026-05-19T19:38:17.739Z
35462026-05-19T19:38:17.739Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/276)
35472026-05-19T19:38:18.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-19T19:38:18.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-19T19:38:18.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-19T19:38:18.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-05-19T19:38:18.329Z
35522026-05-19T19:38:18.329Zinfo: running `cargo check --bins` on parallel-task-set (172/276)
35532026-05-19T19:38:18.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-19T19:38:18.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-19T19:38:18.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-19T19:38:18.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-05-19T19:38:18.920Z
35582026-05-19T19:38:18.920Zinfo: running `cargo check --bins` on nexus-db-errors (173/276)
35592026-05-19T19:38:19.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-19T19:38:19.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-19T19:38:19.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-19T19:38:19.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-05-19T19:38:19.571Z
35642026-05-19T19:38:19.572Zinfo: running `cargo check --bins` on nexus-db-lookup (174/276)
35652026-05-19T19:38:20.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-19T19:38:20.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-19T19:38:20.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-19T19:38:20.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35692026-05-19T19:38:20.222Z
35702026-05-19T19:38:20.222Zinfo: running `cargo check --bins` on nexus-inventory (175/276)
35712026-05-19T19:38:20.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-19T19:38:20.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-19T19:38:20.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-19T19:38:20.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-05-19T19:38:20.864Z
35762026-05-19T19:38:20.864Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/276)
35772026-05-19T19:38:21.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-19T19:38:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-19T19:38:21.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-19T19:38:21.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35812026-05-19T19:38:21.489Z
35822026-05-19T19:38:21.489Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/276)
35832026-05-19T19:38:22.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-19T19:38:22.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-19T19:38:22.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-19T19:38:22.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35872026-05-19T19:38:22.111Z
35882026-05-19T19:38:22.111Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/276)
35892026-05-19T19:38:22.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-19T19:38:22.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-19T19:38:22.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-19T19:38:22.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35932026-05-19T19:38:22.731Z
35942026-05-19T19:38:22.731Zinfo: running `cargo check --bins` on key-manager (179/276)
35952026-05-19T19:38:23.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-19T19:38:23.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-19T19:38:23.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-19T19:38:23.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-05-19T19:38:23.332Z
36002026-05-19T19:38:23.332Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/276)
36012026-05-19T19:38:23.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-19T19:38:23.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-19T19:38:23.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-19T19:38:23.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36052026-05-19T19:38:23.951Z
36062026-05-19T19:38:23.951Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/276)
36072026-05-19T19:38:24.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-19T19:38:24.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-19T19:38:24.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-19T19:38:24.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36112026-05-19T19:38:24.574Z
36122026-05-19T19:38:24.574Zinfo: running `cargo check --bins` on typed-rng (182/276)
36132026-05-19T19:38:25.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-19T19:38:25.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-19T19:38:25.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-19T19:38:25.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36172026-05-19T19:38:25.162Z
36182026-05-19T19:38:25.162Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/276)
36192026-05-19T19:38:25.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-19T19:38:25.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-19T19:38:26.017Z Compiling typify-impl v0.4.3
36222026-05-19T19:38:26.020Z Compiling libefi-sys v0.1.0
36232026-05-19T19:38:26.163Z Compiling bitfield-struct v0.6.2
36242026-05-19T19:38:26.169Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-19T19:38:26.178Z Compiling xshell-macros v0.2.7
36262026-05-19T19:38:26.191Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36272026-05-19T19:38:26.218Z Compiling salty v0.3.0
36282026-05-19T19:38:26.280Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36292026-05-19T19:38:26.414Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-05-19T19:38:26.507Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36312026-05-19T19:38:26.550Z Checking xshell v0.2.7
36322026-05-19T19:38:26.564Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-19T19:38:26.744Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36342026-05-19T19:38:26.769Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36352026-05-19T19:38:26.785Z Checking primeorder v0.13.6
36362026-05-19T19:38:26.912Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-05-19T19:38:26.952Z Compiling proc-macro-error-attr2 v2.0.0
36382026-05-19T19:38:27.009Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36392026-05-19T19:38:27.025Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36402026-05-19T19:38:27.199Z Checking tungstenite v0.21.0
36412026-05-19T19:38:27.234Z Checking p384 v0.13.1
36422026-05-19T19:38:27.249Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36432026-05-19T19:38:27.340Z Compiling proc-macro-error2 v2.0.1
36442026-05-19T19:38:27.399Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36452026-05-19T19:38:27.621Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36462026-05-19T19:38:27.648Z Checking tokio-tungstenite v0.21.0
36472026-05-19T19:38:27.663Z Compiling tabled_derive v0.11.0
36482026-05-19T19:38:27.951Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-05-19T19:38:28.058Z Checking papergrid v0.17.0
36502026-05-19T19:38:28.073Z Checking libscf-sys v1.2.0
36512026-05-19T19:38:28.107Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-19T19:38:28.206Z Checking testing_table v0.3.0
36532026-05-19T19:38:28.305Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-19T19:38:28.332Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-05-19T19:38:28.387Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36562026-05-19T19:38:28.792Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36572026-05-19T19:38:28.833Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36582026-05-19T19:38:28.848Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-05-19T19:38:28.899Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-19T19:38:29.040Z Compiling unicase v2.9.0
36612026-05-19T19:38:29.042Z Checking corncobs v0.1.4
36622026-05-19T19:38:29.097Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-19T19:38:29.174Z Checking tabled v0.20.0
36642026-05-19T19:38:29.189Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-05-19T19:38:29.238Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662026-05-19T19:38:29.265Z Compiling mime_guess v2.0.5
36672026-05-19T19:38:29.452Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-19T19:38:29.480Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36692026-05-19T19:38:29.692Z Checking progenitor-client v0.11.2
36702026-05-19T19:38:29.785Z Checking secrecy v0.8.0
36712026-05-19T19:38:29.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36722026-05-19T19:38:29.934Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36732026-05-19T19:38:29.974Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36742026-05-19T19:38:29.990Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36752026-05-19T19:38:30.023Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36762026-05-19T19:38:30.225Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-05-19T19:38:30.259Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36782026-05-19T19:38:30.473Z Checking filetime v0.2.27
36792026-05-19T19:38:30.572Z Compiling typify-macro v0.4.3
36802026-05-19T19:38:30.611Z Checking xattr v1.6.1
36812026-05-19T19:38:30.648Z Checking http-range v0.1.5
36822026-05-19T19:38:30.664Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-19T19:38:30.741Z Checking crc8 v0.1.1
36842026-05-19T19:38:30.779Z Checking tar v0.4.45
36852026-05-19T19:38:30.874Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36862026-05-19T19:38:31.155Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36872026-05-19T19:38:31.184Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36882026-05-19T19:38:31.199Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36892026-05-19T19:38:31.293Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36902026-05-19T19:38:31.523Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36912026-05-19T19:38:31.567Z Checking atty v0.2.14
36922026-05-19T19:38:31.684Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36932026-05-19T19:38:31.854Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36942026-05-19T19:38:31.904Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36952026-05-19T19:38:32.192Z Checking hyper-staticfile v0.10.1
36962026-05-19T19:38:32.251Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36972026-05-19T19:38:32.265Z Compiling typify v0.4.3
36982026-05-19T19:38:32.477Z Compiling progenitor-impl v0.11.2
36992026-05-19T19:38:32.491Z Compiling progenitor-impl v0.10.0
37002026-05-19T19:38:32.841Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-19T19:38:33.227Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-19T19:38:33.363Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37032026-05-19T19:38:33.478Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37042026-05-19T19:38:33.583Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37052026-05-19T19:38:33.809Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37062026-05-19T19:38:33.846Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37072026-05-19T19:38:34.220Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37082026-05-19T19:38:34.264Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37092026-05-19T19:38:34.384Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37102026-05-19T19:38:34.541Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37112026-05-19T19:38:34.676Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37122026-05-19T19:38:34.827Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37132026-05-19T19:38:35.039Z Compiling progenitor-macro v0.10.0
37142026-05-19T19:38:35.071Z Compiling progenitor-macro v0.11.2
37152026-05-19T19:38:37.930Z Checking progenitor v0.10.0
37162026-05-19T19:38:37.970Z Checking progenitor v0.11.2
37172026-05-19T19:38:38.080Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37182026-05-19T19:38:38.089Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37192026-05-19T19:38:42.749Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37202026-05-19T19:38:43.866Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-05-19T19:38:54.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.10s
37222026-05-19T19:38:54.480Z
37232026-05-19T19:38:54.480Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/276)
37242026-05-19T19:38:55.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-19T19:38:55.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-19T19:38:55.261Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-05-19T19:39:05.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37282026-05-19T19:39:05.927Z
37292026-05-19T19:39:05.927Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/276)
37302026-05-19T19:39:06.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-19T19:39:06.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-19T19:39:06.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-05-19T19:39:17.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37342026-05-19T19:39:17.351Z
37352026-05-19T19:39:17.351Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/276)
37362026-05-19T19:39:17.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-19T19:39:17.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-19T19:39:18.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-19T19:39:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37402026-05-19T19:39:28.797Z
37412026-05-19T19:39:28.797Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/276)
37422026-05-19T19:39:29.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-19T19:39:29.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-19T19:39:29.646Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-19T19:39:40.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37462026-05-19T19:39:40.257Z
37472026-05-19T19:39:40.257Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/276)
37482026-05-19T19:39:40.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-19T19:39:40.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-19T19:39:41.047Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-19T19:39:51.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37522026-05-19T19:39:51.739Z
37532026-05-19T19:39:51.739Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/276)
37542026-05-19T19:39:52.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-19T19:39:52.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-19T19:39:52.522Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-19T19:40:03.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37582026-05-19T19:40:03.305Z
37592026-05-19T19:40:03.305Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/276)
37602026-05-19T19:40:03.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-19T19:40:03.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-19T19:40:04.083Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-19T19:40:14.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37642026-05-19T19:40:14.804Z
37652026-05-19T19:40:14.804Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/276)
37662026-05-19T19:40:15.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-19T19:40:15.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-19T19:40:15.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-05-19T19:40:15.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37702026-05-19T19:40:15.414Z
37712026-05-19T19:40:15.414Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/276)
37722026-05-19T19:40:15.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-19T19:40:15.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-19T19:40:15.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-05-19T19:40:15.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-05-19T19:40:16.018Z
37772026-05-19T19:40:16.018Zinfo: running `cargo check --bins` on range-requests (193/276)
37782026-05-19T19:40:16.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-19T19:40:16.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-19T19:40:16.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-19T19:40:16.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-05-19T19:40:16.610Z
37832026-05-19T19:40:16.610Zinfo: running `cargo check --bins` on repo-depot-api (194/276)
37842026-05-19T19:40:17.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-19T19:40:17.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-19T19:40:17.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-19T19:40:17.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-05-19T19:40:17.208Z
37892026-05-19T19:40:17.208Zinfo: running `cargo check --bins` on sled-agent-api (195/276)
37902026-05-19T19:40:17.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-19T19:40:17.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-19T19:40:17.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-19T19:40:17.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37942026-05-19T19:40:17.833Z
37952026-05-19T19:40:17.833Zinfo: running `cargo check --bins` on sled-diagnostics (196/276)
37962026-05-19T19:40:18.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-19T19:40:18.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-19T19:40:18.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-19T19:40:18.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-05-19T19:40:18.455Z
38012026-05-19T19:40:18.455Zinfo: running `cargo check --bins` on zfs-test-harness (197/276)
38022026-05-19T19:40:18.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-19T19:40:18.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-19T19:40:18.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-19T19:40:18.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-05-19T19:40:19.075Z
38072026-05-19T19:40:19.075Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/276)
38082026-05-19T19:40:19.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-19T19:40:19.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-19T19:40:19.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-19T19:40:19.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-19T19:40:19.700Z
38132026-05-19T19:40:19.700Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/276)
38142026-05-19T19:40:20.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-19T19:40:20.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-19T19:40:20.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-19T19:40:20.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-19T19:40:20.326Z
38192026-05-19T19:40:20.326Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/276)
38202026-05-19T19:40:20.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-19T19:40:20.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-19T19:40:20.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-19T19:40:20.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-19T19:40:20.948Z
38252026-05-19T19:40:20.948Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/276)
38262026-05-19T19:40:21.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-19T19:40:21.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-19T19:40:21.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-19T19:40:21.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-05-19T19:40:21.573Z
38312026-05-19T19:40:21.573Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/276)
38322026-05-19T19:40:22.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-19T19:40:22.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-19T19:40:22.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-19T19:40:22.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-19T19:40:22.207Z
38372026-05-19T19:40:22.207Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/276)
38382026-05-19T19:40:22.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-19T19:40:22.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-19T19:40:22.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-19T19:40:22.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-19T19:40:22.836Z
38432026-05-19T19:40:22.836Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/276)
38442026-05-19T19:40:23.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-19T19:40:23.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-19T19:40:23.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-19T19:40:23.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38482026-05-19T19:40:23.487Z
38492026-05-19T19:40:23.487Zinfo: running `cargo check --bins` on trust-quorum (205/276)
38502026-05-19T19:40:24.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-19T19:40:24.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-19T19:40:24.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-19T19:40:24.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-19T19:40:24.118Z
38552026-05-19T19:40:24.118Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/276)
38562026-05-19T19:40:24.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-19T19:40:24.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-19T19:40:24.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-19T19:40:24.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-19T19:40:24.753Z
38612026-05-19T19:40:24.753Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/276)
38622026-05-19T19:40:25.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-19T19:40:25.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-19T19:40:25.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-19T19:40:25.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-19T19:40:25.400Z
38672026-05-19T19:40:25.400Zinfo: running `cargo check --bins` on update-common (208/276)
38682026-05-19T19:40:25.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-19T19:40:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-19T19:40:25.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-19T19:40:25.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38722026-05-19T19:40:26.007Z
38732026-05-19T19:40:26.007Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/276)
38742026-05-19T19:40:26.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-19T19:40:26.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-19T19:40:26.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-19T19:40:26.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-05-19T19:40:26.660Z
38792026-05-19T19:40:26.660Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/276)
38802026-05-19T19:40:27.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-19T19:40:27.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-19T19:40:27.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-19T19:40:27.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38842026-05-19T19:40:27.237Z
38852026-05-19T19:40:27.237Zinfo: running `cargo check --bins` on reconfigurator-cli (211/276)
38862026-05-19T19:40:27.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-19T19:40:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-19T19:40:27.999Z Compiling fs-err v2.11.0
38892026-05-19T19:40:28.003Z Checking ignore v0.4.25
38902026-05-19T19:40:28.003Z Checking arc-swap v1.8.2
38912026-05-19T19:40:28.003Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38922026-05-19T19:40:28.142Z Checking predicates-tree v1.0.13
38932026-05-19T19:40:28.145Z Checking parse-size v1.1.0
38942026-05-19T19:40:28.164Z Checking rand_seeder v0.4.0
38952026-05-19T19:40:28.167Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38962026-05-19T19:40:28.240Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38972026-05-19T19:40:28.261Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38982026-05-19T19:40:28.303Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38992026-05-19T19:40:28.338Z Checking slog-scope v4.4.1
39002026-05-19T19:40:28.442Z Compiling petname v2.0.2
39012026-05-19T19:40:28.460Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39022026-05-19T19:40:28.474Z Checking slog-stdlog v4.1.1
39032026-05-19T19:40:28.499Z Checking globwalk v0.9.1
39042026-05-19T19:40:28.554Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39052026-05-19T19:40:28.590Z Checking slog-envlogger v2.2.0
39062026-05-19T19:40:28.678Z Checking camino-tempfile-ext v0.3.3
39072026-05-19T19:40:28.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39082026-05-19T19:40:28.740Z Checking sapling-renderdag v0.1.0
39092026-05-19T19:40:28.862Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39102026-05-19T19:40:28.876Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39112026-05-19T19:40:28.982Z Checking subprocess v0.2.15
39122026-05-19T19:40:29.045Z Checking sync-ptr v0.1.4
39132026-05-19T19:40:29.093Z Checking colored v2.2.0
39142026-05-19T19:40:29.165Z Checking assert_matches v1.5.0
39152026-05-19T19:40:29.260Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39162026-05-19T19:40:29.298Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-19T19:40:29.349Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39182026-05-19T19:40:29.352Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39192026-05-19T19:40:29.957Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39202026-05-19T19:40:31.268Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39212026-05-19T19:40:33.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39222026-05-19T19:40:33.698Z
39232026-05-19T19:40:33.698Zinfo: running `cargo check --bins` on omicron-repl-utils (212/276)
39242026-05-19T19:40:34.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-19T19:40:34.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-19T19:40:34.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-19T19:40:34.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39282026-05-19T19:40:34.283Z
39292026-05-19T19:40:34.283Zinfo: running `cargo check --bins` on transient-dns-server (213/276)
39302026-05-19T19:40:34.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-19T19:40:34.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-19T19:40:34.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-19T19:40:34.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39342026-05-19T19:40:34.892Z
39352026-05-19T19:40:34.892Zinfo: running `cargo check --bins` on nexus-test-interface (214/276)
39362026-05-19T19:40:35.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-19T19:40:35.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-19T19:40:35.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-19T19:40:35.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39402026-05-19T19:40:35.536Z
39412026-05-19T19:40:35.536Zinfo: running `cargo check --bins` on oximeter-collector (215/276)
39422026-05-19T19:40:36.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-19T19:40:36.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-19T19:40:36.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39452026-05-19T19:40:36.252Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39462026-05-19T19:40:36.905Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39472026-05-19T19:40:38.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39482026-05-19T19:40:38.693Z
39492026-05-19T19:40:38.693Zinfo: running `cargo check --bins` on oximeter-api (216/276)
39502026-05-19T19:40:39.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-19T19:40:39.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-19T19:40:39.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-19T19:40:39.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39542026-05-19T19:40:39.293Z
39552026-05-19T19:40:39.293Zinfo: running `cargo check --bins` on cert-dev (217/276)
39562026-05-19T19:40:39.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-19T19:40:39.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-19T19:40:39.905Z Checking yasna v0.5.2
39592026-05-19T19:40:40.305Z Checking rcgen v0.12.1
39602026-05-19T19:40:40.557Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39612026-05-19T19:40:40.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39622026-05-19T19:40:40.923Z
39632026-05-19T19:40:40.923Zinfo: running `cargo check --bins` on clickana (218/276)
39642026-05-19T19:40:41.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-19T19:40:41.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-19T19:40:41.570Z Compiling darling_core v0.23.0
39672026-05-19T19:40:41.678Z Compiling instability v0.3.11
39682026-05-19T19:40:41.687Z Checking castaway v0.2.4
39692026-05-19T19:40:41.690Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-05-19T19:40:41.693Z Compiling indoc v2.0.7
39712026-05-19T19:40:41.709Z Checking unicode-truncate v1.1.0
39722026-05-19T19:40:41.713Z Checking lru v0.12.5
39732026-05-19T19:40:41.713Z Checking cassowary v0.3.0
39742026-05-19T19:40:41.777Z Checking compact_str v0.8.1
39752026-05-19T19:40:42.734Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39762026-05-19T19:40:42.917Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39772026-05-19T19:40:43.100Z Compiling darling_macro v0.23.0
39782026-05-19T19:40:43.508Z Compiling darling v0.23.0
39792026-05-19T19:40:44.118Z Checking ratatui v0.29.0
39802026-05-19T19:40:45.167Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39812026-05-19T19:40:45.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
39822026-05-19T19:40:46.021Z
39832026-05-19T19:40:46.021Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/276)
39842026-05-19T19:40:46.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-19T19:40:46.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-19T19:40:46.752Z Checking headers-core v0.3.0
39872026-05-19T19:40:46.755Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-05-19T19:40:46.950Z Checking headers v0.4.1
39892026-05-19T19:40:47.315Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39902026-05-19T19:40:48.168Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-05-19T19:40:48.670Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-05-19T19:40:49.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
39932026-05-19T19:40:49.291Z
39942026-05-19T19:40:49.291Zinfo: running `cargo check --bins` on ch-dev (220/276)
39952026-05-19T19:40:49.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-19T19:40:49.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-19T19:40:50.018Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-05-19T19:40:50.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39992026-05-19T19:40:50.976Z
40002026-05-19T19:40:50.976Zinfo: running `cargo check --bins` on dev-tools-common (221/276)
40012026-05-19T19:40:51.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-19T19:40:51.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-19T19:40:51.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-19T19:40:51.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40052026-05-19T19:40:51.444Z
40062026-05-19T19:40:51.444Zinfo: running `cargo check --bins` on crdb-seed (222/276)
40072026-05-19T19:40:51.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-19T19:40:51.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-19T19:40:52.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40102026-05-19T19:40:53.141Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-05-19T19:40:53.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40122026-05-19T19:40:53.681Z
40132026-05-19T19:40:53.681Zinfo: running `cargo check --bins` on db-dev (223/276)
40142026-05-19T19:40:54.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-05-19T19:40:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-05-19T19:40:54.392Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-05-19T19:40:55.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40182026-05-19T19:40:55.347Z
40192026-05-19T19:40:55.347Zinfo: running `cargo check --bins` on omicron-dev-lib (224/276)
40202026-05-19T19:40:55.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-19T19:40:55.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-19T19:40:55.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-05-19T19:40:55.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40242026-05-19T19:40:55.986Z
40252026-05-19T19:40:55.986Zinfo: running `cargo check --bins` on xtask-downloader (225/276)
40262026-05-19T19:40:56.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-19T19:40:56.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-19T19:40:56.600Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-05-19T19:40:57.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40302026-05-19T19:40:57.458Z
40312026-05-19T19:40:57.458Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/276)
40322026-05-19T19:40:57.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-19T19:40:57.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-19T19:40:58.199Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-05-19T19:40:58.199Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-05-19T19:40:58.199Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40372026-05-19T19:40:58.202Z Checking git-stub v1.0.0
40382026-05-19T19:40:58.318Z Compiling trait-variant v0.1.2
40392026-05-19T19:40:58.320Z Checking maplit v1.0.2
40402026-05-19T19:40:58.330Z Checking is_ci v1.2.0
40412026-05-19T19:40:58.338Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-05-19T19:40:58.399Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40432026-05-19T19:40:58.450Z Checking supports-color v3.0.2
40442026-05-19T19:40:58.482Z Checking git-stub-vcs v0.1.0
40452026-05-19T19:40:58.567Z Checking drift v0.1.4
40462026-05-19T19:40:58.583Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40472026-05-19T19:40:58.586Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40482026-05-19T19:40:58.678Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40492026-05-19T19:40:58.788Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40502026-05-19T19:40:58.834Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40512026-05-19T19:40:58.867Z Checking dropshot-api-manager v0.7.1
40522026-05-19T19:40:58.879Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40532026-05-19T19:40:59.089Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40542026-05-19T19:40:59.105Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40552026-05-19T19:40:59.273Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40562026-05-19T19:40:59.571Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-05-19T19:41:04.519Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-05-19T19:41:05.605Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-05-19T19:41:06.162Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-05-19T19:41:06.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40612026-05-19T19:41:06.784Z
40622026-05-19T19:41:06.784Zinfo: running `cargo check --bins` on installinator-api (227/276)
40632026-05-19T19:41:07.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-19T19:41:07.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-19T19:41:07.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-19T19:41:07.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40672026-05-19T19:41:07.388Z
40682026-05-19T19:41:07.388Zinfo: running `cargo check --bins` on nexus-external-api (228/276)
40692026-05-19T19:41:07.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-19T19:41:07.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-19T19:41:07.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-19T19:41:07.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-05-19T19:41:08.034Z
40742026-05-19T19:41:08.034Zinfo: running `cargo check --bins` on nexus-internal-api (229/276)
40752026-05-19T19:41:08.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-19T19:41:08.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-19T19:41:08.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-05-19T19:41:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-05-19T19:41:08.671Z
40802026-05-19T19:41:08.671Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/276)
40812026-05-19T19:41:09.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-19T19:41:09.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-19T19:41:09.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-05-19T19:41:09.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40852026-05-19T19:41:09.307Z
40862026-05-19T19:41:09.307Zinfo: running `cargo check --bins` on ntp-admin-api (231/276)
40872026-05-19T19:41:09.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-19T19:41:09.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-19T19:41:09.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-05-19T19:41:09.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40912026-05-19T19:41:09.908Z
40922026-05-19T19:41:09.908Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/276)
40932026-05-19T19:41:10.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-19T19:41:10.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-19T19:41:10.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-05-19T19:41:10.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40972026-05-19T19:41:10.501Z
40982026-05-19T19:41:10.501Zinfo: running `cargo check --bins` on wicketd-api (233/276)
40992026-05-19T19:41:11.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-19T19:41:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-19T19:41:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-19T19:41:11.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41032026-05-19T19:41:11.118Z
41042026-05-19T19:41:11.118Zinfo: running `cargo check --bins` on omicron-ls-apis (234/276)
41052026-05-19T19:41:11.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-19T19:41:11.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-19T19:41:11.737Z Checking typeid v1.0.3
41082026-05-19T19:41:11.850Z Checking ordered-float v2.10.1
41092026-05-19T19:41:11.869Z Checking unicode-xid v0.2.6
41102026-05-19T19:41:11.880Z Checking cargo-platform v0.2.0
41112026-05-19T19:41:11.890Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41122026-05-19T19:41:11.917Z Checking erased-serde v0.4.9
41132026-05-19T19:41:12.055Z Checking serde-value v0.7.0
41142026-05-19T19:41:12.232Z Checking serde-untagged v0.1.9
41152026-05-19T19:41:12.390Z Checking cargo-util-schemas v0.8.2
41162026-05-19T19:41:13.076Z Checking cargo_metadata v0.21.0
41172026-05-19T19:41:13.686Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41182026-05-19T19:41:14.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41192026-05-19T19:41:14.565Z
41202026-05-19T19:41:14.565Zinfo: running `cargo check --bins` on mgs-dev (235/276)
41212026-05-19T19:41:15.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-19T19:41:15.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-19T19:41:15.299Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41242026-05-19T19:41:15.932Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41252026-05-19T19:41:16.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41262026-05-19T19:41:16.652Z
41272026-05-19T19:41:16.652Zinfo: running `cargo check --bins` on omicron-omdb (236/276)
41282026-05-19T19:41:17.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-19T19:41:17.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-19T19:41:17.503Z Compiling vergen-gitcl v1.0.8
41312026-05-19T19:41:17.504Z Compiling dirs-sys-next v0.1.2
41322026-05-19T19:41:17.504Z Compiling glob v0.3.3
41332026-05-19T19:41:17.504Z Compiling diesel_derives v2.3.7
41342026-05-19T19:41:17.532Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41352026-05-19T19:41:17.532Z Compiling crunchy v0.2.4
41362026-05-19T19:41:17.532Z Compiling dsl_auto_type v0.2.0
41372026-05-19T19:41:17.532Z Checking scheduled-thread-pool v0.2.7
41382026-05-19T19:41:17.776Z Compiling diesel_table_macro_syntax v0.3.0
41392026-05-19T19:41:17.851Z Compiling dirs-next v2.0.0
41402026-05-19T19:41:17.902Z Compiling tiny-keccak v2.0.2
41412026-05-19T19:41:17.953Z Compiling term v0.7.0
41422026-05-19T19:41:18.015Z Checking r2d2 v0.8.10
41432026-05-19T19:41:18.030Z Checking downcast-rs v2.0.2
41442026-05-19T19:41:18.082Z Compiling clang-sys v1.8.1
41452026-05-19T19:41:18.116Z Compiling bit-vec v0.6.3
41462026-05-19T19:41:18.195Z Compiling itertools v0.10.5
41472026-05-19T19:41:18.335Z Compiling bit-set v0.5.3
41482026-05-19T19:41:18.457Z Compiling ascii-canvas v3.0.0
41492026-05-19T19:41:18.494Z Compiling ena v0.14.4
41502026-05-19T19:41:18.509Z Compiling libloading v0.8.9
41512026-05-19T19:41:18.535Z Compiling regex-syntax v0.6.29
41522026-05-19T19:41:18.550Z Compiling diff v0.1.13
41532026-05-19T19:41:18.692Z Compiling bindgen v0.71.1
41542026-05-19T19:41:18.721Z Compiling cexpr v0.6.0
41552026-05-19T19:41:18.812Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41562026-05-19T19:41:19.002Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41572026-05-19T19:41:19.155Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41582026-05-19T19:41:19.172Z Compiling libxml v0.3.3
41592026-05-19T19:41:19.241Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41602026-05-19T19:41:19.404Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41612026-05-19T19:41:19.425Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41622026-05-19T19:41:19.553Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41632026-05-19T19:41:19.616Z Compiling strum_macros v0.24.3
41642026-05-19T19:41:19.731Z Compiling indoc v1.0.9
41652026-05-19T19:41:19.846Z Compiling lalrpop v0.19.12
41662026-05-19T19:41:20.666Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41672026-05-19T19:41:20.861Z Checking derive_builder v0.20.2
41682026-05-19T19:41:20.977Z Compiling oso-derive v0.27.3
41692026-05-19T19:41:20.993Z Checking quick-xml v0.37.5
41702026-05-19T19:41:21.189Z Compiling impl-trait-for-tuples v0.2.3
41712026-05-19T19:41:21.474Z Checking openssl-probe v0.1.6
41722026-05-19T19:41:21.656Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41732026-05-19T19:41:21.897Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41742026-05-19T19:41:22.097Z Checking bb8 v0.8.6
41752026-05-19T19:41:22.385Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41762026-05-19T19:41:22.419Z Checking nonempty v0.12.0
41772026-05-19T19:41:22.437Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41782026-05-19T19:41:22.587Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41792026-05-19T19:41:22.627Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41802026-05-19T19:41:22.661Z Checking console v0.16.2
41812026-05-19T19:41:22.795Z Checking unit-prefix v0.5.2
41822026-05-19T19:41:22.814Z Checking support-bundle-viewer v0.1.2
41832026-05-19T19:41:22.930Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41842026-05-19T19:41:22.971Z Checking indicatif v0.18.4
41852026-05-19T19:41:23.059Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-05-19T19:41:23.209Z Checking multimap v0.10.1
41872026-05-19T19:41:23.512Z Checking diesel v2.3.7
41882026-05-19T19:41:25.375Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41892026-05-19T19:41:25.640Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41902026-05-19T19:41:25.739Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41912026-05-19T19:41:25.957Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41922026-05-19T19:41:26.778Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41932026-05-19T19:41:27.080Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-05-19T19:41:27.405Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41952026-05-19T19:41:28.072Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41962026-05-19T19:41:30.125Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41972026-05-19T19:41:34.606Z Compiling samael v0.0.19
41982026-05-19T19:41:39.339Z Checking async-bb8-diesel v0.2.1
41992026-05-19T19:41:39.700Z Checking diesel-dtrace v0.5.0
42002026-05-19T19:41:40.761Z Compiling polar-core v0.27.3
42012026-05-19T19:41:45.165Z Checking oso v0.27.3
42022026-05-19T19:42:21.552Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-05-19T19:42:54.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42042026-05-19T19:42:55.005Z
42052026-05-19T19:42:55.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/276)
42062026-05-19T19:42:55.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-05-19T19:42:55.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-05-19T19:42:55.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-05-19T19:42:55.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42102026-05-19T19:42:55.665Z
42112026-05-19T19:42:55.665Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/276)
42122026-05-19T19:42:56.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-05-19T19:42:56.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-05-19T19:42:56.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-05-19T19:42:56.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-05-19T19:42:56.318Z
42172026-05-19T19:42:56.318Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/276)
42182026-05-19T19:42:56.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-05-19T19:42:56.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-05-19T19:42:56.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-05-19T19:42:56.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42222026-05-19T19:42:56.903Z
42232026-05-19T19:42:56.903Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/276)
42242026-05-19T19:42:57.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-05-19T19:42:58.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-05-19T19:42:58.481Z Compiling libz-sys v1.1.24
42272026-05-19T19:42:58.481Z Compiling libgit2-sys v0.18.3+1.9.2
42282026-05-19T19:42:58.481Z Compiling vergen-git2 v1.0.7
42292026-05-19T19:42:58.481Z Compiling rustls v0.21.12
42302026-05-19T19:42:58.481Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-19T19:42:58.481Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42322026-05-19T19:42:58.481Z Checking rustls-webpki v0.101.7
42332026-05-19T19:42:58.481Z Checking sct v0.7.1
42342026-05-19T19:42:58.481Z Compiling nix v0.29.0
42352026-05-19T19:42:58.481Z Compiling dropshot v0.16.7
42362026-05-19T19:42:58.481Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42372026-05-19T19:42:58.481Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42382026-05-19T19:42:58.481Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42392026-05-19T19:42:58.481Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42402026-05-19T19:42:58.481Z Checking toml v0.9.12+spec-1.1.0
42412026-05-19T19:42:58.481Z Compiling dropshot_endpoint v0.16.7
42422026-05-19T19:42:58.575Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-05-19T19:42:58.709Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-05-19T19:42:58.924Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-05-19T19:42:58.943Z Checking rustls-pemfile v1.0.4
42462026-05-19T19:42:59.082Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-05-19T19:42:59.273Z Checking twox-hash v2.1.2
42482026-05-19T19:42:59.312Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492026-05-19T19:42:59.607Z Checking tokio-rustls v0.24.1
42502026-05-19T19:43:00.039Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-05-19T19:43:00.065Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42522026-05-19T19:43:00.416Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42532026-05-19T19:43:00.711Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42542026-05-19T19:43:00.901Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42552026-05-19T19:43:00.948Z Checking fatfs v0.3.6
42562026-05-19T19:43:00.974Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42572026-05-19T19:43:01.046Z Compiling seq-macro v0.3.6
42582026-05-19T19:43:04.790Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42592026-05-19T19:43:04.916Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-05-19T19:43:05.253Z Compiling git2 v0.20.4
42612026-05-19T19:43:07.449Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42622026-05-19T19:43:54.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.62s
42632026-05-19T19:43:54.753Z
42642026-05-19T19:43:54.753Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/276)
42652026-05-19T19:43:55.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-05-19T19:43:55.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-05-19T19:43:55.642Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-05-19T19:44:34.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.61s
42692026-05-19T19:44:34.596Z
42702026-05-19T19:44:34.596Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/276)
42712026-05-19T19:44:35.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-05-19T19:44:35.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-05-19T19:44:35.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-05-19T19:44:35.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-05-19T19:44:35.186Z
42762026-05-19T19:44:35.186Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/276)
42772026-05-19T19:44:35.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-05-19T19:44:35.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-05-19T19:44:35.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-05-19T19:44:35.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42812026-05-19T19:44:35.832Z
42822026-05-19T19:44:35.832Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/276)
42832026-05-19T19:44:36.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-05-19T19:44:36.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-05-19T19:44:36.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-05-19T19:44:36.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-05-19T19:44:36.491Z
42882026-05-19T19:44:36.491Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/276)
42892026-05-19T19:44:37.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-05-19T19:44:37.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-05-19T19:44:37.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-05-19T19:44:37.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42932026-05-19T19:44:37.258Z
42942026-05-19T19:44:37.258Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/276)
42952026-05-19T19:44:37.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-05-19T19:44:37.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-05-19T19:44:37.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-05-19T19:44:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42992026-05-19T19:44:37.793Z
43002026-05-19T19:44:37.793Zinfo: running `cargo check --bins` on nexus-networking (247/276)
43012026-05-19T19:44:38.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-05-19T19:44:38.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-05-19T19:44:38.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-05-19T19:44:38.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-05-19T19:44:38.443Z
43062026-05-19T19:44:38.443Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/276)
43072026-05-19T19:44:38.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-19T19:44:38.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-19T19:44:38.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-05-19T19:44:39.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43112026-05-19T19:44:39.104Z
43122026-05-19T19:44:39.104Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/276)
43132026-05-19T19:44:39.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-19T19:44:39.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-19T19:44:39.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-19T19:44:39.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43172026-05-19T19:44:39.763Z
43182026-05-19T19:44:39.763Zinfo: running `cargo check --bins` on omicron-dev (250/276)
43192026-05-19T19:44:40.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-19T19:44:40.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-19T19:44:40.659Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-05-19T19:44:40.662Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-05-19T19:44:40.846Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43242026-05-19T19:44:40.855Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43252026-05-19T19:44:40.894Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43262026-05-19T19:44:40.914Z Checking yansi v1.0.1
43272026-05-19T19:44:40.924Z Checking diff v0.1.13
43282026-05-19T19:44:40.924Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43292026-05-19T19:44:40.978Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43302026-05-19T19:44:41.163Z Checking pretty_assertions v1.4.1
43312026-05-19T19:44:41.821Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43322026-05-19T19:44:42.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43332026-05-19T19:45:05.472Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-05-19T19:45:05.483Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43352026-05-19T19:45:05.483Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-05-19T19:45:05.484Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43372026-05-19T19:45:05.484Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-05-19T19:45:05.484Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43392026-05-19T19:45:06.289Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-05-19T19:45:07.373Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-05-19T19:45:45.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43422026-05-19T19:45:45.980Z
43432026-05-19T19:45:45.980Zinfo: running `cargo check --bins` on omicron-pins (251/276)
43442026-05-19T19:45:46.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-19T19:45:46.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-19T19:45:46.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-19T19:45:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43482026-05-19T19:45:46.564Z
43492026-05-19T19:45:46.564Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/276)
43502026-05-19T19:45:47.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-19T19:45:47.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-19T19:45:47.338Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43532026-05-19T19:45:47.461Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43542026-05-19T19:45:47.464Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43552026-05-19T19:46:13.313Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43562026-05-19T19:46:13.705Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-05-19T19:46:15.395Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43582026-05-19T19:46:15.849Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-05-19T19:46:18.788Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-19T19:46:41.527Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43612026-05-19T19:46:42.238Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-19T19:46:43.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.30s
43632026-05-19T19:46:44.084Z
43642026-05-19T19:46:44.084Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/276)
43652026-05-19T19:46:44.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-05-19T19:46:44.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-05-19T19:46:44.830Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43682026-05-19T19:46:45.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43692026-05-19T19:46:45.693Z
43702026-05-19T19:46:45.693Zinfo: running `cargo check --bins` on omicron-releng (254/276)
43712026-05-19T19:46:46.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-19T19:46:46.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-19T19:46:46.346Z Compiling blake3 v1.8.3
43742026-05-19T19:46:46.456Z Checking arrayvec v0.7.6
43752026-05-19T19:46:46.457Z Checking constant_time_eq v0.4.2
43762026-05-19T19:46:46.460Z Checking arrayref v0.3.9
43772026-05-19T19:46:46.476Z Checking topological-sort v0.2.2
43782026-05-19T19:46:46.478Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43792026-05-19T19:46:46.478Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43802026-05-19T19:46:46.479Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43812026-05-19T19:46:46.556Z Checking shell-words v1.1.1
43822026-05-19T19:46:47.333Z Checking omicron-zone-package v0.12.2
43832026-05-19T19:46:48.041Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43842026-05-19T19:46:48.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43852026-05-19T19:46:49.043Z
43862026-05-19T19:46:49.043Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/276)
43872026-05-19T19:46:49.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-19T19:46:49.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-19T19:46:49.698Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43902026-05-19T19:46:50.017Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43912026-05-19T19:46:50.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43922026-05-19T19:46:50.614Z
43932026-05-19T19:46:50.614Zinfo: running `cargo check --bins` on schema (256/276)
43942026-05-19T19:46:51.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-19T19:46:51.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-19T19:46:51.339Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43972026-05-19T19:46:52.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43982026-05-19T19:46:52.230Z
43992026-05-19T19:46:52.230Zinfo: running `cargo check --bins` on xtask (257/276)
44002026-05-19T19:46:52.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-19T19:46:52.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-19T19:46:52.689Z Checking libc v0.2.185
44032026-05-19T19:46:52.768Z Checking serde v1.0.228
44042026-05-19T19:46:52.774Z Checking zerofrom v0.1.6
44052026-05-19T19:46:52.779Z Checking bitflags v2.11.0
44062026-05-19T19:46:52.784Z Checking smallvec v1.15.1
44072026-05-19T19:46:52.790Z Checking indexmap v2.14.0
44082026-05-19T19:46:52.799Z Checking serde_json v1.0.149
44092026-05-19T19:46:52.810Z Checking scroll v0.12.0
44102026-05-19T19:46:52.870Z Checking yoke v0.8.1
44112026-05-19T19:46:52.922Z Checking num-traits v0.2.19
44122026-05-19T19:46:52.954Z Checking thiserror v1.0.69
44132026-05-19T19:46:53.029Z Checking log v0.4.29
44142026-05-19T19:46:53.039Z Checking zerovec v0.11.5
44152026-05-19T19:46:53.050Z Checking zerotrie v0.2.3
44162026-05-19T19:46:53.061Z Checking errno v0.3.14
44172026-05-19T19:46:53.148Z Checking serde_spanned v0.6.9
44182026-05-19T19:46:53.174Z Checking toml_datetime v0.6.11
44192026-05-19T19:46:53.176Z Checking rustix v1.1.3
44202026-05-19T19:46:53.270Z Checking percent-encoding v2.3.2
44212026-05-19T19:46:53.287Z Checking zerocopy v0.7.35
44222026-05-19T19:46:53.312Z Checking goblin v0.8.2
44232026-05-19T19:46:53.361Z Checking toml_edit v0.22.27
44242026-05-19T19:46:53.405Z Checking form_urlencoded v1.2.2
44252026-05-19T19:46:53.418Z Checking getrandom v0.4.1
44262026-05-19T19:46:53.448Z Checking ordered-float v2.10.1
44272026-05-19T19:46:53.460Z Checking tinystr v0.8.2
44282026-05-19T19:46:53.554Z Checking potential_utf v0.1.4
44292026-05-19T19:46:53.569Z Checking thiserror v2.0.18
44302026-05-19T19:46:53.637Z Checking icu_locale_core v2.1.1
44312026-05-19T19:46:53.704Z Checking serde-value v0.7.0
44322026-05-19T19:46:53.707Z Checking syn v2.0.117
44332026-05-19T19:46:53.707Z Checking icu_collections v2.1.1
44342026-05-19T19:46:53.770Z Checking dtrace-parser v0.2.0
44352026-05-19T19:46:53.869Z Checking thread-id v4.2.2
44362026-05-19T19:46:53.953Z Checking once_cell v1.21.3
44372026-05-19T19:46:53.976Z Checking terminal_size v0.4.3
44382026-05-19T19:46:53.991Z Checking cargo-platform v0.2.0
44392026-05-19T19:46:54.006Z Checking memmap v0.7.0
44402026-05-19T19:46:54.092Z Checking clap_builder v4.5.60
44412026-05-19T19:46:54.127Z Checking tempfile v3.25.0
44422026-05-19T19:46:54.141Z Checking textwrap v0.16.2
44432026-05-19T19:46:54.168Z Checking fs-err v3.3.0
44442026-05-19T19:46:54.189Z Checking icu_provider v2.1.1
44452026-05-19T19:46:54.321Z Checking camino-tempfile v1.4.1
44462026-05-19T19:46:54.345Z Checking tabled v0.15.0
44472026-05-19T19:46:54.355Z Checking anyhow v1.0.102
44482026-05-19T19:46:54.429Z Checking icu_properties v2.1.2
44492026-05-19T19:46:54.477Z Checking icu_normalizer v2.1.1
44502026-05-19T19:46:54.491Z Checking toml v0.8.23
44512026-05-19T19:46:54.550Z Checking macaddr v1.0.1
44522026-05-19T19:46:54.728Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44532026-05-19T19:46:54.796Z Checking cargo_toml v0.21.0
44542026-05-19T19:46:55.206Z Checking dof v0.3.0
44552026-05-19T19:46:55.229Z Checking idna_adapter v1.2.1
44562026-05-19T19:46:55.295Z Checking clap v4.5.60
44572026-05-19T19:46:55.344Z Checking idna v1.1.0
44582026-05-19T19:46:55.482Z Checking usdt-impl v0.5.0
44592026-05-19T19:46:55.575Z Checking url v2.5.8
44602026-05-19T19:46:55.732Z Checking usdt v0.5.0
44612026-05-19T19:46:55.920Z Checking cargo-util-schemas v0.8.2
44622026-05-19T19:46:56.605Z Checking cargo_metadata v0.21.0
44632026-05-19T19:46:57.206Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642026-05-19T19:46:57.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44652026-05-19T19:46:57.744Z
44662026-05-19T19:46:57.744Zinfo: running `cargo check --bins` on dnsadm (258/276)
44672026-05-19T19:46:58.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-05-19T19:46:58.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-05-19T19:46:58.379Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44702026-05-19T19:46:58.853Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44712026-05-19T19:46:59.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44722026-05-19T19:46:59.430Z
44732026-05-19T19:46:59.430Zinfo: running `cargo check --bins` on end-to-end-tests (259/276)
44742026-05-19T19:47:00.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-05-19T19:47:00.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-05-19T19:47:00.227Z Checking polyval v0.6.2
44772026-05-19T19:47:00.353Z Checking ctr v0.9.2
44782026-05-19T19:47:00.363Z Checking ssh-encoding v0.2.0
44792026-05-19T19:47:00.365Z Checking blowfish v0.9.1
44802026-05-19T19:47:00.383Z Checking password-hash v0.4.2
44812026-05-19T19:47:00.398Z Checking p521 v0.13.3
44822026-05-19T19:47:00.398Z Checking p256 v0.13.2
44832026-05-19T19:47:00.424Z Checking russh-cryptovec v0.7.3
44842026-05-19T19:47:00.496Z Checking ghash v0.5.1
44852026-05-19T19:47:00.509Z Checking bcrypt-pbkdf v0.10.0
44862026-05-19T19:47:00.512Z Checking md5 v0.7.0
44872026-05-19T19:47:00.574Z Checking num-bigint v0.4.6
44882026-05-19T19:47:00.574Z Checking des v0.8.1
44892026-05-19T19:47:00.603Z Checking pbkdf2 v0.11.0
44902026-05-19T19:47:00.624Z Checking aes-gcm v0.10.3
44912026-05-19T19:47:00.650Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-19T19:47:00.663Z Checking hex-literal v0.4.1
44932026-05-19T19:47:00.686Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-05-19T19:47:00.737Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-05-19T19:47:00.755Z Checking socket2 v0.5.10
44962026-05-19T19:47:00.772Z Checking internet-checksum v0.2.1
44972026-05-19T19:47:00.777Z Checking ssh-cipher v0.2.0
44982026-05-19T19:47:00.934Z Checking ssh-key v0.6.7
44992026-05-19T19:47:01.040Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-05-19T19:47:01.567Z Checking russh-keys v0.45.0
45012026-05-19T19:47:02.115Z Checking russh v0.45.0
45022026-05-19T19:47:17.052Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-05-19T19:47:18.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
45042026-05-19T19:47:18.481Z
45052026-05-19T19:47:18.482Zinfo: running `cargo check --bins` on gateway-cli (260/276)
45062026-05-19T19:47:18.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-19T19:47:18.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-19T19:47:19.129Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-05-19T19:47:19.238Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-05-19T19:47:19.246Z Checking termios v0.3.3
45112026-05-19T19:47:20.437Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-05-19T19:47:20.584Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-05-19T19:47:22.357Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-05-19T19:47:22.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45152026-05-19T19:47:23.104Z
45162026-05-19T19:47:23.104Zinfo: running `cargo check --bins --no-default-features` on installinator (261/276)
45172026-05-19T19:47:23.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-05-19T19:47:23.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-05-19T19:47:23.824Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-05-19T19:47:23.941Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-05-19T19:47:23.949Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-05-19T19:47:23.954Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-05-19T19:47:23.963Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45242026-05-19T19:47:23.973Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-05-19T19:47:24.684Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-05-19T19:47:25.026Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45272026-05-19T19:47:25.029Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-05-19T19:47:25.663Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-05-19T19:47:27.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45302026-05-19T19:47:27.501Z
45312026-05-19T19:47:27.501Zinfo: running `cargo check --bins` on internal-dns-cli (262/276)
45322026-05-19T19:47:28.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-19T19:47:28.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-19T19:47:28.150Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-05-19T19:47:28.598Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-05-19T19:47:28.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45372026-05-19T19:47:29.111Z
45382026-05-19T19:47:29.111Zinfo: running `cargo check --bins` on omicron-live-tests (263/276)
45392026-05-19T19:47:29.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-19T19:47:29.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-19T19:47:29.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-05-19T19:47:29.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45432026-05-19T19:47:29.698Z
45442026-05-19T19:47:29.699Zinfo: running `cargo check --bins` on live-tests-macros (264/276)
45452026-05-19T19:47:30.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-05-19T19:47:30.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-05-19T19:47:30.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-05-19T19:47:30.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45492026-05-19T19:47:30.292Z
45502026-05-19T19:47:30.292Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/276)
45512026-05-19T19:47:30.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-19T19:47:30.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-19T19:47:31.044Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-05-19T19:47:31.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45552026-05-19T19:47:31.857Z
45562026-05-19T19:47:31.857Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/276)
45572026-05-19T19:47:32.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-19T19:47:32.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-19T19:47:32.504Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-05-19T19:47:32.507Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-05-19T19:47:32.756Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-05-19T19:47:32.756Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45632026-05-19T19:47:33.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45642026-05-19T19:47:33.733Z
45652026-05-19T19:47:33.733Zinfo: running `cargo check --bins` on ntp-admin-types (267/276)
45662026-05-19T19:47:34.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-19T19:47:34.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-19T19:47:34.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-05-19T19:47:34.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45702026-05-19T19:47:34.331Z
45712026-05-19T19:47:34.331Zinfo: running `cargo check --bins` on omicron-package (268/276)
45722026-05-19T19:47:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-19T19:47:34.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-19T19:47:35.011Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-05-19T19:47:36.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45762026-05-19T19:47:36.277Z
45772026-05-19T19:47:36.277Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (269/276)
45782026-05-19T19:47:36.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-19T19:47:36.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-19T19:47:36.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-19T19:47:36.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45822026-05-19T19:47:36.901Z
45832026-05-19T19:47:36.901Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (270/276)
45842026-05-19T19:47:37.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-19T19:47:37.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-19T19:47:37.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45872026-05-19T19:47:37.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45882026-05-19T19:47:37.522Z
45892026-05-19T19:47:37.522Zinfo: running `cargo check --bins` on tqdb (271/276)
45902026-05-19T19:47:38.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-19T19:47:38.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-19T19:47:38.309Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45932026-05-19T19:47:38.689Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-05-19T19:47:39.178Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45952026-05-19T19:47:39.178Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45962026-05-19T19:47:44.944Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45972026-05-19T19:47:44.947Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45982026-05-19T19:47:45.514Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45992026-05-19T19:47:45.514Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46002026-05-19T19:47:45.517Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-19T19:47:45.517Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-05-19T19:47:46.308Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46032026-05-19T19:47:47.242Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46042026-05-19T19:47:48.011Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-05-19T19:47:48.615Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46062026-05-19T19:47:52.927Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46072026-05-19T19:47:59.188Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46082026-05-19T19:47:59.191Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46092026-05-19T19:47:59.191Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46102026-05-19T19:47:59.191Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46112026-05-19T19:48:00.655Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46122026-05-19T19:48:01.984Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46132026-05-19T19:48:02.654Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46142026-05-19T19:48:03.898Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46152026-05-19T19:48:04.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.91s
46162026-05-19T19:48:04.656Z
46172026-05-19T19:48:04.656Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46182026-05-19T19:48:05.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-19T19:48:05.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-19T19:48:05.365Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46212026-05-19T19:48:05.368Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-19T19:48:05.368Z Checking rtoolbox v0.0.3
46232026-05-19T19:48:05.495Z Checking tui-tree-widget v0.23.1
46242026-05-19T19:48:05.591Z Checking rpassword v7.4.0
46252026-05-19T19:48:06.590Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46262026-05-19T19:48:09.590Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46272026-05-19T19:48:11.416Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46282026-05-19T19:48:12.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46292026-05-19T19:48:12.532Z
46302026-05-19T19:48:12.532Zinfo: running `cargo check --bins` on wicket (273/276)
46312026-05-19T19:48:13.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-05-19T19:48:13.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-05-19T19:48:13.226Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46342026-05-19T19:48:13.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46352026-05-19T19:48:13.777Z
46362026-05-19T19:48:13.777Zinfo: running `cargo check --bins` on wicketd (274/276)
46372026-05-19T19:48:14.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-05-19T19:48:14.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-05-19T19:48:14.504Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46402026-05-19T19:48:14.507Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46412026-05-19T19:48:14.507Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46422026-05-19T19:48:14.507Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-05-19T19:48:15.502Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46442026-05-19T19:48:16.076Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46452026-05-19T19:48:19.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46462026-05-19T19:48:19.221Z
46472026-05-19T19:48:19.221Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46482026-05-19T19:48:19.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-19T19:48:19.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-19T19:48:19.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46512026-05-19T19:48:19.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46522026-05-19T19:48:19.810Z
46532026-05-19T19:48:19.810Zinfo: running `cargo check --bins` on zone-setup (276/276)
46542026-05-19T19:48:20.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-19T19:48:20.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-19T19:48:20.476Z Checking uzers v0.12.2
46572026-05-19T19:48:20.746Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46582026-05-19T19:48:21.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46592026-05-19T19:48:21.699Z
46602026-05-19T19:48:21.700Zreal 14:10.527786849
46612026-05-19T19:48:21.700Zuser 20:34.033534035
46622026-05-19T19:48:21.700Zsys 4:14.593014067
46632026-05-19T19:48:21.700Ztrap 0.321088950
46642026-05-19T19:48:21.700Ztflt 1.396229562
46652026-05-19T19:48:21.700Zdflt 1.352962461
46662026-05-19T19:48:21.700Zkflt 0.024778047
46672026-05-19T19:48:21.700Zlock 1:16:56.281448030
46682026-05-19T19:48:21.700Zslp 1:38:30.276493015
46692026-05-19T19:48:21.700Zlat 56.186334394
46702026-05-19T19:48:21.700Zstop 3:23.817373589
46712026-05-19T19:48:21.703Zprocess exited: duration 987022 ms, exit code 0
 
46722026-05-19T19:48:21.710Zfound 0 output files